*{margin:0;padding:0;list-style:none; transition:all;-o-transition:all;-ms-transition:all;-moz-transition:all;-webkit-transition:all;}
body,html{font-size:14px;font-family: "微软雅黑";}
body{overflow-x:hidden}
.transy{transform: translateY(60px);-webkit-transform: translateY(60px); transition: 700ms;-webkit-transition: 700ms;transition-timing-function: ease-out;-webkit-transition-timing-function: ease-out; opacity: 0;} 
.tranShow{ transform: translateY(0); -webkit-transform: translateY(0); opacity: 1;}
a{text-decoration:none;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{padding:0px;margin:0px;font-weight:normal}
em,i,strong{font-style:normal;}
img{display: inline-block; border: 0; vertical-align: middle;max-width:100%}
.img img {width: 100%;height: 100%;display:inline-block;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s; -webkit-transition-duration: 1s;}
.img:hover img {transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
input,textarea,select{font-size: 14px; outline: none;font-family:"微软雅黑";}
.swiper-container,.swiper-slide,.swiper-wrapper{height:auto!important;}
.swiper-slide{overflow:hidden!important;}
.w1200{width:1200px;margin:0 auto;overflow:hidden}

.menu-handler {
	width:24px;
	cursor: pointer;
	float:right;
	position:relative;
	z-index: 49;
	margin:14px 0 auto auto;
	display:none;
}
.menu-handler.active{margin-top:6px}
.menu-handler .burger {
	width: 24px;
	height: 2px;
	background: #0e4e87;
	display: block;
	position: absolute;
	z-index: 5;
	top:12px;
	left: 50%;
	margin: 0px 0px 0px -12px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}
.menu-handler .burger-2 {
	top: 20px;
}
.menu-handler .burger-3 {
	top:28px;
}
.menu-handler.active .burger-1 {
	top: 27px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-handler.active .burger-2 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
	top: 27px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.trans, .trans:hover {
	-webkit-transition: all 277ms ease-in-out;
	-moz-transition: all 277ms ease-in-out;
	-o-transition: all 277ms ease-in-out;
	transition: all 277ms ease-in-out;
	-ms-transition: all 277ms ease-in-out;
}
.trans-fast,.trans-fast:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.menuBox{position: fixed; left:-100%; top:70px; width: 100%; bottom:0px; overflow-x:hidden; overflow-y: auto; z-index: 30; background:#0e4e87}
.navMobile,.navMobile li,.navMobile ul li{width:100%;float:left}
.navMobile li>a{ display: block; color: #fff;text-align:left;padding:14px 20px; font-size:18px;border-bottom:1px solid #0d497f;}
.navMobile li>a:after{content:url(../images/conico04.png);float:right;line-height: 0;margin-top:5px}
.navMobile li.cur>a:after{content:url(../images/conico4.png)}
.navMobile li:first-child>a:after{display:none !important}
.navMobile li .listDown{width:100%;float:left;background:#105490;display:none}
.navMobile li .listDown a{ padding:14px 30px;color:#fff; font-size: 16px;display:block;text-align:left;border-bottom:1px solid #0d497f}
.navMobile li.cur>a,.navMobile li .listDown a.cur{color:#fdd000}
.navMobile li.cur .listDown{display:block}


.header{width:100%;background:#fff;height:112px;position:fixed;z-index:30;top:0px;z-index:20;box-shadow:0px 0px 4px #ccc}
.header .w1200{overflow:inherit}
.header .logo{float:left;margin-top:30px}
.header_R{float:right;width:830px;}
.header_R_T{width:100%;float:left;margin-top:30px}
.header_R_TL{float:right}
.header_R_TL div{padding-left:24px;float:left;position:relative;z-index:3;}
.header_R_TL div span,.header_R_TL div a{font-size:12px;color:#4e5d65}
.header_R_TL div a:hover{color:#0e4e87}
.header_R_TL div:after{content:'|';color:#bec3c6;margin:0px 16px}
.header_R_TL div:nth-child(1){background:url(../images/ico1.png) no-repeat center left}
.header_R_TL div:nth-child(2){background:url(../images/ico2.png) no-repeat center left}
.header_R_TL div:nth-child(3){background:url(../images/ico3.png) no-repeat center left}
.header_R_TL div span:after{content:url(../images/ico4.png);margin-left:6px}
.header_R_TL div p{position:absolute;top:100%;left:0px;opacity:0;right:34px;visibility:hidden;background-color:rgba(14,78,135,0.9);padding:16px 0px; transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.header_R_TL div p a{display:block;line-height:30px;padding:0px 10px;text-align:center;color:#fff}
.header_R_TL div p a:hover{color:#fdd000}
.header_R_TL div:hover p{opacity:1;visibility:visible;top:110%}
.header_R_T>p{float:right}
.header_R_T>p a{float:left;margin-left:12px}
.header_R_E{width:100%;float:left;margin-top:26px}
.header_R_E ul{float:right}
.header_R_E ul li{margin-right:35px;float:left;position:relative;}
.header_R_E ul li>a{font-size:16px;font-weight:bold;color:#646464;padding-bottom:12px;display:block;border-bottom:2px solid #fff;}
.header_R_E ul li:hover>a,.header_R_E ul li.cur>a{color:#0e4e87;border-color:#0e4e87}
.header_R_E ul li .nav_list{position:absolute;background:#f0f0f0;opacity:0;visibility:hidden;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;left:-40px;right:-40px;top:110%;z-index:20;}
.header_R_E ul li .nav_list a{font-size:16px;color:#333333;text-align:center;}
.header_R_E ul li:nth-child(5) .nav_list{left:-70px;right:-70px;}
.header_R_E ul li .nav_list a{display:block;font-size:14px;color:#333333;line-height:40px}
.header_R_E ul li .nav_list a:hover{color:#fff;background:#0e4e87;}
.header_R_E ul li:hover .nav_list{opacity:1;visibility:visible;top:100%}

.search_icon{width:16px; height:16px; background: url(../images/search.png) no-repeat center;float:right;cursor:pointer;}
.search_b{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index:99999;}
.search_bG{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); display: none;}
.search_b .search{ width:54%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.search_b input[type='text']{ width: 90%; height:60px; line-height:60px; background: #fff; font-size:24px; padding-left: 10px; float: left;
 border: 0;border-radius:0px !important}
.search_b input[type='button']{ float: left;border-radius:0px !important; width:58px; height:60px; border: 0; background: url(../images/search01.png) #024290 no-repeat center; cursor: pointer;}
.search_b i{ display: block; font-size:94px; color: #fff; position: absolute; top: 0; right: 50px;cursor:pointer}

.banner{width:100%;float:left;position:relative;margin-top:112px}
.banner_con{width:100%;float:left}
.banner_con .w1200{height:100%}
.banner a{width:100%;float:left;height:100%;position:relative}
.ban_swi{position:absolute;left:0px;right:0px;bottom:53%;}
.ban_swi p{font-size:50px;font-weight:bold;color:#fff;text-shadow:0px 0px 4px #000;}
.banner_en{position:absolute;bottom:0px;padding:16px 0px 16px 0px;background-color:rgba(0,0,0,0.3);left:0px;right:0px;z-index:14}
.banner_con .pagination{position:absolute;left:0px;right:0px;bottom:170px;text-align:center;z-index:10}
.banner_con .pagination .swiper-pagination-switch{width:12px;height:12px;border-radius:100%;background:#fff;border:1px solid #fff;display:inline-block;cursor:pointer;margin:0px 5px}
.banner_con .pagination .swiper-active-switch{background:#072e6d}
.banner_en li{float:left;width:400px;}
/* .banner_en li:nth-child(2n){float:right} */
.banner_en li a{width:100%;float:left}
.banner_en li a>p{width:60px;height:60px;margin-top:20px;float:left;border-radius:100%;border:4px solid #0e5b94;background:#0e5b94;overflow:hidden;-webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.banner_en li a div{width:323px;float:right}
.banner_en li a div span{font-size:30px;color:#fff;font-weight:bold}
.banner_en li a div p{color:#fff;line-height:20px;padding-left:8px;background:url(../images/xian.jpg) no-repeat center left;margin-top:20px}
.banner_en li a:hover>p{-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);}

.inA{padding:50px 0px}
.inA,.inA_con{width:100%;float:left}
.inA .w1200{overflow:inherit}
.inA_con{margin:48px 0px 62px 0px;position:relative}
.inA_con .prev,.inA_con .next{width:34px;height:34px;position:absolute;top:50%;transform:translateY(-50%);left:-60px;z-index:10; cursor:pointer;border-radius:100%;border:1px solid #e3e3e3; background:url(../images/pre.png) no-repeat center;}
.inA_con .next{ left:auto; right:-60px;background:url(../images/next.png) no-repeat center}
.inA_con .prev:hover{background:url(../images/pre01.png) no-repeat center #0e4e87;border-color:#0e4e87}
.inA_con .next:hover{background:url(../images/next01.png) no-repeat center #0e4e87;border-color:#0e4e87}
.inA .w1200>span{font-size:34px;color:#333333;width:100%;float:left;text-align:center}
.inA_con .scrollWrap{width:100%;float:left;overflow:hidden;}
.inA_con .scrollWrap a{width:282px;margin-right:23px;float:left}
.inA_con .scrollWrap a p{width:100%;overflow:hidden}
.inA_con .scrollWrap a span{display:block;background:url(../images/bg.jpg);padding:0px 20px;height:59px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:59px;color:#fff;font-size:16px;font-weight:bold}
.inA .w1200>a{width:40px;height:40px;background:url(../images/ico5.png) no-repeat center #e1e1e1;display:block;border-radius:100%;margin:0 auto;overflow:hidden;}
.inA .w1200>a:hover{background:url(../images/ico05.png) no-repeat center #0176be}

.inB{width:100%;float:left;background:url(../images/inbg.jpg) no-repeat center;background-size:cover;padding:50px 0px 70px 0px}
.inB dl{text-align:center;color:#fff}
.inB dl dt{font-size:34px;margin-bottom:30px}
.inB dl dt a{color:#fff;}
.inB dl dd p{font-size:16px;line-height:36px;margin-top:10px}

.inC{padding:52px 0px}
.inC_L{width:580px;float:left}
.inC_LT{width:100%;float:left}
.inC_LT span{float:left;font-size:24px;color:#333333}
.inC_LT a{float:right;font-size:12px;color:#4a4a4a;margin-top:10px}
.inC_LT a:after{content:url(../images/ico6.png);margin-left:5px}
.inC_LB,.inC_LB a{width:100%;float:left}
.inC_LB{margin-top:5px}
.inC_LB a{padding:15px 0px;border-bottom:1px solid #e5e5e5}
.inC_LB a:last-child{border-bottom:none;padding-bottom:0px}
.inC_LB a .inC_LB_l{width:150px;float:left;position:relative;overflow:hidden}
.inC_LB a .inC_LB_l span{opacity:0;position:absolute;top:0px;bottom:0px;left:0px;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;right:0px;background:url(../images/ico7.png) no-repeat center;background-color:rgba(7,46,109,0.7);}
.inC_LB a:hover .inC_LB_l span{opacity:1}
.inC_LB a .inC_LB_r{float:right;width:408px}
.inC_LB a .inC_LB_r span{font-size:15px;color:#464646;font-weight:bold;display:block;height:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.inC_LB a .inC_LB_r i{font-size:12px;color:#969696;display:block;margin-top:6px}
.inC_LB a .inC_LB_r p{font-size:12px;color:#646464;margin-top:10px;height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.inC_LB a:hover .inC_LB_r span{color:#072e6d}
.inC_R{width:582px;float:right}
.inC_R_T{width:100%;float:left;margin-top:20px}
.inC_R_TL{float:left;width:295px;}
.inC_R_TL p{color:#333333;padding-left:20px;background:url(../images/ico8.png) no-repeat center left}
.inC_R_TL strong{display:block;font-size:38px;color:#1161c0;font-weight:bold}
.inC_R_TR{float:right;width:252px;padding-left:32px;border-left:1px solid #d3d3d3}
.inC_R_TR p{font-size:18px;color:#666666;line-height:34px;padding-left:28px;background:url(../images/ico9.png) no-repeat center left}
.inC_R_M{ width:100%;float:left;/*border-bottom: solid 6px #f4f4f4;padding-bottom:42px*/}
.inC_R_M ul {zoom:1;margin-top:26px}
.inC_R_M ul li{float:left;width:79px;margin-right:1px}
.inC_R_M ul li:nth-child(6n){margin-right:0px}
.inC_R_M ul li a{width:100%;float:left}
.inC_li_l{width:79px;height:97px;background:url(../images/bg1.jpg);
    /*background-image: -webkit-linear-gradient(150deg, transparent, #0e5e96);
    background-image: linear-gradient(150deg, transparent, #062767);
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;*/float:left;text-align:center}
.inC_li_l i{display:block;height:26px;margin-top:25px}
.inC_li_l span{font-size:12px;color:#fff;display:block;margin-top:5px}
.inC_R_M ul li a>img { width:101px; height: 97px;float:left;margin-left:1px}
.inC_R_M .dis_pi { display: none }
.inC_R_M ul .last { border-bottom:0;  }
.inC_R_M .on {position: relative; width:181px;}
.inC_R_M .on .dis_pi { display: block }

.inC_R_B,.inC_R_B h1{width:100%;float:left}
.inC_R_B{padding-bottom:32px;border-bottom:solid 6px #f4f4f4}
.inC_R_B h1{margin-top:44px}
.inC_R_B h1 span{float:left;font-size:24px;color:#333333;}
.inC_R_B h1 i{float:right;font-size:14px;color:#333333;padding-left:18px;background:url(../images/ico10.png) no-repeat center left;margin-top:10px}
.inC_R_B div{width:100%;float:left}
.inC_R_B div p{font-size:50px;color:#e60000;font-family:Arial;margin-top:15px;height:58px;}
.inC_R_B div p span{float:left;}
.inC_R_B div i{font-size:18px;padding-left:35px;margin-left:12px}
.inC_R_B div p span.red{color:#e60000;}
.inC_R_B div i.red{background:url(../images/ico12.png) no-repeat center left;color:#e60000;}
.inC_R_B div i.cur{background:url(../images/ico012.png) no-repeat center left;color:#01b022;}
.inC_R_B div p span.cur{color:#01b022;}
.inC_R_B div>span{float:right;padding-left:32px;background:url(../images/ico11.png) no-repeat center left;position:relative;margin-top:12px;height:19px}
/* .inC_R_B div>span:before{content:'';width:160px;height:1px;background:#e4e4e4;left:0px;position:absolute;margin-left:-178px;top:10px} */

.footer,.footer_top{width:100%;float:left}
.footer{background:#333333}
.footer_top{border-bottom:1px solid #444444;padding:42px 0px 50px 0px}
.footer_T_L{float:left;border-right:1px solid #444444}
.footer_T_L dl{float:left;margin-right:60px}
.footer_T_L dl dt a{color:#fff;font-weight:bold}
.footer_T_L dl dt{margin-bottom:10px}
.footer_T_L dl dd>a{display:block;font-size:12px;line-height:26px;color:#fff}
.footer_T_R{float:right;width:434px;}
.footer_T_R>div{float:left;width:232px;}
.footer_T_R>div dl{width:100%;float:left}
.footer_T_R>div dl dt{font-size:16px;color:#fff;font-weight:bold;padding-left:28px;background:url(../images/inico9.png) no-repeat center left}
.footer_T_R>div dl dt a{color:#fff;}
.footer_T_R>div dl dd{margin-top:15px}
.footer_T_R>div dl dd a{color:#fff;float:left;margin-right:16px}
.footer_T_R>div dl:last-child{margin-top:30px}
.footer_T_R>div dl:last-child dt{background:url(../images/inico14.png) no-repeat center left}
.footer_T_R>div dl dd .bshare-custom{width:100%;float:left;margin-top:20px}
.footer_T_R>div dl dd .bshare-custom a{float:left;width:25px;height:20px;padding:0px;margin:0px;margin-right:12px}
.footer_T_R>div dl dd .bshare-custom a.bshare-weixin{background:url(../images/inico10.png) no-repeat center}
.footer_T_R>div dl dd .bshare-custom a.bshare-sinaminiblog{background:url(../images/inico11.png) no-repeat center}
.footer_T_R>div dl dd .bshare-custom a.bshare-qqim{background:url(../images/inico12.png) no-repeat center}
.footer_T_R>div dl dd .bshare-custom a.bshare-itieba{background:url(../images/inico13.png) no-repeat center}
.footer_T_R>div dl dd .bshare-custom a.bshare-itieba{background:url(../images/inico13.png) no-repeat center}
.footer_T_R>p{float:right;width:136px;text-align:center;color:#fff;font-weight:bold}
.footer_T_R>p img{margin-bottom:14px}
.footer .w1200{overflow:inherit;}
.footer_en{padding:22px 0px;width:100%;float:left;}
.footer_en .w1200>p{float:left;font-size:12px;color:#fff}
.footer_en .w1200>p a{color:#fff !important;}
.footer_en .footer_ER{float:right;}
.footer_en .footer_ER>a{font-size:12px;color:#fff;float:left;}
.footer_en .footer_ER .link{float:left;cursor: pointer;font-size:12px;color:#fff;position:relative;}
.footer_en .footer_ER>a:after{content:'|';color:#444444;margin:0px 15px;}
.footer_en .footer_ER .link div{position:absolute;;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;opacity:0;visibility:hidden;left:-40px;padding:10px 5px;right:-40px;bottom:20px;background-color: rgba(14,78,135,0.8);}
.footer_en .footer_ER .link div a{display:block;float:none;text-align:center;color:#fff;line-height:26px;}
.footer_en .footer_ER .link:hover div{opacity:1;visibility:visible;bottom:28px;}

.S_banner,.S_banner img{width:100%;float:left;position:relative}
.S_banner{margin-top:112px}
.S_banner_con{position:absolute;left:0px;right:0px;top:50%;transform:translateY(-50%)}
.S_banner span{font-size:40px;color:#fff;font-weight:bold}
.title{width:100%;float:left;border-bottom:1px solid #e1e1e1;padding:25px 0px}
.title p{float:left;color:#969696;}
.title p a{color:#969696;}
.title p:before{content:url(../images/ico13.png);margin-right:4px;}
.title p a:after{content:'>';color:#969696;margin:0px 5px}
.title p a:last-child:after{display:none}
.title p a:hover,.title p a.cur{color:#0172b8}
.about{padding:50px 0px 70px 0px}
.about_L{float:left;width:450px;overflow:hidden}
.about_R{width:704px;float:right}
.about_R h1{font-size:28px;color:#015cad;}
.about_R h1 i{font-size:16px;color:#323232;display:block;margin-top:15px}
.about_R p{color:#323232;line-height:28px;margin-top:18px;text-indent:2em;}
.about1_L{float:left;width:756px}
.about1_L span{font-size:28px;color:#015cad;margin-bottom:30px;display:block}
.about1_L p{color:#323232;line-height:28px;margin-top:15px;text-indent:2em;}
.about1_L i{float:right;margin-top:30px}
.about1_R{float:right;width:292px;height:422px;border:5px solid #0172b8;margin-top:20px}
.about1_R img{width:301px;float:left;margin:-18px auto auto -18px}
.about2_top{width:100%;float:left;padding:50px 0px 70px 0px}
.about2_top .w1200>span{display:block;text-align:center;font-size:28px;color:#015cad;}
.about2_TC{width:100%;float:left;position:relative;margin-top:46px}
.about2_TC .scrollWrap{width:940px;margin:0 auto}
.about2_TC .dlList a{float:left;width:278px;float:left;margin-right:50px}
.about2_TC .dlList a p{width:100%;border:1px solid #eeeeee;overflow:hidden}
.about2_TC .dlList a span{padding:0px 40px;display:block;color:#646464;font-weight:bold;text-align:center;margin-top:15px}
.about2_TC .dlList a:hover span{color:#015cad}
.about2_TC .prev,.about2_TC .next{width:26px;height:47px;position:absolute;top:50%;transform:translateY(-50%)}
.about2_TC .prev{background:url(../images/abpre.png) no-repeat center;left:0px}
.about2_TC .next{background:url(../images/abnext.png) no-repeat center;right:0px}
.about2_bo{background:#f6f7f9}
.about5{width:100%;float:left}
.about5 span{font-size:28px;color:#015cad;float:left}

.history{ width: 100%;overflow: hidden;float:left;position:relative;margin-top:64px}
.history .content{ overflow: hidden;}
.history .btn div{ width:38px; height:38px;border-radius:100%; display: inline-block; left:16px;background: url(../images/ab2pre.png) no-repeat center #aaaaaa; cursor: pointer;top:53px; position:absolute;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.history .btn div.rightBtn{ background: url(../images/ab2next.png) no-repeat center #aaaaaa;left:auto;right:16px}
.history .btn .leftBtn:hover,.history .btn .rightBtn:hover{ background-color:#015cad;}
.history .info{ margin-top:80px;width:100%;float:left}
.history .info .dec:not(:first-child){ display: none;}
.history .info .dec{overflow: hidden;/*height:105px; */transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.history .info .dec span{float:left;margin-left:88px;width:110px;text-align:center;min-height:105px;margin-right:23px;height:100%;font-size:20px;font-weight:bold;color:#015cad;background:url(../images/ico15.png) no-repeat center 49px}
.history .info .dec div{float:left;width:615px;padding-bottom:30px;padding-left:30px;border-bottom:1px dashed #e2e2e2;border-left:3px solid #e4e4e4;}
.history .info .dec div p{color:#323232;line-height:35px}
.history .year{margin:0 auto;overflow:hidden;width:1092px;height:85px;position:relative;z-index:2}
.history .year:after{content:'';left:0px;right:0px;height:1px;background:#dcdcdc;position:absolute;bottom:10px;z-index:-1}
.history ul{ position: relative;width: 800%;}
.history ul li{ float: left; margin-left: 68px;  text-align: center; color:#646464; font-size:14px;font-weight:bold;padding-bottom:62px;background:url(../images/ico14.png) no-repeat center bottom;}
.history ul li.cur{background:url(../images/ico014.png) no-repeat center bottom;color:#015cad}

.about3_top{width:100%;float:left;border-bottom:1px dotted #dcdcdc;padding-bottom:40px}
.about3_top h1{font-size:28px;color:#015cad;}
.about3_top span{font-size:16px;color:#323232;display:block;margin:20px 0px 20px 0px;line-height:24px;text-indent:2em;}
.about3_top p{color:#666666;line-height:24px;margin-top:10px;text-indent:2em;}
.about3_bo{width:100%;float:left;margin-top:46px}
.about3_bo li{float:left;width:379px;margin-right:30px;}
.about3_bo li:nth-child(3n){margin-right:0px}
.about3_bo li>p,.about3_bo li div{width:100%;float:left}
.about3_bo li>p{overflow:hidden;margin-bottom:28px}
.about3_bo li div strong{font-size:18px;color:#666666}
.about3_bo li div p{color:#666666;line-height:20px;margin-top:10px}

.about4{width:100%;float:left;margin-bottom:60px}
.about4>img{float:left;width:533px;}
.about4_R{width:590px;float:right;}
.about4_R h3{font-size:28px;color:#062969;display:block}
.about4_R ul{width:100%;float:left}
.about4_R ul li{padding-left:25px;margin-top:40px;position:relative}
.about4_R ul li:before{content:url(../images/ico16.png);position:absolute;left:0px;top:3px}
.about4_R ul li span{font-size:16px;font-weight:bold;color:#323232}
.about4_R ul li p{color:#7a7a7a;line-height:22px;margin-top:10px}
.about4:nth-child(2n) .about4_R{float:left}
.about4:last-child{margin-bottom:0px}
.about4:last-child>img{width:374px;float:right;margin-right:104px;margin-top:42px}

.news{padding:48px 0px 50px 0px}
.news_top{width:100%;float:left}
.news_top span{float:left;font-size:22px;line-height:42px;color:#323232;margin-right:20px}
.news_top select,.news_top input{width:218px;padding:0px 10px;height:42px;border:1px solid #e6e6e6;background:none;padding:0px 10px;float:left;margin-left:20px;color:#646464;font-family:"微软雅黑"}
.news_top input{width:398px;height:40px}
.news_top i{float:right;padding:0px 82px 0px 26px;background:#015cad;color:#fff;height:42px;line-height:44px;position:relative}
.news_top i:after{content:url(../images/search01.png);right:26px;top:3px;position:absolute}

.news_con{width:100%;float:left;margin-top:20px}
.news_con dl{width:100%;float:left;border-bottom:1px solid #dddddd;padding:30px 0px;}
.news_con dl dt{width:976px;font-size:20px;overflow: hidden;text-overflow: ellipsis;height:26px;white-space: nowrap;font-weight:bold;margin-left:20px;float:left}
.news_con dl dt a{color:#555555}
.news_con dl dd{width:976px;float:left;margin-left:20px;position:relative}
.news_con dl dd p{font-size:14px;color:#727272;line-height:30px;width:100%;float:left;overflow: hidden;text-overflow: ellipsis;height:60px;margin:20px 0px}
.news_con dl dd>i{display:none;}
.news_con dl dd .shul{height:26px;float:left;text-align:center;line-height:26px;font-size:12px;width:82px;border-radius:10px 0px 0px 10px;border:1px solid #e5e5e5;color:#000;}
.news_con dl dd .shul:before{content:url(../images/icoqun01.gif);padding-right:5px}
.news_con dl .bshare-custom{width:50px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;float:left;height:26px}
.news_con dl .bshare-custom a{float:left;width:100%;height:100%;background:url(../images/iconew.gif) no-repeat center !important;padding:0px !important;margin:0px !important}
.news_con dl dd .shu2 a{font-size:12px;width:62px;border-radius:0px 10px 10px 0px;border:1px solid #e5e5e5;color:#919191;height:26px;float:left;text-align:center;display:block;line-height:26px}
.news_con dl dd:last-child{float:right;width:136px;border-left:1px solid #c2c2c2;text-align:center;font-family:"Arial";padding:14px 0px}
.news_con dl dd:last-child span{font-size:48px;color:#555555;font-weight:bold;width:100%;text-align:center;float:left}
.news_con dl dd:last-child em{font-size:14px;color:#8f8f8f}
.news_con dl:hover dt a{color:#0768b9}
.news_M{width:100%;float:left;background:#f6f7f9;margin-top:50px}
.news_M>p{width:502px;float:left;overflow:hidden}
.news_M>div{width:615px;float:left;margin-left:36px;margin-top:20px}
.news_M>div h1{font-size:20px;color:#323232}
.news_M>div span{color:#646464;display:block;margin:20px 0px 15px 0px}
.news_M>div p{color:#646464;line-height:30px;}
.news_M>div i{width:98px;line-height:30px;border:1px solid #0b78bb;color:#4a4a4a;text-align:center;font-size:12px;display:inline-block;margin-top:30px}
.news_M>div i:after{content:url(../images/ico6.png);margin-left:10px}
.news_M:hover>div i,.news_con dl dd .shu2 a:hover{color:#0b78bb}

.page{width:100%;float:left;text-align:center;margin-top:40px}
.page a,.page span,.page div{display:inline-block;color:#323232;margin:0px 8px}
.page span i{color:#646464}
.page select{width:56px;border:1px solid #dddddd;background:none}

.newsxq_top{width:100%;float:left;padding-bottom:18px;border-bottom:1px dotted #dcdcdc}
.newsxq_top dt{font-size:32px;color:#323232;font-weight:bold}
.newsxq_top dd .newx_L{margin-top:25px}
.newsxq_top dd .newx_L,.newsxq_top dd .newx_L p,.newsxq_top dd .newx_L p i{float:left;}
.newsxq_top dd .newx_L p i{padding-left:22px;background:url(../images/newsico1.png) no-repeat center left;margin-right:26px;font-size:12px;color:#646464}
.newsxq_top dd .newx_L p i:last-child{background:url(../images/newsico2.png) no-repeat center left}
.newsxq_top .bshare-custom{float:left;font-size:12px;color:#646464;margin-left:30px}
.newx_R{float:right;margin-top:10px}
.newsxq_top .bshare-custom span{font-size:12px;color:#646464;float:left;margin-right:5px}
.newx_R a{width:36px;height:36px;border-radius:100%;border:1px solid #898989;float:left;margin-left:16px;font-size:14px;color:#333}
.newx_R a:nth-child(1){background:url(../images/pre.png) no-repeat center}
.newx_R a:nth-child(2){background:url(../images/newsico3.png) no-repeat center}
.newx_R a:nth-child(3){background:url(../images/next.png) no-repeat center}
.newx_R a:hover:nth-child(1){background:url(../images/pre01.png) no-repeat center #838383}
.newx_R a:hover:nth-child(2){background:url(../images/newsico03.png) no-repeat center #838383}
.newx_R a:hover:nth-child(3){background:url(../images/next01.png) no-repeat center #838383}

.newsxq_con{width:100%;float:left;padding:30px 0px 20px 0px;}
.newsxq_con p{color:#646464;line-height:28px;text-indent:2em;margin-top:20px;}
.newsxq_con p img{max-width:67%;margin:0 auto;display:block;}
.newsxq_con div{text-align:center;margin-top:20px;}
.newsxq_con div img{margin-bottom:40px}
.newsxq_con div span{display:block;font-weight:bold;color:#646464;line-height:28px;}
.newsxq_en{width:100%;float:left;border-bottom:1px solid #ececec;border-top:1px solid #ececec;padding:20px 0px}
.newsxq_en a{width:410px;padding-right:94px;display:inline-block;color:#646464;position:relative;height: 19px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsxq_en a i{position:absolute;right:0px}
.newsxq_en a:last-child{float:right}
.newsxq_en a:hover{color:#0b78bb}

.news2_con,.news2_T img{width:100%;float:left}
.news2_con li{float:left;overflow:hidden;width:280px;border:1px solid #e1e1e1;margin:0px 24px 30px 0px}
.news2_con li:nth-child(4n){margin-right:0px}

.news2_con2,.news2_T img{width:100%;float:left}
.news2_con2 li{float:left;overflow:hidden;width:370px;border:1px solid #e1e1e1;margin:0px 24px 30px 0px}
.news2_con2 li:nth-child(3n){margin-right:0px}
.news2_T{width:100%;float:left;position:relative}
.news2_T div{position:absolute;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;opacity:0;left:0px;right:0px;bottom:0px;top:0px;background-color:rgba(1,92,173,0.8)}
.news2_T div p{position:absolute;top:50%;transform:translateY(-50%);width:100%}
.news2_T div p a{display:block;text-align:center;color:#fff;position:relative;margin:40px 0px;padding-left:35px}
.news2_T div p a:before{content:url(../images/newsico4.png);position:absolute;top:-4px;margin-left:-35px}
.news2_T div p a:last-child:before{content:url(../images/newsico5.png)}
.news2_con li span{text-align:center;font-size:16px;color:#323232;padding:20px 0px;width:100%;float:left;border-top:1px solid #e1e1e1}
.news2_con li:hover .news2_T div{opacity:1}

.news2_con2 li a span{text-align:center;font-size:16px;color:#323232;padding:20px 0px;width:100%;float:left;border-top:1px solid #e1e1e1}
.news2_con2 li:hover .news2_T div{opacity:1}
.cooper{width:100%;float:left}
.cooper a{float:left;width:274px;border:1px solid #eaeaea;margin-right:32px;margin-bottom:40px;padding-bottom:20px}
.cooper a:nth-child(4n){margin-right:0px}
.cooper a p{width:100%;overflow:hidden}
.cooper a span{display:block;text-align:center;color:#646464;font-family:Arial;margin-top:10px}
.video{width:100%;float:left;height:674px}

.so_top,.so_con{width:100%;float:left}
.so_T_L{float:left;width:434px;}
.so_T_L span{font-size:26px;color:#0172b8;}
.so_T_L p{font-size:14px;color:#323232;line-height:28px;margin-top:38px;text-indent:2em;}
.so_top>img{float:right;width:717px}
.so_con h5{border-bottom:1px solid #e1e1e1;position:relative;margin:58px 0px 40px 10px}
.so_con h5 span{width:124px;height:40px;color:#fff;line-height:40px;text-align:center;position:absolute;left:-10px;top:-20px;font-size:16px;font-weight:bold;background:url(../images/sobg.png)}
.so_con p{color:#323232;line-height:28px;margin-top:10px;text-indent:2em;}
.so_con div{width:100%;float:left;text-align:center;margin:20px 0px}

.conA_con {width:100%;float:left; overflow: hidden;position:relative}
.conA_con .pic{ position:relative; z-index:0; }
.conA_con .pic li{position:relative;height:498px}
.conA_con .pic li .dh_map{width:100%;float:left;height:100%}
.conA_con .pic li dl{width:300px;height:354px;background-color:rgba(65,65,65,0.6);position:absolute;left:80px;top:50%;transform:translateY(-50%)}
.conA_con .pic li dl dt,.conA_con .pic li dl dd{margin:0px 30px;overflow:hidden}
.conA_con .pic li dl dt{font-size:16px;color:#fff;font-weight:bold;margin-top:70px;padding-bottom:20px;position:relative}
.conA_con .pic li dl dt:after{background:#fff}
.conA_con .pic li dl dd{margin-top:10px}
.conA_con .pic li dl dd p{width:100%;float:left;font-size:14px;color:#fff;line-height:36px;word-break:break-all; }
.conA_con .hd { width:240px; position: absolute; bottom:110px;left:110px;font-size:0; z-index:1; }
.conA_con .hd li{width:6px;height:6px;border:1px solid #fff;border-radius:100%;cursor:pointer;margin-right:10px;float:left}
.conA_con .hd .on{background:#fff;}
.cont_con,.cont_con ul{width:100%;float:left}
.cont_con>span{display:block;text-align:center;font-size:28px;color:#333333;margin-top:44px}
.cont_con ul li{float:left;width:382px;min-height:390px;background:#f7f7f7;padding:28px 0px 18px 0px;margin:26px 26px 0px 0px}
.cont_con ul li:nth-child(3n){margin-right:0px}
.cont_con ul li div{padding:0px 36px}
.cont_con ul li div span{color:#015cad;font-weight:bold;margin-bottom:8px;display:block}
.cont_con ul li div p{font-size:12px;color:#646464;padding-left:23px;line-height:24px;margin-top:10px;position:relative;}
.cont_con ul li div p a{color:#646464;}
.cont_con ul li div p img{position:absolute;left:0px;top:6px;}
.dh_con ul li{min-height:105px;}
.conn_con{width:100%;float:left;}
.conn_con li{width:568px;float:left}
.conn_con li:nth-child(2n){float:right}
.conn_con li a{display:block;position:relative;border-bottom:1px solid #dddddd;color:#555555;height:36px;background:url(../images/pdf.png) no-repeat 12px center;line-height:36px;padding:12px 100px 12px 58px;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;}
.conn_con li a i{position:absolute;right:15px;color:#999999}
.conn_con li a:hover{background:url(../images/pdf.png) no-repeat 12px center #f7f7f7;}
.conn1_con{width:100%;float:left;}
.conn1_con thead td{background:#ebebeb;font-size:16px;color:#333333}
.conn1_con td{border-right:2px solid #fff;padding:14px 0px;width:20%;text-align:center;color:#646464}
.conn1_con tr:nth-child(2n) td{background:#f1f1f1}
.conn1_con tr td:nth-child(5n){border:none}
.conn2_con,.conn2_con div{width:100%;float:left}
.conn2_con div{margin-bottom:3px}
.conn2_con div h4{display:block;padding:0px 60px 0px 10px;height:40px;line-height:40px;background:#ebebeb;position:relative;color:#505050;font-weight:bold}
.conn2_con div h4:after{content:'';position:absolute;right:22px;height:100%;width:14px;background:url(../images/conico3.png) no-repeat center;line-height:0}
.conn2_con div h4.h4:after{background:url(../images/conico4.png) no-repeat center}
.conn2_con div h4.h4{background:#0b78bb;color:#fff}
.conn2_con div table{width:100%;display:none;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;margin:32px 0px;}
.conn2_con div table td{width:37%;text-align:center;padding:12px 0px;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#646464}
.conn2_con div table td:nth-child(1){width:16.5%;}

.pro_top{width:100%;float:left;padding-bottom:30px;border-bottom:1px dotted #dcdcdc}
.pro_top span{font-size:28px;color:#323232;display:block;margin-bottom:25px}
.pro_top p{color:#323232;line-height:28px;text-indent:2em;}
.pro_bo,.pro_bo div{width:100%;float:left}
.pro_bo>span{font-size:20px;color:#303030;margin:26px 0px 32px 0px;display:block}
.pro_bo div a{width:376px;display:inline-block;margin:0px 36px 40px 0px;padding-bottom:18px;border-bottom:1px solid #d8d8d8}
.pro_bo div a:nth-child(3n){margin-right:0px}
.pro_bo div p{width:100%;overflow:hidden}
.pro_bo div span{display:block;padding-right:42px;font-size:16px;color:#646464;margin-top:20px;background:url(../images/proico1.jpg) no-repeat center right}

.proxq_L{width:890px;float:left}
.proxq_L_T{width:100%;float:left}
.proxq_L_T>span{font-size:26px;color:#015cad;display:block}
.proxq_L_T_c{ width:100%;  position:relative;margin-top:24px}
.proxq_L_T_c .swiper-container{width:703px;float:left;}
.proxq_L_T_c .swiper-slide a{width:100%;float:left;}
.proxq_L_T_c .swiper-slide a img{ width:100%;display:block;  }
.proxq_L_T_c .tabs{ float:right;width:163px;}
.proxq_L_T_c .tabs a{float:right; width:154px; height:98px; cursor:pointer; margin-bottom:18px;position:relative}
.proxq_L_T_c .tabs a img{height:100%;width:100%;float:left;}
.proxq_L_T_c .tabs a.active{width:163px}
.proxq_L_T_c .tabs a.active:before{content:url(../images/proico2.png);position:absolute;left:0px;top:0px;bottom:0px;}

/*.w3cFocusIn{ width:100%; height:100%;float:left;overflow:hidden;  }
.w3cFocusIn .bd{width:703px;float:left;height:100%}
.w3cFocusIn .bd li{width:100%;float:left;height:447px}
.w3cFocusIn .bd li img{ width:100%;display:block;  }
.w3cFocusIn .hd{ float:right;width:163px;}
.w3cFocusIn .hd ul{overflow:hidden; zoom:1; }
.w3cFocusIn .hd ul li{float:right; width:154px; height:98px; cursor:pointer; margin-bottom:18px;position:relative}
.w3cFocusIn .hd ul li img{height:98px;}
.w3cFocusIn .hd ul li.on{width:163px}
.w3cFocusIn .hd ul li.on:before{content:url(../images/proico2.png);position:absolute;left:0px;top:0px;bottom:0px;}*/

.proxq_L_M{width:100%;float:left;margin-top:20px}
.proxq_L_M p{font-size:16px;color:#323232;line-height:28px;text-indent:2em;}

.proxq_L_B{ width:100%;float:left; margin-top:44px}
.proxq_L_B .hd ul{ float:left;width:100%;border-bottom:1px solid #015cad}
.proxq_L_B .hd ul li{ float:left; color:#515151; cursor:pointer;padding:0px 23px;line-height:38px;background:#ededed;margin-right:5px;}
.proxq_L_B .hd ul li.on{background:#015cad;color:#fff}
.proxq_L_B .bd .proxq_L_Bc{width:100%;float:left;  zoom:1; margin-top:25px }
.proxq_L_B .bd .proxq_L_Bc p{color:#323232;line-height:28px;text-indent:2em;}

.proxq_R{width:260px;float:right}
.proxq_R dt{font-size:18px;color:#015cad;font-weight:bold;padding:14px 4px;border-bottom:1px solid #e7e7e7}
.proxq_R dd{padding:0px 4px}
.proxq_R dd a{display:block;padding:16px 0px 16px 14px;color:#323232;border-bottom:1px solid #e7e7e7;transition-duration:0s;-ms-transition-duration:0s;-moz-transition-duration:0s;-webkit-transition-duration:0s;}
.proxq_R dd a:hover,.proxq_R dd a.cur{color:#015cad;font-weight:bold;background:url(../images/xian1.jpg) no-repeat center left}

.ser_top{width:100%;float:left;text-align:center}
.ser_top img{width:100%;float:left}
.ser_mid{width:99.8%;float:left;border:1px solid #dcdcdc;padding:32px 0px;margin:40px 0px 10px 0px}
.ser_mid span{font-size:22px;color:3323232;float:left;margin-left:30px;line-height:42px}
.ser_mid select,.ser_mid input{width:200px;height:42px;border:1px solid #e6e6e6;background:none;margin-left:20px;color:#646464;padding:0px 10px}
.ser_mid input{width:328px}
.ser_mid i{float:right;padding:0px 80px 0px 28px;line-height:44px;color:#fff;background:#015cad;margin-right:60px;position:relative}
.ser_mid i:after{content:url(../images/search01.png);position:absolute;right:30px;top:3px}
.ser1_mid{margin-top:0px}
.ser1_mid span{margin-right:20px}
.ser1_mid select{width:216px}

.ser1_bo{margin-top:30px}
.ser1_bo,.ser1_bo a{width:100%;float:left}
.ser1_bo a{padding:16px 0px;border-bottom:1px dotted #dcdcdc;height:26px;line-height:26px}
.ser1_bo a i,.ser1_bo a em,.ser1_bo a p{float:left}
.ser1_bo a i{color:#015cad;width:14%}
.ser1_bo a em{color:#969696;padding-left:22px;background:url(../images/ser1ico1.png) no-repeat center left}
.ser1_bo a p{font-size:16px;color:#323232;width:55%;margin-left:10%;height: 26px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.ser1_bo a span{float:right;margin-right:4.5%;color:#969696;padding-left:36px;background:url(../images/serico1.png) no-repeat center left}

.ser2_L{width:499px;float:left;position:relative}
.ser2_L a{width:100%;float:left;position:relative}
.ser2_L a>span{position:absolute;bottom:0px;left:0px;right:0px;padding:24px 135px 24px 34px;background-color:rgba(0,0,0,0.5);z-index:10;color:#fff;height: 19px;
 overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ser2_L .pagination{position:absolute;right:34px;bottom:26px;z-index:11}
.ser2_L .pagination .swiper-pagination-switch{width:12px;height:12px;float:left;background-color:rgba(255,255,255,0.5);border-radius:100%;margin-left:10px}
.ser2_L .pagination .swiper-active-switch{background:#fff;}

.ser2_R{float:right;width:100%;}
.ser2_R strong{font-size:18px;color:#323232;display:block;margin:28px 0px 20px 0px}
.ser2_R p{color:#323232;line-height:28px}

.ser3_top,.ser3_mid{width:100%;float:left;}
.ser3_top p{color:#323232;line-height:28px;text-indent:2em}
.ser3_top div img{width:32%;margin-right:2%;margin-top:25px}
.ser3_top div img:nth-child(3n){margin-right:0px}
.ser3_mid h4{display:block;border-bottom:1px solid #ececec;font-size:18px;color:#015cad;font-weight:bold;margin-top:46px;width:100%;float:left;margin-bottom:10px;padding-bottom:30px;box-shadow: 0px 2px 2px #f6f6f6;}
.ser3_mid h4 i{font-size:14px;color:#015cad;font-weight:normal;margin-left:12px}

.ser3_mid_c{width:100%;float:left;}
.ser3_mid_c dl{float:left;width:376px;margin-right:36px;margin-top:20px}
.ser3_mid_c dl:nth-child(3n){margin-right:0px}
.ser3_mid_c dl dt{color:#323232;line-height:34px;width:98px;float:left}
.ser3_mid_c dl dd{float:left;width:274px;}
.ser3_mid_c dl dd input{width:254px;float:left;height:34px;background:none;border:1px solid #e1e1e1;border-radius:4px;padding:0px 10px}
.ser3_mid_c dl dd input.red{border:1px solid red;}
.ser3_mid_c dl:last-child{width:100%;margin-right:0px}
.ser3_mid_c dl:last-child dd{width:1100px;}
.ser3_mid_c dl:last-child dd textarea{width:1080px;height:107px;background:none;border:1px solid #e1e1e1;border-radius:4px;padding:10px}
.ser3_mid_c dl:last-child dd textarea.red{border:1px solid red;}
.ser3_mid_c dl:last-child dd a{width:156px;cursor:pointer;height:44px;color:#fff;background:#015cad;display:block;border-radius:4px;text-align:center;line-height:44px;margin-top:28px}

.ser3_bo,.ser3_en{width:100%;float:left;margin-top:32px}
.ser3_bo li{float:left;height:40px;line-height:40px;padding-left:64px;font-size:18px;color:#323232;margin:0px 46px}
.ser3_bo li:nth-child(1){background:url(../images/ser3ico1.png) no-repeat center left}
.ser3_bo li:nth-child(2){background:url(../images/ser3ico2.png) no-repeat center left}
.ser3_bo li:nth-child(3){background:url(../images/ser3ico3.png) no-repeat center left}
.ser3_en p{color:#323232;line-height:26px}

.ser4_top{width:100%;float:left;text-align:center}
.ser4_top li{display:inline-block;margin:0px 30px;width:305px}
.ser4_top li span{display:block;font-size:18px;color:#323232;margin-top:25px}
.ser4_bo{width:100%;float:left;margin-top:36px}
.ser4_bo p{color:#323232;line-height:28px}
.ser4_bo p i{color:#015cad;margin-top:14px;float:left}

.ser5_con{width:100%;float:left}
.ser5_con>span{font-size:18px;color:#323232;font-weight:bold}
.ser5_con>p{color:#323232;line-height:28px;margin-top:15px;text-indent:2em;}
.ser5_con table{width:100%;float:left;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-top:36px}
.ser5_con table thead tr td{background:#f3faff;padding:18px 28px;color:#646464;font-weight:bold;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0}
.ser5_con table thead tr td:first-child{width:83px;padding:18px 0px ;text-align:center}
.ser5_con table tbody tr td{border-bottom:1px dashed #e0e0e0;padding:12px 28px;border-right:1px solid #e0e0e0;color:#646464}
.ser5_con table tbody tr:last-child td{border-bottom:1px solid #e0e0e0;}
.pro_load{float:right;padding:0px 20px;color:#fff;background:#0b4984;line-height:40px;margin-top:30px;height:40px;}
.pro_load:after{content:url(../images/pdf1.png);float:left;margin-right:10px;margin-top:5px;}

.inA_sj_con{margin-top:30px;display:none}
.inA_sj_con,.inA_sj_con a{width:100%;float:left}
.inA_sj_con a p,.inA_sj_con a p img,.inA_sj_con a span{width:100%;float:left}
.inA_sj_con a span{display: block;background: url(../images/bg.jpg);padding: 0px 20px;height:40px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height:40px;
color: #fff; font-size: 14px;}
.inA_sj_con .pagination,.proxq_L_sj_T .pagination{width:100%;float:left;margin-top:20px;text-align:center}
.inA_sj_con .pagination .swiper-pagination-switch,.proxq_L_sj_T .pagination .swiper-pagination-switch{width:8px;height:8px;display:inline-block;margin:0px 4px;border-radius:100%;background:#eee;}
.inA_sj_con .pagination .swiper-active-switch,.proxq_L_sj_T .pagination .swiper-active-switch{background:#0e4e87}
.inA_sj_con a{width:48%;}
.inA_sj_con a:nth-child(2n){float:right;}


.history_sj{width:100%;float:left;display:none}
.history_sj>span{font-size:18px !important;font-weight: bold;color: #015cad;width:100%;float:left;margin:30px 0px 10px 0px}
.history_sj>span:before{content:url(../images/ico015.png);float:left;margin-right:10px;margin-top:1px}
.history_sj p{font-size:14px;color: #323232; line-height:28px;width:100%;float:left;}
.conA_sj_con{width:100%;float:left;display:none}
.conA_sj_con dl{width:100%;float:left;background:#f7f7f7;padding:30px 0px;margin-top:30px}
.conA_sj_con dl dt,.conA_sj_con dl dd{padding:0px 30px}
.conA_sj_con dl dt{font-size: 16px;color:#015cad;font-weight: bold;margin-bottom:10px}
.conA_sj_con dl dd p{font-size: 14px;color: #646464;line-height:28px}

.about2_sj_TC{width:80%;float:left;display:none;position:relative;margin-left:10%}
.about2_sj_TC .swiper-slide a{width:100%;float:left}
.about2_sj_TC .swiper-slide a p{text-align:center;overflow:hidden;}
.about2_sj_TC .swiper-slide a p img{border:1px solid #eee;max-width:99%;margin:0 auto}
.about2_sj_TC .swiper-slide a span{display:block;padding:0px 40px;text-align:center;color:#646464;font-weight:bold;margin-top:20px}
.about2_sj_TC .arrow-left,.about2_sj_TC .arrow-right{width:26px;height:30px;position:absolute;top:40%;z-index:10}
.about2_sj_TC .arrow-left{left:-30px;background:url(../images/abpre.png) no-repeat center left}
.about2_sj_TC .arrow-right{right:-30px;background:url(../images/abnext.png) no-repeat center right}

.proxq_L_sj_T,.proxq_L_sj_T a{width:100%;float:left}
.proxq_L_sj_T{display:none;margin-top:26px}

.pc_img{display:block}
.sj_img{display:none}

@media screen and (max-width:1440px){
	.ban_swi{bottom:322px}
}
@media screen and (max-width:1024px){
	
    .img img {width:auto;height:auto;display: block;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s; -webkit-transition-duration: 1s;}
    .img:hover img {transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);}
   .menu-handler{display:block}
   .w1200{width:96%;}
   .header_R_TL,.header_R_E ul,.banner_en li a>p,.footer_top,.footer_en div,.inA_con,.inA .w1200>a,.title,.about_L{display:none}
   .search_b .search{width:90%;}
   .footer_en .w1200{display:block;}
   .footer_en .w1200>p{text-align:center;line-height:22px;}
   .search_b input[type='text']{width:76%;padding:0px 2%;font-size:18px;height:50px;line-height:50px}
   .search_b input[type='button']{width:20%;height:50px}
   .search_b i{font-size:56px}
   .footer_en>p{text-align:center;line-height:26px}
   .footer_en{padding:16px 0px}
   .header_R,.header_R_E,.header_R_T{width:auto}
   .header_R_T{margin-top:23px;margin-right:15px}
   .header{height:70px;}
   .header .logo{width:120px;margin-top:10px}
   .search_icon{margin-right:20px;}
   .banner,.S_banner{margin-top:70px}
   .banner_en{position:static;width:100%;float:left;padding:20px 0px 0px 0px;background:#eee}
   .banner_con{position:relative}
   .banner_con .pagination{bottom:10px}
   .banner_con .pagination .swiper-pagination-switch{width:8px;height:8px}
   .banner_en li{width:33.333333333%;float:left;margin-bottom:20px;background:#fff;}
   .banner_en li a{padding:20px 0px;display:block;}
   .banner_en li:last-child{float:right}
   .banner_en li a div span{color:#0e4e87}
   .banner_en li a div p{background:none;padding-left:0px;margin-top:10px;color:#333;line-height:26px}
   .banner_en li a div{width:100%;float:left}
   .banner_en li a div span{font-size:14px;display:block;text-align:center;font-weight:normal;color:#666;padding-top:40px;position:relative;background:url(../images/dhico1.png) no-repeat center top}
   .banner_en li a div p{display:none}
   .banner_en li:last-child a div span{background:url(../images/dhico2.png) no-repeat center top}
   /*.banner_en li:first-child a div span:before{content:url(../images/dhico1.png);float:left}*/
   .ban_swi{bottom:auto;top:50%;transform:translateY(-50%)}
   .ban_swi p{font-size:16px;}
   .inA{padding:16px 0px 30px 0px;border-top: 1px solid #eff0f5;margin-top:0px}
   .inA .w1200>span,.inB dl dt{font-size:24px;margin-top:10px}
   .inA .w1200>span{margin-top:0px}
   .inA_sj_con{display:block;margin-top:18px}
   .inB{padding:30px 0px}
   .inB dl dt{margin-top:0px;margin-bottom:20px}
   .inB dl dd p{line-height:24px;font-size:14px;}
   .inC_L,.inC_R{width:100%;float:left}
   .inC{padding:0px}
   .inC_LT{margin-top:30px}
   .inC_LB a .inC_LB_l{width:36%}
   .inC_LB a .inC_LB_l img{width:100%}
   .inC_LB a .inC_LB_l span{display:none}
   .inC_LB a .inC_LB_r{width:60%}
   .inC_LB a .inC_LB_r span{margin-top:0px}
   .inC_R_T{margin-top:24px}
   .inC_R_TR{padding-left:0px;width:48%;border:none}
   .inC_R_TL{width:48%;}
   .inC_R_TL strong{font-size:22px;margin-top:7px}
   .inC_R_TR p{padding-left:0px;background:none;font-size:14px;line-height:28px}
   .inC_R_M ul li a>img{display:none !important}
   .inC_R_M ul li{width:49% !important;margin-right:0px;margin-top:10px}
   .inC_R_M ul li:nth-child(2n){float:right}
   .inC_li_l{width:100%;}
   .inC_R_M ul{margin-top:10px}
   .inC_R_M{padding-bottom:30px}
   /* .inC_R_B{display:none} */
   .inC_R_B div p{font-size:28px}
   .inC_R_B h1{margin-top:26px}
   .S_banner span{font-size:20px;margin-left:5%;}
   .about_R,.about1_L{width:100%;float:left}
   .about_R h1,.about1_L span,.about5 span,.about3_top h1,.about4_R h3,.cont_con>span,.about2_top .w1200>span{font-size:22px;}
   .about{padding:30px 0px}
   .about_R p{line-height:26px;}
   .about_R p,.about1_L p,.about3_top span,.about3_top p,.pro_top p,.proxq_L_B .bd .proxq_L_Bc p,.proxq_L_M p,.so_T_L p,
   .so_con p,.ser3_top p,.ser4_bo p,.ser5_con>p{text-indent:inherit !important;}
   .about1_L span{margin-bottom:18px}
   .about1_L i{margin-top:16px}
   .about1_R{width:100%;border:none;text-align:center;height:auto}
   .about1_R img{float:none;margin:0 auto;width:auto;}
   .history{display:none}
   .history_sj{display:block}
   .about3_top{padding-bottom:30px}
   .about3_bo li{width:100%;margin-right:0px;margin-top:20px}
   .about3_bo{margin-top:10px}
   .about3_bo li>p{margin-bottom:16px}
   .about3_bo li>p img,.about4>img,.about4_R{width:100%}
   .about4_R h3{margin-top:30px;font-size:16px;font-weight:bold;}
   .about4:first-child .about4_R h3{margin-top:0px;}
   .about4_R ul li{margin-top:16px}
   .about4{margin-bottom:10px}
   .about4:last-child>img{width:auto;margin:0 auto;float:none;margin-top:20px}
   .about4 img{width:auto;float:none;display:block;margin:0 auto}
   .conA_con,.about2_TC{display:none}
   .conA_sj_con{display:block;}
   .news,.about2_top{padding:0px 0px 30px 0px}
   .cont_con>span{margin-top:26px}
   .cont_con ul li{width:100%;margin-right:0px}
   .about2_sj_TC{display:block}
   .about2_top .w1200>span{margin:30px 0px}
   .conn_con li{width:100%}
   .page{font-size:12px;margin-top:26px}
   .page a, .page span, .page div{margin:4px 2px}
   .page select{width:auto}
   .conn_con li a i{font-size:12px}
   .conn1_con{margin-top:10px}
   .conn1_con thead td{font-size:14px}
   .conn2_con{margin-top:30px}
   .cooper a{width:48%;margin-right:0px;margin-bottom:0px;margin-top:20px}
   .cooper a:nth-child(2n){float:right}
   .news_top{margin-top:30px}
   .news_top select, .news_top input{width:96%;margin-left:0px;margin-top:10px;padding:0px 2%}
   .news_top input{width:92%}
   .news_top i{float:left;margin-top:10px;padding: 0px 56px 0px 26px;}
   .news_M{background:none;margin-top:30px}
   .news_M>p,.news_M>div{width:100%;margin-left:0px}
   .news_M>div h1{font-size:16px;line-height:28px}
   .news_M>div span{margin:8px 0px}
   .news_M>div p,.news_con dl dd p{line-height:24px}
   .news_M>div i{margin-top:20px}
   .news_con dl dt,.news_con dl dd{padding:0px;width:100%;margin-left:0px}
   .news_con dl dd:last-child{display:none;}
   .news_con dl dd>i{display:block;font-size:14px;color:#727272;margin-top:10px;}
   .news_con dl dd .shul,.news_con dl dd .shu2,.news_con dl .bshare-custom{display:none}
   .news_con dl dd p{height:auto;margin:10px 0px}
   .news_con dl dt{font-size:16px;height:21px}
   .news_con dl dd:last-child span{display:none;}
   .news_con dl dd:last-child em{float:left}
   .news_con dl{padding:20px 0px}
   .news_con{border-top:1px solid #dddddd;margin-top:30px}
   .video{height:250px;margin-top:30px}
   .news2_con li{width:48%;margin-right:0px;margin:24px 0px 0px 0px;}
   .news2_T div{opacity:1}
   .news2_con li:nth-child(2n){float:right}
   .news2_con li span{font-size:14px}
   .newsxq_top dt{font-size:22px;font-weight:normal}
   .newsxq_top .bshare-custom{display:none}
   .newsxq_top,.pro_top,.proxq_L_T{margin-top:30px}
   .newx_R a{width:26px;height:26px;margin-left:5px}
   .newsxq_top dd .newx_L{margin-top:17px}
   .newsxq_con div{padding:20px 0px}
   .newsxq_con div img{margin-bottom:20px}
   .newsxq_con{padding-bottom:10px}
   .newsxq_en a{width:100%;padding:0px;height:28px;line-height:28px}
   .newsxq_en a i{display:none;}
   .pro_top span{font-size:22px;margin-bottom:14px}
   .pro_bo div a{width:100%;margin-right:0px;margin-bottom:30px}
   .pro_bo div a p img{width:100%}
   .pro_bo div a:last-child{margin-bottom:0px}
   .pro_bo>span{margin-bottom:20px}
   .proxq_L_T_c{display:none}
   .proxq_L_sj_T{display:block}
   .proxq_L{width:100%;float:left}
   .proxq_R{display:none}
   .proxq_L_B .hd ul li{padding:0px 5px;margin-right:1px}
   .proxq_L_M p{font-size:14px;line-height:24px}
   .proxq_L_B{margin-top:25px}
   .proxq_L_T>span,.so_T_L span{font-size:22px}
   .so_T_L p{margin-top:16px}
   .so_T_L,.so_top>img{width:100%;margin-top:30px}
   .so_top>img{margin-top:20px}
   .so_con h5{margin-top:46px}
   .ser_top{margin-top:30px}
   .ser_mid{width:100%;border:none;padding:0px;margin:20px 0px 0px 0px}
   .ser_mid span{margin-left:0px}
   .ser_mid select, .ser_mid input{margin-left:0px;width:96%;padding:0px 2%;margin-top:10px}
   .ser_mid input{width:91.6%}
   .ser_mid i{float:left;margin-top:10px;padding-right:60px}
   .ser1_bo{margin-top:20px}
   .ser1_bo a i{display:none}
   .ser1_bo a{position:relative;display:block;float:none;padding:10px 122px 10px 60px;width:auto}
   .ser1_bo a p{width:100%;margin-left:0px;font-size:14px}
   .ser1_bo a em{left:0px;position:absolute}
   .ser1_bo a span{right:0px;position:absolute}
   .ser2_L{width:64%;margin-top:30px;margin-left:18%;}
   .ser2_L a>span{padding: 15px 60px 15px 10px;}
   .ser2_L .pagination .swiper-pagination-switch{width:8px;height:8px;bottom:18px}
   .ser2_L .pagination{right:10px;bottom:21px;}
   .ser2_R{width:100%}
   .ser3_top{margin-top:20px}
   .ser3_top div img{margin-top:16px}
   .ser3_mid h4{margin-top:26px;font-size:16px;padding-bottom:18px;margin-bottom:0px}
   .ser3_mid h4 i{display:block;margin-left:0px;margin-top:10px}
   .ser3_mid_c dl,.ser3_mid_c dl:last-child dd{width:100%;margin-right:0px}
   .ser3_mid_c dl dt,.ser3_mid_c dl dd{width:100%}
   .ser3_mid_c dl dd input{width:95%;padding:0px 2%}
   .ser3_mid_c dl:last-child dd textarea{width:95%;padding:0px 2%;margin-left:0px}
   .ser3_bo li{margin:10px 0px;padding-left:50px;float:none}
   .ser3_bo{margin-top:20px}
   .ser3_en{margin-top:16px}
   .ser4_top li,.ser5_con{margin-top:30px}
   .ser4_top li span{font-size:16px;margin-top:18px}
   .ser4_bo{margin-top:20px}
   .ser5_con table{margin-top:22px}
   .pc_img{display:none}
   .sj_img{display:block}
   .so_con h5 span{height:32px;line-height:32px;font-size:14px}
   .dh_map{display:none}
   .inA_sj_con a span{text-align:center;width:auto;float:none;}
   .inC_R_M{border-bottom:none;}
   .ser5_con table tr td:first-child{width:16% !important;}
   .ser5_con table td{padding:10px !important;text-align:center !important;font-size:12px !important;}
   .conn1_con td i{display:block;}
   .banner_con .w1200{width:80%;}
   .cont_con ul li{min-height:auto;}
   
}
@media screen and (max-width:415px){
  .newsxq_con p img{max-width:100%;}
}
@media screen and (max-width:320px){
	.proxq_L_B .hd ul li{padding:0px;width:32%;margin-right:2%;text-align:center;margin-top:5px}
	.proxq_L_B .hd ul li:nth-child(3n){margin-right:0px}
	.inC_R_TL p{font-size:12px}
	.inC_R_TL strong{font-size:18px}
	.inC_R_TR p{font-size:12px;line-height:23px}
	}

.search{padding:30px 0px 60px 0px;}
.search h1{font-size: 28px;color: #015cad;}
.search ul{width:100%;float:left;margin-top:10px;}
.search li{width:100%;float:left;padding:20px 0px;border-bottom:1px dashed #e1e1e1;color:#adaba8;line-height:28px;}
