@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-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: 1.0rem;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(5) .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.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;}
.menu2 >li>a{color: #000!important;}
.menu2 >li:hover>a{color: #fff!important;}
.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;}
.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:100%;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*/
/* index_tit */
.index_tit{font-size:0.28rem;line-height:1.5;color:#636466;letter-spacing:1px;}
.index_tit h2{font-size:0.5rem;line-height:2.0;color:#323334;letter-spacing:2px;}
/* index_tit end*/
/* in_tit */
.in_tit{font-size:0.28rem;line-height:1.5;color:#636466;letter-spacing:1px;}
.in_tit h2{font-size:0.5rem;line-height:2.0;color:#1b1b1b;letter-spacing:2px;}
.in_tit p{text-transform: uppercase;}
/* in_tit end*/

/* about_zz */
.about_zz{width:20.0rem;padding-bottom:0.8rem;margin:0 auto;background:url(../images/zhongzhu/index_about_back.jpg) center bottom no-repeat;background-size:100% auto;}
.about_zz .about_tit{width:5.0rem;}
.about_zz .about_tit p{text-align:justify;width:90%;font-size:0.28rem;line-height:1.8;color:#444547;margin-top:0.8rem;}
.about_zz .about_intro{text-align:justify;width:10.9rem;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;}
.about_zz .about_intro .about_li li{width:36%;height:1.3rem;float:left;margin-right:5%;font-size:0.25rem;line-height:1.5;color:#636466;border-bottom:1px solid #3382c3;}
.about_zz .about_intro .about_li li p{font-size:0.25rem;line-height:0.7rem;color:#0572bd;}
.about_zz .about_intro .about_li li p span{font-size:0.55rem;color:#0572bd;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/zhongzhu/jt_1.png) 86% center no-repeat #0070bc;background-size:0.35rem auto;border-radius:0.35rem;}
.index_wh{width:20.0rem;height:4.4rem;margin:0rem 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/zhongzhu/jt_1.png) left center no-repeat;background-size:0.4rem 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*/
/* gc_page */
.gc_page{background:url(../images/zhongzhu/gc_back.jpg) center center no-repeat;background-size:cover;}
.gc_page .gcyj{position:relative;width:20.6rem;margin:0.5rem auto;}
.gc_page .gcyj .tempWrap{margin-top:0.7rem;}
.gc_page .gcyj .index_tit{width:20.0rem;margin:0 auto;color:#fff;}
.gc_page .gcyj .index_tit h2{color:#fff;}
.gc_page .gcyj .gcyj_son{position:absolute;right:0;top:0.5rem;margin:0 auto;}
.gc_page .gcyj .gcyj_son ul li{cursor:pointer;color:#fff;letter-spacing:1px;float:left;font-size:0.3rem;line-height:0.8rem;padding:0 0.8rem;margin-left:0.6rem;background:url(../images/zhongzhu/tm_back.png) repeat;border-radius:0.4rem;}
.gc_page .gcyj .gcyj_son ul li.on{background:#0070bc;}
.gc_page .gcyj .gcyj_list{width:20.5rem;height:5.2rem;margin:0.7rem auto;}
.gc_page .gcyj .gcyj_list ul li{width:6.2rem;height:5.2rem;float:left;margin:0 0.3rem;background:#fff;}
.gc_page .gcyj .gcyj_list ul li .gc_img{width:100%;height:4.2rem;overflow:hidden;font-size:0;}
.gc_page .gcyj .gcyj_list ul li .gc_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;}
.gc_page .gcyj .gcyj_list ul li:hover .gc_img img{opacity:0.9;transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
.gc_page .gcyj .gcyj_list ul li h5{width:90%;height:0.9rem;margin:0 auto;line-height:0.9rem;font-size:0.27rem;color:#343434;font-weight:600;
background:url(../images/zhongzhu/jt_2.png) right center no-repeat;background-size:0.45rem auto;
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.gc_more{width:100%;margin-top:1.2rem;text-align:center;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.gc_more a{display:inline-block;color:#fff;font-size:0.26rem;line-height:0.8rem;padding:0 1.0rem 0 0.6rem;
background:url(../images/zhongzhu/jt_1.png) 82% center no-repeat #0070bc;background-size:0.35rem auto;border-radius:0.35rem;}
.gc_more:hover{transform: translate(0,-6px);}
/* gc_page end*/
/* honor_page */
.honor_page{background:url(../images/zhongzhu/honor_back.jpg) center bottom no-repeat;background-size:100% auto;}
.kjcx{width:20.0rem;margin:0 auto;}
.kjcx .kjcx_info{width:12.6rem;}
.kjcx .kjcx_info .gc_more{text-align:left;}
.kjcx .kjcx_info .kjcx_intro{font-size:0.27rem;line-height:2.0;color:#666;letter-spacing:1px;}
.kjcx .kjcx_info .honor_con{width:100%;margin-top:0.6rem;}
.kjcx .honor_con .honor_img{position:relative;width:6.2rem;height:4.4rem;border:1px solid #c9c9c9;}
.kjcx .honor_con .honor_img .honor_img_con{width:5.8rem;height:4.0rem;font-size:0;margin:0.2rem;overflow:hidden;}
.kjcx .honor_con .honor_img .honor_img_con img{width:100%;min-height:100%;display:block;}
.kjcx .honor_con .honor_img h5{position:absolute;left:0;bottom:0.4rem;font-size:0.27rem;line-height:0.7rem;color:#fff;padding:0 0.5rem;background:url(../images/zhongzhu/honor_back.png)repeat;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.kjcx .honor_con .honor_img:hover h5{background:#004eb3;}
.kjcx .kjcx_img{position:relative;width:6.6rem;height:9.5rem;border:1px solid #c9c9c9;}
.kjcx .kjcx_img .kjcx_img_con{width:6.2rem;height:9.1rem;font-size:0;overflow:hidden;margin:0.2rem;}
.kjcx .kjcx_img .kjcx_img_con img{width:100%;min-height:100%;}
.kjcx .kjcx_img h5{position:absolute;left:0;bottom:0.4rem;font-size:0.27rem;line-height:0.7rem;color:#fff;padding:0 0.5rem;background:url(../images/zhongzhu/honor_back.png)repeat;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.kjcx .kjcx_img:hover h5{background:#004eb3;}
/* honor_page end*/
/* rlzy */
.rlzy{background:url(../images/zhongzhu/rlzy_back.jpg) center center no-repeat;background-size:cover;}
.rlzy_con{width:20.0rem;margin:0 auto;}
.rlzy_con .index_tit{color:#fff;}
.rlzy_con .index_tit h2{color:#fff;}
.rlzy_con .rlzy_intro{width:27em;font-size:0.27rem;margin-top:0.6rem;line-height:2.0;color:#ffffff;letter-spacing:1px;}
.rlzy_con .gc_more{text-align:left;}
.rlzy_con .rlzy_nav {margin-top:0.8rem;}
.rlzy_con .rlzy_nav li{float:left;padding:0.3rem 0.6rem 0.3rem 2.2rem;margin-right:0.6rem;height:1.5rem;padding-top:;border:1px solid #a6cde8;
background:url(../images/zhongzhu/rlzy_icon1.png) 0.3rem center no-repeat;background-size:auto 1.5rem;border-radius:0.15rem;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.rlzy_con .rlzy_nav li h5{padding-top:0.2rem;font-size:0.32rem;line-height:0.6rem;letter-spacing:2px;color:#fff;font-weight:600;}
.rlzy_con .rlzy_nav li p{font-size:0.27rem;line-height:0.6rem;letter-spacing:1px;color:#fff;font-weight:500;}
.rlzy_con .rlzy_nav li:hover{transform: translate(0,-3px);}
/* rlzy end*/
/* news */
.news{background:url(../images/zhongzhu/news_back.jpg) center center no-repeat;}
.news_con{position:relative;width:20.4rem;margin:0 auto;}
.news_con .index_tit{width:20.0rem;margin:0 auto;}
.news_con .news_son{position:absolute;right:0;top:0.3rem;}
.news_con .news_son li{float:left;margin:0 0.3rem;font-size:0.3rem;line-height:0.8rem;padding:0 0.4rem;color:#333;letter-spacing:1px;}
.news_con .news_son li:hover{background:#0070bc;color:#fff;}
.news_con .news_son li:hover a{color:#fff;}
.news_con .news_list{width:20.4rem;height:7.3rem;margin:0.6rem auto;overflow:hidden;}
.news_con .news_list ul li{width:6.4rem;height:7.1rem;float:left;margin:0.1rem 0.2rem;background:#fff;
-webkit-box-shadow: #191818  0px 0px 1px;
-moz-box-shadow: #191818  0px 0px 1px;
box-shadow: #191818  0px 0px 1px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.news_con .news_list ul li .news_img{width:100%;height:4.1rem;font-size:0;overflow:hidden;}
.news_con .news_list ul li .news_img img{width:100%;min-height:100%;}
.news_con .news_list ul li .news_info{width:86%;margin:0 auto;}
.news_con .news_list ul li .news_info h5{height:0.9rem;overflow:hidden;font-size:0.32rem;line-height:0.45rem;padding:0.2rem 0;color:#000;padding-top:0.4rem;}
.news_con .news_list ul li .news_info .news_more{width:100%;height:0.8rem;margin-top:0.4rem;line-height:0.8rem;font-size:0.26rem;color:#676767;
background:url(../images/zhongzhu/news_jt1.png) right center no-repeat;background-size:0.3rem auto;}
.news_con .news_list ul li:hover{width:7.5rem!important;background:#0070bc;color:#fff;}
.news_con .news_list ul li:hover h5{color:#fff;}
.news_con .news_list ul li:hover .news_more{color:#fff;}
.news_con .news_list ul li:hover .news_info .news_more{background-image:url(../images/zhongzhu/news_jt2.png);}
/* news end*/
/* index_foot */
.index_foot{}
.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:100%;}
.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*/
/* in_img */
.in_img{width:100%;font-size:0;}
.in_img img{width:100%;display:block;}
/* in_img end*/
/* zp_list */
.zp_con{margin:0.3rem auto;}
.zp_list{width:21.0rem;margin:0 auto;background:#f3f3f3;}
.zp_list .zp_fenlei_tit{height:1.0rem;overflow:hidden;line-height:1.1rem;padding-left:0.5rem;padding-right:0.5rem;border-bottom:1px solid #d7d7d7;
	font-size:0.3rem;color:#fff;background:#0472bd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}
.zp_list .zp_fenlei_tit li{width:3.2rem;float:left;text-align:center;letter-spacing:2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.zp_list .zp_fenlei{height:0.7rem;line-height:0.7rem;padding-left:0.5rem;padding-right:0.5rem;border-bottom:1px solid #d7d7d7;
	cursor:pointer;font-size:0.25rem;color:#202020;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}
.zp_list .zp_fenlei li{width:3.2rem;float:left;text-align:center;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.zp_list .zp_fenlei li a{font-size:0.22rem;padding:0.05rem 0.2rem;background:#0472bd;border-radius:0.12rem;color:#fff;}
.zp_list .zp_fenlei .f_zp{
	background:url(../images/lx/sanjiao_01.png) right no-repeat;background-size:0.2rem auto;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;}
.zp_list .zp_fenlei.on .f_zp{background-image:url(../images/lx/sanjiao_02.png); }
.zp_list .zp_info{display:none;width:100%;padding-top:0.3rem;padding-bottom:0.3rem;border-bottom:1px solid #d7d7d7;background:#fff;}
.zp_list .zp_info .zp_info_l{width:50%;padding-left:1.6rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}
.zp_list .zp_info .zp_info_l{font-size:0.22rem;line-height:0.4rem;color:#747474;}
.zp_list .zp_info .zp_info_l h5{font-size:0.24rem;line-height:0.5rem;color:#202020;letter-spacing:2px;font-weight:500;}
.zp_info_2{padding-left:1.0rem!important;}
/* zp_list end*/
	/* showslider */
.showslider{position:fixed;top:50%;right:20px;font-size:0.3rem;    z-index: 9999;    width: 1.4rem;}
.showslider li{cursor:pointer;position:relative;width: 60px;height:60px;box-sizing: border-box;    float: right;clear: both;
/*width:95px;height:77px;;line-height:102px;*/text-align:center;margin-top:10px;}
.showslider li .imgtag{width:50px;height:50px;}
.showslider li .showdisimg{   
position: absolute;z-index: 9999;top: 0;right: 60px;display:none; width: 210px;
box-sizing:border-box;padding:10px;padding-right: 20px;line-height:26px;font-size:16px;color:#fff;}
.showslider li .showerweima img{width:100%;height:100%; }  
.showslider li .showerweima{width:146px;height:141px;}
.showslider li img.showdisimg{display:none;}
.showslider li .showdisimg .showdistext{background: #0e568e;color: #fff;padding: 8px 0px; text-align:left; padding-left: 12px;border-radius:5px;}
.showslider li .showdisimg .showdistext font{font-size:18px;line-height:24px;}
.showslider li .showdisimg .showdistext a{color:#fff;}
.showslider li .showdisimg .showdistext p{color:#fff;font-size:16px;line-height:24px;margin:0;}
.showslider li:hover{}
.showslider li .showdistxt p{color:#fff;}
.showslider{ animation-name:showslider;animation-duration:1.0s;animation-play-state:paused;}
/* showslider 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:21.0rem;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*/
.n_dis{display:none;}
.y_dis{display:none;}


/*in_kjzs_list*/
.in_kjzs_list{width:20.1rem;margin:0.5rem auto;}
.in_kjzs_list li{width:4.6rem;height:6.7rem;float:left;margin:0.2rem;overflow: hidden;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_kjzs_list li img{width:100%;
    	-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.in_kjzs_list li:hover img{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;}
/*in_kjzs_list end*/


/* in_whmain end*/
.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;
}