﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ color:#666; font-size:12px; line-height:22px; font-family:"Microsoft YaHei"; min-width: 1200px;}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block; max-width:100%;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; }
i{ font-style:normal;}
dl,dd,p{ margin-bottom: 0;}
input,textarea,select{ outline:none; font-family:"Microsoft YaHei";}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}
.container-fluid:after{ content: ""; display: block; clear: both;}
.container:after{ content: ""; display: block; clear: both;}
/*头部*/
.header{  background: #fff;  text-align: center; position: fixed; top: 0; left: 0; z-index: 999;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.header .container{ position: relative;padding: 15px 0;}
.header_height{ height: 131px; width:100%;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.header_on{ background: rgba(255,255,255,1);  padding: 0; box-shadow: 0 0 20px #ccc;}
.height_on{height: 90px;}

.top_box{background: #f5f5f5;padding: 10px 0;font-size: 12px;}
.top_box ol{text-align: right}
.top_box ol li{display: inline-block;position: relative;padding:0 10px;}
.top_box ol li::after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 10px;background: #ccc;display: block;content: "";}
.top_box ol li:last-child::after{content: none;}
@media(max-width:1024px){
    .top_box ol li{padding: 0 5px;}
}
/*菜单按钮*/
.menu_button{ overflow: hidden; height: 44px;  position: absolute; left: 0; top: 50%; cursor: pointer;transform: translateY(-50%);}
.menu_button i{ display: block; float: left; margin-left: 10px; font-size: 18px; color: #666; line-height: 44px; font-weight: 400;}
.menu_img{ width: 44px; height: 44px; float: left;}
.menu_img img{ width: 100%; display: block;}
.menu_button:hover .menu_img{ opacity: 0.9;}
.menu_button:hover i{ color: #f08300;}


@media(max-width:1024px){
    .menu_img{width:30px;height: 30px;margin-top: 7px;}
}
/*logo*/
.logo{ width: 100%; display: inline-block;}

/*--语言/搜索按钮*/
.header_right{ position: absolute; top: 50%; right: 0;transform: translateY(-50%);}
.Mall_link{ display: block; float: left; font-size: 18px; line-height: 44px; color: #666; font-weight: 400;}
.Mall_link:hover{ color: #f08300;}
.header_button{ width: 44px; height: 44px; float: left; margin-left: 12px; background: none; border: none; outline: 0; cursor: pointer;}
.header_button:hover{ opacity: 0.9; outline: 0;}


.search{ width: 210px; padding: 5px; height:0; background: #f08300; position: absolute; top: 120%; right: 0; opacity: 0; z-index: -1; overflow: hidden;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.search_text{ height: 30px; width: 148px; float: left; border: none; padding: 0 5px;}
.search_submit{ width: 40px; float: right; height: 30px; background: #fff; border: none; font-size: 14px; cursor: pointer;}

.search_on{ opacity: 1; z-index: 1; height: 40px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*导航*/
.headNav{ width: 100%; height: 100%; position: fixed; top: 0; left: -100%; opacity: 0; background: rgba(0,0,0,0.5);
    z-index: 9999;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.headNav_on{ left: 0; opacity: 1;
}

.top_butt{ display: block; float: left; margin-left: 20px; margin-top: 15px;  width: 30px; height: 30px; z-index: 99999; }
.top_butt .bar{ width: 30px; height: 2px; display: block; background: #f08300; margin: 6px 0;
    border-radius: 25px;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(8px) rotate(-40.5deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.cross .bar:nth-of-type(2) {
    opacity: 0;
}
.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.headMenu{width: 15%;height: 100%;background: #fff;float: left;position: relative;}
.Menu_title{ width: 100%; display: inline-block; text-align: center; border-bottom: solid 1px #eaecee; z-index: 2;}
.Menu_title span{ font-size: 16px; color: #666; line-height: 66px;}

.Menu_nav{ width: 100%; float: left; z-index: 2;}
.Menu_nav ul li{ width: 100%; float: left; z-index: 99;}
.Menu_nav ul li .Level_one{ float: left; width: 100%; line-height: 55px; border-bottom: solid 1px #eaecee; position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.Menu_nav ul li .Level_one a{ display: block; padding-left: 20px; color: #666; font-size: 14px;}
.Menu_nav ul li .Level_one .icon-xiangyoujiantou{ display: block; color: #f08300; font-size: 20px; line-height: 55px; position: absolute; top: 0; right:10px; z-index: 9; width: 30px; cursor: pointer;background: url(../images/you.png) no-repeat center center;background-size: 20px;}

.Level_two{ position: absolute; left:0; z-index: -1; opacity: 0; top: 0; width: 100%; height: 100%; background: #fff;/* background: #332d43; */ /*border-bottom: solid 1px #eaecee;*/ padding-top: 60px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.Level_two_on{ left: 100%; z-index: -1; opacity: 1;}
.Level_two dd{ width: 96%; display: inline-block; margin-left: 2%; /* border-bottom: solid 1px #332d43; */ text-align: center; margin-top: 5px; margin-bottom: 5px; padding: 10px 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.Level_two dd a{ font-size: 14px; color: #666; line-height: 30px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Level_two dd:hover{ background: #d8e7ff; /* border-bottom: solid 1px #332d43; */display: inline-block;}
.Level_two dd:hover a{ color: #666; display: block;}
.Menu_nav ul li:hover .Level_one{ color: #3a3a3a; background: #f5f5f5;}
.Menu_nav ul li:hover .Level_one a{ color: #f08300;}
.Menu_nav ul li.active .Level_one .icon_butt{color: #f08300 !important;}

.SC_link{ width: 32%; height: 40px; float: left; text-align: center; background: #f08300; margin-left:1%;}
.SC_link a{color: #fff;font-size: 12px;line-height: 40px;display: block;}
.SC_link:hover{ opacity: 0.9;}
@media(max-width:1024px){
    .header_button{width: 30px;height: 30px;}
}
/*banner*/
/*Banner002901 */
.Banner002901 img{display: block;width: 100%;}
@media(min-width:1025px){
 .Banner002901 .wap{display: none;}
}
@media(max-width:1024px){
 .Banner002901 .pc{display: none;}
}
.Banner002901 .slick-dots{position: absolute; z-index: 10; left: 0; width: 100%;bottom: 5%; text-align: center;}
.Banner002901 .slick-dots li{display: inline-block; width: 30px; height: 30px;cursor: pointer;border:1px solid  transparent; margin: 0 9px;position: relative;border-radius: 50%; }
.Banner002901 .slick-dots li button{position: absolute;background: #fff; font-size: 0;width: 6px; height: 6px; border-radius: 50%; left: 50%; top: 50%; margin: -3px 0 0 -3px;border: 0;padding: 0;cursor: pointer;}
.Banner002901 .slick-dots li.slick-active{border-color: #fff;}
@media(max-width:1024px){
.Banner002901 .slick-dots li{width: 20px; height: 20px; margin: 0 4px;}
}
.Banner002901 .video .pic{position: relative; z-index: 1;overflow: hidden;background: #000; padding-bottom: 47.9%;}
.Banner002901 .video .pic img{opacity: 0.84;position: absolute; left: 0; top: 0; }
.Banner002901 .video .play{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; cursor: pointer; }
.Banner002901 .video .play:before{position: absolute; content: '';width: 86px;height: 86px;background:url("../images/Floor003065_play.png") no-repeat center center rgba(0,0,0,0.2); left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%;}
.Banner002901 .video .pic video{position: absolute;left: 0; top: 0;  z-index: 20;background: #000;object-fit:fill;}
@media(max-width:640px){
    .Banner002901 .video .play:before{width: 20vw; height: 20vw;}
}


/*footer*/
.footer{ background: #fff;}
.footer_top{ padding: 55px 0;}
.footer_logo{ float: left; margin-top: 45px; overflow: hidden;}
.footer_lx{ float: left; width: 540px; margin-top: 45px; margin-left: 18px;}
.footer_lx .footer_rx{ display: block; font-size: 18px; color: #666; line-height: 22px;}
.footer_lx .footer_tel{ display: block; font-size: 28px; line-height: 30px; color: #666; margin: 5px 0;}
.footer_lx p{ display: block; font-size: 18px; color: #666; line-height: 22px;}
.footer_branch{ width: 525px; height: 60px; border: solid 1px #ccc; border-radius: 3px; overflow: hidden; float: left; margin-left: 10%; /*margin-top: 55px;*/ line-height: 60px; cursor: pointer;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_lx p span{ display: inline-block; float: left; width: 10%;}
.footer_lx p i{ display: inline-block; float: left; width: 90%;}

.footer_branch span{ display: inline-block; float: left; font-size: 18px; font-weight: 300; color: #999; margin-left: 20px;}
.footer_branch i{ float: right; display: inline-block; margin-right: 20px;}

.footer_ewm{float: right;overflow: hidden;z-index: 99999999;position: relative;margin-right: 51px;}


.footer_bottom{ padding: 25px 0; border-top: solid 1px #ccc;}
.footer_m{ width: 96%; margin: 0 auto;}
.footer_m:after{ content:""; display: block; clear: both;}
.footer_left{ float: left; font-size: 16px; color: #666; font-weight: 300; line-height: 24px;}
.footer_left a{ color: #666;}
.footer_left a:hover{ color: #666;}
.footer_right{ float: right;}
.footer_right span{ display: block; float: right; line-height: 24px;}
.footer_right span a{ font-size: 16px; color: #666;}
.footer_right span a:hover{ color: #fff;}
.footer_right span i{ color: #888; margin: 0 5px;}

/*分店弹出层*/
.branch_layer{ width: 100%; height: 100%; top: -100%; opacity: 0; left: 0; background: rgba(0,0,0,0.7); position: fixed; z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.branch_active{ top: 0; opacity: 1;}
.branch_layer_m{ width: 80%; height: 90%; overflow: hidden; background: #fff; border-radius: 5px; overflow: hidden; position: relative;}
.branch_logo{ width: 100%; display: inline-block; text-align: center; margin-top: 3%;}
.branch_layer_m ul{ width: 100%; height: 90%; overflow: auto; padding: 30px 0;}
.branch_layer_m ul li{ width:14%; text-align: center; height: 40px; border: solid 1px #ccc; float: left; margin: 5px 1.3%;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.branch_layer_m ul li a{ font-size: 14px; line-height: 40px; display: block;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.branch_layer_m ul li:hover{ background: #002D5F;}
.branch_layer_m ul li:hover a{ color: #fff;}

.crosson{ position: absolute; right: 20px; top: 20px;  width: 30px; height: 30px; z-index: 99999; cursor: pointer; }
.crosson .bari{ width: 30px; height: 2px; display: block; background: #002D5F; margin: 6px 0;
    border-radius: 25px;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.crosson .bari:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(8px) rotate(-40.5deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.crosson .bari:nth-of-type(2) {
    opacity: 0;
}
.crosson .bari:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/*首页门店*/
.stores{ padding-top:48px; padding-bottom: 118px; background:#fff; overflow: hidden;}
.stores .container{ overflow: hidden; padding: 10px;}
.stores_left{ float: left; width:470px;}
.stores_a1{ width: 100%; float: left; height: 262px; overflow: hidden; background: url(../images/a_2.jpg) top center no-repeat; background-size: cover !important; text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -o-transition: all 0.4s;

    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.stores_a1:hover{ box-shadow: 0 0 15px #f08300;
    -o-transform: scale(0.95,0.95);
    -moz-transform: scale(0.95,0.95);
    -ms-transform: scale(0.95,0.95);
    -webkit-transform: scale(0.95,0.95);
    transform: scale(0.95,0.95);
}
.stores_a1 span{ font-size: 30px; font-weight: 300; color: #fff; line-height: 35px; display: block;}
.stores_a1 p{ color: #fff; font-size: 12px; text-transform: uppercase; line-height: 22px; opacity: 0.9; display: block; margin-top: 20px;}
.stores_a2{ width: 100%; float: left; height: 346px; overflow: hidden;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.stores_a2:hover{ box-shadow: 0 0 15px #f08300;
    -o-transform: scale(0.95,0.95);
    -moz-transform: scale(0.95,0.95);
    -ms-transform: scale(0.95,0.95);
    -webkit-transform: scale(0.95,0.95);
    transform: scale(0.95,0.95);
}
.stores_adiv{ width: 100%; display: inline-block;}

.stores_div{ width: 100%; height: 100%; position: relative; float: left;}

.stores_right{ float: right; width:730px;}
.stores_sp{ width: 100%; float: left; height: 410px; overflow: hidden; position: relative;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.stores_sp:hover{ box-shadow: 0 0 15px #f08300;
    -o-transform: scale(0.95,0.95);
    -moz-transform: scale(0.95,0.95);
    -ms-transform: scale(0.95,0.95);
    -webkit-transform: scale(0.95,0.95);
    transform: scale(0.95,0.95);
}
.stores_spCover{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover !important; object-fit:fill; -o-object-fit: fill; cursor: pointer; z-index: 1;}
.sp_butt{ width: 100%; height: 100%; position: relative; background: url(../images/ico_sp_butt.png) center center no-repeat;}
.symd .owl-carousel .owl-dots{text-align: center;position: absolute;left: 50%;transform: translateX(-50%);bottom:30px;}
.symd .owl-carousel .owl-dots .owl-dot{width: 10px;height: 10px;background:#ccc;margin-left: 10px;display: inline-block;}
.symd .owl-carousel .owl-dots .owl-dot:first-child{margin-left: 0;}
.symd .owl-carousel .owl-dots .active{background: #f08300;width: 10px;}


.stores_r_div{ width: 50%; height: 198px; float: left; text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.stores_r_div:hover{ box-shadow: 0 0 30px #f08300;
    -o-transform: scale(0.95,0.95);
    -moz-transform: scale(0.95,0.95);
    -ms-transform: scale(0.95,0.95);
    -webkit-transform: scale(0.95,0.95);
    transform: scale(0.95,0.95);
}
.stores_r_div a{ display: block;}
.stores_r_div span{ display: inline-block; width: 100%; font-size: 20px; line-height: 22px;}
.stores_r_div p{ display: inline-block; width: 100%; font-size: 13px; line-height: 22px; text-transform: uppercase;}
.stores_adiv i{ display: inline-block; width: 18px; height: 1px;}
.stores_bj1{ background: #f08300;}
.stores_bj1 span{ color: #fff;}
.stores_bj1 i{ display: inline-block; background: #fff;}
.stores_bj1 p{ color: #fff;}
.stores_bj2{ background: url(../images/a_3.jpg) center center no-repeat; background-size: cover !important;}
.stores_bj2 span{ color: #f08300;}
.stores_bj2 i{ display: inline-block; background: #f08300; }
.stores_bj2 p{ color: #f08300;}

/*首页资讯*/
.news{ padding-top: 144px; padding-bottom: 50px; background: url(../images/xbj.jpg) top center no-repeat;}
.news .container{ overflow: hidden; padding: 5px 0;}
.news_m{ width: 100%; display: inline-block; background: url(../images/x_bj.png) top center no-repeat; padding: 45px 38px; background-size: cover; box-shadow: 0 0 30px #ccc;}

.news_pic{ display: inline-block; width: 100%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_pic img{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_pic:hover img{ box-shadow: 0 0 25px #F08300;}
.news_switch{ width: 100%; display: inline-block; overflow: hidden;}
.news_butt{
    width: 100%; display: inline-block;;
}
.news_butt dd{
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    border-bottom: solid 2px #E1E1E1;
    color: #656565;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    cursor: pointer;
}
.news_butt dd:hover{
    border-bottom: solid 2px #f08300;
    color: #f08300;
}
.news_butt dd.on{
    border-bottom: solid 2px #f08300;
    color: #f08300;
}

.news_show{ position: relative; width: 100%;}

.news_card{ opacity: 0; position: absolute; z-index: -1; width: 100%; float: left; text-align: center; padding:30px 16px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news_card.on{
    position: relative;
    opacity: 1; z-index: 1;
}

.news_card span{
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
}
.news_card i{
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #878787;
    font-size: 16px;
}
.news_card p{
    color: #656565;
    font-size: 17px;
    font-weight: lighter;
    line-height: 28px;
}
.news_card .news_more{
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #f08300;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 20px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news_card .news_more:hover{ opacity: 0.9;}

/*首页产品*/
.product{ padding-top: 60px; padding-bottom: 100px; background: #fff; overflow: hidden;}

.index_title{ width: 100%; text-align: center; display: inline-block;}
.index_title span{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #9D9D9D;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 15px;
}

.index_title i{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #656565;
    font-size: 28px;
    font-weight: lighter;
    line-height: 35px;
}
.index_title .prodpic{ display: inline-block; width: 100%; height: 22px; margin-top: 10px;}


.product_switch{ width: 100%; display: inline-block; margin-top: 25px;}
.product_butt{ display: inline-block; width: 100%; text-align: center;}
.product_butt dd{ display: inline-block;
    padding: 7px 20px;
    color: #656565;
    font-size: 18px;
    font-weight: lighter;
    border-bottom: solid 2px #E1E1E1;
    cursor: pointer;
    margin: 0px;
}
.product_butt dd:hover{
    border-bottom: solid 2px #f08300;
    color: #f08300;
}
.product_butt dd.on{
    border-bottom: solid 2px #f08300;
    color: #f08300;
}
.product_show{ width: 100%; float: left; margin-top: 42px; position: relative; padding: 5px 0;}
.product_card{ display: none; float: left; width: 100%; position: relative;}

.cp_lb{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.cp_lb .swiper-slide{ text-align: center; }
.cp_lb_pic{ width: 100%; overflow: hidden;}
.cp_lb_pic img{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cp_lb_pic:hover img{
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.cp_lb p{ width:100%; text-align:center; line-height:60px; color:#656565; font-size:20px; font-weight:lighter;}
.cp_lb a{ display: inline-block;  text-align:center; line-height:31px;color:#878787; font-size:16px; font-weight:lighter;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cp_lb a:hover{  color: #fff;}

.card_1 .swiper-button-next{  width:42px; height:82px; outline:none; top: 35%; left:-70px; margin-top: auto;left: auto;margin-right: -4rem;background: url(../images/right.png) no-repeat center center;background-size: 40px;}
.card_1 .swiper-button-prev{  width:42px; height:82px; outline:none; top: 35%; right:-70px; margin-top: auto;margin-left: -4rem;background: url(../images/left.png) no-repeat center center;background-size: 40px;}

.cp_lbtwo{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.cp_lbtwo .swiper-slide{ text-align: center; }
.cp_lbtwo p{ width:100%; text-align:center; line-height:60px; color:#656565; font-size:20px; font-weight:lighter;}
.cp_lbtwo a{ display: inline-block; width:104px; height:31px; text-align:center; line-height:31px; border:solid 1px #E1E1E1; color:#878787; font-size:16px; font-weight:lighter;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cp_lbtwo a:hover{ background: #07317B; color: #fff;}



.card_2 .swiper-button-next{ background:url(../images/ico_jt_left.png) no-repeat left; width:42px; height:82px; outline:none; top: 35%; left:-70px; margin-top: auto; right: auto;}
.card_2 .swiper-button-prev{ background:url(../images/ico_jt_right.png) no-repeat right; width:42px; height:82px; outline:none; top: 35%; right:-70px; margin-top: auto; left: auto;}
@media(max-width:1024px){
    .product_switch{margin-top: 0;}
    .index_title .prodpic{margin-top: 0;}
}

/*走进蓝丝带*/
.walk{ padding-top: 72px; padding-bottom: 230px; background: #F2F7FD; overflow: hidden;}

.walk_div{ display: inline-block; width: 100%; margin-top: 40px; position: relative;}
.walk_div .gy_tp{
    width: 100%;
    overflow: hidden;
}
.walk_div .gy_tp img{
    width: 100%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.walk_div ul li:hover .gy_tp img{
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.walk_div .gy_wz{
    display: inline-block;
    width: 100%;
    background-color: #FFF;
    padding: 20px 11px;
}
.walk_div .gy_wz a{ display: block; width: 100%; height: 100%;}

.walk_div .gy_wz p {
    float: left;
    color: #656565;
    font-size: 18px;
    font-weight: lighter;
}
.walk_div .gy_wz p span {
    display: block;
    color: #999999;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: lighter;
}

.gy_ico{ float: right; padding: 8px 0; margin-right: 10px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.walk_div ul li:hover .gy_ico{ margin-right: 15px;}
@media(max-width:1024px){
    .walk_div .gy_tp{height: auto !important;}
    .walk_div{margin-top: 0;}
}
/*首页蓝丝带管理顾问*/
.management{ padding-bottom: 135px; background: url(../images/s_bj1.jpg) top center no-repeat; background-size:cover !important;}
.man_top{ width: 1466px; padding: 50px 0; background: #fff; border-radius: 30px; margin: auto; top: -135px; position: relative; box-shadow: 0 0 20px #aaa; text-align: center; overflow: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sy_bt{
    width: 100%;
    margin-bottom: 30px;
}
.sy_bt span {
    display: block;
    color: #f08300;
    font-size: 28px;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom:10px;
}
.sy_bt p {
    margin-bottom: 5px;
    display: block;
    color: #9D9D9D;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: lighter;
}

.yc_list{ display: inline-block; width: 100%;}
.yc_list ul li:last-child .yc_b{ border: none;}
.yc_list ul li .yc_b{
    border-right: solid 2px #D8D8D8;
}
.yc_list ul li .yc_b p {
    text-align: center;
    color: #f08300;
    font-size: 60px;
    font-weight: lighter;
    line-height: 50px;
}
.yc_list ul li .yc_b em {
    font-style: normal;
    color: #f08300;
    font-size: 20px;
    margin-left: 5px;
}
.yc_list ul li .yc_b span {
    display: block;
    color: #878787;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
}

.man_bottom{ display: inline-block; width: 100%;}
.man_bottom ul li{ margin-bottom: 40px;}
.man_bottom .lb_a{ display: inline-block; width: 100%; text-align: center;}
.man_bottom .lb_a span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    font-weight: lighter;
    color: #fff;
}
.man_bottom .lb_a p {
    font-size: 18px;
    display: block;
    line-height: 30px;
    font-weight: lighter;
    color: #B9C0D3;
}
.man_bottom ul li .lb_a img{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.man_bottom ul li:hover .lb_a img{
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
@media(max-width:1024px){
    .sy_bt{width: 95%;margin: 0 auto;}
}

/*首页联系*/
.contact{ padding-top: 130px; padding-bottom: 130px; background:url(../images/ditu.jpg) top center no-repeat; background-size: cover !important;}
.contact .container{ overflow: hidden;}
.contact_div{ display: inline-block; width: 100%; overflow: hidden;}
.con_img{ float: left; display: inline-block;}
.con_img img{ display: block;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.con_img:hover img{
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}


.con_info{ display: inline-block; float: left; margin-left: 20px;}
.con_info span{ display: block; font-size: 38px; color: #555555; font-weight: 300; text-transform: uppercase; line-height: 40px; margin-top: 20px;}
.con_info i{ display: block; font-size: 18px; line-height: 22px; color: #888;  font-weight: 300; padding: 8px 0;}
.con_info p{ display: block; font-size: 26px; line-height: 28px; color: #00336b;}
.con_info a{ width: 98px; height: 35px; line-height: 35px; display: inline-block; background:#00346E; border-radius: 25px; text-transform: uppercase; color: #fff; text-align: center; font-size: 16px;}
.con_info a:hover{ opacity: 0.9;}


/*手机底部浮动*/
.wap_flex{
   display: none;
}

/*二维码弹出层*/
.WeChat_butt{  cursor: pointer;}
.WeChat{
    width: 100%; height: 100%; top: -100%; opacity: 0; left: 0; background: rgba(0,0,0,0.7); position: fixed; z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.WeChat_active{ top: 0; opacity: 1;}
.WeChat_ewm{ display: inline-block;}
.WeChat_ewm img{ width: 150px;}

.WeChat_tar{ position: absolute; right: 20px; top: 20px;  width: 30px; height: 30px; z-index: 99999; cursor: pointer; }
.WeChat_tar .bari{ width: 30px; height: 2px; display: block; background: #fff; margin: 6px 0;
    border-radius: 25px;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.WeChat_tar .bari:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(8px) rotate(-40.5deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.WeChat_tar .bari:nth-of-type(2) {
    opacity: 0;
}
.WeChat_tar .bari:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/*招商加盟*/


.swiper_zs {
    float: left;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.swiper_zs .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover !important;
}
.swiper_zs .swiper-pagination{ bottom: 10px !important;}
.swiper_zs .swiper-pagination span{ width: 10px; height:10px; background: #fff !important; opacity:1; margin: 0 10px !important; box-shadow: 0 0 10px #fff; }
.swiper_zs .swiper-pagination .swiper-pagination-bullet-active{  background: #f08300 !important;}


/*招商版块一*/
.zs{ padding-top: 100px; padding-bottom: 100px; background: #fff; overflow: hidden;}

.zs_div{ width: 100%; display: inline-block; position: relative;}
.zs_div .zs_title{ font-size: 30px; color: #002360; line-height: 30px; font-weight: 300; display: block; margin-top: 68px;}
.zs_div .zs_tit{ font-size: 22px; color: #333333; line-height: 24px; font-weight: 300; display: block; margin-top: 10px;}
.zs_div .zs_hx{ width: 33px; height: 4px; background: #00346E; display: block; margin: 25px 0;}
.zs_div p{ font-size: 16px; color: #888; line-height: 24px;}
.zs_div .zs_a{ display: block; width: 126px; height: 40px; background: #fff; border-radius: 25px; box-shadow: 0 0 10px #ccc; text-align: center; line-height: 40px; text-transform: uppercase; font-size: 16px; margin-top: 40px;}
.zs_div_pic{ float: right; overflow: hidden;}
.zs_div_img{ float: left; position: absolute; top:25px; overflow: hidden;}
.zs_div_img img{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs_div_img:hover img{
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}


/*招商版块二*/
.zs_WeChat{ background: #F3F3F3;}
.zs_WeChat .container{ overflow: hidden;}
.zs_WeChat_pic{ float: left; width: 235px; overflow: hidden;}
.zs_WeChat_pic img{ width: 100%;}
.zs_WeChat_right{ float: left; width: 77%; margin-left: 40px;}
.zs_WeChat_span{ display: block; float: left; margin-top: 48px; font-size: 34px; line-height: 34px; font-weight: 300; color: #002360;}

.zs_wc_div{ width: 100%; float: left; margin-top: 30px;}
.zs_WeChat_div{ width: 100%; display: inline-block; text-align: center;}
.zs_WeChat_ico{ display: inline-block; width: 100%;}
.zs_wc_div ul li .zs_WeChat_ico img{ display: inline-block;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs_wc_div ul li:hover .zs_WeChat_ico img{
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}



.zs_WeChat_title{ display: inline-block; width: 100%; margin-top: 14px;}
.zs_WeChat_title span{ font-size: 20px; color: #666; line-height: 22px;}

/*加盟优势*/
.zs_jmys{ padding-top: 70px; padding-bottom: 70px; background:url(../images/zs_bj1.jpg) top center no-repeat; background-size: cover !important;}
.zs_title{ display: inline-block; width: 100%;}
.zs_title span{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fefefe;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 15px;
}
.zs_title i{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
    line-height: 35px;
}
.zs_title .prodpic {
    display: inline-block;
    width: 100%;
    height: 22px;
    background: url(../images/d_x2.png) center center no-repeat;
    margin-top: 10px;
}
.zs_jmys_ms{ display: inline-block; width: 100%; margin-top: 30px; text-align: center;}
.zs_jmys_ms p{ font-size: 18px; color: #fff; line-height: 24px;}

.zs_jmys_tb{ width: 100%; display: inline-block; margin: 50px 0;}
.zs_jmys_tb ul li{ border-right: solid 1px #334C75; border-bottom:solid 1px #334C75;  }
.zs_jmys_tb ul li:nth-child(3n){ border-right: none;}
.zs_jmys_tb ul li:nth-child(4){ border-bottom: none;}
.zs_jmys_tb ul li:nth-child(5){ border-bottom: none;}
.zs_jmys_tb ul li:nth-child(6){ border-bottom: none;}

.zs_jmys_mss{ display: inline-block; width: 100%; margin-top: 30px; text-align: center;}
.zs_jmys_mss p{ font-size: 15px; color: #fff; line-height: 22px;}

.zs_row_div{ display: inline-block; width: 100%; text-align: center; padding: 30px 0;}
.zs_row_pic{ display: inline-block; width: 100%;}
.zs_jmys_tb ul li .zs_row_pic img{ display: inline-block;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs_jmys_tb ul li:hover .zs_row_pic img{
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}



.zs_row_title{ display: inline-block; width: 100%; margin-top: 20px;}
.zs_row_title span{ font-size:20px; color: #fff; line-height: 22px; font-weight: 300; }
.zs_row_title p{ font-size: 15px; color: #fff; text-transform: uppercase; font-weight: 300;}


/*价格版块*/
.zs_price{ padding-top: 70px; padding-bottom: 70px; background: #fff;}
.zs_price_tit{ display: inline-block; width: 100%; text-align: left; margin-bottom: 15px;}
.zs_price_tit img{ display: inline-block;}
.zs_price_p{ display: inline-block; width: 100%;}
.zs_price_p p{ font-size: 16px; color: #666; line-height: 24px;}

/*扶持计划*/
.zs_support{ padding-top: 85px; padding-bottom: 85px; background: url(../images/zs_bj3.jpg) top center no-repeat; background-size: cover !important; overflow: hidden;}
.zs_support_ms{ display: inline-block; width: 100%; text-align: center;}
.zs_support_ms p{ font-size: 18px; color: #666666; line-height: 22px;}
.zs_fcqh{ display: inline-block; width: 100%; margin-top: 30px; position: relative;}

.swiper_fcqh {
    margin: auto;
    width: 1014px;
    height: 354px;
    position: relative;
    overflow: hidden;
}

.swiper_fcqh .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover !important;
}
.fcqh_pic{ float: left; width: 50%; height: 100%; overflow: hidden;}
.fcqh_pic img{ width: 100%;}
.fcqh_right{ width:50%; float: right; background: #F1F1F1; height: 100%; padding: 50px 30px; display: inline-block; text-align: center; }
.fcqh_right .fcqh_jb{ display: block; font-size: 22px; color: #003570; line-height: 24px; font-weight: 300; margin-bottom: 8px;}
.fcqh_right .fcqh_cs{ display: block; font-size: 20px; color: #003570; line-height: 22px; font-weight: 300;}
.fcqh_right .fcqh_hx{ display: inline-block; width: 34px; height: 3px; background: #01356F;}
.fcqh_right p{ font-size: 16px; color: #666666; line-height: 26px; font-weight: 400;}
.fcqh_right .fcqh_link{ display: inline-block; text-align: center; font-size: 16px; color: #fff; height: 43px; line-height: 43px; background: #BC0001; padding: 0 20px; border-radius: 28px; margin-top: 25px;}
.fcqh_right .fcqh_link:hover{ opacity: 0.9; box-shadow: 0 0 20px #ccc;}

.zs_fcqh .swiper-button-next{  width: 22px; height: 35px; right: auto; left: 0; outline: 0; margin-top: auto; background: url(../images/jt_l2.png) center center no-repeat;}
.zs_fcqh .swiper-button-prev{  width: 22px; height: 35px; left: auto; right: 0; outline: 0; margin-top: auto; background: url(../images/jt_r2.png) center center no-repeat;}

.zs_fcqh_jmf{ display: inline-block; width: 100%; text-align: center; margin-top: 42px; position: relative;}
.zs_fcqh_jmf:before{ content: ""; display: block; width: 100%; height: 1px; background: #EBEBEB; position: absolute; left: 0; top: 50%;}
.zs_fcqh_jmf a{ display: inline-block; height: 52px; line-height: 52px; padding: 0 30px; background: #f08300; border-radius: 25px; color: #fff; font-size: 20px; font-weight: 300; position: relative;}
.zs_fcqh_jmf:hover a{ box-shadow: 0 0 20px #ccc; opacity: 0.9;}

/*模式*/
.zs_model{ padding-top: 55px; padding-bottom: 80px; background: url(../images/zs_bj2.jpg) top center no-repeat; background-size: cover !important; overflow: hidden;}
.zs_jmys .container{ overflow: hidden; padding: 5px 0;}
.zs_jmys_bz{ display: inline-block; width: 100%; margin-top: 20px;}
.zs_jmys_bz ul li{ width: 20%; float: left; text-align: center;}
.zs_jmys_div{ width: 94%; display: inline-block;}

.zs_jmys_ico{ width: 100%; display: inline-block; }
.zs_jmys_bz ul li .zs_jmys_ico img{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs_jmys_bz ul li:hover .zs_jmys_ico img{
    -o-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}


.zs_jmys_title{ display: inline-block; width: 100%;  padding: 12px 0;}
.zs_jmys_title span{ font-size: 20px; line-height: 22px; color: #fff; }
.zs_jmys_p{ display: inline-block; width: 100%; background: rgba(27,74,128,0.5); padding: 20px 10px;}
.zs_jmys_p p{ font-size: 14px; line-height: 22px; font-weight: 300; color: #fff;}


/*合作扶持*/
.zs_coop{ padding-top: 90px; padding-bottom: 90px; background: #F5F5F5; overflow: hidden ;}
.zs_coop_list{ display: inline-block; width: 100%; margin-top: 95px;}
.zs_coop_list ul li{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.zs_coop_list ul li:nth-child(1) .zs_coop_div{ background: #66CFA4;}
.zs_coop_list ul li:nth-child(2) .zs_coop_div{ background: #0186CB;}
.zs_coop_list ul li:nth-child(3) .zs_coop_div{ background: #EC7B13;}
.zs_coop_list ul li:nth-child(4) .zs_coop_div{ background: #75A3D4;}

.zs_coop_div{ width: 100%; height: 155px; display: inline-block; border-radius: 8px; position: relative; padding: 15px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs_coop_nr{ width: 60%; float: left;}
.zs_coop_nr span{ font-size: 16px; color: #fff; line-height: 22px; display: block; font-weight: 200;}
.zs_coop_nr i{ font-size: 20px; color: #fff; line-height: 22px; display: block; font-weight: 200; padding: 5px 0;}
.zs_coop_nr p{ font-size: 14px; color: #fff; line-height: 22px; display: block; font-weight: 200;}

.zs_coop_figure{ position: absolute; right: 5px; bottom: 0;}

.zs_coop_list ul li:hover{ margin-top: -5px;}
.zs_coop_list ul li:hover .zs_coop_div{ box-shadow: 0 0 10px #666;}

/*项目*/
.zs_project{ padding-top: 70px; padding-bottom: 45px; background: #fff; overflow: hidden;}

.zs_project_list{ width: 100%; display: inline-block; margin-top: 40px;}
.zs_project_list ul{ margin-left: 0; margin-right: 0;}
.zs_project_list ul li{ width: 19.8%; background: #F4F4F4; margin: 1px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs_project_list ul li:hover{ box-shadow: 0 0 10px #ccc; z-index: 99;}
.zs_project_div{ width: 100%; display: inline-block; text-align: center; padding: 35px 0;}
.zs_project_ico{ display: inline-block; width: 100%; text-align: center;}
.zs_project_list ul li .zs_project_ico img{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zs_project_list ul li:hover .zs_project_ico img{
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.zs_project_tit{ display: inline-block; width: 100%; text-align: center; margin-top: 6px;}
.zs_project_tit span{ display: block; font-size: 16px; color: #666; line-height: 22px;}
.zs_project_tit i{ display: block; font-size: 12px; color: #888; line-height: 22px; text-transform: uppercase;}

.zs_project_img{ width: 100%; display: inline-block; margin-top: 55px;}
.zs_project_img img{ width: 100%; display: block;}


/*企业文化*/
.zs_culture{ padding-top: 58px; padding-bottom: 270px; overflow: hidden;}
.zs_culture_div{ display: inline-block; width: 100%; margin-top: 54px;}

.zs_culture_left{ float: left; width: 33.34%; height: 520px; overflow: hidden; position: relative; }
.zs_cul_div{ display: inline-block; width: 100%; height: 100%; background-size: cover !important; padding: 128px 30px 30px 30px;}
.zs_cul_hx{ width: 30px; height: 3px; background: #003571; display: block;}
.zs_cul_title{ display: block; font-size: 22px; color: #333; line-height: 24px; font-weight: 300; margin-top: 24px;}
.zs_cul_en{ display: block; font-size: 18px; color: #333; line-height: 22px; text-transform: uppercase; margin-top: 10px; margin-bottom: 30px;}
.zs_cul_div p{ font-size: 15px; color: #666; line-height: 24px;}


.zs_culture_right{ width:66.66%; float: right; overflow: hidden;}
.zs_culture_right ul{ margin-left: 0; margin-right: 0;}
.zs_culture_right ul li{ height: 260px; padding-left: 0; padding-right: 0; overflow: hidden;  background: #F7F7F7;}

.zs_r_div{ width: 100%; height: 100%; float:left; overflow: hidden; background-size: cover !important; padding: 78px 40px 40px 40px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zs_culture_right ul li:hover .zs_r_tp{
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}


.zs_r_hx{ width: 30px; height: 3px; background: #003571; display: block;}
.zs_r_title{ display: block; font-size: 22px; color: #333; line-height: 24px; font-weight: 300; margin-top: 15px;}
.zs_r_en{ display: block; font-size: 18px; color: #333; line-height: 22px; text-transform: uppercase; margin-top: 10px; margin-bottom: 28px;}
.zs_r_div p{ font-size: 15px; color: #666; line-height: 24px;}


/**/
.zs_stores{ padding-bottom: 124px; background: #F2F7FD; position: relative; }
.zs_stores .container{ overflow: hidden;}
.zs_md_div{ width: 100%; display: inline-block;}

.zs_md_butt{ width: 100%; text-align: center; display: inline-block;}
.zs_md_butt dd{ display: inline-block; margin: 0 5px; width: 140px; height: 46px; background: #AFAFAF; line-height: 46px; color: #fff; font-size: 20px; font-weight: 300; cursor: pointer;}
.zs_md_butt dd.on{ background: #0D3568;}

.zs_md_show{ display: inline-block; width: 100%; margin-top: 40px; position: relative;}
.zs_md_card{ position: absolute; opacity: 0; z-index: -1; width: 100%;  float: left; padding: 0 2px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zs_md_card.on{ opacity: 1; z-index: 1; position: relative;}
.zs_md_card ul li{ float: left; width: 132px;background: #fff; padding: 3px; box-shadow: 0 0 3px #ccc; margin-bottom: -3px;}
.zs_md_card ul li:last-child{ margin-right: 0;}
.zs_md_pic{ width: 100%; display: inline-block; overflow: hidden;}
.zs_md_pic img{ display: block; width: 100%;height: 76px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zs_md_pic:hover img{
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.zs_md_nr{ display: inline-block; width: 100%; padding: 5px 0;}
.zs_md_nr a{ display: block; font-size: 18px; color: #444; line-height: 22px; font-weight: 300;}
.zs_md_nr span{ display: block; font-size: 16px; color: #777; line-height: 22px; font-weight: 300; margin-top: 5px;}
.zs_md_nr i{ display: block; font-size: 16px; color: #777; line-height: 22px; font-weight: 300;}


/*内页通用*/
.ny_banner{  height: 600px; overflow: hidden; background-size: cover !important;}

/*面包屑导航*/
/*面包屑导航*/
.crumbs_nav{  background: #fff; height: 63px;}
.crumbs_on{ position: fixed; top: 70px; left: 0; background: #fff; z-index: 9;}
.crumbs_floating{ border-bottom: solid 1px #E0E0E0;}

.crumbs_nav .break_body{ padding: 20px 0 20px 20px; background: url(../images/fw_ico.png) left center no-repeat; font-size: 15px; color: #888; line-height: 22px; }
.crumbs_nav .break_body a{ font-size: 15px; color: #888;}
.crumbs_nav .break_body a:hover{ color: #123668;}


.break_body em {
    font-style:normal;
    padding: 0 10px;
}
.break_body .iTem {
    display: inline-block;
    position: relative;
}
.break_body .iTem a.crubmHead {
    padding: 10px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #666;
    background: #fff;
    position: relative;
    z-index: 25;
}
.break_body .iTem a.crubmHead span {
    padding-right: 15px;
    background: url(../images/crubm_bg1.png) no-repeat right center;
    color: #666;
}
.break_body .iTem .crubmHead:hover .subDrop{ display: block !important;}
.break_body .iTem .subDrop {
    width: 220px;
    position: absolute;
    left: 0;
    top: 28px;
    border: 1px solid #e2dcdb;
    padding: 10px 20px;
    z-index: 26;
    background: #fff;
    display: none;
}
.break_body .iTem .subDrop .dp5 {
    width: 220px;
}
.break_body .iTem .subDrop .dp5 ul li {
    width: 50%;
    float: left;
}
.break_body .iTem .subDrop ul li {
    line-height: 28px;
}
.break_body a {
    color: #666;
    font-size: 15px;
}
.break_body a:hover {
    text-deocation: none;
    color: #fea3bb;
}


.ny_section{ padding-top: 35px; padding-bottom: 10px; background: #fff;}
.ny_section .container{ overflow: hidden;}


.ny_section_top{ display: inline-block; width: 100%;}
.ny_section_name{ float: left; height: 69px; background: url(../images/logo3.png) left center no-repeat; padding-left: 80px;}
.ny_section_name1{ float: left; height: 69px; background:padding-left: 80px;}
.ny_section_name span{ display: block; font-family: "FuturaLT-ExtraBold"; font-size: 35px; color: #113667; line-height: 36px; text-transform: uppercase; margin-top: 6px;}
.ny_section_name1 span{ display: block; font-family: "FuturaLT-ExtraBold"; font-size: 35px; color: #D9D9D9; line-height: 36px; text-transform: uppercase; margin-top: 6px;}
.ny_section_name i{ display: block; font-family: "FuturaLT-ExtraBold"; font-size: 24px; color: #666; line-height: 26px; font-weight: 300;}
.ny_section_name1 i{ display: block; font-family: "FuturaLT-ExtraBold"; font-size: 24px; color: #666; line-height: 26px; font-weight: 300;}

.ny_section_byimg{ float: right; margin-top: 30px;}

/*服务页面*/


.service_imglist{ width: 100%; display: inline-block; margin-top: 40px;}
.service_imglist ul li{ width: 100%; height: 408px; float: left; overflow: hidden; background-size: cover !important;}
.service_imglist ul li .service_div{ width: 45%; margin-top: 90px;}
.service_imglist ul li .service_div span{ display: block; font-weight: 300; font-size: 40px; text-transform: uppercase; line-height: 50px;}
.service_imglist ul li .service_div i{ display: block; font-size: 30px; line-height: 49px; font-weight: 300; padding-left: 62px; margin: 15px 0;}
.service_imglist ul li .service_div p{ display: block; color: #666; font-weight: 300; font-size: 18px; line-height: 24px;}

.service_imglist ul li:nth-child(1) .service_div span{ color: #008dcd; font-weight: 300; font-size: 40px; text-transform: uppercase; line-height: 50px;}
.service_imglist ul li:nth-child(1) .service_div i{ color:#008dcd; background: url(../images/ico_fw_1.png) left center no-repeat; }


.service_imglist ul li:nth-child(2) .service_div span{ color: #00ac84; font-weight: 300; font-size: 40px; text-transform: uppercase; line-height: 50px;}
.service_imglist ul li:nth-child(2) .service_div i{ color:#00ac84; background: url(../images/ico_fw_2.png) left center no-repeat; }


.service_imglist ul li:nth-child(3) .service_div span{ color: #b7912b; font-weight: 300; font-size: 40px; text-transform: uppercase; line-height: 50px;}
.service_imglist ul li:nth-child(3) .service_div i{ color:#b7912b; background: url(../images/ico_fw_3.png) left center no-repeat;}


.service_imglist ul li:nth-child(4) .service_div span{ color: #e05800; font-weight: 300; font-size: 40px; text-transform: uppercase; line-height: 50px;}
.service_imglist ul li:nth-child(4) .service_div i{ color:#e05800; background: url(../images/ico_fw_4.png) left center no-repeat; }


.service_imglist ul li:nth-child(5) .service_div span{ color: #113667; font-weight: 300; font-size: 40px; text-transform: uppercase; line-height: 50px;}
.service_imglist ul li:nth-child(5) .service_div i{ color:#113667;  background: url(../images/ico_fw_5.png) left center no-repeat;}


.service_imglist ul li:nth-child(1n) .service_div{ float: right; margin-right:90px;}
.service_imglist ul li:nth-child(2n) .service_div{ float: left; margin-left:90px;}



/*防伪查询*/

.ny_query_img{ width: 100%; display: inline-block; margin-top: 40px;}
.ny_query_img img{ display: block; width: 100%;}

.ny_query_div{ width: 100%; display: inline-block; margin-top: 35px; position: relative;}
.ny_query_left{ width: 935px; float: left;}
.ny_query_cx{ width: 90%; margin: auto; background: url(../images/cx_1.png) left 58px no-repeat; padding-top: 58px; padding-left: 180px;}
.ny_query_b{ display: block; font-size: 20px; font-weight: 300; color: #666666; line-height: 22px; margin-top: 15px;}
.ny_query_span1{ display: block; margin-top: 20px;}
.txt_fwm{
    border: solid 1px #E3E3E3;
    border-radius: 5px;
    line-height: 32px;
    display: inline-block;
    width: 104px;
    height: 32px;
    text-align: center;
    vertical-align: top;
    color: #898989;
}
.ny_query_span2{ display: block; margin-top: 20px;}
.txt_yzm {
    border: solid 1px #E3E3E3;
    display: inline-block;
    width: 150px;
    height: 40px;
    padding: 0 5px;
    vertical-align: top;
    margin-right: 15px;
    color: #898989;
}
.txt_yzm::placeholder{ font-size: 14px;}
.img_yzm{ display: inline-block; vertical-align: middle; height: 40px; }
.fangwei_btn1{ width: 128px; height: 48px; line-height: 48px; font-size: 16px; color: #fff; background: #123668; border: none; margin-top: 15px; border-radius: 3px; cursor: pointer;}


.ny_query_right{ width: 264px; float: right;}
.ny_query_top{ width: 100%; padding: 35px 5px; background: #123668; text-align: center; float: left;}
.ny_query_top span{ font-size: 18px; color: #fff; line-height: 26px;}
.ny_query_ewm{ width: 100%; float: left; background: #F6F6F6; padding: 25px 0; text-align: center;}

/*证书查询*/
.ny_zscx_div{ width: 100%; display: inline-block; padding: 78px 0; text-align: center;}
.ny_zscx_m{ width: 950px; display: inline-block; position: relative;}
.ny_zscx_cx{ width: 688px; height: 100%; float: left; background: #F6F6F6; position: relative; height: 311px; padding: 40px; text-align: left;}
.ny_zscx_1{ display: block; font-size: 24px; color: #666; line-height: 26px; font-weight: 300;}
.ny_zscx_2{ display: inline-block; width: 100%;}
.ny_zscx_3{ display: inline-block; width: 100%; margin-top: 12px;}

.zscx_yzm {
    border: solid 1px #E3E3E3;
    display: inline-block;
    background: none;
    width: 150px;
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: top;
    margin-right: 15px;
    color: #898989;
}
.zscx_yzm::placeholder{ font-size: 16px;}

.cont-top-2{ width: 478px; height: 46px; float: left; border: solid 1px #D4D4D4; padding: 0 10px; background: none; margin-top: 20px; font-size: 14px;}
.cont-top-2::placeholder{ font-size: 16px;}
.img_yzm2{ display: inline-block; vertical-align: middle; height: 46px; }
.ny_zscx_img{ width: 261px; float: right;}


/*新闻列表*/

.news_column{ display: inline-block; width: 100%; margin-top: 22px;}
.news_column ul li{ float: left; width: 19.5%; margin-right: 0.6%; text-align: center; line-height: 46px; background: #BABABA; border-radius: 5px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_column ul li:nth-child(5n){ margin-right: 0;}
.news_column ul li.on{ background: #123668;}
.news_column ul li a{ font-size: 16px; color: #fff; line-height: 46px; display: block;}
.news_column ul li:hover{ background: #123668;}

.news_search{ width: 100%; display: inline-block; margin-top: 25px; overflow: hidden;}
.news_search_div{ width: 285px; height: 46px; float: right; background:#E9E9E9; border-radius: 25px; overflow: hidden;}
.news_search_text{ width: 80%; height: 46px; float: left; padding: 0 25px; border: none; background: none; font-size: 14px;}
.news_search_submit{ width: 20%; float: right; height: 46px; background: none; border: none; cursor: pointer;}
.news_search_submit i{ font-size: 24px; line-height: 46px; color: #bababa;}

.news_list{ display: inline-block; width: 100%; margin-top: 35px;}
.news_list ul li{ width: 100%; display: inline-block; margin-bottom: 22px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list_pic{ float: left; overflow: hidden;}
.news_list_pic img{ max-width: 100%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list ul li:hover  .news_list_pic img{
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.news_list_right{ width: 897px; float: right; padding: 30px 38px; overflow: hidden;}
.news_list_right a{ display: block; font-size: 18px; color: #444; line-height: 22px; margin-bottom: 10px; font-weight: 300;}
.news_list_right a:hover{ color: #123668;}
.news_list_right p{ display: block; font-size: 15px; color: #666; font-weight: 300;}
.news_list_right span{ display: block;  margin-top: 30px;}
.news_list_right span i{ display: inline-block; font-size: 16px; color: #888; font-weight: 300; margin-right: 15px; padding-left: 25px; line-height: 22px;}

.news_time{ background: url(../images/ico_time.png) left center no-repeat;}
.news_browse{ background: url(../images/ico_browse.png) left center no-repeat;}

.news_list ul li:hover{ background: #F8F8F8;}


/*列表分页*/
.page{width:100%; height:30px; float:left; line-height:30px; text-align:center; margin-top: 30px;}
.page a{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#fff; font-size:14px; border:solid 1px #C2C2C2 ; padding:8px 12px; background:#C2C2C2;}
.page span{ color:#fff; margin-left:5px; font-size:14px; border:solid 1px #113768; background:#113768; padding:8px 12px; }


/*新闻详情*/
.news_banner{ height: 280px; background-size: cover !important;}
.news_section{ padding-top: 50px; padding-bottom: 80px; background: #fff;}
.news_section .container{ overflow: hidden;}
.news_xq_left{ width: 868px; float: left;}
.news_title{ width: 100%; text-align: center; font-size: 30px; color: #333333; font-weight: bold; line-height: 40px;}
.news_ico{ display: inline-block; text-align: center; width: 100%; margin-top: 20px;}
.news_ico i{ display: inline-block; font-size: 16px; color: #888; font-weight: 300; margin-right: 15px; padding-left: 25px; line-height: 22px;}

.news_Abstract{ width: 100%; display: inline-block; background: #F6F6F6; padding: 20px 26px; margin-top: 25px; position: relative;}
.news_Abstract span{ width: 50px; display: inline-block; font-size: 18px; color: #666; position: absolute; left: 20px; top: 20px;}
.news_Abstract p{ padding-left: 40px; width: 100%; display: inline-block; font-size: 16px; color: #888; line-height: 22px;}

.news_content{ display: inline-block; width: 100%; margin-top: 30px; font-size: 16px; color:#666; line-height: 24px;}

.newsimg{ display: inline-block; text-align: center; width: 100%;}

.details_page{ display: inline-block; width: 100%; margin-top: 45px;}
.page_fy{ width: 100%; float: left; padding: 15px 16px; font-size: 16px; color: #666; font-weight: 300;}
.page_Last{ background: #E8E8E8;}
.page_Next{ background: #F2F2F2;}

.news_xq_right{ width: 298px; float: right;}
.news_lmName{ width: 100%; float: left; height: 74px; background: #123668; padding: 16px 25px;}
.news_lmName span{ font-size: 20px; color: #fff; line-height: 22px; display: block;}
.news_lmName i{ font-size: 12px; color: #fff; line-height: 22px; text-transform: uppercase; display: block;}

.news_tjlist{ display: inline-block; width: 100%; background: #F4F4F4; padding: 0 12px; padding-bottom: 15px; margin-bottom: 12px;}
.news_tjlist ul li{ width: 100%; display: inline-block; border-bottom:dotted 1px #D9D9D9; padding: 15px 0;}
.news_tjlist ul li span{ display: inline-block; float: left; margin-right: 1%; color: #D9D9D9;}
.news_tjlist ul li a{ display: inline-block; float: left; width: 95%; font-size: 16px; color: #666; line-height: 22px;}
.news_tjlist ul li:hover span{ color: #123668;}
.news_tjlist ul li:hover a{ color: #123668;}

.news_video{ width: 100%; display: inline-block; background: #F4F4F4; padding: 18px;}
.news_video_m{ display: inline-block; width: 100%; position: relative;}

.news_video_layer{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover !important; z-index: 1;}
.news_video_layer i{ width: 100%; height: 100%; display: inline-block; background: url(../images/ico_sp_butt.png) center center no-repeat; background-size: 50px;}


/*内页浮动导航*/

.ny_section .container{ position: relative;}


.fixed_column{ position: absolute; width: 144px; top: 120px; left: -175px;  z-index: 9; }
.fixed_column_m{  background: #f00; width: 144px; top: 0; float: left; padding-bottom: 70px; border-radius: 10px;
    background: url(../images/nylm_bj.png) bottom left no-repeat, #123668;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.fixed_column_m.on{ position: fixed; top: 114px;}

.fixed_column_m ul{ width: 100%; display: inline-block; padding: 20px 12px;}
.fixed_column_m ul li{ float: left; width: 100%; display: inline-block; height: 40px; text-align: center;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.fixed_column_m ul li a{ display: block; color: #fff; font-size: 16px; font-weight: 300; line-height: 40px;}
.fixed_column_m ul li.on{ background: #002657;}
.fixed_column_m ul li:hover{ background: #002657;}


/*团队页面*/

.team_list{ display: inline-block; width: 100%; margin-top: 40px;}
.team_list ul li{ margin-bottom: 35px;}
.team_div{ width: 100%; display: inline-block; background: #fafafa; overflow: hidden; position: relative;}
.team_pic{width: 38.5%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
.team_pic_layer{ width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team_right{ width: 61.5%; float: right; padding: 28px 40px;}
.team_right a{ display: block; font-size: 22px; color: #333; line-height: 24px; font-weight: 300;}
.team_right a i{ font-size: 18px;}
.team_right span{ display: block; font-size: 15px; color: #666; line-height: 24px; font-weight: 300; text-transform: uppercase; margin-bottom: 14px;}
.team_right p{ display: block; font-size: 15px; color: #666; line-height: 24px; font-weight: 300;}

.team_list ul li:hover .team_pic .team_pic_layer{
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}


/*品牌页面*/
.brand_list{ display: inline-block; width: 100%; margin-top: 42px; overflow: hidden;}

.brand_list ul li{ width: 100%; float: left; height: 374px; overflow: hidden; background-size: cover !important;}
.brand_list ul li .brand_title{ width: 274px; height: 62px; padding: 10px 0; text-align: center; margin-top: 38px; margin-bottom: 30px;}
.brand_list ul li:nth-child(1) .brand_title{ background: #447603; float: left; border-bottom-right-radius: 35px; border-top-right-radius: 35px;}
.brand_list ul li:nth-child(1) .brand_div_content span{ color: #346805;}
.brand_list ul li:nth-child(1) .brand_div_content p{ color: #346805;}

.brand_list ul li:nth-child(2) .brand_title{ background: #143D75; float: right; border-bottom-left-radius: 35px; border-top-left-radius: 35px;}
.brand_list ul li:nth-child(2) .brand_div_content span{ color: #133d75;}
.brand_list ul li:nth-child(2) .brand_div_content p{ color: #133d75;}

.brand_list ul li:nth-child(3) .brand_title{ background: #B2B2B2; float: left; border-bottom-right-radius: 35px; border-top-right-radius: 35px;}
.brand_list ul li:nth-child(3) .brand_div_content span{ color: #666666;}
.brand_list ul li:nth-child(3) .brand_div_content p{ color: #666666;}

.brand_list ul li:nth-child(4) .brand_title{ background: #8E5E38; float: right; border-bottom-left-radius: 35px; border-top-left-radius: 35px;}
.brand_list ul li:nth-child(4) .brand_div_content span{ color: #8d5e38;}
.brand_list ul li:nth-child(4) .brand_div_content p{ color: #8d5e38;}

.brand_list ul li:nth-child(1n) .brand_div_content{ float: left; padding-left: 90px;}
.brand_list ul li:nth-child(2n) .brand_div_content{ float: right; padding-right: 90px;}

.brand_div{ display: inline-block; width: 100%;}
.brand_div_content{ width: 52%;}
.brand_div_content span{ display: block; font-size: 22px; line-height: 24px; font-weight: 300; margin-bottom: 15px;}
.brand_div_content p{ display: block; font-size: 15px; line-height: 24px; font-weight: 300;}



/*门店页面*/
.storesList{ width: 100%; display: inline-block; margin-top: 35px;}
.storesList ul li{ margin-bottom: 45px;}
.stores_div{ width: 100%; display: inline-block; background: #F8F8F8; padding: 22px;}
.stores_pic{ width: 100%; display: inline-block; overflow: hidden;}
.stores_pic img{ display: block; width: 100%;}

.stores_title{ display: inline-block; width: 100%; margin-top: 25px;}
.stores_title a{ font-size: 18px; color: #333; line-height: 22px; display: block; margin-bottom: 10px; font-weight: 300;}
.stores_title p{ font-size: 16px; color: #888; line-height: 22px; display: block; font-weight: 300;}
.stores_title a:hover{ color: #113667;}

.storesTwo{ padding-top: 45px; padding-bottom: 38px; overflow: hidden; background: url(../images/md_2.jpg) top center no-repeat; background-size:cover !important;}


.storesThree{ display: block;  width: 100%; background: #F8F8F8; padding: 40px 0; overflow: hidden;}
.storesAdd{ display: inline-block; width: 100%;}
.storesAdd ul li{ float: left; margin-left: 15px; margin-right: 15px; padding:5px;}
.storesAdd ul li a{ font-size: 16px; color: #888; font-weight: 300; line-height: 22px;}
.storesAdd ul li:hover a{ color: #133364;}

.storesFour{ width: 100%; display: inline-block; padding-top: 30px; padding-bottom: 100px; background: #fff;}

.stores_block{ width: 100%; display: inline-block;}
.stores_block ul li{ margin-bottom: 30px;}

.storesDiv{ display: inline-block; width: 100%; padding: 12px 15px; border: solid 1px #DCDCDC;}
.storesTop{ width: 100%; display: inline-block; border-bottom: dotted 1px #D0D0D0;}
.storesTop span{ display: block; font-size: 18px; color: #333333; font-weight: 300; border-left: solid 4px #103665; padding-left: 10px; margin: 15px 0;}

.storesBottom{ display: inline-block; width: 100%; margin-top: 15px;}
.storesBottom dd{ display: inline-block; width: 100%;}
.storesBottom dd span{ width: 14%; float: left; display: inline-block; font-size: 15px; color: #666; font-weight: 300; line-height: 24px;}
.storesBottom dd p{ display: inline-block; width: 85%; float: left; font-size: 15px; color: #666; font-weight: 300; line-height: 22px;}

.storesLink{ display: inline-block; width: 100%; margin-bottom: 10px;}
.storesLink a{ display: block; font-size: 15px; color: #113565;}


.contactDiv{ display: inline-block; width: 100%; margin-top: 70px; background: url(../images/dt_bj.jpg) top center no-repeat; background-size: cover !important;}
.contact_m{ float:left; margin-top: 195px; margin-left: 135px; width: 645px; padding: 45px 30px; background: rgba(255,255,255,0.96); box-shadow: 0 0 10px #ccc;}
.contact_tel{ width:100%; display: inline-block; border-bottom: solid 1px #CECECE; padding-bottom: 40px;}
.contact_tel dd{ width: 50%; float: left; background: url(../images/ico_tel.png) left center no-repeat; padding-left: 60px; height: 51px;}
.contact_tel dd span{ display: block; font-size: 18px; color: #333; font-weight: 300;}
.contact_tel dd i{ display: block; font-size: 30px; color: #333; margin-top: 5px;}

.contact_lx{ width: 100%; display: inline-block; margin-top: 30px;}
.contact_lx ul li{ width: 100%; float: left; height: 34px; line-height: 34px; padding-left: 45px; margin: 4px 0;}
.contact_lx ul li span{ display: block; float: left; font-size: 20px; color: #666; line-height: 34px;}
.contact_lx ul li p{ display: block; float: left; font-size: 18px; color: #888; line-height: 34px; font-weight: 300;}
.contact_lx ul li:nth-child(1){ background: url(../images/ico_lx_1.png) left center no-repeat;}
.contact_lx ul li:nth-child(2){ background: url(../images/ico_lx_2.png) left center no-repeat;}
.contact_lx ul li:nth-child(3){ background: url(../images/ico_lx_3.png) left center no-repeat;}
.contact_lx ul li:nth-child(4){ background: url(../images/ico_lx_4.png) left center no-repeat;}

.ny_message{ border-top: solid 1px #DCDCDC; padding-top: 65px; padding-bottom: 100px; background: #fff;}
.ny_message .container{ overflow: hidden;}
.ny_ly_name{ display: inline-block; width: 100%;}
.ny_ly_name span{ display: block; font-size: 30px; color: #9d9d9d; font-weight: 300; text-transform: uppercase;}
.ny_ly_name i{ display: inline-block; float: left; font-size: 28px; color: #666; line-height: 28px; font-weight: 300; margin-top: 10px;}
.ny_ly_name p{ display: inline-block; float: right; font-size: 17px; color: #888; line-height: 28px; font-weight: 300; margin-top: 10px;}

.ny_ly_row{ width: 100%; display: inline-block; margin-top: 30px;}
.ny_ly_row ul li{ margin-bottom: 20px;}

.ly_input{  width: 100%; height: 48px; border: solid 1px #D4D4D4; padding: 0 16px;}
.ly_input::placeholder{ font-size: 16px; color: #888;}

.ly_textarea{  width: 100%; min-height: 200px; border: solid 1px #D4D4D4; padding:16px;}
.ly_textarea::placeholder{ font-size: 16px; color: #888;}

.form_butt{ width: 128px; height: 48px; border-radius: 2px; border: none; color: #fff; font-size: 18px; font-weight: 300; cursor: pointer; margin-right: 20px;}
.form_butt:hover{ opacity: 0.9;}

.butt_ysa{ background: #BE0000;}
.butt_ysb{ background:#123668;}

/*公益页面*/
.ny_gongyi{ background: url(../images/ab_bbj.png) top center no-repeat; background-size: 100%; margin-top: 45px; }

.ny_gongyi_pic{ display: inline-block; width: 100%; text-align: center; margin-top: 100px;}

.ny_info{ width: 100%; display: inline-block; margin-top: 38px; font-size: 16px; color: #666; line-height: 26px; padding: 0 165px; font-weight: 300;}
.ny_info img{ max-width: 100%;}
.ny_img{ display: inline-block; width: 100%; text-align: center;}

.gy_map{ width: 100%; display: inline-block; margin-top: 15px; padding:0 165px;}
.gy_map_m{ width: 100%; min-height: 560px; display: inline-block; background: url(../images/gy_map.png) right top no-repeat; }

.gy_map_title{ width: 100%; display: inline-block; background: url(../images/gy_logo.png) left center no-repeat;}
.gy_map_title span{ display: inline-block; margin-left: 55px; font-size: 40px; color: #0086ca; line-height: 40px; font-weight: 300;}

.gy_addChoose{ width: 100%;  display: block; float: left; margin-top: 65px;}

.gy_select{ width: 96px; height: 32px; border: solid 1px #E2E2E2;  border-radius: 25px; float: left; margin-right: 5px; font-size: 16px; color: #666;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../images/ico_xjt.png) no-repeat scroll 90% , rgba(255,255,255,0.9);
    padding-left:15px;
}

.gy_addResults{ width: 200px; display: block; float: left; margin-top: 20px;}
.gy_addResults ul li{ width: 100%; float: left; margin-bottom: 10px;}
.gy_addResults ul li img{ width: 100%; display: block;}

/*品牌故事页面*/
.ny_story{ border-bottom: 3px solid #EDEDED;}
.ny_story .container{ background: url(../images/gs_2.png) 38% top no-repeat; position: relative; overflow: hidden;}

.ny_story_img{ position: absolute; left: 0; bottom: 0;top:0}
.ny_story_img img{ display: block; max-width: 100%;}



.ny_story_info{ float: right; width: 915px; margin-top: 32px; margin-bottom: 80px;}
.ny_story_info h1{ display: block; margin-bottom: 30px; font-size: 28px; color: #666; line-height: 30px; font-weight: 300;}
.ny_story_info p{ display: block; font-size: 16px; color: #666; line-height: 26px;}


.ny_course{ padding-top: 80px; padding-bottom: 130px; background: #fff;}
.ny_course .container{ background: url(../images/lc_img.jpg) top right no-repeat;}

.ny_course_list{ width: 100%; display: inline-block; margin-top: 10px; position: relative; text-align: center;}
.ny_course_list:before{ content: ""; width: 1px; height: 100%; background: #F1F1F1; position: absolute; top: 0; left: 49.99%;}


.ny_course_after{ display: inline-block; width: 100%; text-align: center;}
.ny_course_after i{ display: inline-block; width: 15px; height: 15px; border: solid 1px #F1F1F1; border-radius: 50%; background: #fff; position: relative;}

.ny_course_list ul{ width: 100%; display: inline-block; margin-top: 40px;}
.ny_course_list ul li{ width: 100%; display: inline-block; position: relative; padding: 7px 0;}

.ny_course_list ul li:nth-child(1n) .ny_course_div{ float: left; margin-left: 3%;}
.ny_course_list ul li:nth-child(1n) .ny_course_div:after{ position: absolute; right: -31px; top: 10px;  content: ""; display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: solid 1px #003570; background: #fff;}
.ny_course_list ul li:nth-child(1n) .ny_course_div:before{ position: absolute; right: -31px; top: 10px;  content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #003570; z-index: 1; margin: 4px;}

.ny_course_list ul li:nth-child(2n) .ny_course_div{ float: right; margin-right: 3.1%;}
.ny_course_list ul li:nth-child(2n) .ny_course_div:after{ position: absolute; left: -31px; top: 10px;  content: ""; display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: solid 1px #003570;}
.ny_course_list ul li:nth-child(2n) .ny_course_div:before{ position: absolute; left: -31px; top: 10px;  content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #003570; z-index: 1; margin: 4px;}

.ny_course_div{ width: 45%; position: relative;}
.ny_course_div span{ display: inline-block; font-size: 30px; color: #555; line-height: 32px; font-family: Impact; background: url(../images/ico_lsd.png) left center no-repeat; padding-left: 30px; margin-bottom: 10px;}
.ny_course_div p{ display: block; font-size: 16px; color: #888; line-height: 26px; font-weight: 300;}

.ny_course_list ul li:nth-child(1n) .ny_course_div{ text-align: right;}
.ny_course_list ul li:nth-child(2n) .ny_course_div{ text-align: left;}

.tip_body{width:100%; height:100%; position:fixed; top:0px; left:0px; background:#000; filter:alpha(opacity=40); opacity:0.4; z-index:15;}
.tip_yuyue{width:898px; position:fixed; top:18%; left:50%; margin-left:-450px; z-index:16; border:1px #8f8f8f solid; padding:1px; background:#fff;}
.tip_yuyue h5{height:53px; line-height:53px; background:#21aee6; color:#fff; text-align:center; font-size:20px; position:relative;}
.tip_yuyue_close{position:absolute; top:0px; right:0px; cursor:pointer;}
.tip_yuyue_ct{padding:10px 0 0 20px; background:#f5f5f5;}
.tip_yuyue_p1{height:26px; line-height:26px; margin-top:23px;}
.tip_yuyue_sp1{display:inline-block; width:414px; padding-left:8px; height:42px; line-height:32px;}
.tip_yuyue_sp1 span{display:inline-block; width:95px;}
.yuyue_txt1{width:259px; height:32px; border:1px #cecece solid; background:#fff; padding-left:5px;}
.tip_yuyue_sp2{display:inline-block; width:840px; height:126px;}
.tip_yuyue_sp2 span{vertical-align:top;}
.tip_yuyue_sp2 textarea{display:inlien-block; width:708px; height:106px; border:1px #cecece solid; background:#fff;}
.yuyue_summit{display:block; width:139px; height:46px; line-height:46px; background:url(../images/btn1.png) no-repeat; text-align:center; color:#28b8ec; font-size:18px; border:0px; margin:22px auto; font-family:"微软雅黑"; cursor:pointer;}


.tip_md{width:774px; position:fixed; top:1%; left:50%; margin-left:-450px; z-index:16; border:1px #8f8f8f solid; padding:1px; background:#fff;}
.tip_md h5{height:46px; line-height:53px; background:#21aee6; color:#fff; text-align:center; font-size:20px; position:relative;}
.tip_md_tj{position:absolute; top:12px; right:26px; cursor:pointer;}
.tip_md_ct{padding:10px 0 0 20px; background:#f5f5f5;}
.tip_md_p1{height:26px; line-height:26px;}
.tip_md_sp1{display:inline-block; width:360px; padding-left:8px; height:37px; line-height:29px;}
.tip_md_sp1 span{display:inline-block; width:95px;}
.md_txt1{width:222px; height:29px; border:1px #cecece solid; background:#fff; padding-left:5px;}
.tip_md_sp2{display:inline-block; width:840px; height:78px;}
.tip_md_sp2 span{vertical-align:top;}
.tip_md_sp2 textarea{display:inlien-block; width:610px; height:58px; border:1px #cecece solid; background:#fff;}
.md_summit{display:block; width:139px; height:46px; line-height:46px; background:url(../images/btn1.png) no-repeat; text-align:center; color:#28b8ec; font-size:18px; border:0px; margin:22px auto; font-family:"微软雅黑"; cursor:pointer;}
.close_md{position:absolute; right:-46px; top:0px; cursor:pointer;}
@media screen and (max-width: 812px) {
    .headMenu{ width: 50%;}
    .Menu_nav ul li{ position: relative;}
    .Menu_nav ul li .Level_one .icon-xiangyoujiantou{ line-height: 44px;}
    .Level_two{ display: none; position: relative; float: left; left: auto; top: auto; padding-top: 0; height: auto; border-bottom: solid 1px #eaecee; opacity: 1; z-index: 0; background: #fff;
        transition:none;
    }

    .Level_two dd{ width: 32%; border: solid 1px #ccc; float: left; padding: 0; margin-left: 1.1%;}
    .Level_two dd a{ color: #333;}
    .Menu_nav ul li:hover .Level_one a{ color: #666;}
}

/*发展历程*/
/*body{margin:5px;}*/
.developbox{margin-bottom:0.7rem;width:100%;margin-top: 36px;}
.developlist{width:100%;display:flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.developRight{display:flex;align-items: center;justify-content: center;}
.developLeft,.developRight{width:5.97rem;height:3.69rem;border-bottom:2px solid #e0e0e0;padding-right:0.03rem;}
.developLeft img{width:5.97rem;height:3.69rem;}
.developRight{text-align:center;}
.yearlistbox{padding:0.7rem 0.2rem 0.4rem;}
.yearbox{color:#003570;font-size:0.45rem;line-height:0.45rem;margin-bottom:0.26rem;}
.yearbox span{color:#003570;font-size:0.11rem;}
.developdetail{font-size:0.17rem;color:#727171;line-height:0.3rem;}
.line1{height:1px;width:0.35rem;background:#003570;}
.yearbox{display:flex;justify-content: center;align-items: center;}
.year{margin:0rem 0.15rem;}
@media (max-width: 1120px) {
    .developlist{display: flex;justify-content: center;align-items: center;}
    .developLeft, .developRight{width:49%!important;height:5.6rem;}
    .developLeft img{width:100%!important;height:5.56rem;vertical-align: middle;}
    .yearlistbox{height:5.6rem;}
    .developdetail{font-size:0.35rem;color:#727171;line-height:0.85rem;}
    .yearlistbox{padding:0;margin-top:1rem;}
}

/*品牌简介*/
.jianjiebox{width:100%;height:auto;margin-bottom:1.4rem;}
.jianjieimg{height:6.13rem;width:13.67rem;margin: auto;margin-top:10px;}
.jianjiebox img{height:6.13rem;width:13.67rem;padding-top: 30px;}
.jianjietxtbox{padding:1.32rem 0rem 1.72rem;background:#edf7fd;width:13.67rem;margin: auto;}
.lsdtxt{font-size:0.38rem;color:#292929;line-height:0.38rem;margin-bottom:0.55rem;text-align:center;}
.lsd{border-left:1px solid #2C2C2C;padding-left:0.11rem;margin-left:0.11rem;}
.lsddetail div{text-align:center;font-size:0.17rem;color:#727171;line-height:0.17rem;margin-bottom:0.15rem;}
.storelistbox{background:#d8e7ff;width:13.67rem;margin: auto;padding:1.24rem 0 1rem;}
.storelist{padding:0rem 0.2rem;display:flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.storeimg{margin:0 0.4rem 0.7rem;}
.storeimg img{width:3.62rem;height:2.32rem;}
.storetxtbox{background:#edf7fd;height:auto;width:3.62rem;margin-top:0.21rem;padding:0.41rem 0rem 0.32rem;text-align:center;font-size:0.17rem;color: #535353;}
.yeartxt{color:#5791E3;font-size:0.55rem;margin-bottom:0.2rem;line-height:0.55rem;}
.yeartxt span{font-size:0.17rem;line-height:0.17rem;}
.storeimg1{margin:auto;}
.storeimg1 img{width:1.1rem;height:0.22rem;}
@media (max-width: 1120px) {
    .jianjieimg,.jianjiebox img{width:100%;height:auto;}
    .jianjietxtbox{width:100%;}
    .lsdtxt{font-size:0.7rem;line-height:0.7rem;}
    .storelistbox{width:100%;}
    .storeimg{width:44%;}
    .lsd{padding-left:0.3rem;margin-left:0.3rem;}
    .yeartxt span{font-size:0.4rem;line-height:0.4rem;}
    .yeartxt{font-size:1rem;line-height:1rem;margin-bottom:0.4rem;}
    .storetxtbox{width:100%;font-size:0.53rem;line-height:0.53rem;padding-bottom:0.5rem;}
    .storeimg1{margin: auto;text-align: center;}
    .storeimg1 img{width:30%;}
    .lsddetail div{font-size: 0.3rem;line-height:0.45rem;margin-bottom:0.7rem;}
}

/*视频欣赏*/
.videobox{padding:0rem 2.6rem 0.85rem /*3.58rem;*/;}
.videoEng{font-family: "FuturaLT-ExtraBold";
    font-size: 35px;
    color: #113667;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 6px;}
.videoChina{color#666;margin:0.1rem 0rem;font-family: "FuturaLT-ExtraBold";
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 6px;}
.videolistbox{display:flex;justify-content: flex-start;align-items: center;flex-wrap:wrap;}
.videolist {margin:0rem 0.58rem 0rem 0rem;}
.videolist img{width:3.63rem;height:2.03rem;}
.videotitle{font-size:0.15rem;color:#666666;line-height:0.22rem;margin-top:0.15rem;width:3.63rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
@media (max-width: 1120px) {
    .videobox{padding: 0.3rem 1.2rem 0.85rem 1.5rem ;}
    .videolist img{width:4.63rem;height:3.03rem;}
    .videotitle{font-size:0.4rem;line-height:0.8rem;width:4.63rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;margin-top:0.2rem;}
    .videoChina{margin:0.5rem 0rem;}
    .videolist{margin-top:1.2rem;}
}
/*科研成果*/
.keyanbox{padding:0.5rem 2.77rem 0.65rem;}
.keyanboxbg{background:#edf7fd;padding:0.86rem 0.68rem 2.07rem;}
.keyantitle{font-size:0.49rem;line-height:0.49rem;color: #5791E3;margin-bottom:0.81rem;text-align:center;}
.shangbiaobox{display:flex;justify-content:center;align-items:center;}
.Lefttext{font-size:0.43rem;color:#6B6B6B;line-height:0.45rem;text-align: center;}
.Lefttext span{color:#767778;font-size:0.74rem;}
.zhuce{margin-top:0.15rem;}
.Lefttext{width:45%;}
.Rightimg{width:45%;}
.Centericon{width:10%;text-align:center;white-space: nowrap;}
.line{height:1.81rem;width:1px; background:#c4c8ca;margin: auto;}
.yuan{width:0.16rem;height:0.16rem;background:#5791E3;border-radius:50%;margin: auto;}
.centertxt{color:#5791E3;font-size:0.34rem;line-height:0.34rem;margin: 0.17rem 0rem;}
.Rightimg{display:flex;justify-content: flex-start;align-items:center;flex-wrap: wrap;}
.Rightimg img{width:1.38rem;height:1.9rem;margin:0rem 0.0rem 0.3rem 0.27rem}
@media (max-width: 1120px) {
    .keyanbox{padding: 0.3rem 0.4rem 0.65rem;}
    .zhuce{margin-top:0.4rem;}
    .Rightimg img{width:1.58rem;height:2.1rem;margin:0rem 0.0rem 0.37rem 0.37rem}
}
/*联系我们*/
.imgbox{margin-top:0.5rem;text-align:center;}
.imgbox img{width:13.64rem;height:2.53rem;}
.companylistbox{padding:0rem 2.67rem 1.17rem;border-bottom:1px solid #e0e0e0;}
.companybox{/*margin-left:0.82rem;*/padding:0rem 10px;}
.companytxt{padding:0.46rem 0rem 0.11rem;border-bottom:1px solid #e0e0e0;font-size:0.23rem;color:#000000;line-height:0.23rem;}
.companytxtbox{font-size:0.15rem;color: #040000;line-height:0.15rem
;}
.companytxtbox div{margin-top:0.15rem;}
.quanguo{font-size:0.17rem;color:#000000;line-height:0.17rem;display:flex;justify-content: flex-start;align-items:center;padding:0.46rem 0rem 0.11rem;border-bottom:1px solid #e0e0e0;}
.quanguo img{margin-right:0.05rem;}
.shenglistbox{display:flex;justify-content: space-between;align-items: flex-start;}
.guangdong{width:29%;}
.guangdong div:first-child{padding:0.46rem 0rem 0.11rem;border-bottom:1px solid #e0e0e0;font-size:0.23rem;color: #000000;line-height:0.23rem;margin-bottom:0.12rem;}
.guangdong div:nth-child(2){line-height:0.25rem;font-size:0.15rem;color:#040000;height: 0.8rem;}
.guangdong .quanguo{justify-content:flex-end;padding:0.82rem 0rem 0.05rem;}
@media (max-width: 1120px) {
    .imgbox img{width:100%;height:auto;}
    .companylistbox{padding:0rem 0.5rem 2.2rem 0rem;}
    .companytxt{font-size:0.8rem;line-height:0.8rem;padding:1.2rem 0rem 0.35rem;}
    .companytxtbox{font-size:0.6rem;line-height:0.6rem;}
    .companytxtbox div{margin-top:0.6rem;}
    .quanguo{font-size:0.6rem;padding:1.8rem 0rem 0.3rem;}
    .quanguo img{width:0.6rem;height:0.6rem;}
    .guangdong div:first-child{font-size:0.65rem;line-height:0.65rem;padding:1.8rem 0rem 0.3rem;}
    .guangdong div:nth-child(2){font-size:0.5rem;line-height:0.8rem;height:3.1rem;}
    .guangdong .quanguo{font-size:;padding:1.8rem 0rem 0.25rem;}
}



/*! fancyBox 插件样式，如有一样的只留一份 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/PicList002311-fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/PicList002311-fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/PicList002311-blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/PicList002311-fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/PicList002311-fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/PicList002311-fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*PicList002433 */
/*slick Basic*/
.PicList002433 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.PicList002433 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.PicList002433 .slick-list:focus {outline: none}
.PicList002433 .slick-list.dragging {cursor: pointer;cursor: hand;}
.PicList002433 .slick-slider .slick-track, 
.PicList002433 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.PicList002433 .slick-track {position: relative; top: 0; left: 0; display: block;}
.PicList002433 .slick-track:before, 
.PicList002433 .slick-track:after{display: table; content: '';}
.PicList002433 .slick-track:after{ clear: both;}
.PicList002433 .slick-loading .slick-track { visibility: hidden;}
.PicList002433 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.PicList002433 .slick-slide .slick-loading img { display: none;}
.PicList002433 .slick-slide .dragging img { pointer-events: none;}
.PicList002433 .slick-initialized .slick-slide { display: block;}
.PicList002433 .slick-loading .slick-slide { visibility: hidden;}
.PicList002433 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.PicList002433 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

/*
 .PicList002239 为demo编号
 */

 .PicList002239 li .Ispic{ padding-bottom:68%; background-size:contain;}
 .PicList002239 li dl{ position:relative; margin:0 10px;line-height:50px;text-align: center;}
 .PicList002239 li dd{ position:absolute; right:0; top:0; color: #999;padding-left: 30px; background: url(../images/PicList002239-icon.png) no-repeat left center;}
 .PicList002239 li dt{font-size: 16px; color: #fff;}
 .PicList002239 .owl-carousel .owl-dots{text-align: center;position: absolute;left: 50%;transform: translateX(-50%);bottom:-20px;}
.PicList002239 .owl-carousel .owl-dots .owl-dot{width: 10px;height: 10px;background:#ccc;margin-left: 10px;display: inline-block;}
.PicList002239 .owl-carousel .owl-dots .owl-dot:first-child{margin-left: 0;}
.PicList002239 .owl-carousel .owl-dots .active{background: #fff;width: 10px;}

@media(max-width:1024px){
    .PicList002239 {padding-top: 40px;}
}

/*Bottom003063 */
.Bottom003063{background: #F2F7FD;padding: 3.4vw 0 0 0;}
.Bottom003063 footer{border-top: 1px solid rgba(49,49,49,0.2);line-height: 22px; padding: 20px 0; margin-top: 38px;}
.Bottom003063 nav.fr .item{float: left; max-width: 120px;}
.Bottom003063 nav.fr dd{line-height: 30px;}
.Bottom003063 nav.fr dd a{color: #666;}
.Bottom003063 nav.fr dd a:hover{color: #ee7133;}
.Bottom003063 nav.fr .open{display: block;width: 12px; height: 12px; border:6px solid transparent; border-top-color: #ee7133; margin: 10px auto 0; cursor: pointer;}
.Bottom003063 .tit{color: #333; font-size: 16px;}
.Bottom003063 .tit:after{width: 10px;height: 1px;background-color: #ee7133;display: block; content: ''; margin: 15px 0 10px 0;}

.Bottom003063 .links{max-width:250px; text-align: center;}
.Bottom003063 .links .code{padding: 11px 0 16px 0;}
.Bottom003063 .links ol,
.Bottom003063 .links ul{text-align: left;}
.Bottom003063 .links ol{line-height: 32px; background-color: #ee7133;color: #fff; padding-left: 13px;position: relative;  cursor: pointer;}
.Bottom003063 .links ol:after{position: absolute; content: '';right: 10px; width: 10px; height: 10px; top: 50%; border-bottom: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); margin-top: -8px;}
.Bottom003063 .links .select{position: relative;z-index: 20;}
.Bottom003063 .links ul{padding: 13px; position: absolute; left: 0; width: 100%; bottom: 100%;background: #fff;display: none;}
.Bottom003063 .links li{line-height: 30px;}
.Bottom003063 .links li:not(:last-child){border-bottom: 1px solid #eee;}

@media(min-width:1025px){
.Bottom003063 nav.fr{max-width: 1033px;width: 75%;}
.Bottom003063 .links{width: 26%;}
}
@media(max-width:1024px){
.Bottom003063{text-align: center;}
.Bottom003063 nav.fr{display: none;}
.Bottom003063 .links{ margin: 0 auto;}
.Bottom003063 .logo img{height: auto;}
}


/*
 .Other001470 为demo编号
 */
 .Other001470{ width:78px; height:auto; position:fixed; bottom: 20%;right:1%; z-index:10;}
 .Other001470 a{ display:block;height: 78px;border-radius: 50%; padding-top:40px;background-color:#fff; font-size:14px; color:#333; text-align:center; margin-bottom:1px; position:relative;border: 1px solid #e8e6e1;margin-bottom: 6px;}
 .Other001470 a:nth-child(2){padding-left: 11px;padding-right: 11px;line-height: 15px;}
  .Other001470 .close{position: absolute;right: -5px;top: -13px;width: 30px;height: 30px;background: rgba(0,0,0,0.5);color: #fff;border-radius: 100px;font-weight: normal;font-size: 14px;text-align: center;line-height: 25px;}
 .Other001470 .icon1{background-image: url(../images/ico_wx.png);background-repeat: no-repeat;background-position: center 20px;position:relative;}
 .Other001470 a.icon1:hover{background-image: url(../images/ico_wx01.png);}
 .Other001470 .icon2{background-image: url(../images/ico_kf.png);background-repeat: no-repeat;background-position: center 20px;}
 .Other001470 a.icon2:hover{background-image: url(../images/ico_kf01.png);}
 .Other001470 .top{ background-image: url(../images/ico_top.png);background-repeat: no-repeat;background-position: center 20px;}
 .Other001470 .top:hover{ background-image: url(../images/ico_top01.png);}

 .Other001470 span{ position:absolute; top:0; left:-100px; display:none;}
 .Other001470 span img{ width:100px; height:100px; border:1px solid #000;}
 .Other001470 a:hover{background-color:#f08300;border:1px solid #f08300; color:#fff;}
 .Other001470 a:hover span{ display:block;}
 @media(max-width:480px){
    .Other001470{zoom:0.7;}
 }

 /*Other002792 */
 .Other002792{position: fixed; z-index: 110;bottom: 20%; width: 78px;left: 1%;}
 .Other002792 li{display: table;width: 100%;}
 .Other002792 li:not(:last-child){margin-bottom: 6px;}
 .Other002792 li a{display: table-cell;vertical-align: middle; text-align: center;color: #333; transition: 0.3s;background: #fff;border: 1px solid #e8e6e1;  box-shadow: 0 3px 18px rgba(223,223,223,0.29);border-radius: 50%;height: 78px;padding:5px;line-height: 15px;}
 .Other002792 li a:before{display: block; content: ''; height: 27px;background-repeat: no-repeat;background-position: center center; margin-bottom: 0px;}
 .Other002792 li.li-1{position: relative;}
 .Other002792 li.li-1 a{padding-left:11px;padding-right: 11px;}
 .Other002792 li.li-1 a:before{background-image: url("../images/Other002792_icon1.png");}
 .Other002792 li.li-2 a:before{background-image: url("../images/Other002792_icon2.png");}
 .Other002792 li.li-3 a:before{background-image: url("../images/Other002792_icon3.png");}
 .Other002792 li.li-4 a:before{background-image: url("../images/Other002792_icon4.png");}
 .Other002792 li.gettop a:before{background-image: url("../images/Other002792_icon5.png");}
 .Other002792 li.li-1 a:hover:before{background-image: url("../images/Other002792_icon1_on.png");}
 .Other002792 li.li-2 a:hover:before{background-image: url("../images/Other002792_icon2_on.png");}
 .Other002792 li.li-3 a:hover:before{background-image: url("../images/Other002792_icon3_on.png");}
 .Other002792 li.li-4 a:hover:before{background-image: url("../images/Other002792_icon4_on.png");}
 .Other002792 li.gettop a:hover:before{background-image: url("../images/Other002792_icon5_on.png");}
 .Other002792 li a:hover{background: #f08300;color: #fff;border: 1px solid #f08300;}
 .Other002792 .close{position: absolute;right: -5px;top: -13px;width: 30px;height: 30px;background: rgba(0,0,0,0.5);color: #fff;border-radius: 100px;font-weight: normal;font-size: 14px;text-align: center;line-height: 25px;}
 @media(max-width:480px){
 .Other002792{zoom:0.7;}
 }
 
.shouqi{position: fixed;bottom: 25%;left: 1%;transform: translateX(50px);-webkit-transform: translateX(50px);opacity: 0;transition: all .5s;-webkit-transition: all .5s;}
.shouqi.on{transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}
.shouqi img{max-width:40px;}
.shouqi1{position: fixed;bottom: 25%;right: 1%;transform: translateX(50px);-webkit-transform: translateX(50px);opacity: 0;transition: all .5s;-webkit-transition: all .5s;}
.shouqi1 img{max-width:40px;}
.shouqi1.on{transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}

 /* 栏目页css */
 /*
 .Menu002272 为demo编号
 */
.Menu002272 .nav-menu{border-bottom: 1px solid #eef0f1;}
.Menu002272 .nav-menu ul{display: none;}
.Menu002272 .current{padding-left: 25px;background: url(../images/Menu002272-icon.png) no-repeat left center;}
.Menu002272 .current a{font-size: 14px;color: #717171;padding: 0 13px 0 10px; position: relative; line-height: 45px;}
.Menu002272 .current a:after{ content: "·"; position: absolute; top: 0; right: 0; line-height: 20px; height: 20px; color: #ddd;}
.Menu002272 .current a:first-child{padding-left: 0;}
.Menu002272 .current a:hover{color: #f08300;}
.Menu002272 .current span{padding-left: 10px}

@media screen and (min-width:768px ) {
	.Menu002272 .nav-menu ul{display: block;float: left;}
	.Menu002272 .nav-menu ul li{float: left;line-height: 50px;margin: 0 2px;padding: 0 3px;}
	.Menu002272 .nav-menu ul li:first-child{margin-left: 0;}
	.Menu002272 .nav-menu ul li:hover,
	.Menu002272 .nav-menu ul li.on{border-bottom: 2px solid #f08300;}
	.Menu002272 .nav-menu ul li:hover a,
	.Menu002272 .nav-menu ul li.on a{color: #f08300;font-size: 15px;}
	.Menu002272 .nav-menu .location{float: right;}
	.Menu002272 .current a{line-height: 50px;}
}
@media screen and (min-width:1024px ) {
	.Menu002272 .nav-menu ul li{padding: 0 12px;margin: 0 6px;}
}
@media screen and (min-width:1200px ) {
	.Menu002272 .nav-menu ul li{line-height: 50px;font-weight: 700;}
	.Menu002272 .current a{line-height: 50px;font-weight: 700;}
	.Menu002272 .current span{font-weight: 700;}
}
/*RighInfo003061 */
.RighInfo003061{padding: 3% 0 0;color: #333;}
.RighInfo003061 .title{margin: 0; text-align: center;font-size: 40px;line-height: 1em; margin-bottom: 1.2em;}
.RighInfo003061 .info-title{font-size: 56px;font-weight: bold;background-color: #f08300; line-height: 2.321em; text-align: center;color: #fff;}
.RighInfo003061 .col-name{text-align: center;font-size: 40px;font-weight: bold;line-height: 1em; margin: 1.975em 0 1.2em 0;}
@media(min-width:1025px) and (max-width:1440px){
.RighInfo003061 .info-title{font-size: 3.5vw;}
.RighInfo003061 .col-name{font-size: 2.5vw;}
}
@media(max-width:1024px){
.RighInfo003061 .col-name,
.RighInfo003061 .title{font-size: 4vw;}
.RighInfo003061 .info-title{font-size: 5vw;}
}
@media(max-width:640px){
.RighInfo003061 .col-name,
.RighInfo003061 .title{font-size: 6vw;}
.RighInfo003061 .info-title{font-size: 7vw;}
}
/*box-1*/
.RighInfo003061 .box-1 .desc{max-width: 1200px; width: 95%;margin: 10px auto 0;line-height:30px; font-size: 20px; text-align: justify;font-size: 16px;color:#333;}
.RighInfo003061 .box-1 .icon{display: table; margin: 0 auto 3.33vw;}
.RighInfo003061 .box-1 .icon li{width: 16.25vw;height: 16.25vw;background-color: #006aff; border-radius: 50%; float: left; text-align: center;color: #fff;}
.RighInfo003061 .box-1 .icon li .ytable{height: 100%;}
.RighInfo003061 .box-1 .icon li aside{font-size: 24px;line-height: 1.5em; font-weight: bold; margin-top:1em;}
.RighInfo003061 .box-1 .icon li img{max-width: 35%;}
@media(min-width:641px){
.RighInfo003061 .box-1 .icon li:not(:last-child){margin-right:6vw;}
.RighInfo003061 .box-1 .icon li:nth-child(2n){background: #17c971;  margin-top: 4.95vw;}
}
@media(min-width:1025px) and (max-width:1440px){
.RighInfo003061 .box-1 .icon li aside{font-size: 2vw;}
}
@media(max-width:1024px){
.RighInfo003061 .box-1 .icon li{ width: 21vw; height: 21vw;}
.RighInfo003061 .box-1 .icon li aside{font-size: 2.5vw;}
}
@media(min-width:641px) and (max-width:1024px){
.RighInfo003061 .box-1 .icon li:not(:last-child){margin-right:3vw;}
}
@media(max-width:640px){
.RighInfo003061 .box-1 .desc{font-size: 4vw;}
.RighInfo003061 .box-1 .icon li{ width: 43vw; height: 43vw; margin-bottom: 3vw;}
.RighInfo003061 .box-1 .icon li:not(:nth-child(2n)){margin-right: 3vw;}
.RighInfo003061 .box-1 .icon li:nth-child(2),
.RighInfo003061 .box-1 .icon li:nth-child(3){background: #17c971; }
.RighInfo003061 .box-1 .icon li aside{font-size:5vw;}
}
/*box-2*/
.RighInfo003061 .box-2 .line{position: relative;height: 1px;}
.RighInfo003061 .box-2 .line:before{position: absolute;right: 100%; content: ''; height: 100%; background: #006aff;width: 9.17vw; margin-right: -1.5vw;}
.RighInfo003061 .box-2 .txt .info{font-size: 16px;line-height: 2.25em;}
.RighInfo003061 .box-2 .txt > h4{position: relative; margin: 1em 0 0 0;font-size: 30px; line-height: 1.2em;}
.RighInfo003061 .box-2 .txt > h4 span{position: relative; z-index: 5;}
.RighInfo003061 .box-2 .txt > h4:before{position: absolute; content: '';background-color: #ffca2a; opacity: 0.2; width: 2.434em; height: 2.434em; left: -1.217em; border-radius: 50%;}
@media(min-width:1025px){
.RighInfo003061 .box-2 .img{width: 47%;}
.RighInfo003061 .box-2 .txt{padding-left: 3.85vw;}
}
@media(min-width:1025px) and (max-width:1440px){
.RighInfo003061 .box-2 .txt .info{font-size: 1vw;}
.RighInfo003061 .box-2 .txt > h4{font-size: 1.5vw;}
}
@media(max-width:1024px){
.RighInfo003061 .box-2 .ytable,
.RighInfo003061 .box-2 .ytable-cell{display: block;}
.RighInfo003061 .box-2 .txt{padding: 4vw;}
 .RighInfo003061 .box-2 .line:before{width: 1px; height: 10vw; margin: 0; left: 0; bottom: 100%;}
}
@media(max-width:640px){
.RighInfo003061 .box-2 .txt .info{font-size: 3.5vw;}
.RighInfo003061 .box-2 .txt > h4{font-size: 5vw;}
}
/*box-3*/
.RighInfo003061 .box-3 dd{ margin-bottom: 4%;position: relative;}
.RighInfo003061 .box-3 dd:after{position: absolute; content: ''; width: 100%; height: 45%; left: 0; bottom: 0;
background: -moz-linear-gradient(top,  rgba(0,106,255,0) 0%, rgba(0,106,255,0.4) 99%, rgba(0,106,255,0.4) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,106,255,0) 0%,rgba(0,106,255,0.4) 99%,rgba(0,106,255,0.4) 100%); 
background: linear-gradient(to bottom,  rgba(0,106,255,0) 0%,rgba(0,106,255,0.4) 99%,rgba(0,106,255,0.4) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00006aff', endColorstr='#66006aff',GradientType=0 ); 

}
.RighInfo003061 .box-3 dd:nth-child(2n):after{
background: -moz-linear-gradient(top,  rgba(23,201,113,0) 0%, rgba(23,201,113,0.4) 99%, rgba(23,201,113,0.4) 100%); 
background: -webkit-linear-gradient(top,  rgba(23,201,113,0) 0%,rgba(23,201,113,0.4) 99%,rgba(23,201,113,0.4) 100%); 
background: linear-gradient(to bottom,  rgba(23,201,113,0) 0%,rgba(23,201,113,0.4) 99%,rgba(23,201,113,0.4) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017c971', endColorstr='#6617c971',GradientType=0 ); 
}
.RighInfo003061 .box-3 dd .txt{position: absolute; z-index: 10; width: 100%; bottom: 4.58vw; left: 0; padding: 0 3.85vw; color: #fff;font-size: 16px;}
.RighInfo003061 .box-3 dd .num{font-family: 'ArialMT';font-style: italic;font-size: 7.5em; font-weight: bold; opacity: 0.3;display: block; line-height: 0.6em;}
.RighInfo003061 .box-3 dd h5{margin: 0 0 1em 0;font-size: 1.875em;padding: 1em 0;line-height: 1em; border-bottom: 1px solid rgba(255,255,255,0.3);}
.RighInfo003061 .box-3 dd p{margin: 0; line-height: 1.5em; font-weight: bold;}
@media(min-width:641px){
.RighInfo003061 .box-3 dd:not(:nth-child(2n)){margin-right: 4%;}
.RighInfo003061 .box-3 dd{float: left; width: 48%;}
}
@media(max-width:1024px){
.RighInfo003061 .box-3 dd .txt{font-size: 1.5vw;}
}
@media(max-width:640px){
.RighInfo003061 .box-3 dd .txt{font-size: 3vw;}
}
/*Timeline002895 */

.Timeline002895{padding: 3% 0;}
.Timeline002895 .auto{max-width: 1200px; width: 96%;position: relative;}
.Timeline002895 .name{border-top: 1px solid #e6e6e6; margin-top: 12px;color: #ccc;font-size: 20px;text-transform: uppercase;}
.Timeline002895 .name span{display: table;margin:  -13px auto 0; padding: 0 10px;background: #fff;line-height: 24px;color: #333;}

.Timeline002895 .scroll-main{padding-bottom: 32px;max-width: 100%;width: 100%; overflow-x: auto; margin: 3% 0 0 0; height: 382px;}
.Timeline002895 .mCustomScrollBox{height: auto;}
.Timeline002895 .mCSB_horizontal.mCSB_outside > .mCSB_container{min-height:inherit;}
.Timeline002895 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{height: 7px;background: #e6e6e6; margin: 0;}
.Timeline002895 .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom: 0;}
.Timeline002895 .mCSB_scrollTools.mCSB_scrollTools_horizontal{height: 7px;opacity: 1!important;}
.Timeline002895 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width: 20%!important; min-width:inherit!important;}
.Timeline002895  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{margin: 0; height: 100%;background: url(../images/Timeline002895_scrollbarbg.png) no-repeat center center #f08300; border-radius: 7px;}

.Timeline002895 .box{float: left; width: 363px;}
.Timeline002895 .box:last-child{width: 311px;}
.Timeline002895 .box .inner{background: url("../images/Timeline002895_bg.png") no-repeat right bottom #f5f5f5; padding: 40px 30px; height: 350px;}
.Timeline002895 .box:not(:last-child) .inner{width: 86%;}
.Timeline002895 .box .year{padding-bottom: 20px;font-size: 28px;color: #333;border-bottom: 1px solid #eaeaea;margin-bottom: 20px;}
.Timeline002895 .box .pre-main{max-height: 12.858em;overflow: auto;}
.Timeline002895 .box .pre-main pre{line-height: 2.143em;color: #666;font-size: 15px;}

/*
 .PicList002273 为demo编号
 */
.PicList002273{padding:3% 0}
.PicList002273 .left img{width: 100%;}
.PicList002273 .right .time{font-size: 12px;color: #999;border: 1px solid #c5c6c6;padding: 2px 5px;margin-top: 8px;display: inline-block;}
.PicList002273 .right .h3{color: #313131;font-size: 18px;font-weight: normal;margin: 10px 0;}
.PicList002273 .right .p{color: #999;font-size: 14px;}
.PicList002273 ul li{margin-bottom: 30px;background: #eef0f1;padding: 18px 20px;}

@media screen and (min-width:768px ) {
	.PicList002273 .left{float: left;width: 25%;}
	.PicList002273 .right{float: right;width: 72%;}
	.PicList002273 .right .time{margin-top: 0px;}
	.PicList002273 ul li{background:#eef0f1;}
}

@media screen and (min-width:1024px ) {
	.PicList002273 .right .time{margin-top: 15px;}
	.PicList002273 ul li:hover{border: 1px solid #f08300;box-shadow: 0px 0px 30px #ccc;}
	.PicList002273 ul li{background:#eef0f1;position: relative;}
	.PicList002273 ul li .right_btn{width: 11px;height: 19px;background: url(../images/PicList002273-arrow_right.png) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 48px;cursor: pointer;margin-top: -10px}
}

@media screen and (min-width:1200px ) {
	.PicList002273 .left{float: left;margin-right: 50px;}
	.PicList002273 .right{float: left;width: 60%;}
	.PicList002273 .right .time{margin-top: 14px;}
	.PicList002273 .right .h3{line-height: 18px;margin: 28px 0 17px;}
	.PicList002273 .right .p{line-height: 19px;}
	.PicList002273 ul li{padding-right: 20px;}
}
/*TextList002855 */
.TextList002855{padding: 1% 0 3%;}
.TextList002855 li{line-height: 4.5625em;  border-bottom: 1px dotted #a8a8a8;}
.TextList002855 li time{float: right;color: #c8c8c8; margin-left: 15px;}
.TextList002855 li a{padding-left: 30px; background: url("../images/TextList002855_icon.png") no-repeat left center;}
@media(min-width:481px){
 .TextList002855 li{font-size: 16px;}
}
/*PicList002582 */
.PicList002582{ padding:3% 0}
.PicList002582 li{ float:left; margin-right:2%; margin-bottom:2%;}
@media(min-width:1025px){
.PicList002582 li{ width:23.5%;}
.PicList002582 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:1024px) and (min-width:641px){
.PicList002582 li{ width:32%;}
.PicList002582 li:nth-child(3n){ margin-right:0;}
}

@media(max-width:640px){
.PicList002582 li{ width:49%;}
.PicList002582 li:nth-child(2n){ margin-right:0;}
}
.PicList002582 li a{ display:block; padding:10px; border-radius:0 20px 0 20px; transition:0.3s;}
.PicList002582 li .Ispic{ padding-bottom:100%; background-size:contain; background-color:#fff; transition:0.3s;}
.PicList002582 li .txt{ padding:8% 2%; text-align:center; border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.PicList002582 li .txt p{ margin:0; font-size:16px;}
.PicList002582 li .txt span{ color:#999;}
.PicList002582 li a:hover{ background:#f8f8f8; color:#f58f00;}
.PicList002582 li a:hover .txt{ border-color:transparent;}
.PicList002582 li a:hover  .Ispic{ border-radius:20px 20px 0 0;}


/*RighInfo002939 */
.RighInfo002939{padding:3% 0;}
.RighInfo002939 .name{border-bottom: 1px dotted #cecece; text-align: center; margin-bottom: 37px;}
.RighInfo002939 .name h1{margin: 0 0 30px 0;font-size: 20px;color: #333;}
.RighInfo002939 .time{color: #c8c8c8;padding-bottom: 1.72vw;line-height: 16px;}
.RighInfo002939 .share{margin-left: 10px;}
.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share > *{display: inline-block; vertical-align: middle;}
.RighInfo002939 .share em{font-style: normal;}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox *{box-sizing: content-box;}

.RighInfo002939 .edit-info{line-height: 2.5625em;color: #1e1e1e; text-align: justify; padding-bottom: 4vw;}
.RighInfo002939 .info-page{border: solid 1px #eee;}
.RighInfo002939 .info-page dd{line-height: 36px;}
.RighInfo002939 .info-page dd a{padding: 0 20px;}
.RighInfo002939 .info-page dd a:hover{color: #d43e45;}
.RighInfo002939 p{text-indent: 2em;}
@media(min-width:641px){
.RighInfo002939 .info-page dd{float: left; width: 50%;}
.RighInfo002939 .info-page dd:nth-child(2){border-left: 1px solid #eee;}
.RighInfo002939 .time,
.RighInfo002939 .info-page dd a,
.RighInfo002939 .edit-info{font-size: 16px;}
}
@media(max-width:640px){
.RighInfo002939 .info-page dd:nth-child(2){border-top: 1px solid #eee;}
.RighInfo002939 .share{display: block; padding-top: 10px;}
}
/*
 .PicList001512 为demo编号
 */
.PicList001512{ padding:3% 0;}
.PicList001512 .name h3{ position:relative; color:#343434; font-size:34px; padding-bottom:2%; background:url(../images/PicList001512_tit.png) no-repeat left center/contain; font-weight:normal; margin:0; }
.PicList001512 .name h3:before{ position:absolute; left:0; bottom:0; width:31px; height:2px; content:""; background:#343434; }
.PicList001512 .list{ padding-top:2%;}
.PicList001512 dd{ float:left; margin-right:2%; margin-bottom:2%; width:49%; border:1px solid #edebec; padding:5px; color:#666; padding:4px;}
.PicList001512 dd:nth-child(2n){ margin-right:0;}
.PicList001512 dd div{ position:relative; padding-left:35%;height:210px; overflow:hidden;}
.PicList001512 dd figure{ position:absolute; left:0; top:0; height:100%;width:33%; }
.PicList001512 dd h5,
.PicList001512 dd p{ margin:0; line-height:30px;}
.PicList001512 dd h5{font-size:14px; }
.PicList001512 dd p{ color:#888;font-size:12px; }

@media(max-width:768px){
.PicList001512 dd{ float:none; width:auto; margin-right:0;}
}
@media(max-width:480px){
.PicList001512 .name h3{ font-size:24px; }
.PicList001512 dd figure{width:43%; }
.PicList001512 dd div{padding-left:45%;}
}

/*
 .Spec001220 为demo编号
 */
.Spec001220{ padding:3% 0 1.5% 0;}
.Spec001220 .title{ font-size:16px; border-left:5px solid #59aff7; padding-left:15px; margin-bottom:15px;}
.Spec001220 dl{ overflow:hidden; clear:both; font-size:12px;margin-bottom:15px; line-height:24px;}
.Spec001220 dd{ float:left; width:100%;display: flex;}
.Spec001220 dd i{ font-style:normal; margin:0 1px;}
.Spec001220 dd a{ display:inline-block; padding:0 15px;font-size: 16px;}
.Spec001220 dd a.acur{color:#f08300;font-weight: bold;}
.Spec001220 dd input{height:40px;}
.Spec001220 .text{ width:50%; border:1px solid #c9c9c9;  background:none; line-height:40px; padding:0 10px; color:#999;}
.Spec001220 .btn{ border:none; cursor:pointer; background:#f08300; color:#fff; width:80px;}
@media(max-width:480px){
.Spec001220 dd{ overflow:auto; max-height:136px;}
}
/*PicList001886*/
.PicList001886 .auto{ border:1px solid #ededed;}
.PicList001886 dl{ display:table; width:100%; border-bottom:1px dashed #e8e7e7; padding:2% 0 2% 2%;}
.PicList001886 dl:last-child{ border-bottom:0;}
.PicList001886 dl dd{ display:table-cell;vertical-align:middle;}
.PicList001886 dl dd.price{ width:23%;  text-align:center;border-left:1px solid #e5e5e5;}
.PicList001886 dl dd.price p{ color:#999; margin-bottom:10%;}
.PicList001886 dl dd.price span{ font-size:30px; color:#ff8200;}
.PicList001886 dl dd.price a{ display:block; margin:0 auto; width:67%; border:1px solid #e5e5e5; border-radius:3px; color:#ff8200; line-height:32px;}
.PicList001886 dl .pic{ width:30%; float:left;}
.PicList001886 dl .pic img{ display:block; width:100%;}
.PicList001886 dl div{ padding:0 3% 0 2%;  line-height:30px; float:left; width:100%;}
.PicList001886 dl h2{ font-size:16px; max-height:60px; overflow:hidden;margin-top: 3%;margin-bottom: 15px;}
.PicList001886 dl p{ margin:0;margin-top: 5px;background: url(../images/bbyq.png) no-repeat left 5px;padding-left: 30px;background-size: 20px;}
.PicList001886 dl p:nth-child(3n){background: url(../images/lcyy.png) no-repeat left 5px;}
.PicList001886 dl figure{ padding-top:5%;}
.PicList001886 dl figure span{ float:left;margin-right:8px; height:19px; line-height:19px; padding:0 10px;color:#fff;background:#e28d90; margin-bottom:1px;}
.PicList001886 dl figure span.color1{ background:#a2c15f;}
.PicList001886 dl figure span.color2{ background:#c597c0;}
@media(max-width:1200px){
.PicList001886 .auto{ padding:0; margin:2%;}
}
@media(max-width:768px){
.PicList001886 dl dd.price span{ font-size:24px;}
.PicList001886 dl div{line-height:24px;}
.PicList001886 dl h2{max-height:48px;}
}
@media(max-width:640px){
.PicList001886 dl{ padding:4%; display:block;}
.PicList001886 dl .pic,
.PicList001886 dl div{ float:none; width:auto;}
.PicList001886 dl div{ padding-top:3%;}
.PicList001886 dl dd{ display:block;}
.PicList001886 dl dd.price{ margin-top:3%; padding-top:3%; width:auto; border-left:0;border-top:1px solid #e5e5e5;}
.PicList001886 dl dd.price p{ margin-bottom:15px;}
.PicList001886 dl dd.price a{ max-width:100px;}
.PicList001886 dl figure{ padding-top:10px;}
.PicList001886 dl figure span,
.PicList001886 dl dd div p{ font-size:12px;}
}
/*
 .PicList002239 为demo编号
 */
.PicList0022391{ padding:3% 0;}
.PicList0022391 li{ border-bottom: 1px solid #e3e3e3; margin-bottom: 3%; float:left; }
@media(min-width:769px){
.PicList0022391 li{margin-right:5%; width:30%; }
.PicList0022391 li:nth-child(3n){ margin-right:0;}
}
.PicList0022391 li .Ispic{ padding-bottom:68%; background-size:contain;}
.PicList0022391 li dl{ position:relative; margin:0 10px;  line-height:50px;text-align: center;}
.PicList0022391 li dd{ position:absolute; right:0; top:0; color: #999;padding-left: 30px; background: url(../images/PicList0022391-icon.png) no-repeat left center;display: none;}
.PicList0022391 li dt{font-size: 16px; color: #999;font-weight: normal;}
@media(max-width:768px){
.PicList0022391 li{ width:48%; margin-right:4%;}
.PicList0022391 li:nth-child(2n){ margin-right:0;}
}
/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:3% 0;}
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#f08300; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin-left:-1px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ padding:0; width:44px; background:url(../images/Page002046-a_prev.gif) no-repeat center center; overflow:hidden; line-height:1000px; height:38px;}
.Page002046 .Pages .a_next{ background-image:url(../images/Page002046-a_next.gif);}
@media(max-width:640px){
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
.Page002046 .Pages a{padding:0 5px; }
}
/*
 .PicList001647 为demo编号
 */
 .PicList001647{padding: 3% 0;}
.PicList001647 li{ float:left; margin-right:3%; width:22.75%;margin-bottom:2%;}
.PicList001647 li figure{ position:relative;}
.PicList001647 li figure img{ width:100%;}
.PicList001647 li a.Ispic{ padding-bottom:113%; display:block; background-size:contain;}
.PicList001647 li *{margin:0;}
.PicList001647 li p{ font-size:15px; color:#999; overflow:hidden; line-height:20px;}
.PicList001647 li h1{ font-size:18px; font-weight:normal; padding-top:5%; padding-bottom:3%;}
@media(min-width:641px){
.PicList001647 li:nth-child(4n){ margin-right:0;}
.PicList001647 li:nth-child(4n+1){ clear:left;}
}
@media(max-width:640px){
.PicList001647 li{ float:left; margin-right:2%; width:49%;}
.PicList001647 li:nth-child(2n){ margin-right:0;}
.PicList001647 li:nth-child(2n+1){ clear:left;}
.PicList001647 li h1{ font-size:16px;}
}
/*RighInfo002218*/
.RighInfo002218{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; min-height:246px; padding:3% 0}
.RighInfo002218 .box1{padding:15px 15px 15px 15px;color:#728391;font-size:14px;line-height:30px;}
.RighInfo002218 .box1 .pic{float:right;margin-left:5%;}
.RighInfo002218 .box1 .h3{font-size:18px;color:#008cd6;margin:0 0 20px 0; font-weight:normal;}
.RighInfo002218 .box1 figure{ padding:0% 4% 3.5% 0; color:#333;font-size: 16px;}
.RighInfo002218 .list{ padding-top:5%;}
.RighInfo002218 .list li{ display:block; float:left; width:42%;}
.RighInfo002218 .list li+li{ padding-left:2%;}
.RighInfo002218 .list li:first-child,.RighInfo002218 .list li:last-child{ width:29%;}
.RighInfo002218 .list img{ float:left; margin-right:3%; max-width:98px;}
@media(max-width:1000px){
.RighInfo002218 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}	
.RighInfo002218 .list figure{ padding:3% 0;}
}
/*RighInfo002218 End*/
/*TextList002514 */
.TextList002514 .list{ border:1px solid #e8e8e8; padding:0 3%; margin-bottom:15px;}
.TextList002514 .job-title{ line-height:30px; padding:15px 0; font-size:16px; cursor:pointer; position:relative;}
.TextList002514 .job-title i{ position:absolute; width:22px; height:22px; background:#009b4c; border-radius:50%; right:0; top:50%; margin-top:-11px;}
.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after{ position:absolute; content:''; background:#fff;}
.TextList002514 .job-title i::before{ left:20%; width:60%; height:2px; top:50%; margin-top:-1px;}
.TextList002514 .job-title i::after{ left:50%; margin-left:-1px; width:2px; top:20%; height:60%;}
.TextList002514 .job-title.select i::after{ display:none;}
.TextList002514 .job-title.select{ color:#009b4c;}
.TextList002514 .job-main{ display:none; padding:22px 0; border-top:1px dotted #e5e5e5;}
.TextList002514 .job-email{ color:#009b4c; padding:30px 0;}

.Map002793 .auto_1600{ max-width:1600px;}
@media(max-width:1600px){
.Map002793 .auto_1600{ padding:0 2%;}
}
.Map002793{ padding-bottom: 8%;}
.Map002793 .box{ position: relative;}
.Map002793 .box img{ display: block; width: 100%;}
.Map002793 .con{ position: absolute; left: 0; top: 0; width: 100%; max-height: 100%; overflow: auto; color: #fff; padding: 5%;}
.Map002793 .con h2{ margin: 0; font-size: 36px; line-height: normal;}
.Map002793 .con h2 span{ display: block; font-size: 14px; font-weight: normal; margin: 1.5% 0;}
.Map002793 .con h2:after,
.Map002793 .con .txt:after{ content: ''; display: block; width: 60px; height: 1px; background: #fff; margin-bottom: 1.5%;}
.Map002793 .con .txt{ max-width: 1006px; line-height: 30px; overflow: hidden;}
.Map002793 .con ul{ display: table; width: 50%; float: left;}
.Map002793 .con li{ display: table-row;}
.Map002793 .con li span{ display: table-cell;}
.Map002793 .con ul:nth-child(2) li span:first-child{ width: 120px;}
.Map002793 .con .txt:after{  margin: 3% 0 4%;}
.Map002793 .con .more{ width: 140px; line-height: 36px; text-align: center; background: rgba(255,255,255,0.5); color: #595656; display: block;}
.Map002793 .con .more:before{ content: ''; display: inline-block; width: 15px; height: 15px; background: url("../images/Map002793-icon.png") no-repeat center; vertical-align: middle; margin-right: 5px;}
.Map002793 .tab_span li{ float: left; color: #888888; background: #f5f5f5; text-transform: uppercase; width: 115px; padding:52px 0 15px 15px; margin-right: 1.25%; margin-top: 25px; cursor: pointer;}
.Map002793 .tab_span b{ display: block; font-size: 24px; color: #555;}
.Map002793 .tab_span li:last-child{ margin-right: 0;}
.Map002793 .tab_span li.on{ background: #595656; color: #a7a7a7; position: relative;}
.Map002793 .tab_span li.on b{ color: #fff;}
.Map002793 .tab_span li.on:before{ content: '';position: absolute;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform:rotate translateX(-50%);-o-transform:rotate translateX(-50%);border: 10px solid transparent;border-bottom-color: #595656;bottom: 100%;}
@media(max-width:1000px){

    .Map002793 .tab_span{ display: none;}
    .Map002793 .box{ display: block!important; margin-bottom: 2%;}
    .Map002793 .con ul{width: 100%; float: none;}
}
@media(max-width:640px){
    .Map002793 .con{ position: static; color: #555;}
    .Map002793 .con h2{ font-size: 20px;}
    .Map002793 .con li span{ min-width: 80px;}
    .Map002793 .con .more{background:#ddd;}
}

/*
 .TextList002241 为demo编号
 */
 .TextList002241{ padding: 55px 0 0;background: #eee;font-size: 14px; padding-bottom: 35px;}
 .TextList002241 .list dl{display: block; margin-bottom:25px;padding:30px 40px;background: #fff; }
 .TextList002241 .list dl dt{color: #555;font-size: 24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height: 1.5em;line-height: 1.5;overflow: hidden; margin-bottom: 16px;}
 .TextList002241 .list dl dd{color: #555;font-weight: 700;margin-bottom: 10px;}
 .TextList002241 .list dl dd.hl{height:45px;    overflow: hidden;}
 .TextList002241 .list dl dd span{color: #666;font-weight: normal;}
 .TextList002241 .list dl:hover{background: #c49162;}
 .TextList002241 .list dl:hover{color: #fff;}
 .TextList002241 .list dl:hover dt{color: #fff;}
 .TextList002241 .list dl:hover dt+dd{color: #fff;}
 .TextList002241 .list dl:hover dd{color: #fff;}
 .TextList002241 .list dl:hover dd span{color: #fff;}
 @media (min-width: 640px){
 .TextList002241 .auto{ overflow: hidden;}
 .TextList002241 .list{ margin: 0 -1%;}
 .TextList002241 .list dl:nth-child(2n){margin-right: 0;}
 .TextList002241 .list dl:nth-child(3n){margin-right: 1%;}
 .TextList002241 .list dl{float:left;  width: 48%; margin: 0 1% 25px;}
 }
 @media (min-width: 1024px){
 .TextList002241 .list dl:nth-child(3n){margin-right: 0;}
 .TextList002241 .list dl:nth-child(2n){margin-right: 1%;}
 .TextList002241 .list dl{ width: 31.33%;}
 }
 
 
 /*Floor002724 */
 .Floor002724{ padding:1% 0;background: #f5f5f5;}
 .Floor002724 ol h3{ margin:-5px 0 0 0; padding-bottom:5px; color:#f08300; font-size:30px;}
 .Floor002724 ol p{ margin:0; color:#333; line-height:24px; }
 .Floor002724 li{ border-right:1px solid transparent; border-top:1px solid transparent;}
 .Floor002724 li .inner{ background:#dcdcdc;padding:15% 10% 5%;}
 .Floor002724 li img{ width:30px; height:30px;}
 .Floor002724 li pre{ color:#333; line-height:24px; height:96px; margin-top:20px;font-size: 16px;}
 @media(max-width:1024px){
 .Floor002724 > .auto{border-radius:20px 0; padding:2% 0 0;}
 }
 @media(min-width:769px){
 .Floor002724 ol,
 .Floor002724 li{ float:left; min-height:194px;}
 .Floor002724 ol{ width:50%; padding-top:3%;}
 .Floor002724 ol p{max-width:95%;margin-top: 2%;}
 .Floor002724 li{width:25%; }
 .Floor002724 li .inner{ min-height:194px; }
 }
 @media(max-width:768px){
 .Floor002724 li{ float:left;width:50%; }
 .Floor002724 ol{ padding:5% 0;}
 }
 @media(max-width:480px){
 .Floor002724 li{ float:none; width:auto; border:none; margin-bottom:1px;}
 .Floor002724 li pre{ height:auto;text-align:center;}
 .Floor002724 li .inner{ padding:5% 3%; text-align:center;}
 }
 
 /*Floor002660 */
 .Floor002660{ padding-top:3%; padding-bottom:3%;}
 .Floor002660 .auto{ max-width:1200px;}
 .Floor002660 ul{text-align: center;}
 .Floor002660 li{ position:relative; margin-bottom:2%;width:32%;display: inline-block;margin-right: 3%;}
 .Floor002660 li:nth-child(2n){margin-right: 0;}
 .Floor002660 li > img{ display:block; width:100%;}
 .Floor002660 li .ycenter,
 .Floor002660 li a{ position:absolute; left:0; top:0; width:100%; height:100%; }
 .Floor002660 li a{z-index:20;}
 .Floor002660 li .ycenter{z-index:10; }
 .Floor002660 li .ycenter::after,
 .Floor002660 li .ycenter::before{ position:absolute; content:''; left:15px; top:15px; right:15px; bottom:15px;background:rgba(0,0,0,0.6); z-index:2; transition:0.3s;}
 .Floor002660 li .ycenter::after{ transform:scale(0);}
 .Floor002660 li:hover .ycenter::after{ transform:scale(1);}
 .Floor002660 li:hover .ycenter::before{ left:30px; top:30px; right:30px; bottom:30px;}
 .Floor002660 li aside{ position:relative; z-index:5; text-align:center; width:100%; font-size:24px; color:#fff;}
 .Floor002660 li figure{ padding-bottom:20px;}
 .Floor002660 li figure img{ width:15%; max-width:62px;}
 @media(max-width:1024px){
 .Floor002660 li aside{ font-size:20px;}
 }
 @media(min-width:481px) and (max-width:768px){
 .Floor002660 li .ycenter::after,
 .Floor002660 li .ycenter::before{left:5px; top:5px; right:5px; bottom:5px;}
 .Floor002660 li:hover .ycenter::before{ left:10px; top:10px; right:10px; bottom:10px;}
 .Floor002660 li figure{ padding-bottom:10%;}
 }
 @media(max-width:480px){
 .Floor002660 li{ float:none; margin:2%; width:auto;}
 }
 /*
 .Floor002248 为demo编号
 */

.Floor002248{padding: 3% 0;}
.Floor002248 .word{ width: 100%; }
.Floor002248 .word h3{ margin: 0; font-size: 20px; line-height: 1.2; color: #3c89d9; padding-bottom: 15px; font-weight: normal;}
.Floor002248 .word h3:after{ content: "";display: block;width: 65px; height:2px; background-color: #3c89d9; margin-top: 20px;}
.Floor002248 .word figure{margin: 0; padding: 15px 0; line-height: 28px; font-size: 16px;color: #333;}

.Floor002248 .right-img{ position: relative;}
.Floor002248 .right-img .right-img_tit{ width: 160px; text-align: center; padding: 20px 0;
background:rgba(60, 137, 217, 0.9) none repeat scroll 0 0 !important;filter:Alpha(opacity=90); background:#fff;
 position: absolute;  bottom:20px;left: -8%;}
.Floor002248 .right-img .right-img_tit span{ position: relative; z-index: 1;  color: #fff; font-size: 16px;}
@media only screen and (max-width: 767px) {
	.Floor002248 .word h3{ text-align: center;}
	.Floor002248 .word h3:after{ margin: 20px auto 0; width: 35px;}
	.Floor002248 .right-img{ margin: 0 auto; max-width: 580px; padding-left: 5%;}
	.Floor002248 .right-img .right-img_tit{ left:0;}
}
@media only screen and (min-width: 768px) {
	.Floor002248 .word h3{ font-size: 24px;}
	.Floor002248 .word{ width: 90%;margin: 0 auto;}
	.Floor002248 .right-img{ width:50%;margin: 0 auto;}
	
}
@media only screen and (min-width: 1024px) {
	.Floor002248 .word h3{ font-size: 30px; padding-bottom: 30px;}
	.Floor002248 .word h3:after{ height: 3px;}
	
	.Floor002248 .right-img .right-img_tit{ padding: 25px 0;}
}
@media only screen and (min-width: 1260px) {
	.Floor002248 .right-img .right-img_tit{ width: 160px; padding: 35px 0;}
}

/*PicList002171 */
.PicList002171{ padding-top:3%;padding-bottom: 3%;}
.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom:2%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(240,131,0,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}
/*
 .RighInfo001319 为demo编号
 */
 .RighInfo001319{ padding:2% 0;}
 .RighInfo001319 .list{ float:left; width:47%;}
 .RighInfo001319 .list li{ padding-bottom:3%;}
 .RighInfo001319 .list li:last-child{ padding-bottom:0;}
 .RighInfo001319 .list li img{ display:block; width:100%;}
 .RighInfo001319 .intro{ float:right; width:48%; text-align:center;}
 .RighInfo001319 .intro h3{ border-bottom:1px solid #f08300; margin:3% 10% 0; font-size:18px; font-weight:normal; line-height:33px;color: #f08300;}
 .RighInfo001319 .intro p{ font-size:16px; color:#666; line-height:28px;}
 .RighInfo001319 .intro dd{ font-weight:bold; color:#f08300; line-height:40px;font-size: 15px;}
 .RighInfo001319 .other a{color: #666;text-transform: uppercase;border-bottom: solid 1px #666;}
 .RighInfo001319 .back{ padding-top:15px;}
 .RighInfo001319 .back a{color: #f08300;font-size: 18px;}
 @media(max-width:640px){
 .RighInfo001319 .intro p{ font-size:12px;} 
 .RighInfo001319 .intro dd{ line-height:30px;}
 }
 @media(max-width:480px){
 .RighInfo001319 .intro dd{ line-height:20px; padding-bottom:5px;}
 }
 

/*TextList002739 */
.TextList002739{padding: 3% 0;}
.TextList002739 .column-name{ text-align: center; padding: 0; font-size: 28px;}
.TextList002739 .column-name .cn{color: #f08300; letter-spacing: 5px;line-height: 48px;  position: relative; z-index: 10; text-indent: 5px;}
.TextList002739 .column-name .en{text-transform: uppercase; color: #f1f1fa; margin-top: -18px;line-height: 24px;font-family: "DINPro-Bold"; }
@media(max-width:480px){
.TextList002739 .column-name{ font-size: 24px;}
.TextList002739 .column-name .cn{line-height: 40px;}
}
.TextList002739 .list-group .tit{cursor: pointer; line-height: 69px; font-size: 16px; }
.TextList002739 .list-group .tit:before{background: #f08300; width: 4px; height: 4px; display: inline-block; content: '';vertical-align: middle; margin-right: 27px; }
.TextList002739 .title{ padding:0 40px; line-height: 60px; background: #f08300; font-size: 16px; color: #fff; border-bottom: 1px solid #ededed;margin-top: 20px;}
.TextList002739 .title time,
.TextList002739 .tit time{float: right; }
.TextList002739 .tit time{color: #888;}
.TextList002739 .list{border-bottom: 1px solid #ededed;}
.TextList002739 .tit{padding: 0 40px; background: #fafafa; font-weight: normal; margin: 0;}
.TextList002739 .tit.active{background: #fff; margin: 0 40px; padding: 0; border-bottom: 2px solid #f08300; color: #f08300;}
.TextList002739 .tit.active time{color: #f08300;}
.TextList002739 .info{padding: 10px 40px 20px 70px;display:none}
.TextList002739 .info .singlePage{font-size: 14px; line-height: 26px; color: #3e3e3e;}
@media(min-width:769px){
.TextList002739 .title time{ margin-right: 78px;}
.TextList002739 .tit time{padding-right: 63px;}
}
@media(max-width:768px){
.TextList002739 .title{ padding:0 20px; line-height: 50px;}
.TextList002739 .tit{padding: 0 20px;}
.TextList002739 .tit.active{margin: 0 20px;}
.TextList002739 .title time{ margin-right: 12px;}
.TextList002739 .list-group .tit:before{ margin-right: 10px;}
.TextList002739 .info{padding: 10px 20px 10px 34px;}
}
@media(max-width:480px){
.TextList002739 .tit time{margin-right: 0;}
.TextList002739 .tit time{ font-size: 12px;}
}
/*Map002515 */
.Map002515{ background:#f3f7f9;position:relative;z-index:1}
/* .Map002515 .auto{ background:#fff; padding:5%;} */
.Map002515 .title{ color:#333; font-size:24px;padding-bottom:3%; }
.Map002515 .number{ padding-bottom:5%; border-bottom:1px solid #f7f7f7; margin-bottom:2%;}
.Map002515 .number dl{ width:48%; display:table; float:left;background:#f7f7f7; height:120px;}
.Map002515 .number dl > *{ display:table-cell; vertical-align:middle;} 
.Map002515 .number dl:nth-child(2n){ float:right;}
.Map002515 .number dt{ background:#009b4c; width:24%; position:relative;}
.Map002515 .number dt::before{ position:absolute; content:''; left:20%; top:20%; right:20%; bottom:20%; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.Map002515 .number dl.hotline dt::before{ background-image:url(../images/Map002515_icon_1.png);}
.Map002515 .number dl.webchat dt::before{ background-image:url(../images/Map002515_icon_2.png);}
.Map002515 .number dd{ padding-left:33px;font-size:16px; color:#999;}
.Map002515 .number dd.img{ padding-left:0; width:120px; text-align:center;}
.Map002515 .number dd.img img{ width:100px; height:100px;}
.Map002515 .number dd h3{ font-size:30px; margin:0; color:#009b4c; font-family:Verdana, Geneva, sans-serif;}
.Map002515 .list{ padding:3% 0;}
.Map002515 .list .name{ font-size:20px; color:#f08300; padding-left:40px; background:url(../images/Map002515_icon_3.png) no-repeat left center; margin-bottom:1%;background-size: 20px;} 
.Map002515 .list p{ margin:0; line-height:30px; font-size:16px;}
.Map002515 .list .map{ margin-top:2%; height:320px;}
.Map002515 .list .map *{ box-sizing:content-box;}
.Map002515 .list .map img{ max-width:none;}
@media(max-width:1024px){
.Map002515 .auto{padding:2%;}
}
@media(max-width:1024px) and (min-width:641px){
.Map002515 .number dd h3{ font-size:20px; }
}
@media(max-width:640px){
.Map002515 .number dl{ float:none !important; width:100%; margin-bottom:2%;}
}
@media(max-width:480px){
.Map002515 .title{ font-size:20px;}
.Map002515 .number dl{ height:90px;}
.Map002515 .number dd{ padding-left:20px;}
.Map002515 .number dd h3{ font-size:24px; }
.Map002515 .number dd.img{ width:90px;} 
.Map002515 .number dd.img img{ width:80px; height:80px;}
}

/*
 Map002779
 */
 .Map002779{ padding:3% 0;}
 .Map002779 li{ width:100%; float:left; margin-right:2.5%; margin-bottom:4%; background: #f3f7f9; box-shadow:8px 5px 26px #D7D7D7;}
 .Map002779 li img{display: none;}
 .Map002779 li .pic{display: block; padding-bottom:62.5%; background-size: cover; background-repeat: no-repeat; background-position: center;}
 .Map002779 li .main{ padding:6%;  border-top:6px solid #f08300;}
 .Map002779 li h1{ margin:0; font-size:18px; color:#f08300;}
 .Map002779 li p{ font-size:14px;line-height:28px; margin:14px 0 ;height: 56px;}
 .Map002779 li dl{ font-size:14px; display:block; margin-bottom:14px;line-height:28px; }
 .Map002779 li .more{ background:url(../images/Map002779-icon.png) no-repeat; font-size:14px; color:#f08300; display:block; padding:5px 37px;}
 @media (min-width:480px){
     .Map002779 li{width: 47.5%;margin-right:5%; float:left;}
 }
 @media (min-width:768px){
     .Map002779 li{width:32%;  margin-right:2%; }
     .Map002779 li:nth-child(3n){margin-right:0;}
     .Map002779 li:nth-child(3n+1){clear: left;}
 }
 
 .Map002779 .open_map{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:9999; background:rgba(0,0,0,0.7); display:none;}
 .Map002779 .map_area{ position:fixed; width:80%; left:10%; top:25%; height:50%; background:#fff; font-size: 12px;}
 .Map002779 .map_area #allmap{ position:absolute; left:15px; top:15px; right:15px; bottom:15px;}
 .Map002779 .map_area #allmap *{ box-sizing:content-box;}
 .Map002779 .map_area #allmap img{ max-width:none;}
 .Map002779 .map_area .close{ position:absolute; right:0; width:31px; height:31px; top:-32px; background:#fff; cursor:pointer;}
 .Map002779 .map_area .close::before,
 .Map002779 .map_area .close::after{ position:absolute; content:''; width:25px; height:2px; background:#f08300; top:15px; left:3px;}
 .Map002779 .map_area .close::before{ transform:rotate(45deg);} 
 .Map002779 .map_area .close::after{ transform:rotate(-45deg);} 
 
 @media(max-width:768px){
 .Map002779 li:nth-child(2n){margin-right:0;}
 .Map002779 li:nth-child(2n+1){clear: left;}
 .Map002779 .map_area{width:96%; left:2%;}
 .Map002779 .map_area #allmap{ left:5px; top:5px; right:5px; bottom:5px;}
 }
 
 /*Floor002944 */
.Floor002944{position: relative;z-index: 1; padding:3% 0;overflow: hidden;}
.Floor002944 .auto{position: relative; z-index: 4;}
.Floor002944 .box-2{overflow:hidden;}
.Floor002944 .box-2 .slider{margin: 0 -5px;}
.Floor002944 .box-2 li {width: 23.5%; margin-right: 2%;float: left; margin-bottom: 2%;}
.Floor002944 .box-2 li:nth-child(4n){margin-right: 0px;}
.Floor002944 .box-2 li a{text-align: center;font-size: 16px;  margin: 0 5px; display: block;}
.Floor002944 .box-2 li .ytable{transition: 0.3s;padding: 0 1vw;height: 160px;background: #edf0f5;}
.Floor002944 .box-2 li .icon{display: table; height:50px; border-radius: 50%; width: 50px; margin: 0 auto 10px;}
.Floor002944 .box-2 li .icon figure{display: table-cell; vertical-align: middle;}
.Floor002944 .box-2 li a:hover .ytable{background: #f08300; color: #fff;}
.Floor002944 .box-2 li a:hover .icon{background-color: #fff;}
.Floor002944 .box-2 li .icon img{max-height: 40px;}

.Floor002944 .box-2 .slick-dots{ text-align: center;padding-top: 20px;}
.Floor002944 .box-2 .slick-dots li{display: inline-block; width: 12px; height: 12px; border-radius: 40px;background: #fff; margin: 0 11px;}
.Floor002944 .box-2 .slick-dots li button{display: none;}
.Floor002944 .box-2 .slick-dots li.slick-active{background-color: #f08300; width: 40px;}
@media(max-width:1024px){
.Floor002944 .box-2 .slick-dots li{ width: 8px; height: 8px;margin: 0 4px;}
.Floor002944 .box-2 .slick-dots li.slick-active{ width: 20px;}
.Floor002944 .box-2 li{width: 49%;}
.Floor002944 .box-2 li:nth-child(2n){margin-right: 0px;}
}
@media(max-width:480px){
.Floor002944 .box-2 li .ytable{height: 35vw;}
.Floor002944 .box-2 li .icon{height: 14vw; width: 14vw;}
.Floor002944 .box-2 li .icon img{height: 8vw;}
.Floor002944 .box-2 li a{font-size: 12px;}
}

.Floor002944 .box-1{padding-bottom: 20px;}
.Floor002944 .box-1 .item{margin-bottom: 20px; overflow: hidden;}

.Floor002944 .box-1 .item ol{position: relative;}
.Floor002944 .box-1 .item ol:after{position: absolute;  border:10px solid  transparent;  content: '';border-left-color: rgba(30,80,174,0.9);left: 100%; top: 50%; margin-top: -10px;}
.Floor002944 .box-1 .item ol .Ispic{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
.Floor002944 .box-1 .item ol a{color: #fff; font-size: 26px;font-weight: bold; background: rgba(30,80,174,0.9);position: relative; z-index: 3; line-height: 32px;}
.Floor002944 .box-1 .item ol i{width: 32px; height: 32px;display: inline-block; vertical-align: middle; margin-right: 15px; background-position: center center;background-repeat: no-repeat; margin-top: -3px;}
.Floor002944 .box-1 .item ol i.icon-1{background-image: url("../images/Floor002944_icon01.png");}
.Floor002944 .box-1 .item ol i.icon-2{background-image: url("../images/Floor002944_icon02.png");}
.Floor002944 .box-1 .item li{float: left; width: 49.432%;background: #fff; text-align: center; height: 150px;display: table;}
.Floor002944 .box-1 .item li:not(:last-child){margin-right: 1.136%;}
.Floor002944 .box-1 .item li a{display: table-cell; vertical-align: middle;}
.Floor002944 .box-1 .item li b{color: #666;font-size: 18px; line-height: 2em; letter-spacing: 1px;}
.Floor002944 .box-1 .item li a:hover b{color: #1e50ae;}
.Floor002944 .box-1 .item li .icon img{transition: 0.3s; height: 60px;}
.Floor002944 .box-1 .item li a:hover .icon img{transform: rotateY(-180deg);-webkit-transform: rotateY(-180deg);-ms-transform: rotateY(-180deg);}
@media(min-width:641px){
.Floor002944 .box-1 .item ol{float: left; width: 25%;display: table; height: 150px;  text-align: center;}
.Floor002944 .box-1 .item ol a{display: table-cell; vertical-align: middle;}
.Floor002944 .box-1 .item ul{float: right; width: 73.334%;}
}
@media(min-width:641px) and (max-width:1024px){
.Floor002944 .box-1 .item ol a{font-size: 3vw;}
.Floor002944 .box-1 .item ol i{width: 4vw; height: 4vw;margin-right: 1vw; margin-top: -0.5vw;}
}
@media(max-width:1024px){
.Floor002944 .box-1 .item ol i{background-size: contain;}
}
@media(max-width:640px){
.Floor002944{padding: 4vw 0;}
.Floor002944 .box-1 .item ol a{display: block;padding: 3vw;}
.Floor002944 .box-1 .item ol a{font-size: 6vw;}
.Floor002944 .box-1 .item ol i{width: 7vw; height:7vw;margin-right: 4vw; margin-top: -1vw;}
.Floor002944 .box-1 .item li{height: 30vw;}
.Floor002944 .box-1 .item li b{font-size: 4vw;}
.Floor002944 .box-1 .item li .icon img{height: 40px;}
}

.cgjy h2{text-align: center;font-size: 20px;color: #f08300;line-height: 40px;border-bottom: 1px solid #f5f5f5;padding: 2% 0;}
.cgjy h3{font-size: 18px;color: #333;padding-bottom: 10px;font-weight: bold;}
.cgjy h3 img{max-width: 25px;vertical-align: middle;margin-right: 10px;}
.cgjy_list{padding: 2%;}
.cgjy_list p{font-size: 16px;color:#666;line-height: 30px;padding-bottom: 10px;margin-left: 34px;}
.cgjy_list dd{font-size: 16px;color:#666;line-height: 30px;padding-bottom: 5px;margin-left: 34px;}



.xm_title h3{font-size: 20px;color: #333;padding-bottom: 20px;}
.xm_box ul{display: flex;align-items: center;flex-wrap: wrap;}
.xm_box ul li{width:32%;margin-right: 1%;background: #f5f5f5;color: #333;font-size: 15px;text-align: center;margin-bottom: 1%;padding: 10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.xm_box ul li:nth-child(3n){margin-right: 0;}
.xm_box ul li a{color: #333;display: block;}
.xm_box ul li:hover{background: #f08300;}
.xm_box ul li:hover a{color: #fff;}
.sm{padding: 3% 0;}
.sm .Spec001220{padding-top: 0;}
.xm_title img{max-width: 25px;vertical-align: middle;margin-right: 10px;}
@media(max-width:1024px){
    .xm_box ul li{width: 49%;}
    .xm_box ul li:nth-child(2n){margin-right: 0;}
    .xm_box ul li:nth-child(3n){margin-right: 1%;}
}
.qyu{background: #f5f5f5;padding: 10px 0;}
.qyu ul{display: flex;flex-wrap: wrap;}
.qyu ul li{margin-left: 15px;margin-right: 15px;padding: 5px;}

.mdfb .Map002779 dd:last-child{height:50px;}
.mdfb .Map002779 li h1{padding-bottom: 10px;}


/*
 .TextList001203 为demo编号
 */
 .TextList001203{padding: 3% 0;}
 .TextList001203 h1{ margin:0; font-weight:normal; padding:3% 0; font-size:24px; color:#333;}
 .TextList001203 h1 b{ display:block;}
 .TextList001203 li{ margin-bottom:20px; line-height:30px; border:1px solid #e3e7e6; padding:0 10px 0 35px; position:relative;font-size: 16px; color: #333;}
 .TextList001203 li::before{ position:absolute; content:''; width:6px; height:6px; border-radius:50%; background-color:#f08300; left:15px; top:50%; margin-top:-2px;}
 .TextList001203 li a{ display:block; padding:15px 0;}
 .TextList001203 li span{ padding-right:10px;}
 .TextList001203 li i{ font-style:normal; position:relative; float:right; padding-left:15px; padding-right:30px; background-color:#f08300; color:#fff; font-size:12px;}
 .TextList001203 li i::before{ position:absolute; content:''; width:25px; height:100%; background:url(../images/TextList001203-icon.png) no-repeat center center/contain; right:0;}
 @media(max-width:480px){
 .TextList001203 h1{font-size:20px;}
 }
 @media(max-width:375px){
 .TextList001203 li i{padding-left:5px;}
 }
 



 /* 2021年8年26日 */
 .gydl{padding: 3% 0;}
 .gydl ul{display: flex;flex-wrap: wrap;}
 .gydl ul li{width: 24%;margin-right: 1%;background: #f5f5f5;text-align: center;margin-bottom: 1%;padding: 10px;}
 .gydl ul li p{font-size: 16px;color: #333;margin-top: 10px;}
 .gydl ul li img{height: 100%;max-height:60px;width: auto;max-width: auto;margin: 0 auto;transform: scale(1);transition: .3s;}
 .gydl ul li:hover img{transform:scale(1.1);}
 .gydl ul li:nth-child(4n){
     margin-right: 0;
 }
 @media(max-width:1024px){
    .gydl ul li{width: 49%;}
    .gydl ul li:nth-child(2n){
        margin-right: 0;
    }
    .gydl ul li img{height: auto;}
 }

 .lqlj{display: flex;flex-wrap: wrap;}
 .lqlj ol{font-size: 15px;color: #333;}
 .lqlj ul{display: flex;flex-wrap: wrap;margin-left: 10px;}
 .lqlj ul li{margin-right: 10px;}
 .lqlj ul li a{color: #666;font-size: 14px;}