﻿@charset "utf-8";
/*                     (0 0)
   +-------------oOO----(_)-----------------+
   |  * File name  : layout.css 
   |  * Info       : Shanggong-Machinery
   |  * Writer     : Flying  
   |  * Date       : 2020.10.15
   |  * Powered By KEW - www.chinakewei.net 
   +--------------------------oOO-----------+
                      |__|__|
                       || ||
                      ooO Ooo
*/
@import url("fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0px; border: 0; font-size: 100%; outline: none;   -webkit-transition: opacity 400ms;  -moz-transition: opacity 400ms;  transition: opacity 400ms;}
html { font-size: 100%!important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body{font: 14px/200% "Poppins-Regular","Microsoft Yahei","微软雅黑",Arial, Helvetica, sans-serif;  margin: 0 auto; color: #4d4d4d; background: #f6f6f6; -webkit-tap-highlight-color:rgba(0,0,0,0);  *cursor: default;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6{font-weight:normal}
em{font-style: normal;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; vertical-align: middle;}
input{ outline: none; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea {-webkit-appearance: none; border-radius: 0; outline: none;  font-family:"Microsoft Yahei"}
::-moz-selection { background: #338fff; color: #fff; text-shadow: none; }
::selection { background: #338fff; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
a:link, a:visited { text-decoration: none; color:#4d4d4d;}
a:active, a:hover { text-decoration: none; outline:none; color:#ff6600;}
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*在线客服*/



/*PC站头部*/
.header-bar1{
    width: 1200px;
    height: 36px;
    margin: 0 auto;
}
.header-bar1-left{
    width: 600px;
    height: auto;
    line-height: 36px;
    color: #909090;
    float: left;
}
.header-bar1-right{
    width: 600px;
    height: auto;
    line-height: 36px;
    color: #909090;
    text-align: right;
    float: right;
}
.header-bar1-right img{
    margin-right: 8px;
}
.header-bar1-right span{
    margin-left: 15px;
}


#header-nav-content{
    width: 100%;
    height: auto;
    background: #fff;
}
.header-nav{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.header-logo{
    width: 220px;
    height: auto;
    padding: 20px 0;
    float: left;
}
.navigation{
    width: 840px;
    height: auto;
    padding: 0 25px;
    float: left;
}
#nav {
    margin: 0 auto;
    width: 840px;
    height: auto;
    font-size: 16px;
    position: absolute;
    z-index: 99;
}

#nav .jquery {
    margin-right: 0;
    padding: 0;
}

#nav .mainlevel {
    float: left;
    border-right: 0;
    width: 120px;
    height: 100px;
    line-height: 100px;
 /*IE6 only*/;
}

#nav .mainlevel a {
    text-align: center;
    text-decoration: none;
    color: #00405e;
    display: block;
    width: 120px;
    text-transform: uppercase;
}

#nav .mainlevel a:hover {
    text-decoration: none;
    background: #00405e;
    color: #fff;
}

#nav .mainlevel ul {
    display: none;
    position: absolute;
    top: 100px;
}

#nav .mainlevel li {
    border-top: 1px solid #063950;
}

#nav .mainlevel li a {
    background: #00405e;
    color: #fff;
    width: 120px;
    font-size: 14px;
    height: auto;
    line-height: 160%;
    padding: 15px 0;
    text-transform: capitalize;
}

#nav .mainlevel li a:hover {
    background: #358419;
    color: #fff;
}
.header-right{
    width: 90px;
    height: auto;
    float: right;
}
.header-right-content{
    width: 100%;
    height: auto;
}
.header-language{
    width: 90px;
    height: auto;
    line-height: 100px;
    text-transform: uppercase;
    background: url("../images/icon-language.png") no-repeat 10% 50%;
    text-indent: 3.2rem;
    float: left;
}
.header-language a{
    color: #358419;
    font-size: 16px;
}
.header-search{
    width: 66px;
    height: auto;
    float: right;
}
#container {
    width: 66px;
    height: auto;
    padding: 31px 0;
    margin: 0 auto;
    position: absolute;
    background: url(../images/icon-search.png) no-repeat 50% 50%;
    text-align: center;
}

#topnav a.menu-open {
    color: #666!important;
    outline: none;
    display: block;
}

#topnav span {
    font-size: 32px;
    font-weight: bold;
}

#signin_menu {
    display: none;
    background: #fff;
    position: absolute;
    width: 300px;
    z-index: 66;
    border: 0 transparent;
    text-align: left;
    padding: 20px;
    top: 100px;
    right: 0px;
    margin-top: 0;
    margin-right: 0px;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
}

