/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
body{ font:12px/22px "Arial","Microsoft YaHei","SimSun"; font-size:100%; background:#FFFFFF; overflow-x: hidden;}

ul,li,ol{ list-style:none}
a{ text-decoration:none !important; cursor:pointer !important;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width: 100%; max-height: 100%;display: block;	margin:auto;padding:auto;}
.no-margin{ margin:0 !important;}
.no-padding{ padding:0 !important;}
.container-fluid{ max-width:1230px !important;}
.overflow{white-space:nowrap; overflow:hidden;}
.overflow-text{white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.overflow-text2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow:hidden;}
.img{background-repeat:no-repeat;background-position:center;background-size:cover; width:100%; height:100%;}
.main{ padding:40px 0; width:100%; overflow:hidden; max-width: 1920px; margin: 0 auto; }
.wCenter{height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    -webkit-align-items: center;
}
.wCenter2{height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-justify-content: center; 
}

@font-face{font-family:'iconfont';src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot');src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('http://at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}

.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}

/*手机底部*/
.hot{width:100%; height:58px; background:#017be0; position:fixed; bottom:0; left:0;z-index:99; border-top:solid 2px #c3c3c3;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row>div.text-center{ border-right:1px solid #fff;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
/*.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}*/
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }




/*header*/
.top-header{ width: 100%; background: #969696; position: relative; z-index: 100000; position: fixed; top: 0; }
.top-head{ width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; }
.top-logo{ width: 350px; padding-right: 15px; }
.top-logo a{ 
-webkit-box-align: start; 
    -ms-flex-align: start; 
        align-items: flex-start; 
-webkit-align-items: flex-start;
margin-top:12px;
}


.header-nav{ width:calc(100% - 300px); width: -o-calc(100% - 300px); z-index:999; position: relative; }
.top-nav{ width:calc(100% - 200px); width: -o-calc(100% - 200px); float: left; }
.top-nav .nav-li{ width:16.66%;float:left; position:relative; z-index:2; }
.top-nav .nav-li .nav-link{ font-size:17px; line-height:40px; text-align:center; white-space:nowrap; position:relative; color: #fff; padding: 30px 0;  -webkit-transition: all .3s;  transition: all .3s; }
.top-nav .nav-li:hover .nav-link{ background: #017be0; color: #fff; }
.top-nav a{ color:#333333;display: block;padding-left: 5px;padding-right: 5px;}

.navTel{ float: right; font-size: 25px; font-family: Arial; font-weight: bold; line-height: 40px; background: url(../images/t1.png) no-repeat left center; padding-left: 30px; color: #fff; margin-top: 25px; }


/*二级导航*/
.top-subnav{display:none; position: absolute;width: 100%; z-index: 3;font-size: 12px; padding:5px 0; background:#969696; white-space:nowrap; overflow:hidden;}
.top-subnav .subnav-link{white-space:nowrap; overflow:hidden; font-size:14px; line-height:42px; text-align:center; color: #FFFFFF; -webkit-transition: all 0.3s; transition: all 0.3s; border-bottom: 1px solid rgba(255, 255, 255, 0.23);}
.top-subnav .subnav-link:hover{background:#017be0; color: #fff; } 


/*轮播图*/
.banner{ max-width:1920px; margin:0 auto; overflow:hidden; position:relative; width:100%; height:100%; margin-top: 100px; }
.banner_mark{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 99; text-align: center; font-size: 61px; line-height: 1.2; font-weight: bold; color: #2a80c3; text-shadow: 0 2px 2px #fff; }


.banpc{ width:100%; height:100%; overflow:hidden;}
.focus{ width:100%; height:100%; position:relative;}
.focusbox{width:100%;height:100%;overflow:hidden;}
.focusbox li{width:100%;height:100%;overflow:hidden;}
.focusbox li a{width:100%;float:left;overflow:hidden;}
/*.focusbox li a img{ width: 100%;}*/
.focusbox li .img{ padding-top: 650px; }
.rslides {
	width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0
}
.rslides_nav { z-index: 1000;
	height: 51px;
	width: 31px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 0;
	opacity: 0.8;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/prev.jpg) no-repeat center center;
	margin-top: -28px
}
.rslides_nav:active {opacity: 1.0}
.rslides_nav.next{left:auto;background:url(../images/next.jpg) no-repeat center center;right:0}
.rslides_tabs{width:100%; position:absolute;left:0;bottom:0px; z-index:2; text-align:center;  }
.rslides_tabs li{display:inline-block;width:10px;height:10px;margin:0 3px;*display:inline;zoom:1;}
.rslides_tabs a{display:inline-block;width:10px;height:10px;line-height:40px;overflow:hidden;background:rgba(255,255,255,0); border:1px solid #fff;cursor:pointer; border-radius:50%;}
.rslides_tabs .rslides_here a{background:rgba(255,255,255,1)}


/*phone*/
.phone{ width:100%; overflow:hidden;}
.phone .swiper-slide img{ width: 100%;}


.index_tit{ margin-bottom: 20px; color: #00a2ee; overflow: hidden; }
.index_tit .p1{ font-size: 70px; line-height: 60px; color: #eaeef1; font-weight: bold; text-transform: uppercase; font-family: 'Arial'; }
.index_tit .p2{ font-size: 28px; font-weight: bold; line-height: 30px; color: #000; position: relative; margin-top: -30px; }
.index_tit .span{ display: block; width: 35px; height: 3px; background: #017be0; margin: 12px auto 0; }



/*wrap1*/
.wrap1{ background: url(../images/bj_1.png) no-repeat center; background-size: cover; }

.wraps{ width: 100%; }
.wraps .tabs{ width: 100%; margin-bottom: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.wraps .tabs .tabLi{ padding: 5px 10px; }
.wraps .tabs .tabLi a{ display: block; background: #747474; color: #fff; text-align: center; width: 200px; line-height: 45px; font-size: 16px; border-radius: 5px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; }
.wraps .tabs .tabLi a:hover, .wraps .tabs .tabLi.cur a{ background-color: #017be0; }
.cents{ width: 100%; }
.centLi{ width: 100%; position: relative; display: none; }
.cenShow{ display: block; }

.swiperCps{ padding: 2px; }
.swiperCps a{ display: block; border: 1px solid #dcdcdc; background: #fff; padding: 1px; }
.swiperCps .imgs{ width: 100%; position: relative; border: 1px solid #dcdcdc; overflow: hidden; }
.swiperCps .imgs .img{ content: ''; display: block; padding-top: 79.43%; }
.swiperCps .imgs .img_mark{ -webkit-transition: all 0.4s; transition: all 0.4s; width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 100%; background: rgba(1, 123, 224, .65); color: #fff; text-align: center; }
.swiperCps .imgs .img_mark .p1{ font-size: 16px; line-height: 30px; font-weight: bold; }
.swiperCps .imgs .img_mark .p2{ font-size: 12px; line-height: 20px; }
.swiperCps a:hover .imgs .img_mark{ top: 0; }
.swiperCps .tits{ width: 100%; font-size: 16px; line-height: 40px; margin-top: 5px; color: #333; }
.swiperCps .tits:hover{ background: #0195db; color: #fff; }


.mores{ width: 185px; line-height: 45px; background: #0195db; color: #fff; display: block; font-size: 16px; margin: 25px auto 0; text-align: center; text-transform: uppercase; }
.mores:hover{ color: #fff; opacity: 0.8; }


/*wrap2*/
.wrap2{ background: url(../images/bj_2.jpg) no-repeat center; background-size: cover; }
.wrap2 .index_tit .p1{ color: rgba(255, 255, 255, 0.67); }
.wrap2 .wraps .tabs .tabLi a{ width: 150px; }
.swiperCps2{ padding: 2px; }
.swiperCps2 a{ display: block; width: 100%; overflow: hidden; position: relative; }
.swiperCps2 a .img{ padding-top: 88.31%; -webkit-transition: all .4s; transition: all .4s; }
.swiperCps2 a:hover .img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.swiperCps2 a .tits{ width: 100%; font-size: 14px; line-height: 16px; line-height: 45px; background: rgba(0, 0, 0, .6); color: #fff; position: absolute; left: 0; bottom: 0; text-align: center; }
.swiperCps2 a:hover .tits{ background: rgba(1, 123, 224, .6); }


/* wrap3 */
.wrap3{ background: #747474; padding-top: 0; }
.wrap3 .wp3{ background: #fff; padding: 40px 0; }
.wrap3 .index_tit{ margin: 0; }
.wrap3 > .container-fluid{ position: relative; padding-top: 50px; }
.xw_icon{ display: block; position: absolute; right: 10px; top: -16px; }
.xwClear{ width: 100%; background: #fff; padding:35px 20px; }
.xwClear > div{ width: 50%; float: left; }
.xwClear .xw_tit{ width: 170px; line-height: 40px; color: #fff; text-align: center; font-size: 18px; background: #017be0; border-radius: 20px; margin-bottom: 25px; }
.xwLeft{ padding-right: 15px; }
.swiperXw{ width: 100%; }
.swiperXw a{ display: block; width: 100%; background: #747474; padding: 15px; -webkit-transition: all .3s; transition: all .3s; }
.swiperXw .imgs{ width: 100%; overflow: hidden; }
.swiperXw .imgs .img{ padding-top: 67.98%; -webkit-transition: all .4s; transition: all .4s; }
.swiperXw a:hover .imgs .img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.swiperXw .tits{ width: 100%; font-size: 16px; line-height: 30px; color: #fff; margin: 10px 0 0; }
.swiperXw .txts{ width: 100%; font-size: 14px; line-height: 25px; color: rgba(255, 255, 255, 0.5);  -webkit-line-clamp: 3; height: 75px; }
.swiperXw a:hover{ background: #017be0; }
.xwRight{ padding-left: 15px; }
.xwlist{ width: 100%; border-bottom: 1px dotted #d0d0d0; padding: 0 0 12px; margin-bottom: 12px; }
.xwlist a{ display: block; width: 100%; position: relative; padding-left: 25px; }
.xwlist a::before{ content: ''; display: block; width: 7px; height: 7px; border-radius: 50%; background: #0195db; position: absolute; left: 0; top: 10px; }
.xwlist .tits{ width: 100%; font-size: 16px; line-height: 30px; color: #333; }
.xwlist .txts{ width: 100%; font-size: 14px; line-height: 25px; height: 50px; color: rgba(51, 51, 51, 0.5); }
.xwlist a:hover .tits{ color: #0195db; }

/* wrap4 */
.wrap4{ background: #3d3e40; }
.wp4_top{ 
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    margin-bottom: 30px;
}
.wp4_top .fnav{ width: 23.33%; border: 1px solid rgba(255, 255, 255, 0.23); padding: 15px 10px; text-align: center; }
.wp4_top .fnav h3{ color: #fff; font-size: 16px; line-height: 30px; margin-bottom: 10px; }
.wp4_top .fnav a{ display: block; width: 100%; font-size: 16px; line-height: 30px; color: rgba(255, 255, 255, 0.5); }
.wp4_top .fnav a:hover{ color: #fff; text-decoration: underline !important; }
.wp4_top .fnav .code{ width: 110px; margin: 0 auto; max-width: 70%; }
.wp4_bot{ width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }
.wp4_bot .folog{ width: 35%;  }
.wp4_bot .bot_t{ width: 65%; color: #fff; font-size: 16px; line-height: 30px; color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.wp4_bot .bot_t p{ width: 50%; }




/*footer*/
.footer{ background: #017be0; text-align: center; font-size: 14px; line-height: 25px; color: #FFFFFF; padding: 15px 0;}
.footer a{ color: #FFFFFF; margin: 0 5px; }
.footer a:hover{ text-decoration: underline !important; }


.cpxq{display:block; overflow:hidden;}
.cpxq_T{display:block; overflow:hidden; line-height:30px;  font-size:20px; color:#2a273a; font-weight:bold; margin-bottom:10px; text-align:center;}
.cpxq_img{display:block;  overflow:hidden; margin:10px auto;}
.cpxq_To{ font-size:16px; color:#666; line-height:1.8em;}
.cpxq_img img{display:block; max-width:100%; height:auto; margin:0 auto;}


/*mbox*/
.mainBox{ min-height: 800px; font-size: 14px; line-height: 30px; color: #333333; background: #eaeef1;margin-top: 100px; }

.mboxlf{ width: 275px; float: left; }
.itemtit{ width: 100%; font-size: 30px; line-height: 45px; position: relative; font-weight: bold; color: #000; }
.itemtit b{color: #017be0; font-size: 20px; margin-left: 5px; }
.itemtit i{ font-size: 20px; right: 15px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); position: absolute; }


.accordion{ width: 100%; }
.accordion li{ margin-bottom: 2px; }
.accordion li > a{ display: block; width: 100%; font-size: 18px; line-height: 46px; color: #333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background: #fff; padding-left: 40px; position: relative; border: 1px solid #dcdcdc; transition: all .3s; }
.accordion li > a:hover, .accordion li.on > a{ background: #969696; color: #FFFFFF; border-color: #969696; }


.mbot{ width: 100%; margin-top: 25px; }
.mbot .txts{ width: 100%; border: 1px solid #dcdcdc; background: #fff; padding: 10px; font-size: 16px; line-height: 30px; color: #333; }


.mboxRh{ overflow: hidden; padding-left: 25px; }
.rhtit{ width: 100%; border-bottom: 1px solid #d2d2d2; font-size: 16px; line-height: 45px; color: #333; }
.rhtit a{ color: #333333; }
.rhtit a:hover{ color: #0195db; }


.rhCont{ width: 100%; padding: 10px 0 0; font-size: 14px; line-height: 30px; color: #333; }


.li01{ padding: 10px; }
.li01 a{ display: block; border: 1px solid #dcdcdc; background: #fff; padding: 1px; }
.li01 .imgs{ width: 100%; position: relative; border: 1px solid #dcdcdc; overflow: hidden; }
.li01 .imgs .img{ content: ''; display: block; padding-top: 79.43%; }
.li01 .imgs .img_mark{ -webkit-transition: all 0.4s; transition: all 0.4s; width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 100%; background: rgba(1, 123, 224, .65); color: #fff; text-align: center; }
.li01 .imgs .img_mark .p1{ font-size: 16px; line-height: 30px; font-weight: bold; }
.li01 .imgs .img_mark .p2{ font-size: 12px; line-height: 20px; }
.li01 a:hover .imgs .img_mark{ top: 0; }
.li01 .tits{ width: 100%; font-size: 16px; line-height: 40px; margin-top: 5px; color: #333; }
.li01 .tits:hover{ background: #0195db; color: #fff; }




.li02{ width: 100%; margin-bottom: 20px; }
.li02 a{ display: block; overflow: hidden;  color: #333;  background: #fff; padding: 20px; }
.li02 .imgs{ width: 188px; height: 130px; max-width: 40%; float: left; overflow: hidden; }
.li02 .imgs .img{ transition: all .4s; }
.li02 a:hover .imgs .img{ transform: scale(1.1); }
.li02 .xw_r{ overflow: hidden; padding-left: 15px; }
.li02 .xw_r h3{ font-size: 16px; line-height: 30px; position: relative; padding-right: 72px; }
.li02 .xw_r h3 span{ display: block; font-size: 14px; position: absolute; right: 0; top: 0; color: rgba(51, 51, 51, 0.5); }
.li02 .xw_r .xw_t1{ font-size: 14px; line-height: 25px; margin: 5px 0; height: 50px; color: rgba(51, 51, 51, 0.5); }
.li02 .xw_r .xw_more{ font-size: 14px; width: 85px; line-height: 30px; color: #333; background: #eaeef1; float: right; border-radius: 3px; text-align: center; }
.li02 a:hover .xw_r h3{ color: #0195db; }
.li02 a:hover .xw_r .xw_more{ background: #0195db; color: #fff; }















