<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

@font-face {
    /* font-family: "FuturaLT-ExtraBold";
    src: url("../fonts/FuturaLT-ExtraBold.woff2") format("woff2"),
    url("../fonts/FuturaLT-ExtraBold.woff") format("woff"),
    url("../fonts/FuturaLT-ExtraBold.ttf") format("truetype"),
    url("../fonts/FuturaLT-ExtraBold.eot") format("embedded-opentype"),
    url("../fonts/FuturaLT-ExtraBold.svg") format("svg"),
    url("../fonts/FuturaLT-ExtraBold.otf") format("opentype"); */
    font-weight: normal;
    font-style: normal;
}


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{ height: 114px; background: #fff; padding: 29px 0 29px 0; 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;}
.header_height{ height: 114px; 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: 10px 0 10px 0; height: 82px; box-shadow: 0 0 20px #ccc;}
.height_on{ height: 82px;}


/*菜单按钮*/
.menu_button{ overflow: hidden; height: 33px;  position: absolute; left: 0; top: 12px; cursor: pointer;}
.menu_button i{ display: block; float: left; margin-left: 10px; font-size: 18px; color: #666; line-height: 33px; font-weight: 400;}
.menu_img{ width: 33px; height: 33px; float: left;}
.menu_img img{ width: 100%; display: block;}
.menu_button:hover .menu_img{ opacity: 0.9;}
.menu_button:hover i{ color: #003570;}

/*logo*/
.logo{ width: 100%; display: inline-block;}

/*--语言/搜索按钮*/
.header_right{ position: absolute; top: 12px; right: 0;}
.Mall_link{ display: block; float: left; font-size: 18px; line-height: 33px; color: #666; font-weight: 400;}
.Mall_link:hover{ color: #003570;}
.header_button{ width: 33px; height: 33px; 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: #113667; 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: 50px; 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: #00356F; 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: #00356F; font-size: 20px; line-height: 55px; position: absolute; top: 0; right:10px; z-index: 9; width: 30px; cursor: pointer;}

.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;}


/*.Level_two{ display: none; float: left; width: 100%; border-bottom: solid 1px #eaecee; padding: 5px 0;}
.Level_two dd{ width: 30%; display: inline-block; margin-left: 2%; border: solid 1px #ccc; text-align: center; margin-top: 5px; margin-bottom: 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;
}
.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: #003570; border: solid 1px #003570; display: inline-block;}
.Level_two dd:hover a{ color: #fff; display: block;}*/
/*.Menu_nav ul li:hover .Level_one{ color: #3a3a3a; background: #f5f5f5;}
.Menu_nav ul li:hover .Level_one a{ color: #003570;}
.Menu_nav ul li.active .Level_one{ background: #332d43 !important;}
.Menu_nav ul li.active .Level_one a{ color: #fff !important;}
.Menu_nav ul li.active .Level_one .icon_butt{color: #fff !important;}*/
.Menu_nav ul li:hover .Level_one{ color: #3a3a3a; background: #f5f5f5;}
.Menu_nav ul li:hover .Level_one a{ color: #003570;}
/* .Menu_nav ul li.active .Level_one{ background: #332d43 !important;} */
/* .Menu_nav ul li.active .Level_one a{ color: #fff !important;} */
.Menu_nav ul li.active .Level_one .icon_butt{color: #00356F !important;}

.SC_link{ width: 32%; height: 40px; float: left; text-align: center; background: #5590e3; margin-left:1%;}
.SC_link a{color: #fff;font-size: 12px;line-height: 40px;display: block;}
.SC_link:hover{ opacity: 0.9;}


/*banner*/
.banner{ width: 100%; margin: 0 auto; position: relative;}
.banner:after{ content: ""; display: block; clear: both; }
.swiper_banner {
    float: left;
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.swiper_banner .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_banner .swiper-pagination{ bottom: 10px !important;}
.swiper_banner .swiper-pagination span{ width: 10px; height:10px; background: #fff !important; opacity:1; margin: 0 10px !important; }
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active{  background: #0A3270 !important;}


/*swiper_news*/

.swiper_news {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.swiper_news .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* 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;
}

.swiper_news_pic{ width: 100%; float: left; text-align: center;}
.swiper_news_pic img{ width: 100%;}
.swiper_news_time{ width: 100%; float: left; text-align: left; margin-top: 25px;}
.swiper_news_time span{ display: block; font-size: 16px; color: #666; line-height: 22px;}
.swiper_news_time span i{ font-weight: bold; font-size: 30px; color: #666; line-height: 30px; margin-top: 5px; font-family: Impact;}

.swiper_news_tit{ width: 100%; float: left; margin-top: 22px;}
.swiper_news_tit a{ font-size: 18px; color: #666; line-height: 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;
}
.swiper_news_tit:hover a{ color: #B6892E;}

.swiper_news_hx{ width: 100%; float: left; margin-top: 12px;}
.swiper_news_hx i{ display: block; width: 30px; height: 2px; background: #B6892E; float: left;}


/*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 #013571;
    -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 #013571;
    -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 #013571;
    -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;}



.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 #013571;
    -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: #013571;}
.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: #003570;}
.stores_bj2 i{ display: inline-block; background: #07317B; }
.stores_bj2 p{ color: #003570;}

/*首页资讯*/
.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 #00346E;}
.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 #00356F;
    color: #00356F;
}
.news_butt dd.on{
    border-bottom: solid 2px #00356F;
    color: #00356F;
}

.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: #00356F;
    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; background: url(../images/d_x.png) center center no-repeat; 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 #00356F;
    color: #00356F;
}
.product_butt dd.on{
    border-bottom: solid 2px #00356F;
    color: #00356F;
}
.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;}
.card_1 .swiper-button-prev{  width:42px; height:82px; outline:none; top: 35%; right:-70px; margin-top: auto;margin-left: -4rem;}

.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;}


/*走进蓝丝带*/
.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;}

/*首页蓝丝带管理顾问*/
.management{ padding-bottom: 135px; background: url(../images/s_bj.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: #00356F;
    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: #00356F;
    font-size: 60px;
    font-weight: lighter;
    line-height: 50px;
}
.yc_list ul li .yc_b em {
    font-style: normal;
    color: #00356F;
    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);
}


/*首页联系*/
.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: #0A3270 !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: #013571; 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: 0px; left: 8%; 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: 86px; 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: 70%; 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: 72%; 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{margin-top: 20px; 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%;height: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;}
}</pre></body></html>