* {
    padding:0;
    margin: 0;
}

html, body {
    width: 100%;
}
li{list-style: none;}
a{ text-decoration: none;}
a{color: #fff;}
img{ width: 100%;}
#boxhdp{ width:100%;margin: 0 auto; overflow: hidden; position: relative;}
#img>li{ width: 100%;height: 100%;float: left; text-align: center; display: none;}
#img>.current{display: block;}
#li{position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -35px;}
#li>li{ width: 10px;height: 10px; background-color: #ccc; border-radius: 50%; margin-right: 5px; float: left; cursor: pointer;}
#li>.on{ background-color: #f50;}
#an{ display: none;}
#an a{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: "宋体";
	font-weight: 600;
	font-size: 1.2em;
}
#an a:hover{
	background-color: rgba(0,0,0,.8);
}
#an .an-a2{ right: 0;}
/* ss */
#header {
    background-color: #4571e7;
    padding: 0 10%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
}
.nav{
	width: 90%;
}
.logo_c {
	width: 15rem;
}
.ka{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ka_n{
	display: flex;
	align-items: center;
	margin: 10px;
}
.kmig{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: 1px dashed #4571e7;
	padding: 8px;
	transition: all 1s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qimg{
	width: 50px;
	height: 50px;
}
.ka_n:hover .kmig {
    transform: rotateY(360deg);
}
.ka_name{
	margin-left: 20px;
	width: 230px;
}

#header a {
    text-decoration: none;
    color: white;
}

#header a:hover {
    color: #DDD;
}
/* 导航栏按钮 */
.btn {
    display: none;
    float:right;
    margin-top: 5px;
    border: 0;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}
/* 文字Logo */
#header a.logo {
    float:left;
    font-weight: bold;
    font-size: 39px;
    line-height: 100px;
	display: flex;
	align-items: center;
}

#header div.nav {
    height: 100px;
	display: flex;
	justify-content: space-between;
}

