/*@font-face {
    font-family: 'SourceHanSansK-Regular';
    src: url('../fonts/KaiGenGothicSC-Regular.eot');
    src: url('../fonts/KaiGenGothicSC-Regular.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/KaiGenGothicSC-Regular.woff') format('woff'),
    url('../fonts/KaiGenGothicSC-Regular.ttf') format('truetype'),
    url('../fonts/KaiGenGothicSC-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansK-Normal';
    src: url('../fonts/KaiGenGothicSC-Normal.eot');
    src: url('../fonts/KaiGenGothicSC-Normal.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/KaiGenGothicSC-Normal.woff') format('woff'),
    url('../fonts/KaiGenGothicSC-Normal.ttf') format('truetype'),
    url('../fonts/KaiGenGothicSC-Normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansK-Bold';
    src: url('../fonts/KaiGenGothicSC-Bold.eot');
    src: url('../fonts/KaiGenGothicSC-Bold.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/KaiGenGothicSC-Bold.woff') format('woff'),
    url('../fonts/KaiGenGothicSC-Bold.ttf') format('truetype'),
    url('../fonts/KaiGenGothicSC-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}﻿*/

/*-----------------[初始化]--------------*/
body{color: #232222;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansK-Regular","微软雅黑","Microsoft Yahei";
    background-color: #fff;}
a{color: #aaabab;}
a:hover{color: #ff8c33;}
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;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

@font-face {
    font-family: "SourceHanSansK-Regular";
    src: url('../fonts/SourceHanSansK-Regular.ttf');
}

@font-face {
    font-family: "SourceHanSansK-Normal";
    src: url('../fonts/SourceHanSansK-Normal.ttf');
}

@font-face {
    font-family: "SourceHanSansK-Bold";
    src: url('../fonts/SourceHanSansK-Bold.ttf');
}

/*布局*/
.wp{width: 100%;max-width: 1440px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1170px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

*{outline: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}


/*******************************
  -------[=头部]-------
********************************/
#hd{
    height: 100px;line-height: 100px;
    background:#fff;
    position: fixed;left: 0;right: 0;top: 0;z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
}
#hd .hdr{float: right;}

.logo{
    display: block;float: left;height: 100px;
    margin-right: 56px;
}
.logo img{
    display: inline-block;vertical-align: middle;
    max-height: 70%;
}

#hd .lang{float: left;}
#hd .lang a{
    float: left;
    display: inline-block;vertical-align: middle;
    font-family: "Arial";color: #d3d3d3;font-weight: bold;text-transform: uppercase;
    padding: 0 10px;
    font-size: 16px;
}
#hd .lang a.on,#hd .lang a:hover{color: #ff8c33;}

#hd .share{
    float: left;
    margin-left: 23px;
    padding-left: 30px;
    border-left: 2px #e9e8e8 solid;
}
#hd .s-WeChat{
    display: inline-block;vertical-align: middle;position: relative;
    width: 30px;height: 30px;line-height: 30px;
    margin-left: 9px;
}
#hd .s-WeChat .WeChat-code{
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    background:#fff;
    position: absolute;top: 45px;left: 50%;
    margin: 0 0 0 -75px;
    font-family: "Arial";font-size: 12px;line-height: 14px;color: #acacac;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    visibility:hidden;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#hd .s-WeChat:hover .WeChat-code{
    top: 60px;
    visibility:visible;
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#hd .s-WeChat .WeChat-code .img-top{
    position: absolute;top: -18px;left: 0px;right: 0px;
}
#hd .s-WeChat .WeChat-code .img-code{
    display: block;width: 122px;height: 122px;
    margin-bottom: 10px;
}
#hd .s-WeChat .wechat-mun{
    font-size: 14px;color: #707070;line-height: 18px;font-weight: bold;text-transform: uppercase;
    margin-bottom: 9px;
}
#hd .s-WeChat .btn{
    display: block;width: 100%;
    background: #6b7afc;
    margin-top: 4px;
    text-align: center;
    height: 33px;
    line-height: 33px;color: #fff;font-size: 14px;font-weight: bold;
    border-radius: 33px;
}
#hd .s-WeChat .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}



#hd .share a{
    /*float: left;*/
    display: inline-block;vertical-align: middle;
    width: 30px;height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-left: 9px;
}
#hd .share .a-sina{background-image: url(../images/icon02.png);}
#hd .share .a-WeChat{background-image: url(../images/icon03.png);margin-left: 0;}
#hd .share .a-email{background-image: url(../images/icon04.png);}

#hd .share .a-sina:hover{background-image: url(../images/icon02-1.png);}
#hd .share .a-WeChat:hover{background-image: url(../images/icon03-1.png);}
#hd .share .a-email:hover{background-image: url(../images/icon04-1.png);}


