/* 
* @Author: anchen
* @Date:   2018-06-20 19:10:08
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2018-10-15 12:11:18
*/
* { margin: 0;padding: 0;}
@font-face {
    font-family: "sansource";
    src: url(../fonts/SourceHanSansCN-Regular.ttf);
}
*:focus { outline: none;}
body { font-family: "Microsoft yahei", Arial, sans-serif;color: #333;padding-top: 90px;}
ul,ol { list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
a:hover, a:focus, a:visited,a {
  text-decoration: none;
  outline: none;
}
.left { float: left;}
.right { float: right;}
.wpp { max-width: 1560px;margin: 0 auto;padding: 0 20px;position: relative;height: 100%;}
.wp { max-width: 1160px; position: relative;height: 100%;margin: 0 auto;padding: 0 20px;}

.clearfix:after {      
    content: ".";    
    display: block;  
    clear: both;    
    visibility: hidden;     
    height: 0;    
    font-size:0;    
}
/* IE 6/7 */
.clearfix { zoom: 1; }
.layout ,.layout2{ width: 100vw;height: 100vh;background: rgba(0,0,0,.2);position: fixed;top: 0;left: 0;z-index: 14;display: none;}
.layout2 { z-index: 30; }
.fl { float: left; }
.fr { float: right; }

/* 边栏 */
.sidebar { width: 70px;background: #ccc;position: fixed;right: 8px;bottom: 35%;border: 1px solid #e8e8e8;z-index: 20;opacity: 0;}
.sidebar > div { height: 70px;background: #fff;text-align: center;cursor: pointer;position: relative;-webkit-transition: all .25s;
  -moz-transition: all .25s;
   -ms-transition: all .25s;
    -o-transition: all .25s;
       transition: all .25s;}
.sidebar > div:hover { background: #1f8b3b;}
.sidebar > div:hover p { color: #fff;}
.sidebar > div i { display: inline-block;margin-top: 10px;margin-bottom: 2px;-webkit-transition: all .25s;
  -moz-transition: all .25s;
   -ms-transition: all .25s;
    -o-transition: all .25s;
       transition: all .25s;}
.sidebar > div p { text-align: center;font-size: 12px;-webkit-transition: all .25s;
  -moz-transition: all .25s;
   -ms-transition: all .25s;
    -o-transition: all .25s;
       transition: all .25s;}
.sidebar > div + div { border-top: 1px solid #e8e8e8;}
.sidebar .message i { width: 29px;height: 27px;background: url(../images/msg01.png) no-repeat;background-size: contain;}
.sidebar .message h2 { font-size: 16px;color: #1f8b3b;margin-bottom: 10px;}
.sidebar .message:hover i { background: url(../images/msg02.png) no-repeat;background-size: contain;}
.sidebar .qq i { width: 28px;height: 29px;background: url(../images/q01.png) no-repeat ;background-size: contain;}
.sidebar .qq:hover i { background: url(../images/q02.png) no-repeat;background-size: contain;}
.sidebar .totop i { width: 30px;height: 30px;background: url(../images/t01.png) no-repeat;background-size: contain;}
.sidebar .totop:hover i { background: url(../images/t02.png) no-repeat;background-size: contain;}
.sidebar .message > div { width: 400px;height: 400px;position: absolute;right: 140%;top: -15px;background: #fff;border-radius: 4px;box-shadow: 0 0 10px rgba(0,0,0,.5);text-align: left;padding: 20px;display: none;}
.sidebar .message:hover > div {display: block;}
.sidebar .message > div p { text-align: left;}
.sidebar .message >div:after{ content: '';border: 6px solid #fff;-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);position: absolute;top: 40px;right: -6px;}
.sidebar .message >div:before { content: '';width: 80px;height: 80px;position: absolute;right: -80px;top: 0;}
/*头部*/
header { background: #fff;position: relative;position: fixed;top: 0;left: 0;width: 100%;z-index: 20;}
header .wp { background: #fff; }
header .logo {display: inline-block;margin-top: 15px;}
header .logo img { max-width: 100%; }
header nav { float: right; }
header .topnav { margin-right: 170px;}
header .topnav li { float: left;height: 90px;padding: 0 25px;position: relative;}
header .topnav li>a { padding: 0 5px;display: block;line-height: 86px;color: #333;font-weight: 500;position: relative;}
header .topnav li>a i { width: 9px;height: 5px;background: url(../images/dot2.png) no-repeat;transform: rotate(180deg);display: inline-block;vertical-align: middle;margin-left: 2px;opacity: .7; }
header .topnav li:hover>a i {transform: rotate(0);opacity: 1;}
header .header-right { float: right;width: 182px;height: 100%;position: absolute;right: 0;top: 0;height: 90px;}
header .header-right .search { border: 1px solid #eaeaea;border-top: none;border-bottom: none;padding: 0 25px;height: 100%;position: relative;float: left;background: #fff;z-index: 10;}
header .header-right .search .form { box-shadow: 0 0 10px rgba(0,0,0,.2);position: absolute;top: 100%;right: 0;padding: 20px 40px;background: #fff;/*-webkit-transition: all .25s;*/
   /*-moz-transition: all .25s;
    -ms-transition: all .25s;
     -o-transition: all .25s;
        transition: all .25s;*/display: none;}

header .header-right .search .form input[type="text"] { width: 435px;border: none;-webkit-transition: all .25s;
   -moz-transition: all .25s;
    -ms-transition: all .25s;
     -o-transition: all .25s;
        transition: all .25s;margin-right: -25px;height: 40px;line-height: 40px;font-size: 14px;border-bottom: 1px solid #1f8b3b;}
header .header-right .search .form input[type="submit"] { position: absolute;right: 20px;bottom: 30px;border: none;background: none;font-size: 16px;color: #1f8b3b;border-left: 1px solid #dfdfdf;padding-left: 10px;cursor: pointer;font-family: "sansource";}
header .header-right .search span { width: 22px;height: 22px;background: url(../images/search.png) no-repeat;display: inline-block;border: none;position: absolute;top: 50%;margin-top: -12px;right: 15px;cursor: pointer;}

header .header-right .changeLang { float: left;padding: 0 20px;position: relative;height: 100%;width: 90px;z-index: 21;}
header .header-right .changeLang span { position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-60%);
   -moz-transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
     -o-transform: translate(-50%,-60%);
        transform: translate(-50%,-60%);width: 90px;text-align: center;cursor: pointer;}
header .header-right .changeLang span i { width: 20px;height: 20px;background: url(../images/china.png) no-repeat;position: absolute;top: 2px;left: 0;background-size: contain;}
header .header-right .changeLang span s { width: 9px;height: 5px;background: url(../images/dot2.png) no-repeat;position: absolute;right: 5px;top: 9px;transform: rotate(180deg);}
header .header-right .changeLang .choose { width: 90%;background: #fff;position: absolute;top: 100%;left: 0;color: #fff;text-align: center;font-size: 14px;-webkit-transition: all .25s;
   -moz-transition: all .25s;
    -ms-transition: all .25s;
     -o-transition: all .25s;
        transition: all .25s;height: 0;z-index: 21;padding: 0 5%;box-shadow: 0 2px 5px rgba(0,0,0,.4);overflow: hidden;}
header .header-right .changeLang:hover .choose { top: 99%;height: 112%;}
header .header-right .changeLang:hover span s { transform: rotate(0); }
header .header-right .changeLang .choose a { display: block;color: #999;padding: 15px 0;}
header .header-right .changeLang .choose a + a { border-top: 1px solid #dfdfdf;}
header .header-right .changeLang a:hover ,header .header-right .changeLang .choose a:hover{ color: #30b2e4;}
header dl { width: 200px;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;background: #fff;box-shadow: 0 2px 10px rgba(0,0,0,.4);z-index: 30;padding: 20px 12px;display: none;padding-top: 10px; }
header dl dd a { line-height: 40px;color: #999; padding: 0 15px;background: url(../images/dot.jpg) repeat-x left bottom;display: block;margin-top: 10px;font-size: 14px;}
header dl dd:hover a { color: #1f8b3b; }
header dl dd a i { width: 5px;height: 9px;background: url(../images/r1.png) no-repeat;float: right;margin-top: 16px; }
header dl dd:hover a i { background: url(../images/r1_1.png) no-repeat; }
header dl dd:first-child a { margin-top: 0; }



.idx-banner { overflow: hidden; }
.idx-banner .banner-container,.mb-banner-container { height: 85vh;position: relative; }
.idx-banner .swiper-slide { height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center; }
.idx-banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 20px; }

.idx-banner .swiper-pagination-bullet {opacity: .8; background: #fff;box-sizing: border-box;width: 30px;height: 30px;background: none;position: relative; }

.idx-banner .swiper-pagination-bullet:after { content:'';width: 8px;height: 8px;border-radius: 50%;background: #fff;position: absolute;top: 50%;left: 50%;margin-left: -4px;margin-top: -4px; }
.idx-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 30px;height: 30px;background: url(../images/id.png) no-repeat;opacity: 1;}

.idx-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after { display: none; }
.mb-banner-container { display: none;  }


.profile { background: #f6f6f6;padding-top: 100px;padding-bottom: 60px; }
.profile .box { overflow: hidden; height: 430px;position: relative;}
.profile .box .part {position: absolute;height: 100%;top: 0;transition: all .2s;}
.profile .box .part1 { background: url(../images/idx01.png) no-repeat left center;background-size: contain;width: 55%; }
.profile .box .part2 { background: url(../images/idx05.png) no-repeat left center;left: 31.2%;background-size: contain;width: 52%;z-index: 5 ;}
.profile .box .part3 { background: url(../images/idx03.png) no-repeat left center; left: 62%;background-size: contain;width: 62%;z-index: 10;}
.profile .box .part img { display: none; }
.profile .box .part .text { position: absolute;left: 12%;width: 35%; bottom: 20px;}
.profile .box .part .text p { font-size: 14px;display: none;line-height: 22px;}
.profile .box .part a { display: block;color: #fff;width: 100%;height: 100%; }
.profile .box .part .text h2 { font-size: 24px;margin-bottom: 10px; }

.profile .box .part1:hover { background: url(../images/idx02.png) no-repeat left center;background-size: contain; }
.profile .box .part2:hover { background: url(../images/idx06.png) no-repeat left center;background-size: contain; }
.profile .box .part3:hover { background: url(../images/idx04.png) no-repeat left center;background-size: contain; }

/*.profile .box .part2 .text { left: 20%; }*/

.idx_use { padding-top: 120px;padding-bottom: 80px;background: url(../images/idx0.png) no-repeat left top;  }

.idx_use .fl { width: 260px;height: 276px;background: #4ca262 url(../images/idx07.png) no-repeat center 85px; }

.idx_use .fl .text { padding: 20px 15px; color: #fff;}
.idx_use .fl .text  h3 { font-size: 30px;margin-bottom: 15px; }
.idx_use .fr { width: 75%; }
.idx_use ul li { width: 33.33%;float: left;height: 100px;padding: 30px 0; }
.idx_use ul li img {display: inline-block;vertical-align: middle;margin-right: 20px;}
.idx_use  a { display: block; text-align: center;padding-top: 20px;border-top: 1px solid #e2e2e2; color: #999;}
.idx_use  a img { display: inline-block;vertical-align: middle;margin-left: 10px; }
.idx_use  a:hover { color: #4ca262; }

.idx_product { position: relative;overflow: hidden; }
.idx_product .pro_swiper { height: 80vh; }
.idx_product .swiper-slide { background-repeat: no-repeat;background-position:  center center;background-size: cover;position: relative; text-align: center;}
.idx_product .swiper-slide a { display: block;height: 100%; }
.idx_product .swiper-slide .zhe { width: 100%;height: 100%;/*background: rgba(0,0,0,.6);*/position: absolute;top: 0;left: 0; }
.idx_product .swiper-slide:hover .zhe { background: rgba(0,0,0,.8); }
.idx_product .swiper-slide .text { width: 80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2; }
.idx_product .swiper-slide img { display: block;margin: 0 auto;width: 0;margin-bottom: 40px;transition: all .2s;}
.idx_product .swiper-slide h2 { text-align: center;color: #fff;margin-bottom: 30px; }
.idx_product .swiper-slide h2 span { display: inline-block;border-bottom:1px solid rgba(255,255,255,.7) ;padding-bottom: 30px; }
.idx_product .swiper-slide p { text-align: center;color: #fff;line-height: 26px;     -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;}
.idx_product .swiper-slide  .text > span { padding: 10px 40px;border-radius: 30px;display: inline-block;margin-top: 50px;background: #72b0e4;color: #fff;opacity: 0;transition: all .2s;}
.idx_product .swiper-slide  .text > span:hover { background: #fff;color: #72b0e4; }

.idx_product .swiper-slide:hover .text img  { width: 100px;} 
.idx_product .swiper-slide:hover .text >span { opacity: 1; }
.idx_product .swiper-button-prev,.idx_product  .swiper-button-next { width:46px;height: 116px;background: rgba(255,255,255,.3); border-radius: 4px;}

.idx_product .swiper-button-prev { background: rgba( 255,255,255,.4) url(../images/l.png) no-repeat center center;background-size: 20px 36px;left: 0; }
.idx_product .swiper-button-next { background: rgba( 255,255,255,.4) url(../images/r.png) no-repeat center center;background-size: 20px 36px;right: 0; }



.idx_advan { padding: 60px 0;background-repeat: no-repeat;background-size: cover;background-position: center center;padding-bottom: 100px; }
.idx_advan h2 { text-align: center;font-size: 32px;margin-bottom: 10px; }
.idx_advan .wpp > p { text-align: center;margin-bottom: 40px; }
.idx_advan ul li { width: 23%;float: left;background: #f6f6f6;text-align: center; padding: 60px 20px;height: 380px;box-sizing: border-box;}
.idx_advan ul li + li { margin-left: 2%; }
.idx_advan ul li a { display: block;height: 100%; }
.idx_advan ul li span { width: 140px;height: 140px; border-radius: 50%;display: inline-block;line-height: 140px;}
.idx_advan ul li:nth-child(1) span { background: #fff url(../images/idx09.jpg) no-repeat;background-size: 73px 55px;background-position: center; }
.idx_advan ul li:nth-child(2) span { background: #fff url(../images/idx10.jpg) no-repeat;background-size: 64px 64px;background-position: center; }
.idx_advan ul li:nth-child(3) span { background: #fff url(../images/idx11.jpg) no-repeat;background-size: 72px 72px;background-position: center; }
.idx_advan ul li:nth-child(4) span { background: #fff url(../images/idx12.jpg) no-repeat;background-size: 54px 56px;background-position: center; }
.idx_advan ul li h3 { position: relative;font-size: 24px;padding-top: 25px;margin-top: 10px;margin-bottom: 10px;color: #333; }
.idx_advan ul li h3:before { content: '';width: 20px;height: 3px;background: #4ca262;position: absolute;top: 15px;left: 50%;margin-left: -10px; }

.idx_advan ul li p { font-size: 14px;color: #666; }
.idx_advan ul li:hover { background: #4ca262;box-shadow: 0 0 20px rgba(0,0,0,.3); }
.idx_advan ul li:hover h3 { color: #fff; }
.idx_advan ul li:hover p { color:#d9d9d9;}
.idx_advan ul li:hover h3:before { background: #fff; }


.idx_news { padding-top: 80px;padding-bottom: 60px;background-repeat: no-repeat;background-position: center;background-size: cover; }
.idx_news h1 {text-align: left; font-size: 36px;color: #fff;padding-left: 60px;margin-bottom: 60px; }
.idx_news h1:after{display: none;}
.idx_news h1 a { float: right;font-size: 16px; color: #fff;margin-top: 15px;margin-right: 75px;}
.idx_news h1 a:hover {color: #d9d9d9;}
.idx_news .box > div { padding: 0 60px;box-sizing: border-box;width: 50%; }
.idx_news .box .part { padding-left: 120px;position: relative;margin-bottom: 30px; }
.idx_news .box .part:hover .text h2,.idx_news .box ul li:hover h2 { color: rgba(255,255,255,.6); }
.idx_news .box .part .time { position: absolute;left: 0;top:50%; color: #fff;transform: translateY(-50%); }
.idx_news .box .part .time p { font-size: 30px;margin-bottom: 10px;}
.idx_news .box .part .text h2 { font-size: 18px;color: #fff; margin-bottom: 10px;padding-top: 10px;overflow: hidden;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;white-space: nowrap;}
.idx_news .box .part .text p { font-size: 14px;color: rgba(255,255,255,.6);overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 44px;line-height: 22px;}
.idx_news .box ul li { padding: 15px 0;background: url(../images/idx_news02.png) repeat-x left bottom; }
.idx_news .box ul li h2 { position: relative;font-size: 18px;color: #fff;padding-left: 20px; }
.idx_news .box ul li h2:before { content: ''; width: 6px;height: 11px;background: url(../images/idx_news01.png) no-repeat;background-size: contain;left: 0;top: 5px;position: absolute;}
.idx_news .box ul li h2 span:nth-child(1) { display: inline-block;width: 75%;overflow: hidden;-ms-text-overflow: ellipsis;
text-overflow: ellipsis; white-space: nowrap;} 
.idx_news .box ul li h2 span:nth-child(2) { font-size: 16px;margin-top: 5px;color: rgba(255,255,255,.5); width: 100px;display: inline-block;float: right;}


.idx_contact .wpp { position: relative; }
.idx_contact { background: #fff; }
.idx_contact .box {padding: 20px 0; padding-right: 60px; }
.idx_contact .box .map { float: right;position: relative; }
.idx_contact .box .map img { display: block; }
.idx_contact .box .point-area { width:50px;height: 40px;position: absolute; }
.idx_contact .box .point-area.bj { top: 35%;right: 15%; }
.idx_contact .box .point-area.sh { top: 59%;right: 11%; }
.idx_contact .box .point-area.yw { top: 65%;right: 12%; }
.idx_contact .box .point-area.hz { top: 76%;right: 16%; }
.idx_contact .box .point-area.sz { top: 79%;right: 18%; }
.idx_contact .box .point-area.xg { top: 84%;right: 17%; }
.idx_contact .box .point-area.dg { top: 76%;right: 21%; }
.idx_contact .box .point-name { position: absolute;right: 0;top: 0; }
.idx_contact .box .point-area.dg .point-name { right: 100%;width: 50px; }
.idx_contact .box .point-dot { width: 8px;height: 8px;border-radius: 50%;background: #00adec;position: absolute;top: 5px;left: 0; }
.idx_contact .box .point-dot:after { content: '';background: rgba(0,173,236,.3);position: absolute;top: 50%;left: 50%;border-radius: 50%;-webkit-animation: scale 2s infinite;
-o-animation: scale 2s infinite;
animation: scale 2s infinite; transform: translate(-50%,-50%);}

.idx_contact .box .point-dot:before { content: '';border: 1px solid #00adec;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-animation: scaleX 2s 1s infinite;
-o-animation: scaleX 2s 1s infinite;
animation: scaleX 2s 1s infinite; transform: translate(-50%,-50%);border-radius: 50%;}


.idx_contact { background: #f6f6f6 }
.idx_contact .box .contact { padding: 30px 60px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,.3);border-radius: 8px;width: 50%;position: absolute; left: 20px;top: 100px;z-index: 2}
.idx_contact .box .contact .fl { width: 50%; }
.idx_contact .box .contact .fr { width: 40%; }
.idx_contact .box .contact .fl h2 ,.idx_contact .box .contact .fr h2{ font-size: 24px;color: #1f8b3b;margin-bottom: 20px; }
.idx_contact .box .contact .fl p,.idx_contact .box .contact .fr p,.sidebar .message > div p { font-size: 14px;color: #666;line-height: 24px;margin-bottom: 30px; }
.idx_contact .box .contact label,.sidebar .message > div label { vertical-align: middle;font-size: 14px;margin-right: 5px; }
.idx_contact .box .contact .line,.sidebar .message > div .line { margin: 15px 0; }
.idx_contact .box .contact .line input,.sidebar .message > div .line input { border: 1px solid #e4e4e4;border-radius: 4px;background: #fafafa;line-height: 30px;width: 70%; }
.idx_contact .box .contact .line:nth-child(3) label,.sidebar .message > div .line:nth-child(3) label { vertical-align: top; }
.idx_contact .box .contact .line textarea ,.sidebar .message > div .line textarea{ height: 155px;  border: 1px solid #e4e4e4;border-radius: 4px;background: #fafafa;width: 70%; }
.idx_contact .box .contact button ,.sidebar .message > div button{ padding: 10px 40px;border-radius: 20px;background: #30b2e4;color: #fff;display: inline-block;margin-left: 50px;border: none;cursor: pointer; }
.idx_contact .box .contact button:hover,.sidebar .message > div button:hover { background: #289ac6; }
.idx_contact .box .contact .fr h2 { color: #333; }
.idx_contact .box .contact .fr p { margin-bottom: 40px; }
.idx_contact .box .contact .fr span { font-size: 14px;color: #999; }
.idx_contact .box .contact .fr h3 { margin-top: 10px;color: #666; }
.idx_contact .box .contact .fr a { color: #4ca263;display: inline-block;margin-top: 50px; }






@keyframes scale{
  0% {width: 0;height: 0;}
  50% {width: 20px;height: 20px;}
  100% {width: 0;height: 0;}
}

@-webkit-keyframes scale{
  0% {width: 0;height: 0;}
  50% {width: 20px;height: 20px;}
  100% {width: 0;height: 0;}
}

@keyframes scaleX{
 0% {width: 0;height: 0;opacity: 1;}
  100% {width: 80px;height: 80px;opacity: 0;}
}

@-webkit-keyframes scaleX{
  0% {width: 0;height: 0;opacity: 1;}
  100% {width: 80px;height: 80px;opacity: 0;}
}






.idx-foot { background: #2d2d2d;padding-top: 55px;}
.idx-foot a { -webkit-transition: all .25s;
   -moz-transition: all .25s;
    -ms-transition: all .25s;
     -o-transition: all .25s;
        transition: all .25s;}
.idx-foot .wpp { position: relative;overflow: hidden;}
.idx-foot .wp .email { position: absolute;right: 380px;bottom: 80px;color: #ebebeb;}
.idx-foot .wp .office { width: 135px;height: 45px;background: #303234;line-height: 45px;text-align: center;color: #ebebeb;position: absolute;right: 0;bottom: 65px;border-radius: 8px;}
.idx-foot .wp .office:hover { background: #222;color: #fff;}
.idx-foot .foot-menu { float: left; overflow: hidden;padding-bottom: 50px;}
.idx-foot .foot-menu dl { float: left;margin-right: 80px;}
.idx-foot .foot-menu dl dt { font-size: 16px;color: #ccc;margin-bottom: 20px;}
.idx-foot .foot-menu dl dd a { font-size: 14px;color: #7d7d7d;line-height: 24px;}
.idx-foot .foot-menu dl dd a:hover { text-decoration: underline;color: #d5d5d5;}
.idx-foot .right-menu { float: right;margin-right: 30px;}
.idx-foot .right-menu { color: #7c7c7c;line-height: 24px;}
.idx-foot .right-menu span { width:90px;display: inline-block; }
.idx-foot .right-menu img { display: inline-block;vertical-align: top;float: left; margin-right: 20px;}
.idx-foot .copy { padding: 20px 0;text-align: center;background: #7c7c7c;}
.idx-foot .copy p { display: inline-block;color: #c0c0c0;font-size: 14px;}
.idx-foot .copy p a { font-size: 14px;color: #c0c0c0;margin-left: 10px;}
.idx-foot .copy p a:hover { color: #fff;}

.idx-foot .hotlink {padding: 5px 10px;border: 1px solid #868788;color: #999;font-size: 14px;cursor: pointer;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);}
.idx-foot .hotlink i { width: 15px;height: 8px;background: url(../images/sprits.png) no-repeat -2px -31px;display: inline-block;margin-left: 5px;}
.idx-foot .hotlink .box { position: absolute;top: -115px;left: 50%;-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);width: 240px;text-align: center;z-index: 5;padding: 8px 0 ;background: #303234;border-radius: 4px;display: none;}
.idx-foot .hotlink:hover .box { display: block;}
.idx-foot .hotlink .box:before { content: '';border: 6px solid #303234;-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        transform: rotate(-45deg);position: absolute;left: 50%;margin-left: -6px;bottom: -6px;z-index: 4;}
.idx-foot .hotlink .box:after { content: '';width: 100%;height: 30px;position: absolute;bottom: -30px;left: 0;}
.idx-foot .hotlink .box a { color: #f0f0f0;display: block;padding:10px;}
.idx-foot .hotlink .box a+a { border-top: 1px solid #000;}
.idx-foot .hotlink .box a:hover { background: #000;}




@media screen and (max-width: 1680px) {
    .wp { max-width: 1400px; }
}

@media screen and (max-width: 1500px) {
    .wp { max-width: 1200px; }
    header .topnav li { padding: 0 15px; }
    header dl { width: 140px; }

}
@media screen and (max-width: 1340px) {
  /*header nav { float: none;width: 100%;background: #fff; }*/
  /*header .topnav { float: none;margin: 0 auto;width: 600px; }*/
 /* header .logo { display: block;width: 388px;margin: 0 auto; }
  header .header-right { top: 63px; }*/
  header .topnav li>a { font-size: 14px; }
  header .logo { width: 300px; }
    /*body {padding-top: 169px;}*/

}
@media screen and (max-width: 1200px) { 
    .wp { max-width: 1020px; }
    .idx-foot .foot-menu dl { margin-right: 60px; }
  .idx-foot .foot-menu { padding-left: 20px; }
}
@media screen and (max-width: 1180px) {
  header .topnav li>a { font-size: 12px; }
  header .logo { width: 240px;margin-top: 23px;  }

}


@media screen and (max-width: 992px) { 
  .sidebar {display: none;}
  .idx-foot { background: #1e1e1e;padding-top: 0; }
  .idx-foot > .wp { padding: 0; }
   .idx-foot .right-menu { float: none;background: #444;overflow: hidden; width: 100%;padding: 30px 0;padding-left: 20px;}
   .idx-foot .foot-menu { float: none; padding-left: 0;padding-bottom: 0;}
   .wp { width: auto;padding: 0 20px; }
   .idx-foot .foot-menu dl { float: none;margin-right: 0; }
   .idx-foot .foot-menu dl dt {margin-bottom: 0;line-height: 60px;border-bottom: 3px solid #444;padding-left: 20px;}
   .idx-foot .foot-menu dl dt i { width: 11px;height: 18px;background: url(../images/r2.png) no-repeat;background-size: contain;float: right;margin-top: 20px;margin-right: 20px; }
  .idx-foot .foot-menu dl dd { padding-left: 20px;line-height: 60px;padding-right: 20px;padding-left: 20px;display: none;background: #444; }
   .idx-foot .foot-menu dl dd a { display: block; margin-left: 20px;border-bottom: 1px solid #717171;}
.idx-foot .foot-menu dl dd:last-child a {border-bottom: none;}




   header .logo { margin-left: 0; width: 300px;}
   header .logo  img { width: 100%; }
   /* 手机导航 */

    .hamburger {
        position: absolute;
        right: 30px;
        top: 28px;
    }
    .hamburger .line {
        width: 40px;
        height: 3px;
        background-color: #333;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 2px;
    }
    .hamburger.is-active .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-13px) rotate(-45deg);
    }
    header nav {
      position: absolute;
      top: 79px;
      left: 150%;
      width: 100%;
      z-index: 15;
      background: #fff;
      float: none;
    }
    header .topnav li,header .header-right {
      float: none;
    }
    header .topnav {
      width: 100%;
    }
    header .header-right {
      width: 100%;
      position: relative;
      top: auto;
      right: auto;height: 70px;
    }
    header .header-right .changeLang { width: 200px; text-align: left;padding: 0;margin-top: 20px;}
    header .header-right .changeLang span { display: none; }
    header .header-right .changeLang .choose { display: block;position: static;top: auto;left: auto;height: auto;box-shadow: none;text-align: left;background: none;padding: 0 20px;}
    header .header-right .changeLang .choose a ,header .header-right .changeLang .choose a + a{ display: inline-block;border-top: none;padding: 0;font-size: 16px;margin-right: 20px; margin-top: 15px;}
    header .header-right .search { position: absolute;top: 40px;right: 0;height: auto; }
    header .header-right .changeLang .choose a + a { border-left: 1px solid #999;padding-left: 20px; }
    header .header-right .search .form { top: 44px; }
    header .topnav li.hover> a i { width: 21px;height: 12px;background: url(../images/r3_1.png) no-repeat; margin-top: 23px;}
    header .topnav li>a i { width: 12px;height: 21px;background: url(../images/r3.png) no-repeat;float: right;margin-top: 20px;transform: rotate(0); }
    header .topnav li { height: auto; }
    header .topnav li> a { line-height: 60px;border-bottom: 1px solid #d9d9d9; }
    header .header-right .search span { margin-top: -7px; }
    header dl { width: 100%;position: relative;margin-left: 0;top: auto;left: auto;transform: translateX(0);padding: 0;box-shadow: none; }
    header .topnav li:hover { display: block; }
    body { padding-top: 80px; }
    header { height: 80px; }
    .hamburger { top: 18px; }


}


 @media screen and (max-width: 640px)  {
    header .logo { width: 250px; margin-top: 20px;}
    header .logo img { display: block;max-width: 100%; }

 }


@media screen and (max-width: 540px) {
  header .header-right .search .form {padding: 20px 10px;}
    header .header-right .search .form input[type="text"] { width: 280px; }
    .hamburger .line { width: 30px;height: 2px; }
    .hamburger.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
 }
@media screen and (max-width: 375px) {
  header .logo { width: 255px; }
}