#header ul.nav-bar {
    list-style: none;
    float: right;
    line-height: 100px;
}
#header ul.nav-bar li {
    float:left;
    padding: 0 50px;
}
.syy{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}
.bottom{
	background-color: #4571e7;
}
.foot_logo{
	width: 100px;
	display: flex;
	justify-content: center;
}
.foot{
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left:100px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.foot_a{
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.foot_ta{
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.foot_t{
	margin: 5px;
	font-size: 14px;
	color: #fff;
}
.wxkf{
	width: 5rem;
}
.bottom_a{
	display: flex;
	background-color: #4571e7;
	color: #fff;
	justify-content: center;
	border-top: 1px solid #ffffff;
	padding: 20px;
	align-items: center;
}
.web_serve {
    width: 100%;
    background: #EEF2F9;
}
.web_serve_main {
    height: 100%;
    padding: 60px 0 90px;
    margin: 0 auto;
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.web_item_top {
    width: 100%;
}
.title {
    width: 80%;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #252b3a;
}
.describe {
    width: 80%;
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #535865;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.web_serve_content {
    width: 100%;
    font-size: 0;
    margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.web_serve_content_list:hover {
	width: 320px;
	height: 524px;
	background-color: #4571e7;
}
.web_serve_content_list:hover .web_serve_content_list_con{
	background-color: rgb(69 113 231 / 76%);
}
.web_serve_content_list:hover .web_serve_list_con_bot{
    position: relative;
    overflow: hidden;
	height: 364px;
	padding: 10px;
    transition: all 0.6s;
}
.web_serve_content_list:hover .web_serve_tag{
	height: 0;
}
.web_serve_content_list:hover .web_serve_botton{
	opacity: 1;
}
.web_serve_botton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    opacity: 0;
	margin: 10px;
    transition: all 0.6s;
}
.web_serve_content_list {
    display: inline-block;
    width: 210px;
    height: 524px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    overflow: hidden;
    transition: all 0.6s;
}
.web_serve_content_list_con {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: relative;
}
.web_serve_tag {
    width: 100%;
    height: calc(100% - 92px);
    transition: all 0.6s;
}
.web_serve_list_con_top {
	padding: 10px;
    height: 70px;
}
.web_serve_text {
    padding-top: 49px;
    min-width: 280px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
}
.name {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}
.C__icon {
    width: 30px;
    text-align: left;
    color: #ffffff;
}
.PartnersContent{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.PartnersContent li {
    float: left;
    border: 1px solid #DEDEDE;
    width: 230px;
    height: 134px;
    text-align: center;
    line-height: 134px;
    margin: 0 10px 20px 0;
    background: #fff;
    z-index: 3;
	display: flex;
	align-items: center;
	padding: 20px;
}
.PartnersContent li img {
    transition: all 1s;
}
.PartnersContent li img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.zw{
	height: 100px;
}
.jj{
	display: flex;
	justify-content: space-around;
	background: #EEF2F9;
	padding: 80px 10px;
	-webkit-transform: scale(1);
	transform: scale(1	);
	transition: all 1s;
}
.zuo{
	width: 400px;
}
.zuo_a{
	margin: 0 auto;
	font-size: 32px;
	font-weight: 400;
	color: #252b3a;
}
.zuo_b{
	width: 80%;
	margin: 10px auto 0;
	font-size: 26px;
	color: #535865;
	line-height: 1.5;
	font-weight: lighter;
}
.zuo_c{
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	font-weight: lighter;
}
.you{
	width: 350px;
}
.jj:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.news_con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.news_a{
	width: 300px;
	background: #ffffff;
	border: 1px solid #e8ebed;
	position: relative;
	overflow: hidden;
	transition: all .6s;
	margin: 20px;
}
.news_a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.titlea {
    width: 80%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #252b3a;
}
.time {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #4571e7;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
}
.web_news_more{
	display: flex;
    justify-content: center;
}
.web_news_more_a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background:  #4571e7;
	text-align: center;
	padding: 0 30px;
	transition: all .6s;
	color: #fff;

}
.web_news_more_a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.page_nav {
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}
.page_nav_main {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #797979;
    overflow: hidden;
}
.content-main ul li {
    padding: 30px 0;
    border-bottom: 1px solid #E3E3E3;
}
.page_li_left {
    float: left;
    width: 300px;
    height: 170px;
}
.page_li_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    outline: none;
}
.page_li_right {
    float: right;
    height: 170px;
    width: 860px;
    position: relative;
    margin: 20px;
}
.page_li_con {
    display: inline-block;
    height: 100%;
    position: relative;
}
.page_li_con_title {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 0;
}
.page_li_con_des {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #797979;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: normal;
    margin: 20px 0 0;
}
.page_li_con_time {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #797979;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.clearfix{
    /*display: flex;*/
    /*justify-content: center;*/
    transition: all .6s;
}
.clearfix:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.clearfix a{    
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 30px;
    align-items: center;
}
.content-title1{
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    margin-top: 50px;
}
.content-title2{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #797979;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #D6D6D6;
    width: 100%;
}
.infoa{
    padding: 20px 200px;
}

#wrap{
    height: 300px;
    position: relative; 
    overflow: hidden;
    margin: 0 149px;
    margin-top: 31px;
}
#list{
    position: absolute;
    left: 0; 
    top: 0; 
    margin: 0; 
    padding: 0;
    animation: picmove 20s linear infinite forwards;
    /*-webkit-animation: 10s move infinite linear; */
    display: flex;
}
@keyframes picmove {
            from {
                transform: translate(0);
            }
            to {
                transform: translate(-90%);
            }
        }
ul:hover {
            animation-play-state: paused;
        }
#list li {
    list-style: none;
    border-radius: 10px;
    width: 300px;
    height: 300px;
    color: #fff;
    font: 50px/98px Arial;
    text-align: center;
    float: left;
    margin-right: 20px;
}
@-webkit-keyframes move{
    0% {
          left: 0;
    }
    100% {
          left: -500px;
    }
}
@keyframes move {
    0% {
       left: 0;
    }
    100% {
       left: -500px;
    }
}
#wrap:hover #list {
    -webkit-animation-play-state: paused; /*动画暂停播放*/
}
.bta{
    width: 300px;
    height: 50px;
    color: #fff;
    background-color: #4571e7c2;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lxfszw{
    display: none;
    height: 60px;
}
.lxfs{
    display: none;
}
.bbabba{
    display: flex;
    flex-direction: column;
    margin: 10px;
    align-items: center;
}
.dhdh{
    display: flex;
    align-items: center;
    height: 48px;
    width: 165px;
    border-radius: 29px;
    justify-content: center;
    background-image: linear-gradient(90deg , rgb(247 178 46) 9% , rgb(247 178 46) 100%);
}
@media screen and (max-width: 1079px){
    #wrap{
    margin: 0;
}
.lxfs{
    display: block;
    background-color: #4571e7;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top-style: solid;
    border-color: #fff;
}
.lxfszw{
    display: block;
    background-color: #4571e7;
    height: 70px;
}
.page_li_con_title{
    width:290px;
}
    .infoa{
        padding: 20px;
    }
    .content-title1{
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: #333333;
        margin-top: 20px;
    }
    .clearfix a {
        flex-wrap: wrap;
    }
    .page_li_right {
        width: auto;
    }
	.you{
		display: none;
	}
	.zw{
		height: 60px;
	}
	.PartnersContent li {
	    width: 155px;
	    height: 80px;
		}
	.web_serve_text {
	    padding-top: 0px;
	}
	.jj{
		padding: 80px 40px;
	}
	.web_serve_content_list:hover .web_serve_list_con_bot{
	    position: relative;
	    overflow: hidden;
		height: 222px;
		padding: 10px;
	    transition: all 0.6s;
	}
	.web_serve_botton {
		width: 19.5rem;
	}
	.web_serve_main {
	    padding: 30px 20px 60px;
	}
	.web_serve_content_list:hover {
		width: 100%;
		height: 360px;
	}
	.web_serve_content_list {
	    display: inline-block;
		width: 100%;
	    height: 150px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
		margin-left: 0px;
		margin-bottom: 20px;
	    overflow: hidden;
	    transition: all 0.6s;
	}
    #header {
        padding: 0 5%;
        height: 60px;
        overflow: hidden;
		width: 90%;
    }
    #header a.logo {
        line-height: 105px;
        font-size: 30px;
		height: 50px;
		display: flex;
		align-items: center;
    }
	.logo_c {
		width: 10rem;
	}
	.wxkf {
		width: 8rem;
	}
    .btn {
        display: block;
    }
	.nav{
		width: 100%;
	}
	#header div.nav {
		margin-top: 5px;
	    height: 50px;
		display: block;
	}
    #header ul.nav-bar {
        margin-top: 15px;
        border-top: solid 1px #fff;
		line-height: 50px;
        width:100%;
    }
    #header ul.nav-bar li {
        float: none;
        padding: 0 10px;
    }
	/* 文字Logo */
	#header a.logo {
	    float:left;
	    font-weight: bold;
	    font-size: 39px;
	    line-height: 50px;
	}
	.foot{
	    padding-left:0px;
	}
	.foot_logo{
		width: 100%;
		display: flex;
		justify-content: center;
	}
}