.search-content {
    width: 100%;
    height: auto;
}

.search-content h2 {
    float: left;
}

.search-content h2>input {
    width: 245px;
    height: 35px;
    border: 0;
    background: #eee;
    color: #666;
    border-radius: 25px 0 0 25px;
    text-align: left;
    text-indent: 1.0rem;
}

.search-content h3 {
    float: right;
}

.search-content h3>input {
    width: 55px;
    height: 37px;
    border: 0;
    background: #00405e url(../images/icon-search0.png) no-repeat 50% 50%;
    background-size: 90%;
    cursor: pointer;
    border-radius: 0 30px 30px  0;
}


/*PC站底部*/

#footer-bar1{
    width: 100%;
    height: auto;
    background: #efefef;
    overflow: hidden;
    padding: 70px 0;
}
.footer-nav{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.footer-nav-cont{
    width: 397px;
    height: auto;
    float: left;
    border-right: #e0e0e0 solid 1px;
    padding: 20px 0;
}
.footer-nav-cont h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer-nav-menu{
    width: 408px;
    height: auto;
    float: left;
    border-right: #e0e0e0 solid 1px;
    padding: 20px 40px;
}
.footer-nav-menu li{
    width: 136px;
    height: auto;
    float: left;
}
.footer-nav-menu li h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer-nav-menu li p{
    text-transform: capitalize;
}
.footer-nav-followus{
    width: 273px;
    height: auto;
    float: right;
    padding-left: 40px;
    padding-top: 20px;
}
.footer-nav-followus h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer-nav-followus figure{
    width: 128px;
    text-align: center;
    text-transform: capitalize;
}
.footer-nav-followus h3{
    display: inline-block;
    margin-right: 5px;
}

#copyright-content{
    width: 100%;
    height: 60px;
    background: url("../images/img-1.jpg") repeat-y center;
}
.copyright{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #ff6600;
}
.copyright-left{
    width: 900px;
    height: auto;
    line-height: 60px;
    background: url("../images/png-01.png") no-repeat right;
    color: #fff;
    text-align: left;
    float: left;
}
.copyright-right{
    width: 300px;
    height: auto;
    line-height: 60px;
    color: #fff;
    text-align: right;
    float: right;
    text-transform: capitalize;
}

/*综合首页*/
#movie{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.swiper-container{
    width: 100%;
    height: auto;
}
.swiper-container img{
    width: 100%;
}
.swiper-slide {
      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;
}

#home-bar1{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}
.advantage{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.advantage-tit{
    width: 100%;
    height: auto;
    text-align: center;
    color: #00405e;
    font-size: 30px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.advantage-tit span{
    font-size: 48px;
    font-family: "053-CAI978";
    text-transform: uppercase;
    font-weight: normal;
}
.advantage-nav{
    width: 100%;
    height: auto;
}
.advantage-nav li{
    width: 296px;
    height: auto;
    float: left;
    text-align: center;
    border-right: #f0f0f0 solid 1px;
}
.advantage-nav li h2{
    margin-bottom: 30px;
}
.advantage-nav li h3{
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.advantage-nav li p{
    font-size: 14px;
    color: #888;
    text-transform: capitalize;
}

#home-bar2{
    width: 100%;
    height: auto;
    min-height: 590px;
    padding: 80px 0;
    overflow: hidden;
    background: url("../images/pro-bg.png") no-repeat center bottom;
}
.home-pro{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.home-pro-tit{
    width: 100%;
    height: auto;
    text-align: center;
    color: #00405e;
    font-size: 30px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.home-pro-tit span{
    font-size: 48px;
    font-family: "053-CAI978";
    text-transform: uppercase;
    font-weight: normal;
}
.home-pro-pic{
    width: 100%;
    height: auto;
}
#scroll {
    width: 1230px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#scroll .owl-wrapper-outer {
    margin: 0 auto;
}

#scroll .item {
    width: 380px;
    height: auto;
    margin-right: 30px;
    overflow: hidden;
}
#scroll .item a{
    display: block;
}
.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: 0;
    overflow: hidden;
    _display: none;
}
#scroll .item:hover figcaption{
    background: #ff6600;
    color: #fff;
}
#scroll .item figcaption {
    text-align: center;
    background: #00405e;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    transition: all .4s ease-in-out;
}
#scroll .item figcaption img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 33;
}

#scroll .item img {
    transition: all .4s ease-in-out;
}

