﻿
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #064a43;}
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: #333;
    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;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Sour-R';
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
    font-family: 'Sour-B';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

/*布局*/
.wp{width: 100%;max-width: 1440px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: absolute;z-index: 103;left: 0;right: 0;top: 0;
    height: 110px;
}
.logo{float: left;line-height: 110px;}
.logo img{display: inline-block;vertical-align: middle;height: 75px;}
.header .hdr{float: right;position: relative;}
.nav{float: left;margin-top: 31px;}
.nav li{float: left;position: relative;}
.nav li .v1{font-size: 20px;color: #fff;line-height: 48px;display: block;
    position: relative;padding: 0 35px;border-radius: 24px;
}
.nav li .v1:after{content: '';position: absolute;left: 50%;right: 50%;
    bottom: -4px;background-color: #06645a;height: 4px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav dl{position: absolute;top: 100%;left: 0;right: 0;text-align: center;
    background-color: rgba(255,255,255,.85);
    border-top: 4px solid #05564d;
    display: none;
}
.nav dd a{font-size: 18px;color: #06645a;line-height: 57px;display: block;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav dd{border-bottom: 1px solid rgba(6,100,90,.25);}
.nav dd:hover a{background-color: #fff;}
.nav li.on .v1{background-color: #06645a;}
.nav .ico{display: inline-block;vertical-align: middle;
    width: 20px;height: 17px;display: inline-block;vertical-align: middle;
    background-position: center;background-repeat: no-repeat;
    position: relative;top: -2px;margin-right: 8px;
}
.nav li:hover .v1:after{left: 0;right: 0;}
.nav li.on:hover .v1:after{display: none;}
.so-btn{float: left;width: 42px;height: 42px;border-radius: 50%;
    cursor: pointer;margin-top: 34px;
    background: #06645a url(../images/i-so.png) no-repeat center;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}
.so{display: none;position: absolute;right: 0;top: 100%;margin-top: 10px;}
.so .inp{width: 250px;height: 45px;display: block;border: 0;
    background-color: #fff;border-radius: 23px;
    font-size: 16px;padding: 0 45px 0 15px;
}
.so .btn{width: 43px;height: 43px;position: absolute;right: 1px;top: 1px;
    border-radius: 50%;border: 0;cursor: pointer;
    background: #06645a url(../images/i-so.png) no-repeat center;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 7px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #fff;
    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: 5px;top: 50%;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);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner .slick-slide .con{display: block;position: relative;height: 850px;}
.banner .slick-slide .bg{outline:0;display:block;height:100%;
    position:relative;overflow:hidden;
    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;
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all 5s ease-out;
    transition:all 5s ease-out;
}
.banner .pic{position: absolute;top: 50%;left: 0;right: 0;text-align: center;
    opacity: 0;height: 258px;
    -webkit-transition:all 2s ease-out;
    transition:all 2s ease-out;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}
.banner .pic img{max-height: 100%;display: inline-block;}
.banner .slick-slide.img_scale .bg{
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 5s ease-out;
    transition:all 5s ease-out;
}
.banner .slick-slide.img_scale .pic{opacity: 1;
    -webkit-transition:all 2s ease-out;
    transition:all 2s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .slick-dots{position: absolute;left: 0;bottom: 47px;font-size: 0;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 9px;}
.banner .slick-dots li button{display: block;width: 34px;height: 34px;position: relative;
    font-size: 0;line-height: 0;text-indent: 999px;cursor: pointer;border: 0;
    background: url(../images/i-01.png) no-repeat center;padding: 0;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.banner .slick-dots li button:after{content: '';position: absolute;top: 0;bottom: 0;left: 0;
    width: 0;
    background: url(../images/i-01-on.png) no-repeat left center;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.banner .slick-dots li.slick-active button:after{width: 34px;
    animation: banwid 6.5s ;
}
@-webkit-keyframes banwid{
    0%{width: 0;}
    100%{width: 100%;}
}
@keyframes banwid{
    0%{width: 0;}
    100%{width: 100%;}
}
.ban{height: 424px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*******************************
  -------[=底部]-------
********************************/
.footer{border-top: 5px solid #0d8b7d;padding: 40px 0 0;position: relative;z-index: 28;
    background: url(../images/p-bg4.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-con{*zoom:1;padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.fd-con:after,.fd-con:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.fd-l{float: left;width: 390px;}

.fd-link{height: 44px;position: relative;z-index: 18;}
.fd-link dt{height: 44px;display: block;border: 1px solid rgba(255,255,255,.3);
    line-height: 42px;color: #fff;font-size: 16px;
    padding: 0 0 0 12px;cursor: pointer;position: relative;
}
.fd-link dt:after{content: '';position: absolute;right: 17px;top: 50%;width: 16px;height: 20px;
    margin-top: -10px;background: url(../images/f-01.png) no-repeat center;
}
.fd-link dd{position: absolute;bottom: 44px;left: 0;right: 0;display: none;
    background-color: rgba(255,255,255,.8);
}
.fd-link dd a{display: block;line-height: 2.4;padding-left: 15px;
    color: #0d8b7d;font-size: 16px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.fd-link dd a:hover{background-color: #0d8b7d;color: #fff;}
.fd-link.on dt:after{background-image: url(../images/f-01-on.png);}

.fd-nv{overflow: hidden;margin-right: -108px;padding-bottom: 11px;}
.fd-nv li{float: left;width: 50%;padding-right: 108px;margin-bottom: 10px;}
.fd-nv li a{display: block;font-size: 16px;color: #fff;
    line-height: 45px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.fd-nv li a:hover{opacity: .8;}
.fd-contact{float: left;margin-left: 112px;}
.fd-contact h3{font-size: 18px;line-height: 45px;font-weight: normal;color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.3);margin-bottom: 10px;position: relative;
}
.fd-contact h3:after{content: '';position: absolute;left: 0;width: 4em;bottom: -1px;
    height: 2px;background-color: #15a293;
}
.fd-contact .desc{font-size: 16px;line-height: 29px;
    color: rgba(255,255,255,.8);
}
.fd-qr{float: right;margin-top: 10px;}
.fd-qr .item{float: left;}
.fd-qr .pic{width: 124px;margin: 0 auto 10px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr p{font-size: 14px;text-align: center;color: rgba(255,255,255,.5);}
.fd-copy{overflow: hidden;line-height: 66px;color: rgba(255,255,255,.4);
    font-size: 16px;
}
.fd-copy .copy{float: left;}
.fd-copy a{color: rgba(255,255,255,.4);}
.fd-copy a:hover{color: rgba(255,255,255,1)}
/*******************************
    -------[=正文]-------
********************************/
.g-cur{overflow: hidden;line-height: 70px;height: 70px;
    background-color: #edf4f3;
}
.g-cur .tab{float: left;}
.g-cur .tab li{float: left;}
.g-cur .tab li a{display: block;font-size: 18px;color: #333;
    padding: 0 34px;position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.g-cur .tab li a:after{content: '';position: absolute;right: 0;top: 50%;
    width: 1px;height: 16px;margin-top: -8px;
    background-color: #c0c3c3;
}
.g-cur .tab li:last-child a:after{display: none;}
.g-cur .tab li.on a,.g-cur .tab li:hover a{background-color: #06645a;color: #fff;}
.g-cur .tab li.on a:after,.g-cur .tab li:hover a:after{display: none;}
.g-cur .cur{float: right;color: #969696;font-size: 16px;}
.g-cur .cur a{color: #969696;}
.g-cur .cur span,.g-cur .cur a:hover{color: #06645a;}
.g-cur .cur .home{padding-left: 27px;
    background: url(../images/i-04.png) no-repeat left center;
    -o-background-size: 19px auto;
    -ms-background-size: 19px auto;
    -moz-background-size: 19px auto;
    -webkit-background-size: 19px auto;
    background-size: 19px auto;
}


















