.header {
    width: 100%;
    overflow: hidden;
}
.topnav-main,.quick-nav,.media-head,.navbar {
    width: 1200px;
    margin: 0 auto;
}
.topnav {
    font-size: 12px;
    width: 100%;
    height: 36px;
    background: #333;
    color: #fff;
    overflow: hidden;
}
.topnav a {
    color: #fff;
    text-decoration: none;
    margin-right: 23px;
}
.topnav a:hover {
    color: #5bb36a;
}
.topnav-lf {
    width: 350px;
}
.topnav-rt {
    /*width: 511px;*/
}
.topnav-lf,.topnav-rt {
    height: 100%;
    line-height: 36px;
}
.topnav-login {
    /*width: 96px;*/
    border-right: 1px solid #4a4a4a;
}
.topnav-website {
    /*width: 393px;*/
    border-right: 1px solid #4a4a4a;
}
.quick-nav {
    font-size: 12px;
    overflow: hidden;
    margin-top: 20px;
}
.quick-navmain {
    width: 1500px;
    height: 14px;
    line-height: 14px;
}
.quick-navmain a {
    color: #222;
    text-decoration: none;
    padding: 0 16px;
    border-right: 1px solid #ddd;
}
.quick-navmain a.first-nav {
    padding-left: 0;
}
.quick-navmain a:hover {
    text-decoration:underline;
}
.topbotm-gg {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.media-head {
    height: 60px;
    margin-top: 15px;
}
.logo {
    width: 77px;
    height: 60px;
    background: url("../images/mt_03.png") left no-repeat;
    padding-left: 198px;
    position: relative;
}
.logo span {
    height: 27px;
    font-size: 27px;
    color: #222;
    letter-spacing: 1px;
    line-height: 25px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 18px;
}
.logo a {
    display: block;
    width: 195px;
    height: 60px;
    position: absolute;
    left: 0;
}
.media-ph {
    cursor: pointer;
    position: relative;
}
.ewm {
    padding: 8px 0 0 16px;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -112px;
    display: none;
    width: 92px;
    height: 92px;
    background: url("../img/ewm-wrap.png") no-repeat;
}

.media-ph:hover .ewm {
    display: block;
}
.search {
    width: 312px;
    height: 32px;
    border: 1px solid #f1f1f1;
    background: #f6f6f6;
    /*border-radius: 5px;
    padding-left: 12px;*/
}
.search-text {
    height: 32px;
    width: 270px;
    outline: none;
    border: none;
    background: none;
    color: #999;
    font:14px/32px Microsoft YaHei,tahoma,arial;
}
.search-submit {
    width: 35px;
    height: 32px;
    background: url("../img/mt_09.png") center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
}
.nav {
    width: 100%;
    height: 45px;
    border-top: 2px solid #279a3b;
    border-bottom: 1px solid #eee;
}
.navbar {
    overflow: hidden;
    margin-top: 10px;
}
.navbar-main {
    width: 1500px;
}
.navbar a {
    letter-spacing: 1px;
    float: left;
    margin-right: 38px;
    display: block;
    padding: 0 7px;
    border-radius: 3px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
.navbar a:hover,.navcurrent {
    background: #279a3b;
    color: #fff;
}
.tit1 {
    height: 33px;
    border-bottom: 1px solid #d8d8d8;
}
.tit1 h2 {
    font-size: 16px;
    height: 17px;
    line-height: 18px;
    border-left: 5px solid #279a3b;
    padding-left: 5px;
}
.tit2 {
    height: 46px;
    border-top: 1px solid #d8d8d8;
    position: relative;
}
.tit2 h2 {
    position: absolute;
    border-top: 1px solid #279a3b;
    display: inline;
    font-size: 16px;
    padding: 13px 0;
    top: -1px;
}
.tit3 {
    border-bottom: 1px solid #d8d8d8;
    height: 46px;
    position: relative;
}
.tit3 h2 {
    position: absolute;
    border-bottom: 1px solid #279a3b;
    display: inline;
    font-size: 16px;
    padding: 13px 0;
    bottom: -1px;
    float: left;
}
.tit3 a {
    float: right;
    margin-top: 17px;
    font: 12px/1 sumsim,'宋体';
    color: #ccc;
}
.tit3 a:hover {
    color: #999;
}
.slbl {
    position: absolute;
    background: url("../img/bl.png") center repeat-x;
    bottom:0;
    z-index: 999;
}
.slide {
    position: relative;
    overflow: hidden;
}
.slide ul {
    display: none;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
}
.slide ul li {
    float: left;
    overflow: hidden;
    position: relative;
}
.slide ul li a {
    display: block;
    color: #fff;
}
a.previous,a.next {
    display: none;
    z-index: 999;
    width: 30px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    opacity: .85;
}
a.previous:hover,a.next:hover {
    opacity: 1;
}
.slide:hover a.previous,.slide:hover a.next {
    display: block;
}
a.previous {
    left: 0;
    background: url("../img/pre.png") center no-repeat;
}
a.next {
    right: 0;
    background: url("../img/next.png") center no-repeat;
}
ul.newlis {
    margin-top: 10px;
}
ul.newlis li a {
    background: url("../img/newsd.png") left center no-repeat;
    padding: 0 0 0 15px;
    height: 33px;
    display: block;
    font: 14px/33px sumsim,"宋体";
    color: #555;
}
ul.newlis li a:hover {
    color:#279a3b;
}
.tag {
    font: 13px/1 sumsim,"宋体";
    margin-top: 21px;
}
.tag span {
    color: #bcbcbc;
    margin-right: 40px;
}
.tag span a {
    color: #bcbcbc;
}
.tag span a:hover {
    text-decoration: underline;
}
.cbtn {
    position: absolute;
    z-index: 999;
}
.cbtn span {
    width: 9px;
    height: 9px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    display: block;
    float: left;
    margin-left: 4px;
    cursor: pointer;
}
.cbtn span.current {
    background: #279a3b;
    border: none;
    width: 11px;
    height: 11px;
}
.footer {
    
    background: #0d0d0d;
 
}
.foot { 
    margin: 0 auto;
}
.foot ul {
    overflow: hidden;
}
.foot ul li {
    float: left;
    margin-right: 20px;
}
.foot ul li a {
    color: #fff;
    font-size: 12px;
}
.foot ul li a:hover {
    text-decoration: underline;
}
.copyright {
    clear: both;
    color: #9a9a9a;
    font-size: 12px;
    margin-top: 10px;
}
/*.copyright span {
    margin-right: 20px;
}*/
.copyright span a {
    color:#9a9a9a ;
}
.copyright span img {
    display: inline;
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.tcdPageCode {
    color: #ccc;
}
.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #3bab6c;
    margin: 0 10px;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode a {
    color: #999999;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode a:hover {
    background: #3bab6c;
    color: #fff;
}
.sm-animate img{
    transition:All .5s ease;
    -webkit-transition:All .5s ease;
    -moz-transition:All .5s ease;
    -o-transition:All .5s ease;
}
.sm-animate img:hover{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.big-animate img {
    transition:All 3s ease;
    -webkit-transition:All 3s ease;
    -moz-transition:All 3s ease;
    -o-transition:All 3s ease;
}
.big-animate img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}