#scroll .item img:hover {
    transform: scale(1.10);
}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:0;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"";} 

#home-bar3{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/img-2.jpg") no-repeat center top #fff;
}
.home-aboutus{
    width: 1200px;
    height: auto;
    margin: 245px auto 75px auto;
    overflow: hidden;
}
.home-comp{
    width: 300px;
    height: 310px;
    float: left;
    background: #39bcff url("../images/png-02.png") no-repeat center bottom;
    padding: 70px 30px;
}
.home-comp h2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home-comp h3{
    color: #fff;
    line-height: 180%;
    margin-bottom: 20px;
}
.home-comp h4{    
    color: #fff;   
}
.home-comp h4 a{
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: #fff  solid 1px;
    font-size: 20px;
    text-align: center;
    
}
.home-comp h4 a:hover{
    color: #ff6600;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: #fff  solid 1px;
    background: #fff;
    text-align: center;
    text-indent: 2.0rem;
    
}
.home-culture{
    width: 840px;
    height: auto;
    float: right;
    background: #deefff;
}
.home-culture li{
    width: 280px;
    height: auto;
    float: left;
    text-align: center;
    color: #888;
    overflow: hidden;
}
.home-culture li img{
    transition: all .4s ease-in-out;
}
.home-culture li img:hover{
    transform: scale(1.05);
}
.home-culture-1{
    width: 100%;
    height: auto;
}
.home-culture-1-top{
    text-align: center;
    height: 225px;
    transition: all .4s ease-in-out;
}
.home-culture-1-top:hover{
    background: #fffde3;
}
.home-culture-1-top h2{
    font-size: 24px;
    color: #3a3a3a;
    padding-top: 85px;
    text-transform: uppercase;
}
.home-culture-1-top h3{
    color: #888;
}
.home-culture-1-end{
    height: 225px;
}
.home-culture-2{
    width: 100%;
    height: auto;
}
.home-culture-2-top{
    height: 225px;
}
.home-culture-2-end h2{
    font-size: 24px;
    color: #3a3a3a;
    padding-top: 85px;
    text-transform: capitalize;
}
.home-culture-2-end h3{
    color: #888;
    text-transform: capitalize;
}
.home-culture-2-end{
    height: 225px;
    text-align: center;
    transition: all .4s ease-in-out;
}
.home-culture-2-end:hover{
    background: #fffde3;
}

