@charset "utf-8";
/* CSS Document */
*{font-family:"微软雅黑";}
body{margin:0px; padding:0px; font-size:14px; font-family:"微软雅黑";}
p,form,h1,h2,h3,h4,dd,dt,dl,em{margin:0px; padding:0px; font-weight: normal;font-style: normal;}
ul{margin:0px; padding:0px; list-style:none;}
img{vertical-align:middle; border:none;max-width: 100%;transition: all 0.6s;}
a{text-decoration:none;
	-webkit-transition: all .5s;   
	-moz-transition: all .5s;   
	-ms-transition: all .5s;   
	-o-transition: all .5s;   
	transition: all .5s;  
}
i,em{font-style: normal;/*font-family: 'FontAwesome';*/}
.clear{clear:both;}
.pc{display: block;}
.wap{display: none;}
input,button{outline: none;}
/*******************************************/
#pages{padding: 20px 0; height: 30px; text-align: center;}
#pages ul{display: inline-block;}
#pages li{float: left; margin: 0 2px; height: 27px; line-height: 27px; color: #333; border: 1px solid #ddd; margin-bottom: 5px; }
#pages a{background-color: #fff; color: #333; background-image: none !important; border: none; padding: 0 10px; display: block;}
#pages a:hover{background-color: #eee; background-image: none !important;}
#pages li span{display: inline-block; padding: 0 10px;}
#pages .disabled span{display: inline-block; padding: 0px 10px;background-color: #eee; color: #333;}
#pages .active{background-color: #1A439B; color: #fff;}
/*******************************************/
.top{
	width: 1500px; max-width: 94%; margin: auto; height: 120px; display: flex; justify-content: space-between; align-items: center;
}
.nav{
	display: flex; height: 100%; justify-content: center; align-items: center;
}
.nav li{
	width: 130px; display: flex; justify-content: center; flex-direction: column; height: 100%; background-image: url(../images/navbg.jpg);
	background-position: right; background-repeat: no-repeat; position: relative; cursor: pointer;
}
.nav li:last-child{
	background-image: none;
}
.nav li span{
	display: flex; justify-content: center; align-items: center;
}
.nav li span a{
	font-size: 18px; color: #333; font-weight: bold;
}
.nav li div{
	position: absolute; display: none; flex-wrap: nowrap; width: 400px; border: 1px solid #1A449A; background-color: #fff; top: 110px; left: 25px;
	z-index: 9999;
}
.nav li div::before{
	position: absolute; content: ''; width: 12px; height: 8px; background-image: url(../images/jt.jpg); top: -8px; left: 33px;
}
.nav li div p{
	display: flex; justify-content: center; align-items: center;
}
.nav li div p a{
	display: flex; padding: 10px; color: #333; font-size: 15px;
}
.nav li div p a:hover{
	color: #1A449A;
}
.nav li:hover div{
	display: flex;
}

