﻿@charset "utf-8";
/*全局初始化样式*/
body{ padding:0; margin:0 auto; font-size: 14px; line-height: 1.42857143;
 font-family:arial,Microsoft YaHei,'微软雅黑','宋体'; color: #333;
 width: 100%; min-width: 320px; zoom:1;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 
/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);
/*控制文本可选性*/
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.dl,.dl dd,.ul,.ul li{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;font-family: '微软雅黑';} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666460; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #e53024;}

/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}





.container{margin:0 auto;padding: 0 15px;}
.contain{margin:0 auto;padding: 0 15px;max-width: 1200px;}
.contain1{margin:0 auto;padding: 0 15px;}
@media screen and (min-width:1200px ){
    .container{width:100%;margin:0 auto; padding:0 30px;}
    .contain1{margin:0 auto; padding:0 50px;}
}
@media screen and (min-width:1230px ){
    .contain{margin:0 auto; padding:0 0;}
}
@media screen and (min-width:1366px ){
    .contain1{margin:0 auto; padding:0 80px;}
}
@media screen and (min-width:1600px ){
    .container{width:100%;margin:0 auto; padding:0 90px;}
    .contain1{margin:0 auto; padding:0 120px;}
}
@media screen and (min-width:1920px ){
    .contain1{margin:0 auto; padding:0 150px;}
}

/*全局样式*/




/*页面框架结构*/
.contain{} /*页面主体内容*/
.slidebar{} /*边侧菜单*/
.maincontent{} /*主要内容*/
.content{} /*内容*/
.txtbox,
.singlepage{ /*单片 设置文字两端对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
.current{ /*当前位置*/}


/*分页*/
.pages{}
/*分页*/


