@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-weight: 500;}
*{padding: 0;margin: 0;list-style: none;text-decoration: none;}
body {margin: 0;padding: 0;font:12px/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;}
/* *:hover */
	/* { */
		/* -webkit-transition: all .2s linear; */
		/* -moz-transition: all .2s linear; */
		/* -o-transition: all .2s linear; */
		/* transition: all .2s linear; */
	/* } */
	
.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;
	}

/* serch */
.search-box {
    position: absolute;
    right: 3%;
    top: 0.5rem;
    height: 40px;
    line-height: 40px;
    z-index: 99;
	}

.search-box .butn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: url(../images/ico_60.png) no-repeat center;
}
.search-box .butn.hov {background: none;}
.search-box .butn.hov i {display: block;}
.search-box .butn i {
    width: 38px;
    height: 38px;
    display: none;
    background: url(../images/sou.png) no-repeat center;
    margin: 0 auto;
    border: 1px solid #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.search-box .share-sub {
    position: absolute;
    right: 40px;
    top: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #ededed;
    border-radius: 5px 0 0 5px;
}
.search-box .share-sub .tex {
    width: 222px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 5px 9px;
    color: #666;
    border: none;
    background: #ededed;
    outline: none;
}

.search-box .share-sub .sub-btn {
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    background: url(../images/sou.png) no-repeat center #E74C3C;
}
/* serch end*/
/* swiper*/
.swiper-container{width:100%;height:100vh;}
.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%;}
.swiper-container .main_list .sl_img video{width:100%;}
.swiper-container .main_list .sl_img video::-webkit-media-controls{display:none !important}
.swiper-pagination-bullet{width:50px;height:3px;display: inline-block;background:#fff;border-radius:0;}
.swiper-container-horizontal>.swiper-pagination-bullets{width:80%;left:16%;height:30px;bottom:80px;text-align:left;}
/* .swiper-container .swiper-button-prev{left:3%;width:0.78rem!important;height:0.78rem!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:3%;width:0.78rem!important;height:0.78rem!important;background:url(../images/right.png) center center no-repeat;background-size:90% 90%;} */
/* .swiper-container .swiper-button-next:after{content:''!important;} */
.banner_info{position:absolute;left:16%;top:24%;width:70%;min-height:1.0rem;margin:0 auto;}
.banner_info p{font-size:24px;line-height:42px;color:#fff;letter-spacing:2px;font-weight:300;}
.banner_info h5{font-size:60px;line-height:100px;color:#fff;font-weight:300;letter-spacing:3px;}
/* swiper end*/
/*顶部导航*/
.head_t{width: 100%;height: 1.8rem;position: fixed;top: 0;left: 0;z-index: 9999;background:url(../images/head_backs.png) repeat;}
.head_t .head_nav{width: 22.8rem;height: 1.8rem;line-height: 1.8rem;margin:0 auto;}
.head_t .head_nav img{height: 0.7rem;float:left;padding-top:0.4rem;}
.head_t .head_nav .my_img{margin-left:0;}
.head_t .head_nav > ul{width: 15.44125rem;float: right;margin:0;padding:0;margin-left:0.8rem;}
.head_t .head_nav > ul > li{width: 1.65rem;text-align: center;height: 1.8rem;line-height: 1.8rem;float: left;margin:0 0.1rem;font-size: 16px;}
.head_t .head_nav > ul > li:hover>a{background:#0a569b;color:#fff;}
.head_t .head_nav > ul > .current>a{background:#0a569b;color:#fff;}
.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:nth-child(3) .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(8) .erjiNav{display:none!important;}
.head_t .head_nav > ul > li.active{}
.head_t .head_nav > ul > li.active a{color: #fff;}
.head_t .head_nav > ul > li a{color: #fff;text-decoration: none;display: block;font-size:0.26rem;}
.en_zh_menu ul{width: 1.875rem;position: absolute;top:1.8rem;left: 0;padding:0.234375rem 0;background-color: #fff;display: none;}
.en_zh_menu:hover ul{display: block;}
.en_zh_menu ul li:hover{background-color: #2454b3;}
.en_zh_menu ul li a{color:#aaa !important;}
.en_zh_menu ul li:hover a{color: #fff;}
.head_t .head_nav > ul > li.active:hover>a {color: #fff;}
.en_zh_menu ul li{width: 100%;height: 0.6875rem;line-height: 0.6875rem;float: left;color:#aaa;}
.en_zh_menu ul li a{color: #000;}
.head_t .head_nav > ul > p{font-size: 12px;display: block;margin:0 0.1875rem;float: left;}
.head_t ul p img{margin-top:32px;}
.head_t ul p a{color: #000;}
.n_display{display:none!important;}
.menu2 >li>a{color: #000!important;}
.menu2 >li:hover>a{color: #fff!important;}
.l{float:left;}
.r{float:right;}
.erjiNav{ display:none;overflow:hidden; width:100%; height:auto;padding-top:0.4rem;padding-bottom:0.8rem;
background:url(../images/nav_back_2.png) repeat center ; position:absolute; left:0; top:1.8rem;}
.erjiNav .erjibox{ overflow:hidden; width:20.0rem;height:100%; margin:0 auto;  position:relative;}
.erjiNav .erjibox .nav_img{margin-left:0.8rem;margin-top:0.2rem;width:4.0rem;overflow:hidden;text-align:center;}
.erjiNav .erjibox .nav_img img{width:100%;height:auto!important;}
.erjiNav .erjibox > .nav_li{width:10.0rem;margin:0.5rem 0.8rem;padding-right:0.3rem;padding-bottom:0.35rem;}
.erjiNav .erjibox > .nav_li > ul{margin:0;padding:0;}
.erjiNav .erjibox > .nav_li >ul>li{float:left;text-align:left;max-width:6.0rem;line-height:0.4rem;margin-left:0.5rem;margin-top:0.3rem;padding-left: 0.25rem;padding-right:0.25rem;
-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:#fff;font-size: 0.28rem;letter-spacing:2px;}
.erjiNav .erjibox > .nav_li >ul>li:hover a{color:#fff;font-weight:bold;}
/* .erjiNav .erjibox > .nav_li >ul>li:hover{} */
.erjiNav .erjibox >.nav_con{width:10.0rem;color:#000;line-height:0.3rem;margin-top:0.8rem;text-align:left;}
.erjiNav .erjibox >.nav_con h5{color:#000;margin:0;font-size:0.4rem;font-weight:500;}
.erjiNav .erjibox >.nav_con a{color:#000;line-height:0.62rem;display:block;margin-top:0.3rem;}
.logo_img{width:3.75rem;font-size:0;}
.logo_img img{height: 1.3rem;}
/* 顶部导航 end*/
::-webkit-scrollbar { width: 0 !important;height:0!important;} 
/* index_tit */
.index_tit{position:relative;font-size:0.28rem;line-height:1.5;color:#959595;letter-spacing:1px;}
.index_tit h2{font-size:0.5rem;line-height:2.0;color:#000;letter-spacing:2px;font-weight:bold;}
.index_tit a{position:absolute;right:0;bottom:0;}
.index_tit:hover a{color:#0372bd;}
/* index_tit end*/
/* index_foot */
/* .index_foot{background:url(../images/foot_back.jpg) center center no-repeat;background-size:cover;} */
/* .index_foot_logo{width:100%;text-align:center;font-size:0;} */
/* .index_foot_logo img{height:0.88rem;} */
/* .index_foot_nav{width:20.0rem;margin:0.5rem auto;padding:0.7rem 0;border-top:1px solid #69779b;border-bottom:1px solid #69779b;} */
/* .index_foot_nav li{float:left;width:33.3%;font-size:0.27rem;line-height:2.0;color:#f5f6f8;background:url(../images/foot_lx_line.png) right center no-repeat;background-size:1px 1.3rem;} */
/* .index_foot_nav li:nth-child(3){background:none;} */
/* .index_foot_nav li p{display:inline-block;min-height:1.2rem;padding-left:2.7rem;background:url(../images/index_lx_1.png) 0.8rem 0 no-repeat;background-size:1.2rem auto;} */
/* .index_foot_nav li:nth-child(2) p{background-image:url(../images/index_lx_2.png);} */
/* .index_foot_nav li:nth-child(3) p{background-image:url(../images/index_lx_3.png);} */
/* .index_jmhz{width:20.0rem;margin:0 auto;} */
/* index_foot end*/
/* index_foot */
.oem{width:100%;padding:2.5rem 0;background:url(../images/wz_back.jpg) center no-repeat;background-size:cover;}
.oem .oem_con{width:21.0rem;margin:0 auto;font-size:0.3rem;line-height:2.0;color:#000;letter-spacing:1px;}
.oem .oem_con h2{font-size:0.8rem;line-height:1.5;color:#ff7237;font-weight:600;}
.oem .oem_con h3{font-size:0.4rem;color:#000;line-height:1.6;padding:0.1rem 0 0.4rem 0;}
.oem .oem_con p{margin:0.1rem 0;}
.oem .oem_con p span{font-size:0.35rem;}

.index_foot_main{width:100%;padding:0.8rem 0;background:#333;display:block!important;}
.index_foot_con{width:100%;max-width:1320px;padding:0 15px;margin:0 auto;}
.index_foot_con .index_foot_info{width:82%;}
.index_foot_con .index_foot_info .foot_copyright{font-size:0.25rem;line-height:0.5rem;color:#c8c8c8;letter-spacing:1px;}
.index_foot_con .index_foot_info .foot_copyright a{font-size:0.25rem;line-height:0.5rem;color:#c8c8c8;}
.index_foot_con .index_foot_ewm{width:15%;padding-top:0.2rem;font-size:0.25rem;line-height:0.6rem;color:#c8c8c8;text-align:center;}
.index_foot_con .index_foot_ewm img{max-width:90%;}
.index_foot_con .index_foot_ewm a{color:#c8c8c8;}
.index_foot_con .index_foot_info .index_foot_list{margin:0.3rem 0;padding:0.2rem 0;width:100%;min-height:1.0rem;border-top:1px solid #777;border-bottom:1px solid #777;}
.index_foot_list .index_foot_nav{font-size:0.25rem;line-height:0.6rem;color:#a0a0a0;}
.index_foot_list .index_foot_nav li{color:#a0a0a0;display:inline-block;margin-right:0.5rem;padding-left:0.2rem;background:url(../images/foot_dot.png) left center no-repeat;background-size:5px auto;}
.index_foot_list .index_foot_addr{font-size:0.25rem;line-height:0.6rem;color:#a0a0a0;}
.index_foot_list .index_foot_addr p{padding-left:0.2rem;background:url(../images/foot_dot.png) left center no-repeat;background-size:5px auto;}
.index_foot_con .index_foot_logo{position:relative;width:100%;height:1.0rem;line-height:1.0rem;overflow:hidden;}
.index_foot_con .index_foot_logo img{height:90%;}
.index_foot_con .index_foot_logo .foot_phone{position:absolute;right:0;top:0;font-size:0.35rem;color:#f08200;letter-spacing:1px;padding-left:0.6rem;background:url(../images/foot_phone.png) left 0.35rem no-repeat;background-size: auto 0.45rem;}
.index_foot_con .index_foot_logo .foot_phone span{font-size:0.45rem;color:#d8d8d8;}
/* index_foot end*/


/* about_zz */
.about{background:url(../images/about_back.jpg) center center no-repeat;background-size:cover;}
.about_zz{width:20.0rem;margin:0 auto;}
.about_zz .about_tit{width:5.0rem;}
.about_zz .about_tit p{text-align:justify;width:90%;font-size:0.35rem;line-height:1.8;color:#444547;margin-top:0.8rem;}
.about_zz .about_intro{text-align:justify;width:13.0rem;margin:0 0.7rem;padding-top:0.2rem;font-size:0.25rem;line-height:1.8;color:#636466;}
.about_zz .about_intro .about_li{width:100%;margin-top:0.6rem;text-align:center;}
.about_zz .about_intro .about_li li{width:23%;height:1.3rem;float:left;margin-right:2%;font-size:0.25rem;line-height:1.5;color:#636466;
background:url(../images/about_line.jpg) right center no-repeat;background-size:1px 80%;}
.about_zz .about_intro .about_li li:nth-child(4){background:none;}
.about_zz .about_intro .about_li li p{font-size:0.25rem;line-height:0.7rem;color:#585858;}
.about_zz .about_intro .about_li li p span{font-size:0.55rem;color:#585858;font-weight:600;}
.about_zz .about_more{width:2.6rem;padding-top:0.3rem;}
.about_zz .about_more a{display:inline-block;color:#fff;font-size:0.26rem;line-height:0.7rem;padding:0 0.8rem 0 0.4rem;
background:url(../images/more.png) 86% center no-repeat #0070bc;background-size:0.35rem auto;border-radius:0.35rem;}
.index_wh{width:20.0rem;height:4.4rem;margin:0.5rem auto;}
.index_wh .index_wh_info{position:relative;width:4.8rem;height:100%;font-size:0;float:left;overflow:hidden;}
.index_wh .index_wh_info .wh_img{width:100%;min-height:100%;
-webkit-transition: all .4s linear;
-moz-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;}
.index_wh .index_wh_info2{margin-left:0.25rem;}
.index_wh .index_wh_info3{width:9.9rem;height:100%;float:right;}
.index_wh .index_wh_info .wh_main{position:absolute;left:7%;top:7%;width:86%;height:86%;font-size:0.28rem;line-height:2.0;color:#e7ecf5;}
.index_wh .index_wh_info .wh_main img{height:0.63rem;padding-top:0.5rem;}
.index_wh .index_wh_info .wh_main h5{font-size:0.32rem;line-height:2.5;color:#fff;letter-spacing:1px;font-weight:600;}
.index_wh .index_wh_info .wh_main .wh_more{width:100%;height:0.6rem;margin-top:0.6rem;background:url(../images/wh_jt.png) left center no-repeat;background-size:0.3rem auto;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.index_wh .index_wh_info:hover .wh_img{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;}
.index_wh .index_wh_info:hover .wh_main .wh_more{background-position:10% center ;}
/* about_zz end*/
/* pzyq */
.pzyq{background:url(../images/pzyq_back_2.jpg) center no-repeat;background-size:cover;}
.pzyq .index_tit{width:20.0rem;margin:0 auto;}
.pzyq_main{position:relative;width:20.0rem;margin:0.5rem auto;} 
.pzyq_main .pzyq_son{position:absolute;padding:0;right:0;top:-1.4rem;} 
.pzyq_main .pzyq_son ul{width:100%;margin:0 auto;} 
.pzyq_main .pzyq_son ul li{cursor:pointer;height:0.8rem;float:left;padding:0 0.6rem;margin:0 0.2rem;border-radius:5px;text-align:center;font-size:0.27rem;line-height:0.8rem;color:#000;background:#ebebeb;} 
.pzyq_main .pzyq_son ul li.on{background:url(../images/pzyq_tit_back.png) center no-repeat;color:#fff;background-size:100% 100%;}
.pzyq_main .prev{position:absolute;cursor:pointer;z-index:1000;top:45%;left:-1.0rem;width:0.9rem;height:1.0rem;background:url(../images/pzyq_left.png) center center no-repeat;background-size:80% auto;}
.pzyq_main .next{position:absolute;cursor:pointer;z-index:1000;top:45%;right:-1.0rem;width:0.9rem;height:1.0rem;background:url(../images/pzyq_right.png) center center no-repeat;background-size:80% auto;}
/* .pzyq_main .prev:hover{opacity:1;} */
/* .pzyq_main .next:hover{opacity:1;} */
.pzyq_main .tempWrap{width:100%;height:7.2rem;background:#fff;overflow:hidden;}
.pzyq_main .pzyq_con{width:18.8rem;height:7.2rem;padding:0.3rem 0.6rem 0.6rem 0.6rem;background:#fff;overflow:hidden;}
.pzyq_main .pzyq_con ul{width:18.8rem;height:3.6rem;}
.pzyq_main .pzyq_con ul .pzyq_con_img{width:18.8rem;height:3.6rem;overflow:hidden;margin-top:0.3rem;}
.pzyq_main .pzyq_con ul .pzyq_con_img .pzyq_img_li{height:100%;font-size:0;overflow:hidden;}
.pzyq_main .pzyq_con ul .pzyq_con_img .pzyq_img_li img{width:100%;min-height:100%;}
.pzyq_main .pzyq_con ul .pzyq_con_img img{width:100%;min-height:100%;cursor:pointer;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.pzyq_main .pzyq_con ul .pzyq_con_img img:hover{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;}

.pzyq_main .pzyq_con ul .pzyq_con_img2{width:18.8rem;height:3.6rem;overflow:hidden;margin-top:0.3rem;}
.pzyq_main .pzyq_con ul .pzyq_con_img2 .pzyq_img_li{height:100%;font-size:0;overflow:hidden;}
.pzyq_main .pzyq_con ul .pzyq_con_img2 .pzyq_img_li img{width:100%;min-height:100%;}
.pzyq_main .pzyq_con ul .pzyq_con_img2 img{width:100%;min-height:100%;cursor:pointer;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.pzyq_main .pzyq_con ul .pzyq_con_img2 img:hover{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;}



.pzyq_main .pzyq_con .pzyq_info{width:98%;margin:0 auto;font-size:0.27rem;line-height:2.0;color:#000;}
.pzyq_main .pzyq_con .pzyq_info h3{font-size:0.42rem;line-height:3.0;color:#0372bd;letter-spacing:2px;font-weight:bold;}
.pzyq_main .pzyq_con .pzyq_info span{color:#0372bd;font-weight:bold;}




/* pzyq end*/
/* cyfw */
.cyfw{background:url(../images/cy/cyfw_back.jpg) top center no-repeat;background-size:cover;}
.cyfw .index_tit{width:20.0rem;margin:0 auto;color:#fff;}
.cyfw .index_tit h2{color:#fff;}
.cyfw .cyfw_main{width:20.5rem;margin:0.4rem auto;}
.cyfw .cyfw_main li{cursor:pointer;width:6.4rem;height:3.7rem;color:#fff;float:left;margin:0.2rem;background:url(../images/cy/cy_info.png) repeat;border-radius:0.2rem;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.cyfw .cyfw_main li .cyfw_info{width:86%;margin:0.2rem auto 0 auto;font-size:0.25rem;line-height:1.6;}
.cyfw .cyfw_main li .cyfw_info p{text-align:justify;letter-spacing:1px;}
.cyfw .cyfw_main li .cyfw_info h5{font-size:0.38rem;line-height:1.2rem;letter-spacing:2px;padding-left:0.8rem;background:url(../images/cy/cy_1_1.png) left center no-repeat;background-size:0.58rem auto;}
.cyfw .cyfw_main li:nth-child(2) .cyfw_info h5{background-image:url(../images/cy/cy_2_1.png);}
.cyfw .cyfw_main li:nth-child(3) .cyfw_info h5{background-image:url(../images/cy/cy_3_1.png);}
.cyfw .cyfw_main li:nth-child(4) .cyfw_info h5{background-image:url(../images/cy/cy_4_1.png);}
.cyfw .cyfw_main li:nth-child(5) .cyfw_info h5{background-image:url(../images/cy/cy_5_1.png);}
.cyfw .cyfw_main li:nth-child(6) .cyfw_info h5{background-image:url(../images/cy/cy_6_1.png);}
.cyfw .cyfw_main li:hover{background:url(../images/w_back.png) repeat;color:#0372bd;transform: translate(0,-6px);}
.cyfw .cyfw_main li:hover .cyfw_info h5{background-image:url(../images/cy/cy_1_2.png);}
.cyfw .cyfw_main li:hover:nth-child(2) .cyfw_info h5{background-image:url(../images/cy/cy_2_2.png);}
.cyfw .cyfw_main li:hover:nth-child(3) .cyfw_info h5{background-image:url(../images/cy/cy_3_2.png);}
.cyfw .cyfw_main li:hover:nth-child(4) .cyfw_info h5{background-image:url(../images/cy/cy_4_2.png);}
.cyfw .cyfw_main li:hover:nth-child(5) .cyfw_info h5{background-image:url(../images/cy/cy_5_2.png);}
.cyfw .cyfw_main li:hover:nth-child(6) .cyfw_info h5{background-image:url(../images/cy/cy_6_2.png);}


/* .cyfw .cyfw_mian{position:relative;width:22.7rem;margin:0 auto;margin-top:0.6rem;} */
/* .cyfw_mian .next{position:absolute;cursor:pointer;top:45%;left:0;width:0.8rem;height:1.3rem;background:url(../images/news_left.png) center center no-repeat;background-size:80% auto;} */
/* .cyfw_mian .prev{position:absolute;cursor:pointer;top:45%;right:0;width:0.8rem;height:1.3rem;background:url(../images/news_right.png) center center no-repeat;background-size:80% auto;} */
/* .cyfw .cyfw_con{width:20.7rem;margin:0 auto;} */
/* .cyfw .cyfw_con li{cursor:pointer;width:4.77rem;height:6.8rem;float:left;margin:0.2rem;background:url(../images/san.png) 90% 92% no-repeat #fff;border-radius:0.15rem; */
/* -webkit-box-shadow: #e0dfdf  0px 2px 6px; */
/* -moz-box-shadow: #e0dfdf  0px 2px 6px; */
/* box-shadow: #e0dfdf  0px 2px 6px; */
/* -webkit-filter: grayscale(100%); */
/* -moz-filter: grayscale(1); */
/* -ms-filter: grayscale(100%); */
/* -o-filter: grayscale(100%); */
/* filter: grayscale(100%); */
/* filter: gray; */
/* -webkit-transition: all .2s linear; */
/* -moz-transition: all .2s linear; */
/* -o-transition: all .2s linear; */
/* transition: all .2s linear; */
/* } */
/* .cyfw .cyfw_con li .cyfw_info{width:100%;padding-top:0.8rem;color:#1f4ab3;} */
/* .cyfw .cyfw_con li .cyfw_info h6{width:70%;height:1.1rem;margin:0 auto;font-size:0.35rem;line-height:0.4rem; */
/* background:url(../images/meng_2.png) 0.26rem 0.2rem no-repeat;background-size:1.0rem;color:#1f4ab3;} */
/* .cyfw .cyfw_con li .cyfw_info_img{width:100%;height:0.8rem;font-size:0;text-align:center;} */
/* .cyfw .cyfw_con li .cyfw_info_img img{height:0.8rem;} */
/* .cyfw .cyfw_con li .cyfw_info h5{font-size:0.35rem;line-height:3.0;text-align:center;} */
/* .cyfw .cyfw_con li .cyfw_info p{width:85%;margin:0 auto;font-size:0.26rem;line-height:1.8;} */
/* .cyfw .cyfw_con li:hover{transform: translate(0,-6px); */
	/* -webkit-filter:  saturate(1);  */
	/* -moz-filter: saturate(1);  */
	/* -ms-filter: saturate(1);  */
	/* -o-filter: saturate(1);  */
	/* filter: saturate(1); */
/* } */
/* cyfw end*/


/* news */
.news{background:#fff;}
.news .index_tit{width:21.0rem;margin:0 auto;}
.news .news_main{width:21.0rem;margin:0.4rem auto;}
.news .news_tj{position:relative;width:9.5rem;height:8.0rem;}
.news .news_tj .hd{width:100%;height:0.4rem;overflow:hidden;}
.news .news_tj .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.news .news_tj .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#717171; }
.news .news_tj .hd ul li.on{ background:#fdc037; }
.news .news_tj .news_tj_list{width:9.5rem;height:7.5rem;}
.news .news_tj .news_tj_list ul{width:9.5rem;height:100%;}
.news .news_tj .news_tj_list ul li{width:9.5rem;height:100%;}
.news .news_tj .news_tj_list ul li .news_tj_img{width:100%;height:5.6rem;font-size:0;overflow:hidden;}
.news .news_tj .news_tj_list ul li .news_tj_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;}
.news .news_tj .news_tj_list ul li:hover .news_tj_img img{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;}
.news .news_tj .news_tj_list ul li .news_tj_info{width:100%;height:1.6rem;margin-top:0.2rem;
font-size:0.25rem;line-height:1.6;color:#000;overflow:hidden;}
.news .news_tj .news_tj_list ul li .news_tj_info .news_tj_text{float:left;width:76%;height:100%;}
.news .news_tj .news_tj_list ul li .news_tj_info .news_tj_text h5{font-size:0.35rem;line-height:2.0;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .news_tj .news_tj_list ul li .news_tj_info .news_tj_date{width:18%;height:100%;margin-top:0.2rem;float:right;background:#1c3180;text-align:center;color:#fff;}
.news .news_tj .news_tj_list ul li .news_tj_info .news_tj_date p{font-size:0.45rem;padding-top:0.1rem;}

.news .news_con{width:10.6rem;height:8.0rem;}
.news .news_con .news_list{width:100%;height:6.2rem;border:1px solid #dcdcdc;overflow:hidden;}
.news .news_con .news_list ul{width:100%;height:100%;}
.news .news_con .news_list ul li{width:100%;height:2.03rem;font-size:0.25rem;line-height:1.6;color:#000;border-bottom:1px solid #dcdcdc;}
.news .news_con .news_list ul li .news_list_date{width:2.4rem;text-align:center;float:left;}
.news .news_con .news_list ul li .news_list_date p{font-size:0.5rem;padding-top:0.3rem;font-weight:normal;}
.news .news_con .news_list ul li .news_list_date span{padding-bottom:0.1rem;border-bottom:2px solid #cfcece;}
.news .news_con .news_list ul li .news_list_info{width:7.5rem;height:100%;float:left;overflow:hidden;}
.news .news_con .news_list ul li .news_list_info h5{font-size:0.35rem;line-height:2.0;padding-top:0.2rem;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .news_con .news_list ul li:nth-child(3){border:none;}
.news .news_con .news_list ul li:hover .news_list_info h5{color:#0372bd;}
.news .news_con .news_son{width:100%;height:1.0rem;margin-bottom:0.1rem;}
.news .news_con .news_son ul{width:100%;height:100%;}
.news .news_con .news_son ul li{cursor:pointer;border-radius:3px;float:left;font-size:0.35rem;line-height:0.9rem;letter-spacing:1px;margin-right:0.5rem;padding:0 0.6rem;background:#ebebeb;color:#000;}
.news .news_con .news_son ul li:hover{background:#0372bd;color:#fff;}
.news .news_con .news_son ul li.on{background:#0372bd;color:#fff;}
/* news end*/

/* pro */
/* .news{background:url(../images/news_back.jpg) top center no-repeat;background-size:cover;} */
/* .pro{width:100%;padding:0.5rem 0;} */
/* .pro .index_tit{width:21.0rem;margin:0 auto;} */
/* .pro_main{width:23.0rem;margin:0 auto;position:relative;} */
/* .pro_main .parHd{width:100%;margin-top:0.2rem;position:relative;  } */
/* .pro_main .parHd ul{float:right;} */
/* .pro_main .parHd ul li{ padding:0 0.5rem;background:#ebebeb;margin-right:0.5rem; */
	/* display:inline-block;text-align:center; */
    /* cursor: pointer;font-size: 0.36rem; */
    /* line-height: 0.8rem;color: #000000;border-radius:0.1rem;} */
/* .pro_main .parHd ul li.on{background:#3255d9;color:#fff;border-color:#3255d9;} */
/* .pro_main .slideBox{ width:100%;height:100%;overflow:hidden; zoom:1;  position:relative;   } */
/* .pro_main .sPrev{ z-index:8;position:absolute; left:0; top:30%; display:block; width:0.7rem; height:1.0rem; background:url(../images/news_left.png) center center no-repeat;background-size:100% auto;} */
/* .pro_main .sNext{ z-index:8;position:absolute; right:0; top:30%; display:block; width:0.7rem; height:1.0rem; background:url(../images/news_right.png) center center no-repeat;background-size:100% auto;} */
/* .pro_main .sPrev:hover{background-color:#e60e19;} */
/* .pro_main .sNext:hover{background-color:#e60e19;} */
/* .pro_main .parBd{width:23.0rem;height:6.6rem; overflow:hidden;margin-top:0.3rem;} */
/* .pro_main .parBd .tempWrap{width:8.0rem;margin:0 auto;} */
/* .pro_main .parBd ul{width:20.5rem;height:6.5rem; overflow:hidden; zoom:1; margin:0 auto;} */
/* .pro_main .parBd ul li{width:6.8rem;height:6.2rem;float:left;margin:0.1rem;overflow:hidden;background:#ffffff;} */
/* .pro_main .parBd ul li .pro_img{width:100%;height:4.2rem;overflow:hidden;background:#e5e5e5;} */
/* .pro_main .parBd ul li .pro_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;} */
/* .pro_main .parBd ul li:hover .pro_img img{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;} */
/* .pro_main .parBd ul li h3{width:90%;margin:0 auto;text-align:center;height:0.7rem;margin-top:0.3rem;line-height:0.7rem;font-size:0.3rem;color:#343434;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:500;} */
/* .pro_main .parBd ul li .news_more{width:90%;font-size:0.27rem;line-height:0.7rem;margin:0 auto;color:#676767;background:url(../images/news_jt.png) right center no-repeat;background-size:0.3rem auto;} */
/* .pro_main .parBd ul li:hover h3{color:#3658d9;} */
/* .pro_main .parBd ul li:hover .news_more{color:#3658d9;} */
/* pro end*/
/* banner_ly */
.index_jmhz h5{font-size:0.35rem;line-height:3.0;color:#fff;letter-spacing:1px;}
.banner_ly{width:100%;height:1.0rem;}
.lys_con_ban{width:20.0rem;height:100%;margin:0 auto;}
.lys_con_ban form{width:100%;float:left;margin:0;font-size:0;}
.lys_con_ban form .ban_btn{float:left;margin-left:0.3rem;font-size:0;}
.lys_con_ban form .input_1{display:block;float:left;border:none;background:url(../images/ly_back.png) repeat;width:4.0rem;height:0.8rem;border-radius:0.1rem;line-height:0.8rem;font-size:0.25rem;color:#bec2cf;text-indent:2.0em;letter-spacing:1px;margin-right:0.3rem;}
.lys_con_ban form .input_2{display:block;float:left;border:none;background:url(../images/ly_back.png) repeat;width:4.0rem;height:0.8rem;border-radius:0.1rem;line-height:0.8rem;font-size:0.25rem;color:#bec2cf;text-indent:2.0em;letter-spacing:1px;margin-right:0.3rem;}
.lys_con_ban form .input_3{display:block;float:left;border:none;background:url(../images/ly_back.png) repeat;width:4.0rem;height:0.8rem;border-radius:0.1rem;line-height:0.8rem;font-size:0.25rem;color:#bec2cf;text-indent:2.0em;letter-spacing:1px;margin:0;padding:0;}
.lys_con_ban .yzm_in{float:left;width:2.0rem;height:0.5rem;line-height:0.7rem;background:#ff0000;margin-right:0.2rem;border:none;text-indent:0.5em;}
.lys_con_ban .tj_btn{padding:0.25rem 1.2rem;margin-left:0.2rem;border-radius:0.4rem;background:#ff0000;font-size:0.25rem;color:#fff;font-weight:600;border:none;cursor:pointer;}
.lys_con_ban input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #bec2cf;} 
.lys_con_ban input:-moz-placeholder, textarea:-moz-placeholder {color: #bec2cf;} 
.lys_con_ban input::-moz-placeholder, textarea::-moz-placeholder {color: #bec2cf;} 
.lys_con_ban input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #bec2cf;} 
.lys_con_ban input:focus {outline:none;border:none;}
.lys_con_ban textarea:focus {outline:none;border:none;}
.foot_right{position:absolute;left:0;bottom:0;width:100%;font-size:0.27rem;line-height:1.0rem;color:#bec2cf;background:#071446;}
.foot_right a{color:#bec2cf;}
.foot_right .foot_right_con{width:20.0rem;margin:0 auto;}
/* banner_ly end*/

/* in_pos */
.n_p_page{width:20.5rem;margin:1.0rem auto 1.8rem auto;padding-top:0.2rem;border-top:1px solid #000;}
.about_det_con{width:20.0rem;margin:1.0rem auto;font-size:0.27rem;line-height:0.6rem;color:#333;}
.about_det_con h2{text-align:center;font-size:0.4rem;font-weight:500;}
.about_det_con img{max-width:100%;}
.about_det_con table{
border:1px solid #333;
border-collapse: collapse;
border-spacing: 0;}
.about_det_con table tr td{border:1px solid #333;}
.about_det_con .art_time{font-size:0.18rem;line-height:0.76rem;text-align:center;margin-bottom:0.20rem;}
.n_p_page{width:20.0rem;margin:1.0rem auto 1.8rem auto;padding-top:0.2rem;border-top:1px solid #000;}
.about_det_con strong{font-weight:600;}
.n_p_page li{font-size:0.24rem;color:#474747;}
.pos{width:100%;height:0.9rem;line-height:0.9rem;border-bottom:2px solid #e6e6e6;background:#fff;}
.in_pos{width:100%;height:0.9rem;border-bottom:1px solid #e6e6e6;}
.in_pos_con{position:relative;width:20.5rem;height:0.9rem;font-size:0.27rem;line-height:0.9rem;margin:0 auto;font-size:0.22rem;}
.in_pos_con a{font-size:0.26rem;}
.in_pos_con a:hover{color:#c71f23;}
.in_pos_con h2{display:inline-block;font-size:0.27rem;letter-spacing:1px;font-weight:600;border-bottom:2px solid #4468e6;color:#4468e6;}
.in_pos_con .in_son li{float:left;margin-right:0.5rem;}
.in_pos_con .in_son li:hover{color:#c71f23;font-size:0.27rem;border-bottom:3px solid #c6191e;}
.in_pos_con .in_son li.current{color:#c71f23;font-size:0.27rem;border-bottom:3px solid #c6191e;}
.in_pos_con .in_son li.current a{color:#c71f23;font-size:0.27rem;}
.in_pos_con .in_son li:hover a{color:#c71f23;font-size:0.27rem;}
.in_pos_con .in_pos_li{background-size:0.22rem auto;}
/* in_pos end*/
/* in_news_tj */
.in_news_tj{width:21.0rem;margin:0.6rem auto;}
.in_news_tj .news_tj_li{width:100%;height:5.5rem;margin:0.3rem 0;background:#f6f7fa;}
.in_news_tj .news_tj_li .in_news_img{width:9.6rem;height:100%;font-size:0;overflow:hidden;}
.in_news_tj .news_tj_li .in_news_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;}
.in_news_tj .news_tj_li:hover .in_news_img img{transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
.in_news_tj .news_tj_li .in_news_info{width:10.0rem;padding-top:0.3rem;margin-right:0.8rem;font-size:0.27rem;line-height:0.5rem;color:#88888b;}
.in_news_tj .news_tj_li .in_news_info h5{font-size:0.35rem;line-height:1.0rem;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_news_tj .news_tj_li .in_news_info p{font-size:0.27rem;line-height:0.55rem;letter-spacing:1px;color:#99999c;}
.in_news_more{width:100%;margin-top:0.3rem;font-size:0.28rem;line-height:0.6rem;}
.in_news_more a{display:inline-block;line-height:0.8rem;background:url(../images/in_tj_more.png) right center no-repeat;background-size:0.8rem auto;color:#2a2b2d;padding-right:1.2rem;letter-spacing:1px;}
.in_news_more:hover a{color:#c6191e;}
/* in_news_tj end*/
/* zmtjz */
.zmtjz{width:100%;padding:0.2rem 0;background:url(../images/in_back.jpg) center bottom no-repeat;background-size:100% auto;}
.zmtjz .in_tit{margin-bottom:0.5rem;}
.zmtjz .zmtjz_con{width:20.4rem;margin:0.4rem auto;}
.zmtjz .zmtjz_con li{width:100%;padding:0.4rem 0;border-bottom:1px solid #e7e7e7;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.zmtjz .zmtjz_con li .zmt_date{border-right:3px solid #e1e1e1;width:2.5rem;text-align:center;font-size:0.25rem;line-height:2.0;color:#898989;}
.zmtjz .zmtjz_con li .zmt_date p{font-size:0.45rem;color:#464646;}
.zmtjz .zmtjz_con li .zmt_info{width:16.8rem;margin-right:0.5rem;font-size:0.25rem;line-height:2.0;color:#898989;letter-spacing:1px;}
.zmtjz .zmtjz_con li .zmt_info h5{font-size:0.35rem;line-height:2.0;margin-bottom:0.1rem;color:#050505;}
.zmtjz .zmtjz_con li:hover{background:#fff;border-color:#fff;transform: translate(0,-3px);}
.zmtjz .zmtjz_con li:hover .zmt_info h5{color:#d72229;}
/* zmtjz end*/

.in_img{width:100%;font-size:0;}
.in_img img{width:100%;display:block;}
.page_div{margin:0.4rem auto;}
#pages {text-align: center;}
#pages li {
    margin: 0 2px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0px 6px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 4px;
}
#pages li.active {
    text-align: center;
    background: #f90712;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}