
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";margin: 0 !important;}
a{color: #444;}
a:hover{color: #01533f;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

a,.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*{outline: none;}
.index{margin-bottom: -70px;}
/*布局*/
.wp{width: 100%;max-width: 1150px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}
.wp .inner-lb{margin: 0 -25px;background: #fff;}


.g-tit-lb1{margin-bottom: 25px;}
.g-tit-lb1 h4{float: left;font-size: 24px;color: #000;font-weight: normal;padding-left: 16px;border-left: 3px solid #39b19e;line-height: 1;margin-right: 8px;}
.g-tit-lb1 span{display: block;overflow: hidden;font-size: 14px;color: #b7b7b7;line-height: 24px;border-bottom: 1px solid #b7b7b7;text-transform: uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:45px;position: relative;}
.g-tit-lb1 span .more{position: absolute;right: 0;font-size: 14px;color: #000;top: 0;bottom: 0;}
.main{background-color: #f3f3f3;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{}
.header .hd-top{
    overflow: hidden;background: #01533f;
    font-size: 14px;color: #fff;line-height: 35px;
    border-bottom: 2px solid #f3f3f3;
}
.header .hd-top a{display: block;color: inherit;float: right;margin-right: 30px;}
.header .hd-top a:hover{text-decoration: underline;}
.header .hd-top a img{display: inline-block;vertical-align: middle;margin: -2px 10px 0 0;}
.header .hd-top .soBox{
    display: block;float: right;width: 224px;height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 1px #fff solid;border-radius: 23px;
    padding: 0 34px 0 18px;
    position: relative;
    margin-top: 5px;
}
.header .hd-top .soBox input[type="text"]{
    display: block;width: 100%;height: 23px;
    font-size: 12px;color: #fff;line-height: 23px;
    background: none;border: none;
}
::-webkit-input-placeholder {
   font-family:"Arial";font-size: 12px;color: #b8c6c1;
}

::-moz-placeholder { 
   font-family:"Arial";font-size: 12px;color: #b8c6c1;  
}

::-ms-input-placeholder {  
   font-family:"Arial";font-size: 12px;color: #b8c6c1;  
}
.header .hd-top .soBox input[type="submit"]{
    display: block;width: 23px;height: 23px;
    background: url(../images/icon2.png) no-repeat center center;
    border: none;cursor: pointer;
    position: absolute;right: 9px;top: 0;
}

.header .hd-bot{height: 90px;background: #fff;}
.logo{float: left;height: 90px;line-height: 90px;}
.logo img{
    display: inline-block;vertical-align: middle;max-height: 70%;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: absolute;right:25px;top: 50%;z-index: 9;display: none;float: right;
    width: 35px;cursor: pointer;height: 27px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    margin-top: -13px;
}
.menuBtn b{display: block;height: 3px;background-color: #055c47;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 3px;top: 40%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.nav{float: right;position: relative;padding-left: 16px;}
.nav li{
    float: left;margin-left: 26px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.nav .v1{
    display: block;height: 86px;padding-top: 4px;
    font-size: 16px;color: #000;line-height: 86px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.nav li:hover .v1,.nav li.on .v1{background-image: url(../images/bg1.png);}

.nav .subBox{
    position: absolute;left: 0;top: 100%;z-index: 999;
    width: 729px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    background: #fff;padding: 20px;
    overflow: hidden;margin-top: 1px;
    display: none;
}
.nav .subBox .pic{
    float: left;width: 198px;height: 128px;
    margin-right: 67px;overflow: hidden;
}
.nav .subBox .pic img{
    display: block;width: 100%;height: 100%;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.nav .subBox .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.nav .subBox dl{
    overflow: hidden;
    margin-top: 2px;
}
.nav .subBox dl dd{
    float: left;
    width: 118px;
    margin-right: 50px;
    border-right: 1px #e6e6e6 solid;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav .subBox dl dd:nth-child(2n){border: none;}
.nav .subBox dl a{
    font-size: 14px;color: #6a6a6a;line-height: 34px;
}
.nav .subBox dl a:hover{color: #005340;}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 450px;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-next,.banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 45px;height: 50px;font-size: 0;line-height: 0;z-index: 999;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}
.banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}
.banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}

.banner .slick-dots{position: absolute;right: 50%;bottom: 20px;text-align: center;z-index: 99;margin-right: -575px;}
.banner .slick-dots li{display: inline-block;margin: 0 2px;}
.banner .slick-dots li button{display: block;width: 13px;height: 13px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
    border: none;cursor: pointer;padding: 0;
}
.banner .slick-dots li.slick-active button{background-color: #c09462;}
.banner .item a{display: block;height: 100%;}

.ban{height: 240px;position: relative;background-position: center;background-repeat: no-repeat;background-size: cover;overflow: hidden;}
.ban .txt{padding-left: 43px;background: url(../images/ban-ico.png) no-repeat left top;margin-top: 88px;}
.ban .txt h2{font-size: 24px;color: #fff;line-height: 40px;font-weight: normal;}
.ban .txt h2 span{display: block;font-size: 16px;color: #fff;line-height: 24px;text-transform: uppercase;}
/*******************************
  -------[=底部]-------
********************************/
.footer{background: #fff;}
.footer .fd-top{overflow: hidden;padding: 34px 0 25px;}

.f-nav{float: left;overflow: hidden;}
.f-nav dl{
    float: left;width: 117px;min-height: 180px;
    border-right: 1px #f0f0f0 solid;
    margin-right: 15px;
    font-size: 14px;color: #838383;line-height: 22px;
}
.f-nav dl:last-child{border: none;margin-right: 0;}
.f-nav dl dt{
    font-size: 16px;font-weight: normal;line-height: 1;color: #000;
    margin-bottom: 15px;
}
.f-nav dl dd{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-nav dl dd a{color: inherit;}
.f-nav dl dd a:hover{color: #005340;}
.f-ma{
    float: right;width: 97px;
    font-size: 14px;color: #000;line-height: 24px;text-align: center;margin: 0 10px;
}
.f-ma img{
    display: block;width: 97px;height: 97px;
    margin: 0 auto 6px;
}


.f-copy{
    background: #01533f;
    overflow: hidden;
    font-size: 14px;line-height: 24px;color: #fff;
    padding: 8px 0;
}
.f-copy span{float: right;}
.f-copy span a{color: inherit;}
.f-copy span a:hover{text-decoration: underline;}

/*******************************
    -------[=正文]-------
********************************/
.m-cur{background-color: #fff;height: 62px;line-height: 62px;border-bottom: 2px solid #efefef;margin-bottom: 48px;overflow: hidden;}
.m-cur .cur .home{float: left;width: 62px;height: 62px;background: #f4f4f4 url(../images/home-lb.png) no-repeat center;margin-right: 8px;padding: 0;}
.m-cur .cur .home:hover{background-color: #fff;}
.m-cur .cur{float: left;}
.m-cur .cur a{display: inline-block;padding: 0 16px;font-size: 14px;color: #000;background: url(../images/ico-lb11.png) no-repeat right center;}
.m-cur .cur span{margin-left: 12px;font-size: 14px;color: #c09463;}
.m-cur .cur a:hover{color: #c09463;}
.ul-tab-lb1{float: right;margin-right: -16px;}
.ul-tab-lb1 li{float: left;}
.ul-tab-lb1 li a{display: block;padding: 0 16px;font-size: 14px;color: #000;}
.ul-tab-lb1 li a:hover,.ul-tab-lb1 li.on a{background-color: #01533f;color: #fff;}