/*头部*/
/*top*/
/*头部*/
.Toplang{padding: 5px 15px; background: #ffffff;}
.Toplang a{ display:block; float: right; padding: 0 8px; margin-left: 10px;border:1px solid #28156e; color: #28156e; font-size: 12px; }


.header{background:#ffffff73;position: relative;height: 45px;}
.header.on{background: #fff;}
.header .logo{padding:0 0;float: left;}
.header .logo img{height: 40px;}
.header .navBtn{float: right;margin-top: 10px;}
.navBtn{height: 31px;width:35px;position: relative;}
.navBtn .span1{width: 35px;height: 3px;background: #28156e;display: inline-block;position:absolute;top: 5px;left: 0;transition: all 0.2s;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;-o-transition: all 0.2s;}
.navBtn .span2{width: 35px;height: 3px;background: #28156e;display: inline-block;position:absolute;top: 14px;left: 0;transition: all 0.2s;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;-o-transition: all 0.2s;}
.navBtn .span3{width: 35px;height: 3px;background: #28156e;display: inline-block;position:absolute;bottom: 5px;left: 0;transition: all 0.2s;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;-o-transition: all 0.2s;}

.header_menu_on .span2{display: none;}
.header_menu_on .span1{transform: rotate(45deg);top:14px;}
.header_menu_on .span3{transform: rotate(-45deg);top:14px;}

.mainnav{position: absolute;top:45px;right: 0;background: rgba(255,255,2525,1);width: 250px;display: none;z-index: 9;}
.mainnav .ul li a{display: block;height:45px;line-height: 45px;color:#333333;padding:0 15px;font-size: 16px;font-weight: bold;}
.mainnav .ul li dl{display: none;}
.mainnav .ul{font-size: 0;}

.Top_right .Search .Search_Box{border:1px solid #999999;margin:10px 15px;height: 35px;line-height: 35px;position: relative;padding-right: 50px;display: block;}
.Top_right .Search input{width: 100%;color:#333;line-height: 34px;padding:0 10px;}
.Top_right .Search .Search_Box a{display: inline-block;position: absolute;top: 0;right:0;width: 48px;background: url(../images/search.png) no-repeat center;border-left:1px solid #999999;height: 34px;}
.Top_middle{display: none;}

@media(min-width: 1024px){
    .header{height: 85px;}
    .mainnav{background: none;}
     .header .logo{float: left; margin-top: 10px;}
     .header .logo img{height: 65px;}
     .header{position: fixed;top:0;left: 0;width: 100%;z-index: 9;height: 85px;padding-bottom: 0;}
    .mainnav{position:static;display: block;width: auto;top: 0;float: right;width: auto;}
    .navBtn{display: none;}
    .mainnav .ul li{display: inline-block;padding:0px;height: 85px;margin-right: 15px;}
    .mainnav .ul li>a{color:#333;padding:0;height: 85px;line-height: 85px;padding:0 0;border-bottom:2px solid transparent;}
    .mainnav .ul li.onnav .navA{border-color: #28156e}
    .mainnav .ul li .navA:hover{border-color: #28156e}
    .mainnav .ul{padding-right: 0;text-align: center;float: left;}
    .Top_right{float: right;margin-top: 25px;margin-left:10px;}
    .Top_right .Search .Search_Box{display: none;}
    .Top_right .Search{width: 30px;height: 33px;background: url(../images/search.png) no-repeat center;float: left;}
    .top_link{float: left;display: inline-block;}
    .top_link .bdshare-button-style0-32 .bds_linkedin{margin:0;margin-top:3px;margin-left: 10px;margin-right: 2px;}

    .Top_right .Search{position: relative;cursor: pointer;}
    .Top_right .dz{float: left;margin:0;padding:0;position: relative;top: -2.5px;}
    .Top_right .Search .Search_Box{width:200px;right: 0;top: 33px;display: none;background:#fff;position: absolute;border-color: #7f7f7f;margin:0;}
    .Top_right .Search .Search_Box a{border-color: #7f7f7f;width: 40px;background: url(../images/search.png) no-repeat center;}
    .Top_right .Search .Search_Box input{color:#333;}
    
    .slide_box{position: absolute;top: 85px;left: 0;width: 100%;height:70px;background: rgba(47,59,147,0.8);display: none}
    .mainnav .ul li dl dd{display: block;;margin:0;margin-right: 20px; float: left;}
    .mainnav .ul li dl dd a{color:#fff;height: 70px;line-height: 70px;padding: 0;}
  
    .mainnav .ul li dl dd a:hover{color:#db261d;}
    .mainnav .ul li dl{display: block;margin:0;}
    .Toplang{display: none;}
    .Top_middle{float: left;display: block;color:#333333;margin-top: 25px;border-left: 1px solid #a6a6a6;height: 30px;line-height: 30px;padding-left: 8px;margin-left: 14px;}
    .Top_middle a{color:#333333;font-size: 14px;}
    .mainnav .ul li:last-child{margin-right: 0;}

    .mainnav .ul li#nav2 dl{ padding-left: 42.5%;}
    .mainnav .ul li#nav3 dl{ padding-left: 50%;}
    .mainnav .ul li#nav4 dl{ padding-left: 54.5%;}
    .mainnav .ul li#nav5 dl{ padding-left: 60%;}
    .mainnav .ul li#nav6 dl{ padding-left: 73.8%;}
    .mainnav .ul li#nav7 dl{ padding-left: 83.5%;}

}
@media(max-width: 1366px){
    .mainnav .ul li#nav2 dl{ padding-left: 34%;}
    .mainnav .ul li#nav3 dl{ padding-left: 42.5%;}
    .mainnav .ul li#nav4 dl{ padding-left: 48%;}
    .mainnav .ul li#nav5 dl{ padding-left: 52%;}
    .mainnav .ul li#nav6 dl{ padding-left: 69.5%;}
    .mainnav .ul li#nav7 dl{ padding-left: 81.5%;}
}
@media(min-width: 1200px){
  .mainnav .ul li{margin-right: 45px;}
}
@media(min-width: 1600px){
  .mainnav .ul li{margin-right:50px;}
}
@media(min-width: 1920px){
  .mainnav .ul li{margin-right:75px;}
}

/*头部*/


/*底部*/
.bottom{}
/*底部*/



.HomeBan{width: 100%;}
.HomeBan .swiper-slide{position:relative;}
.HomeBan .swiper-slide .Box{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);text-align: center;background: rgba(0,0,0,0.4);padding:20px 15px;width: auto;display: block;width:80%;left: 150%;
 transition: all 0.8s;
-moz-transition: all 0.8s; 
-webkit-transition: all 0.8s; 
-o-transition: all 0.8s;opacity: 0;}
.HomeBan .swiper-slide.swiper-slide-active .Box{left: 50%;opacity: 1}
.HomeBan .swiper-slide .Box .h3{color:#fff;font-size: 20px;}
.HomeBan .swiper-slide .Box .p{color:#fff;font-size:16px;}
.HomeBan .swiper-slide .Box .i{width: 70px;height: 2px;background: #fff;margin:10px auto;}
.HomeBan .swiper-slide .Box1{position: absolute;bottom: 0;left: 0;display: none;background:rgba(0,0,0,0.4);padding-bottom: 55px;color:#fff;padding-left: 15px;padding-right: 175px;padding-top:25px;
  transition: all 0.8s;
-moz-transition: all 0.8s; 
-webkit-transition: all 0.8s; 
-o-transition: all 0.8s;opacity: 0;left: -100%;
}
.HomeBan .swiper-slide.swiper-slide-active .Box1{left: 0%;opacity: 1}

.HomeBan .swiper-pagination{position: absolute;bottom: 25px;left: 15px;text-align: left;}
.HomeBan .swiper-pagination-clickable .swiper-pagination-bullet{width: 10px;height: 10px;border-radius: 0;opacity: 1;background: #cccccc;margin:0 10px 0 0;}
.HomeBan .swiper-pagination-clickable .swiper-pagination-bullet-active{background: #db261d;}
.HomeBan{border-bottom: 1px solid #db261d;}
.HomeBan .swiper-slide .Box1 .h3{font-size: 16px;padding-bottom: 5px;}
.HomeBan .swiper-slide .Box1 .p{color:#ccc;}
.HomeBan .swiper-slide .Box1 .time{position: absolute;top: 31px;right: 77px;}
.HomeBan .swiper-slide .Box1 .date{color:#ccc;font-size: 30px;line-height: 25px;}
.HomeBan .swiper-slide .Box1 .mouth{color:#ccc;font-size: 16px;width: 28px;height: 28px;background: url(../images/xiel.png) no-repeat;padding-top: 13px;padding-left: 19px;margin-left: 10px;margin-top: -5px;}
.HomeBan .swiper-slide .Box1 .year{position: absolute;top: 14px;right: -38px;color:#ccc;font-size: 12px;}
.HomeBan img{width: 100%;}
.Home_floor .left .h3{color:#333333;font-size: 29px;font-weight: bold;}
.Home_floor .left .h4{color:#333333;font-size: 13px;text-transform: uppercase;}
.Home_floor .left .p{color: #333333;line-height: 24px;margin-top: 20px;}
.Home_floor{padding:50px 0;}
.Home_floor .right li{float: left;width: 50%;}
.Home_floor .right li img{width: 100%;}
.Home_floor .left .more a{display: inline-block;height: 40px;line-height: 40px;color:#333333;font-size: 14px;border:1px solid #959595;padding:0 82px 0 25px;background: url(../images/more.png) no-repeat 100px center;margin-top: 25px;}
.Home_floor .left{margin-bottom: 35px;}
.Home_floor .right li{
    position: relative;
}
.Home_floor .right  li img{
    transition: all 0.6s;
   -moz-transition:  all 0.6s;
   -webkit-transition:  all 0.6s;
   -o-transition:  all 0.6s;
}
.Home_floor .right .Box{
   padding:80px 0 0 8px;position: absolute;top: 0;left: 0;
   color:#fff;font-size: 20px;
   /*transition: all 0.6s;
   -moz-transition:  all 0.6s; 
   -webkit-transition:  all 0.6s;
   -o-transition:  all 0.6s;*/
}
.Home_floor .right .Box .enh3{text-transform: uppercase;font-weight: bold;}
.Home_floor .right .Box .more a{width: 85px;height: 35px;line-height: 35px;text-align: center;color:#fff;border:1px solid #fff;display: inline-block;font-size: 12px;margin-top: 35px;}

.Home_floor .right .Box .more1{position:relative;height: 0;width: 110px; overflow: hidden;margin-top: 35px;
}
.Home_floor .right .Box .more1 a{width: 105px;height: 40px;line-height: 38px;text-align: center;color:#fff;border:2px solid #fff;display: inline-block;font-size: 12px;position: absolute;top: 0;left: 0;
   
 }

.Home_floor .left .i{width: 1px;height: 100px;background: #868686;margin-top: 20px;}
.Home_floor{background: url(../images/homebg.png) #fcfcfc no-repeat bottom center;}
.Home_floor{padding-bottom: 75px;}
@media screen and (min-width:480px ){
  .Home_floor .right .Box{padding-left: 25px;font-size: 30px;  }
   
}

@media screen and (min-width:640px ){
   .HomeBan .swiper-slide .Box{width: 60%;}

}
@media screen and (min-width:768px ){
   .HomeBan .swiper-slide .Box .h3{color:#fff;font-size: 30px;}
   .HomeBan .swiper-slide .Box .p{color:#fff;font-size:20px;}
   .Home_floor{padding:90px 0 75px;}
   
}

@media screen and (min-width:1024px ){
   .HomeBan .swiper-slide .Box {display: block;width: 60%;max-width: 1000px;margin-top: 20px;padding:35px 15px;}
   .HomeBan .swiper-slide .Box1 {display: block;}
   .HomeBan .swiper-slide .Box .h3{color:#fff;font-size: 35px;}
   .HomeBan .swiper-slide .Box .p{color:#fff;font-size:23px;}
   .Home_floor .left{width: 30%;float: left;}
   .Home_floor .right{width: 67%;float: right;}
   .Home_floor .right li{width: 25%;}
   .Home_floor .left .h3{font-size: 30px;}
   .Home_floor .left .h4{font-size: 13px;}
   .Home_floor .right .Box{font-size: 19px;}
   
   .Home_floor .right  li{height: 580px;overflow:hidden;}
   .Home_floor .right  li img{position:absolute;top: 0;left:-40px;max-width:none;width: auto;}
   .Home_floor .left .i{height: 185px;}
   .Home_floor .right{position: relative;height: 580px;overflow:hidden;}
   .Home_floor .right li{width: 34%;}
   .Home_floor .right li.li1{position: absolute;top: 0;left: 0;}
   .Home_floor .right li.li2{position: absolute;top: 0;left: 25%;}
   .Home_floor .right li.li3{position: absolute;top: 0;left: 50%;}
   .Home_floor .right li.li4{position: absolute;top: 0;left: 75%;}

   .Home_floor .right li:hover img{left: 0;}
   .Home_floor .right li:hover .Box{padding-top:400px; }
   .Home_floor .right li:hover .Box .more1{height: 40px;}
   .Home_floor .right li:hover .Box .more{display: none;}


}

@media screen and (min-width:1200px ){
    .HomeBan .swiper-pagination{left:30px;}
    .HomeBan .swiper-slide .Box1{padding-left: 30px;}
    .HomeBan .swiper-slide .Box .h3{color:#fff;font-size:45px;}
    .HomeBan .swiper-slide .Box .p{color:#fff;font-size:30px;}
    .Home_floor .right{position: relative;height: 630px;}
    .Home_floor .right li{height: 630px;}
   
}
@media screen and (min-width:1440px ){
   .Home_floor .left .h3{font-size: 36px;}
   .Home_floor .left .h4{font-size: 16px;}
   .Home_floor .right .Box{font-size: 25px;}
   .Home_floor .left .more a{margin-top: 40px;}
}

@media screen and (min-width:1600px ){
    .HomeBan .swiper-pagination{left:90px;}
    .HomeBan .swiper-slide .Box1{padding-left: 90px;}
    .HomeBan .swiper-slide .Box .h3{font-size: 72px;}
    .HomeBan .swiper-slide .Box .p{font-size: 36px;}
    .Home_floor .left{width: 28%;}
    .Home_floor .right{width: 70%;}
    .Home_floor .right .Box{font-size: 30px;padding-left:30px;}
    .Home_floor .right  li img{position:absolute;top: 0;left:0;max-width:none;width: auto;}
}
@media screen and (min-width:1920px ){
   .Home_floor .left .i{height: 180px;}
}

.footer{background: #272a2f;}
.footer_bottom{background: #1a1b1d;}
.footer .bdshare-button-style0-24 .bds_weixin{width: 22px;height: 22px;background: url(../images/bottom_02.jpg) no-repeat center;}
.footer .bdshare-button-style0-24 .bds_tsina{width: 22px;height: 22px;background: url(../images/bottom_03.jpg) no-repeat center;}
.footer .bdshare-button-style0-24 .bds_fbook{width: 22px;height: 22px;background: url(../images/bottom_05.jpg) no-repeat center;}
.footer .bdshare-button-style0-24 .bds_twi{width: 22px;height: 22px;background: url(../images/bottom_06.jpg) no-repeat center;}
.footer_top{padding:40px 0;}
.footer_top .icon{padding:20px 0 15px;}
.footer_top .icon_right{padding-left: 30px;background: url(../images/bottom_04.jpg) no-repeat left center;color:#cccccc;font-size: 16px;line-height: 24px;float: left;margin-top:6px;}
.footer_top .icon_left{float: left;}
.footer_top .er .p{float: left;color:#cccccc;font-size: 12px;text-align: center;padding-right: 40px;}
.footer_top .er .p .span{padding-top: 10px;}
.footer_top .er{padding-bottom:20px;}
.footer_top .middle a{display: inline-block;width: 95px;height: 48px;line-height: 48px;text-align: center;color:#fff;border:1px solid #66676a;border-radius:8px;margin-bottom: 20px;margin-right: 20px;}
.footer_top .middlem .h3{color:#fff;padding-left: 34px;height: 30px;line-height: 30px;background: url(../images/xingj.png) no-repeat left center;margin-bottom: 20px;}
.footer_top .middlem .more a{display: inline-block;width: 94px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid #5a5c5f;text-align: center;margin-bottom: 20px;margin-right: 25px;}
.footer_top  .right dd{padding-left: 0;margin-left: 0;}
.footer_top  .right dt{color:#fff;font-size: 13px;padding-bottom: 10px;border-bottom: 1px solid #686a6e;margin-bottom: 10px;}
.footer_top  .right dd a{color:#999;line-height: 30px;display: inline-block;}
.footer_top  .right dl{float: left;width: 30%;margin-right: 3%;}
.footer_bottom{padding:20px 0;text-align: center;color:#999999;font-size: 12px;}
.footer_bottom a{color:#999999;}
.footer_top .middle a:hover{color:#db261d;border-color:#db261d;}
.footer_top .middlem .more a:hover{color:#db261d;border-color:#db261d;}
.footer_top .right dd a:hover{color:#db261d;border-color:#db261d;}
.footer_bottom a:hover{color:#db261d;border-color:#db261d;}
.footer_top .middle a:hover{color:#db261d;border-color:#db261d;}
.Home_floor .right .Box .more a:hover{color:#28156e;border-color:#28156e;}
.Home_floor .left .more a:hover{color:#28156e;border-color:#28156e;}


@media screen and (min-width:768px ){
    .footer_bottom .left{float: left;}
    .footer_bottom .right{float: right;}
    .footer_top .left{width: 50%;float: left;}
    .footer_top .Box{width: 50%;float: left;}
}
@media screen and (min-width:900px ){
    .footer_top .right{float: right;width: 100%;}
}
@media screen and (min-width:1200px ){
    .footer_top .left{float: left;width: 27%;}
    .footer_top .Box{float: left;width: 45%;}
    .footer_top .Box .middle{float: left;width: 48%;}
    .footer_top .Box .middlem{float: right;width: 48%;}
    .footer_top .right{float: left;width: 28%;text-align: right;}
    .footer_top .right dl{margin-left: 3%;margin-right: 0;}
}
@media screen and (min-width:1440px ){
    .footer_top .right dl{width: 23%;margin-left: 10%;}
}
@media screen and (min-width:1920px ){
   .footer_top .Box .middle{width: 40%}
   .footer_top .left{width: 28%}
   .footer_top .Box{width: 37%}
   .footer_top .right{width:35%; }
   .footer_top .right dl{width: 20%;margin-left: 13%;}
   .footer_top .Box .middlem{width: 40%;}
}

.banner .img2{display: none;}
.banner  img{width: 100%;}
.currentDiv{padding-left: 30px;background: url(../images/home.png) no-repeat left center;color:#dadada;font-size: 12px;}
.currentDiv a{color:#dadada;font-size: 12px;}
.currentDiv a:hover{color:#db261d;}
.current{position: relative;}
.currentBox{height: 55px;line-height: 55px;background:url(../images/bg.png);position: absolute;top: -55px;z-index: 8;width: 100%;}
.slidebar{margin:40px 0;}
.Aboutbg{background: url(../images/aboutbg.png) repeat-x bottom center;}
.Aboutbg .Content{
animation: myfirst 2s linear 0.5s 1 alternate forwards;
/* Firefox: */
-moz-animation: myfirst 2s linear 0.5s 1 alternate forwards;
/* Safari 和 Chrome: */
-webkit-animation: myfirst 2s linear 0.5s 1 alternate forwards;
/* Opera: */
-o-animation: myfirst 2s linear 0.5s 1 alternate forwards; 
margin-top: 50px;opacity: 0;
}
@keyframes myfirst
{
0%   {margin-top: 50px;opacity: 0;}
100% {margin-top: 0px;opacity: 1;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {margin-top: 50px;opacity: 0;}
100% {margin-top: 0px;opacity: 1;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0%   {margin-top: 50px;opacity: 0;}
100% {margin-top: 0px;opacity: 1;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {margin-top: 50px;opacity: 0;}
100% {margin-top: 0px;opacity: 1;}
}

.menu .ul{white-space: nowrap;overflow-x: auto;}
.menu .ul li{display: inline-block;width: 150px;margin-right: 10px;}
.menu .ul li a{display: inline-block;width: 150px;display: inline-block;color:#333333;font-size: 16px;height: 42px;text-align: center;background: #e4e4e4;line-height: 42px;}
.menu .ul li.onmenu a{background: #db261d;color:#fff;}
.menu .ul li:last-child{margin-right: 0;}

.About .h3{color:#dadada;font-size: 30px;text-transform: uppercase;font-weight: bold;}
.About .h4{color:#333333;font-size: 24px;font-weight: bold;}
.About .p{color:#333333;font-size: 14px;line-height: 24px;text-indent: 28px;padding-bottom: 20px;}
.About .Box{padding:30px 30px 1px 30px;background: #f7f7f7;margin-bottom: 30px;}
.About .Box .ul li{padding-left: 24px;background: url(../images/ling.png) no-repeat left 5px;font-size: 14px;color:#333;margin-bottom: 30px;line-height: 20px;}
.About{padding-bottom: 80px;}
.OrganizaStructrure .Content{padding:40px 0 100px;}

.Honour_list1 .ul li.li1{width: 32.2%;float: left;margin-right: 3.7%;}
.Honour_list1 .ul li.li2{width:64%;float: left;margin-right: 0 !important;}
.Honour_list1 .ul li img{width: 100%;border:1px solid #cccccc;}
.Honour_list1 .ul{padding:0 2%;}
.Honour_list1 .ul li{margin-bottom: 35px;}

.Honour_list li img{width: 100%;border:1px solid #cccccc;}
.Honour_list {padding:0 2%;}
.Honour_list li{width: 49%;float: left;margin-bottom: 35px;margin-right: 2%;list-style:none;}
.Honour_list li:nth-child(2n){margin-right: 0;}

@media screen and (min-width:640px ){
   .About .Box .ul li{width: 50%;float: left;}
   .About .h3{font-size: 60px;line-height: 60px;}
}
@media screen and (min-width:768px ){
   .Honour_list  li{width: 32%;marin-right: 2%;}
   .Honour_list li:nth-child(2n){margin-right: 2%;}
   .Honour_list li:nth-child(3n){margin-right: 0;}
}

@media screen and (min-width:1024px ){
  .banner .img2{display: block;}
  .banner .img1{display: none;}
  .About .Box .ul li{width: 25%;float: left;}
}
.History{padding-bottom: 100px;}
.History .bx-wrapper{max-width: none !important;}
.History .bx-wrapper .bx-viewport{box-shadow:none;background: none;border:0; height: auto!important;}
.History .Historyslider5 .h3{color:#333333;font-size: 18px;font-weight: bold;line-height: 30px;padding:5px 0 10px;}
.History .Historyslider5 .p{color:#666666;font-size: 14px;line-height: 24px;padding-bottom: 0;}
.History .Historyslider5 .time{font-size: 48px;color:#333333;font-weight: bold;}
.History .Historyslider5 .time .span{color:#999999;font-size: 30px;font-weight: 400;padding-left: 10px;}
.History .Historyslider5 dd{margin-left: 0;}
.History .Historyslider5 dt{margin-bottom: 10px;}
.Historyslider5{ position: relative;}
.Historyslider5 .slide{ position: relative;padding-left: 0;background: url(../images/shu.jpg) repeat-y 315px center;}
/*.Historyslider5:before{position: absolute; content:' '; top: -40px;left: 306px;width: 28px;height: 32px;background: url(../images/shang.png);margin-top: 0;}*/

.History .tab a{display: inline-block;width: 80px;height: 80px;text-align: center;line-height: 80px;background: url(../images/yuanq.png); background-size: 100% 100%;font-size: 18px;margin-right: 15px;cursor: pointer;}
.History .tab{white-space: nowrap;overflow-x: auto;}
.History .tab_Box .Box {position: relative;}
.History  .bx-wrapper .bx-controls-direction .bx-next{position: absolute;top: -40px;left: 0;width: 28px;height: 32px;background: url(../images/shang.png);margin-top: 0;}
.History .tab_Box{margin-top: 90px;position: relative;}
.History .tab_Box .Box .bx-wrapper{padding-left: 0;background: url(../images/shu.jpg) repeat-y 9px center;}
.History .tab_Box dl{margin:0;}
.History .tab_Box .i{width: 34px;height: 34px;background: url(../images/hyuan.png); position: absolute;top: 0;left: 2px;}
.History .Historyslider5 dt{padding-left: 40px;}
.History .Historyslider5 dd{padding-left: 40px;}
.History .bx-controls .bx-pager{display: none;}
/*.History .tab_Box .Box{opacity: 0;}*/
/*.History .tab_Box .Box:first-child{opacity: 1}*/
.History .tab a.on{color:#e53024;}
.History .tab_Box .Box{width: 100%;transition: all 1s;
-moz-transition:  all 1s; 
-webkit-transition:  all 1s;
-o-transition:  all 1s;}
.History .Historyslider5 dl dd{padding-bottom: 45px;}


@media screen and (max-width:1024px){
    .Historyslider5 .slide{    background: url(../images/shu.jpg) repeat-y 15px center;}
}



.News_list_top .h3  a{color:#333333;font-size: 16px;font-weight: bold;line-height: 24px;}
.News_list_top .h3{padding:20px 0 10px;}
.News_list_top .time{color:#999999;font-size: 14px;padding-bottom: 15px;}
.News_list_top .i{width: 35px;height: 1px;background: #b5b5b5;margin-bottom: 20px;}
.News_list_top .p{color:#999999;line-height: 24px;margin-bottom: 25px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.News_list_top .more a{display: block;width: 145px;height: 30px;line-height: 30px;text-align: center;color:#666;border:1px solid #b5b5b5;margin-bottom: 10px;}
.News_list_top{padding:10px;background: #f4f4f4;margin-bottom: 30px;}
.News_list_top img{width: 100%;}
.News_list .ul li{width: 100%;}
.News_list .ul li a{display: block;padding:10px;background: #f4f4f4;}
.News_list .ul li img{width: 100%;}
.News_list .ul li .time{color:#000000;font-size: 30px;text-align: center;font-weight: bold;padding:22px 0;}
.News_list .ul li .i{width: 50px;height: 1px;background: #cccccc;margin:0 auto 23px;}
.News_list .ul li .h3{color:#333333;font-size: 16px;line-height: 24px;padding-bottom: 3px;}
.News_list .ul li .p{color:#999999;line-height: 24px;margin-bottom: 20px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.News_list .ul li{margin-bottom: 30px;}

.News1_list_top{padding:10px;background: #f4f4f4;margin-bottom: 15px;}
.News1_list_top .h3  a{color:#333333;font-size: 16px;font-weight: bold;line-height: 24px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.News1_list_top .h3{padding:20px 0 10px;}
.News1_list_top .time{color:#999999;font-size: 14px;padding-bottom: 12px;}

.News1_list_top .p{color:#999999;line-height: 24px;margin-bottom: 25px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.News1_list li a{height: 45px;line-height: 45px;color:#333333;font-size: 16px;border-bottom:1px solid #e8e8e8;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.News1_list_top .h3 a:hover{color:#db261d;}
.News1_list  img {transition: all 0.6s;-moz-transition:  all 0.6s;-webkit-transition:  all 0.6s;-o-transition:  all 0.6s;width: 100%;}
.News1_list_top .left{overflow: hidden;}
.News1_list_top .left:hover img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1); }
.News1_list .ul a:hover{color:#db261d;}
.News1_list_top .h3 a{display: block;}


.News_list_top .h3 a:hover{color:#db261d;}
.News_list_top .more a:hover{color:#db261d;border-color:#db261d;}
.News_list .ul li a:hover .h3{color:#db261d;}
.News_list_top .left{overflow: hidden;}
.News_list  img {transition: all 0.6s;-moz-transition:  all 0.6s;-webkit-transition:  all 0.6s;-o-transition:  all 0.6s;}
.News_list_top .left:hover img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1); }
.News_list .ul li .img{overflow: hidden;}
.News_list .ul li a:hover  img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1); }

.News_info{padding-top: 10px;}
.News_info .h3{color:#333333;font-size: 24px;text-align: center;font-weight: bold;padding-bottom: 20px;}
.News_info .time{color:#999999;font-size: 13px;text-align: center;padding-bottom: 20px;border-bottom:1px dashed #cccccc;}
.Fy a{color:#999999;font-size: 14px;display: inline-block;margin-bottom: 5px;}
.News_info .back a{display: inline-block;width: 148px;height: 44px;line-height:40px;text-align: center;color:#666666;border:2px solid #e53024;border-radius: 20px;}
.News_info .back a:hover{color: #db261d;}
.News_info{padding-bottom: 120px;}
.News_info .cont{padding-bottom: 40px;padding-top: 30px;}
.News_info .p{color:#666666;font-size: 14px;line-height: 24px;padding-top: 15px;}
.News1_list .ul a .time{display: none;}

.Case_list li{width: 100%;margin-right: 0%;float: left;margin-bottom: 40px;background: #626262;}
.Case_list li:nth-child(2n){margin-right: 0%;}
.Case_list li img{width: 100%;}
.Case_list li .h3{font-size: 16px;color:#fff;font-weight: bold;line-height: 60px;padding:0 15px;height: 60px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;padding-right: 45px;position: relative;}
.Case_list li .span{position: absolute;top: 15px;right: 15px;width: 28px;height: 28px;background: url(../images/yright.png) no-repeat center;}
.Case_list .img{overflow: hidden;}
.Case_list  img {transition: all 0.6s;-moz-transition:  all 0.6s;-webkit-transition:  all 0.6s;-o-transition:  all 0.6s;}
.Case_list li:hover img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1); }

.Culture_list .ul1 li a{height: auto;line-height: auto;line-height: 22px;}
.Culture_list .ul1{list-style: none;padding:0;}
.Culture_list li .left{display: none;}
.Culture_list li .h3{color:#333;font-size: 16px;font-weight: bold;margin-bottom: 8px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.Culture_list li a{display: block;padding:25px 0;}
.Culture_list li .p{color:#666666;line-height: 24px;font-size: 14px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;    white-space: normal;}
.Culture_list li:hover .h3{color:#db261d;}
.News_info .p1{color:#666;text-indent: 28px;padding-bottom: 25px;line-height: 24px;}

@media screen and (min-width:480px){
  .Case_list li{width: 48%;margin-right: 4%;float: left;margin-bottom: 40px;background: #626262;}
}

.cultrue .right .rleft{color:#000000;font-size: 30px;}
.cultrue .right .rright{color:#666666;font-size: 16px;line-height: 30px;}
.cultrue .right .ul li{margin-bottom: 20px;}
.cultrue{padding-bottom: 160px;}
.cultrue .right {background: url(../images/bgyuan.png) no-repeat right top;}
.News1_list .ul .News1_list_top a{padding-right: 0;display: block;}


@media screen and (min-width:640px){
    .History .tab_Box  .slide .img{float: left;width: 17%;}
    .History .tab_Box  .slide .box{float: right;width: 80%;}
    .News_list .ul li{width: 49%;margin-right: 2%;float: left;}
    .News_list .ul li:nth-child(2n){margin-right: 0;}
    .News1_list .ul a{padding-right: 90px;position: relative;}
    .News1_list .ul a .time{position: absolute;top: 0;right: 0;color:#999999;font-size: 12px;display: block;}
    .Culture_list li a{padding-left: 120px;position: relative;}
    .Culture_list li .left{position: absolute;top: 25px;left: 15px;display: block;width: 85px;background: #eee;text-align: center;}
    .Culture_list li .left .time1{background: #6e4029;height: 25px;line-height: 25px;color:#fff;font-size: 12px;}
    .Culture_list li .left .time2{height: 60px;line-height: 60px;color:#b4694c;font-size: 35px;font-weight: bold;}
    .Culture_list li .h3{padding-top: 5px;}


    
    .cultrue .right .rright{padding-top: 10px;}
    .cultrue .right .ul li{margin-bottom: 24px;}


}

@media screen and (min-width:768px){
    .News_list_top .left{float: left;width: 30%;}
    .News_list_top .right{float: right;width: 68%;}
    .News_list_top .h3{padding-top: 8px;}

    .News1_list_top .left{float: left;width: 30%;}
    .News1_list_top .right{float: right;width: 68%;}
    .News1_list_top .p{margin-bottom: 0;}

   .cultrue .left{width: 43%;float: left;}
    .cultrue .right{float: right;width: 55%;padding-top: 3%;}

    .cultrue .right .rleft{float: left;width: 30%;text-align: right;}
    .cultrue .right .rright{float: right;width: 65%;text-align: left;}

    
}

@media screen and (min-width:1024px){
    .History .tab a{display: inline-block;width: 114px;height: 114px;text-align: center;line-height: 114px;margin-right: 55px;}
    .History .Historyslider5 dt{padding-left:45px;position: absolute;top: -10px;left: 0;}
    .History .Historyslider5 dd{padding-left:365px;}
    .History .tab_Box .Box .bx-wrapper{padding-left: 0;background: url(../images/shu.jpg) repeat-y 310px center;}
    .History  .bx-wrapper .bx-controls-direction .bx-next{left:301px;}
    .History .tab_Box .i{left: 303px;}
    .History .Historyslider5 dl{padding-top: 17px;}

    .News_list_top .right{float: right;width: 67%;}
    .News_list .ul li{width: 32%;margin-right: 2%;}
    .News_list .ul li:nth-child(2n){margin-right: 2%;}
    .News_list .ul li:nth-child(3n){margin-right: 0%;}

    .News1_list_top .left{float: left;width: 15%;}
    .News1_list_top .right{float: right;width:82%;}
    .News1_list_top .h3{padding-top: 5px;}

    .Case_list .ul li{width: 31%;margin-right: 3.5%;}
    .Case_list .ul li:nth-child(2n){margin-right: 3.5%;}
    .Case_list .ul li:nth-child(3n){margin-right: 0%;}

    .cultrue .right .rleft{float: left;width:27%;text-align: right;}
    .cultrue .right .rright{float: right;width: 70%;text-align: left;}

    


}



@media screen and (min-width:768px){
  .News_info .cont{padding:30px 15px 40px;}
}
/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:20px 0 120px;}
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999;background: #FFF;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#616161; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin-left:-1px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ padding:0; width:44px; background:url(../images/btn_01.jpg) no-repeat center center; overflow:hidden; line-height:1000px; height:38px;}
.Page002046 .Pages .a_next{ background-image:url(../images/btn_02.jpg);}

.Page002046 .Pages .a_first,.Page002046 .Pages .a_end{width: 80px}
.Page002046 .Pages .a_next:hover{background-image:url(../images/btn_t1.jpg);}
.Page002046 .Pages .a_prev:hover{background-image:url(../images/btn_t.jpg);}


@media(max-width:640px){
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end{ display:none;}

}
@media(max-width:480px){
.Page002046 .Pages em{display: none;}
}
@media(max-width:480px){
.Page002046 .Pages a{padding:0 5px; }
}

.Sociaty1 .h3{font-size: 18px;line-height: 30px;}
.Sociaty1 .p{color:#666666;font-size: 16px;line-height: 24px;padding:30px 0;}
.Sociaty1 .swiper-pagination {display: none;}
.Sociaty1 #certify .swiper-button-prev{width: 31px;height: 56px;background: url(../images/left.png) no-repeat center;margin-top: -28px !important;}
.Sociaty1 #certify .swiper-button-next{width: 31px;height: 56px;background: url(../images/right.png) no-repeat center;margin-top: -28px !important;}

.Sociaty1 #certify .swiper-container{padding: 30px 0}
.Sociaty1{padding-bottom: 140px;padding-top: 20px;}
.Sociaty1 #certify .swiper-slide{position: relative;}
.Sociaty1 #certify img{vertical-align: middle;}
.Sociaty1 #certify .Box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}
.Sociaty1 #certify .Box .h3{color:#fff;font-size: 18px;position: absolute;
bottom:0;left: 0;width: 100%;padding:15px 2%;background: rgba(0,0,0,0.7)}
.Sociaty1 #certify .Box .i{position: absolute;top: 50%;left: 50%;width: 83px;height: 82px;margin-top: -41px;margin-left: -41.5px;background: url(../images/bo.png) no-repeat center;}


.Sociaty1 #certify .swiper-slide em{ background-size: cover; background-position: center center; padding-bottom: 65%; display: block;}
.Sociaty1 #certify .swiper-slide figure{ position: relative;}
.Sociaty1 #certify .swiper-slide .txt{ position: absolute; bottom: -2px; left: 0; width: 100%; padding: 15px 2%; background: rgba(0,0,0,0.7);}
.Sociaty1 #certify .swiper-slide .txt h2{ margin: 0;color: #fff; font-size: 18px; font-weight: normal;}

.Sociaty1 #certify .swiper-slide figure .a_play{position: absolute;top: 50%;left: 50%;width: 83px;height: 82px;margin-top: -41px;margin-left: -41.5px;background: url(../images/bo.png) no-repeat center;}
.Sociaty1 #certify .swiper-slide .video_files{ position: absolute; width: 100%; height: 100%;}
.Sociaty1 #certify .swiper-slide .video_files video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 7;background: #000;}
.Sociaty1 #certify .swiper-slide .video_files iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 7;}



.Sociaty2_list li .h3{padding-right: 0;padding-left: 0;line-height: 30px;height: auto;margin:20px 0 5px;}
.Sociaty2_list li .Box{padding:0 25px;}
.Sociaty2_list li .time{color:#cccccc;font-size: 12px;}
.Sociaty2_list li .p{color:#fff;line-height: 26px;margin:5px 0 25px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.Sociaty2_list li:hover .h3{color:#db261d;}




.columnname{font-size: 36px;font-weight: bold;text-align: center;}
.columnname .i{width: 44px;height: 2px;background: #e53024;margin:15px auto;margin-bottom: 50px;}
.Contact_top{padding:30px 10px 15px 20px;border:1px solid #dcdcdc;margin-bottom: 40px;}
.Contact_top .h3{color:#333333;font-size: 24px;font-weight: bold;padding-bottom: 12px;}
.Contact_top .h3 .span{color:#999999;font-size: 14px;font-weight: 400;display: inline-block;}
.Contact_top .ld {color:#333333;font-size: 16px;}
.Contact_top .ld .span{margin-bottom: 15px;display: inline-block;margin-right: 15px;}

.Contact_bottom .h3{font-size: 36px;font-weight: bold;text-align: center;}
.Contact_bottom .i{width: 44px;height: 2px;background: #e53024;margin:15px auto;margin-bottom: 25px;}
.Contact_bottom .h4{color:#666666;font-size: 18px;text-align: center;padding-bottom: 45px;}
.Contact_bottom  .left input{width: 100%;height: 50px;line-height: 50px;border:1px solid #dddddd;padding:0 3%;font-size: 16px;color: #999;}
.Contact_bottom  .left li{margin-bottom: 25px;}
.Contact_bottom .right textarea{width: 100%;line-height: 48px;border:1px solid #dddddd;color: #999;height: 200px;padding:0 3%;background: #fff;font-size: 16px;}
.Contact_bottom .btn input{width: 140px;height: 42px;line-height: 42px;text-align: center;color:#fff;border-radius: 21px;font-size: 18px;background: #e53024;margin:50px auto 140px;display: block;cursor: pointer;}
.Search .ul{padding-bottom:20px;}


::-webkit-input-placeholder { 
    color:    #999;
}
:-moz-placeholder { 
   color:    #999;
}
::-moz-placeholder {
   color:    #999;
}
:-ms-input-placeholder { 
   color:    #999;
}

.Join .ul .h3{background: #333333;padding:12px 20px;color:#fff;font-size: 25px;position: relative;padding-right: 50px;}
.Join .ul .h3 .span{font-size: 16px;}
.Join .ul .h3 .i{position: absolute;top: 50%;right: 20px;background: url(../images/jia.png);width: 19px;height: 18px;margin-top: -9.5px;}
.Join .ul .Box{padding:30px 20px;background: #f2f2f2;display: none;}
.Join .ul .Box .h4{font-size: 16px;color:#000000;line-height: 24px;}
.Join .ul .Box .p{color:#333;line-height: 30px;padding-bottom: 20px;}
.Join .ul .btn a{display: block;width: 205px;height: 42px;line-height: 42px;text-align: center;color:#fff;border-radius: 21px;font-size: 18px;background: #e53024;margin:20px auto 10px;display: block;cursor: pointer;}
.Join{padding-bottom: 140px;}
.Join .ul li{margin-bottom: 1px;}
.Join .ul{margin-bottom: 20px;}

.Mask_box{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 88;background: rgba(0,0,0,0.8);display: none;}
.Mask_box .Mask{width: 90%;background: #fff;position: absolute;top: 50%;left: 5%;-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.Mask_box h3{text-align: center;font-size: 20px;margin:50px auto 30px;}
.Mask_box .ul{padding:0 30px;}
.Mask_box .ul li{padding-left: 62px;position: relative;height: 40px;line-height: 40px;margin-bottom: 15px;}
.Mask_box .ul li .left{position: absolute;top: 0;left: 0;font-size: 16px;}
.Mask_box .ul li  input{width: 100%;border:1px solid #ccc;height: 40px;line-height: 38px;padding:0 3%;color:#999;font-size: 16px;}
.Mask_box .ul li.last input{line-height: 20px;padding-top: 5.5px;} 
.Mask_box .MaskFormBtn{display: block;width: 140px;height: 40px;line-height: 40px;text-align: center;color:#fff;border-radius: 20px;font-size: 18px;background: #e53024;margin:40px auto 30px;display: block;}
.MaskClore{position: absolute;top: 8px;right: 15px;font-size: 30px;}



@media screen and (min-width:768px){
  .Contact_top .ld .span{margin-bottom: 15px;display: inline-block;margin-right: 30px;}
  .Contact_bottom  .left{width: 49%;float: left;}
  .Contact_bottom  .right{width: 49%;float: right;}
  .Join .ul .h3{font-size: 30px;cursor: pointer;}
  .Mask_box .Mask{width:600px;left: 50%;margin-left: -300px;}
  .Mask_box .ul{padding: 5px 100px;}
}

@media screen and (min-width:1024px){
    .Sociaty1 #certify .swiper-button-prev{width: 31px;height: 56px;background: url(../images/left.png) no-repeat center;margin-top: -28px !important;left: 10px;}
    .Sociaty1 #certify .swiper-button-next{width: 31px;height: 56px;background: url(../images/right.png) no-repeat center;margin-top: -28px !important;right: 10px;}
    .Contact_bottom .h4{padding-bottom: 60px;}
}
@media screen and (min-width:1230px){
    .Sociaty1 #certify .swiper-button-prev{width: 31px;height: 56px;background: url(../images/left.png) no-repeat center;margin-top: -28px !important;left: 200px;}
    .Sociaty1 #certify .swiper-button-next{width: 31px;height: 56px;background: url(../images/right.png) no-repeat center;margin-top: -28px !important;right: 200px;}
}

 .bx-wrapper .bx-controls-direction a.disabled{display: block !important;}
.Mask_box .placeholder{padding-top:0;height: 40px;min-height: auto;font-size: 14px;line-height: 20px;}
.Mask_box .queueList{margin:0;border: 1px solid #ccc;}
.Mask_box .placeholder .webuploader-pick{font-size: 15px;padding:0 25px;position: relative;top: -1px;line-height: 30px;margin-top: 5px;}
.Mask_box .webuploader-container{height: 45px; width:140px; margin:auto;} 
.Mask_box .queueList{padding:0;border:0;height: 40px;    border: 1px solid #ccc;}
.Mask_box .filelist li p.title{top: 0}
.Mask_box  .btns .webuploader-container{display: none !important;}
.Mask_box .queueList.filled{border: 1px solid #ccc;padding:0 3%;}
.Mask_box  .statusBar .info{display: none;}
@media screen and (max-width:540px){
  .Mask_box .placeholder{overflow:hidden;}
}


.btn{overflow: hidden;}
