/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
body{padding-top: 218px;}
img.img-cover{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
 img.img-contain{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
/*布局*/

.wp {margin: 0 auto;width: 1600px;}
body{padding-top: 91px;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background:#fff url(../images/bg1.jpg) no-repeat right;
}

.so{
    position: relative;
    float: right;
    margin-right: 75px;
}
.so .ico{
    width: 35px;
    height: 91px;
    background: url(../images/ico1.jpg) no-repeat center;
}

.so .seach{
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: #fff;
    display: none;
}
.so .seach .inp{
    width: 165px;
    height: 40px;
    padding:0 10px;
    float: left;
}
.so .seach .tj{
    width: 35px;
    height: 40px;
    float: right;
    font-size: 0;
   background: url(../images/seach.png) no-repeat center;
}

.logo{
    float: left;
    overflow: hidden;
     line-height: 91px;
     height: 91px;
     margin-right: 132px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
   padding-left: 30px;
   float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 18px;
    color:#fff;
    display: block;
    line-height: 91px;
    height: 91px;
    padding:0 40px; 
}
.nav li:hover .v1{
   opacity: .5;
}
.nav li .sub{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    display: none;
    background-color: #19601D;
}
.nav li .sub a{
    display: block;
    line-height: 45px;
    color:#fff;
    text-align: center;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#19601D;
}



/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color:#19601D;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
.flash{

    position: relative;
}
.flash::after {
    content: '';
    display: block;
    width: 22px;
    height: 100px;
    background: url(../images/ico-down.png) no-repeat;
    position: absolute;
    left: 175px;
    bottom: 0;
    z-index: 99;
}
.m-bantxt{
    position: absolute;
    right: 160px;
    bottom: -20px;
    z-index: 9;
    width: 819px;
    height: 179px;
    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding:31px 52px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.m-bantxt .item{
    color:#fff;
}
.m-bantxt .item .tit{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}
.m-bantxt .item .ico{
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.ul-dots{
    position: absolute;
    right: 160px;
    top: 13.65vw;
    z-index: 9;
}
.ul-dots li{
    font-size: 0;
    width: 20px;
    height: 30px;
    line-height: 30px;
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
}
.ul-dots i{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
}
.ul-dots li.on i{
    display: none;
}
.ul-dots li.on{
    font-size: 18px;
    font-weight: bold;
}
.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 44.79vw;
}

.banner .swiper-button-prev{
    background: url(../images/prev2.png) no-repeat;
    left:5%;
    width: 63px;
    height: 63px;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .swiper-button-next{
    background: url(../images/next2.png) no-repeat;
    right:5%;
    width: 63px;
    height: 63px;
    -webkit-background-size: cover;
    background-size: cover;
}

.g-tit{
    overflow: hidden;
    position: relative;
    margin-bottom: 66px;
}
.g-tit .line{
    width: 33px;
    height: 4px;
    background: #19601D;
    margin-bottom: 22px;
}
.g-tit .tit{
    font-size: 40px;
    color:#1F1F1F;
    margin-bottom: 14px;
}
.g-tit .desc{
    color:#858585;
    font-size: 16px;
}
.g-tit .more{
    display: block;
    width: 50px;
    height: 38px;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: url(../images/bg4.jpg) no-repeat;
}
.g-tit.bgf .line{
    background-color: #fff;
}
.g-tit.bgf .tit{
    color:#fff;
}
.g-tit.bgf .desc{
    color:#fff;
}

.page1{
    overflow: hidden;
    background: url(../images/bg3.jpg) no-repeat;
    padding:93px 0 110px;
}
.sliderpro .pic{
    position: relative;
    overflow: hidden;
    padding-top:67%;
    height: 0;
}
.sliderpro  .name{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 239px;
    height: 74px;
    background: url(../images/ico5.png) no-repeat;
    text-align: center;
    line-height: 74px;
    color:#fff;
    font-size: 30px;
    transform: translate(-50%,-50%);
}
.sliderpro .txt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(155, 196, 66, 0.8);
    color:#fff;
    display: none;
    overflow: hidden;
}
.sliderpro .pic:hover .txt{
    display: block;
}
.sliderpro .pic:hover .name{
    display: none;
}
.sliderpro .pf{
     position: absolute;
    top: 50%;
    padding:0 70px;
    text-align: center;
    transform: translateY(-50%);
}
.sliderpro .pf .tit{
    font-size: 30px;
    margin-bottom: 8px;
}
.sliderpro .pf .desc{
    font-size: 14px;
    line-height: 2.14;
}
.page2{
    overflow: hidden;
    background: url(../images/bg7.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-about{
    overflow: hidden;
    position: relative;
    padding: 136px 0 101px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-about::after {
    content: '';
    display: block;
    position: absolute;
    right: 11.51vw;
    top: 5.94vw;
    width: 44px;
    height: 44px;
    background: url(../images/ico6.png) no-repeat;
}
.m-about .pic{
    float: left;
    position: relative;
    width: 768px;
    height: 546px;
    margin-right: 9.22vw;
    background: url(../images/pic2.jpg) no-repeat;  
    -webkit-background-size: cover;
    background-size: cover;
}
.m-about .pic .more{
    display: block;
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    background: #87C442;
    font-size: 18px;
    color:#fff;
    text-align: center;
}
.m-about .pic .more i{
    width: 24px;
    height: 24px;
    display: block;
    margin: 22px auto 10px;
    background: url(../images/ico7.png) no-repeat;
}
.m-about .txt{
    overflow: hidden;
}
.m-about .txt .en{
    font-size: 72px;
    line-height: 72px;
    color:#499449;
    margin-bottom: 14px;
    font-weight: bold;
}
.m-about .txt .cn{
    font-size: 40px;
    color:#fff;
    margin-bottom: 18px;
}
.m-about .txt .desc{
    font-size: 16px;
    margin-bottom: 30px;
    color:#fff;
    line-height: 1.88;
}
.m-about .txt .info{
    font-size: 16px;
    color:#A3E7A3;
    margin-bottom: 66px;
    line-height: 2.06;
}
.m-about .txt .link{
    overflow: hidden;
} 
.m-about .txt .link a{
    display: block;
    float: left;
    width: 213px;
    height: 89px;
    color:#fff;
    font-size: 18px; 
    position: relative;   
    background: linear-gradient(123deg, #62B45F, #19601D);
}
.m-about .txt .link a i{
    display: block;
    float: left;
    width: 106px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.m-about .txt .link .a1::after {
    content: '';
    display: block;
    position: absolute;
    left: 106px;
    bottom: 22px;
    width: 10px;
    height: 10px;
    background: url(../images/ico8.png) no-repeat;
}
.m-about .txt .link .a2::after {
    content: '';
    display: block;
    position: absolute;
    left: 106px;
    bottom: 22px;
    width: 41px;
    height: 1px;
    background: #F7F7F7;
}
.m-about .txt .link p{
    overflow: hidden;
    padding-top: 26px;
}
.m-about .txt .link .a1 i{
    background-image: url(../images/ico9.png);
}
.m-about .txt .link .a2 i{
    background-image: url(../images/ico10.png);
}
.m-about .txt .link .a1{
    margin-right: 48px;
}

.m-wyh{
    overflow: hidden;
    padding:73px 0 150px;
}
.m-wyh .g-tit{
    margin-bottom: 30px;
}
.m-wyh .wp{
    padding: 0 62px;
}
.sliderys .swiper-slide{
    height: 425px;
    background: linear-gradient(123deg, #62B45F, #19601D);
    padding:91px 54px;
    color:#fff;
    text-align: center;
}
.sliderys .swiper-slide:hover{
    background: #87C442;
}
.sliderys .ico{
    margin: 0 auto 30px;
    width: 97px;
    height: 97px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.sliderys .tit{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 34px;
}
.sliderys .desc{
    font-size: 16px;
    color:#FFFEFE;
    line-height: 2.25;
}
.page3{
    overflow: hidden;
    padding-top: 71px;
    background: url(../images/bg12.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.page3::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 88px;
    background: #e3f0dc;
}
.page3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 87px;
    width: 50%;
    height: 1px;
    background: #71C66E;
}

.page3 .g-tit .more{
    background-image: url(../images/bg8.jpg);
}
.slidercase{
    position: relative;
    padding-bottom: 88px;
}
.slidercase .swiper-button-prev{
    width: 32px;
    height: 32px;
    background: url(../images/ico14.png) no-repeat;
    position: absolute;
    right: calc(50% + 40px);
    bottom: 30px;
    top: auto;
    left:auto;
    z-index: 3;
}
.slidercase .swiper-button-next{
    width: 32px;
    height: 32px;
    background: url(../images/ico15.png) no-repeat;
    position: absolute;
    left: calc(50% + 40px);
    bottom: 30px;
    top: auto;
    right:auto;
    z-index: 3;
}
.slidercase .pic{
    position: relative;
    height: 0;
    padding-top: 72%;
    overflow: hidden;
}
.slidercase .tit{
    text-align: center;
    color:#fff;
    font-size: 18px;
    line-height: 94px;
}
.page4{
    overflow: hidden;
    background: #e3f0dc;
    padding:82px 0;
    position: relative;
}
.page4::after {
    content: '';
    display: block;
    position: absolute;
    top: 65px;
    right: 26.93vw;
    width: 44px;
height: 44px;
background: #D1E5C2;
border-radius: 50%;
overflow: hidden;
}
.newbox{
    overflow: hidden;
}
.firstnew{
    width: 46%;
    float: left;
    margin-right: 70px;
}
.firstnew .pic{
    height: 321px;
    position: relative;
    margin-bottom: 40px;
}
.firstnew .tit{
    font-size: 20px;
    color:#333333;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.firstnew .tit span{
    display: block;
    float: right;
    font-size: 16px;
    color:#858585;
}
.firstnew .desc{
    font-size: 16px;
    color:#858585;
    margin-bottom: 20px;
    line-height: 1.88;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.firstnew .more{
    font-size: 16px;
    color:#19601D;
    padding-right: 42px;
    display: inline-block;
    background: url(../images/ico16.png) no-repeat right center;
    line-height: 26px;
}
.ul-news{
    overflow: hidden;
}
.ul-news li{
    margin-bottom: 13px;
    height: 145px;
    background: url(../images/bg9.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding-top: 30px;  
    padding-right: 45px;
}
.ul-news .time{
    float: left;
    width: 126px;
    text-align: center;
    font-size: 14px;
    color:#fff;
}
.ul-news .time .day{
    font-size: 36px;
    font-weight: bold;
}
.ul-news .txt{
    overflow: hidden;
    color:#fff;
}
.ul-news .tit{
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.ul-news .desc{
    font-size: 14px;
    line-height: 1.71;
    display: -webkit-box;  
        overflow: hidden;  
        text-overflow: ellipsis;  
        word-break: break-all;  
        -webkit-box-orient: vertical;  
        -webkit-line-clamp: 2;

}
.ul-news li:hover{
    background: #87C442;
}
.page5{
    overflow: hidden;
    background: url(../images/bg11.jpg) no-repeat;
    padding:60px 0 53px;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.page5 .tit{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 26px;
}
.page5 .a1{
    width: 145px;
    height: 45px;
    border: 1px solid #FFFFFF;
    line-height: 43px;
    font-size: 18px;
    color:#fff;
    display: inline-block;
    font-weight: bold;
}
.page5 .more{
    line-height: 45px;
}
.page5  span{
     font-size: 30px;
    font-weight: bold;
    color:#fff;
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
}
.page5  .a2{
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: ;
    vertical-align: bottom;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: url(../images/ico-qq.png) no-repeat center;
}
.page5  .a3{
    position: relative; 
    display: inline-block;
    cursor: pointer;
}
.page5  .a3:hover .qr{
    display: block;
}
.page5  .a3:hover i,
.page5  .a2:hover{
    background-color: #87C442;
    border-color: #87C442;
}
.page5  .a3 i{
     width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: ;
    vertical-align: bottom;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-left: 16px;
    background: url(../images/ico-wx.png) no-repeat center;
}
.page5  .a3 .qr{
    position: absolute;
    right: -140px;
    top: 0;
    width: 80px;
    height: 80px;
    display: none;
    background: url(../images/wxewm.jpg) no-repeat;
}
.footer{
    overflow: hidden;
    background: #1b1b1b;
    color:#fff;
}
.footer .box{
    padding:87px 0;
    overflow: hidden;
    border-bottom: 1px solid #282828;
}
.g-add{
    overflow: hidden;
    float: left;
    width: 420px;
}
.g-add .img{
    height: 62px;
    margin-bottom: 22px;
    background: url(../images/fdlogo.png) no-repeat;
}
.g-add .desc{
    padding-left: 81px;
    font-size: 14px;
    color:#B6B6B6;
    line-height: 2.14;
}
.g-add .desc p:nth-child(2){
    text-indent: 3em;
}
.fdnav{
    float: right;
    overflow: hidden;
}
.fdnav dl{
    float: left;
    margin-left: 7.81vw;
}
.fdnav dd a{
    display: block;
    color:#B6B6B6;
    line-height: 2.14;
}
.fdnav dd a:hover{
    color:#fff;
}
.fdnav dt{
    font-size: 18px;
    margin-bottom: 40px;
}
.fdnav  .w50{
    width: 220px;
    overflow: hidden;
}
.fdnav  .w50 a{
    float: left;
    width: 110px;
}
.copy{
    background: #1b1b1b;
    overflow: hidden;
    padding:24px 0;
}
.copy span,.copy a{
    display: inline-block;
    font-size: 14px;
    color:#B6B6B6;
}
.g-pf{
    position: absolute;
    right: 0;
    bottom: 15.63vw;
    z-index: 88;
    right: 150px;
}
.g-pf .ico{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 22px;
}
.g-pf .p2{
    position: relative;
}
.g-pf .ico:hover{
    background-color: #226A25;
}
.g-pf .p2 .qr{
    display: block;
    position: absolute;
    left: -180px;
    top: -57px;
    width: 151px;
    height: 151px;
    background: url(../images/wxewm.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: none;
}
.g-pf .p2:hover .qr{
    display: block;
}


.right_nav_bar {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 10001;
  width: 57px;
}

.right_nav_bar li {
  position: relative;
  list-style: outside none none;
  float: left;
  height: 54px;
  width: 57px;
  background-color:#85C62E;
}

.right_nav_bar li:hover .icons {
  width: auto;
  background-color:#85C62E;
  font-size: 14px;
  color: #fff;
  top: 0;
}

.right_nav_bar .icons {
  height: 54px;
  width: 57px;
  float: left;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}

.right_nav_bar span.title {
  padding-right: 10px;
  color: #fff;
  position: relative;
  font-size: 16px;
  top: -20px;
}

.right_nav_bar .phone-icon span.title {
  top: -18px;
  font-size: 22px;
}

.right_nav_bar i.icon {
  background-repeat: no-repeat;
  height: 54px;
  width: 57px;
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

.black.right_nav_bar span.title {
  color: #fff;
}

.right_nav_bar .wx-icon i {
  background-image: url(../images/wx.png);
}

/*.right_nav_bar .zixun-icon i {
  background-image: url(../image/wx.png);
}*/

.right_nav_bar .phone-icon i {
  background-image: url(../images/phone.png);
}
.right_nav_bar .top-icon i {
  background-image: url(../images/js-top.png);
}

.right_nav_bar .qr {
  position: absolute;
  left: -215px;
  top: -48px;
  width: 150px;
  height: 150px;
  display: none;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.right_nav_bar .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.right_nav_bar .wx:hover .qr {
  display: block;
}


#floatBottom{width:100%;height:53px;background:#474747;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}


@media only screen and (max-width: 1700px){
    .header{-webkit-background-size: 70% 100%;
    background-size: 70% 100%;}
    .m-about .txt .cn{font-size: 36px;}
    .m-about .pic{margin-right: 80px;}
    .m-about .pic{width: 691px;height: 491px;}
    .m-about .txt .en{font-size: 60px;line-height: 60px;}
    .m-wyh{padding:50px 0 120px;}
}
@media only screen and (max-width: 1600px){
.wp{width: 1400px;}
.nav li .v1{padding:0 20px;}
.ul-dots li{margin-bottom: 10px;}

}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .so{margin-right: 0;}
   .header{-webkit-background-size: 60% 100%;
    background-size: 60% 100%;}
    .g-tit{margin-bottom: 40px;}
    .g-tit .line{margin-bottom: 16px;}
    .g-tit .tit{font-size: 32px;margin-bottom: 10px;}
    .page1{padding:45px 0 55px;}
    .m-about .pic{width: 537px;height: 382px;}
    .m-about .txt .en{font-size: 48px;line-height: 48px;margin-bottom: 0px;}
    .m-about .txt .cn{font-size: 28px;margin-bottom: 12px;}
    .m-about .txt .info{font-size: 14px;margin-bottom: 20px;}
    .m-about .txt .desc{margin-bottom: 12px;}
    .m-wyh{padding:40px 0;}
    .sliderys .swiper-slide{padding-top: 60px;}
    .fdnav dl{margin-left: 50px;}
    .g-pf{bottom: 170px;right: 50px;}
    .ul-dots{top: 120px;right: 60px;}
    .m-bantxt{right: 0;bottom: 0;}
    .m-about{padding:50px 0 70px;}
    .page5{padding-top: 40px;}
}

@media screen and (max-width:1280px){.right_nav_bar{display: none;}    .proinfo .box{width: auto;float: none; }}

@media only screen and (max-width: 1230px) {
   .wp{width: auto;padding: 0 15px;}
   .header{display: none;}
   .m-bantxt{position: static;width: 100%;}
   .flash::after{display: none;}
   .m-about .pic{float: none;margin-right: 0;margin-bottom: 20px;}
   .m-about{padding:40px 0;}
   .sliderys .swiper-slide{height: 340px;padding: 40px;}
   .sliderys .ico{margin-bottom: 16px;}
   .sliderys .tit{font-size: 20px;margin-bottom: 10px;}
   .sliderys .desc{font-size: 14px;}
   .g-tit .tit{font-size: 28px;}
   .page4{padding:40px 0;}
   .firstnew{display: none;}
   .g-tit{margin-bottom: 30px;}
   .fdnav{display: none;}
   .footer .box{padding:40px 0;}
   .g-add{margin:0 auto;float: none;}
   .copy{text-align: center;}
   .page5 .tit,.page5 span{font-size: 24px;}
   .page5{padding:30px 0;}
   .m-wyh .wp{padding:0 15px;}
  
}
@media only screen and (max-width: 1023px) {
    .g-tit .tit{font-size: 26px;}
    .slidercase{padding-bottom: 50px;}
    .page3::before{bottom: 49px;}
    .page3::after{height: 50px;}
    .g-tit{margin-bottom: 20px;}
    .g-pf{display: none;}
    .slidercase .swiper-button-next,.slidercase .swiper-button-prev{bottom: 8px;}
    .slidercase .tit{line-height: 60px;}
    .sliderpro .name{font-size: 28px;}
    .page3{padding-top: 50px;}
}
@media only screen and (max-width: 960px) {
    
  .g-tit .tit{font-size: 24px;}
.sliderpro .name{font-size: 26px;}
}

@media only screen and (max-width: 767px) {
   .g-tit .tit{font-size: 22px;}
   .ul-dots{top: 32px;right: 30px;}
   .m-bantxt{padding:15px;height: auto;}
   .m-bantxt .item .tit{font-size: 16px;}
   .m-bantxt .item{width: 33%;text-align: center;padding:0 5px;}
   .m-bantxt .item .ico{margin: 0 auto  4px;}
   .m-bantxt .item  .desc{font-size: 12px;}
   .sliderpro .name{font-size: 22px;}
   .g-tit{padding-right: 60px;}
   .g-tit .desc{font-size: 14px;}
    .m-about .txt .cn{font-size: 22px;}
    .page3{padding-top: 30px;}
    .ul-news .time{width: 82px;}
    .ul-news li{padding-right: 15px;}
    .footer .box{padding:30px 0;}
     .m-about{padding:30px 0 20px;}
}

@media only screen and (max-width: 500px) {
    .m-about .pic{width: 300px;height: 240px;position: relative;z-index: 5;}
    .m-about .txt .link a{float: none;margin-bottom: 10px;}
    .page5 .a1,.page5 span{display: block;margin: 0 auto;}
    .page5 .a3 .qr{right: -90px;}
    .page5 .tit, .page5 span{font-size: 18px;}
    .page5 .wp{padding:0;}
    .g-add{width: auto;}
    .g-add .img{width: auto;-webkit-background-size: contain;
    background-size: contain;height: 40px;margin-bottom: 10px;}
    .g-add .desc{padding-left: 0;}
    .copy span, .copy a{display: block;}
    .g-tit{margin-bottom: 14px;}
    .ul-news li{height: 110px;padding-top: 10px;}
    .ul-news .tit{font-size: 18px;margin-bottom: 4px;}
    .page4{padding:30px 0 20px;}
    .page4::after{display: none;}
    .m-wyh .g-tit{margin-bottom: 12px;}
}


/**mobile header***/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width: 260px;}
  body{padding: 60px 0 0;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
       padding: 10px 0;
    background-color: #19601D;
    display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
    .mobile-seach{margin: 20px auto 0;display: block;border:1px solid #eee;width: 300px;overflow: hidden;}
    .mobile-seach .inp{
        width: 165px;
        height: 40px;
        padding:0 10px;
        float: left;
    }
    .mobile-seach .tj{
        width: 35px;
        height: 40px;
        float: right;
        font-size: 0;
       background: url(../images/seach.png) no-repeat center;
    }
}