#home-bar4{
    width: 100%;
    height: auto;
    padding: 80px 0;
    overflow: hidden;
}
.home-news{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.home-news-tit{
    width: 100%;
    height: auto;
    text-align: center;
    color: #00405e;
    font-size: 30px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.home-news-tit span{
    font-size: 48px;
    font-family: "053-CAI978";
    text-transform: uppercase;
    font-weight: normal;
}
.home-news-list{
    width: 100%;
    height: auto;
}
.home-news-exhibition{
    width: 390px;
    height: auto;
    float: left;
}
.news-exhibition-pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news-exhibition-pic img{
    transition: all .4s ease-in-out;
}
.news-exhibition-pic img:hover{
    transform: scale(1.10);
}
.news-exhibition-txt{
    width: 100%;
    height: 330px;
    background: #fff;
    padding: 50px 5%;
    box-sizing: border-box;
}
.news-exhibition-txt h1{
    font-size: 18px;
    font-weight: bold;
    color: #00405e;
    line-height: 120%;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.news-exhibition-txt h1 a{
    color: #00405e;
}
.news-exhibition-txt h1 a:hover{
    color: #ff6600;
}
.news-exhibition-txt h2{
    font-size: 12px;
    color: #a5a5a5;
    padding: 10px 0;
    background: url("../images/icon-date.png") no-repeat 0 50%;
    text-indent: 1.1rem;
}
.news-exhibition-txt p{
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
}
.news-exhibition-txt h3{
    margin-top: 20px;
}
.news-exhibition-txt h3 a{
    display: inline-block;
    width: 84px;
    height: 30px;
    border: #c5c5c5 solid 1px;
    background: #fff url("../images/icon-arrow.png") no-repeat 50% 50%;
}
.news-exhibition-txt h3 a:hover{
    border: #358419 solid 1px;
    background: #358419 url("../images/icon-arrow2.png") no-repeat 80% 50%;
}

.home-news-comp{
    width: 780px;
    height: auto;
    float: right;
}
.home-news-comp li{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.news-comp-txt{
    width: 390px;
    height: 300px;
    background: #efefef;
    float: left;
    padding: 35px 3%;
    box-sizing: border-box;
}
.news-comp-txt a{
    color: #00405e;
}
.news-comp-txt a:hover{
    color: #ff6600;
}
.news-comp-txt h1{
    font-size: 18px;
    font-weight: bold;
    color: #00405e;
    line-height: 120%;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.news-comp-txt h2{
    font-size: 12px;
    color: #a5a5a5;
    padding: 10px 0;
    background: url("../images/icon-date.png") no-repeat 0 50%;
    text-indent: 1.1rem;
}
.news-comp-txt p{
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
}
.news-comp-txt h3{
    margin-top: 20px;
}
.news-comp-txt h3 a{
    display: inline-block;
    width: 84px;
    height: 30px;
    border: #c5c5c5 solid 1px;
    background: #efefef url("../images/icon-arrow.png") no-repeat 50% 50%;
}
.news-comp-txt h3 a:hover{
    border: #358419 solid 1px;
    background: #358419 url("../images/icon-arrow2.png") no-repeat 80% 50%;
}
.news-comp-pic{
    width: 390px;
    height: auto;
    float: right;
}
.news-comp-pic img{
    transition: all .4s ease-in-out;
}
.news-comp-pic img:hover{
    transform: scale(1.10);
}

/*内页样式开始*/
#subpages-banner{width: 100%; height: auto; overflow: hidden; text-align: center; position: relative; }
#subpages-banner .banner-1{width: 100%; height: 450px; background: url(../images/banner-1.jpg) no-repeat center top;  }
#subpages-banner .banner-2{width: 100%; height: 450px; background: url(../images/banner-2.jpg) no-repeat center top;  }
#subpages-banner .banner-3{width: 100%; height: 450px; background: url(../images/banner-3.jpg) no-repeat center top;  }
#subpages-banner .banner-4{width: 100%; height: 450px; background: url(../images/banner-4.jpg) no-repeat center top;  }
#subpages-banner .banner-5{width: 100%; height: 450px; background: url(../images/banner-5.jpg) no-repeat center top;  }
#subpages-banner .banner-6{width: 100%; height: 450px; background: url(../images/banner-6.jpg) no-repeat center top; }
#subpages-banner .banner-7{width: 100%; height: 450px; background: url(../images/banner-7.jpg) no-repeat center top;  }
#subpages-banner .banner-8{width: 100%; height: 450px; background: url(../images/banner-8.jpg) no-repeat center top;  }
#subpages-banner .banner-9{width: 100%; height: 450px; background: url(../images/banner-9.jpg) no-repeat center top;  }

#subpages-content{
    width: 100%;
    height: auto;
}
.subpages-tip{
    width: 100%;
    height: 65px;
    background: #fff;
}
.subpages-comp-nav{
    height: auto;
    margin: 0 auto;
    line-height: 65px;
    display: table;
}
.subpages-comp-nav li{
    width: 150px;
    height: auto;
    line-height: 65px;
    float: left;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}
.comp-nav-line{
    background: url("../images/icon-line.png") no-repeat center right;
}
.subpages-comp-nav li a{
    color: #00405e;
    display: block;
}
.subpages-comp-nav li a:hover{
    color: #358419;
}
.subpages-comp-nav li .current{
    color: #358419;
    font-weight: bold;
}

.subpages-txt{
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.subpages-comp-txt{
    width: 1200px;
    height: auto;
    margin: 40px auto;
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
    line-height: 220%;
}
.subpages-comp-txt h2{
    font-size: 60px;
    text-transform: uppercase;
    font-family: "Impact";
    color: #00405e;
    margin-bottom: 30px;
}
.subpages-comp-txt p{
    margin: 20px auto;
}
.subpages-comp-txt img{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.subpages-workshop{
    width: 1220px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.workshop-nav{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}
.workshop-nav span{
    margin: 0 5px;
    text-transform: capitalize;
}
.workshop-nav span a{
    display: inline-block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: #eee solid 1px;
    background: #fff;
}
.workshop-nav span a:hover,#current2{
    border: #358419 solid 1px;
    background: #358419;
    color: #fff;
}
.subpages-workshop figure{
    width: 285px;
    height: auto;
    float: left;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.subpages-workshop figure img{
    transition: all .4s ease-in-out;
	width:100%;
}
.subpages-workshop figure:hover figcaption{
    background: #ff6600;
    color: #fff;
    transition: all .4s ease-in-out;
}
.subpages-workshop figure img:hover{
    transform: scale(1.10);
    background: #ff6600;
}
.subpages-workshop figcaption{
    text-align: center;
    padding: 15px 0;
    text-transform: capitalize;
}

.subpages-culture{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
}
.subpages-culture h2{
    font-size: 36px;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.subpages-culture p{
    text-align: center;
    margin: 0 auto;
}
.subpages-culture-pic{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.subpages-culture-pic li{
    width: 25%;
    height: auto;
    float: left;
    background-color: rgba(186,217,255,0.30);
    line-height: 220%;
    border-right: #fff solid 1px;
    box-sizing: border-box;
}
.subpages-culture-pic li h3{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
    text-transform: capitalize;
}
.subpages-culture-pic li h4{
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.subpages-pro{
    width: 1200px;
    height: auto;
    margin: 60px auto;
    overflow: hidden;
}
.pro-search {
    width: 1160px;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto 30px auto;
}
.pro-search-left{
    width: 580px;
    height: auto;
    float: left;
}
.pro-search-left strong{
    font-size: 20px;
}
.search-box1 {
    width: 150px;
    height: 32px;
    border: #ccc solid 1px;
    text-indent: 0.5rem;
    color: #666;
    margin-right: 5px;
}

.search-box2 {
    width: 130px;
    height: 36px;
    border: #ccc solid 1px;
    text-indent: 0.5rem;
    color: #666;
    margin-right: 5px;
}

.search-box3 {
    width: 80px;
    height: 34px;
    border: 0;
    color: #fff;
    background: #358419;
    cursor: pointer;
    font-size: 14px;
}
.pro-search-right{
    width: 580px;
    height: auto;
    float: right;
    text-align: right;
    text-transform: capitalize;
}
.pro-search-right span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #00405e;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.subpages-pro-left{
    width: 240px;
    height: auto;
    float: left;
}
.pro-left-tit{
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    box-shadow:0 -5px 10px #222 inset;
    font-size: 24px;
    text-indent: 2.0rem;
    background: #00405e url("../images/png-03.png") no-repeat 90% 50%;
    text-transform: capitalize;
}
.pro-left-nav{
    width: 100%;
    height: auto;
}
.menu_list {
    margin: 0 auto;
    width: 100%;
}

.menu_head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    background: #eee url(../images/pro_left.png) no-repeat 96% 50%;
    margin-top: 0;
    text-indent: 1rem;
    border-bottom: #e6e6e6 solid 1px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.menu_list .current {
    background: #ebebeb url(../images/pro_down.png) no-repeat 96% 50%;
    font-weight: bold;
}

.menu_body {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 45px;
    background: #fff;
    text-transform: capitalize;
}

.menu_body a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-indent: 1.4rem;
    border-bottom: 1px solid #eaeaea;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.menu_body a:hover {
    text-decoration: none;
    background: #358419;
    color: #fff;
}



.subpages-pro-right{
    width: 930px;
    height: auto;
    float: right;
}
.pro-right-pic{
    width: 960px;
    height: auto;
    overflow: hidden;
}
.pro-right-pic li{
    width: 380px;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #f0f0f0;
    padding: 35px;
}
.pro-right-pic figure:hover{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}
.pro-right-pic figure:hover figcaption{
    background: #358419;
}
.pro-right-pic figure img{
    transition: all .4s ease-in-out;
}
.pro-right-pic figure img:hover{
    transform: translateY(-15px);
}
.pro-right-pic figure{
    transition: all .4s ease-in-out;
    background: #fff;
    overflow: hidden;
}
.pro-right-pic figcaption{
    text-align: center;
    padding: 15px 0;
    background: #00405e;
    color: #fff;
    font-size: 16px;
    transition: all .4s ease-in-out;
}

.subpages-proinfo{
    width: 1200px;
    height: auto;
    margin: 60px auto 0 auto;
    overflow: hidden;
}
.pro-info{
    width: 1140px;
    height: auto;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}
.pro-info-pic{
    width: 570px;
    height: auto;
    float: left;
}
.pro-info-pic img{
    border: #eee solid 1px;
}
.pro-info-txt{
    width: 500px;
    height: auto;
    float: right;
    padding: 0 35px;
}
.pro-info-txt h2{
    font-size: 26px;
    margin-bottom: 20px;
}
.pro-info-txt span{
    display: inline-block;
    margin: 0 5px;
    width: auto;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
    background: #eee;
    padding: 0 10px;
    text-transform: capitalize;
}
.pro-info-feature{
    width: 1140px;
    height: auto;
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
    border-top: #eee solid 1px;
    float: left;
    margin-top: 40px;
}

.subpages-enquiry{
    width: 1140px;
    height: auto;
    margin: 20px auto 60px auto;
    overflow: hidden;
    background: #fff;
    padding: 30px;
}
.enquiry{
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #f1f1f1;
    padding: 3%;
    box-sizing: border-box;
}
.enquiry-bar1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.enquiry-bar1-left {
    width: 49%;
    height: auto;
    float: left;
}

.enquiry-bar1-left p>input {
    width: 100%;
    height: 43px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    border-radius: 4px;
    text-transform: capitalize;
}

.enquiry-bar1-right {
    width: 49%;
    height: auto;
    float: right;
}

.enquiry-bar1-right p>input {
    width: 100%;
    height: 43px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    border-radius: 4px;
    text-transform: capitalize;
}

.enquiry-bar2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.enquiry-bar2>textarea {
    width: 100%;
    height: auto;
    border: #ddd solid 1px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0.5%;
    color: #666;
    font-family: "Poppins-Regular";
    border-radius: 4px;
    text-transform: capitalize;
}

.enquiry h4 {
    padding: 10px 0;
}

.enquiry h1 {
    text-align: center;
}

.enquiry h1>input {
    width: 100px;
    height: 34px;
    text-align: center;
    border: 0;
    background: #00405e;
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: capitalize;
}

.enquiry h1>input:hover {
    background: #358419;
}

/*新闻系统*/

.subpages-news-nav{
    height: auto;
    margin: 0 auto;
    line-height: 65px;
    display: table;
}
.subpages-news-nav li{
    width: 150px;
    height: auto;
    line-height: 65px;
    float: left;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}
.comp-nav-line{
    background: url("../images/icon-line.png") no-repeat center right;
}
.subpages-news-nav li a{
    color: #00405e;
    display: block;
}
.subpages-news-nav li a:hover{
    color: #358419;
}
.subpages-news-nav li .current{
    color: #358419;
    font-weight: bold;
}

.subpages-news{
    width: 1200px;
    height: auto;
    margin: 40px auto;
    overflow: hidden;
}
.news-search {
    width: 1160px;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto 30px auto;
}
.news-search strong{
    font-size: 18px;
}
.news-search-box1 {
    width: 250px;
    height: 32px;
    border: #ccc solid 1px;
    text-indent: 0.5rem;
    color: #666;
    margin-right: 10px;
    vertical-align: middle;
}

.news-search-box2 {
    width: 250px;
    height: 36px;
    border: #ccc solid 1px;
    text-indent: 0.5rem;
    color: #666;
    margin-right: 10px;
    font-family: "Poppins-Regular";
    vertical-align: middle;
}

.news-search-box3 {
    width: 80px;
    height: 34px;
    border: 0;
    color: #fff;
    background: #358419;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
}

.focus-news{
    width: 1215px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.focus-news figure{
    width: 390px;
    height: auto;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    
}
.focus-news figure img{
    transition: all .4s ease-in-out;
}
.focus-news figure img:hover{
    transform: scale(1.10);
}
.focus-news figcaption{
    padding: 20px;
    height: auto;
    min-height: 210px;
    background: #fff;
}
.focus-news figcaption h1{
    font-size: 18px;
    font-weight: bold;
    color: #00405e;
    margin: 5px auto;
    line-height: 120%;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.focus-news figcaption h2{
    font-size: 12px;
    color: #999;
    background: url("../images/icon-date.png") no-repeat left center;
    text-indent: 1.2rem;
    margin: 5px auto;
}
.focus-news figcaption p{
   display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; 
}
.focus-news h3{
    margin-top: 20px;
}
.focus-news h3 a{
    display: inline-block;
    width: 84px;
    height: 30px;
    border: #c5c5c5 solid 1px;
    background: #fff url("../images/icon-arrow.png") no-repeat 50% 50%;
}
.focus-news h3 a:hover{
    border: #358419 solid 1px;
    background: #358419 url("../images/icon-arrow2.png") no-repeat 80% 50%;
}

.subpages-news-list{
    width: 100%;
    height: auto;
    margin: 40px auto;
}
.subpages-news-list li{
    width: 100%;
    height: auto;
    border-bottom: #fff solid 1px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.subpages-news-list li:hover{
    background: #fff;
    text-decoration: none;
}
.subpages-news-list li a:hover{
    text-decoration: none;
}
.news-list-content{
    width: 1120px;
    height: 120px;
    padding: 40px;
}
.news-time{
    width: 150px;
    height: auto;
    float: left;
    border-right: #bbb solid 1px;
    padding-top: 20px;
}
.news-time p{
    text-align: center;
    font-size: 16px;
    color: #358419;
}
.news-time span{
    font-size: 50px;
}
.news-txt{
    width: 930px;
    height: auto;
    float: right;
}
.news-txt h2{
    font-size: 20px;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;
}
.news-txt h3{
    font-size: 12px;
    color: #ccc;
    background: url("../images/icon-view.png") no-repeat center left;
    text-indent: 1.4rem;
}
.news-txt p{
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}

.news-info-content{
    width: 1200px;
    height: auto;
    margin: 40px auto;
    box-sizing: border-box;
}
.news-info{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 4%;
    box-sizing: border-box;
}
.news-info h1{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 20px auto;
    text-transform: capitalize;
}
.news-info h2{
    text-align: left;
    color: #999;
    margin: 20px auto;
}
.news-info p{
    font-size: 16px;
    margin: 15px auto;
}
.news-info-more{
    margin: 20 auto;
    border-top: #eee solid 1px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 250%;
}

/*品质保证*/

.subpages-qc{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.subpages-qc h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    text-transform: capitalize;
}
.subpages-qc p{
    text-align: center;
    text-transform: capitalize;
}
.subpages-qc-pic{
    width: 1220px;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
}
.subpages-qc-pic figure{
    width: 590px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.subpages-qc-pic figcaption{
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
}

/*销售服务*/

.subpages-service{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.service-nav{
    width: 1220px;
    height: auto;
    overflow: hidden;
}
.service-nav figure{
    width: 285px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.service-nav figcaption{
    width: 100%;
    height: auto;
    min-height: 150px;
    background: #efefef;
    padding: 10%;
    box-sizing: border-box;
}
.service-nav h2{
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
}
.service-nav h2:before{
    width: 40px; 
    height: 1px; 
    background: #ff9000; 
    position: absolute; 
    bottom: -10px; 
    left: 0; 
    margin: 0 auto ; 
    content: ''; 
}
.service-nav h3{
    color: #888;
    margin-top: 15px;
    text-transform: capitalize;
}

/*销售网络*/

.subpages-network{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}
.network-cont-content{
    width: 1200px;
    height: auto;
    margin: 20px auto 0 auto;
    overflow: hidden;
}
.network-cont{
    width: 1230px;
    height: auto;
    overflow: hidden;
}
.network-cont li{
    width: 320px;
    height: 140px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.network-cont h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.network-cont p{
    margin: 3px auto;
    line-height: 160%;
    color: #777;
}

/*联系方式*/

.subpages-cont{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.subpages-cont-map{
    width: 100%;
    height: auto;
    position: relative;
    padding: 2%;
    box-sizing: border-box;
}
.subpages-cont-txt{
    display: inline-block;
    width: 300px;
    height: 380px;
    background: rgba(0,64,94,0.65);
    padding: 30px;
    position: absolute;
    z-index: 11;
    right: 60px;
    top: 60px;
}
.subpages-cont-txt h2{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.subpages-cont-txt p{
    color: #fff;
}
.subpages-cont-txt img{
    margin-right: 10px;
    margin-top: 10px;
}

/*留言反馈*/

.subpages-feedback{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}
.feedback-bar1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.feedback-bar1-left {
    width: 49%;
    height: auto;
    float: left;
}

.feedback-bar1-left p>input {
    width: 100%;
    height: 43px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    border-radius: 4px;
    text-transform: capitalize;
}

.feedback-bar1-right {
    width: 49%;
    height: auto;
    float: right;
}

.feedback-bar1-right p>input {
    width: 100%;
    height: 43px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    border-radius: 4px;
    text-transform: capitalize;
}

.feedback-bar2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.feedback-bar2>textarea {
    width: 100%;
    height: auto;
    border: #ddd solid 1px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0.5%;
    color: #666;
    font-family: "Poppins-Regular";
    border-radius: 4px;
    text-transform: capitalize;
}

.subpages-feedback h4 {
    padding: 10px 0;
    text-transform: capitalize;
}

.subpages-feedback h1 {
    text-align: center;
}

.subpages-feedback h1>input {
    width: 100px;
    height: 35px;
    text-align: center;
    border: 0;
    background: #00405e;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: capitalize;
}

.subpages-feedback h1>input:hover {
    background: #358419;
}



/*==========以下样式为移动端==========*/

/*头部*/
#top {
    width: 100%;
    overflow: hidden;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    border-bottom: 0;
    background: #fff;
    display: none;
    box-shadow: rgba(0,0,0,0.15) 0 2px 5px;
}
/*#top h2{position: absolute; right: 0; top: 0;}
#top h2 img{width: 100%; height: auto;}
#top h3{position: absolute; left: 0; top: -20px;}
#top h3 img{width: 100%; height: auto;}*/
#top1 {
    float: left;
    width: 80%;
}

#top1 img {
    width: auto;
    height: 70px;
}

#top2 {
    float: right;
    width: 20%;
    position: relative;
}

#top2 img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    height: 70px;
    width: auto;
}

#top3 {
    width: 100%;
    height: 71px;
    overflow: hidden;
    display: none;
}

#menu {
    position: fixed;
    z-index: 600;
    width: 100%;
    height: 100%;
    overflow: hidden;
 /*overflow-y: auto; */
    background: rgba(0,0,0,0.8);
    display: none;
    transition: margin 0.5s;
}

#menu ul {
    width: 55%;
    background: #fff;
    height: 100%;
    margin: 0 0 0 -55%;
    transition: margin 0.5s;
}

#menu ul li {
    text-align: left;
    text-transform: uppercase;
    text-indent: 1.5rem;
    font-size: 1.2rem;
    border-bottom: solid 1px #eee;
}

#menu ul li span{
    font-weight: normal;
    margin-right: 10px;
}

#menu ul li span a{
    display: inline-block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #00405e;
    color: #fff; 
    text-indent: 0;
    font-size: 12px;
}

#menu ul li a {
    display: block;
    line-height: 3.0rem;
    font-size: 1.0rem;
    background: #fff;
    color: #00405e;
}

#menu ul li a.it {
    background: url(../images/jia.png) right no-repeat /auto 100% #fff;
}

#menu ul li dl {
    background: #eee;
    overflow: hidden;
    display: none;
}

#menu ul li dl dd a {
    background: #f7f7f7;
    overflow: hidden;
    border-top: solid 1px #eee;
    font-size: 0.9rem;
    text-indent: 1.5rem;
    text-transform: capitalize;
    color: #666;
}

