@charset "utf-8";
/*html5*/ 
@font-face {
	font-family: 'syht';
	src: url('../font/syht.otf');
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;font-family: syht;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}

.banner{
	font-size: 0;
	position: relative;
	text-align: center;
}
.header{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 9;
	width: 100%;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header1{
	display: flex;
	align-items: center;
}
.logo{
	margin-right: 36px;
}
.logo img{
    height: 44px;
}
.search{
	width: 251px;
	height: 42px;
	border-radius: 21px;
	background-color: rgba(255, 255, 255, 0.1);
}
.searchi{
	float: left;
	width: calc(100% - 50px);
	height: 42px;
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	padding: 0 20px;
}
.searchi::-webkit-input-placeholder{ /*WebKit browsers*/
	color: rgba(255, 255, 255, 0.53);
}
.searchi::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: rgba(255, 255, 255, 0.53);
}
.searchi::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: rgba(255, 255, 255, 0.53);
}
.searchii{
	float: left;
	width: 50px;
	height: 42px;
	background: url(../img/search.png) center no-repeat;
	background-size: 15px;
}
.search.white{
	background-color: #ffffff;
}
.search.white .searchi{
	color: #333333;
}
.search.white .searchi::-webkit-input-placeholder{ /*WebKit browsers*/
	color: #999999;
}
.search.white .searchi::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: #999999;
}
.search.white .searchi::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: #999999;
}
.search.white .searchii{
	background: url(../img/search1.png) center no-repeat;
}
.banner2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.banner3{
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.banner4{
	margin-top: 20px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.menutc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 16;
	height: 100vh;
	width: 300px;
	background-color: #fff;
	padding: 20px 18px 30px;
	overflow-y: scroll;
}
.menutc::-webkit-scrollbar {
	width: 0;
}
.menutc::-webkit-scrollbar-thumb {
	border-radius: 0;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.menutc::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 0;
	background: rgba(216,216,216,0.02);
}
.close{
	font-size: 0;
	text-align: right;
}
.menutc1{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.logo1{
	margin-right: 36px;
	height: 44px;
}
.menutc2{
	margin-top: 20px;
	padding: 0 50px 0 25px;
}
.menutc3{
	padding: 16px 10px;
	border-bottom: 1px solid #e4e4e4;
}
.menutc4{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menutc5 a{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.menutc6{
	font-size: 0;
	padding: 10px 0 10px 10px;
}
.zk{
	display: none;
}
.menutc7{
	margin-top: 10px;
	display: none;
}
.menutc7 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
}
.menutc3.on .menutc5 a{
	color: #002de8;
}
.menutc3.on .sq{
	display: none;
}
.menutc3.on .zk{
	display: block;
}
.menutc3.on .menutc7{
	display: block;
}
.banbut{
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .swiper-pagination{
	position: relative;
	bottom: auto;
	margin: 0 10px;
	display: flex;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	background-color: #ffffff;
	opacity: 1;
	margin: 0 10px;
}
.banner .swiper-pagination-bullet-active{
	width: 23px;
	height: 23px;
	background: url(../img/banicon.png) center no-repeat;
}
.about{
	background: url(../img/aboutbg.png) no-repeat;
	background-size: cover;
}
.about1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about2{
	width: 45%;
}
.about3{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.about3 code{
	width: 30px;
	height: 4px;
	background-color: #002de8;
	border-radius: 2px;
	margin: 0 10px;
}
.about3 span{
	font-size: 20px;
	color: #666666;
}
.about4{
	margin-top: 40px;
	font-size: 20px;
	color: #002de8;
	line-height: 36px;
	font-weight: bold;
}
.about5{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.about6{
	margin-top: 40px;
}
.about6 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 158px;
	height: 47px;
	border-radius: 23px;
	background-color: #002de8;
	font-size: 18px;
	color: #ffffff;
}
.about6 a img{
	margin-left: 8px;
}
.about7{
	width: 42.3%;
	background: url(../img/aboutbg1.png) no-repeat;
	background-size: cover;
	padding: 117px 125px 152px 144px;
}
.about8{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffffff;
	height: 106px;
	padding: 0 24px;
}
.about9{
	font-size: 28px;
	color: #ffffff;
}
.about10{
	font-size: 14px;
	color: #ffffff;
}
.sydata{
	background: url(../img/sydata.png) no-repeat;
	background-size: cover;
	height: 251px;
}
.sydata1{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sydata2{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sydata3{
	display: flex;
	align-items: center;
}
.sydata4{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 25px;
}
.sydata6{
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}
.team{
	padding: 80px 70px 56px;
}
.title{
	font-size: 28px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.title1{
	margin-top: 6px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.title2{
	margin: 10px auto 0;
	width: 30px;
	height: 4px;
	background-color: #002de8;
	border-radius: 2px;
}
.team1{
	margin-top: 49px;
}
.team2{
	position: relative;
}
.team3{
	font-size: 0;
	text-align: center;
}
.team4{
	padding: 20px 10px 35px;
}
.team5{
	font-size: 20px;
	color: #333333;
}
.team6{
	margin-top: 5px;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.team7{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/teambg.png) no-repeat;
	background-size: cover;
	padding: 60px 34px;
	border-radius: 10px;
}
.team8{
	padding: 0 10px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.team9{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
}
.team10{
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}
.team11{
	padding: 20px 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
}
.team12{
	font-size: 0;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.team2:hover .team7{
	display: block;
}
.team13{
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.team13 a{
	margin: 0 10px;
}
.team13 img{
    width: 44px;
}
.gys{
	padding: 110px 0 40px;
	background: url(../img/gysbg.png) no-repeat;
	background-size: cover;
}
.gys1{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gys2{
	width: calc(100% / 6);
	padding: 0 10px;
}
.gys3{
	font-size: 0;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gys4{
	margin-top: 7px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.recommend{
	padding: 120px 0 95px;
}
.recommend1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recommend3{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.recommend3 span{
	width: 30px;
	height: 4px;
	background-color: #002de8;
	border-radius: 2px;
	margin-left: 12px;
}
.recommend4{
	margin-top: 6px;
	font-size: 16px;
	color: #666666;
}
.recommend5{
	font-size: 0;
}
.recommend5 a{
	margin-left: 20px;
}
.recommend5 img{
    width: 36px;
}
.recommend6{
	margin-top: 30px;
}
.recommend7{
	border-right: 1px solid #ebebeb;
	padding: 0 16px;
}
.recommend8{
	font-size: 0;
	text-align: center;
}
.recommend9{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.recommend10{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.recommend11{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #002de8;
}
.recommend11 img{
	margin-left: 8px;
}
.recommend12{
	margin-top: 70px;
	background-color: #f6f7fe;
	padding: 2px 60px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recommend13{
	margin-top: 40px;
}
.recommend14{
	font-size: 0;
	text-align: center;
}
.recommend15{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.jms{
	background: url(../img/jmsbg.png) no-repeat;
	background-size: cover;
	padding: 90px 0 130px;
}
.jms1{
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}
.jms2{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jms3{
	font-size: 0;
	margin-right: 20px;
}
.jms3 img{
	width: 464px;
}
.jms5{
	width: 104px;
	height: 46px;
	border-radius: 23px;
	background-color: #ffc200;
	font-size: 30px;
	color: #122e67;
	text-align: center;
	line-height: 46px;
}
.jms5 span{
	font-size: 20px;
}
.jms6{
	margin-top: 16px;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}
.jms7{
	width: 100%;
	max-width: 1030px;
	margin: 60px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jms8{
	width: calc((100% - 120px)/2);
}
.jms8 a{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.jms9{
	width: 46px;
	margin-right: 20px;
	font-size: 0;
	position: relative;
}
.jms9 span{
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	font-size: 26px;
	color: #0a2762;
	padding: 0 9px;
	line-height: 30px;
}
.jms10{
	flex: 1;
}
.jms11{
	font-size: 0;
	position: relative;
	max-width: 390px;
}
.jms12{
	position: absolute;
	right: -27px;
	top: -22px;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	padding: 0 12px;
	background-color: #002de8;
	font-size: 14px;
	color: #ffffff;
	line-height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jms12 span{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jms13{
	margin-top: 10px;
	font-size: 24px;
	color: #ffc200;
}
.jms14{
	margin-top: 5px;
	font-size: 16px;
	color: #ffffff;
}
.jms15{
	width: 100%;
	max-width: 1030px;
	margin: 16px auto 0;
}
.jms15 a{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.jms16{
	flex: 1;
	display: flex;
	align-items: center;
}
.jms17{
	margin-left: 25px;
}
.jms16 .jms12{
	top: 5px;
}
.repurtion{
	background-color: #f9f9fb;
	padding: 70px 0;
}
.repurtion1{
	margin-top: 30px;
}
.repurtion2{
	height: 415px;
	background: url(../img/repurtionbg.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.repurtion2 img{
	max-height: 100%;
}
.vnes{
	padding: 70px 0 80px;
}
.vnes1 a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #002de8;
}
.vnes1 a img{
	margin-left: 10px;
}
.vnes2{
	margin-top: 26px;
	margin-bottom: 90px;
	display: flex;
	justify-content: space-between;
}
.vnes3{
	margin-top: 10px;
	float: left;
	width: calc(50% - 10px);
	font-size: 0;
	position: relative;
}
.vnes3 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.vnes6{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(to top,#000000,rgba(0,0,0,0));
	padding: 20px 30px;
	font-size: 20px;
	color: #ffffff;
}
.vnes4{
	float: right;
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vnes5{
	position: relative;
	margin-top: 10px;
	font-size: 0;
	width: calc((100% - 10px)/2);
}
.vnes5 video{
	width: 100%;
}
.play{
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.news{
	margin-top: 36px;
}
.news1{
	display: flex;
	justify-content: space-between;
}
.news2{
	flex: 1;
	position: relative;
	height: 320px;
}
.news3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(to top,#000000,rgba(0,0,0,0));
	padding: 20px 30px;
}
.news4{
	font-size: 14px;
	color: #ffffff;
}
.news5{
	font-size: 28px;
	color: #ffffff;
}
.news6{
	width: calc((100% - 60px)/3);
	border: 6px solid #f6f7fe;
	border-radius: 25px 0 25px 0;
	margin-left: 30px;
}
.news6 a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 36px 20px;
}
.news7{
	font-size: 14px;
	color: #002de8;
}
.news8{
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news9{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news10{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #999999;
}
.news11 ul{
	overflow: hidden;
}
.news11 ul li{
	float: left;
	margin-top: 45px;
	width: calc((100% - 60px)/3);
	border: 6px solid #f6f7fe;
	border-radius: 25px 0 25px 0;
	margin-right: 30px;
}
.news11 ul li:nth-child(3n){
	margin-right: 0;
}
.news11 ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 36px 20px;
}
.sydb{
	background: url(../img/sigbg.png) no-repeat;
	background-size: cover;
	padding: 70px 0 66px;
}
.sydb1{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.sydb2{
	margin-top: 10px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.sydb3{
	margin-top: 20px;
	text-align: center;
}
.sydb3 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	width: 140px;
	height: 40px;
	border-radius: 22px;
	border: 1px solid #ffffff;
}
.sydb3 a img{
	margin-left: 8px;
}
.footer{
	background-color: #001351;
	padding-top: 70px;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer2{
	font-size: 0;
}
.footer2 img{
	width: 157px;
}
.footer4{
	font-size: 16px;
	color: #ffffff;
}
.footer5{
	margin-top: 6px;
}
.footer5 a{
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}
.footer6 a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 16px;
}
.footer7{
	width: 270px;
}
.footer8{
	margin-top: 3px;
}
.footer9{
	display: flex;
	align-items: flex-start;
}
.footer10{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50px;
	margin-right: 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}
.footer11{
	flex: 1;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}
.beian{
	margin-top: 50px;
	height: 90px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.beian1{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.beian1 a{
	color: rgba(255, 255, 255, 0.5);
}
.goTop{
	font-size: 0;
}
.inMain{
	padding: 25px 0 60px;
}
.inNews{
	margin-top: 40px;
}
.inNews ul li{
	list-style-type: none;
	margin-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px dashed #cccccc;
}
.inNews ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inNews1{
	font-size: 0;
	width: 100%;
	max-width: 240px;
	margin-left: 66px;
}
.inNews2{
	flex: 1;
}
.inNews3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inNews4{
	margin-top: 20px;
	font-size: 14px;
	color: #002de8;
	text-align: right;
}
.inNews5{
	width: calc(100% - 86px);
}
.inNews6{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inNews7{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews8{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f4fe;
	width: 66px;
	height: 78px;
}
.inNews9{
	font-size: 26px;
	color: #002de8;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.inNews10{
	margin: 5px auto;
	width: 36px;
	height: 1px;
	background-color: #7991f3;
}
.inNews11{
	font-size: 10px;
	color: #002de8;
	text-align: center;
	line-height: 1;
}
.page{
	margin-top: 60px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	width: 32px;
	height: 32px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
}
.page a.on{
	background-color: #002de8;
	border: 1px solid #002de8;
	color: #ffffff;
}
.inItem{
	margin-top: 16px;
	text-align: center;
}
.inItem a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 35px;
	width: 115px;
	height: 45px;
	border: 1px solid #002de8;
	border-radius: 22px;
	font-size: 20px;
	color: #002de8;
	font-weight: bold;
}
.inItem a.on{
	background-color: #002de8;
	color: #ffffff;
}
.innerBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 0;
	text-align: center;
}
.innerBanner2{
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.innerBanner3{
	margin-top: 20px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}
.innerBanner4{
	font-size: 40px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}
.innerBanner5{
	margin-top: 20px;
	font-size: 28px;
	color: #ffffff;
	text-align: left;
}
.newsDeta{
	margin-top: 50px;
	overflow: hidden;
}
.newsLeft{
	float: left;
	width: 72.64%;
}
.newsLeft1{
	font-size: 34px;
	color: #333333;
}
.newsLeft2{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.newsLeft2 span{
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.newsLeft2 img{
	margin-right: 5px;
}
.newsLeft3{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.newsLeft4{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsLeft4 a{
	width: calc((100% - 20px)/2);
	border: 1px solid #f2f4fe;
	background-color: #f2f4fe;
	padding: 20px;
}
.newsLeft5{
	font-size: 14px;
	color: #999999;
}
.newsLeft6{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsRight{
	float: right;
	width: 24%;
}
.newsRight1{
	font-size: 24px;
	color: #333333;
	position: relative;
}
.newsRight1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102px;
	height: 7px;
	background-color: #e5eafd;
	border-radius: 3px;
}
.newsRight1 span{
	position: relative;
}
.newsRight2{
	margin-top: 36px;
}
.newsRight2 ul li{
	padding-bottom: 25px;
	margin-top: 25px;
	border-bottom: 1px solid #ebebeb;
}
.newsRight2 ul li a{
	display: flex;
	align-items: center;
}
.newsRight3{
	font-size: 0;
	margin-right: 12px;
	width: 105px;
}
.newsRight4{
	flex: 1;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.linkus{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.linkus1{
	width: 42%;
}
.linkus2{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}
.linkus3{
	margin-top: 16px;
	font-size: 18px;
	color: #999999;
}
.linkus4{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.linkus5{
	margin-right: 15px;
	font-size: 0;
}
.linkus6{
	flex: 1;
}
.linkus7{
	font-size: 14px;
	color: #999999;
}
.linkus8{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.linkus9{
	width: 55.6%;
}
.apply2{
	margin-top: 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.apply3{
	width: 130px;
	margin-right: 16px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 45px;
}
.apply3 span{
	color: #ff6600;
}
.apply4{
	flex: 1;
	font-size: 14px;
}
.apply4 input{
	height: 45px;
	width: 100%;
	border-radius: 5px;
	padding: 0 16px;
	background-color: #ffffff;
	outline: none;
	border: none;
}
.apply4 textarea{
	height: 120px;
	width: 100%;
	border-radius: 5px;
	padding: 16px;
	background-color: #ffffff;
	resize: none;
	font-family: inherit;
	outline: none;
	border: 1px solid #e5e5e5;
}
.apply4 select{
	height: 45px;
	border-radius: 5px;
	padding: 0 16px;
	background-color: #ffffff;
	outline: none;
	border: none;
}
.apply5{
	width: calc((100% - 60px)/2);
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #e5e5e5;
}
.apply6{
	flex: 1;
	display: flex;
	padding: 0 16px;
	align-items: center;
}
.apply6 label{
	margin-right: 40px;
	display: flex;
	align-items: center;
	line-height: 45px;
	font-size: 14px;
	color: #999999;
}
.apply6 label input{
	margin-right: 6px;
}
.apply7{
	margin-top: 45px;
	text-align: center;
}
.apply7 input{
	width: 206px;
	height: 56px;
	border-radius: 27px;
	background-color: #002de8;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.innerBanner1 .address{
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}
.innerBanner1 .address a{
	color: #ffffff;
}
.teamDeta{
	width: 100%;
	max-width: 987px;
	margin: 0 auto;
}
.teamDeta1{
	margin: -130px auto 0;
	position: relative;
	font-size: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.24);
	width: 172px;
	height: 172px;
	padding: 11px;
	border-radius: 50%;
}
.teamDeta1 img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.teamDeta2{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.teamDeta3{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.teamDeta4{
	margin-top: 60px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}
.teamDeta4 span{
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 3px solid #0c2fb5;
}
.teamDeta5{
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
.mdxq{
	margin-top: 40px;
	padding-bottom: 66px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.mdxq1{
	float: left;
	width: 45%;
}
.mdxq2{
	font-size: 30px;
	color: #333333;
	line-height: 42px;
	font-weight: bold;
}
.mdxq3{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	display: flex;
	align-items: center;
	padding-bottom: 32px;
	border-bottom: 1px solid #e5e5e5;
}
.mdxq3 img{
	margin-right: 7px;
}
.mdxq4{
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	margin-top: 30px;
}
.mdxq5{
	float: right;
	width: 50%;
	font-size: 0;
	position: relative;
}
.mdleft{
	position: absolute;
	left: 40px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.mdright{
	position: absolute;
	right: 40px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.mdadd{
	padding: 20px 0;
}
.mdsx{
	background-color: #f5f7fe;
	padding: 36px 0;
}
.mdsx1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mdsx1 form{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mdsx2{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mdsx2 select{
	width: calc((100% - 48px)/4);
	height: 48px;
	border-radius: 24px;
	font-size: 16px;
	border: none;
	outline: none;
	padding: 0 20px;
}
.mdsx2 input{
	width: calc((100% - 48px)/4);
	height: 48px;
	border-radius: 24px;
	font-size: 16px;
	padding: 0 20px;
}
.mdsx3{
	margin-left: 20px;
}
.mdsx3 input{
	width: 137px;
	height: 48px;
	border-radius: 24px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #002de8;
}
.mdlist{
	padding: 1px 0 60px;
}
.mdlist1 ul{
	overflow: hidden;
}
.mdlist1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 60px;
	width: calc((100% - 102px)/4);
	margin-right: 34px;
	border-bottom: 5px solid #f4f4f4;
}
.mdlist1 ul li:nth-child(4n){
	margin-right: 0;
}
.mdlist2{
	font-size: 0;
	text-align: center;
}
.mdlist3{
	padding: 30px 15px;
}
.mdlist4{
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	height: 64px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mdlist5{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	display: flex;
	align-items: center;
}
.mdlist5 img{
	margin-right: 8px;
}
.brvideo ul{
	zoom: 1;
}
.brvideo ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.brvideo ul li{
	list-style-type: none;
	float: left;
	margin-top: 60px;
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	box-shadow: 0 0 16px #f7f7f7;
}
.brvideo ul li:nth-child(3n){
	margin-right: 0;
}
.brvideo1{
	position: relative;
	font-size: 0;
}
.brvideo1 > img{
	width: 100%;
}
.brvideo2{
	padding: 30px 20px;
}
.brvideo3{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.brvideo4{
	margin-top: 16px;
	font-size: 14px;
	color: #999999;
}
.product{
	padding-top: 20px;
}
.proitem{
	text-align:center;
}
.proitem a{
	display: inline-block;
	line-height: 96px;
	margin: 0 30px;
	font-size: 16px;
	color: #999999;
	border-bottom: 3px solid #ffffff;
}
.proitem a.on{
	color: #002de8;
	border-bottom: 3px solid #002de8;
}
.product1{
	background-color: #f8f9fe;
	padding: 6px 0 80px;
}
.product2 ul{
	overflow: hidden;
}
.product2 ul li{
	list-style-type: none;
	width: 25%;
	float: left;
	margin-top: 72px;
	padding: 10px 20px;
	border-right: 1px solid #e6e7ea;
}
.product2 ul li:nth-child(4n){
	margin-right: 0;
}
.history{
	padding: 20px 0 50px;
}
.history1{
	padding: 90px 0;
	background: url(../img/hisbg.png) no-repeat;
	background-size: cover;
}
.history2{
	margin-top: 40px;
	position: relative;
}
.history2 .swiper{
	padding: 190px 0;
}
.history3{
	font-size: 0;
	position: relative;
}
.history3 > img{
	width: calc(100% + 7px);
	max-width: calc(100% + 7px);
	/* margin-right: -7px; */
}
.history4{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.history5{
	position: absolute;
	font-size: 0;
	line-height: 1;
	left: 50%;
	top: calc(100% + 12px);
	transform: translateX(-50%);
}
.history5 img{
	display: block;
}
.history6{
	position: absolute;
	left: 0;
	top: calc(100% + 130px);
	width: 100%;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
/* .history2 .swiper-slide:first-child .history3 img{
	margin-left: 0;
} */
.history2 .swiper-slide:nth-child(2n) .history5{
	top: auto;
	bottom: calc(100% + 12px);
}
.history2 .swiper-slide:nth-child(2n) .history6{
	top: auto;
	bottom: calc(100% + 130px);
}
.hileft{
	font-size: 0;
	position: absolute;
	left: -33px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.hiright{
	font-size: 0;
	position: absolute;
	right: -33px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.prodeta{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: left;
}
.prodeta1{
	font-size: 0;
}
.prodeta2{
	max-width: 480px;
}
.prodeta .address{
	color: #999999;
	font-size: 14px;
}
.prodeta .address a{
	color: #999999;
}
.prodeta3{
	margin-top: 16px;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}
.prodeta4{
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.prodeta5{
	margin-top: 40px;
}
.prodeta5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 157px;
	height: 50px;
	border-radius: 25px;
	background-color: #002de8;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.cpcs{
	padding: 100px 0 80px;
}
.cpcs1 ul{
	overflow: hidden;
}
.cpcs1 ul li{
	list-style-type: none;
	margin-top: 50px;
	float: left;
	width: calc((100% - 240px)/4);
	margin-right: 80px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 16px;
}
.cpcs1 ul li:nth-child(4n){
	margin-right: 0;
}
.cpcs2{
	font-size: 14px;
	color: #666666;
}
.cpcs3{
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.cptz{
	padding: 108px 0 70px;
	background: url(../img/tzbg.png) no-repeat;
	background-size: cover;
}
.cptz1 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cptz1 ul li{
	margin-top: 36px;
}
.cptz2{
	font-size: 0;
	text-align: center;
}
.cptz3{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.cpyy{
	padding: 70px 0 90px;
	background: url(../img/yybg.png) no-repeat;
	background-position: center bottom;
}
.cpyy1{
	margin-top: 36px;
}
.cpyy2{
	font-size: 0;
	position: relative;
}
.cpyy2 > img{
	width: 100%;
}
.cpyy3{
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to top,#000000,rgba(0,0,0,0));
	padding: 20px 30px;
	width: 100%;
}
.cpyy4{
	font-size: 24px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpyy5{
	display: none;
	margin-top: 16px;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
}
.cpyy2:hover .cpyy3{
	background-image: none;
	background-color: rgba(4, 49, 232, 0.65);
}
.cpyy2:hover .sq{
	display: none;
}
.cpyy2:hover .zk{
	display: block;
}
.cpyy2:hover .cpyy5{
	display: block;
}
.mt96{
	margin-top: 96px;
}
.step{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.step1{
	margin-top: 60px;
	width: calc((100% - 512px)/5);
	font-size: 0;
	position: relative;
	margin-right: 128px;
}
.step1:nth-child(5n){
	margin-right: 0;
}
.step2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.step3{
	font-size: 34px;
	color: #ffffff;
	text-align: center;
}
.step4{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.step5{
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 128px;
	text-align: center;
	font-size: 0;
}
.step1:nth-child(5n) .step5{
	display: none;
}
.step1:last-child .step5{
	display: none;
}
.wap{
	display: none;
}
.zbjy{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.zbjy1{
	font-size: 0;
	width: 50%;
}
.zbjy1 img{
	width: 100%;
}
.zbjy2{
	width: 41%;
}
.zbjy3{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.sclc{
	background-color: #f8f9fe;
	padding: 90px 0 60px;
}
.sclc1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sclc1 ul li{
	margin-top: 32px;
	list-style-type: none;
	width: calc((100% - 222px)/4);
	margin-right: 74px;
	background-color: #ffffff;
	border-radius: 135px;
	padding: 80px 50px 40px;
}
.sclc1 ul li:nth-child(4n){
	margin-right: 0;
}
.sclc2{
	font-size: 48px;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.sclc3{
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.sclc4{
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.sclc5{
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.quality{
	background: url(../img/quality.png) no-repeat;
	background-size: cover;
	padding: 120px 0 90px;
}
.title.white{
	color: #ffffff;
}
.quality1 ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.quality1 ul li{
	list-style-type: none;
	margin-top: 54px;
	max-width: 230px;
}
.quality2{
	font-size: 0;
	text-align: center;
}
.quality3{
	margin-top: 16px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.quality4{
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
}
.hjgf{
	padding: 10px 0 90px;
}
.hjgf1{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hjgf1:nth-child(2n){
	flex-direction: row-reverse;
}
.hjgf2{
	font-size: 0;
	width: 50%;
}
.hjgf3{
	width: 40%;
	padding-left: 30px;
}
.hjgf4{
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	font-weight: bold;
}
.hjgf5{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.hjgf6{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.ingys{
	background-color: #f5f7fe;
	padding: 90px 0 70px;
}
.ingys1 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ingys1 ul li{
	list-style-type: none;
	margin-top: 60px;
}
.ingys2{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.ingys2 img{
	max-height: 100%;
}
.ingys3{
	margin-top: 6px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.ingys4 ul{
	display: flex;
	justify-content: space-between;
}
.ingys4 ul li{
	list-style-type: none;
	margin-top: 60px;
	width: calc((100% - 60px)/3);
	background-color: #ffffff;
}
.ingys5{
	background-color: #e5e7ed;
	padding: 36px 20px 60px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.ingys6{
	background-color: #ffffff;
	padding: 1px 40px 30px;
}
.ingys7{
	margin: -46px auto 0;
	font-size: 40px;
	color: #002de8;
	font-weight: bold;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
	line-height: 102px;
	box-shadow: 0 0 16px #f6f7f9;
}
.ingys8{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.advantage{
	background-color: #f8f9fe;
	padding: 70px 0 60px;
}
.advantage1 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advantage1 ul li{
	
}
.advantage2{
	font-size: 0;
	text-align: center;
}
.advantage3{
	margin-top: 10px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.advantage4{
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.ppsn{
	padding: 80px 0;
}
.ppsn1{
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}
.ppsn2{
	width: calc((100% - 398px)/2);
}
.ppsn3{
	margin-top: 12px;
	font-size: 0;
	position: relative;
}
.ppsn3 > img{
	width: 100%;
}
.ppsn4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    padding: 20px 30px;
}
.ppsn5{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.ppsn6{
	font-size: 16px;
	color: #ffffff;
}
.ppsn7{
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
}
.ppsn8{
	width: calc((100% - 12px)/2);
	font-size: 0;
	position: relative;
}
.ppsn8 > img{
	width: 100%;
}
.ppsn9{
	width: 380px;
}
.ppgg{
	background-color: #f8f9fe;
	padding: 80px 0 90px;
}
.ppgg1{
	font-size: 28px;
	color: #333333;
	line-height: 50px;
}
.ppgg2{
	margin-top: 16px;
	width: 31px;
	height: 5px;
	background-color: #002de8;
	border-radius: 2px;
}
.ppgg3{
	margin-top: 10px;
	overflow: hidden;
	border-radius: 32px;
}
.ppgg3 ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.ppgg3 ul li{
	list-style-type: none;
	font-size: 0;
	margin-top: 50px;
	width: calc((100% - 100px)/3);
	margin-right: 50px;
}
.ppgg3 ul li:nth-child(3n){
	margin-right: 0;
}
.ppdz{
	padding: 80px 0;
}
.ppdz1{
	margin-top: 36px;
}
.ppdz2{
	font-size: 0;
	position: relative;
}
.ppdz2 > img{
	width: 100%;
}
.ppdz3{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.ppdz3 img{
	width: 100%;
}
.ppdz4{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.ppdz5{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}
.ppdz6{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
}
.yyzx{
	padding: 80px 0 10px;
	background-color: #f8f9fe;
}
.yyzx1{
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.jmjs{
	margin-top: 40px;
	background-color: #f7f8fe;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jmjs1{
	font-size: 0;
	margin-right: 90px;
}
.jmjs1 img{
	width: 432px;
}
.jmjs2{
	flex: 1;
}
.mt30{
	margin-top: 30px;
}
.jmlc{
	margin-top: 80px;
}
.jmlc1{
	margin-top: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jmlc2{
	padding: 140px 0;
	position: relative;
	font-size: 0;
}
.jmlc2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
	transform: translateY(-50%);
	width: 113px;
	height: 2px;
	background-color: #dbdee8;
}
.jmlc2:last-child:before{
	width: 0;
}
.jmlc3{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
	width: 44px;
}
.jmlc4{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
}
.jmlc5{
	position: absolute;
	left: 20px;
	top: 32px;
}
.xms{
	display: none;
}
.jmlc2:nth-child(2n) .jmlc4{
	top: auto;
	bottom: 0;
}
.jmlc2:nth-child(2n) .jmlc5{
	top: auto;
	bottom: 32px;
}
.zszc{
	background-color: #f5f7fe;
	padding: 80px 0;
}
.zszc1 ul{
	overflow: hidden;
}
.zszc1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 88px)/3);
	margin-top: 40px;
	margin-right: 44px;
	border-radius: 6px;
	background-color: #ffffff;
	padding: 40px 5px 30px;
}
.zszc1 ul li:nth-child(3n){
	margin-right: 0;
}
.zszc2{
	font-size: 0;
	text-align: center;
}
.zszc3{
	margin-top: 10px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.zszc4{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 25px;
}
.jmzc{
	padding: 30px 0 80px;
}
.dmfl{
	background: url(../img/dmflbg.png) #001351 no-repeat;
	background-position: center bottom;
	padding: 80px 0 72px;
}
.dmfl1{
	margin-top: 45px;
}
.dmfl2{
	margin-top: 5px;
	display: flex;
}
.dmfl3{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 70px;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.15);
	width: 249px;
	margin-right: 5px;
}
.dmfl4{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dmfl5{
	font-size: 18px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.05);
	width: 100%;
	line-height: 48px;
}
.dmfl6{
	font-size: 18px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.05);
	width: calc((100% - 10px)/3);
	line-height: 48px;
}
.dmfl7{
	padding: 20px 30px;
	font-size: 16px;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.05);
	width: 100%;
	line-height: 28px;
	text-align: left;
}
.dmfl8{
	margin-top: 16px;
	font-size: 14px;
	color: #ffffff;
}


