html {

}
body {
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    font-family: "微软雅黑";
    font-size: 14px;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:focus{
    color: #7cb67b;
    text-decoration: none;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dbdbdb;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dbdbdb;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dbdbdb;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dbdbdb;
}

.section {
    position: relative;
    overflow: hidden;
}

.content-body {
    position: relative;
    width: 1720px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {

}

.ft-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,0.8);
    z-index: 999;
}


.logo {
    float: left;
    margin-top: 20px;
}

.head-right {
    float: right;
}

.right-item {
    position: relative;
    float: right;
    width: 165px;
}

.hxjd-nav {
    float: left;
    margin-bottom: 0;
}

.hxjd-nav > li {
    position: relative;
    float: left;
    z-index: 99;
}

.hxjd-nav > li > a {
    position: relative;
    display: inline-block;
    font-size: 1.12em;
    color: #4c4c4c;
    padding: 0 30px;
    line-height: 100px;
    text-decoration: none;
    word-break: keep-all;
}

.hxjd-nav > li > a:hover, .hxjd-nav > li > a:focus, .hxjd-nav > li.active > a, .hxjd-nav > li.open > a {
    color: #25a937;
    background: #fff;
}

.hxjd-nav > li > a:hover .dd, .hxjd-nav > li > a:focus .dd, .hxjd-nav > li.active > a .dd, .hxjd-nav > li.open > a .dd {
    background: url("../img/xjt1.png") no-repeat;
}

.language {
    float: left;
}

.search {
    position: relative;
    float: right;
    margin-bottom: 27px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    background: url("../img/search.png") no-repeat center;
    border: none;
    outline: none;
    border-radius: 0 40px 40px 0;
}

.search:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ccc;
    left: 0;
    top: 10px;

}

#search:hover .search {
    background: url("../img/search1.png") no-repeat center;
}

#search {
    position: absolute;
    right: 0;
    width: 50px;
    height: 40px;
    margin-top: 32px;
    border-radius: 40px;
}

#search:hover {
    background: #e6e6e6;
    width:200px;
}

#search .s-group {
    display: none;
    width: 150px;
    height: 40px;
    float: left;
}

#search .s-group input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 40px 0 0 40px;
    padding-left: 15px;
    outline: none;
}

#search:hover .s-group{
    display: block;
}

.lg-list {
    display: none;
}

.lg-list li {
    padding-left: 24px;
}

.lg-list li a {
    color: #4d4d4d;
}


.lg-list li a:hover,.lg-list li a:focus {
    color: #25a937;
}

.language > div {
    font-size: 1em;
    color: #666;
    cursor: pointer;
    margin-top:40px;
    background: url("../img/lg.png") no-repeat left center;
    padding-left: 24px;
}

.language > div > span {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 4px;
    background: url("../img/xjt.png") no-repeat;
    margin-left: 4px;
}



.erji {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 100px;
    z-index: 9;
}

.erji-nav {
    position: relative;
    background: rgba(255,255,255,.8);
    padding: 10px 0;
}

.erji-nav:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #25a937;
    z-index: 9;
}

.erji-nav > li {
    float: none;
}

.erji-nav > li > a {
    display: block;
    width: 100%;
    border: none;
    color: #4c4c4c;
    line-height: 30px;
    padding: 0 10px;
}

.erji-nav > li:hover {
    background-color: #fff;
}

.erji-nav > li > a:hover {
    color: #25a937;
    background-color: #fff;
    text-decoration: none;
}

.hxjd-nav > li.open .erji {
    display: block;
}

.menu-switch {
    display: none;
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #fff;
    overflow: hidden;
}

.s-close {
    background: url("../img/close.png") no-repeat center,rgba(37,169,55,.8);
}

.s-open {
    background: url("../img/open.png") no-repeat center,rgba(37,169,55,.8);
}

.dd {
    display: none;
    vertical-align: middle;
    width: 9px;
    height: 6px;
    margin-left: 10px;
    background: url("../img/xjt.png") no-repeat;
}

.b-slogan {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -130px;
}

.bs {
    display: inline-block;
    padding: 50px;
    background: rgba(0,0,0,.6);
}



.cd1 {
    font-size: 2.85em;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}

.cd2 {
    font-size: 2.85em;
    font-weight: lighter;
    line-height: 40px;
    color: #fff;
    margin-left: 20px;
}

.cd3 {
    font-size: 2.14em;
    font-weight: lighter;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
}

.cddd {
    margin-top: 20px;
}

.ddd {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 6px;
    margin-left: 20px;
    background: url("../img/xjt1.png") no-repeat;
}

.cjbd-btn {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    color: #25a937;
    border: 1px solid #efeeec;
}

.cjbd-btn:hover {
    color: #25a937;
    text-decoration: none;
    border-color: #25a937;
}


.main-bs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 130%;
    margin-left: -15%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-bs .section-bs:not(:first-child):not(:last-child):hover {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.main-bs .section-bs:not(:first-child):not(:last-child):hover:after {
    opacity: .8;
}
.main-bs .section-bs:not(:first-child):not(:last-child):hover article {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s .2s, -webkit-transform .2s .2s;
    transition: opacity .2s .2s, -webkit-transform .2s .2s;
    transition: opacity .2s .2s, transform .2s .2s;
    transition: opacity .2s .2s, transform .2s .2s, -webkit-transform .2s .2s;
}
.section-bs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 100%;
    height: 20vh;
    /*overflow: hidden;*/
    z-index: 1;
    -webkit-transition: flex-grow .2s, opacity .2s, -webkit-box-flex .2s, -webkit-flex-grow .2s;
    transition: flex-grow .2s, opacity .2s, -webkit-box-flex .2s, -webkit-flex-grow .2s;
    transition: flex-grow .2s, opacity .2s;
    transition: flex-grow .2s, opacity .2s, -webkit-box-flex .2s, -webkit-flex-grow .2s, -ms-flex-positive .2s;
}

.section-bs:nth-child(1){
    background-color: #ededf2;
    z-index: 0;
}
.section-bs:nth-child(2){
    background-color: #ededf2;
}
.section-bs:nth-child(3){
    background-color: #f3f2f7
}
.section-bs:nth-child(4){
    background-color: #ededf2
}
.section-bs:nth-child(5){
    background-color: #eaeaea
}
.section-bs:nth-child(6 ){
    background-color: #eaeaea;
    z-index: 0;
}

.section-bs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: black;*/
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.section-bs:nth-child(1):before {
}
.hide-images .section-bs:nth-child(1):before {
    background-image: none;
}
.section-bs:first-child:before,
.section-bs:last-child:before {
}
.section-bs:first-child:after,
.section-bs:last-child:after {
    opacity: .5;
}
.section-bs:nth-child(2):before {
}
.hide-images section:nth-child(2):before {
    background-image: none;
}
.section-bs:first-child:before,
.section-bs:last-child:before {
}
.section-bs:first-child:after,
.section-bs:last-child:after {
    opacity: .5;
}
.section-bs:nth-child(3):before {
}
.hide-images .section-bs:nth-child(3):before {
    background-image: none;
}
.section-bs:first-child:before,
.section-bs:last-child:before {
}
.section-bs:first-child:after,
.section-bs:last-child:after {
    opacity: .5;
}
.section-bs:nth-child(4):before {
}
.hide-images section:nth-child(4):before {
    background-image: none;
}
.section-bs:first-child:before,
.section-bs:last-child:before {
}
.section-bs:first-child:after,
.section-bs:last-child:after {
    opacity: .5;
}
.section-bs:nth-child(5):before {
}
.hide-images section:nth-child(5):before {
    background-image: none;
}
.section-bs:first-child:before,
.section-bs:last-child:before {
}
.section-bs:first-child:after,
.section-bs:last-child:after {
    opacity: .5;
}
article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    z-index: 9;
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.hdz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 100vh;
    padding-top: 50px;
    text-align: center;
    -webkit-transform: translateY(0) skewX(15deg);
    transform: translateY(0) skewX(15deg);
    z-index: 1;
}

