﻿@charset "UTF-8";
/*
* @Author: lxhcool
* @Date:   2017-06-14 15:47:26
* @Last Modified by:   Marte
* @Last Modified time: 2017-12-19 18:05:38
*/

/* Header */
.header { width: 100%; height: 100px; line-height: 100px; left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background: rgba(0,0,0,0.06);
}
.header .logo { padding-left: 1.5rem; }
.header .nav { margin-right: 0.1rem; }
.header .nav ul > li { float: left; font-size: 16px; color: #fff; line-height: 100px; margin-right: 0.5rem; }
.header .nav ul > li:last-child { margin-right: 0; }
.header .nav ul > li.on > a{ background:url("../images/navBg.png") no-repeat bottom; color:#fff; }
.header .nav ul > li > a:hover{ color:#fff;}
.header .nav ul > li > a { font-size: 16px; padding: 0px 5px; color: #fff; display: block; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.header .nav ul > li sup{position: relative;top: -5px;}

/* 二级菜单 */
.header .nav .con {
    width: 110px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
	z-index:100;
    top: 80px;
    margin-left: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.header .nav .con a {
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #666;
    display: block;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s;
}
.header .nav ul > li:hover .con {
    width: 110px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
	z-index:100;
    top: 80px;
    margin-left: -15px;
    opacity: 1;
    filter: alpha(opacity=1);
    transition: all 0.3s;
}

.header .header-right p { border-left: 1px solid #e6e6e6; font-size: 14px; color: #fff; line-height: 100px; padding: 0px 15px; }
.header .header-right p a { color: #fff; font-size: 14px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.header .header-right p i { display: inline-block; float: left; }
.header .header-right p.tmall i { width: 72px; height: 33px; background: url("../images/1688.jpg") no-repeat; margin-top: 32px; margin-right: 5px; }
.header .header-right p.weixin i { width: 49px; height: 33px; background: url("../images/weixin.png") no-repeat; margin-top: 32px; margin-right: 5px; }
.header .header-right p.lang { font-size: 14px; color: #fff; }
.header .header-right p.lang a { font-size: 14px; color: #fff; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.header .header-right p.lang a.on { color: #fff; }
.header-mobile{display:none;}

.erweima{ position:absolute; z-index:100; right:40px; top:80px; display:none;}
.erweima img{ width:120px;}


/* 视频弹框 */
.video-pop { width: 960px; height: auto; position: fixed; left: 50%; top: 50%; margin: -274px 0px 0px -484.5px; z-index: 1001; display: none; }
.video-controls{ width:100%; }
.video-pop #a1 { width: 100%; height: 100%; }
.video-pop .close { position: absolute; top: -20px; right: 10px; width: 30px; height: 30px; margin: -15px; cursor: pointer; }
.video-pop .close span { display: inline-block; position: absolute; left: 50%; top: 50%; width: 30px; height: 1px; margin: -1px 0 0 -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.video-pop .close span:last-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.video-pop .close span::before, .video-pop .close span::after { content: ""; display: inline-block; position: absolute; width: 100%; height: 100%; -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.video-pop .close span::before { background-color: #fff; opacity: 1; }
.video-pop .close span::after { background-color: #007d4f; opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
.video-pop .close span:last-child::before, .video-pop .close span:last-child::after { -webkit-transition-delay: .18s; transition-delay: .18s; }
.video-pop .close:hover span::before { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.video-pop .close:hover span::after { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* 首页 */
.banner { cursor: pointer; position: relative; cursor: url("../images/grab.png"), move; height:550px; }
.banner:active { cursor: url("../images/grabbing.png"), move; }
.banner .scrolldown { position: absolute; z-index: 200; bottom: 45px; left: 50%; margin-left: -13px; }
.banner .scrolldown img { -webkit-animation: mouse 2s infinite; animation: mouse 2s infinite; }
.banner .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }
.banner .swiper-button-prev, .banner .swiper-button-next { position: absolute; top: 50%; width: 28px; height: 50px; margin-top: -25px; z-index: 10; cursor: pointer; background-size: 110px 50px; background-position: center; background-repeat: no-repeat; opacity: 0.5; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover { opacity: 1; }
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next { background: url("../images/slide-arrow.png") no-repeat; background-position: 0px 0px; left: 60px; right: auto; }
.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev { background: url("../images/slide-arrow.png") no-repeat; background-position: -82px 0px; right: 60px; left: auto; }
.banner .swiper-pagination-bullet { width: 6px; height: 6px; background: rgba(255, 255, 255, 0.7); border-radius: 50%; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 24px; border-radius: 3px; background: #007d4f; }
.banner .swiper-slide { position: relative; }
.banner .swiper-slide .container { height: 100%; }
.banner .swiper-slide .left { display: table; height: 100%; }
.banner .swiper-slide .left .tr { display: table-cell; vertical-align: middle; }
.banner .swiper-slide .first-banner-txt { margin-bottom: 85px; }
.banner .swiper-slide .first-banner-txt h3 { font-size: 34px; color: #fff; line-height: 0.882; font-weight: 400; text-transform: uppercase; margin-bottom: 30px; }
.banner .swiper-slide .first-banner-txt h2 { font-size: 50px; color: #fff; font-family: "Microsoft JhengHei"; line-height: 1; font-weight: bold; margin-bottom: 15px; }
.banner .swiper-slide .first-banner-txt p { font-size: 17px; color: #fff; line-height: 1.647; }
.banner .swiper-slide .first-banner-txt a { width: 170px; height: 50px; border-radius: 24px; font-family: "Microsoft YaHei"; background: #fff; display: block; font-size: 14px; line-height: 50px; text-align: center; text-transform: uppercase; color: #007d4f; margin-top: 30px; }
.banner .swiper-slide .first-banner-txt a:hover { border-radius: 0; background: none; border: 1px solid #fff; color: #fff !important; }
.banner .swiper-slide .news-slide { position: relative; }
.banner .swiper-slide .news-slide h2 { font-size: 18px; font-family: "Arial"; color: #fff; width: 320px; line-height: 2.556; font-weight: 400; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.banner .swiper-slide .news-slide .slideTxtBox { width: 320px; text-align: left; height: 103px; z-index: 1000; }
.banner .swiper-slide .news-slide .slideTxtBox .hd { height: 30px; line-height: 30px; padding: 0 10px 0 20px; position: relative; }
.banner .swiper-slide .news-slide .slideTxtBox .hd ul { float: left; position: absolute; left: 20px; top: -1px; height: 32px; }
.banner .swiper-slide .news-slide .slideTxtBox .bd li { height: 40px; line-height: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.banner .swiper-slide .news-slide .slideTxtBox .bd li a { font-size: 14px; color: #fff; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.banner .swiper-slide .news-slide .slideTxtBox .bd li a:hover { color: #fff !important; margin-left: 20px; }
.banner .swiper-slide .news-slide .slideTxtBox .arrow { position: absolute; left: 0px; top: 0; display: block; }
.banner .swiper-slide .news-slide .slideTxtBox .arrow a { display: block; width: 16px; height: 17px; float: right; margin-right: 5px; margin-top: 10px; overflow: hidden; cursor: pointer; background: #fff; line-height: 17px; text-align: center; color: #007d4f; }
.banner .swiper-slide .news-slide .slideTxtBox .arrow a:hover { background: #007d4f; color: #fff !important; }
.banner .swiper-slide .news-slide .slideTxtBox .arrow .next { background-position: 0 -50px; }
.banner .swiper-slide .news-slide .slideTxtBox .arrow .prevStop { background-position: -60px 0; }
.banner .swiper-slide .news-slide .slideTxtBox .arrow .nextStop { background-position: -60px -50px; }
.banner .swiper-slide .right { display: table; height: 100%; }
.banner .swiper-slide .right .tr { display: table-cell; vertical-align: middle; }
.banner .swiper-slide .right .line.center { margin-top: 105px; }
.banner .swiper-slide .right .line.center a { background: none; }
.banner .swiper-slide .right .line a { width: 200px; display: block; height: 173px; background: url("../images/shape.png") no-repeat; margin-bottom: 30px; padding-top: 40px; }
.banner .swiper-slide .right .line a:hover p { color:#00a699; }
.banner .swiper-slide .right .line a i { display: block; width: 55px; height: 55px; margin: 0 auto; background: url("../images/first-banner-icon.png") no-repeat; background-size: 64px 463px; }
.banner .swiper-slide .right .line a i.icon-1 { background-position: -4px 1px; }
.banner .swiper-slide .right .line a i.icon-2 { background-position: -3px -203px; }
.banner .swiper-slide .right .line a i.icon-3 { background-position: -5px -419px; }
.banner .swiper-slide .right .line a i.icon-4 { background-position: -5px -104px; }
.banner .swiper-slide .right .line a i.icon-5 { background-position: -1px -306px; }
.banner .swiper-slide .right .line a p { font-size: 18px; color: #fff; line-height: 46px; text-align: center; }
.banner .swiper-slide .fouth-banner-txt{ text-align:center; margin-top:175px; }
.banner .swiper-slide .fouth-banner-txt img{ margin-bottom:20px; }
.banner .swiper-slide .fouth-banner-txt h2{ font-size:50px; color:#fff; font-family:"Microsoft JhengHei"; line-height:1; font-weight:bold; margin-bottom:15px; }
.banner .swiper-slide .fouth-banner-txt h2 sup{position: relative;top: -22px;font-size: 30px;font-family:"Microsoft JhengHei"; }
.banner .swiper-slide .fouth-banner-txt .line{ width:50px; height:3px; background:#fff; border-radius:1px; display:block; margin:25px auto 35px; }
.banner .swiper-slide .fouth-banner-txt p{ font-size: 17px; color: #fff; line-height: 1.647; }
.banner .swiper-slide .second-banner-txt .pro-list-box{ font-size: 17px; color: #fff; line-height: 1.647; width:245px; }
.banner .swiper-slide .second-banner-txt .pro-list-box p{ width:50%; float:left; }
.banner .swiper-slide .second-banner-txt .pro-list-box p:nth-child(2n) { float: right; }
.banner .swiper-slide .second-banner-txt .pro-list-box p a{ font-size: 17px; color: #fff; line-height: 2; display:inline-block; background:none; width:auto; height:auto; border:0; margin-top:0;  transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.banner .swiper-slide .second-banner-txt .pro-list-box p a i{ width:4px; height:4px; border-radius:50%; background:#fff; display:inline-block; vertical-align:middle; margin-right:5px;  transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.banner .swiper-slide .second-banner-txt .pro-list-box p a:hover{ color:#007d4f !important; }
.banner .swiper-slide .second-banner-txt .pro-list-box p a:hover i{ background:#007d4f; }
.banner .swiper-slide .right .hexagon{ width:402px; height:464px; background:url("../images/hexagon.png") no-repeat; position:relative; margin-right:175px; }
.banner .swiper-slide .right .hexagon .hexagon-pic{ width:189px; height:109px; position:absolute; top:50%; margin-top:-54.5px; left:50%; margin-left:-94.4px; }
.banner .swiper-slide .right .hexagon .item{ width:66px; height:66px; padding:10px; border:1px solid #fff; background-color:rgba(255, 255, 255, 0.2); border-radius:50%; box-sizing:content-box; position:absolute; }
.banner .swiper-slide .right .hexagon .item .box{ width:66px; height:66px; background:#fff; border-radius:50%; box-sizing:content-box; line-height:66px; color:#007d4f; text-align:center; font-size:34px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; position:relative; }
.banner .swiper-slide .right .hexagon .item .box .info{ position:absolute; text-align:left; display:none; }
.banner .swiper-slide .right .hexagon .item .box .info h2{ font-size:20px; color:#007d4f; line-height:1.2; margin-bottom:10px; }
.banner .swiper-slide .right .hexagon .item .box .info p{ font-size:14px; color:#666; line-height:1.571; }
.banner .swiper-slide .right .hexagon .item-1{ top:-35px; left:50%; margin-left:-44px; }
.banner .swiper-slide .right .hexagon .item-1 .info{ width:355px; height:144px; background:url("../images/hexagon-info1.png") no-repeat; top:-117px; left:30px; padding:25px 20px 0px 100px; }
.banner .swiper-slide .right .hexagon .item-2{ right:-47px; top:66px; }
.banner .swiper-slide .right .hexagon .item-2 .info{ width:284px; height:222px; background:url("../images/hexagon-info2.png") no-repeat; top:-205px; left:-6px; padding:25px 20px 0px 25px; }
.banner .swiper-slide .right .hexagon .item-3{ right:-47px; top:308px; }
.banner .swiper-slide .right .hexagon .item-3 .info{ width:384px; height:206px; background:url("../images/hexagon-info3.png") no-repeat; top:30px; left:-20px; padding:90px 130px 0px 25px; }
.banner .swiper-slide .right .hexagon .item-4{ bottom:-35px; left:50%; margin-left:-44px; }
.banner .swiper-slide .right .hexagon .item-4 .info{ width:354px; height:144px; background:url("../images/hexagon-info4.png") no-repeat; top:30px; left:-320px; padding:25px 110px 0px 25px; }
.banner .swiper-slide .right .hexagon .item-5{ left:-47px; top:308px; }
.banner .swiper-slide .right .hexagon .item-5 .info{ width:368px; height:144px; background:url("../images/hexagon-info5.png") no-repeat; top:-91px; left:-370px; padding:25px 110px 0px 25px; }
.banner .swiper-slide .right .hexagon .item-6{ left:-47px; top:66px; }
.banner .swiper-slide .right .hexagon .item-6 .info{ width:369px; height:144px; background:url("../images/hexagon-info6.png") no-repeat; top:-80px; left:-375px; padding:25px 110px 0px 25px; }
.banner .swiper-slide .right .hexagon .item.on .box,
.banner .swiper-slide .right .hexagon .item:hover .box{ background:#007d4f; color:#fff; }
.banner .swiper-slide .right .hexagon .item.on .box .info{ display:block; }

.banner .swiper-slide .three-banner-ec{ width:885px; margin:90px auto 0px; position:relative; }
.banner .swiper-slide .three-banner-ec ul{ /*width:785px;*/ height:179px; background:url("../images/three-banner-line.png") no-repeat; margin:0 auto; }
.banner .swiper-slide .three-banner-ec ul *{ transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.banner .swiper-slide .three-banner-ec ul li{ float:left; width:100px; height:100px; border-radius:50%; background:rgba(255,255,255,0.5); padding:5px; }
.banner .swiper-slide .three-banner-ec ul li a{ width:90px; height:90px; background:#fff; text-align:center; border-radius:50%; font-size:18px; color:#007d4f; line-height:1.111; display:table; padding:15px; }
.banner .swiper-slide .three-banner-ec ul li a span{ font-size:18px; color:#007d4f; line-height:1.111; display:table-cell; vertical-align:middle; }
.banner .swiper-slide .three-banner-ec ul li.dot1{ margin:45px 0px 0px -35px; }
.banner .swiper-slide .three-banner-ec ul li.dot2{ margin:-13px 0px 0px 90px; }
.banner .swiper-slide .three-banner-ec ul li.dot3{ margin:74px 0px 0px 75px; }
.banner .swiper-slide .three-banner-ec ul li.dot4{ margin:5px 0px 0px 99px; }
.banner .swiper-slide .three-banner-ec ul li.dot5{ margin:55px 0px 0px 90px; }
.banner .swiper-slide .three-banner-ec ul li:hover{ background:rgba(0,125,78,0.5); }
.banner .swiper-slide .three-banner-ec ul li:hover a{ background:#007d4e; }
.banner .swiper-slide .three-banner-ec ul li:hover a span{ color:#fff; }

.home-base-title { text-align:center; padding-top: 40px; }
.home-base-title h2 { font-size: 36px; color: #18ada8; line-height: 1.875; }

.about{ width:100%; zoom:1; overflow:hidden;}
.about .txt { width:50%; height: 430px; background:#eee; text-align: center; margin-top: 40px; float:right; }
.about .txt h2 { text-align: center; font-size: 24px; color: #333; line-height: 1.875; margin-top: 40px; }
.about .txt p { width:90%; margin:0 auto; font-size: 15px; color: #666; line-height: 2.133; }
.about .txt ul { text-align: center; }
.about .txt ul li { display: inline-block; margin-right: 100px; padding: 35px 0px 35px; }
.about .txt ul li h2 { font-size: 30px; color: #007d4f; line-height: 1; }
.about .txt ul li h2 em{ font-size: 30px; color: #007d4f; line-height: 1; }
.about .txt ul li p { font-size: 15px; color: #666; line-height: 2; }
.about .txt ul li h2 sup{position: relative;top: -10px;}

.about_1{ zoom:1; overflow:hidden; border-bottom:dashed 1px #ddd; padding:0.3rem 0;}
.about_1 p{ font-size:0.25rem; text-indent:0.3rem; line-height:0.35rem; margin:0.2rem 0;}
.about1_left{ float:left; width:55%;}
.about1_right{ float:right; width:40%;}

.about_2{ zoom:1; overflow:hidden; border-bottom:dashed 1px #ddd; padding:0.3rem 0;}
.about_2 p{ font-size:0.25rem; text-indent:0.3rem; line-height:0.55rem; margin:0.2rem 0;}
.about2_left{ float:left; width:40%;}
.about2_right{ float:right; width:55%;}


.video { margin-top: 40px; width: 50%; height: 430px; background: url("../images/home-video-bg.jpg") no-repeat center; background-size: cover; position: relative; float:left; }
.video .layer { text-align: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: table; }
.video .layer .tr { display: table-cell; vertical-align: middle; }
.video .layer h2 { font-size: 36px; color: #fff; line-height: 33px; margin-bottom: 25px; }
.video .layer p { font-size: 15px; color: #fff; line-height: 2.133; }
.video .layer a { width: 200px; height: 50px; display: block; border-radius: 4px; background: #007d4f; margin: 0 auto; text-align: center; line-height: 50px; font-size: 16px; color: #fff; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; margin-top: 40px; }
.video .layer a img { margin-left: 10px; }
.video .layer a:hover { color: #fff !important; border-radius: 25px; background: none; border: 1px solid #fff; }

.productImg{ width:100%; padding-top:40px; text-align:center;}
.productImg li{ width:50%; float:left; margin-bottom:10px; overflow:hidden;}
.productImg li img{ width:99%; margin:0 auto; transition: all .5s ease;}
.productImg li img:hover{ transform: scale(1.05);}
.productImg li a{ display: block; height: 100%; width: 100%; transition: all .5s ease;}

.news_wrapper{ width:1500px; margin:0 auto; zoom:1; overflow:hidden;}
.news{ width:1200px; float:left; padding:40px 0;}

.tabs div{ zoom:1; overflow:hidden;}
.tabs .horizontal{ margin: 0px; padding: 0px; zoom:1; overflow:hidden}
.tabs .horizontal li{float: left;height: 50px;line-height: 50px;background-color: #fff;width:150px;text-align: center;cursor: pointer;font-size: 20px;border-radius:25px;border:solid 1px #ddd;}
.tabs .horizontal li:not(:first-child){margin-left: 55px;}

.tabs .horizontal li.selectActive{background-color: #18ada8;color: white;border:0;}

.horizontal li.selectActive a{color: #ffffff;}

.newsInfo{ width:100%; padding-top:40px; zoom:1; overflow:hidden}
.leftNews{ float:left; display:inline; width:428px;}
.leftNews .pic{ width:428px; height:258px; overflow:hidden;}
.leftNews h2{font-size: 18px;color: #007d5a;line-height: 48px;height: 48px;padding-top: 2px;overflow: hidden;}
.newsRight{ float:right; width: 680px;}
.newsRight ul li:first-child {padding-bottom: 58px;}
.newsRight .ri-day{height: 140px;text-align: right;padding-right: 39px;border-right: 1px solid #d9d9d9;margin-right: 52px;float:left;}
.newsRight .ri-day h2{color: #4c4c4c;font-size: 24px;font-weight: bold;line-height: 48px;padding-top: 44px;}
.newsRight .ri-day h4{color: #999;font-size: 16px;font-weight: normal;line-height: 24px;}
.newsRight .box{width: 515px;}
.newsRight h3{font-size: 16px;color: #333333;line-height: 62px;padding-top: 15px;height: 62px;overflow: hidden;}
.newsRight .font{font-size: 13px;color: #666;line-height: 24px;}
.newsRight .bg{width: 28px;height: 14px;background: url(../images/wel15.png) no-repeat center;background-size: cover;margin-top: 24px;position: relative;left: 0;transition:left 0.3s;}
.newsRight li:hover .bg{left:10px;transition:left 0.3s;}
.newsRight li:hover h2, .right li:hover h3{color: #007d5a;transition:color 0.3s;}

.zhuanli{ padding:40px 0; float:right;}
.zhuanli h3{ line-height:32px; margin-bottom:15px; zoom:1; overflow:hidden;}
.zhuanli h3 span{ font-size:24px; float:left;}
.zhuanli h3 a{ float:right;}
.zhuanli ul{ padding-top:15px;}
.zhuanli ul li{ line-height:32px; background:url(../images/icon01.jpg) no-repeat left center; padding-left:15px;}

.case{ background:#f6f6f6;}
.caseInfo{ width:1500px; margin:0 auto; padding-bottom:50px;}
.caseInfo ul{ zoom:1; overflow:hidden; margin-top:60px;}
.caseInfo ul li{ width:250px; text-align:center;}
.caseInfo ul li img{ width:250px; height:180px;}
.caseInfo ul li span{ display:block; font-size:16px; line-height:58px; color:#666;}

.casePC{ height: 700px; background: url(../images/box3_bg.jpg) no-repeat center center; position: relative;}
.casePC_info{ width:1600px; margin:0 auto; zoom:1; overflow:hidden;}
.case_L{width: 800px; height: 500px; float: left; margin: 111px 0 0 40px; transition: all 0.5s;}
.case_L img{width: 800px;}

.box_r{width: 478px;float: left; margin-left:100px;}
.box_r .tit {
    overflow: hidden;
    margin-top: 129px;
}
.box_r .tit .tit_l {
    float: left;
}
.box_r .tit .tit_l h6 {
    font-size: 24px;
    color: #000000;
    line-height: 32px;
}
.box_r .tit .tit_r {
    float: right;
}
.box_r .tit .tit_r a {
    margin-top: 33px;
    border: 1px solid #0458a7;
    width: 89px;
    height: 29px;
    position: relative;
    margin-left: 3px;
    display: block;
}
.box_r .tit .tit_r a span {
    width: 89px;
    height: 29px;
    position: absolute;
    left: -3px;
    top: 3px;
    background: #0458a7;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    transition: all 0.3s;
}
.box_r .tit .tit_l h5 {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    color: #0458a7;
}
.box_r .r_con {
    margin-top: 45px;
}
.box_r .r_con ul li {
    margin-bottom: 34px;
}
.box_r .r_con ul li a em {
    width: 20px;
    height: 1px;
    background: #0d5198;
    display: block;
}
.box_r .r_con ul li a .con_tit {
    overflow: hidden;
}
.box_r .r_con ul li a .con_tit h6 {
    font-size: 16px;
    color: #313131;
    font-weight: normal;
    line-height: 44px;
    float: left;
}
.box_r .r_con ul li a:hover .con_tit .more {
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    background-position: left center;
}
.box_r .r_con ul li a .con_tit .more {
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 14px;
    line-height: 44px;
    color: #0458a7;
    float: right;
    padding: 0 0 0 29px;
    background: url(../images/index_case_jt.png) no-repeat -100px center;
}
.box_r .r_con ul li a .txt {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 24px;
}


.partnerInfo{ width:1500px; margin:0 auto; padding-bottom:50px;}
.partnerInfo ul{ zoom:1; overflow:hidden; margin-top:60px;}
.partnerInfo ul li{ width:280px; float:left; margin:10px; text-align: center;}
.partnerInfo ul li img{ width:220px; height:100px; border:solid 1px #ddd;}

#footer { background:#282828;}
.footInfo{ width:1500px; margin:0 auto; padding:20px 0; zoom:1; overflow:hidden;}
.foot_l { float:right; width:300px;}
.foot_l h3{ line-height:36px; color:#eee; font-size:18px; font-weight:lighter;}
.foot_l strong{ line-height:36px; color:#eee; font-size:24px; font-weight:lighter;}
.foot_l p{ line-height:24px; font-size:28px; color:#fff;}
.foot_c{ float:left; width:280px; text-align:center;}
.foot_c p{ color:#999; line-height:24px; text-align:center;}
.foot_c img.erweima{ margin-top:20px;}
.foot_r{ float:left;}
.foot_r h3{ line-height:36px; color:#eee; font-size:18px; font-weight:lighter;}
.foot_r strong{ line-height:36px; color:#49aa81; font-size:24px; font-weight:lighter;}
.foot_r p{ line-height:32px; color:#999; width:200px; float:left;}
.foot_r p b{ font-weight:lighter; display:block; font-size:18px;}
.foot_r p a{ color:#999; display:block; float:left; width:100px; margin-right:30px;}

.copyright{ height:40px; line-height:40px; background:#000;}
.copyright p { color:#58595b; text-align:center;}

.content-inner{width: 90%;margin: 0 auto; padding-bottom:1rem;}
.content-inner h1{ text-align:center; border-bottom:dashed 1px #ddd;font-size: 2em; margin: 0.67em 0; line-height:1rem;}
.content-inner img{ max-width: 100%; margin:24px auto; display:block;}
.banner-inner{ height:50px;line-height: 50px;border-bottom: solid 1px #ddd; }
.banner-inner p{ margin-bottom:15px;}

.list{ margin:30px auto;}
.list dl{ width:100%; border-bottom:solid 1px #ddd; padding:20px 0; zoom:1; overflow:hidden;}
.list dl dt{ float:left; font-size:18px; line-height:40px; margin-right:20px;}
.list dl dt img{ width:240px; height:160px; margin:0;}
.list dl dd.title{ float:left; width:920px;}
.list dl dd.title a{ font-size:18px; line-height:40px; color:#333; font-weight:bold;}
.list dl dd.data{ float:left; width:920px; font-size:14px; line-height:40px; color:#999;}
.list dl dd.txt{ float:left; width:920px; font-size:14px; line-height:24px;}
.page{ text-align:center; padding:10px; font-size:14px;}

.product-inner{ zoom:1; overflow:hidden; padding: 30px 0;}
.pleft{ width:200px; float:left;}
.pright{ width:960px; float:right;}
/* .product_list p{ background:#eee url(../images/btn01_h.png) no-repeat 10px center; height:50px; display:block; padding-left:35px; line-height:50px; margin-bottom:15px; margin-top:0;}
 */
.product-img{ zoom:1; overflow:hidden; margin-right:-30px; border-bottom:solid 1px #ddd;}
.product-img li{ float:left; width:227px; margin-right:20px; margin-bottom:30px;}
.product-img li img{ width:225px; height:210px; border:solid 1px #eee;}
.product-img li span{ display:block; text-align:center;}

.honor-img{padding: 30px 0;}
.honor-img ul{ zoom:1; overflow:hidden; margin-right:-30px; border-bottom:solid 1px #ddd;}
.honor-img ul li{ float:left; width:370px; margin-right:30px; margin-bottom:30px;}
.honor-img ul li img{ width:100%; border:solid 1px #eee;height:230px;}
.honor-img ul li span{ display:block; text-align:center;}

.honor-img1{padding: 30px 0;}
.honor-img1 ul{ zoom:1; overflow:hidden; margin-right:-30px; border-bottom:solid 1px #ddd;}
.honor-img1 ul li{ float:left; width:270px; margin-right:30px; margin-bottom:30px;}
.honor-img1 ul li img{ width:100%; border:solid 1px #eee;height:340px;}
.honor-img1 ul li span{ display:block; text-align:center;}


/*联系我们*/
.map{ border:solid 1px #ddd; background:#f9f9f9; height:500px; margin-bottom:40px;}

.lianxi{ width:100%; border-left:solid 1px #ddd; border-top:solid 1px #ddd; margin-bottom:40px;}
.lianxi tr th,.lianxi tr td{ padding:10px; border-bottom:solid 1px #ddd; border-right:solid 1px #ddd; font-size:0.15rem;}
.lianxi tr th{ background:#f9f9f9; width:20%;}

/*发展历程*/
.history {
    margin: 5% auto 0;
    position: relative;
}
.history ul {
    padding-top: 10%;
}
.f-cb {
    zoom: 1;
}
.history ul li {
    width: 50%;
    height: 170px;
    position: relative;
    margin-bottom: 2%;
}
.history ul li .con {
    width: 75.3%;
    height: auto;
    text-align: right;
}
.history ul li .con .year {
    font-size: 32px;
    line-height: 60px;
    color: #888;
    font-family: DIN;
    text-transform: uppercase;
    margin-right: 5%;
}
.history ul li .con .tits {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    margin-top: 7px;
    margin-right: 5%;
}
.history ul li .con .icon {
    width: 24.2%;
    height: auto;
    position: absolute;
    top: 17%;
}
.history ul li.left .con .icon {
    right: 0;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.left {
    float: left;
}
.right {
    float: right;
}
.history ul li.right .con {
    text-align: left;
    float: right;
}
.history ul li.right .con .year {
    margin-right: 0;
    margin-left: 5%;
}
.history ul li.right .con .tits {
    margin-right: 0;
    margin-left: 5%;
}
.history ul li.right .con .icon {
    left: 0;
    transform: rotateY(180deg);
}
.history ul li.right:nth-child(2) {
    margin-top: 10%;
}
.history .line {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: url(../images/history_line.png);
}

.more {
    width: 193px;
    height: 48px;
    border-radius: 24px;
    background: #2d88d0;
    font-family: Arial;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 5% auto 0;
    color: #fff;
}
.more:hover { color:#fff;}


.news-nav{ border-bottom:solid 1px #ddd; line-height:60px;}
.news-nav p{ width:100%; margin:0 auto;}
.news-nav p a{ background:url(../images/btn01.png) no-repeat left center; padding-left:15px; margin-right:10px;}

.fst{ background:#eee url(../images/btn01_h.png) no-repeat 10px center; height:50px; display:block; padding-left:30px; line-height:50px; margin-bottom:15px; margin-top:0;}
.sec{ background:#eee url(../images/btn01_h.png) no-repeat 25px center; height:50px; display:block; padding-left:41px; line-height:50px; margin-bottom:15px; margin-top:0;}


.box1{border: solid 0px #d8d8d8;}
.box1 h1{border-bottom:solid 1px #d5d5d5;}
.box1 h1 span{ color:#005e98; font-size:14px; padding-left:15px;}
.box1 ul{ padding:3px; zoom:1;overflow: hidden;}

.producti {margin: 0px; zoom:1; overflow:hidden; background-color: #fff}
.producti ul{zoom:1; overflow: hidden; margin-right: -29px; margin-top: 10px; margin-left: 10px;}
.producti ul li{padding:3px; text-align:center; font-size:14px; border: solid 1px #ddd; float: left; margin-right: 9px; margin-bottom: 10px;}
.producti ul li span{line-height:32px; display:block; border-top: solid 1px #ddd; background: #fff;}
.producti img { width: 220px; height: 165px}
.producti a{color: #000;}

.producti h2{
	font-size: 14px;
	color: #aaaaa;
	font-weight: normal;
	background: url(../images/ico02.gif) no-repeat 10px center;
	padding-left: 20px;
	position: relative;
	border-bottom: 2px solid #ededed;
	line-height: 34px;
	height: 34px;
}
.producti h2 a{float: right; margin-right: 5px; font-size: 13px;}

/* 响应式 */
@media screen and (max-width:1680px) {
	.submenu-box{ top:-1px; }
    /* 首页 */
    .banner .scrolldown { position: absolute; z-index: 200; bottom: 0.45rem; left: 50%; margin-left: -0.13rem; }
    .banner .swiper-button-prev, .banner .swiper-button-next { position: absolute; top: 50%; width: 0.28rem; height: 0.5rem; margin-top: -0.25rem; z-index: 10; cursor: pointer; background-size: 1.1rem 0.5rem; background-position: center; background-repeat: no-repeat; opacity: 0.5; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
    .banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next { background: url("../images/slide-arrow.png") no-repeat; background-size: 1.1rem 0.5rem; background-position: 0px 0px; left: 0.6rem; right: auto; }
    .banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev { background: url("../images/slide-arrow.png") no-repeat; background-size: 1.1rem 0.5rem; background-position: -0.82rem 0px; right: 0.6rem; left: auto; }
    .banner .swiper-slide .first-banner-txt { margin-bottom: 0.85rem; }
    .banner .swiper-slide .first-banner-txt h3 { font-size: 0.34rem; color: #fff; line-height: 0.882; font-weight: 400; text-transform: uppercase; margin-bottom: 0.3rem; }
    .banner .swiper-slide .first-banner-txt h2 { font-size: 0.5rem; color: #fff; font-family: "Microsoft JhengHei"; line-height: 1; font-weight: bold; margin-bottom: 0.15rem; }
    .banner .swiper-slide .news-slide { position: relative; margin-top: 0.8rem; margin-bottom: 0.4rem; }
    .banner .swiper-slide .news-slide h2 { font-size: 18px; font-family: "Arial"; color: #fff; width: 320px; line-height: 2.556; font-weight: 400; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .banner .swiper-slide .right { display: table; height: 100%; }
    .banner .swiper-slide .right .line.center { margin-top: 1.05rem; }
    .banner .swiper-slide .right .line a { width: 2rem; display: block; height: 1.73rem; background: url("../images/shape.png") no-repeat; margin-bottom: 0.3rem; padding-top: 0.4rem; background-size:2rem 1.73rem; }
    .banner .swiper-slide .right .line a i { display: block; width: 0.55rem; height: 0.55rem; margin: 0 auto; background: url("../images/first-banner-icon.png") no-repeat; background-size: 0.68rem 4.63rem; }
    .banner .swiper-slide .right .line a i.icon-1 { background-position: -0.04rem -0.01rem; }
    .banner .swiper-slide .right .line a i.icon-2 { background-position: -0.03rem -2.03rem; }
    .banner .swiper-slide .right .line a i.icon-3 { background-position: -0.05rem -4.19rem; }
    .banner .swiper-slide .right .line a i.icon-4 { background-position: -0.05rem -1.04rem; }
    .banner .swiper-slide .right .line a i.icon-5 { background-position: -0.01rem -3.06rem; }
    .banner .swiper-slide .right .line a p { font-size: 0.24rem; color: #fff; line-height: 46px; text-align: center; }
	.case{ display:block;}
	
	

}



/* 宽度小于 1024 */
@media screen and (max-width: 1024px) {
    .header{display:none;}
    body{padding-top:1.1rem;}
    .banner .swiper-slide .three-banner-ec{ display:none; }
    .right-nav{display:none !important;}
    .subnav.subnav-fixed{top:1.1rem; z-index:1002;}
    .header-mobile{display:block; width:100%; height:1.1rem; line-height:1.1rem; position:fixed; top:0; left:0; right:0; z-index:1003; background:#fff;}
    .header-mobile .logo{width:2rem; height:1.1rem; background:url("../images/logo.jpg") no-repeat center; display:inline-block; background-size:2rem 0.9rem;}
    .header-mobile .menu{width:0.5rem; height:1.1rem; background:url("../images/menu.png") no-repeat center; display:inline-block; background-size:0.5rem 0.4rem; cursor:pointer;}
    .header-mobile .menu.on{background:url("../images/menu-close.png") no-repeat center; background-size:0.4rem 0.4rem;}
    .header-mobile .nav{position:absolute; width:100%; height:auto; z-index:1003; top:0; left:0; right:0; background:#fff; top:1.1rem; display:none;}
    .header-mobile .nav li{width:100%; height:1rem; border-top:1px solid #e6e6e6; line-height:1rem; padding:0rem 0.3rem;}
    .header-mobile .nav li a{font-size:0.3rem; color:#333; line-height:1rem; display:block;}
    .header-mobile .nav li a i{display:block; width:0.17rem; height:1rem; float:right; background:url("../images/arrowR-mobile.png") no-repeat center;  background-size:0.17rem 0.32rem; margin:0;}
    .header-mobile .nav li.on a{color:#18ada8;}
    .header-mobile .nav li.on a i{background:url("../images/arrowR-mobile-hover.png") no-repeat center;  background-size:0.17rem 0.32rem; }
    .header-mobile .shop{width:100%; height:1.25rem; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; padding:0rem 0.3rem;}
    .header-mobile .shop a{display:inline-block; font-size:0.32rem; color:#333; line-height:1.25rem; width:48%;}
    .header-mobile .shop a i{width:1.2rem; height:1.5rem; display:inline-block; background-size:4.19rem 0.44rem; float:left; margin-top:0.3rem; margin-right:0.15rem;}
	.header-mobile .shop a i.icon-1{ background:url("../images/weixin.jpg") no-repeat;}
    .header-mobile .shop a i.icon-2{ background:url("../images/1688.jpg") no-repeat;}
    .header-mobile .lang{ text-align:center; padding:0rem 0.3rem; border-top:1px solid #e6e6e6;}
    .header-mobile .lang a{font-size:0.3rem; color:#999999; line-height:1.1rem;}
    .header-mobile .lang a.on{color:#007d4f;}
    .swiper-button-prev, 
    .swiper-button-next{display:none;}
    .banner .scrolldown{display:none;}
    .banner .swiper-slide .right{display:none;}
    .banner .swiper-slide .news-slide{display:none;}
    .banner .swiper-button-prev, .banner .swiper-button-next{display:none;}

}

/* 宽度小于 768 */
@media screen and (max-width: 768px) {
    .container{width:92%;}
    .home-base-title{padding-top:0.4rem;}
    .home-base-title h2{font-size:0.38rem;}
    .banner{height:450px;}
    .banner .scrolldown{display:none;}
    .banner .swiper-slide .right{display:none;}
    .banner .swiper-slide .news-slide{display:none;}
    .banner .swiper-button-prev, .banner .swiper-button-next{display:none;}
    .video-pop{ width:90%; margin:-25% 0px 0px -45%; }
	
	.productImg li{ width:100%; margin-bottom:10px;}
	
	.news_wrapper{ width:100%; margin:0 auto;}
	.news{ width:100%; padding:20px 0; float:none;}

	.tabs .horizontal{ text-align:center; width:100%;}
	.tabs .horizontal li{margin-left: 15px; height: 50px;line-height: 50px;background-color: #fff;width:150px;text-align: center;cursor: pointer;font-size: 20px;border-radius:25px;border:solid 1px #ddd; float:none; display:inline-block;}
	.tabs .horizontal li.selectActive{background-color: #18ada8;color: white;border:0;}
		
		.newsInfo{ width:100%; padding-top:40px;}
	.leftNews{ padding-bottom:20px; border-bottom:solid 1px #ddd; width:100%;}
	.leftNews .pic{ width:100%;}
	.leftNews h2{ width:95%; margin:0 auto; font-size: 18px;color: #007d5a;line-height: 48px;height: 48px;padding-top: 2px;}
	.leftNews .con{ width:95%; margin:0 auto;}
	
	.newsRight{ width:95%; margin:0 auto; border-bottom:solid 1px #ddd; float:none; padding-bottom:20px;}
	.newsRight ul li:first-child {padding-bottom: 18px;}
	.newsRight .ri-day{ display:none; height: 140px;text-align: right;padding-right: 39px;border-right: 1px solid #d9d9d9;margin-right: 52px;float:left;}
	.newsRight .ri-day h2{color: #4c4c4c;font-size: 24px;font-weight: bold;line-height: 48px;padding-top: 24px;}
	.newsRight .ri-day h4{color: #999;font-size: 16px;font-weight: normal;line-height: 24px;}
	.newsRight .box{ }
	.newsRight .box h3{font-size: 16px;color: #333333;line-height: 42px;padding-top: 0px;height: 42px; }
	.newsRight .box .font{font-size: 13px;color: #666;line-height: 24px;}
	.newsRight .box .bg{ display:none; width: 28px;height: 14px;background: url(../images/wel15.png) no-repeat center;background-size: cover;margin-top: 24px;position: relative;left: 0;transition:left 0.3s;}
	.newsRight .box li:hover .bg{left:10px;transition:left 0.3s;}
	.newsRight .box li:hover h2, .right li:hover h3{color: #007d5a;transition:color 0.3s;}
	
	.zhuanli{ padding:20px 0; float:none; width:90%; margin:0 auto; border-bottom:solid 1px #ddd;}
	.zhuanli h3{ line-height:32px; margin-bottom:15px; zoom:1; overflow:hidden;}
	.zhuanli h3 span{ font-size:24px; float:left;}
	.zhuanli h3 a{ float:right;}
	.zhuanli ul{ padding-top:15px;}
	.zhuanli ul li{ line-height:32px; background:url(../images/icon01.jpg) no-repeat left center; padding-left:15px;}
	
	
	.caseInfo{ width:60%; margin:0 auto; padding-bottom:20px;}
	.caseInfo ul{ zoom:1; overflow:hidden; margin-top:20px;}
	.caseInfo ul li{ width:250px; text-align:center;}
	.caseInfo ul li img{ width:250px; height:180px;}
	.caseInfo ul li span{ display:block; font-size:16px; line-height:58px; color:#666;}
	
	.footInfo{ display:none;}
	
	.left{float: none;width: 100%;}
	.right{float: none;width: 100%;}
	.product_list p{ background:#eee url(../images/btn01_h.png) no-repeat 10px center; height:50px; display:block; padding-left:35px; line-height:50px; margin-bottom:15px; margin-top:0;}
.product-img{ margin:0;}	
.product-img li{width: 50%;margin-right: 0;}
	.product-img li img {width: 100%;height:auto;border: solid 1px #eee;}
	
	.honor-img ul li {
		width: 90%;
		margin: 0 auto;
	}
	
	.about .video{ float:none; width:100%;}
	.about .txt{ float:none; width:100%; height:100%;}
	
	.map{ min-height:300px;}
	
	.partnerInfo{ width:100%;}
	.partnerInfo ul{ width:100%; zoom:1; overflow:hidden; margin-top:30px;}
	.partnerInfo ul li{ width:27%;}
	.partnerInfo ul li img{ width:100%; height:80px; border:solid 1px #ddd;}
	
	.honor-img1 ul{ margin:0;}
	.honor-img1 ul li{ width:80%; margin:24px auto; float:none;}
	
	.content-inner img{ width: 100%; display:block; margin:0 auto;}
	
	.producti ul li{ width:45%;}
	
	.casePC{ height:100%; background:#eee; position: relative;}
	.casePC_info{ width:95%; margin:0 auto; zoom:1; overflow:hidden;}

	.case_L{width: 100%; height: auto; float: none; margin: 0; transition: all 0.5s;}
	.case_L img{width: 100%;}
	
	.box_r{width:95%; margin:0 auto; margin-left:0px;}
	.box_r .tit {
    	overflow: hidden;
    	margin-top: 10px;
	}
	.box_r .r_con ul li a .con_tit .more{ display:none;}

	.about_1 p{ font-size:0.3rem; text-indent:0.3rem; line-height:0.4rem; margin:0.2rem 0;}
	.about_2 p{ font-size:0.3rem; text-indent:0.3rem; line-height:0.4rem; margin:0.2rem 0;}
	.about1_left{ float:none; width:100%;}
	.about1_right{ float:none; width:100%;}
	.about2_left{ float:none; width:100%;}
	.about2_right{ float:none; width:100%;}
	
	.history ul li {
		width: 100%;
		height: auto;
		margin-bottom: 6%;
		float: none;
	
	}
	.history ul li .con {
		float: right;
		text-align: left;
		width: 55%;
	}
	.history ul li .con .year {
		margin-right: 0;
		margin-left: 5%;
	}
	.history ul li .con .tits {
		margin-right: 0;
		margin-left: 5%;
	}
	.history ul li.left .con .icon {
		left: 0;
	}
	.history ul li.right .con .icon {
		left: 0;
	}
	.history ul li.right:nth-child(2) {
		margin-top: 0;
	}
	.history ul li .con {
		float: right;
		text-align: left;
		width: 85%;
	}
	.history ul li.right .con .icon {
		top: 6%;
	}
	.history .line {
		position: absolute;
		top: 0;
		left: 0;
	}
	.history ul li .con .icon {
		width: 14%;
		transform: rotateY(180deg);
	}
	.list{ margin:15px auto;}
	.list dl dt{ float:left; width:30%; font-size:18px; line-height:40px;}
	.list dl dt img{ width:100%; height:auto;}
	.list dl dd.title{ float:left; width:60%;}
	.list dl dd.title a{ font-size:14px; line-height:18px; color:#333; font-weight:bold;}
	.list dl dd.data{ float:left; width:60%; font-size:14px; line-height:16px; color:#999;}
	.list dl dd.txt{ display:none;}

.pleft{ width:100%; float:none;}
.pright{ width:100%; float:none;}
.producti ul { margin-left: 0;}

.gzh{ display:none;}

}

/* 宽度小于 600 */
@media screen and (max-width: 600px) {
    .banner{height:360px;}
    .banner .scrolldown{display:none;}
    .banner .swiper-slide .right{display:none;}
    .banner .swiper-slide .news-slide{display:none;}
    .banner .swiper-button-prev, .banner .swiper-button-next{display:none;}
}

/* 宽度小于 480 */
@media screen and (max-width: 480px) {
    .banner{height:5rem;}
    .banner .scrolldown{display:none;}
    .banner .swiper-slide .right{display:none;}
    .banner .swiper-slide .news-slide{display:none;}
    .banner .swiper-slide .first-banner-txt{margin-bottom:0rem;}
    .banner .swiper-slide .first-banner-txt h3 img{ width:2.48rem; height:0.59rem; }
    .banner .swiper-slide .first-banner-txt p{font-size:0.38rem;}
    .banner .swiper-slide .second-banner-txt .pro-list-box p a{ font-size:0.28rem; line-height:1.6; }
    .banner .swiper-slide .first-banner-txt a{width:2.3rem; height:0.65rem; font-size:0.22rem; line-height:0.65rem; margin-bottom:0rem; }
    .banner .swiper-slide .fouth-banner-txt{ text-align:left; display:table; height:100%; width:92%; margin:0 auto; }
    .banner .swiper-slide .fouth-banner-txt .tr{ display:table-cell; vertical-align:middle; }
    .banner .swiper-slide .fouth-banner-txt h2{ font-size:0.5rem; }
    .banner .swiper-slide .fouth-banner-txt h2 sup{top:-10px;font-size: .3rem;}
    .banner .swiper-slide .fouth-banner-txt .line{ margin:0; }
    .banner .swiper-slide .fouth-banner-txt img{ width:5.7rem; height:0.29rem; }
    .banner .swiper-slide .three-banner-txt img{ width:5.66rem; height:0.26rem; }
    .banner .swiper-button-prev, .banner .swiper-button-next{display:none;}
	
}

@media only screen and (min-width: 1337px){
	
	.products{
		width: 1200px;
		margin: 0 auto;
	}
	.news-info{
		width: 1180px;
		margin: 0 auto;
	}

	.footer-top {
		width: 1180px;
		margin: 0 auto;
	}
	.content-inner{
		width: 1180px;
		margin: 0 auto;
		padding-bottom:1rem;
	}
}


.gzh{ position: fixed; right:10px; bottom:30px; z-index:10000; width:170px; padding:10px; background:#eee; border:solid 1px #ddd;}
.gzhma img{ width:150px;}
.gzh h3{ text-align:center; background:#fff; border-bottom:solid 1px #ddd; height:32px; line-height:32px;}
.gzh p { text-align:center; background:#fff; width:150px; padding-bottom:10px;}

