@charset "UTF-8";
html, body, * {
/* font-family:"Microsoft YaHei", 微软雅黑,"PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial,STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif; */
font-family:"Microsoft YaHei", '微软雅黑','思源黑体';
font-weight: normal;}
*{padding: 0;margin: 0;list-style: none;text-decoration: none;}
body {margin: 0;padding: 0;font:14px/180% Microsoft Yahei;min-width: 640px; color:#000000;}
a{color:#000000;text-decoration:none;}
a:hover{text-decoration:none;}
ul{list-style-type: none;}
li{list-style-type: none;}
.clear{clear:both;font-size:0;margin:0;padding:0;}
.l{float:left;}
.r{float:right;}
.mains{width:1300px;margin:0 auto;}
.tra_s_4
	{
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
	}
.tra_s_3
	{
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
.tra_s_2
	{
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
.tra_s_ease_6{
		transition:all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
	}
.box_s{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
/*顶部导航*/
header{width:100%;padding:10px 0;background:#ffffff;}
.header_con{display:flex;justify-content:space-between;align-items:center;}
.header_con img{height:62px;}
.hot_line{margin-left:36px;padding-top:20px;}
.hot_line .hot_phone{height:25px;font-size:20px;line-height:25px;color:#db0f0f;font-weight:600;background:url(../images/phone_icon.png) 0.2rem center no-repeat;background-size:20px auto;padding-left:40px;}
.hot_line .top_search{width:260px;height:30px;margin-top:10px;margin-left:10px;border:1px solid #dcdcdc;border-radius:20px;}
.top_search form{display:block;width:260px;position:relative;}
.top_search form input:focus{outline:none;} 
.ser_input{text-indent:1.0em;background:none;border:none;width:220px;height:30px;position:absolute;left:10px;top:0;border-radius:10px;border:none;}
.ser_icon{cursor:pointer;width:12px;height:14px;padding:2px;position:absolute;left:230px;top:6px;}
.head_t{width: 100%;height: 69px;position: relative;z-index: 9999;background:#2f69c9;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.head_t .head_nav{height: 69px;line-height: 69px;margin:0 auto;}
.head_t .head_nav .my_img{margin-left:0;}
.head_t .head_nav > ul{width:100%;margin:0;padding:0;display:flex;justify-content:space-between;}
.head_t .head_nav > ul > li{flex:1;text-align: center;height: 69px;line-height: 69px;margin:0 1px;font-size: 18px;}
.head_t .head_nav > ul > li span{margin-left: 0 !important;}
.head_t .head_nav > ul > li:last-child{border-right: 0px;color: #0f1620;position: relative;}
.head_t .head_nav > ul > li a{color: #ffffff;text-decoration: none;display: block;font-size:16px;}
.head_t .head_nav > ul > li.active:hover>a {color: #fff;}
.head_t .head_nav > ul > li:hover>a{background:#0b53c9;} 
.head_t .head_nav > ul > .active>a{background:#0b53c9;}
.head_t .head_nav > ul > li:nth-child(1) .erjiNav{display:none!important;}
.head_t .head_nav > ul > li:nth-child(2) .erjiNav{display:none!important;}
.head_t .head_nav > ul > li:nth-child(6) .erjiNav{display:none!important;}
.head_t .head_nav > ul > li:nth-child(7) .erjiNav{display:none!important;}
.head_t .head_nav > ul > li:nth-child(8) .erjiNav{display:none!important;}
.erjiNav{display:none;overflow:hidden; position:absolute; left:0; top:69px;width:100%;padding:0;background:url(../images/nav_logo_back.png) 96% 70% no-repeat,url(../images/nav_back.jpg) center no-repeat;background-size:100px auto,100% 100%; border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;}
.erjiNav .erjibox{overflow:hidden;margin:0 auto;  position:relative;}
.erjiNav .erjibox .nav_img{width:360px;height:100%;text-align:left;padding:36px 0 24px 0;background:#f5f5f7;}
.erjiNav .erjibox .nav_img .nav_img_img{width:100%;font-size:0;}
.erjiNav .erjibox .nav_img .nav_img_img img{width:66%;display:block;}
.erjiNav .erjibox .nav_img h1{font-size:24px;line-height:1.5;color:#0b53c9;letter-spacing:2px;}
.erjiNav .erjibox .nav_img i{display:block;width:42px;height:2px;background:#0b53c9;margin:12px 0 18px 0;}
.erjiNav .erjibox > .nav_li{width:860px;background:#ffffff;padding:36px 0 24px 36px;}
.erjiNav .erjibox > .nav_li > ul{margin:0;padding:0;font-size:0;width:100%;text-align:left;}
.erjiNav .erjibox > .nav_li >ul>li{width:30%;height:42px;line-height:42px;float:left;margin:10px 0;margin-right:3%;border-bottom:1px solid #eeeeee;
-webkit-transition: all .4s linear;
-moz-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;}
.erjiNav .erjibox > .nav_li >ul>li a{color:#333;font-size: 16px;letter-spacing:1px;}
.erjiNav .erjibox > .nav_li >ul>li:hover a{color:#ea5503;}
/*顶部导航 end*/
/* banner-swiper*/
.swiper-container{width:100%;height:100%;overflow:hidden;}
.swiper-container .main_list{width:100%;}
.swiper-container .main_list .sl_img{width:100%;font-size:0;}
.swiper-container .main_list .sl_img img{width:100%;display:block;}
.swiper-container .swiper-pagination-bullet{opacity:1;width:12px;height:12px;display: inline-block;background:#ffffff;}
.swiper-container .swiper-pagination-bullet-active{background:#16499d;}
.swiper-container-horizontal>.swiper-pagination-bullets{width:100%;left:0;height:30px;bottom:30px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 10px;}
.swiper-container .main_list .sl_img .banner_info{position:absolute;font-family:"PingFang SC";font-size:15px;left: 0;top: 24%;width: 100%;}
.swiper-container .swiper-button-prev{z-index:10;left:1.5rem;top:45%;width:0.7rem!important;height:0.7rem!important;background:url(../images/left.png) center center no-repeat;background-size:90% 90%;} 
.swiper-container .swiper-button-prev:after{content:''!important;} 
.swiper-container .swiper-button-next{right:1.5rem;top:45%;width:0.7rem!important;height:0.7rem!important;background:url(../images/right.png) center center no-repeat;background-size:90% 90%;} 
.swiper-container .swiper-button-next:after{content:''!important;} 
.banner_info_con{width:55%;margin:0 auto;}
.banner_info_con h2{font-size:54px;line-height:80px;color:#ff5f00;letter-spacing:2px;font-family:"PingFang SC";}
.banner_info_con h3{font-size:54px;line-height:80px;color:#4d5068;letter-spacing:1px;font-family:"PingFang SC";}
.banner_info_con p{padding-left:5px;font-size:20px;line-height:1.8;color:#595757;letter-spacing:1px;margin-top:30px;font-family:"PingFang SC";}
.banner_info_con a{display:inline-block;margin-top:90px;font-size:16px;line-height:40px;color:#ffffff;letter-spacing:1px;padding:0 15px;background:url(../images/banner_more.png) center no-repeat;background-size:100% 100%;}
/* banner-swiper end*/
/* index_tit */
.index_tit{position:relative;text-align:left;}
.index_tit h2{font-size: 30px;line-height: 2.0;letter-spacing: 2px;letter-spacing:2px;}
.index_tit p{font-size:16px;line-height:2.0;font-weight:normal;color:#000000;letter-spacing:2px;}
.index_tit a{position: absolute;right: 0;top: 25px;font-size: 14px;line-height: 2.0;letter-spacing: 1px;color: #2f69c9;}
/* index_tit end*/
/* xwtt */
.xwtt{width:100%;margin:0;margin:30px auto;}
.xwtt_con{height:150px;margin:0 auto;overflow:hidden;}
.xwtt_list{padding-left:200px;height:120px;margin:20px auto;margin-right:90px;overflow:hidden;background:url(../images/tzgz_icon.png) 60px center no-repeat;background-size:76px auto;}
.xwtt_list ul li{font-size:16px;line-height:1.5em;color:#000;text-align:center;}
.xwtt_list ul li h5{font-size:28px;line-height:2.0;color:#c5182c;font-weight:bold;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.xwtt_list ul li p{font-size:16px;line-height:2.0;color:#000;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.xwtt_list ul li p a{color:#c5182c;}
/* xwtt end*/
/* news */
.news{margin:50px auto 30px auto;display:flex;justify-content:space-between;}
.news .news_left{position:relative;width:48%;height:385px;overflow:hidden;}
.news .news_left .tj_son{position:absolute;right:25px;bottom:20px;z-index:300;}
.news .news_left .tj_son ul{display:flex;text-align:right;}
.news .news_left .tj_son ul li{position:relative;cursor:pointer;margin:5px 4px;width:26px;height:26px;font-size:12px;line-height:26px;text-align:center;background:url(../images/tj_icon.png) center no-repeat;background-size:100% 100%;color:#ffffff;}
.news .news_left .tj_son ul li.on{background-image:url(../images/tj_icon_on.png);color:#000000;}
.news .news_left .tj_list{position:absolute;left:0;top:0;z-index:200;width:100%;height:385px;font-size:0;}
.news .news_left .tj_list ul{width:100%;height:100%;}
.news .news_left .tj_list ul li{width:100%;height:100%;overflow:hidden;}
.news .news_left .tj_list ul li img{width:100%;min-height:100%;}
.news .news_left .tj_list ul li h5{position:absolute;width:100%;left:0;bottom:0;font-size:15px;line-height:1.6;padding:20px 4%;background:rgba(0,0,0,0.5);color:#ffffff;}
.news .news_left .tj_list ul li h5 p{width:calc(100% - 180px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .news_right{position:relative;width:48%;}
.news .news_right .news_more{position:absolute;right:0;top:5px;font-size:14px;line-height:2.0;letter-spacing:1px;color:#ee7700;}
.news .news_right .news_tabs{width:100%;display:flex;border-bottom:1px solid #b5b5b5;}
.news .news_right .news_tabs .tabs{position:relative;cursor:pointer;font-size:22px;margin-right:30px;line-height:30px;padding-bottom:15px;color:#000000;letter-spacing:1px;}
.news .news_right .news_tabs .tabs.active{font-size:24px;color:#16499d;}
.news .news_right .news_tabs .tabs.active:after{position:absolute;content:"";left:0;bottom:-2px;width:100%;height:3px;background:#16499d;}
/* news end*/
/* news_list */
.news_list{display:none;padding-top:15px;}
.news_list li{width:100%;position:relative;font-size:16px;line-height:2.0;padding:7px 0;}
.news_list li p{width:70%;text-indent:20px;color:#474747;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
background:url(../images/dot.png) left center no-repeat;background-size:6px auto;}
.news_list li span{position:absolute;right:0;top:10px;color:#7e7e7e;}
.news_list li:hover p{color:#16499d;}
/* news_list end*/
/* type_tit */
.type_tit{position:relative;margin:0 auto;text-align:left;}
.type_tit h2{font-size:28px;line-height:2.0;color:#000000;letter-spacing:2px;font-weight:600;}
.type_tit p{text-transform:uppercase;font-size:16px;line-height:2.0;color:#7e7e7e;letter-spacing:1px;}
.type_tit a.more {color: #666666;position: absolute;right: 0;top: 20px;display: block;border-bottom: solid 1px #e5e5e5;
width: 20%;max-width: 200px;transition: 0.3s;}
.type_tit a.more:before {content: '';position: absolute;display: block;width: 100%; height: 100%;
z-index: 1;
transition: 0.3s;
-webkit-transition:0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.type_tit a.more i {font-size:15px;padding: 10px 0 10px 10px;font-style: normal;display: block;position: relative;z-index: 2;
transition: 0.3s;
-webkit-transition:0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;}
.type_tit a.more i:before {content: '';display:block;position:absolute;right:17px;top:38%;width:10px;height:10px;
background: url(../images/more_icon.png) no-repeat;}
.type_tit a.more:hover {border-bottom: none;}
.type_tit a.more:hover:before {transform: skew(-30deg);background-color:#16499d;}
.type_tit a.more:hover i{color: #fff;padding-left: 20px;padding-right: 10px;}
.type_tit a.more:hover i:before {background-position: bottom;}
/* type_tit end*/
/* about */
/* .about{width:100%;padding:20px 0;} */
/* .about_con{margin:20px auto;display:flex;justify-content:space-between;align-items:center;} */
/* .about_con .about_info{width:48%;} */
/* .about_con .about_info .about_intro{font-size:16px;line-height:2.0;color:#474747;text-align:justify;} */
/* .about_more{width:100%;font-size:0;margin-top:0.4rem;} */
/* .about_more a{display:inline-block;font-size:15px;padding:10px 60px 10px 20px;color:#ffffff;border-radius:8px;background:url(../images/more_jt.png) 80% center no-repeat #16499d;background-size:20px auto; */
/* -webkit-transition: all .2s linear; */
/* -moz-transition: all .2s linear; */
/* -o-transition: all .2s linear; */
/* transition: all .2s linear;} */
/* .about_more a:hover{background-position:90% center;} */
/* .about_nav{width:100%;margin-top:30px;} */
/* .about_nav li{width:20%;height:100px;margin-right:4%;background:#f6f6f6;float:left;text-align:center;border-radius:6px; */
/* -webkit-transition: all .2s linear; */
/* -moz-transition: all .2s linear; */
/* -o-transition: all .2s linear; */
/* transition: all .2s linear;} */
/* .about_nav li:hover{background:#16499d;} */
/* .about_nav li .about_icon{width:100%;height:55px;} */
/* .about_nav li .about_icon_1{background:url(../images/icon/ab_icon_1_1.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li .about_icon_2{background:url(../images/icon/ab_icon_2_1.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li .about_icon_3{background:url(../images/icon/ab_icon_3_1.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li .about_icon_4{background:url(../images/icon/ab_icon_4_1.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li:hover .about_icon_1{background:url(../images/icon/ab_icon_1_2.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li:hover .about_icon_2{background:url(../images/icon/ab_icon_2_2.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li:hover .about_icon_3{background:url(../images/icon/ab_icon_3_2.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li:hover .about_icon_4{background:url(../images/icon/ab_icon_4_2.png) center 18px no-repeat;background-size:auto 30px;} */
/* .about_nav li h5{font-size:15px;line-height:30px;} */
/* .about_nav li:hover h5{color:#ffffff;} */
/* .about_con .about_img{width:48%;font-size:0;} */
/* .about_con .about_img img{width:100%;display:block;border-radius: 40px 0 40px 0;} */
/* about end*/
/* dangjian */
.dangjian{display:flex;justify-content:space-between;}
.dangjian{margin:40px auto;display:flex;justify-content:space-between;}
.dangjian .dangjian_tj{width:48%;background:#ffffff;border-radius:0 0 30px 0;}
.dangjian .dangjian_tj .dj_img{width:100%;height:360px;overflow:hidden;}
.dangjian .dangjian_tj .dj_img img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.dangjian .dangjian_tj:hover .dj_img img{transform: scale(1.05, 1.05);transition: .4s transform;z-index:1000;}
.dangjian .dangjian_tj .dj_tj_con{width:100%;margin:0 auto;padding:10px 0 20px 0;display:flex;justify-content:left;align-items:center;font-size:16px;line-height:2.0;color:#676767;}
.dangjian .dangjian_tj .dj_tj_con .dj_tj_date{width:120px;text-align:center;color:#da243a;}
.dangjian .dangjian_tj .dj_tj_con .dj_tj_date span{display:inline-block;margin-bottom:10px;font-size:40px;font-weight:bold;border-bottom:2px solid #c9c9c9;}
.dangjian .dangjian_tj .dj_tj_con .dj_tj_info{width:100%;}
.dangjian .dangjian_tj .dj_tj_con .dj_tj_info h5{padding-top:15px;font-size:22px;line-height:2.0;color:#000000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dangjian .dangjian_tj:hover .dj_tj_con .dj_tj_info h5{color:#16499d;}
.dangjian .dangjian_list{width:49%;letter-spacing:1px;}
.dangjian .dangjian_list li{display:flex;padding-bottom:20px;margin-top:12px;width:100%;font-size:15px;line-height:1.8;color:#676767;
/* border-bottom:1px solid #dcdcdc; */}
.dangjian .dangjian_list li .dj_date{width:110px;text-align:center;}
.dangjian .dangjian_list li .dj_date p{font-size:27px;line-height:2.0;color:#000000;font-weight:bold;}
.dangjian .dangjian_list li .dj_date span{display:inline-block;padding-bottom:10px;border-bottom:1px solid #d2d2d2;}
.dangjian .dangjian_list li .dj_info{width:calc(100% - 120px);}
.dangjian .dangjian_list li .dj_info h5{font-size:22px;line-height:2.0;color:#252526;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dangjian .dangjian_list li:hover .dj_info h5{color:#16499d;}
/* dangjian end*/
/* index_tit2 */
.index_tit2{width:100%;}
.index_tit2 h2{font-size:26px;line-height:2.0;color:#000000;letter-spacing:4px;text-transform: uppercase;font-family: 思源黑体;}
.index_tit2 h2 span{color:#da243a;}
.index_tit2 p{font-size:22px;line-height:36px;color:#000000;opacity:0.75;letter-spacing:2px;font-family: 思源黑体;}
/* index_tit2 end*/
/* hezuo */
.hezuo{width:100%;padding:40px 0 80px 0;background:url(../images/hezuo_back.jpg) center no-repeat;background-size:cover;}
.hezuo .index_tit2{margin:0 auto 20px auto;}
.hezuo_main{margin:40px auto;}
.hezuo_main .hezuo_list{width:100%;margin-top:30px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.hezuo_main li{cursor:pointer;width:14.66%;max-height:87px;margin:15px 0;font-size:0;overflow:hidden;opacity:0.7;}
.hezuo_main li img{width:100%;display:block;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.hezuo_main li:hover{opacity:1.0;}
.hezuo_main li:hover img{transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
.hezuo_more{width:100%;text-align:center;margin-top:40px;}
.hezuo_more a{display:inline-block;padding:0 80px 0 46px;font-size:16px;color:#c32d3c;line-height:3.0;border:1px solid #c32d3c;border-radius:30px;
background:url(../images/hezuo_more.png) 82% center no-repeat;background-size:34px auto;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.hezuo_more a:hover{transform: translate(0,-6px);}
/* hezuo end*/
/* foots */
.foots{position:relative;width:100%;padding:40px 0 60px 0;background:url(../images/foot_back.jpg) center no-repeat;background-size:100% 100%;}
.foots_main{margin:0 auto;}
.foots_main .foots_logo{width:100%;font-size:0;padding-bottom:10px;border-bottom:1px solid #8394ae;}
.foots_main .foots_logo img{max-width:30%;display:block;}
.foot_nav{float:left;margin:20px 30px;}
.foot_nav h5{font-size:18px;color:#ffffff;opacity:0.7;letter-spacing:1px;margin:30px 0;}
.foot_nav li{font-size:15px;color:#ffffff;opacity:0.4;letter-spacing:1px;line-height:2.0;margin:10px 0;}
.foot_nav li:hover{opacity:0.8;}
.foots_lx{float:left;margin:50px 30px 0 50px;padding-left:60px;border-left:1px solid #4e607d;}
.foots_lx h5{font-size:18px;color:#ffffff;opacity:0.7;letter-spacing:1px;margin:0 0 20px 0;}
.foots_lx li{padding-left:40px;font-size:15px;color:#ffffff;opacity:0.4;letter-spacing:1px;line-height:2.0;line-height:3.0;}
.foots_lx li.foots_lx1{background:url(../images/addr.png) left center no-repeat;background-size:18px auto;}
.foots_lx li.foots_lx2{background:url(../images/mail.png) left center no-repeat;background-size:18px auto;}
.foots_lx li.foots_lx3{background:url(../images/phone.png) left center no-repeat;background-size:20px auto;}
.foots_ewm{float:right;margin-top:50px;max-width:150px;text-align:center;}
.foots_ewm img{max-width:90%;}
.foots_ewm p{font-size:14px;line-height:3.0;color:#ffffff;opacity:0.4;}
.foot_right{position:absolute;width:100%;left:0;bottom:0;background:rgba(2,6,16,0.37);}
.foot_right .foot_right_con{margin:0 auto;font-size:14px;line-height:1.8;padding:15px 0;color:#ffffff;opacity:0.66;font-weight:400;letter-spacing:1px;}
.foot_right .foot_right_con a{color:#ffffff;}
/* foots end*/
/* mid_img */
.mid_img{margin:10px auto 30px auto;font-size:0;}
.mid_img img{width:100%;display:block;border-radius:5px;}
/* mid_img end*/
/* server */
.server{margin:40px auto;}
.server .server_main{display:flex;justify-content:space-between;align-items:center;}
.server .server_main a{width:31.3%;background:#16499d;background-size:100% 100%;
box-shadow: 0 0 12px #dfd7d7;
-moz-box-shadow: 0 0 12px #dfd7d7;
-webkit-box-shadow: 0 0 12px #dfd7d7;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.server .server_main a li{width:100%;padding:26px 0;display:flex;justify-content:center;align-items:center;
font-size:26px;line-height:1.0;color:#ffffff;letter-spacing:1px;}
.server .server_main a li img{height:44px;padding-right:20px;}
.server .server_main a:hover{transform:translate(0,-6px);}
/* server end*/
.index-more{margin-top:20px;}
.index-more a{display:flex;justify-content:left;align-items:center;font-size:16px;line-height:2.0;color:#2462a8;letter-spacing:1px;}
.index-more a .more-img{position:relative;z-index:10;font-size:0;padding:0 13px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.index-more a .more-img img{width:24px;display:block;}
.index-more a .more-img:before{position:absolute;right:0;top:4px;z-index:-1;display:block;content:"";width:32px;height:16px;border-radius:8px;background:#cce0f0;}
.index-more a:hover .more-img {padding-left:26px;padding-right:0;}
/* hxyw */
.hxyw_title{position:relative;border-bottom:2px solid #d6d7d8;}
.hxyw_title h2{font-size:34px;line-height:2.0;letter-spacing:2px;}
.hxyw_title a{position: absolute;right: 0;top: 25px;font-size: 14px;line-height: 2.0;letter-spacing: 1px;color: #2f69c9;}
.hxyw{width:100%;padding:50px 0 70px 0;background:url(../images/hxyw_back.jpg) center no-repeat;background-size:cover;}
.hxyw_con{margin:30px auto;display:flex;justify-content:space-between;}
.hxyw_con li{width:19.5%;padding:28px 2%;background:#ffffff;border-radius:8px;}
.hxyw_con li .hxyw_img{width:100%;height:200px;font-size:0;overflow:hidden;}
.hxyw_con li .hxyw_img img{width:100%;min-height:100%;display:block;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.hxyw_con li h5{font-size:22px;line-height:2.0;margin:12px 0 6px 0;letter-spacing:1px;color:#000000;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hxyw_con li p{font-size:14px;line-height:1.8;color:#333333;}
.hxyw_con li:hover .hxyw_img img{transform: scale(1.05, 1.05);transition: .4s transform;z-index:1000;}
/* hxyw end*/
/* about */
.about{margin:50px auto;}
.about_con{margin:20px auto;padding:0;background:url(../images/about.jpg) center no-repeat;background-size:cover;}
.about_con .about_info{width:100%;display:flex;justify-content:right;}
.about_con .about_info .about_intro{width:55%;padding:60px 0 100px 0;margin-right:80px;
font-size:16px;line-height:2.0;color:#ffffff;letter-spacing:1px;}
.about_con .about_info .about_intro p{text-indent:2.0em;}
.about_con .about_info .about_intro .about_more{text-align:right;margin-top:36px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.about_con .about_info .about_intro .about_more a{display:inline-block;padding:0 30px;background:#0263b3;color:#ffffff;font-size:14px;line-height:3.0;border-radius:20px;}
.about_con .about_info .about_intro .about_more a img{width:8px;padding-left:12px;}
.about_con .about_info .about_intro .about_more:hover{transform:translate(0,-6px);}
.about_list{width:100%;display:flex;justify-content:space-between;background:rgba(57,98,170,0.67)}
.about_list li{position:relative;width:19%;padding:30px 3% 20px 3%;background:url(../images/about_more.png) 90% 70% no-repeat;background-size:6px auto;}
.about_list li:after{position:absolute;right:0;top:1%;content:"";width:1px;height:99%;background:rgba(255,255,255,0.2);}
.about_list li p{font-size:14px;line-height:2.0;color:#cad2e3;}
.about_list li h6{font-size:16px;color:#cad2e3;margin-bottom:5px;}
.about_list li h6 span{font-size:30px;color:#ffffff;padding-right:5px;font-weight:bold;}
/* about end*/
/* rcdj */
.rcdj{margin:50px auto;}
.rcdj .rcdj_main{display:flex;justify-content:space-between;}
.rcdj .rcdj_main .rczp{width:100%;}
.rcdj .rcdj_main .rczp .rczp_son{width:100%;margin-top:15px;border-bottom:1px solid #cccccc;display:flex;justify-content:left;}
.rczp_son .rczp_son_btn{position:relative;cursor:pointer;font-size:24px;margin-right:36px;line-height:1.0;padding-bottom:16px;color:#333333;letter-spacing:2px;}
.rczp_son .rczp_son_btn.active{color:#3962aa;}
.rczp_son .rczp_son_btn.active:after{position:absolute;left:0;bottom:-2px;content:"";width:100%;height:3px;background:#3962aa;}

.rcdj .rcdj_main .djyl{width:48%;}
.rcdj .rcdj_main .djyl .djyl_img{width:100%;font-size:0;max-height:143px;margin-top:8px;}
.rcdj .rcdj_main .djyl .djyl_img img{width:100%;display:block;}
.rczp_div{width:100%;display:flex;justify-content:space-between;}
.rczp_list{display:none;}
.djyl_list {width:48%;margin-top:20px;}
.djyl_list li{width:100%;position:relative;font-size:16px;line-height:2.0;padding:7px 0;}
.djyl_list li p{width:70%;text-indent:20px;color:#474747;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
background:url(../images/dot2.png) left center no-repeat;background-size:6px auto;}
.djyl_list li span{position:absolute;right:0;top:10px;color:#7e7e7e;}
.djyl_list li:hover p{color:#16499d;}
/* rcdj end*/
/* rcpx */
.rcpx{padding:50px 0;background:#fafbfd;}
.rcpx .fc_contain{position:relative;width:1400px;margin:0 auto;overflow:hidden;}
.rcpx .fc_main{margin:30px auto;overflow:hidden;}
.rcpx .fc_main li{height:210px;font-size:0;overflow:hidden;}
.rcpx .fc_main li img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.rcpx .fc_main li h5{width:80%;padding:15px 10% 15px 5%;font-size:16px;line-height:2.0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
background:url(../images/jt_2.png) right center no-repeat;background-size:20px auto;}
.rcpx .fc_main li:hover img{transform: scale(1.05, 1.05);transition: .4s transform;z-index:1000;}
.rcpx .fc_main .swiper-button-prev{z-index:10;left:0;top:45%;width:25px!important;height:38px!important;border-radius:3px;border:1px solid #b5b5b6;background:url(../images/px_left.png) center center no-repeat;background-size:10px auto;} 
.rcpx .fc_main .swiper-button-prev:after{content:''!important;} 
.rcpx .fc_main .swiper-button-next{right:0;top:45%;width:25px!important;height:38px!important;border-radius:3px;border:1px solid #b5b5b6;background:url(../images/px_right.png) center center no-repeat;background-size:10px auto;} 
.rcpx .fc_main .swiper-button-next:after{content:''!important;} 
/* rcpx end*/
/* links */
.links{position:relative;width:100%;padding:0;background:#e3e7ea;}
.links .links_main{display:flex;align-items:center;}
.links .links_main h5{font-size:20px;color:#000000;letter-spacing:2px;}
.links .links_main .links_con{display:none;position:absolute;left:0;bottom:100%;z-index:1000;width:100%;padding:30px 0;background:#f5f5f5;
box-shadow: 0 2px 12px #f7f4f4;
-moz-box-shadow: 0 2px 12px #f7f4f4;
-webkit-box-shadow: 0 2px 12px #f7f4f4;}
.links .links_main .links_con .links_list{display:flex;flex-wrap:wrap;}
.links .links_main .links_con .links_list li{width:20%;font-size:16px;line-height:2.0;margin:5px 0;}
.links .links_main .links_con .links_list li:hover a{color:#c71829;}
.links .links_main .links_nav{cursor:pointer;padding:15px 0;}
.links .links_main .links_nav:hover .links_con{display:block;}
.links .links_main .links_nav h5{font-size:14px;line-height:2.5;padding:0 42px 0 18px;margin:0 10px;color:#000000;border:1px solid #ffffff;
background:url(../images/links_sj.png) 90% center no-repeat;}
/* links end*/

@media (max-width:1600px) {
}
@media (max-width:1500px) {
}
@media (max-width:1440px) {
}
@media (max-width:1300px) {
	.mains{width:1200px;}
}
@media (max-width:1200px) {
	.mains{width:1000px;}
}
@media (max-width:1000px) {
	.mains{width:75%;}
}




