@charset "utf-8";
:root {
    --c-green: #006633; /*紫色*/
    --c-white: #ffffff;
    --c-black: #000;
    --c-grey-dark: #333;
    --c-grey-light: #666;
    --c-grey-light2: #ccc;
    --c-grey-light3: #f4f4f4;

    --ent-green-color: #006633;
    --ent-green-color-hover: #005229;
    --ent-green-color-active: #006633;

	--font-family: "Microsoft YaHei",Arial,sans-serif;
}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: var(--c-grey-light); overflow-x: hidden; font-family:var(--font-family); padding-top: 150px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family:var(--font-family); }
svg{ border: none;}
::-webkit-input-placeholder {color: #333;}
::-moz-placeholder {color: #333;}
:-ms-input-placeholder {color: #333;}

a { text-decoration: none; color:var(--c-grey-light); transition: color 0.56s ease;}
a:hover{ color: var(--c-green);}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1460px; margin: 0 auto;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; height:150px; background:var(--c-white); box-shadow: 0 0 10px rgba(0, 0, 0, .2);  position: fixed; left: 0; top: 0; z-index: 9999;  transition: top 0.4s ease;}
.header.hide{ top: -160px;}
.header .logo{height:150px; padding: 45px 0;}
.header .nav>ul>li{ margin-left:80px;}
.header .nav>ul>li>a{ font-size:18px; color:var(--c-black); line-height:150px;  transition: color .4s; display: block;}
.header .nav>ul>li.on>a,.header .nav>ul>li>a:hover,.header .nav>ul>li:hover>a{ color:var(--c-green);}
.header .nav>ul>li .subnav{ padding: 10px 0 40px; width: 100%; background:var(--c-bg01); color:var(--c-text-2); position: fixed; left: 0; top: 116px; z-index: 111; display: none; overflow: hidden;}
.header .lang a{  height: 24px; line-height: 24px; background: url(../images/lang.png) no-repeat left center; color:var(--c-green); padding-left: 35px; margin-left: 40px; display: block;}
.menu-toggle{display: none;}


/*首页bannner*/
.banner { position: relative; overflow: hidden; border-bottom-right-radius: 200px;}
.banner .swiper{ width:100%; overflow:hidden;}
.banner .swiper .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper .swiper-slide img{width:100%;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:30px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:none; border: #fff solid 2px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 630px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;overflow: hidden; border-bottom-right-radius: 200px;}

.title{ margin-bottom: 70px; text-align: center;}
.title h2{ font-size: 44px; color: var(--c-green); line-height: 1; margin-bottom: 30px; position: relative; z-index: 111;}
.title h3{ font-size: 70px; color: #f6f6f6; line-height: 1; margin-top: -60px; margin-bottom: 10px;}
.title p{  color: var(--c-grey-light); line-height: 1;}

.more{ width: 148px; height: 48px; line-height: 42px; border:var(--ent-green-color) solid 3px; color:var(--c-grey-dark);text-align: center; border-top-left-radius: 30px; border-bottom-right-radius: 30px; display: block;  transition: all 0.4s ease;}
.more:hover{ background: var(--ent-green-color); color: #fff;}

.indexOne{ padding: 55px 0 80px;}
.indexOne.prolist{ padding: 80px 0 100px;}
.indexOne .box{ padding: 0 60px;}
.indexOne .box ul{ margin: 0 -35px;}
.indexOne .box ul li{ width: 25%; padding: 0 35px; padding-bottom: 80px;}
.indexOne .box ul li a{ box-shadow: 0 0 15px rgba(0,0,0,.33); display: block; border-radius: 15px; overflow: hidden;}
.indexOne .box ul li dl{ padding-bottom: 77.77%;}
.indexOne .box ul li dl img{ padding: 10px;}
.indexOne .box ul li h3{ font-size: 16px; font-weight: normal; text-align: center; line-height: 58px; background: var(--c-grey-light2);transition: all 0.4s ease;}
.indexOne .box ul li a:hover h3{ background: var(--c-green); color: #fff;}

.indexTwo .box{ padding: 65px 50px; background: var(--c-green); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; font-size: 18px; color: #fff; line-height: 1.4;}

.indexThree{ padding: 80px 0;}
.indexThree .box{ margin-bottom: 35px;}
.indexThree .box ul li{ width: 33.33%; padding: 0 53px;}
.indexThree .box ul li a{ padding: 15px 15px 25px; display: block;}
.indexThree .box ul li a:hover{ background: var(--c-grey-light3);}
.indexThree .box ul li dl{ padding-bottom: 73.97%; margin-bottom: 14px;}
.indexThree .box ul li ol{ border-bottom: var(--c-green) solid 3px; padding-bottom: 15px;}
.indexThree .box ul li dd{ font-size: 12px; margin-bottom: 16px;}
.indexThree .box ul li h3{ border-bottom: #e1e1e1 solid 1px; padding-bottom: 14px; font-size: 16px; line-height: 1; color: var(--c-grey-dark); font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.indexThree .box ul li dt{ font-size: 14px; color: #999; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical; margin-top: 18px;}

.about{ padding: 80px 0 100px;}
.about .text{ width: 55%;  color: #333; line-height: 2; padding-right: 50px;}
.about .pic{ width: 45%;  }
.about .pic img{ box-shadow: 20px 20px 0 #e8e8e8;}

.proNav{ margin-bottom: 85px;}
.proNav ul li{ min-width: 370px; margin: 0 25px;}
.proNav ul li a{ width: 100%; height: 94px; background: #cce0d6; display: flex; align-items: center; border-top-left-radius: 20px; border-bottom-right-radius: 20px; padding: 0 40px;}
.proNav ul li a h3{ font-size: 24px; color: #006633; margin-left: 24px;}
.proNav ul li.on a,.proNav ul li a:hover{ background: #006633;}
.proNav ul li.on a h3,.proNav ul li a:hover h3{ color: #fff;}

.proview{ padding: 80px 0 100px;}
.proview .box{ width: 850px; margin: 0 auto 130px;  box-shadow: 0 0 10px rgba(0,0,0,.2); border-radius: 15px; overflow: hidden;}
.proview .box dl{ padding-bottom: 77.77%;}
.proview .box dl img{ padding: 10px;}
.proview .box h3{ font-size: 18px; color: #fff; font-weight: normal; text-align: center; line-height: 58px; background: var(--c-green);}
.viewPage a{ background: #f2f2f2; display: block; font-size: 18px; color: #333; line-height: 56px; padding: 0 30px;  transition: all 0.4s ease;}
.viewPage a:hover{ background: #006633; color: #fff;}

.equipment{ padding: 80px 0 100px;}
.equipment .box{ padding: 0 80px 20px;}
.equipment .box ul li{ width: 33.33%; padding: 0 26px; margin-bottom: 50px;}
.equipment .box ul li ol{ border-radius: 15px; overflow: hidden;}
.equipment .box ul li dl{ padding-bottom: 52.79%;}
.equipment .box ul li h3{background: #006633; font-size: 16px; color: #fff; font-weight: normal; line-height: 58px; text-align: center;}

.news{ padding: 80px 0 100px;}
.news .box{ padding-bottom: 20px;}
.news .box ul{ margin: 0 -28px;}
.news .box ul li{ width: 50%; padding: 0 28px; margin-bottom: 38px;}
.news .box ul li a{ padding: 35px; background: #f5f3f3; display: flex; align-items: center;}
.news .box ul li dl{ width: 75px; text-align: center; flex: 0 0 auto; color: #006633; font-weight: bold;}
.news .box ul li dl b{ font-size: 26px; line-height: 1; margin-bottom: 10px; display: block;}
.news .box ul li ol{ width: calc(100% - 75px); padding-left: 45px;}
.news .box ul li ol h3{ font-size: 18px; color: #666; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.news .box ul li ol dt{ color: #666;overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;}
.news .box ul li a:hover{ background: #006633;}
.news .box ul li a:hover dl{ color: #fff;}
.news .box ul li a:hover ol h3{ color: #fff;}
.news .box ul li a:hover ol dt{ color: #fff;}

.newsView{ padding: 80px 0 100px;}
.newsView .newsHead{ text-align: center; border-bottom: #d1d1d1 solid 1px; padding-bottom: 35px; margin-bottom: 35px;}
.newsView .newsHead h1{ font-size: 24px; margin-bottom: 15px;}
.newsView .newsHead dd span{ font-size: 14px; color: #666; margin: 0 20px;}
.newsView .text{ width: 1200px; margin: 0 auto; line-height: 2;}

.contact{ padding: 80px 0 100px;}
.contact .boxCon{ padding-bottom: 90px;}
.contact .con{ width: 50%;}
.contact .con .tit{ margin-bottom: 70px;}
.contact .con .tit i{ flex: 0 0 auto; margin-right: 10px;}
.contact .con .tit h3{ font-size: 16px; font-weight: normal; padding-left: 5px;}
.contact .con .tit dt{ font-size: 48px; color:#098318; font-weight: bold;}
.contact .con .text{font-size: 18px; line-height: 1.8;}
.contact .message{ width: 50%;}
.contact .message .tit{ margin-bottom: 30px;}
.contact .message .tit h2{ font-size: 36px; color: #000; margin-bottom: 5px;}
.contact .message .tit p{ color: #000;}
.contact .message .box ul{ display: flex; justify-content: space-between; flex-wrap: wrap; position: relative;}
.contact .message .box ul li{ width: 49%; margin-bottom: 20px; position: relative;}
.contact .message .box input{ width: 100%; height: 70px; background: #ededed; border: none; padding-left: 45px;}
.contact .message .box textarea{ width: 100%; height: 230px; background: #ededed; border: none; padding: 20px 45px;}
.contact .message .box button{ width: 145px; height: 50px; background:var( --ent-green-color); color: var(--c-white); border: none;  display: block; margin: 30px auto 0; cursor: pointer;}
.contact .message .box ul li::before{ content: ""; width: 25px; height: 70px; position: absolute; left: 17px; top: 0;}
.contact .message .box .nameIcon::before{ background: url(../images/icon04.png) no-repeat left center;}
.contact .message .box .telIcon::before{ background: url(../images/icon05.png) no-repeat left center;}
.contact .message .box .emailIcon::before{ background: url(../images/icon06.png) no-repeat left center;}
.contact .message .box .companyIcon::before{ background: url(../images/icon07.png) no-repeat left center;}
.contact .message .box .contentIcon::before{ content: ""; width: 25px; height: 62px; position: absolute; left: 17px; top: 0; background: url(../images/icon08.png) no-repeat left center;}
#map{ height: 520px;}

.footer{ padding: 100px 0 50px; background:var(--c-grey-dark); color: #c2c2c2; font-size: 14px;  position: relative;}
.footer::before{ content: ""; width: 100%; height: 1px; background: #898989; position: absolute; left: 0; top: 34px;}
.footer a{ color: #c2c2c2;}
.footer a:hover{ color: #006633;}
.footer .fmain{ padding-bottom: 15px;}
.footer .fcontact{ line-height: 2;}
.footer .fnav ul li{ margin-left: 100px;}
.footer .fnav ul li>a{ font-size: 16px; color: #fff;}
.footer .fnav ul li ol { padding-top: 10px;}
.footer .fnav ul li ol a{ display: block;}
.footer .copyright{ font-size: 12px; text-align: center;}
.footer .gotop{ width: 37px; height: 37px; background: url(../images/gotop.png) no-repeat center; position: absolute; right: 100px; top: 235px; cursor: pointer;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; height: 40px; display: flex; justify-content: center;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #333;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #ddd;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #333; margin-right: 5px;display: inline-block; background: #ddd; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #006633;}
.fenye a.current { color: #fff;  background: #006633;}


/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
/* .tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: 40px; right: 40px; cursor: pointer;}
.tccBox .BoxCon .textCon{ max-width: 830px; background: #cdbc99; padding: 35px; border-radius: 15px; color: #666; font-size: 14px; line-height: 1.8;}
.tccBox .BoxCon .textCon h3{ font-size: 18px;} */


@media (max-width: 1700px) {

}

@media (max-width: 1520px) {
    body{ padding-top: 100px;}
    .wrap{ padding: 0 20px;}
    .header { height: 100px;}
    .header .logo { height: 100px; padding: 20px 0; }
    .header .nav>ul>li { margin-left: 60px; }
    .header .nav>ul>li>a{ line-height: 100px;}
}
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1300px) {
    .header .nav>ul>li { margin-left: 45px; }
    .header .nav>ul>li>a{ font-size: 16px;}

    .neiBanner{ height: 420px;}

    .title h2{ font-size: 35px;}
    .title h3 { font-size: 50px;}

    .indexTwo .box{ font-size: 16px;}

    .indexThree .box ul li{ padding: 0 15px;}

    .proNav ul li a{ height: 80px;}
    .proNav ul li a h3{ font-size: 20px;}
    .proNav ul li a img{ height: 50px;}

    .proview .box{ width: 780px;}

    .equipment .box{ padding: 0 0 20px;}

    .news .box ul li ol dt{ font-size: 15px;}

    .contact .con .tit i{ width: 55px;}
    .contact .con .tit dt{ font-size: 40px;}
    .contact .con .text{ font-size: 16px;}
    
    .footer .fnav ul li{ margin-left: 50px;}
    .footer .gotop{ right: 20px; top: inherit; bottom: 50px;}
}

@media (max-width: 1240px) {
}

@media (max-width: 1200px) {
    .header .logo{ padding: 28px 0;}
    .header .nav>ul>li { margin-left: 30px; }

    .neiBanner { height: 380px; }

    .indexOne .box { padding: 0 20px; }
    .indexOne .box ul li{ padding: 0 20px 80px;}
}

@media (max-width: 1030px) {
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}

    .header{ width: 100%; height: 60px; position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 15px 0; }
    .header .headRight{  position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background:#fff; display: none;}
    .header .nav{ margin-bottom: 20px;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }
    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-left: 0; position: relative;}
    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px;  line-height: 46px;  display: block;}
    .header .lang a{  margin-left: 15px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner{ border-radius: 0;}
    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 10px;height: 10px;  margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #fff;}
    .banner .swiper-slide-active{opacity:1;}
    .neiBanner{ height: 130px; margin-top: 0; border-radius: 0;}

    .title{ margin-bottom: 35px;}
    .title h2{ font-size: 24px; margin-bottom: 15px;}
    .title h3 { font-size: 25px; margin-top: -25px;}
    .title p{ font-size: 13px;}

    .more { width: 115px; height: 38px; line-height: 34px; border: var(--ent-green-color) solid 2px; border-top-left-radius: 16px; border-bottom-right-radius: 16px;}

    .indexOne { padding: 50px 0 55px; }
    .indexOne.prolist { padding: 50px 0 80px; }
    .indexOne .box{ padding: 0; margin-bottom: 25px;}
    .indexOne .box ul { flex-wrap: wrap; margin: 0 -8px;}
    .indexOne .box ul li{ width: 50%; padding: 0 8px; margin-bottom: 15px;}
    .indexOne .box ul li a{ box-shadow: 0 0 6px rgb(0,0,0,0.2);}
    .indexOne .box ul li h3{ font-size: 14px; line-height: 42px;}

    .indexTwo .box{ padding: 30px; font-size: 14px;}

    .indexThree { padding: 50px 0; }
    .indexThree .box ul{margin: 0 -5px;}
    .indexThree .box ul li{ padding: 0 5px;}
    .indexThree .box ul li a{ padding: 0;}
    .indexThree .box ul li dd{ margin-bottom: 5px;}
    .indexThree .box ul li h3{ font-size: 14px;}
    .indexThree .box ul li ol {border-bottom: none; padding-bottom: 0; }
    .indexThree .box ul li dt{ margin-top: 10px; font-size: 13px;}

    .about { padding: 50px 0 80px; }
    .about .box{ display: block;}
    .about .text{ width: 100%; padding-right: 0; line-height: 1.6; margin-bottom: 20px;}
    .about .pic{ width: 100%;}
    .about .pic img { box-shadow: 0 0 0 #e8e8e8; }

    .proNav { margin-bottom: 30px; }
    .proNav ul li{ width: 100%; margin-bottom: 10px;}
    .proNav ul li a { height: 50px; padding: 0 30px;}
    .proNav ul li a img { height: 30px; }
    .proNav ul li a h3 { font-size: 16px; }

    .proview { padding: 50px 0 80px; }
    .proview .box { width: 100%; margin: 0 auto 50px;}
    .viewPage a { font-size: 15px; line-height: 36px;}

    .equipment { padding: 50px 0 80px; }
    .equipment .box ul{ margin: 0 -5px;}
    .equipment .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 12px;}
    .equipment .box ul li h3{ font-size: 14px; line-height: 40px;}

    .news { padding:50px 0 80px; }
    .news .box ul { margin: 0; }
    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 10px;}
    .news .box ul li a { padding: 15px;}
    .news .box ul li dl b{ font-size: 22px;}
    .news .box ul li ol{ padding-left: 15px;}
    .news .box ul li ol h3{ font-size: 15px; margin-bottom: 5px;}
    .news .box ul li ol dt{ font-size: 13px;}

    .newsView { padding: 50px 0 80px; }
    .newsView .newsHead h1{ font-size: 16px;}
    .newsView .newsHead dd span{ font-size: 13px;}
    .newsView .text{ width: 100%;}

    .contact { padding:50px 0 80px; }
    .contact .con .tit { margin-bottom: 15px; }
    .contact .con .tit i { width: 26px; }
    .contact .con .tit dt { font-size: 22px; }
    .contact .boxCon{ display: block; padding-bottom: 50px;}
    .contact .con{ width: 100%; margin-bottom: 35px;}
    .contact .con .text { font-size: 14px; line-height: 1.6; }
    .contact .message{ width: 100%;}
    .contact .message .tit h2 { font-size: 22px; }
    .contact .message .box input{font-size: 14px;  height:50px;}
    .contact .message .box textarea{ height: 170px; font-size: 14px;}
    .contact .message .box button { width: 130px; height: 40px; font-size: 14px;}
    .contact .message .box ul li::before{ height: 50px;}
    #map { height: 360px; }

    .footer{ font-size: 13px; padding: 40px 0 20px;}
    .footer::before{ display: none;}
    .footer .fmain { padding-bottom: 20px; }
    .footer .fcontact { line-height: 1.5;}
    .footer .fnav{ display: none;}
    .footer .ewm{ width: 100px;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}
    .fenye a:hover {color: #fff; background: #006633; }
    .fenye a.current { color: #fff;  background: #006633; margin-right: 3px;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}