.content {
    width: 1200px;
    margin: 0 auto;
}

.headbj {
    height: 231px;
}

.hea-top {
    height: 40px;
    background: #ECECEC;
}

.hea-top span {
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #666666;
    padding-left: 37px;
    background: url(../images/hea-icon.gif) no-repeat left;
}

.hea-top em {
    display: block;
    float: right;
}

.hea-top em a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    margin-left: 26px;
    padding-left: 30px;
}

.hea-top em a.top1 {
    background: url(../images/top-icon1.png) no-repeat left;
}

.hea-top em a.top2 {
    background: url(../images/top-icon2.png) no-repeat left;
}

.hea-top em a.top3 {
    background: url(../images/top-icon3.png) no-repeat left;
}

.hea-cen {
    height: 130px;
    padding: 10px 0;
    box-sizing: border-box;
    background: url(../images/head.png) no-repeat center;
}

.hea-cen .logo {
    width: 680px;
    float: left;
}

.hea-cen .logo .t_logo {
    height: 110px;
    float: left;
    margin-right: 25px;
}

.hea-cen .logo h2 {
    float: left;
    padding-left: 20px;
    padding-top: 1px;
    box-sizing: border-box;
    position: relative;
    margin-top: 14px;
}

.hea-cen .logo h2:before {
    width: 1px;
    height: 71px;
    background: #cccccc;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}

.hea-cen .logo h2 span {
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.hea-cen .logo h2 em {
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 19px;
    color: #333333;
    font-weight: normal;
}

.hea-cen .tel {
    float: right;
    margin-top: 28px;
}

.hea-cen .tel span {
    display: block;
    float: left;
    height: 41px;
    line-height: 20px;
    padding-left: 47px;
    font-size: 16px;
    color: #666666;
    background: url(../images/hea-tel.gif) no-repeat left;
    margin-top: 5px;
}

.hea-cen .tel em {
    display: block;
    float: left;
}

.hea-cen .tel em i {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    color: #333333;
    font-family: "Acrom";
}

.hea-cen .tel em i:last-child {
    letter-spacing: 1px;
}

.menu {
    height: 60px;
    background: linear-gradient(to bottom, #108d63, #036450);
}

.menu .nav {
    width: 1200px;
    margin: 0 auto;
}

.menu .nav li {
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.menu .nav li a {
    display: block;
    font-size: 18px;
    color: #FFF;
    position: relative;
    padding: 0 28px;
    z-index: 20;
    transition: .5s;
}

.menu .nav li.first {
    padding: 0 30px;
}

.menu .nav li.first a {
    padding-right: 0;
    padding-left: 27px;
}

.menu .nav li.first a:before {
    width: 21px;
    height: 19px;
    background: url(../images/top-icon4.png) no-repeat center;
    content: "";
    position: absolute;
    left: -3px;
    top: 21px;
}

.menu .nav li i {
    display: block;
    width: 100%;
    height: 0;
    background: #0caf99;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 10;
}

.menu .nav li:hover i,
.menu .nav li.cur i {
    height: 60px;
}

.menu .nav li:hover a,
.menu .nav li.cur a {
    font-weight: bold;
}

/* 竖向二级菜单样式 - 增强版 */
.menu .nav li {
    position: relative;
    z-index: 150;
}

.menu .nav li .navSub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #036450;
    z-index: 999;
    display: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #0caf99;
}

.menu .nav li:hover .navSub {
    display: block;
}

.menu .nav li .navSub ul.vertical {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu .nav li .navSub ul.vertical li {
    float: none;
    height: auto;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.menu .nav li .navSub ul.vertical li:last-child {
    border-bottom: none;
}

.menu .nav li .navSub ul.vertical li a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
    white-space: nowrap;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu .nav li .navSub ul.vertical li a:hover {
    background: #0caf99;
    padding-left: 30px;
    color: #fff;
    font-weight: bold;
}

/* 确保下拉菜单在主导航下方 */
.menu {
    position: relative;
    z-index: 200;
}

.fullSlide {
    z-index: 1;
    position: relative;
}


.fullSlide {
    min-width: 1200px;
    position: relative;
    height: 725px;
    overflow: hidden;
    z-index: 2;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.fullSlide .bd .con {
    width: 100% !important;
}

.fullSlide .bd .li {
    width: 100% !important;
    height: 725px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.fullSlide .bd .li a {
    display: block;
    height: 725px;
}

.fullSlide .bd .li img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.fullSlide .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.fullSlide .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    border-radius: 20px;
    opacity: .6;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fullSlide .hd li.on {
    width: 27px;
    opacity: .8;
}

.fullSlide p {
    position: absolute;
    top: 50%;
    width: 73px;
    height: 73px;
    z-index: 9;
    opacity: .5;
    text-align: center;
    margin-top: -40px;
    transition: .8s;
}

.fullSlide .prev2 {
    left: 5%;
    opacity: 0;
}

.fullSlide .next2 {
    right: 5%;
    opacity: 0;
}

.fullSlide:hover .prev2 {
    left: 10%;
    opacity: 0.3;
}

.fullSlide:hover .next2 {
    right: 10%;
    opacity: 0.3;
}




i,
em {
    font-style: normal;
}

.footer {
    height: 640px;
    background: url(../images/foot.jpg) no-repeat center top;
}

.foot {
    padding-top: 110px;
}

.foot .ft-contact {
    height: 133px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background: #097657;
}

.foot .ft-contact ul {
    padding-top: 18px;
    height: 131px;
    box-sizing: border-box;
}

.foot .ft-contact ul li {
    float: left;
    width: 33.3%;
    height: 97px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.foot .ft-contact ul li i {
    display: block;
    height: 29px;
    line-height: 29px;
    padding-left: 44px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 9px;
}

.foot .ft-contact ul li.ft1 i {
    background: url(../images/ft-icon1.png) no-repeat left;
}

.foot .ft-contact ul li.ft2 i {
    background: url(../images/ft-icon2.png) no-repeat left;
}

.foot .ft-contact ul li.ft3 i {
    background: url(../images/ft-icon3.png) no-repeat left;
}

.foot .ft-contact ul li.ft1 {
    padding: 7px 0 0 39px;
}

.foot .ft-contact ul li.ft2 {
    padding: 7px 0 0 80px;
}

.foot .ft-contact ul li.ft3 {
    padding: 7px 0 0 84px;
    border-right: 0;
}

.foot .ft-contact ul li em {
    display: block;
    margin-left: 45px;
    height: 27px;
    line-height: 27px;
    font-size: 21px;
    color: #FFFFFF;
    font-family: "Acrom";
}

.foot .ft-contact ul li span {
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 42px;
    font-family: "Myriad Pro";
}

.foot .ft-contact ul li p {
    padding-left: 43px;
    line-height: 20px;
    width: 250px;
    font-size: 16px;
    color: #FFFFFF;
}

.foot .ft-nav {
    margin-bottom: 50px;
    height: 17px;
    display: flex;
    justify-content: center;
}

.foot .ft-nav ul li {
    float: left;
    line-height: 16px;
}

.foot .ft-nav ul li a {
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 32px;
    position: relative;
}

.foot .ft-nav ul li a:before {
    width: 6px;
    height: 14px;
    color: #FFF;
    font-size: 16px;
    content: "/";
    position: absolute;
    right: 0;
}

.foot .ft-nav ul li:last-child a:before {
    display: none;
}

.foot .ft-link {
    text-align: center;
    margin-bottom: 40px;
}

.foot .ft-link p {
    text-align: center;
    margin-bottom: 23px;
}

.foot .ft-link p em {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    margin: 0 18px;
}

.foot .ft-link p em a {
    font-size: 14px;
    color: #FFF;
}

.foot .ft-link strong {
    line-height: 14px;
}

.foot .ft-link strong i {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
}

.foot .ft-link strong a {
    font-size: 14px;
    color: #FFF;
    padding: 0 16px;
    font-weight: normal;
    position: relative;
}

.foot .ft-link strong a:before {
    width: 6px;
    height: 14px;
    color: #FFF;
    font-size: 14px;
    content: "/";
    position: absolute;
    right: 0;
    top: 3px;
}

.foot .ft-link strong a:last-child:before {
    display: none;
}

.foot .ft-code {
    width: 304px;
    height: 151px;
    margin: 0 auto;
}

.foot .ft-code span {
    display: block;
    width: 110px;
    float: left;
    margin-left: 42px;
}

.foot .ft-code span i {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
}

.foot .ft-code span i img {
    width: 100%;
}

.foot .ft-code span em {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.foot .ft-sou {
    height: 79px;
    line-height: 79px;
}

.foot .ft-sou i {
    display: block;
    font-size: 14px;
    color: #FFF;
    float: left;
}

.foot .ft-sou a {
    display: block;
    font-size: 14px;
    color: #FFF;
    float: left;
    margin-right: 30px;
}

.foot .ft-sou a:last-child {
    margin-right: 0;
}

.copyright {
    width: 100%;
    height: 100px;
    background: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.copyright p  , .copyright p a {
    color: #fff;
}
.copyright p span{
    margin-right: 15px;
}
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #097657;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #097657;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}