@charset "utf-8";
/* CSS Document*/
html, body, div, span, iframe, map, font,input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{padding: 0;margin: 0;border: 0;}
*{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
img{max-width: 100%;vertical-align: middle;border: 0;}
.lf{float: left;}
.rt{float: right;}
.flex{display: flex;}
ol, ul, li{list-style: none;}
a:focus{outline: none;}
a.hidefocus{outline: none}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
em,i{font-style: normal;display: inline-block;}
a{blr:expression(this.onFocus=this.blur());color:inherit;}
.clear{clear:both;display:block;width: 0;height: 0;visibility:hidden;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
input[type=text], input[type=button], input[type=submit]{-webkit-appearance: none;/*去除iPhone input默认样式}*/}
input,select,button,textarea{outline: none;font-family: normal;resize: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #666;font-family: unset;}
input:-moz-placeholder, textarea:-moz-placeholder{color: #666;}
input::-moz-placeholder, textarea::-moz-placeholder{color: #666;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #666;}


/* class="zoom" */
.zoom{ -webkit-transition: all ease-out .5s;-o-transition: all ease-out .5s;transition: all ease-out .5s;-ms-transition: all ease-out .5s; }
.zoom:hover{ -webkit-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);-ms-transform: scale(1.05); }

/* 效果 */
@-webkit-keyframes hvr-buzz-out{
10%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
20%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
30%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
40%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
50%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
60%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
70%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
80%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
90%{-webkit-transform: translateX(1px) rotate(0);transform: translateX(1px) rotate(0);}
100%{-webkit-transform: translateX(-1px) rotate(0);transform: translateX(-1px) rotate(0);}
} 
@keyframes hvr-buzz-out{
10%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
20%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
30%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
40%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
50%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
60%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
70%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
80%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
90%{-webkit-transform: translateX(1px) rotate(0);transform: translateX(1px) rotate(0);}
100%{-webkit-transform: translateX(-1px) rotate(0);transform: translateX(-1px) rotate(0);}
}

/* 字体 */
@font-face {
font-family:Italic;
src:url('../fonts/elephant italic.ttf'),
url('../fonts/elephant italic.ttf');
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
.container{width:95%; margin:0 2.5%;}
.swiper-bn{height: 800px;}
.opt2 .cont{padding: 0 5vw;}
.opt2 .prev2{left: 0;}
.opt2 .next2{right: 0;}
.opt1 .cont .box2 li{width: 24%;margin-right: 1.33%;}
.opt4 .cont .item{width: 31.33%;margin-right: 2%;}
.opt4 .cont .item{width: 32.33%;margin-right: 1.5%;}
.opt5 .cont{display: flex;flex-wrap: wrap;justify-content: space-between;}
.opt5 li{margin: auto !important;}
.foot .f-menu{margin-left: 3vw;}
.foot .f-menu .box dl{margin-right: 2.5vw;}
.foot .f-lx{padding-left: 4vw;}
.ban{height: 500px;}
.ab2 .text{width: 50%;}
.ab3 .cont li{width: 24%;margin-right: 1.33%;}
.pro li{width: 24%;margin-right: 1.33%;}
.join3 .cont .text{width: 62%;}
.join1 .cont .text{float: right; width: 60%;margin-left: 0;}
.join2 .cont li{width: 10.75%;font-size: 12px;}
.join2 .cont dl{width: 2%;}
.news .item .text{width: 83%;}
.ab1 .box:nth-child(2n-1) .text .word{width: 54%;}
.cp-lm .w1>a{margin-right: 2vw;}








}
@media screen and (max-width:768px) {
.container{width:95%; margin:0 2.5%;}
.hide{display: block;}
.show{display: none;}
/* 导航start */
.sj_bt{position: absolute;width: 36px;height: 36px;right: 8px;top: 7px;z-index: 999999;}
.sj_bt span{position: absolute;height: 2px;width: 25px;background: #fff;top: 7px;left: 5px;transition: all 0.3s ease-in-out;}
.sj_bt span:nth-child(2){top: 17px;}
.sj_bt span:nth-child(3){top: 28px;}
.sj_bt.on{position: fixed;}
.sj_bt.on span{background: #fff;}
.sj_bt.on span:nth-child(1){transform: rotate(45deg);top: 17px;left: 10px;}
.sj_bt.on span:nth-child(2){display: none;}
.sj_bt.on span:nth-child(3){transform: rotate(-45deg);top: 17px;left: 10px;}
.wpnvbg{width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;background: rgba(0,0,0,.7);transition: .25s;display:none;}
.head_wap{width: 50%;height: 100%; display: none;transition: all 0.3s ease-in-out;position: fixed;left: 0;top: 0;padding: 0 4%;padding-top: 20px;background:#333333;z-index: 9999;overflow-y: auto;}
.wapnava{padding: 0 0 15px 0;}
.wapnava span{width: 100%;}
.wapnava a.wapprda{display: block;height: 50px;line-height: 48px;padding: 0 10px;color: #fff;width: 100%;border-bottom: 1px solid rgba(255,255,255,.1);font-size: 15px;}
.wapprda, .wapprda1{position: relative;}
.wpheadhide{display: none;}
.wpheadhide p{padding-left: 10px;}
.wpheadhide p a{font-size: 12px;}
.wapprda i, .wapprda1 i{display: block;position: absolute;right: 15px;top: 0;height: 44px;line-height: 44px;}
.wapprda i img, .wapprda1 i img{height: 10px;}
.wpheadhide a{font-size: 13px; padding-left: 30px;display: block;height: 48px;line-height: 46px;padding: 0 25px;color: #fff;width: 100%;border-bottom: 1px solid rgba(255,255,255,.1);overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
/* end */
.head{height: 50px;background: #333333;line-height: 50px;}
.head .bk{display: none;}
.head .logo{display: none;}
.head .logo2{width: 140px;display: block;}
.head .sou,.head .nav{display: none;}
.right{display: none !important;}
.swiper-bn .word{display: none;}
.opt2 .next2,.opt2 .prev2{display: none;}
.opt4 .cont .item{float: none;width: 100%;margin-bottom: 2%;}
.swiper-bn{height: 250px;}
.foot .f-logo{display: none;}
.foot .f-menu{float: none;width: 100%;margin-left: 0;margin-top: 0;}
.foot .f-lx{float:none;width: 100%;margin-left: 0;border: 0;padding-left: 0;}
.opt1{padding: 30px 0;}
.opt3 .w1 h3{font-size: 18px;}
.opt3 .w1{font-size: 12px;line-height: 1.8;padding-top: 70px;}
.opt3 .w2{font-size: 14px;}
.opt1 .cont .box1 h3{font-size: 16px;}
.banner{margin-top: 50px;}
.pro_bt h3{font-size: 15px;}
.opt1 .cont .box2 li{width: 48%;height: 200px;margin: 1% 1%;}
.opt1 .cont .box2 li .info{zoom: 0.7;}
.opt1 .cont .box1{font-size: 14px;padding: 0;margin-top: 15px;line-height: 2;}
.foot .f-menu .box dl:nth-child(1){display: none;}
.foot .f-menu .box dl:nth-child(7){display: none;}
.foot .f-menu .box dl:nth-child(4){display: none;}
.foot .f-menu .box dl{margin-right: 0;width: 25%;font-size: 13px;line-height: 2.2;}
.foot .f-menu .box dl h3{font-size: 14px;}
.copyright{font-size: 12px;line-height: 2;padding: 15px 2.5%;}
.page-bn{bottom: 15px !important;}
.opt1 .cont .w1{font-size: 22px;}
.swiper-pro .pic{min-height: 200px;}
.swiper-pro .text{font-size: 14px;}
.opt3{margin-top: 0;}
.swiper-pro .text h3{font-size: 16px;}
.pro_bt .more{display: none;}
.opt2{padding: 30px 0;}
.pro_bt{line-height: 2;}
.pro_bt span{font-size: 20px;}
.pro_bt span em{font-size: 16px;}
.opt2 .page-pro{margin-top: 30px;}
.opt4{padding: 30px 0;}
.opt4 .cont .item .text{padding: 0 20px;padding-bottom: 20px;}
.opt4 .cont .item .text h3{font-size: 16px;}
.opt5 li{margin-right: 4.5%;width: 30.33%;height: 28.8vw;font-size: 16px;margin-bottom: 4%;}
.opt5 li:nth-child(3n+3){margin-right: 0;}
.opt5 li .ico{zoom: 0.8;}
.opt5{padding-bottom: 30px;}
.foot .f-menu .w1,.foot .f-lx .w1{font-size: 18px;}
.foot{padding: 30px 0 0;}
.foot .f-menu .box{margin-top: 0;}
.foot .f-lx{margin: 30px 0;}
.foot .f-lx .share{text-align: center;}
.foot .f-lx .share li{display: inline-block;float: none;margin: 0 3vw;}
.foot .f-lx .lg{font-size: 16px;}
.foot .f-lx .info dl{font-size: 14px;line-height: 1.8;}
.ban .w1{line-height: 1.5;}
.ban .w1 span{font-size: 22px;}
.ban .w1 h3{font-size: 18px;}
.ban .w2{line-height: 1.8;font-size: 16px;padding: 0 3vw;}
.ban .word{top: 35%;}
.ban{height: 400px;}
.location{font-size: 14px;}
.cp_search{float: none;width: 100%;margin-bottom: 15px;}
.cp-lm{margin-top: 30px;}
.pro li{width: 48%;margin: 5% 1%;}
.pro li .text h3{font-size: 15px;}
.cp-lm .w2{font-size: 24px;}
.cp-lm .w1{width: 100%;}
.cp-lm .w1>a{font-size: 14px;margin-right: 5vw;}
.cp_search input{font-size: 14px;}
.pro{padding: 30px 0;}
.ab1 .box:nth-child(2n-1) .text{float: none;width: 100%;height: auto;padding: 30px 20px;margin-top: 0;}
.ab1 .box:nth-child(2n-1) .text .word{width: 100%;font-size: 14px;}
.ab1 .box:nth-child(2n-1) .pic{width: 100%;position: static;}
.ab-lm{margin-top: 30px;}
.ab-lm .w2{font-size: 24px;}
.ab1 .box:nth-child(2n-1) .text .word h3{font-size: 18px;}
.ab1 .box:nth-child(2n) .text{float: none;width: 100%;font-size: 14px;padding: 30px 20px;background: #f7f7f7;}
.ab1 .box:nth-child(2n) .pic{float: none;width: 100%;}
.ab1 .box:nth-child(2n) .text h3{font-size: 18px;}
.ab1{padding-bottom: 60px;}
.ab1 .box:nth-child(2n){margin-top: 30px;}
.ab-lm .w1{width: 100%;text-align: center;}
.ab-lm .w1>a{margin:0 4vw;font-size: 16px;}
.ab-lm .w1>a:last-of-type{margin:0 4vw;}
.ab2 .pic{float: none;width: 100%;height: auto;padding: 10px;}
.ab2 .text{float: none;width: 100%;margin-top: 20px;font-size: 14px;}
.ab2 .pic img{position: static;}
.ab2 .text h3{font-size: 20px;}
.ab2{padding: 30px 0;}
.ab3{padding: 30px 0;}
.ab3 .cont li{width: 48%;margin: 2% 1%;font-size: 14px;}
.ab3 .cont li .pic{min-height: 140px;}
.ab4 .cont .item{width: 50%;}
.ab4 .cont .item .text h3{font-size: 16px;}
.ab4 .cont .item .text p{display: none;}
.ab4 .prev3,.ab4 .next3{zoom: 0.4;}
.ab4{padding: 30px 0;}
.ab4 .w1 span{font-size: 20px;}
.ab4 .w1{font-size: 16px;}
.ab3 .w1 span{font-size: 20px;}
.ab3 .w1{font-size: 16px;}
.join .join-lm{display:none !important;}
.join1{padding: 30px 0;}
.jm-bt{font-size: 12px;}
.jm-bt span{font-size: 22px;}
.join1 .cont .pic{float: none;width: 100%;}
.join1 .cont .text{float: none;width: 100%;margin-left: 0;}
.join1 .cont .text p{font-size: 13px;}
.join1 .cont .text p span{font-size: 15px;}
.join2{padding: 30px 0;}
.join2 .cont dl{display: none;}
.join2 .cont li{width: 48%;margin: 2% 1%;}
.join2 .cont li p{min-height: 60px;}
.join2 .cont li:after{margin-top: 30px;width: 80%;}
.join2 .cont li .ico{width: 101px;height: 101px;margin: 0 auto;margin-bottom: 15px;}
.join3{padding: 30px 0;}
.join3 .cont .text{font-size: 14px;float: none;width: 100%;line-height: 1.5;}
.join3 .cont .pic{display: none;}
.join4{padding: 30px 0;}
.join4 .cont .item .text{width: 60%;right: 5%;padding-left: 20px;padding-right: 20px;}
.join4 .cont .item .text .w1{font-size: 12px;}
.join4 .cont .item .text .w1 h3{font-size: 16px;}
.join4 .cont .item .text .w2{font-size: 14px;left: 0;padding: 25px 6%;bottom: 30px;}
.join4 .cont .item{height: 500px;}
.join4 .jm_search button{width: 31.33%;margin-top: 10px;margin-right: 2%;zoom: 0.8;float: none;}
.join4 .jm_search input{width: 31.33%;margin-right: 1%;zoom: 0.8;padding-left: 0.5rem;}
.join5 .w1{margin-top: 10px;text-align: left;font-size: 15px;}
.join5 .message .put{width: 48%;zoom: 0.8;}
.join5 .message .tarea{zoom: 0.8;}
.join5 .message .bt1,.join5 .message .bt2{zoom: 0.6;font-size: 24px;}
.join5 .message .item3{text-align: center;}
.join5{padding: 40px 0;}
.xw-lm{margin-top: 30px;}
.xw-lm .w1{float: none;font-size: 16px;margin-bottom: 20px;}
.xw-lm .w1 span{font-size: 20px;}
.news .item .pic{float: none;position: static;width: 100%;}
.news .item .text{float: none;width: 100%;padding: 20px 0;}
.news .item .text .more{display: none;}
.news .item .text .info{float: none;width: 100%;font-size: 14px;}
.news .item .text .info h3{font-size: 16px;}
.news .item .text .info h3 i{display:block;width: fit-content;zoom: 0.8;margin: 8px 0;}
.news .item .text .info .b_q{font-size: 14px;}
.news-xq .title h3{font-size: 18px;padding: 0 2vw;}
.news-xq .title{font-size: 14px;}
.news-xq .des{font-size: 14px;padding: 20px 20px;}
.news-xq .des label{float: none;font-size: 16px;}
.news-xq .article{font-size: 14px;}
.news-xq .cont{padding: 30px 0;}
.news-xq .page3{margin-bottom: 0;zoom: 0.8;}
.news-xq .page3 dl:nth-child(1) a{display: none;}
.news-xq .page3 dl:nth-child(3) a{display: none;}
.a-opt5{padding: 30px 0;}
.foot .f-lx .w1{display: none;}
.news{padding: 0;}
.join4 .cont .prev1{left: 10%;}
.join4 .cont .next1{right: 10%;}
.join4 .jm_search select{width: 31.33%;zoom: 0.8;}

}
@media screen and (max-width:375px) {
.swiper-bn{height: 200px;}
.opt1 .cont .box1 h3{font-size: 14px;}
.opt1 .cont .box1{font-size: 13px;}
.swiper-pro .text h3{font-size: 15px;}
.opt3 .w1 h3{font-size: 16px;}
.pro_bt h3{font-size: 14px;}
.opt4 .cont .item .text h3{font-size: 15px;}
.opt5 li{font-size: 14px;}
.opt5 li .ico{margin-top: 30px;}
.ban .w1 span{font-size: 20px;}
.ban .w2{font-size: 15px;}
.cp-lm .w2,.ab-lm .w2{font-size: 20px;}
.join2 .cont li{font-size: 12px;}
.join4 .jm_search input{font-size: 14px;}
.news .item .text .info h3{font-size: 15px;}
.news-xq .title h3{font-size: 15px;}




}