.swiper-banner {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.swiper-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-banner .swiper-pagination-bullet-active{
	background: #cca982;
}

.mys{
	width: 1500px; max-width: 94%; margin: auto; padding: 60px 0;
}
.tit{
	display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 50px;
}
.tit h1{
	font-size: 55px; color: #184299;
}
.tit h2{
	font-size: 26px; font-family: 'Arial'; color: #184299; padding: 20px 0;
}
.tit span{
	font-size: 20px; color: #7F7F7F;
}
.ysa{
	display: flex; justify-content: space-between;
}
.ysa div{
	width: 265px; display: flex; align-items: center; flex-direction: column;
}
.ysa div h1{
	display: flex; justify-content: center; align-items: center; padding: 30px 0; font-size: 26px; color: #1A449A;
}
.ysa div p {
	font-size: 16px; color: #989898; text-align: center; line-height: 30px;
}

.ysa span{
	width: 115px; display: flex; justify-content: center;
}
.ysa span i{
	display: flex; width: 16px; height: 16px; background-color: #D2D2D2; border-radius: 50%; margin-top: 90px;
}
.mcpbox{
	background-color: #F9F9F9; padding: 60px 0; padding-bottom: 120px;
}
.mcp{
	width: 1500px; margin: auto; max-width: 94%; background-color: #F9F9F9;
}
.mcpf{
	display: flex; justify-content: center; align-items: center;
}
.mcpf div{
	display: flex; border: 2px solid #1550B6; height: 46px; border-radius: 23px; background-color: #fff; flex-wrap: nowrap; align-items: center;
	overflow: hidden;
}
.mcpf div span{
	font-size: 16px; padding: 0 30px; color: #1550B6; display: flex; height: 100%; align-items: center; justify-content: center; cursor: pointer;
}
.mcpf div .mcpcur{
	background-color: #1550B6; color: #fff;
}
.mcpx{
	padding: 50px 0;
}
.mcpxa{
	display: flex; justify-content: space-between;
}
.mcpxa::after{
	flex: auto; content: '';
}
.mcpxa li{
	width: 460px; height: 520px; background-color: #fff; border: 1px solid #F3F3F3; cursor: pointer; border: 8px solid #fff; margin: 0 20px;
}
.mcpxa li a{
	display: flex; flex-direction: column; position: relative; height: 100%;
}
.mcpxa li a label{
	display: flex; padding: 20px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer; padding: 20px; height: 400px;
}
.mcpxa li a label img{
	max-width: 100%; max-height: 100%;
}
.mcpxa li a div{
	position: absolute; width: 360px; height: 185px; background-color: #ECECEC; left: 50%; margin-left: -200px; display: flex; flex-direction: column; align-items: center;
	padding: 0 20px; justify-content: center; bottom: -100px;
}
.mcpxa li a div h1{
	font-size: 30px; color: #3B3B3B; margin-bottom: 20px;
}
.mcpxa li a div p{
	font-size: 20px; color: #3B3B3B; line-height: 30px; text-align: center;
}
.mcpxa li:hover{
	border: 8px solid #1550B6;
}
.mcpxa li:hover a div{
	background-color: #1550B6;
}
.mcpxa li:hover a div h1{
	color: #fff;
}
.mcpxa li:hover a div p{
	color: #fff;
}
.mcasebox{
	height: 822px; background-image: url(../images/casebg.jpg); background-repeat: no-repeat; background-position: center;
}
.mcase{
	width: 1500px; max-width: 94%; margin: auto; padding: 60px 0;
}
.mcasea{
	display: flex; justify-content: space-between;
}
.mcasea li{
	width: 355px; height: 430px; cursor: pointer;
}
.mcasea li a{
	display: flex; flex-direction: column;
}
.mcasea li a label{
	display: flex; width: 100%; height: 350px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer;
}
.mcasea li a label img{
	width: 100%; height: 100%;
}
.mcasea li a h1{
	height: 80px; background-color: #1550B6; font-size: 24px; color: #fff; display: flex; justify-content: center; align-items: center;
}
.mxw{
	width: 1500px; margin: auto; max-width: 94%; padding: 60px 0;
}
.mxwa{
	display: flex; justify-content: space-between;
}
.mxwb{
	width: 520px; height: 600px; position: relative;
}
.mxwb a{
	width: 100%; height: 100%; display: flex; overflow: hidden;
}
.mxwb a div{
	position: absolute; left: 0px; bottom: 0px; height: 160px; background-color: rgba(21, 80, 182, .6);
}
.mxwb a div label{
	display: flex; padding: 20px; flex-direction: column; cursor: pointer;
}
.mxwb a div label h1{
	font-size: 26px; color: #fff;
}
.mxwb a div label p{
	display: flex; justify-content: space-between; margin-top: 15px;
}
.mxwb a div label p span{
	font-size: 24px; color: #fff;
}
.mxwc{
	width: 960px;
}
.mxwc a{
	display: flex; justify-content: space-between;
}
.mxwc a label{
	width: 170px; height: 170px; overflow: hidden; justify-content: center; align-items: center;
}
.mxwc a label img{
	width: 100%; height: 100%;
}
.mxwc a div{
	width: 770px; display: flex; flex-direction: column; margin-bottom: 50px;
}
.mxwc a div h1{
	font-size: 24px; color: #222; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.mxwc a div span{
	display: flex; color: #999999; font-size: 20px; margin: 25px 0; font-family: 'Arial';
}
.mxwc a div p{
	font-size: 20px; height: 60px; line-height: 30px; overflow: hidden; color: #999999; text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.mxwc a:hover h1{
	color: #1550B6;
}
.footer{
	background-color: #1550B6; padding: 50px 0;
}
.ft{
	width: 1500px; margin: auto; max-width: 94%; display: flex; justify-content: space-between;
}
.fta{
	width: 855px; display: flex; justify-content: space-between;
}
.fta div{
	width: 180px; border-right: 1px solid #3C6BC3; padding: 0 30px;
}
.fta div h1{
	font-size: 24px; color: #fff; text-align: center;
}
.fta div p{
	 display: flex; flex-direction: column; align-items: center; margin-top: 20px;
}
.fta div p a{
	color: #fff; font-size: 18px; margin: 5px 0;
}
.ftb{
	width: 400px; padding: 0 20px;
}
.ftb h1{
	font-size: 24px; color: #fff;
}
.ftb h2{
	font-size: 36px; font-family: 'Arial'; margin-top: 20px; color: #fff; margin-bottom: 10px;
}
.ftb h3{
	font-size: 18px; color: #fff; line-height: 30px;
}
.ftb h4{
	font-size: 18px; color: #fff; line-height: 30px;
}
.ftc{
	width: 180px; display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.ftc img{
	width: 100%; height: 180px;
}
.ftc span{
	display: flex; justify-content: center; font-size: 18px; color: #fff; line-height: 30px; text-align: center;
}
.di{
	background-color: #1A439B; font-size: 16px; color: #fff; padding: 15px 0; text-align: center;
}
.di a{
	color: #fff;
}
.ad{
	height: 399px; background-position: center; background-repeat: no-repeat;
}
.adc{
	width: 1500px; margin: auto; max-width: 94%; display: flex; flex-direction: column; justify-content: center; height: 100%;
}
.adc h1{
	font-size: 50px; font-weight: bold; color: #fff;
}
.adc p{
	color: #fff; font-size: 16px; margin-top: 40px; display: flex; align-items: center;
}
.adc p img{
	margin-right: 5px;
}
.adc p a{
	color: #fff;
}
.fenlei{
	background-color: #EEEEEE; display: flex; justify-content: center; height: 100px; align-items: center;
}
.fenlei a{
	color: #333; font-size: 26px; margin: 0 30px; display: flex; height: 98px; align-items: center; border-bottom: 2px solid #EEEEEE;
}
.fenlei a:hover{
	color: #1A449A;
}
.fenlei .flcur{
	color: #1A439B; border-bottom: 2px solid #1A439B;
}
.con{
	width: 1500px; margin: auto; max-width: 94%; padding: 60px 0;
}
.caselist{
	display: flex; justify-content: space-between; flex-wrap: wrap;
}
.caselist a{
	display: flex; flex-direction: column; width: 460px;
}
.caselist a label{
	display: flex; justify-content: center; align-items: center; overflow: hidden; width: 100%; height: 315px; background-color: #f2f2f2; cursor: pointer;
}
.caselist a label img{
	max-width: 100%; max-height: 100%;
}
.caselist a h1{
	font-size: 26px; color: #222; text-align: center; margin: 30px 0;
}
.ctitle{
	font-size: 24px; font-weight: bold; text-align: center; padding: 20px; margin-bottom: 20px; border-bottom: 1px solid #F2F2F2; color: #222;
}
.cinfo{
	text-align: center; font-size: 17px; color: #9A9A9A;
}
.ctent{
	font-size: 18px; line-height: 40px; padding: 50px 0; color: #333; text-align: justify;
}
.ctent a{
	color: #333;
}
.ctent img{
	/*display: block; margin: 15px auto;*/
}
.newslist a{
	display: flex; justify-content: space-between;
}
.newslist a label{
	width: 170px; height: 170px; overflow: hidden; justify-content: center; align-items: center;
}
.newslist a label img{
	width: 100%; height: 100%;
}
.newslist a div{
	width: 1300px; display: flex; flex-direction: column; margin-bottom: 50px;
}
.newslist a div h1{
	font-size: 24px; color: #222; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.newslist a div span{
	display: flex; color: #999999; font-size: 20px; margin: 25px 0; font-family: 'Arial';
}
.newslist a div p{
	font-size: 20px; height: 60px; line-height: 30px; overflow: hidden; color: #999999; text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.newslist a:hover h1{
	color: #1A439B;
}
.lx{
	display: flex; justify-content: space-between; margin-top: 30px;
}
.lx li{
	width: 32%; height: 350px; background-color: #F2F2F2; display: flex; justify-content: center; align-items: center; border-top: 8px solid #1A439B;
	flex-direction: column;
}
.lx li h1{
	margin: 20px 0; color: #333;
}
.lx li p{
	font-size: 20px; color: #333; padding: 0 40px;
}
.lx li:first-child p{
	font-size: 36px; font-weight: bold; font-family: 'Arial';
}
.ly{
	width: 600px; margin: auto;
}
.lyba p{
	display: flex; border: 1px solid #eee; border-radius: 35px; height: 70px; align-items: center; padding: 0 30px; align-items: center;
	margin-bottom: 30px;
}
.lyba p span{
	font-size: 20px; color: #666; width: 50px;
}
.textcss{
	width: 92%; height: 20px; padding: 10px 4%; color: #666; font-size: 20px; border: none; outline: none; background-color: transparent;
}
.lybb{
	display: flex; flex-direction: column; margin-top: 30px; border: 1px solid #eee; border-radius: 35px; padding: 30px;
}
.lybb span{
	font-size: 20px; color: #666; margin-bottom: 10px;
}
.yucss{
	width: 98%; height: 100px; padding: 10px 1%; color: #666; font-size: 20px; border: none; outline: none; background-color: transparent;
}
.lybc{
	padding-top: 30px; padding-bottom: 50px;
}
.butcss{
	width: 100%; height: 70px; font-size: 26px; color: #fff; border: none; background-color: #1A439B; outline: none; line-height: 70px; cursor: pointer;
	border-radius: 35px;
}
.pro{
	display: flex; justify-content: space-between;
}
.pleft{
	width: 270px;
}
.pt{
	margin-bottom: 20px; cursor: pointer;
}
.pt h1{
	width: 100%; height: 75px; background-color: #1A439B; display: flex; justify-content: center; align-items: center; font-size: 24px; color: #fff;
}
.pt h1 a{
	color: #fff; display: flex; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;
}
.pt p{
	display: none;
}
.pt p a{
	display: flex; justify-content: center; align-items: center; font-size: 20px; color: #888; border-bottom: 1px solid #E1E1E1; height: 50px;
}
.pt p a:hover{
	color: #1A439B;
}
.pt .ptcur{
	color: #1550B6;
}
.pright{
	width: 1170px;
}
.plist{
	display: flex; justify-content: space-between; flex-wrap: wrap;
}
.plist::after{
	flex: auto; content: ''; margin: 0 10px;
}
.plist li{
	width: 360px; height: 420px; background-color: #fff; border: 1px solid #F3F3F3; cursor: pointer; border: 8px solid #f5f5f5; margin-bottom: 120px;
}
.plist li a{
	display: flex; flex-direction: column; position: relative; height: 100%;
}
.plist li a label{
	display: flex; padding: 20px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer; height: 300px; padding: 20px;
}
.plist li a label img{
	max-width: 100%; max-height: 100%;
}
.plist li a div{
	position: absolute; width: 260px; height: 140px; background-color: #ECECEC; left: 50%; margin-left: -150px; display: flex; flex-direction: column; align-items: center;
	padding: 0 20px; justify-content: center; bottom: -70px;
}
.plist li a div h1{
	font-size: 24px; color: #3B3B3B; margin-bottom: 20px;
}
.plist li a div p{
	font-size: 18px; color: #999; line-height: 30px; text-align: center; overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.plist li:hover{
	border: 8px solid #1550B6;
}
.plist li:hover a div{
	background-color: #1550B6;
}
.plist li:hover a div h1{
	color: #fff;
}
.plist li:hover a div p{
	color: #fff;
}
.cpa{
	display: flex; justify-content: space-between;
}
.cpaa{
	width: 460px; height: 460px; border: 1px solid #E3E3E3; padding: 30px; overflow: hidden; display: flex; justify-content: center; align-items: center;
}
.cpaa img{
	max-width: 100%; max-height: 100%;
}
.cpab{
	width: 900px;
}
.cpab h1{
	font-size: 40px; color: #222;
}
.cpab p{
	border-top: 1px solid #E3E3E3; border-bottom: 1px solid #E3E3E3; color: #666; font-size: 20px; line-height: 50px; padding: 30px 0; margin: 30px 0;
}
.cpab label{
	font-size: 20px; color: #666; line-height: 40px;
}
.cpab label span{
	font-weight: bold;
}
.cpb{
	height: 80px; background-color: #eee; margin: 40px 0; margin-bottom: 20px;
}
.cpb span{
	background-color: #1A439B; color: #fff; font-size: 26px; padding: 0 30px; display: flex; width: 200px; height: 100%; justify-content: center; align-items: center;
}


.sanxian{
	display: none;
}
.sanxian i{
	font-size: 30px; color: #1550B6; cursor: pointer; margin-right: 15px;
}
.wapnav{
	width:100%; background-color:#F8F8F8; height:auto; position: absolute; z-index: 999; top: 80px; display: none;
	box-shadow: 0 5px 5px #666;
}
.wapnav li{
	padding:0px; font-size:16px; color:#777777; border-top:1px dashed #bbb;
}
.wapnav li a{
	color:#777777;
}
.wapnav dl{
	padding-left:30px; border-bottom:1px solid #E7E7E7; display:none;
}
.wapnav dl dd{
	line-height:35px; font-size:14px;
}
.wapnav span{
	 display:block; line-height:50px; padding-left:10px;
}
.wapnav span a{
	display: block;
}
.wapnav p{
	padding: 0 10px; display: flex; flex-wrap: wrap; padding-left: 20px; padding-bottom: 10px;
}
.wapnav p a{
	font-size: 14px; display: flex; width: 25%; margin-bottom: 5px; justify-content: center;
}
.wapnav .navmoon{
	 background-color:#E6E6E6;
}
