.center{
    overflow: hidden;
    position: relative;
    max-width: 1000px;
    margin: auto;
}
.section1{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.banner{width:70%;float:left;}
.banner .swiper-container {
      width: 100%;
      height: 100%;
    }

.banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}   
.banner .swiper-pagination-bullet{width:17px;height:2px;background:#232323;}
.banner .swiper-pagination-bullet-active{background:#d5c66b;}
.section1 .bnews{width:30%;float:right;}
.section1 .bnews{height:auto;background:#fafafa;}
.section1 .bnews ul li a{width:100%;display:flex;border-bottom:1px solid #e9e9e9;color:#4b4a48;padding:13px 10px;box-sizing:border-box;}
.section1 .bnews ul li a img{max-width:100%;margin-right:20px;max-height:60px;}
.section1 .bnews ul li a:hover{background:#af991c;color:#fff;}
.txt{ display: flex;align-items: center;cursor: pointer;margin-bottom:30px;margin-top:50px;}
.txt h1{font-size:18px;color:#814e21;margin-right:5px;}
.txt i{width:86%;height:2px;background:#d5c66b;}
.section2{overflow:hidden;position:relative;}
.section2 .index_news{width:68%;float:left;}
.section2 .index_news ul li a{display:flex;margin-bottom:20px;color:#484848;}
.section2 .index_news ul li a:hover{color:#d5c66b;}
.section2 .index_news ul li a .box-img{overflow:hidden;position:relative; height: auto;}
.section2 .index_news ul li a .box-img img{ 
	-webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
	
}
.section2 .index_news ul li a .box-img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section2 .index_news ul li a .date{box-sizing:border-box;padding-top:0px;margin-bottom: 5px;}
.section2 .index_news ul li a .date em{font-style:normal;}
.section2 .in_font{padding-left:30px;}
.section2 .in_font .in_title{font-size:16px;font-weight:bold;}
.section2 .index_huodong .txt i{width:73%;}
.section2 .index_huodong{width:30%;float:right;}
.section2 .index_huodong ul li a{position:relative;display:block;margin-bottom:30px;}
.section2 .index_huodong ul li a .box-img{overflow:hidden;position:relative; height: auto;}
.section2 .index_huodong ul li a .box-img img{
    width: 100%;
    height: auto;
    min-height: 100%;
	-webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
	
}
.section2 .index_huodong ul li a .box-img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section2 .index_huodong ul li a .hover{ width:100%;height:48px;background:rgba(0,0,0,0.5);line-height:48px;text-align:center;color:#fff;font-size:16px;position:absolute;bottom:0;}
.aboutsection{height:auto;}
.aboutsection .about_nav{width:30%;float:left;}
.aboutsection .about_nav ul li a{display:block;height:50px;border-bottom:1px solid #af991c;font-size:16px;color:#4b4a48;line-height:50px;box-sizing:border-box;padding-left:15px;padding-right: 15px;}
.aboutsection .about_nav ul li a:hover{background:#af991c;color:#fff;}
.aboutsection .about_nav ul li p{display:block;height:50px;border-bottom:1px solid #af991c;font-size:16px;color:#4b4a48;line-height:50px;box-sizing:border-box;padding-left:15px;padding-right: 15px;}

.aboutsection .about_nav ul li dl{display: none;}
.aboutsection .about_nav ul li .active{background:#af991c;color:#fff;}
.aboutsection .about_con{width:68%;float:right;}
.ny_banner{position:relative;overflow:hidden;}
.ny_banner img{width:100%;position:relative;}
.ny_banner .borblock{position:absolute;left:20px;top:20px; width:90%;height:auto;border-left:1px solid #fff;border-top:1px solid #fff;}
.ny_banner .borblock h3{color:#fff;font-size:24px;color:#814e21;margin-left:20px;margin-top:50px;}

.aboutsection .about_arc p{margin-top:30px;font-size:14px;line-height:1.6;color:#4b4a48;}
.aboutsection .about_arc p img{width:100%}
.aboutsection .cdlist ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutsection .cdlist ul li{width: 48%;margin-top: 25px;overflow: hidden;position: relative;}
.aboutsection .cdlist ul li img{
     width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;

}
.aboutsection .cdlist ul li:hover img{
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.aboutsection .downlist ul{margin-top: 50px;margin-bottom: 100px;}
.aboutsection .downlist ul li{width: 100%;display: flex;justify-content: space-between;align-items: center;text-align: center;font-size: 16px;padding: 10px 0px; border-bottom: 1px solid #dddddd;}
.aboutsection .downlist ul li:nth-child(1){background: #eeeeee}
.aboutsection .linklist{padding-bottom: 50px;}
.aboutsection .linklist ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutsection .linklist ul li{width: 48%;border:1px solid #af991c;font-size: 16px;text-align: center;color: #484848;margin-top: 20px;padding: 20px 10px;}
.aboutsection .linklist ul li a{color: #484848;}
.aboutsection .linklist ul li a i{color: #af991c;margin-right: 10px;}
.aboutsection .linklist ul li a span{display: block;word-wrap:break-word}
.aboutsection .linklist ul li a  p{ margin: 0px;}
.aboutsection .linklist ul li:hover{box-shadow: 0px 10px 5px #efefef}
.aboutsection .about_arc h4{font-size: 18px;text-align: center;margin-top: 30px}
.aboutsection .ghlist ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutsection .ghlist ul li{width: 48%;margin-top: 30px;position: relative;}
.aboutsection .fenye ul{display:flex;justify-content:center;align-items:center;margin:50px auto;}
.aboutsection .fenye ul li a{display:inline-block;width:32px;height:32px;margin:5px;color:#4b4a48;text-align:center;line-height:32px;}
.aboutsection .fenye ul li a:first-child{background:#f3f4f5;border:none;}
.aboutsection .fenye ul li a:last-child{background:#f3f4f5;border:none;}
.aboutsection .fenye ul li a:hover{background:#fff;border:1px solid #e1e2e3;}
.aboutsection .ghlist ul li .box-img{
    overflow: hidden;
    position: relative;
    width: 130px;
    float: left;
}
.aboutsection .ghlist ul li .box-img img{
    width: 130px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.aboutsection .ghlist ul li:hover img{  
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.aboutsection .ghlist ul li .sh_con{padding-left: 20px;color: #4b4a48;font-size: 14px;position: relative;float: left;width: 180px;height: 170px;}
.aboutsection .ghlist ul li .sh_con em{font-style: normal;font-size: 14px;}
.aboutsection .ghlist ul li .sh_con h1{margin-top:5px;font-size: 16px;border-bottom: 1px solid #af991c;padding-bottom: 5px;}
.aboutsection .ghlist ul li .sh_con a{display: block;position: absolute;right: 0;bottom: 0; font-size: 13px;color: #af991c;padding-top: 30px;}
.aboutsection .piclist ul{display: flex;justify-content: space-around;flex-wrap: wrap;}
.aboutsection .piclist ul li a img{margin-top:10px;max-width:100%;}
.aboutsection .fourlist ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.aboutsection .fourlist ul li{display:inline-block;width:47%;border:1px solid #cfc277;margin-top:30px;margin-bottom:10px;}
.aboutsection .fourlist ul li img{max-width:100%;}
.aboutsection .fourlist ul li p{text-align:center;font-size:16px;color:#4b4a48;margin:30px auto;}
.aboutsection .fourlist ul li .boximg{
    overflow: hidden;
    position: relative;
   
}
.aboutsection .fourlist ul li .boximg img{
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.aboutsection .fourlist ul li:hover img{  
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.aboutsection .sflist ul{margin-top:50px;}
.aboutsection .sflist ul li a{display:inline-block;position:relative;overflow:hidden;width:214px;height:210px;margin-bottom:20px;float:left;margin:5px;}
.aboutsection .sflist ul li a img{
	 -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.aboutsection .sflist ul li a:hover img{
	 -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.aboutsection .sflist ul li a .hover{position:absolute;left:0;bottom:0;height:50px;line-height:50px;font-size:16px;text-align:center;width:100%;background:rgba(0,0,0,0.5);color:#fff;}

.aboutsection .pc_side{
        width: 80%;
        text-align: center;
        margin:50px auto;
		position:relative;
    }
.aboutsection .pc_side .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.pc_side .swiper-slide {
      background-size: cover;
      background-position: center;
    }
.aboutsection .pc_side .gallery-top {
      height: 80%;
      width: 100%;
    }
.aboutsection .pc_side .gallery-thumbs {
      height: auto;
      box-sizing: border-box;
      padding: 10px 0;
    }
.aboutsection .pc_side  .gallery-thumbs .swiper-slide {
      width: 146px;
      height: auto;
     
    }
.aboutsection .pc_side  .gallery-thumbs .swiper-slide img{
        width:100%;
        margin:0 auto;
        
    }
.aboutsection .pc_side img{
        width:100%;
    }
.aboutsection .pc_side .gallery-thumbs .swiper-slide-thumb-active {
      border:1px solid #e2c575;
    }
.pc_side .swiper-pagination{display:none;}
.aboutsection .therelist ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.aboutsection .therelist ul li{display:inline-block;width:31.3333%;border:1px solid #cfc277;margin-top:30px;margin-bottom:10px;}
.aboutsection .therelist ul li img{max-width:100%;}
.aboutsection .therelist ul li p{text-align:center;font-size:16px;color:#4b4a48;margin:30px auto;}
.aboutsection .therelist ul li .boximg{
    overflow: hidden;
    position: relative;
   
}
.aboutsection .therelist ul li .boximg img{
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.aboutsection .therelist ul li:hover img{  
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutsection .twlist{overflow:hidden;position:relative;margin-top:20px;}
.aboutsection .twlist ul li a{display:flex;margin-bottom:20px;color:#484848;border-bottom:1px solid #cfc277;padding-bottom:20px;}
.aboutsection .twlist ul li a:hover{color:#d5c66b;}
.aboutsection .twlist ul li a .box-img{overflow:hidden;position:relative; height: auto;}
.aboutsection .twlist ul li a .box-img img{ 
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
    
}
.aboutsection .twlist ul li a .box-img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.aboutsection .twlist ul li a .date{position:absolute;right:0;top:0;width:30px;height:50px;background:#d5c66b;color:#fff;box-sizing:border-box;padding-top:5px;}
.aboutsection .twlist ul li a .date em{color:#fff;display:block;text-align:center;font-style:normal;}
.aboutsection .twlist .in_font{padding-left:30px;}
.aboutsection .twlist .in_font .in_title{font-size:16px;font-weight:bold;}

.aboutsection .twarclist ul{display:flex;justify-content:space-between;margin:30px auto;flex-wrap:wrap;}
.aboutsection .twarclist ul li{width:48%;margin-top:20px;position:relative;font-size:16px;color:#4b4a48;}
.aboutsection .twarclist ul li .boximg{overflow:hidden;position:relative;margin-bottom:20px;}
.aboutsection .twarclist ul li .boximg img{
    width:100%;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.aboutsection .twarclist ul li .boximg:hover img{
       -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.aboutsection .tsglist{display:flex;justify-content:space-between;flex-wrap:wrap;}

.aboutsection .tsglist .boximg{
    overflow:hidden;position:relative;margin-bottom:12px;
}
.contact .map img{max-width:100%;margin:50px auto auto auto}
.contact h3{font-size:20px;color:#814e21;margin-top:50px;margin-bottom:15px;}
.contact p{font-size:16px;color:#4b4a48;}
.contact font{font-size:18px;margin-top:20px;display:block;margin-bottom:10px;}
.contact span{display:block;font-size:16px;margin-left:30px;line-height:2;}
.contact .form-group{margin-bottom:0;margin-top:15px;}
.contact .form-control{height:44px;border-radius:0;}
.contact textarea{height:150px !important;}
.contact button{border:none;background:#af991c;color:#fff;width:118px;height:42px;font-size:20px;margin-top:30px;}

.aboutsection .about_nav ul li a i{
        float: right;
        font-size: 16px;
        color: #fff;
        display: block;
        line-height: 50px;
    }
.aboutsection .about_nav ul li .fa-angle-up{
        display: none;
    }
 .aboutsection .about_nav ul li dl{
       
        display: none;
        height: 100%;
        overflow: hidden;
    }
.aboutsection .about_nav ul li dl dd a{
    display: block;
    box-sizing: border-box;

}
.left-side-menu,.lsm-popup.lsm-sidebar ul li,.lsm-container.lsm-mini .lsm-sidebar>ul>li.lsm-sidebar-item>ul>li.lsm-sidebar-item>ul{background:#3b3e47}
.left-side-menu{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.left-side-menu{height:calc(100% - 80px);width:220px}
.lsm-expand-btn{height:65px}
.lsm-container{height:calc(100% - 65px);transition:all .3s;z-index:100}
.lsm-container li>a.active{background:#c55b03;color:#fff}
.lsm-sidebar a{display:block;overflow:hidden;padding-left:20px;line-height:40px;max-height:40px;color:#b2b8be;transition:all .3s}
.lsm-container ul:first-child>li>a,.lsm-container ul:first-child>li>a span{line-height:55px;max-height:55px}
.lsm-sidebar a span{margin-left:30px}.lsm-sidebar .lsm-sidebar-item .lsm-sidebar-item>ul>li a span{margin-left:60px}
.lsm-sidebar-item{position:relative}.lsm-sidebar-item.lsm-sidebar-show{border-bottom:none}
.lsm-sidebar-item ul{display:none;background:rgba(0,0,0,.1)}
.lsm-sidebar-item.lsm-sidebar-show ul{display:block}
.lsm-sidebar-item>a:before{content:"";position:absolute;left:0;width:2px;height:40px;background:#34a0ce;opacity:0;transition:all .3s}
.lsm-container ul:first-child>li.lsm-sidebar-item>a:before{height:55px}
.lsm-sidebar .lsm-sidebar-icon{font-size:20px;position:absolute;margin-left:-1px}
.icon_1::after{content:"\e62b"}.icon_2::after{content:"\e669"}
.icon_3::after{content:"\e61d"}.icon_3::after{content:"\e698"}
.lsm-sidebar-more{float:right;margin-right:20px;font-size:12px;transition:transform .3s}
.lsm-sidebar-more::after{content:"\e621"}.lsm-sidebar-show>a>i.my-icon.lsm-sidebar-more{transform:rotate(90deg)}
.lsm-sidebar-show,.lsm-sidebar-item>a:hover{color:#fff;background:rgba(0,0,0,.2)}
.lsm-sidebar-show>a:before,.lsm-sidebar-item>a:hover:before{opacity:1}
.lsm-sidebar-item li>a:hover,.lsm-popup>div>ul>li>a:hover{color:#fff;background:#6e809c}
.lsm-mini-btn{height:70px;width:70px}.lsm-mini-btn svg{margin:-10px 0 0 -10px}
.lsm-mini-btn input[type=checkbox]{display:none}
.lsm-mini-btn path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;--length: 24;--offset: -38;stroke-dasharray:var(--length) var(--total-length);stroke-dashoffset:var(--offset);transition:all .8s cubic-bezier(.645,.045,.355,1)}
.lsm-mini-btn circle{fill:#fff3;opacity:0}.lsm-mini-btn label{top:0;right:0}.lsm-mini-btn label:hover circle{opacity:1}
.lsm-mini-btn input:checked+svg .line--1,.lsm-mini-btn input:checked+svg .line--3{--length: 8.602325267}
.lsm-mini-btn .line--1,.lsm-mini-btn .line--3{--total-length: 126.38166809082031}
.lsm-mini-btn .line--2{--total-length: 80}
.lsm-mini-btn input:checked+svg .line--1,.lsm-mini-btn input:checked+svg .line--3{--offset: -109.1770175568}
.lsm-mini .lsm-container,.lsm-mini .lsm-container{width:60px}.lsm-container.lsm-mini .lsm-sidebar .lsm-sidebar-icon{}.left-side-menu.lsm-mini ul:first-child>li.lsm-sidebar-item>a span{display:none}
.left-side-menu.lsm-mini ul:first-child>li.lsm-sidebar-item>a>i.lsm-sidebar-more{margin-right:-20px}
.lsm-container.lsm-mini .lsm-sidebar>ul>li.lsm-sidebar-item>ul>li.lsm-sidebar-item>ul{display:none;position:absolute;top:0;left:180px;width:180px;z-index:99;bottom:0;top:0;overflow:hidden}
.left-side-menu.lsm-mini ul:first-child>li>ul{display:none}.transform{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.lsm-popup div{background:#05161f}
.lsm-popup{display:block;position:absolute;border:3px solid transparent}.lsm-popup>div>a>i.my-icon.lsm-sidebar-more{transform:rotate(90deg)}
.lsm-popup.second{left:60px}
.lsm-popup.third{left:243px}
.lsm-popup.third.lsm-sidebar>div>ul{display:block}
.lsm-popup div{border-radius:5px}
.lsm-popup .lsm-sidebar-icon{display:none}
.lsm-popup.lsm-sidebar a span{margin-left:0}
.lsm-popup.lsm-sidebar>div>ul>li.lsm-sidebar-item>ul{position:absolute;top:0;left:180px;width:180px;z-index:99}
.lsm-popup.lsm-sidebar ul{width:180px}.lsm-popup.lsm-sidebar ul li{width:180px}
.lsm-popup.lsm-sidebar ul li:last-child,.lsm-popup>div>ul>li:last-child>a{border-radius:0 0 5px 5px}


@media screen and (max-width:1680px) {
 
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1440px) {
  

}

@media screen and (max-width:1366px) {


}

@media screen and (max-width:1360px) {

}

@media screen and (max-width:1280px) {

}

@media screen and (max-width:1152px) {

}

@media screen and (max-width:1024px) {
    .main-box {
        width: 100%;
        padding: 0 15px;
    }
    

     
    .footer .foot {
			padding: 20px 0 15px 0;
		}
		.preview .swiper-container{
			max-width:870px;
		}
		.preview .swiper-slide{
			width:90%;
		}
		.preview .swiper-slide img{
			width:100%;
		}
		
}

@media screen and (max-width:768px) {
    .hide768{
        display: none;
    }
    .show768{
        display: block;
    }
    .header{
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 50px;
        padding: 0 15px;
        background-color: rgba(255,255,255,.8);
   /*      -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
        box-shadow: 0 3px 10px -1px rgba(0,0,0,.2); */
        z-index: 99999;
    }
    .header .logo{
        overflow: hidden;
        position: relative;
        padding: 10px 0;
        text-align: center;
		float:left;
    }
    .header .logo img{
        max-height: 30px;
    }
    .header .language-on{
        overflow: hidden;
        position: absolute;
        left: 15px;
        top: 0;
        padding: 17px 0 0 0;
        color: #333;
        z-index: 2;
    }
    .language-box ul{}
    .language-box ul li{
        display: block;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fff;
        list-style-type:none;
    }
    .language-box ul li a{
        display: block;
        overflow: hidden;
        padding:  20px  15px;
        color: #999;
        font-size: 16px;
        border-top: 1px solid #eee;
        background-color: #fff;
    }
    .header .menu-on{
        overflow: hidden;
        position: absolute;
        right: 15px;
        top: 0;
        padding: 17px 0 0 0;
        color: #333;
        z-index: 2;
    }
    .header .menu-on i{
        font-size: 20px;
        display: block;
    }
    .header .menu-on .fa-close{
        display: none;
    }
    .menu-box ul{
        overflow: hidden;
    }
    .menu-box ul li{
        display: block;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fff;
        list-style-type:none;
    }
    .menu-box ul li a{
        display: block;
        overflow: hidden;
        padding:  20px  15px;
        color: #999;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    .menu-box ul li a i{
        float: right;
        font-size: 16px;
        color: #333;
        display: block;
    }
    .menu-box ul li a .fa-angle-up{
        display: none;
    }
    .menu-box ul li dl{
        margin: 0 -15px;
        display: none;
    }
    .menu-box ul li dl dd{

    }
    .menu-box ul li dl dd a{
        padding:  15px  45px;
        background-color: #fafafa;;
    }
    .menu-box dl{
        overflow: hidden;
        margin: 0;
        padding: 15px 0;
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap;
        background-color: #fff;
    }
    .menu-box dl dd {
        display: block;
        overflow: hidden;
        padding: 15px;
        background-color: #fff;
        width: 50%;
        list-style-type: none;
        text-align: center;
    }
    .menu-box dl dd img{
        max-width: 100%;
        height: auto;
    }
	
	.center{padding:0 15px;}
   .banner{width:100%;}
   .banner img{width:100%;}
   .section1{margin-top:100px;}
    .section1 .bnews{width:100%;}
	.section2 .index_news{width:100%;}
	.section2 .index_news ul li a{display:block;text-align:center;margin-bottom:20px;}
	.section2 .index_news ul li a .box-img{width:145px;height:98px;margin:0 auto;}
	.section2 .in_font{padding-left:0px;margin-top:20px;}
	.section2 .index_huodong{width:100%;}
	.aboutsection{margin-top:70px;height:auto;}
    .aboutsection .downlist ul li{font-size: 14px;}
	.aboutsection .pc_side{width:100%;}
	

  
}

@media screen and (max-width:767px) {

     .ny_banner{margin-bottom:30px;}
    .menu-box ul li a,.language-box ul li a {
        padding: 10px 10px;
        font-size: 14px;
    }
    .menu-box dl{
        padding: 0 0  10px 0;
    }
    .menu-box dl dd{
        width: 100%;
        padding: 10px 10px 0 10px;
    }
    .menu-box dl dd img {
        max-height: 50px;
    }
	.center{padding:0 15px;}
   .banner{width:100%;}
   .banner img{width:100%;}
   .section1{margin-top:50px;}
    .section1 .bnews{width:100%;}
	.section2 .index_news{width:100%;}
	.section2 .index_news ul li a{display:block;text-align:center;margin-bottom:20px;}
	.section2 .index_news ul li a .box-img{width:145px;height:98px;margin:0 auto;}
	.section2 .in_font{padding-left:0px;margin-top:20px;}
	.section2 .index_huodong{width:100%;}
	.txt i{width:73%;}
	.aboutsection{margin-top:70px;height:auto;}
	.aboutsection .about_nav{width:100%;}
    .aboutsection .about_con{width:100%;margin-top:30px;}
	.ny_banner .borblock{top:10px;left:10px;}
	.ny_banner .borblock h3{margin-top:20px;font-size:20px;margin-left:10px;}
	.pull-left{
		float:none;
		margin:0 auto;
	}
	.pull-right{
		float:none;
		margin:0 auto;
	}
    .aboutsection .linklist ul li{width: 100%;}
   .aboutsection .ghlist ul li{width: 100%;}
   .aboutsection .ghlist ul li .sh_con{padding-left: 10px;width: 160px;}
    .aboutsection .sflist ul{display:block;}
    .aboutsection .sflist ul li a{margin:30px auto;display:block;float:none}
   .aboutsection .therelist ul li{width: 48%;}
   .aboutsection .pc_side{width:100%;}
   .aboutsection .pc_side .gallery-thumbs{display:none;}
    .pc_side{padding-bottom:30px;}
    .pc_side .swiper-pagination{display:block;bottom:-10px;}
    .pc_side .swiper-button-next, .swiper-button-prev{display:none;}
	.footer{background:#000;height:auto;padding-bottom:30px;}
	.footer .foot-c span{display:block;margin-bottom:5px;}
	.footer .foot-c em{display:none;}
	.aboutsection .tsglist img{display:block;width:100%;margin:0 auto;}
	.contact .map img{margin-top:0;}
	.myform .col-lg-6{margin-bottom:15px;}
	.contact .form-group{margin-top:0;margin-bottom:15px;}

}

@media screen and (max-width:414px) {


}

@media screen and (max-width:375px) {




}

@media screen and (max-width:360px) {
  

}

@media screen and (max-width:320px) {
  

}

@media only screen and (max-width:980px){
	
}
@media (max-width:480px){
	
}