#close {
    position: absolute;
    margin-left: 0%;
    width: 3rem;
    height: 3rem;
    background: #358419 url("../images/icon-close.png") no-repeat 50% 50%;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    transition: margin 0.5s;
    font-size: 22px;
}

.li-icon {
    width: 12%;
    margin-right: 10px;
    margin-bottom: 5px;
}



/*底部*/
.h5-footer{width: 100%; height: auto; background: url(../images/img-20.jpg) repeat-x top #3eb08b; overflow: hidden; display: none; padding: 1% 1% 23% 1%; box-sizing: border-box;}
.h5-footer-followus{width: 100%; height: auto; text-align: center; margin: 40px auto 20px auto; overflow: hidden; }
.h5-footer-followus img{width: 50%; margin: 0 5px; }
.h5-footer-followus h3{display: inline-block; color: #fff; width: 50%; }
.h5-footer-followus h4{display: inline-block; color: #fff; width: 50%;}
.h5-footer h2{text-align: center; color: #fff;}
.nav4{display: none;}



/*内页导航*/
.header{
    position:relative;
    height:auto; 
    background:#358419; 
    display: none; 
}
.h5-right-tit{
    width:100%; 
    height:auto; 
    overflow:hidden;
}
.h5-right-tit-left{
    width:86%; 
    height:50px; 
    line-height:50px; 
    float:left;  
    color:#fff; 
    text-align:left; 
    text-indent:1rem; 
    font-size:1.0rem; 
    background:#00405e; 
    font-weight: bold;
    text-transform: capitalize;
}
.h5-right-tit-right{
    width:14%; 
    height:50px; 
    float:right; 
}


/*翻页*/

#pages{width: 100%; height: auto; padding: 20px 0; overflow: hidden;}
DIV.black2 {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.black2 A {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; TEXT-DECORATION: none
}
DIV.black2 A:hover {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000
}
DIV.black2 A:active {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000
}
DIV.black2 SPAN.current {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000000
}
DIV.black2 SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}

.canshu{ width:100%; margin:0; overflow:hidden;}
.canshu table{ border-left:solid 1px #eee; border-top:solid 1px #eee;}
.canshu table td{ border-bottom:solid 1px #eee; border-right:solid 1px #eee; }