/*******************************
    -------[=导航]-------
********************************/
.nav{float: left;padding-left: 39px;border-left: 2px #e9e8e8 solid;overflow: hidden;position: relative;top: -2px;}
.nav li{float: left;margin: 0 20px;}
.nav a{
    font-size: 16px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.nav li.on a{color: #ff8c33;}

.menuBtn{position: relative;z-index: 9;display: none;float: left;
    width: 36px;height: 36px;padding: 18px 7px 0;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #ff8c33;
    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: 10px;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{height: 796px;}
#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;background-attachment:fixed;
    -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;bottom: 49px;margin-left: -1px;overflow: hidden;z-index: 10;
    width: 50px;height: 50px;font-size: 0;line-height: 0;line-height: 999;
    background: none;border: 2px #fff solid;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
#banner .slick-prev{left: 50%;margin-left: -585px;background-image: url(../images/ico-prev4.png);}
#banner .slick-next{left: 50%;margin-left: -537px;background-image: url(../images/ico-next4.png);}
#banner .slick-prev:hover{border-color:#ff8c33;background-image: url(../images/ico-prev4-1.png);}
#banner .slick-next:hover{border-color:#ff8c33;background-image: url(../images/ico-next4-1.png);}

#banner .slick-dots{position: absolute;right:50%;bottom: 58px;text-align: center;z-index: 99;margin-right: -585px;}
#banner .slick-dots li{display: inline-block;margin-left: 7px;}
#banner .slick-dots li button{display: block;width: 16px;height: 16px;
    font-size: 0;line-height: 0;text-indent: 999px;background: none;border-radius: 50%;border: 1px #fff solid;
    cursor: pointer;
}
#banner .slick-dots li.slick-active button{background: #fff;}

#banner .wp2{
    height: 100%;position: relative;
}
#banner .con{
    position: absolute;left: 0;right: 0;top: 215px;
/*    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    color: #fff;line-height: 1;
}
#banner .con:after{
    content: "";
    display: block;
    width: 30px;height: 42px;
    background: url(../images/icon07-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;left: 0;bottom: -72px;
}
#banner strong{
    display: block;margin-bottom: 11px;
    font-family: "Arial";font-size: 120px;font-weight: 900;
}
#banner .txt{overflow: hidden;}
#banner .txt .m-btn1{margin-top: 46px;float: right;}
#banner .txt h3{
    float: left;
    font-size: 40px;font-weight: normal;
}
#banner .txt h3 span{
    display: block;
}
#banner .txt h3 span b,#banner .txt h3 span em{
    display: inline-block;vertical-align: middle;
}
#banner .txt h3 span em{
    font-family: "Arial";font-size: 12px;line-height: 1;text-transform: uppercase;
    color: #fff;opacity: 0.5;
    margin-left: 14px;
}

/*******************************
  -------[=底部]-------
********************************/
#fd{
    background:#262729;
    padding: 30px 50px;
    font-family: "Arial";color: #aaabab;line-height: 20px;text-transform: uppercase;
}


/*******************************
    -------[=正文]-------
********************************/
#bd{background: #fff;padding-top: 100px;}

.top-btn{
    display: block;width: 80px;height: 80px;
    background: url(../images/icon01.png) no-repeat center center;
    background-color: #f5f5f5;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    position: fixed;right: 50px;bottom: 33px;z-index: 10;
    display: none;
}
.top-btn:hover{
    background-image: url(../images/icon01-1.png);
    background-color: #ff8c33;
}

.m-btn1{
    font-family: "Arial";font-size: 14px;line-height: 1;font-weight: bold;text-transform: uppercase;
}
.m-btn1-1{color: #fff;}
.m-btn1:hover{color: #ff8c33;}
.m-btn1 i{
    display: inline-block;vertical-align: middle;
    width: 50px;height: 6px;background: #ff8c33;
    margin-right: 23px;
}

.m-btn2{
    display: block;width: 80px;height: 80px;
    background: url(../images/icon05.png) no-repeat center center;
    background-color: #ff8c33;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.m-btn2:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-btn3{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 49px;height: 49px;
    background: url(../images/icon05-1.png) no-repeat center center;
    background-color: #ff8c33;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.m-btn3:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.g-tit1{}
.g-tit1 h3{
    font-weight: 900;
    font-size: 30px;line-height: 1;
}
.g-tit1 h3 em{
    display: block;padding-top: 8px;
    font-family: "Arial";font-size: 14px;text-transform: uppercase;font-weight: normal;
    opacity: .5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.g-tit1 .m-btn1{float: right;}

.box-pro{padding: 58px 0 0;}
.box-news{padding-top: 114px;position: relative;}
.box-news:before,.box-news:after{
    content: "";
    display: block;width: 6px;height: 122px;background: #ff8c33;
    position: absolute;z-index: 10;
}
.box-news:before{top: -63px;left: 50%;margin-left: -3px;}
.box-news:after{bottom: -72px;right: 0;}



.ul-list1{overflow: hidden;padding-top: 38px;}
.ul-list1 li{
    float: left;width: 50%;position: relative;
}
.ul-list1 li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.ul-list1 .pic{
    height: 0;
    padding-top: 93.75%;
    position: relative;z-index: 1;
}
.ul-list1 .pic img{
    display: block;width: 100%;height: 100%;
    position: absolute;left: 0;top: 0;
}
.ul-list1 .txt{
    position: absolute;left: 0;top: 0;z-index: 2;
    width: 100%;height: 100%;
    background: rgba(38,39,41,.95);
    font-size: 12px;color: #fff;line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 329px 210px 0 53px;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.ul-list1 li:hover .txt{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ul-list1 .m-btn2{
    position: absolute;right: 0;bottom: 0;
}
.ul-list1 span{
    display: block;
    font-family: "Arial";font-size: 48px;color: #fff;line-height: 1;
    font-weight: 900;margin-bottom: 18px;
}
.ul-list1 .txt h3{
    font-size: 18px;color: #fff;font-weight: normal;
    margin-bottom: 15px;
}
.ul-list1 .txt p{
    height: 54px;overflow: hidden;
    text-transform: uppercase;
    opacity: .6;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}


.ul-list3 li{width: 25%;}



.ul-list2{overflow: hidden;padding: 73px 0 101px;margin: 0 -24px;}
.ul-list2 li{
    float: left;margin-bottom: 50px;width: 33.33%;height: 482px;
}
.ul-list2 .con{
    margin: 0 24px;
    padding: 0 0 89px;
    background: #fff;
    position: relative;
    font-size: 12px;color: #a9a9a9;line-height: 18px;
    position: relative;top: 0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list2 .con:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.ul-list2 .m-btn3{
    position: absolute;right: 0;bottom: 0;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-list2 .con:hover .m-btn3{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ul-list2 .date{
    border-bottom: 2px #d2d2d3 solid;font-family: "Arial";
    font-size: 14px;color: #a9a9a9;line-height: 1;
    font-weight: bold;padding-bottom: 23px;margin: 0 28px;
}
.ul-list2 .date span{
    display: block;font-size: 24px;color: #232222;
    vertical-align: bottom;font-weight: bold;margin-bottom: 4px;
}
.ul-list2 .date span em{
    font-size: 48px;font-weight: bold;
}
.ul-list2 .date span i{
    display: inline-block;width: 23px;height: 23px;
    background: url(../images/icon06-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 2px 0 5px;
}

.ul-list2 .con .pic{
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 56%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 13px;
}
.ul-list2 .con .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ul-list2 .con .pic img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
}

.ul-list2 .info{margin: 36px 28px 0;}
.ul-list2 h3{
    margin-bottom: 15px;
    font-size: 18px;font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list2 h3 a{
    color: #232222;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list2 h3 a:hover{color: #ff8c33;}
.ul-list2 p{
    height: 36px;overflow: hidden;
}




.m-ad:after{
    content: "";
    display: block;
    width: 6px;height: 206px;background: #ff8c33;
    position: absolute;right: 50%;bottom: -94px;z-index: 10;
    margin-right: -720px;
}


.box-cont{
    padding: 88px 0 68px;
    overflow: hidden;
    font-size: 14px;line-height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.box-cont .col-l{float: left;width: 450px;}
.box-cont .col-r{float: right;width: 674px;}

.box-cont .tit{margin-bottom: 48px;}
.box-cont .tit h3{
    font-size: 30px;
    font-family: '思源黑体 CN';
    color: #232222;
}
.box-cont .tit em{
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    color: #a1a1a1;
}
.box-cont h4{
    font-family: "思源黑体 CN";
    font-size: 24px;line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 39px;
    background: url(../images/bg02.jpg) no-repeat left bottom;
}
.box-cont p {overflow: hidden;}
.box-cont p span{
    display: block;float: left;
    font-size: 14px;
    margin-right: 14px;
    color: #a0a0a0;
}
.box-cont p .mail{margin-left: 46px;}
.box-cont p em{float: left;color: #333;font-weight: bold;}
.box-cont .img-code{
    display: block;width: 120px;height: 120px;
    margin-top: 39px;
}

.m-mess{
    margin-top: 10px;font-size: 14px;line-height: 24px;overflow: hidden;
}
.m-mess ul{
    overflow: hidden;
    margin: 16px -39px -1px 0;
}
.m-mess li{
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 39px;
    margin-bottom: 34px;
    position: relative;
}
.m-mess li:last-child{width: 100%;}
.m-mess li .inp,.m-mess li textarea{
    display: block;width: 100%;
    background: none;
    border: none;
    border-bottom: 2px #d4d4d4 solid;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: 0 10px 0 40px;
     padding: 0 10px 8px 40px;
}
.m-mess li .inp{height: 34px;}
.m-mess li textarea{height:94px;resize:none;padding-top: 4px;}
.m-mess span{
    display: block;width: 40px;
    position: absolute;left: 0;top: 0;
    color: #4b4a4a;
}
.m-mess .sub{
    display: block;width: 141px;height: 45px;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    border: 2px #919090 solid;
    color: #232222;
    font-weight: bold;
    background: none;
    cursor: pointer;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-mess .sub:hover{color: #ff8c33;border-color: #ff8c33;}


.newTabtit{float: right;font-size:14px;}
.newTabtit a{margin-left:10px;cursor: pointer;line-height: 30px;display: inline-block;}
.newTabtit a.active{color:#ff8c33;border-bottom: 3px solid #ff8c33;}
.newTabmore{position: absolute;width:100%;left:0;bottom:60px;text-align: center;}