@charset "UTF-8";
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Microsoft Yahei';
    background-color: #fff;
    color: #333333;
    overflow: hidden;
    overflow-y: auto;
}

input, textarea, button {
    padding: 0;
    font-family: Verdana, Arial;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

i, em, b {
    font-weight: normal;
    font-style: normal;
}

input[type=submit]:hover, button:hover {
    cursor: pointer;
}

a {
    color: #333;
    cursor: pointer;
}

li {
    list-style-type: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.box {
    width: 1200px;
    margin: 0px auto;
	line-height: 40px;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

.each-item:hover .picture img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    zoom: 1.2 \9;
}

.editor {
    font-size: 14px;
    color: #626262;
    line-height: 28px;
}

.box {
    width: 1250px;
    padding: 0 5px;
    box-sizing: border-box;
    margin: auto;
}



.indexs .en-lans a.on {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}

/*new.html*/
.home {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    background-color: #f7f7f7;
    color: #c0b8b8;
}

.home img {
    margin-top: -2px;
    margin-right: 4px;
}

.home a {
    color: #c0b8b8;
}

.home a.on {
    color: #036C38;
}

.ny {

}

.ny .left {
    margin-top: 65px;
    width: 240px;
}

.ny .title {
    position: relative;
}

.ny .title .t1 {
    color: #666666;
    font-size: 50px;
    font-family: 'arial';
    opacity: .1;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
    width: 150%;
}

.ny .title .t2 {
    color: #111111;
    font-size: 22px;
    line-height: 60px;
}

.ny-nav {
    float: left;
    min-width: 100px;
}

.ny-nav a {
    line-height: 57px;
    font-size: 14px;
    color: #555555;
    display: block;
    border-top: 1px solid #f2f2f2;
}

.ny-nav a:first-child {
    border-top: 0;
}

.ny-nav a:before {
    content: '● ';
    color: #036C38;
    font-size: 18px;
    opacity: 0;
    margin-left: -20px;
    transition: margin-left .6s;
    -moz-transition: margin-left .6s;
    -webkit-transition: margin-left .6s;
}

.ny-nav a:hover, .ny-nav a.on {
    color: #036C38;
}

.ny-nav a:hover:before, .ny-nav a.on:before {
    margin-left: 0;
    opacity: 1;
}

.ny .right {
    width: 900px;
    float: right;
    padding-bottom: 15px;
}

.news-list {

    margin-top: -82px;

    padding-bottom: 20px;
}

.news-list li {
    border-bottom: 1px dashed #eeeeee;
}

.news-list li:last-child {
    /* border-bottom: 0; */
}

.news-list li:hover {
    border-color: #036C38;
}

.news-list a {
    line-height: 1;
    padding: 30px 0;
    display: block;
}

.news-list .n1 {
    width: 300px;
    height: 175px;
    overflow: hidden;
    float: left;
}
.news-list .n1 img{
	height: 100%;
	width: 100%;
	
}

.news-list .n2 {
    padding-left: 40px;
    width: 545px;
    float: left;
}

.news-list .ones {
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}
.news-list .twos{
	margin-top: 50px;
	font-size: 14px;
}

.news-list li:hover .ones {
    color: #036C38;
}

.news-list .date {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
}

.news-list .n3 {
    width: 15px;
    height: 15px;
    border-left: 2px solid #c4c4c4;
    border-top: 2px solid #c4c4c4;
    /* display: inline-block; */
    float: right;
    transform: rotate(-225deg);
    margin-top: 40px;
}

.news-list li:hover .n3 {
    border-color: #036C38;
}

.newd {
    line-height: 1;
    text-align: center;
    padding-top: 75px;
}

.newd .title {
    font-size: 30px;
    color: #222;
    margin-bottom: 13px;
}

.newd .date {
    font-size: 14px;
    color: #aaaaaa;
}

.newd .date a {
    display: inline-block;
    margin-left: 9px;
}

.editor {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-align: left;
}


.newd .editor {
    width: 1100px;
    margin: auto;
    margin-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 45px;
}

.pagetion-new {
    font-size: 14px;
    color: #777777;
    line-height: 32px;
    text-align: left;
    padding: 15px 0 80px 0;
    width: 1100px;
    margin: auto;
}

.pagetion-new a {
    color: #777777;
}

.pagetion-new a:hover {
    color: #036C38;
}

/*contact*/
.contact-list {
    text-align: center;
    padding-bottom: 70px;
}

.contact-list li {
    display: inline-block;
    margin-top: 42px;
}

.contact-list img {
    float: left;
    display: block;
    border-right: 1px solid #eaeaea;
}

.contact-list li:nth-child(1) .lan {
    width: 500px;
    margin-top: 12px;
}

.contact-list li:nth-child(2) .lan {
    width: 410px;
    margin-top: 12px;
}

.contact-list li:nth-child(3) .lan {
    width: 370px;
    margin-top: 14px;
}

.contact-list .lan {
    line-height: 1;
    width: 270px;
    float: left;
    margin-left: 25px;
    text-align: left;
    margin-top: 14px;
}

.contact-list .l1 {
    font-size: 16px;
    color: #010101;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.contact-list .l2 {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.contact-list .l2 .small {
    font-size: 14px;
    display: block;
}

.map {
    padding-top: 60px;
}

.bgf5 {
    background: #f5f5f5;
}

.liuyan-title {
    color: #036C38;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 60px 0 50px 0;
}

.liuyan .text {
    width: 290px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 13px;
    display: block;
    float: left;
}

.liuyan .clearfix .text:first-child {
    margin-left: 0;
}

.liuyan .clearfix .text:last-child {
    margin-right: 0;
}

.liuyan .textarea {
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
    width: 1240px;
    border: 0;
    resize: none;
    margin: 15px 0 25px 0;
    font-size: 16px;
}

.bgf5 .sub {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #036C38;
    display: block;
    margin: auto;
    font-size: 16px;
}

.liuyan {
    padding-bottom: 50px;
}

/*about*/
.about3 {

    margin-top: -55px;
}

.about3 li {
    float: left;
    width: 280px;
    height: 240px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.about3 li a {
    display: none;
}

.about3 li a:first-child {
    display: block;
}

.about3 li:nth-child(3n-1) {
    margin: 0 30px;
    margin-bottom: 50px;
}

.about3 .imgs:after {
    content: "";
    width: 280px;
    height: 280px;
    background: rgba(0, 0, 0, .5);
    bottom: -100%;
    left: 0;
    z-index: 10;
    display: block;
    position: absolute;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.about3 .lans {
    position: absolute;
    bottom: 50%;
    left: 50%;
    text-align: center;
    font-size: 20px;
    word-wrap: break-word;
    line-height: 30px;
    color: #fff;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    width: 140px;
    z-index: 10;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    opacity: 0;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
}

.about3 li:hover .imgs:after {
    bottom: 0%;
}

.about3 li:hover .lans {
    opacity: 1;
}

.about4 {
    margin-top: -55px;
}

.about4 li {
    width: 160px;
    float: left;
    margin: 0 37px;
}

.about4 li:nth-child(4n) {
    margin-right: 0;
}

.about4 li:nth-child(4n-3) {
    margin-left: 0;
}

.about4 a {

}

.about4 .imgs {
    width: 160px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.about4 .lans {
    line-height: 1;
    font-size: 16px;
    color: #111111;
    text-align: center;
    padding: 15px 0 50px 0;
}

.about4 li:hover .imgs {
    border-color: #036C38;
}

.about4 li:hover .lans {
    color: #036C38;
}

.about2 {
    position: relative;
    /* padding-bottom: 35px; */
    margin-top: -55px;
    /* margin-bottom: 75px; */
    padding-left: 40px;
}

.ons {
    /*position: absolute;*/
    margin-left: 22px;
    padding-bottom: 35px;
    margin-bottom: 75px;
    display: block;
}

.about2 li {
    min-height: 160px;
    border-left: 1px solid #036C38;
    padding-left: 20px;
    position: relative;
    /* display: none; */
}

.about2 li:last-child {
    min-height: auto;
}

.about2 li:before {
    content: url(../images/r2.png);
    position: absolute;
    top: -1px;
    left: -8px;
    z-index: 2;
}

.about2 .year {
    font-size: 20px;
    line-height: 24px;
    color: #036C38;
}

.about2 .data {
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    min-height: 48px;
}

.about1 {

    margin-top: -60px;

    margin-bottom: 50px;
}

.about1 .editor {
    color: #888888;
    line-height: 30px;
}

.about1-list {

    margin: 20px 0;
}

.about1-list li {
    display: inline-block;
    margin: 19px 0;
}

.about1-list li:nth-child(even) {
    margin-left: 95px;
}

.about1-list li:hover {
    box-shadow: 0px 0 10px 0 rgba(154, 154, 154, .25);
}

/*pro*/
.pro-list {

    margin-top: -53px;
}

.pro-list li {
    width: 280px;
    height: 280px;
    float: left;
    box-shadow: 0px 0 10px 0 rgba(154, 154, 154, .25);
    margin: 0 15px 50px 15px;
}
.appgallery  li {
    height: 380px !important;

}

.pro-list li:nth-child(3n-2) {
    margin-left: 0;
}

.pro-list li:nth-child(3n) {
    margin-right: 0;
}

.pro-list a {
    font-size: 16px;
    color: #111111;
    text-align: center;
    display: block;
}

.pro-list .imgs {
    width: 150px;
    margin: 0 auto;
    margin-top: 15px;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.pro-list li:hover .imgs {
    width: 200px;
    margin-top: 0;
}

.pro-list .p2 {
    font-size: 14px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #036C38;
    color: #036C38;
    text-align: center;
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 30px;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.pro-list li:hover .p2 {
    background-color: #036C38;
    color: #ffffff;
}

.home a.on {
    color: #036C38;
}

.slick-arrow {
    background-image: url('../images/arrows1.png');
    width: 50px;
    height: 70px;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}

.prev.slick-arrow {
    right: auto;
    left: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.slick-arrow:hover {
    background-image: url('../images/arrows.png');

}

.anli {
    padding: 70px 0;
}

.anli .rights {
    width: 444px;
    float: right;
    position: relative;
}

.anli .lefts {
    width: 480px;
    /* padding-top: 10px; */
    float: left;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    margin-top: -10px;

}

.anli .share {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    color: #036C38;
}

.anli .share a {
    display: inline-block;
    margin: 0 2px;
}

/*ssjg*/
.ssjg-form {
    background-color: #f5f5f5;
    padding: 60px 0px;
}

.search-result {
    width: 1100px;
    margin: 0px auto;
    padding-top: 40px;
}

.search-result .search-number {
    font-size: 16px;
    line-height: 50px;
    color: #666666;
}

.search-result ul {
    margin-bottom: 50px;
}

.search-result li {
    border-bottom: 1px solid #eeeeee;
}

.search-result a {
    display: block;
    padding: 30px 0px;
}

.search-result h2 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 15px;
}

.search-result .mess {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-result .times {
    font-size: 14px;
    color: #666666;
}

.search-result li:hover h2 {
    color: #036C38;
}

.search-result li:last-child {
    border: 0px;
    padding-bottom: 20px
}

.smallimg {
    margin: 15px 0 50px 0;
}

.smallimg li {
    float: left;
    border: 1px solid #d7d7d7;
    margin-right: 20px;
    width: 150px;
    overflow: hidden;
}

.smallimg li.on {
    border-color: #036C38;
}

.smallimg li img {
    width: 200px;
    max-width: 200px;
    margin-left: -25px;
}

/*end ssjg*/
/*pro1*/
.numbers {
    margin-top: 42px;
    border-bottom: 1px solid #eee;
}

.numbers a {
    float: left;
    display: block;
    width: 110px;
    padding: 0 10px;
    height: 48px;
    text-align: center;
    background-color: #e5e5e5;
    color: #333333;
    font-size: 16px;
    line-height: 48px;
}

.numbers a.on {
    background-color: #036C38;
    color: #ffffff;
}

.jie1s {
}

.jie1s > div {
    display: none;
}

.jie1s > div.on {
    display: block;
}

.jie1s .icon {
    margin: 45px 0 10px 0;
}

.jie1s .icon li {
    display: inline-block;
    margin-right: 2px;
}

.jie1s tr:nth-child(odd) td {
    background-color: #eeeeee;
}

.jie1s table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 50px;
    color: #444444;
    /* margin-bottom: 50px; */
}

.jie1s th {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    background-color: #666666;
}

.zxt {
    margin: 45px 0 100px 0;
}

.zxt li {
    float: left;
    margin: 0 13px;
}

.zxt li:nth-child(4n-3) {
    margin-left: 0;
}

.zxt li:nth-child(4n) {
    margin-right: 0;
}

.jie2 {

    margin-top: 70px;
}

.jie2 .j {
    font-size: 16px;
    line-height: 1;
    color: #111111;
    padding-bottom: 15px;
    border-bottom: 1px solid #036C38;
    width: 110px;
    text-align: center;
}

.jie2 li {
    list-style-type: disc;
}

.jie2 > .clearfix {
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}

.jie2 .left {
    font-size: 12px;
    line-height: 30px;
    color: #777777;
    width: 470px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
}

.jie2 .left li {
    list-style-type: disc;
}

.jie2 .right {
    width: 680px;
    float: right;
    /*padding-top: 45px;*/
}

.jie2 .right li {
    width: 100px;
    float: left;
    margin: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #222222;
}

.jie2 .right img {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.jie3 img {
    margin-right: 15px;
}

.numbers .morer {
    font-size: 12px;
    display: block;
    color: #333333;
    float: right;
    width: auto;
    background-color: transparent;
}

.numbers .morer:hover {
    color: #036C38;
}

.jie4-ul {
    margin-bottom: 80px;
    border-top: 1px solid #eee;
}

.jie4-ul a {
    display: inline-block;
    margin: 40px 27px 0 27px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.jie4-ul a:nth-child(5n-4) {
    margin-left: 0;
}

.jie4-ul a:nth-child(5n) {
    margin-right: 0;
}

.jie4-ul .picture {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

/*index*/
.wbanner1 .lans {
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 100;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.wbanner1 .lans img {
    margin-left: 15px;
}

.wbanner1 {
}

.wbanner1 a {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: block;
}

.indexs .logo {
    position: fixed;
    top: 45px;
    left: 45px;
    z-index: 100;
}

.wbanner1 .lans {
    color: #ffffff;
    font-style: italic;
}

.wbanner1 .h1 {
    font-size: 36px;
    margin-left: 35px;
}

.wbanner1 .h2 {
    font-size: 24px;
    line-height: 2;
}

.wbanner1 .h2:before {
    width: 94px;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 15px;
    content: '';
    margin-bottom: 5px;
}

.wbanner1 .on .h1, .wbanner1 .on .h2, .wbanner1 .on .h3 {
    opacity: 1;
}

.wbanner1 .h3 {
    font-size: 20px;
    display: block;
    margin-left: 30px;
    margin-top: 25px;
    opacity: 0;
}

.wbanner1 .slick-slide img {
    display: inline-block;
}

.wb2s {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

.wbanner2 {
    position: absolute;
    bottom: 40px;
    width: 700px;
    right: -100px;
}

.wb3s .wbanner2 {

    right: 600px;

    width: 120px;

    bottom: 80px;
}

.wbanner2 .wsum {
    width: 35px;
    display: inline-block;
    margin-top: 10px;
}

.wbanner2 a {
    margin-right: -20px;
    vertical-align: bottom;
}

.wbanner2 .w1 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #888888;
    font-style: italic;
}

.wbanner2 .active-nav .w2 {
    margin-bottom: 30px;
}

.wbanner2 .w2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #cccac8;
    box-sizing: border-box;
    padding: 5px 0;
    text-align: center;
    transition: background-color .4s;
    -webkit-transition: background-color .4s;
}

.wbanner2 .w2 img:first-child {
    margin: auto;
}

.wbanner2 .w2 img:last-child {
    display: none;
}

.wbanner2 .heng {
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #888888;
    margin-bottom: 5px;
    margin-left: 5px;
}

.wbanner2 .swiper-slide:hover .heng {
    margin-bottom: -27px;
}

.wbanner2 .active-nav:hover .heng {
    margin-bottom: -40px;
}

.wbanner2 .active-nav .w1 {
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-style: normal;
    margin-left: -5px;
}

.wbanner2 .active-nav .wsum {
    width: 45px;
    margin-left: 10px;
    margin-top: -20px;
}

.wbanner2 .active-nav .heng {
    /*width: 50px;*/
    width: 40px;
    margin-left: 8px;
    margin-bottom: -40px;
}

.wbanner2 .swiper-slide:hover .w2 {
    background-color: #036C38;
    padding-top:8px;
}

.wbanner2 .active-nav .w2 {
    width: 60px;
    height: 60px;
    background-color: #036C38;
    margin-left: -10px;
    padding-top: 15px!important;
}

.wbanner2 .active-nav .w2 img:first-child, .wbanner2 .swiper-slide:hover .w2 img:first-child {
    display: none;
}

.wbanner2 .active-nav .w2 img:last-child, .wbanner2 .swiper-slide:hover .w2 img:last-child {
    display: block;
    margin: auto;
}

.wbanner2 .swiper-slide:hover .w2 img:last-child {
    width: 20px !important;
    height: 20px;
}

.wbanner2 .active-nav:hover .w2 img:last-child {
    width: 30px !important;
    height: 30px;
}

.slick-slide:focus {
    outline: none;
}

.wbanner1 .di1 {

    position: absolute;

    top: 0;

    left: 27%;

    z-index: 1;
}

.wbanner1 .di2 {

    position: absolute;

    top: 0;

    left: 15%;

    z-index: 3;
}

.imgs-lists .slick-arrow {
    display: none !important;
}

.anli .pagets {
    font-size: 14px;
    line-height: 32px;
    color: #777777;
}

.anli .pagets a {
    color: #777777;
}

.anli .pagets a:hover {
    color: #036C38;
}

.imgs-lists {
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}

.indexs .en-lans {
    position: fixed;
    z-index: 100;
    font-size: 16px;
    color: #fff;
    right: 18.75%;
    top: 65px;
    width: 120px;
    vertical-align: top;
}

.indexs .en-lans img {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}

.indexs .en-lans a, .header-lan a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    width: 70px;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 3px;
}

.indexs .header-lan a {
    color: #999;
    border: 1px solid #c9c9c9;
}

.header-lan a {

    color: #666;
}

.indexs .en-lans a:first-child:after {
    content: '';
    background: url('../images/top1.png');
    width: 10px;
    height: 10px;
    display: inline-block;
}

.indexs .header-lan.en-lans a:first-child:after {
    background: url('../images/top2.png');
    content: '';
    margin-left: 2px;
}

.elans {
    display: inline-block;
}

.indexs .en-lans a:last-child {
    border: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 0;
    overflow: hidden;
}

.indexs .en-lans:hover a:last-child {
    opacity: 1;
    height: auto;

}

.about3s li {
    width: 280px;
    height: 280px;
}

@media screen and (max-width: 1440px) {
    .wb3s .wbanner2 {
bottom: 85px;
    }
}
@media screen and (max-width: 1366px) {
    .wbanner2 .heng {
        width: 40px;
        margin-left: 10px;
    }

    .wbanner2 {
        width: 560px;
        bottom: 30px;
        right:-70px;
    }

    .wbanner2 .active-nav .heng {
        width: 25px;
    }

    .wbanner2 .active-nav .wsum {
        margin-top: -100px;
    }

    .indexs .en-lans {
        right: 45px;
    }

    .wbanner2 .active-nav .w1 {
        font-size: 15px;
        margin-left: -13px;
    }
    .wb3s .wbanner2 {

        right: 460px;

        width: 120px;

        bottom: 70px;
    }
}

.pagetion {
    text-align: right;
    padding-bottom: 80px;
}

.pagetion a {
    line-height: 35px;
    color: #1b1b1b;
    font-size: 14px;
    padding: 0 13px;
    text-align: center;
    background-color: #efefef;
    margin: 0 2px;
    display: inline-block;
}

.pagetion a:hover, .pagetion a.on {
    color: #ffffff;
    background-color: #036C38;
}