.znm-title {
    display: inline-block;
    width: 350px;
    text-align: left;
    margin-top: 25%;
    transform: translateY(0) skewX(30deg);
}

.jbwy {
    margin-top: 100px;
    text-align: center;
    padding-right: 70px;
}

.zncd {
    display: inline-block;
    width: 138px;
    height: 138px;
    background: url("../img/cdy.png") no-repeat;
    text-decoration: none;
    line-height: 138px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: lighter;
}

.zncd:hover {
    text-decoration: none;
    color: #25a937;
}



.page4{background-color:#f9f9f9;color:#81c6ef;position: relative;}
.page4 .title{position:absolute;float:none;top:0px;left:0px;z-index:10;}
.page4 .change{width:370px;position:absolute;float:none;z-index:11;top:10%;right:8%;bottom:10%;}
.page4 .change .tab{width:100%;font-size:16px;font-weight:bold;}
.page4 .change .tab,.page4 .change .tab a{color:#5899c4;}
.page4 .change .tab a:hover,.page4 .change .tab a.active{color:#81c6ef;}
.page4 .change .ipt{width:240px;height:22px;line-height:22px;padding:3px 10px;background-color:#2d7eb4;border:1px #2d7eb4 solid;color:#81c6ef;margin-top:10px;display:inline;font-size:14px;}
.page4 .change .ipt.schoolChange{z-index:10;}
.page4 .change div.ipt{cursor:pointer;}
.page4 .change .ipt i{width:19px;height:19px;position:absolute;float:none;top:5px;right:5px;z-index:2;}
.page4 .change .ipt i.i01{background:url(../img/ab.png) no-repeat center center;}
.page4 .change .ipt i.i02{background:url(../img/search.png) no-repeat center center;}
.page4 .change .ipt input{width:90%;height:22px;line-height:22px;background-color:#2d7eb4;border:none;color:#81c6ef;font-size:14px;}
.page4 .change select{position:absolute;float:none;top:0px;left:0px;width:100%;height:30px;z-index:4;filter:alpha(opacity=1);-moz-opacity:0.01;-khtml-opacity:0.01;opacity:0.01;}
.page4 .change .box{width:100%;position:absolute;float:none;top:30px;right:0px;bottom:0px;left:0px;}
.page4 .change .box.first .viewport{top:110px;height: 100%;}
.page4 .change .box.last .viewport{top:160px;height: 100%;}
.textArea {height:100%;}
.page4 .change .viewport .textArea ul,.page4 .change .viewport .textArea li,.page4 .change .viewport .textArea li h3,.page4 .change .viewport .textArea li h4{width:100%;padding:0px;margin:0px;float:left;list-style-type:none;}
.page4 .change .viewport .textArea ul {background: #fff;padding: 20px;height: 80%;overflow-y: auto}
.page4 .change .viewport .textArea li{padding:8px 0;line-height:24px;border-bottom:1px #ccc dashed;position:relative;}
.page4 .change .viewport .textArea li a{color: #808080;}
.page4 .change .viewport .textArea li:hover {border-color: #25a937;}
.page4 .change .viewport .textArea li:hover a{color: #25a937;}
.page4 .change .viewport .textArea li a.absolute{z-index:5;position:absolute;float:none;}
.page4 .change .viewport .textArea li h3{font-size:14px;}
.page4 .change .viewport .textArea img{width:100%;}
.page4 .change .viewport .textArea p{margin:10px 0 0 0;line-height:20px;}
.page4 .change .box.last .viewport .textArea .w-100{position:relative;float:left;padding-bottom:20px;}
.page4 .numBox{width:100%;height:290px;position:absolute;float:none;left:0px;bottom:-350px;z-index:200;background-color:#13558b;background-color:rgba(19,85,139,0.9);}
.page4 .numBox.show{display:block;bottom:0px;}
.page4 .numBox .arrow{width:80px;height:40px;line-height:80px;overflow:hidden;position:absolute;float:none;top:-40px;left:50%;margin-left:-40px;text-align:center;color:#13558b;font-size:80px;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9;}
.page4 .numBox .cm{max-width:1345px;}
.page4 .numBox .item{width:33%;text-align:center;padding-top:50px;}
.page4 .numBox .item h3,.page4 .numBox .item h4,.page4 .numBox .item h5{width:100%;}
.page4 .numBox .item h3{color:#fff;font-size:16px;}
.page4 .numBox .item h4,.page4 .numBox .item h5{color:#7bd7f5;}
.page4 .numBox .item h4{font-size:100px;letter-spacing:-4px;}
.page4 .numBox .item h4 font{font-family:'ASHBL';}
.page4 .numBox .item h4 em{font-style:normal;font-size:48px;margin-left:20px;position:relative;}
.page4 .numBox .item h4 b{font-size:32px;position:absolute;float:none;top:-40px;left:-10px;font-weight:normal;}
.page4 .numBox .item h5{filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7;}

.page4 .map{position:absolute;float:none;top:10%;bottom:10%;left:220px;}
.page4 .map .item img{width:100%;visibility:hidden;}
.page4 .map .item,.page4 .map .item .area,.page4 .map .info,.page4 .map .round{position:absolute;float:none;}
.page4 .map .item .area{width:100%;height:100%;top:0px;left:0px;z-index:2;background-repeat:no-repeat;background-position:left top;-webkit-background-size:contain;background-size:contain;}
.page4 .map .item:hover .area,.page4 .map .item .area.current{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.page4 .map .item:hover .area.current{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.page4 .map .info{color:#105281;z-index:3;}
.page4 .map .info .box{width:140px;height:35px;padding:0 30px 0 0;border-radius:5px;overflow:hidden;filter:alpha(opacity=85);-moz-opacity:0.85;-khtml-opacity:0.85;opacity:0.85;box-shadow:0 0 8px rgba(0,0,0,0.2);z-index:2;}
.page4 .map .info .left{width:110px;padding:3px 10px;}
.page4 .map .info h3,.page4 .map .info h4,.page4 .map .info h5{width:100%;}
.page4 .map .info h3{font-size:14px;line-height:30px;margin:0;}
.page4 .map .info h4{font-size:40px;height:50px;line-height:50px;font-family:'ASHBL'; letter-spacing:-4px;margin:0;}
.page4 .map .info h5{line-height:30px;margin: 0;}
.page4 .map .info i{width:30px;height:100%;position:absolute;top:0px;right:0px;background:url(../img/math.png) no-repeat center 10px;}
.page4 .map .item:hover .info .box{height:116px;}
.page4 .map .round{filter:alpha(opacity=85);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.75;border-radius:200px;}
.page4 .map .info .box,.page4 .map .item .area,.page4 .map .round{-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;transition:all 0.8s ease;}
.page4 .map .loc{width:130px;height:30px;line-height:30px;bottom:16%;left:50%;padding-left:30px;position:absolute;float:none;background:url(../img/loc.png) no-repeat;color:#66cbff;font-size:16px;text-shadow:rgba(0,0,0,0.8) 0 2px 2px;z-index:2;}

.scaleIn{
    -webkit-animation-name:scaleIn;
    animation-name:scaleIn;
}
.page4 .map .item:hover .round{
    -webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);
}
.scaleIn{
    -webkit-animation-duration:0.8s;
    animation-duration:0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes scaleIn{
    0%{-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}
    100%{-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
}
@keyframes scaleIn{
0%{-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}
100%{-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
}

.page4 .map .item.xb{width:66.1%;top:12%;left:0px;}
.page4 .map .item.xb .area{background-image:url(../img/xb.png);}
.page4 .map .item.xb .area.current{background-image:url(../img/xb_hover.png);}
.page4 .map .item.xb .info{top:40%;left:40%;}
.page4 .map .item.xb .info .left,.page4 .map .item.xb .round{background-color:#ffcc33;}
.page4 .map .item.xb .info i{background-color:#e8ba2e;}
.page4 .map .item.xb .round.r1{width:140px;height:140px;top:0px;left:-30px;}
.page4 .map .item.xb .round.r2{width:95px;height:95px;top:-50px;left:-30px;}
.page4 .map .item.xb .round.r3{width:56px;height:56px;top:60px;right:10px;}

.page4 .map .item.xn{width:60.3%;bottom:7.7%;left:4.5%;}
.page4 .map .item.xn .area{background-image:url(../img/xn.png);}
.page4 .map .item.xn .area.current{background-image:url(../img/xn_hover.png);}
.page4 .map .item.xn .info{top:50%;right:10%;}
.page4 .map .item.xn .info .left,.page4 .map .item.xn .round{background-color:#cfff62;}
.page4 .map .item.xn .info i{background-color:#bce859;}
.page4 .map .item.xn .round.r1{width:140px;height:140px;top:-60px;left:-50px;}
.page4 .map .item.xn .round.r2{width:95px;height:95px;top:-20px;left:20px;}
.page4 .map .item.xn .round.r3{width:56px;height:56px;top:-40px;left:-90px;}

.page4 .map .item.hb{width:43.8%;top:1.1%;right:14.2%;}
.page4 .map .item.hb .area{background-image:url(../img/hb.png);}
.page4 .map .item.hb .area.current{background-image:url(../img/hb_hover.png);}
.page4 .map .item.hb .info{top:65%;right:22%;}
.page4 .map .item.hb .info .left{background-color:#96ea95;}
.page4 .map .item.hb .info i{background-color:#88d588;}
.page4 .map .item.hb .round{background-color:#7be879;}
.page4 .map .item.hb .round.r1{width:140px;height:140px;top:-70px;left:30px;}
.page4 .map .item.hb .round.r2{width:95px;height:95px;top:-110px;right:-60px;}
.page4 .map .item.hb .round.r3{width:56px;height:56px;top:-20px;left:-20px;}

.page4 .map .item.db{width:22.1%;top:0%;right:0%;}
.page4 .map .item.db .area{background-image:url(../img/db.png);}
.page4 .map .item.db .area.current{background-image:url(../img/db_hover.png);}
.page4 .map .item.db .info{top:35%;right:5%;}
.page4 .map .item.db .info .left,.page4 .map .item.db .round{background-color:#66cbff;}
.page4 .map .item.db .info i{background-color:#5db9e8;}
.page4 .map .item.db .round.r1{width:140px;height:140px;top:-60px;left:0px;}
.page4 .map .item.db .round.r2{width:95px;height:95px;top:30px;left:20px;}

.page4 .map .item.hz:hover{z-index:5;}
.page4 .map .item.hz{width:15%;top:49.5%;left:61.8%;}
.page4 .map .item.hz .area{background-image:url(../img/hz.png);}
.page4 .map .item.hz .area.current{background-image:url(../img/hz_hover.png);}
.page4 .map .item.hz .info{top:45%;right:5%;}
.page4 .map .item.hz .info .left,.page4 .map .item.hz .round{background-color:#ff7e7d;}
.page4 .map .item.hz .info i{background-color:#e87372;}
.page4 .map .item.hz .round.r2{width:95px;height:95px;top:-40px;left:40px;}
.page4 .map .item.hz .round.r3{width:56px;height:56px;top:40px;left:50px;}

.page4 .map .item.hn{width:26.7%;bottom:0%;right:19.3%;}
.page4 .map .item.hn .area{background-image:url(../img/hn.png);}
.page4 .map .item.hn .area.current{background-image:url(../img/hn_hover.png);}
.page4 .map .item.hn .info{top:35%;right:5%;}
.page4 .map .item.hn .info .left,.page4 .map .item.hn .round{background-color:#a89bff;}
.page4 .map .item.hn .info i{background-color:#998de8;}
.page4 .map .item.hn .round.r2{width:95px;height:95px;top:-40px;left:0px;}
.page4 .map .item.hn .round.r3{width:56px;height:56px;top:-25px;left:-40px;}

.page4 .map .item.hd{width:17.4%;bottom:12.4%;right:10.1%;}
.page4 .map .item.hd .area{background-image:url(../img/hd.png);}
.page4 .map .item.hd .area.current{background-image:url(../img/hd_hover.png);}
.page4 .map .item.hd .info{top:35%;right:-30%;}
.page4 .map .item.hd .info .left,.page4 .map .item.hd .round{background-color:#7db1ff;}
.page4 .map .item.hd .info i{background-color:#72a1e8;}
.page4 .map .item.hd .round.r1{width:120px;height:120px;top:-20px;left:-10px;}
.page4 .map .item.hd .round.r2{width:65px;height:65px;top:-60px;left:0;}
.page4 .map .item.hd .round.r3{width:46px;height:46px;top:90px;left:0;}
.page4 .fromBox{position:absolute;float:none;top:0px;right:0px;width:150%;}
.page4 .schoolChange .select{left:auto;top:30px;right:0px;border:none;background-color:#2d7eb4;overflow:hidden;}
.page4 .schoolChange .select dt{color:#5899c4;}
.page4 .schoolChange .select dl.line{background-color:#2973a4;}
.page4 .schoolChange .select .up{border-color:#2973a4;}
.page4 .schoolChange .select dd:hover,.page4 .schoolChange .select .up:hover{background-color:#23638d;}
.page4 .schoolChange .select dd.active{background-color:#ffa300;}


.page4 .world{width:233px;height:155px;position:absolute;float:none;left:0px;bottom:40px;background:url(../img/world.png) no-repeat center center;}
.page4 .world .dot{width:4px;height:4px;border-radius:10px;background-color:#fff;position:absolute;float:none;bottom:55px;right:50px;z-index:10;-webkit-animation:star 2s infinite linear;animation:star 2s infinite linear;border:6px #fff solid;cursor:pointer;overflow:hidden;}
.page4 .world .dot em{font-style:normal;position:absolute;float:none;left:16px;top:-8px;line-height:16px;white-space:nowrap;padding:2px 10px;background-color:#13558b;color:#81c6ef;border-radius:20px;overflow:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.page4 .world .dot:hover{z-index:10;overflow:inherit;}
.page4 .world .dot:hover em{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
@-webkit-keyframes star{
    0%{
        border-color:#fff;
    }
    50%{
        border-color:#66cbff;
    }
    60%{
        border-color:#66cbff;
    }
    100%{
        border-color:#fff;
    }
}
@keyframes star{
    0%{
        border-color:#fff;
    }
    50%{
        border-color:#66cbff;
    }
    60%{
        border-color:#66cbff;
    }
    100%{
        border-color:#fff;
    }
}

.view-title {
    background: #25a937;
    text-align: center;
    line-height: 64px;
}

.view-title span {
    position: relative;
    display: inline-block;
    font-size: 1.57em;
    color: #fff;
}

.view-title span:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: rgba(255,255,255,.6);
    left: -20px;
    top: 31px;
}

.view-title span:after {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: rgba(255,255,255,.6);
    right: -20px;
    top: 31px;
}



.inner-page {
	padding-top: 100px;
}

.inner-page .ft-head {
    /*position: static;*/
}

.inner-page.wutou {
	padding-top: 0;
}

.sbanner img {
    width: 100%;
}

.left-menu {
    position: absolute;
    top: 55px;
    width: 280px;
    z-index: 99;
}

.menu-list {
    background: #fff;
    width: 200px;
    box-shadow: 0 0 12px 4px #e6e6e6;
}

.menu-fixed {
    position: fixed;
    top: 140px;
    left: 100px;
    z-index: 10;
}

.menu-list li {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.menu-list li:last-child {
    border-bottom: none;
}

.menu-list li a {
    display: block;
    font-size: 1em;
    color: #666;
    line-height: 50px;
}

.menu-list li:hover a, .menu-list li.active a {
    background: #25a937;
    color: #fff;
    text-decoration: none;
}

.menu-list li a:focus {
    text-decoration: none;
}

.ft-jj.tj-cp {
    height: auto;
}

.tj-cp {
    position: relative;
    width: 100%;
    height: 650px;
}

.tj-cp:nth-child(2n) {
    background: #fff;
}

.tj-cp:nth-child(2n+1) {
    background: #f6f6f6;
}

.swiper-container.ld-banner {
    width: 100%;
    height: 100%;
}
.swiper-container.ld-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-container.ld-banner .swiper-slide {
    background-size: cover;
}

.swiper-container.ld-banner .swiper-pagination {
    bottom: 60px;
}

.tj-cp .content-body {
    height: 100%;
}

.right-tj {
    margin-left: 330px;
    padding-top: 80px;
}

.right-cm {
    margin-left: 280px;
    padding: 55px 0;
    min-height: 600px;
}

.ttnm.swiper-container {
    padding-left: 1px;
    padding-bottom: 45px;
}

.ttnm .swiper-slide a {
    display: block;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    text-align: center;
    overflow: hidden;
}

.tj-img {
    height: 280px;
    line-height: 280px;
    background: #fff;
}

.tj-img img {
    max-width: 100%;
    max-height: 100%;
}

.tj-name {
    line-height: 65px;
    background: #e6e6e6;
    color: #666;
    font-size: 1em;
}

.tj-name span {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 25px;
    margin-right: 20px;
    width: 6px;
    height: 10px;
    background: url("../img/tjicon.png") no-repeat;
}

.ttnm .swiper-slide a:hover {
    border-color: #25a937;
}

.ttnm .swiper-slide a:hover .tj-name {
    background: #25a937;
    color: #fff;
}

.ttnm .swiper-slide a:hover .tj-name span {
    background: url("../img/tjicon1.png") no-repeat;
}

.page4 .filing {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.filing {
    text-align: center;
    background: #e6e6e6;
    color: #5f5f5f;
    line-height: 40px;
}

.filing span {
    margin-left: 20px;
}

.filing span:first-child {
    margin-left: 0;
}

.eq-code {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../img/wx.png") no-repeat;
    cursor: pointer;
    z-index: 99;
}

.code-img {
    position: absolute;
    display: none;
    width: 78px;
    height: 78px;
    background: #fff;
    top: -90px;
    left: 50%;
    margin-left: -39px;
    z-index: 9;
}

.code-img:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    top: 78px;
    left: 50%;
    margin-left: -5px;
    border-style: solid;
    border-width: 10px 5px 10px;
    border-color: #fff transparent transparent;
}

.eq-code:hover .code-img {
    display: inline-block;
}

.inner-page .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
    border: 2px solid #d0d0d0;
}

.inner-page  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #25a937;
}

.product-item {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.product-item:nth-child(3n+1) {
    margin-left: 0;
}

.product {
    position: relative;
}

.product-item a {
    display: block;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    text-align: center;
    overflow: hidden;
}

.product-item a:hover {
    border-color: #25a937;
    text-decoration: none;
}

.product-item a:hover .tj-name {
    text-decoration: none;
    background: #25a937;
    color: #fff;
}
.product-item a:hover .tj-name span {
    background: url(../img/tjicon1.png) no-repeat;
}

.choose-type {
    margin-bottom: 50px;
}

.xt-type {
    display: inline-block;
    width: 149px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    color:#666;
    font-size: 1em;
    margin-left: 20px;
}

.xt-type:first-child {
    margin-left: 0;
}

.xt-type:hover, .xt-type.active {
    text-decoration: none;
    background: #25a937;
    border-color: #25a937;
    color: #fff;
}

.member-page {
    margin-top: 30px;
    margin-bottom: 30px;
}

.member-page .pagination > li {
}

.member-page .pagination > li > a,
.member-page.pagination > li > span {
    background: #fff;
    color: #666;
    border: none;
    margin-left: 10px;
    padding: 10px 18px;
    border: 1px solid #d9d9d9;
}

.member-page .pagination > li.active > a,
.member-page.pagination > li.active > span,
.member-page .pagination > li > a:hover,
.member-page.pagination > li > span:hover,
.member-page .pagination > li > a:focus,
.member-page.pagination > li > span:focus {
    color: #fff;
    background-color: #25a937;
    border: 1px solid #25a937;
}

.bread {
    text-align: right;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.bread.ebsj {
    border: none;
}
.bread.ebsj a{
    color: #666;
}

.bread span {
    font-size: 1em;
    color: #666;
    line-height: 40px;
}

.bread-crumbs {
    font-size: 1em;
    color: #666;
    line-height: 40px;
}

.dqwz span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 18px;
    background: url("../img/dqwz.png") no-repeat;
}

.bread a.on {
    text-decoration: none;
    color: #25a937;
}

.bread-crumbs:hover, .bread-crumbs.active {
    text-decoration: none;
    color: #25a937;
}

.swiper-container.pd {
    border-bottom: 1px solid #e6e6e6;
}

.pd .swiper-slide {
    text-align: center;
}

.product-name {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-bottom: 10px;
}

.product-name span {
    font-size: 1.58em;
    color: #25a937;
    line-height: 40px;

}

.product-name span + span {
    margin-left: 20px;
    font-size: 1.57em;
}

.detail-p {
    padding: 40px 0;
	width: 100%;
    overflow: auto;
}

.detail-p p {
    font-size: 1em;
    color: #666;
    line-height: 26px;
}

.detail-p img {
    max-width: 100%;
}

.download-data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

}

.download-item {
    margin-left: 20px;
    margin-bottom: 20px;
}

.download-item a {
    display: block;
    font-size: 1.14em;
    color: #666;
    text-align: center;
    line-height: 30px;
}

.download-item a:hover, .download-item a:focus {
    color: #25a937;
    text-decoration: none;
}

.ruanjian:nth-child(2n) {
    background: #fff;
}

.ruanjian:nth-child(2n+1) {
    background: #f2f2f2;
}

.qnmd .left-menu {
    top: 120px;
}
.qnmd .right-cm {
    padding: 10px 0 55px;
}

.ck-more {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 1.14em;
    color: #666;
    background: #fff;
}

.cjbd {
    margin-bottom: 20px;
    text-align: right;
}

.ck-more span {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/tjicon.png") no-repeat;
    width: 6px;
    height: 10px;
    margin-top: -3px;
    margin-left: 20px;
}

.ck-more:hover, .ck-more:focus {
    color: #25a937;
    text-decoration: none;
    border-color: #25a937;
}

.ck-more:hover span, .ck-more:focus span {
    background: url("../img/tjicon2.png") no-repeat;
}

.case-tj.swiper-container {
    padding-bottom: 50px;
}

.case-tj .swiper-slide {

}

.case-tj .swiper-slide img {
    width: 100%;
}

.case-tj-item {
    position: relative;
    cursor: pointer;
    z-index: 9;
}

.case-tj-item img {
    width: 100%;
}

.tj-item-zz {
    position: absolute;
    width: 320px;
    height: 100px;
    background: rgba(0,0,0,.7);
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -160px;
    padding-top: 15px;
    z-index: 10;
}

.tj-item-zz h4 {
    text-align: center;
    color: #25a937;
    font-size: 1.12em;
    line-height: 30px;
    font-weight: lighter;
    margin: 0;
}

.tj-item-zz h5 {
    text-align: center;
    color: #fff;
    font-size: 1.12em;
    line-height: 30px;
    margin: 0;
}

.liaojie {
    position: absolute;
    width:100%;
    text-align: center;
    left: 0;
    top: 50%;

    z-index: 12;
}

.liaojie-btn {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #fff;
    color: #25a937;
    opacity: 0;
}

.liaojie-btn span {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/tjicon2.png") no-repeat;
    width: 6px;
    height: 10px;
    margin-top: -3px;
    margin-left: 20px;
}

.liaojie-btn:hover {
    color: #25a937;
    text-decoration: none;
}
.ctj-ho.tj-item-zz h4 {
    color: #fff;
}

.ctj-ho {
    animation: caseTj linear 0.2s;
    animation-fill-mode: forwards;
}

.ctj-hos {
    animation: caseTjs linear 0.2s;
    animation-fill-mode: forwards;
}

.down-in {
    animation: downIn linear 0.2s;
    animation-fill-mode: forwards;
}

.down-out {
    animation: downOut linear 0.2s;
    animation-fill-mode: forwards;
}

@keyframes caseTj {
    from {
        height: 100px;
        margin-top: -50px;
        background: rgba(0,0,0,.7);
    }

    to {
        height: 180px;
        margin-top: -90px;
        background: rgba(37,169,55,.7);
    }
}

@keyframes caseTjs {
    from {
        height: 180px;
        margin-top: -90px;
        background: rgba(37,169,55,.7);
    }
    to {
        height: 100px;
        margin-top: -50px;
        background: rgba(0,0,0,.7);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes downIn {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes downOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-80px);
    }
}

.cass-a-list {

}

.cass-a-list .case-tj-item {
    float: left;
    width: 32%;
    margin-bottom: 20px;
    margin-left: 2%;
}

.cass-a-list .case-tj-item:nth-child(3n+1) {
    margin-left: 0;
}

.back-up {
    position: relative;
    display: block;
    width: 135px;
    height: 45px;
    line-height: 45px;
    background: #e6e6e6;
    font-size: 1em;
    color: #666;
    text-align: center;
    border-radius: 45px;
    padding-left: 35px;
    margin-left: 10px;
    margin-top: 20px;
}

.back-up span {
    position: absolute;
    display: block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: url("../img/backicon.png") no-repeat;
    top: 5px;
    left: 5px;
}

.back-up:hover {
    background: #25a937;
    color: #fff;
    text-decoration: none;
}

.fany {
    width: 240px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.fany hr {
    margin-top: 10px;
    margin-bottom:10px;
}

.fan-prev, .fan-next {
    font-size: 1em;
    color: #666;
    line-height: 26px;
}

.fan-prev:hover, .fan-next:hover {
    color: #25a937;
    text-decoration: none;
}

.cd-item,.cd-img {
    float: left;
    width: 50%;
}

.cd-item {
    padding-left: 40px;
}

.cd-item h4 {
    font-size: 1.57em;
    color:#25a937;
    line-height: 30px;
    margin: 0;
}

.cd-item span {
    font-size: 1em;
    color: #999;
    line-height: 30px;
}

.cd-content {
    margin-top: 10px;
}

.cd-content p {
    font-size:1em;
    color: #666;
    line-height: 26px;
}

.ml-title {
    font-size: 1.57em;
    color: #25a937;
    line-height: 30px;
    border-left: 6px solid #25a937;
    padding-left: 40px;
    margin-bottom: 20px;
}

.ml-table.table {
    background: #fafafa;
}

.ml-table.table tr td {
    padding-left: 30px;
    font-size: 1.14em;
    color: #666;
    line-height: 26px;
}

.tb-icon {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    margin-right:10px;
}

.ml-box .right-cm {
    min-height: 300px;
}

.about-ft {
    border: 1px solid #e6e6e6;
    margin-bottom: 50px;
}

.ab-left-img {
    float: left;
    width:50%;
    margin-top: -1px;
    margin-bottom: -1px;
}

.ab-right {
    float: left;
    width:50%;
    padding: 50px 50px 0;
}

.ab-right p {
    font-size: 1em;
    color: #666;
    line-height: 26px;
}

.ft-name {
    color:#25a937;
}

.tab-menu {
    /* padding-bottom: 15px; */
    /* display: flex; */
	/* overflow-x: auto; */
	/* justify-content: center; */
margin: 0 -10px;}

.tab-menu > li {
    float: left;
    font-size: 1em;
    color: #333;
    background: #fff;
    cursor: pointer;
    margin: 0 10px 15px;
}

.tab-menu > li:first-child {
    /* margin-left: 0; */
}

.tab-menu > li > span, .tab-menu > li > a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.tab-menu > li.active, .left-menu > li:hover {
    color: #fff;
    background: #25a937;
}

.tab-menu > li.active .list-circle {
    display: inline-block;
}

.my-wrap {
    position: relative;
}

.w-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.active1 {
    position: relative;
    animation: fadeIn linear 0.3s;
    animation-fill-mode: forwards;
    z-index: 9;
}

.zncdz {

}

.zncdz img {
    width: 100%;
    height: 100%;
}

.zncdz-btn {
    text-align: center;
    margin-top: 30px;
}

.swiper-container.hyzz {
    padding: 0 90px;
}

.swiper-container.hyzz .swiper-slide a {
    display: block;
    height: 190px;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 5px;
    background: #fff;
}

.swiper-container.hyzz .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.hyzz .swiper-button-prev {
    width: 90px;
    height: 100%;
    margin-top: 0;
    top: 0;
    left: 0;
    background: url("../img/zzprev.png") no-repeat center, #f6f6f6;
}

.hyzz .swiper-button-prev:hover {
    background: url("../img/zzprev1.png") no-repeat center, #f6f6f6;
}

.hyzz .swiper-button-next {
    width: 90px;
    height: 100%;
    margin-top: 0;
    top: 0;
    right: 0;
    background: url("../img/zznext.png") no-repeat center, #f6f6f6;
}

.hyzz .swiper-button-next:hover {
    background: url("../img/zznext1.png") no-repeat center, #f6f6f6;
}

.kbr {
    text-align: center;
    margin-bottom: 40px;
}

.kbr.swy {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom:40px;
}

.kbr span {
    display: inline-block;
    width:150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.14em;
    color: #fff;
    background: #25a937;
}


.kbr a {
    display: inline-block;
    width:150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.14em;
    color: #fff;
    background: #25a937;
}

.kbr a {
    display: inline-block;
    width:150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.14em;
    color: #666;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-left: 20px;
}

.kbr a:hover, .kbr a:focus, .kbr a.active {
    text-decoration: none;
    color: #fff;
    background: #25a937;
    border-color: #25a937;
}

.kbr a:first-child {
    margin-left: 0;
}

.tj-news-item {
    float: left;
    width: 50%;
    padding: 20px 40px;
}

.tj-news-item h4 a {
    margin: 0;
    font-size: 1.14em;
    color: #666;
    line-height: 40px;
}

.tj-news-item p a {
    font-size: 1em;
    color: #999;
    line-height: 26px;
}

.tj-news-item:hover h4 a {
    color: #25a937;
}

.btj-news {
    background: #fafafa;
    padding: 20px 0;
}

.pt-news {
    display: block;
    float: left;
    width: 50%;
    line-height: 45px;
    padding: 0 60px 0 40px;
    margin-bottom: 5px;
    color: #666;
    font-size: 1.14em;
}

.pt-news span {
    float: right;
}

.pt-news:hover,.pt-news:focus {
    color: #25a937;
}

.zhtg {
    padding: 0 100px;
}

.zh-1 {
    background: #e6e6e6;
    font-size: 1.57em;
    font-weight: bold;
    color: #4c4c4c;
}

.zh-2 {
    font-size: 1.12em;
    color: #4c4c4c;
    font-weight: normal;
    background: #f2f2f2;
}

.zhtg table tbody td {
    font-size: 1em;
    color:#4c4c4c;
    background: #fff;
}

.lxwm-box {
    padding: 0 60px;
}

.lxwm-item {
    float: left;
    width: 48%;
	min-height: 285px;
    margin-left: 4%;
    padding: 25px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.lxwm-item:nth-child(2n+1) {
    margin-left: 0;
}

.lxwm-item h4 {
    position: relative;
    font-size: 1.57em;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.lxwm-item h4:before {
    position: absolute;
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: #25a937;
}

.lxwm-item p {
    font-size: 1em;
    line-height: 30px;
    color: #666;
    margin-bottom: 0;
}

.lxwm-item:hover {
    box-shadow: 0 0 6px 1px #e6e6e6;
}

.ft-video-item {
    position: relative;
    float: left;
    width: 32%;
    height: 320px;

    margin-left: 2%;
    margin-bottom: 60px;
    z-index: 9;
}

.v-title {
	
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #4c4c4c;
	z-index: 99;
}

.ft-video-item:nth-child(3n+1) {
    margin-left: 0;
}

.ft-video-item .video-js {
    width:100%;
    height: 100%;
    object-fit: fill;
}

.only-video {
    position: relative;
    height: 100%;
    z-index: 9;
}

.only-video img {
    visibility: hidden;
    max-width: 100%;
}

.true-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-rq {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.true-video.active .video-rq {
    position: absolute;
    width: 1200px;
    height: 675px;
    top: 50%;
    left: 50%;
    margin-top: -337px;
    margin-left: -600px;
    z-index: 99999;
}

.video-rq  .video-js .vjs-tech {
    background: #fff;
}

.video-close {
    position: absolute;
    display: none;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url("../img/v-close.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 10000;
}
.video-close img {
    width:100%;
    height: 100%;
}


.true-video.active {
    position: fixed;
    left: 0;
    top: 0;
    padding: 5% 15%;
    background: rgba(0,0,0,.8);
    z-index: 9999;
}

.true-video.active .video-rq .video-close {
    display: block;
}

.news-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}

.news-box {
    width: 1022px;
    margin-left: auto;
    margin-right: auto;
}

.news-title {
    font-size: 1.14em;
    font-weight: bold;
    color: #666;
    line-height: 40px;
}

.news-item:hover {
    border-color: #25a937;
}

.news-item:hover a {
    text-decoration: none;
}

.news-item a p {
    font-size: 1em;
    color:#808080;
    line-height: 26px;
}

.news-item:hover .news-title {
    color: #25a937;
}

.news-detail-head {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-detail-head h4 {
    font-size: 1.57em;
    line-height: 26px;
    color: #4c4c4c;
}

.news-ms span {
    font-size: 1em;
    line-height: 26px;
    color: #999;
}

.news-ms span + span {
    margin-left: 20px;
}

.news-content-body {
    padding: 20px 100px;
}

.news-content-body p {
    font-size: 1em;
    color: #666;
    line-height: 26px;
}

.zz-box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.zizhi-item li {
    float: left;
    width: 24%;
    text-align: center;
    margin-left: 1.33%;
    margin-bottom: 20px;
}

.zizhi-item li:nth-child(4n+1) {
    margin-left: 0;
}

.zizhi-item li div {
    height: 190px;
    border: 1px solid #e6e6e6;
}

.zizhi-item li img {
    max-width: 100%;
    max-height: 100%;
}

.zizhi-item li a p {
    font-size: 1.14em;
    color: #999;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}

.zizhi-item li a:hover {
    text-decoration: none;
}

.zizhi-item li a:hover div {
    border-color: #25a937;
}

.zizhi-item li a:hover p {
    color: #25a937;
}

.news-content-body img {
    max-width: 100%;
}

.mod_select {
    left: 30%;
    top: 100px;
    font-familY: Arial, Helvetica, sans-serif;
}

.mod_select ul {
    margin: 0;
    padding: 0;
}

.mod_select ul li {
    list-style-type: none;
    float: right;
    margin-left: 20px;
    height: 40px;
    cursor: pointer;
}

.select_box {
    float: left;
    border: solid 1px #ccc;
    background: #f7f7f7;
    color: #444;
    position: relative;
    cursor: pointer;
    width: 120px;
    font-size: 1em;
}

.selet_open {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    background: url(../img/xjt.png) no-repeat center center;
}

.select_txt {
    display: block;
    padding-left: 10px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    padding-left: 28px;
    color: #676767;
}

.option {
    width: 120px;;
    border: solid 1px #EDE7D6;
    position: absolute;
    top: 40px;
    left: -1px;
    z-index: 2;
    overflow: hidden;
    display: none;
}

.option a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    color: #676767;
    text-align: center;
}

.option a:hover {
    text-decoration: none;
    background: #f7f7f7;
    color: #676767;
}

.zizhi-list {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.zizhi-list li {
    line-height: 50px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 1.14em;
    color: #666;
}

.zizhi-list li .zzzz-title {
    color: #666;
}

.down-tbn {
    float: right;
    display: block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    font-size: 0.8em;
    color: #999;
    margin-top: 10px;
}

.zizhi-list li:hover .down-tbn ,.down-tbn:hover {
    background: #25a937;
    color: #fff;
    text-decoration: none;
    border-color: #25a937;
}

.zizhi-list li:hover {
    border-color: #25a937;
}

.zizhi-list li:hover a {
    color: #25a937;
    text-decoration: none;
}

.yindao {
    display: table;
    background: url("../img/yindao.jpg") no-repeat;
    background-size: cover;
}

.yindao-box {
    display: table-cell;
    vertical-align: middle;
}

.yindao-body {
    width: 1268px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 30px;
}

.yindao-back {
    display: block;
    float: right;
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 1.14em;
    color: #808080;
    border: 1px solid #e6e6e6;
}

.yindao-back:hover {
    border-color: #25a937;
    color: #25a937;
    text-decoration: none;
}

.yindao-title {
    font-size: 2.14em;
    color: #4c4c4c;
    line-height: 40px;
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px;
}

.baojia-choose {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.go-bj {
    width: 220px;
}

.gb-icon {
    display: block;
    width: 220px;
    height: 220px;
    line-height: 220px;
    text-align: center;
    background: #fefefe;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
}

.go-bj div {
    text-align: center;
    margin-top: 20px;
}

.go-bj div > a {
    font-size: 1.57em;
    line-height: 40px;
    font-weight: lighter;
    color: #808080;
}

.go-bj:hover .gb-icon {
    background: #e8f4ea;
    border-color: #25a937;
}

.go-bj:hover div > a {
    color: #25a937;
    text-decoration: none;
}

.hyfy {
    float: left;
}

.wzh {
    float: right;
}

.baojia-head {
    padding: 30px 0;
    background: #fff;
}

.baojia-title {
    font-size: 2.14em;
    color: #25a937;
    text-align: center;
    background: #f8f8f8;
    line-height: 100px;
}

.baojia-item {
    padding: 40px 0;
	overflow: hidden;
}

.baojia-item:nth-child(2n+1) {
    background: #fff;
}

.baojia-item:nth-child(2n) {
    background: #f8f8f8;
}

.bj-item-box {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	z-index: 99;
}

.bj-item-title {
    margin-bottom: 30px;
}

.bj-item-title h2 {
    font-size: 2.14em;
    color: #4c4c4c;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.bj-item-title p {
    font-size: 1em;
    color: #25a937;
    line-height: 26px;
    text-align: center;
}

.each-product {
    float: left;
    width: 24%;
    margin-left: 1.33%;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 20px;
}

.each-product:nth-child(4n+1) {
    margin-left: 0;
}

.pd-img {
    height: 160px;
    text-align: center;
    overflow: hidden;
}

.pd-img img {
    max-width: 100%;
    max-height: 100%;
}

.pd-name {
    text-align: center;
    font-size: 1.02em;
    line-height: 30px;
    color: #666;
    margin-bottom: 10px;
	padding: 0 20px;
	margin-bottom: 10px;
	height: 90px;
	overflow: hidden;
}

.pd-ms {
    text-align: center;
    font-size: 1em;
    line-height: 22px;
    color: #879d8a;
    padding: 0 20px;
    margin-bottom: 10px;
}

.let-count {
    text-align: center;
    margin-bottom: 20px;
}

.pd-price,.pd-type,.pd-unit, .pj-name, .pj-price, .pj-unit, .pj-count, .pj-type {
    display: none;
}

.peidan {
    display: none;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.dq-title {
    font-size: 2.14em;
    color: #4c4c4c;
    line-height: 40px;
    text-align: center;
    margin-top:50px;
}

#peiDan {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

#peiDan thead tr th {
    text-align: center;
    background: #25a937;
    font-size: 1.12em;
    color: #fff;
    line-height: 26px;
    font-weight: normal;
}

#peiDan thead tr td {
    text-align: center;
    font-size: 1.14em;
    color: #666;
    line-height: 26px;
}

.quotation {
    text-align: center;
    margin-top: 60px;
	position : relative;
	z-index : 999;
}

.quotation-btn {
    display: inline-block;
    font-size: 1.42em;
    background: #25a937;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #25a937;

}

.quotation-btn:hover {
    color: #25a937;
    border-color: #25a937;
    background: #fff;
    text-decoration: none;
}

.sc-baojia {
    text-align: center;
    margin-bottom: 50px;
}

.scbj-btn {
    display: inline-block;
    font-size: 2.57em;
    background: #25a937;
    padding: 10px 30px;
    font-weight: lighter;
    color: #fff;
    border: 1px solid #25a937;

}

.scbj-btn:focus, .quotation-btn:focus {
    color: #fff;
    text-decoration: none;
}

.scbj-btn:hover {
    color: #25a937;
    border-color: #25a937;
    background: #fff;
    text-decoration: none;
}

.erweima {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
	z-index: 999;
}

.ewm-center {
    position: relative;
    width: 1255px;
    background: #fff;
    padding: 100px 0;
}

.saoyisao {
    text-align: center;
    font-size: 1.57em;
    line-height: 28px;
    color: #4c4c4c;
}

.sys-code {
    text-align: center;
    padding: 20px 0;
}

.sys-code span {
    display: inline-block;
    width:270px;
    height: 270px;
    padding: 10px;
    border: 1px solid #25a937;
}

.sys-code span img {
    width:100%;
    height: 100%;
}

.sys-gz {
    text-align: center;
    margin-top: 20px;
}

.sys-b {
    text-align: left;
    display: inline-block;
    width: 430px;
    padding: 20px;
    background: #f2f2f2;
}

.sys-b div {
    float: left;
    margin-top: 8px;
}

.sys-b p {
    margin-left: 55px;
    font-size: 1.14em;
    line-height: 26px;
    margin-bottom: 0;
}

.close-ewm {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 31px;
    display: inline-block;
    background: url("../img/close-ewm.png") no-repeat;
    cursor: pointer;
}

.close-ewm:hover {
    background: url("../img/close-ewm1.png") no-repeat;
}

.bj-form {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
	z-index: 999;
}

.bj-form-content {
    height: 90%;
    position: relative;
    width: 1255px;
    background: #fff;
    padding: 100px 0;
}

.bj-end-title {
    text-align: center;
    font-size: 2.14em;
    color: #4c4c4c;
    line-height: 60px;
    font-weight: lighter;
}

.bj-t-list {
    width: 1060px;
    height: 80%;
    overflow-y: auto;
    margin: 20px auto 0;
    border: 1px solid #e6e6e6;
    padding: 60px;
}

.bj-table thead th {
    text-align: center;
    background: #25a937;
    font-size: 1.12em;
    color: #fff;
    line-height: 26px;
    font-weight: normal;
}

.bj-table tbody td {
    text-align: center;
    font-size: 1.14em;
    color: #666;
    line-height: 26px;
}

.last-zj > td {
    background: #f2f2f2;
    line-height: 60px !important;
}

.last-zj > td + td {
    color: #25a937;
}

.zh-zj {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    text-align: center;
    padding: 30px 0;
}

.zh-zj p {
    font-size: 1.14em;
    color: #666;
    line-height: 26px;
}

.zh-zj p span {
    font-size: 1.85em;
    color: #25a937;
    font-weight: bold;
    line-height: 26px;
}

.zh-zj > span {
    font-size: 1em;
    color: #ff692e;
    line-height: 26px;
}

.zxfp {
    display: inline-block;
    padding: 8px 20px;
    font-size: 1.42em;
    color: #25a937;
    font-weight: lighter;
    border: 1px solid #e6e6e6;
}

.bj-hide {
    display: none;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.daqu {

}
.daqu .mod_select ul li {
    width: 100%;
}

.daqu .select_box {
    width: 100%;
}

.daqu .option {
    width:100%;
}

.daqu .select_txt {
    padding-left: 0;
    text-align: center;
    font-size: 1.12em;
}

.cebian {
    position: absolute;
    display: none;
    top: 0;
    right: -30px;
    width: 30px;
    height: 33px;
    background: url("../img/next.png") no-repeat;
}

.cebian.active {
    background: url("../img/prev.png") no-repeat;
}

.detail-menu {
    width: auto;
    overflow: hidden;
    background: #fff;
}

.gongsim-list {
    padding-left: 1px;
    padding-top: 1px;
    height: 376px;
    overflow-y: auto;
}

.gongsim-list::-webkit-scrollbar
{
    width: 10px;
    height: 16px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.gongsim-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #e6e6e6;
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.gongsim-list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e6e6e6;
    background-color: #d1d1d1;
}

.gongsim-item {
    float: left;
    width: 33.33%;
    font-size: 1.14em;
    color: #666;
    line-height: 45px;
    border: 1px solid #e6e6e6;
    padding-left: 20px;
    background: #fafafa;
    margin-left: -1px;
    margin-top: -1px;
}

.gongsim-item:hover {
    color: #25a937;
}

.gongsim-item:hover .tb-icon {
    background: #25a937;
}


.dai-news {
    position: relative;
    height: 100%;
}

.banner-news {
    position: absolute;
    width: 100%;
    height: 38px;
    background: rgba(0,0,0,.6);
    bottom: 0;
    left: 0;
    z-index: 9;
}

.banner-news-list.swiper-container {

}

.banner-news-list.swiper-container .swiper-slide a {
    line-height: 38px;
    color: #fff;
    padding-left: 80px;
}

.zixun-title {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 38px;
    color: #25a937;
    font-size: 1.14em;
}

@media screen and (max-width: 1800px) {
    .menu-fixed {
        left: 50px;
    }
}

@media screen and (max-width: 1720px) {
    .content-body {
        width: 100%;
    }
    
    .inner-content {
    	padding: 0 20px;
    }
    
    .logo {
    	margin-left: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .hxjd-nav {
        margin-right: 40px;
    }
	.ab-right {
        width: 100%;
        padding: 20px;
    }

    .hxjd-nav > li > a {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1440px) {
    .hxjd-nav {
        margin-right: 35px;
    }
	.ab-right {
        width: 100%;
        padding: 20px;
    }

    .hxjd-nav > li > a {
        padding: 0 26px;
    }
}

@media screen and (max-width: 1360px) {
    .tj-item-zz {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }

    .bj-item-box {
        width: 100%;
    }
	.ab-right {
        width: 100%;
        padding: 20px;
    }
    
    .hxjd-nav > li > a {
    	padding: 8px 10px;
    }
	.tab-menu {
		padding-bottom: 15px;
		display: flex;
		overflow: hidden;
		overflow-x: auto;
		}

}

@media screen and (max-width: 1280px) {
    .hxjd-nav > li > a {
        font-size: 1em;
        padding: 8px 8px;
    }

    .hxjd-nav {
        margin-right: 15px;
    }

    .hxjd-nav > li {
        margin-left: 5px;
    }

    .news-box {
        width:100%;
        padding: 0 20px;
    }

    .bread.ebsj {
        padding-right: 20px;
    }

    .zz-box {
        width: 100%;
    }

    .peidan {
        width:100%;
    }
}

@media screen and (min-width: 993px) {
    .pc-hide {
        display: none;
    }

    .main-bs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .main-bs .section-bs:not(:first-child):not(:last-child):hover article {
        -webkit-transform: translateY(0) skewX(-15deg);
        transform: translateY(0) skewX(-15deg);
    }
    .section-bs {
        width: 20%;
        height: 100vh;
        margin-right: -1px;
        -webkit-transform: skewX(-15deg) translateZ(0);
        transform: skewX(-15deg) translateZ(0);
    }
    .section-bs:before {
        left: -100%;
        width: 400%;
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
    }
    article {
        -webkit-transform: translateY(0) skewX(0);
        transform: translateY(0) skewX(0);
    }

}

@media screen and (max-width: 992px) {
    body, div, h2, a, p, span {
        font-size: 18px;
    }
    
    .inner-content {
    	padding: 0;
    }

   /*  .sbanner {
        padding-top: 100px;
    } */

    .main-bs {
        /*display: none;*/
    }

    .section-bs:first-child, .section-bs:last-child {
        display: none;
    }

    .erji {
        position: static;
        width: 100%;
        padding: 20px 50px;
    }

    .erji-nav {
        box-shadow: none;
        background: #25a937;
    }

    .erji-nav:before {
        display: none;
    }

    .erji-nav li {
    }

    .erji-nav > li > a {
        color: #fff;
    }

    .erji-nav > li > a:hover {
        color: #fff;
    }

    .cebian {
        display: block;
    }

    .right-item {
        display: none;
    }
    .hxjd-nav {
        position: absolute;
        float: none;
        left: 0;
        width: 0;
        top: 86px;
        margin-top: 0;
        border-top: 1px solid rgba(100,100,100,0.6);
        background: rgba(255,255,255,0.9);
        box-shadow: 0 0 14px 1px #ccc;
        overflow: hidden;
    }

    .hxjd-nav > li {
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
    }

    .hxjd-nav > li:before {
        border-bottom: none;
    }

    .hxjd-nav > li > a {
        display: block;
        font-size: 1.14em;
        border-radius: 0;
    }

    .menu-switch {
        display: inline-block;
    }

    .right-tj {
        width: 100%;
        margin-left: 0;
        padding: 40px 20px;
    }

    .left-menu, .qnmd .left-menu {
        position: fixed;
        top: 300px;
        width: auto;
        display: inline-block;
    }


    .right-cm, .qnmd .right-cm {
        width:100%;
        margin-left: 0;
        padding: 40px 20px;
    }

    .xt-type {
        width: 110px;
        margin-left: 10px;
        font-size: 1em;
    }

    .choose-type {
        text-align: center;
    }

    .right-cm .product-item {
        width: 49%;
        margin-left: 2%;
    }

    .right-cm .product-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .b-slogan {
        width: 90%;
        margin-left: 5%;
    }

    .cd1 {
        line-height: 65px;
    }

    .section-bs {
        height: 80vh;
    }

    .hdz {
        transform: translateY(0) skewX(0);
    }

    .znm-title {
        transform: translateY(0) skewX(0);
    }

    article {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .page4 .change {
        position: static;
        width: 100%;
        padding-top: 680px;
        margin-bottom: 20px;
    }

    .page4 .change .box {
        position: static;
    }

    .page4 .map {
        width: 100%;
        height: 529px;
        left: 0;
        top: 5%;
    }

    .page4 .world {
        top: 500px;
    }

    .page4 .change .viewport .textArea ul {
        height: 500px;
        float: none;
    }

    .menu-list {
        width: 0;
        overflow: hidden;
    }

    .menu-list li a {
        word-break: keep-all;
    }

    .product-name span {
        font-size: 1em;
    }

    @keyframes caseTj {
        from {
            height: 100px;
            margin-top: -50px;
            background: rgba(0,0,0,.7);
        }

        to {
            height: 150px;
            margin-top: -75px;
            background: rgba(37,169,55,.7);
        }
    }

    @keyframes caseTjs {
        from {
            height: 150px;
            margin-top: -75px;
            background: rgba(37,169,55,.7);
        }
        to {
            height: 100px;
            margin-top: -50px;
            background: rgba(0,0,0,.7);
        }
    }

    .liaojie {
        margin-top: 10px;
    }

    .right-cm {
        min-height: 480px;
    }

    .cass-a-list .case-tj-item {
        width: 49%;
        margin-left: 2%;
    }

    .cass-a-list .case-tj-item:nth-child(3n+1) {
        margin-left: 2%;
    }

    .cass-a-list .case-tj-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .cd-item, .cd-img {
        float: none;
        width: 100%;
    }

    .cd-item {
        padding-left: 0;
    }

    .detail-menu {
        width: 0;
    }

    .detail-menu {
        border: 1px solid #e6e6e6;
    }

    .ab-left-img {
        width: 100%;
    }

    .ab-right {
        width: 100%;
        padding: 20px;
    }

    .tj-news-item {
        width:100%;
        padding: 20px;
    }

    .pt-news {
        width:100%;
        padding: 0;
    }

    .zhtg {
        padding: 0;
    }

    .lxwm-item {
        width:100%;
        margin-left: 0;
    }

    .lxwm-item h4 {
        font-size: 1.12em;
    }

    .lxwm-box {
        padding: 0;
    }

    .ft-video-item {
        width: 100%;
        margin-left: 0;
    }

    .news-content-body {
        padding: 20px 40px;
    }

    .news-list {
        padding: 0 20px;
    }

    .zizhi-item li {
        width: 49%;
        margin-left: 2%;

    }

    .zizhi-item li:nth-child(2n+1) {
        margin-left: 0;
    }

    .zizhi-list {
        width: 100%;
        margin-top: 30px;
    }

    .zizhi-list li {
        clear: both;
    }

    .zizhi-list li .zzzz-title {
        display: inline-block;
        width: 80%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    .yindao-body {
        width: 90%;
        margin-left: 5%;
    }

    .baojia-choose {
        width:100%;
    }

    .each-product {
        width: 49%;
        margin-left: 2%;
    }

    .each-product:nth-child(4n+1) {
        margin-left: 2%;
    }

    .each-product:nth-child(2n+1) {
        margin-left: 0;
    }

    .baojia-box {
        padding: 0 20px;
    }

    .tab-menu > li {
        margin-left: 5px;
    }

    .bj-form-content {
        width: 90%;
    }

    .bj-t-list {
        width: 100%;
        padding: 5px;
    }

    .bj-table thead th {
        font-size: 1em;
    }

    .bj-table tbody td {
        font-size: 1em;
    }

    .zh-zj {
        width: 100%;
    }

    .menu-fixed {
        position: fixed;
        top: 300px;
        left: 0;
        z-index: 99;
    }

    .gongsim-item {
        width:50%;
    }
}

/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}
.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ffffff;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page a:hover, .page a.current {
    background: #25a937;
    color: #ffffff;
}

.page strong{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #25a937;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #25a937;
    border-radius: 5px;
}
.detail-p table {
    width: 100%;
}

.detail-p table tbody tr td {
    border: 1px solid #e8e8e8 !important;
    text-align: center;
    line-height: 45px;
    font-size: 1em;
    color: #666;
}

.detail-p table tbody tr td:nth-of-type(2n+1) {
    background: #fafafa;
    color: #25a937;
}


