body{
	width: 100%;
	overflow: hidden;
}
::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #ffffff;
}
 

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
}
 

::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(235,61,0,.3);
    background-color: #e50012;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
header{
	width: 100%;
	height: 80px;
	background: #f2f2f2;
	position: relative;
	z-index: 10;
}
.nav-box{
	width: 100%;
	display: none;
	position: fixed;
	top:80px;
	left:0;
	height:100%;
}
.nav-box.flex{
	top: 0;
	left: 0;
	z-index: 20;
}
.nav-box .bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.nav-box .nav-list-box{
	position: absolute;
	top: 0;
	right: 0;
	background: #fcfcfc;
	width: 65%;
	height: 100%;
	overflow: auto;
}
.nav-box .nav-list-box::-webkit-scrollbar  
{  
    width: 1px;  
    height: 1px;  
    background-color:none; 
    display: none; 
}   
.nav-box .nav-list-box::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;  
    background-color:none;  
}   
.nav-box .nav-list-box::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: none;  
}  
.nav-box .nav-list-box ul{
	overflow:auto;
	height:100%;
	padding:5%;
	padding-right:12%;
}
.nav-box .nav-list-box li{
	padding-bottom: 22px;
	width:31%; margin-right:2%;
	float:left;
	display:inline-block;
	height:280px;
}
.nav-box .nav-list-box li:nth-child(4){ height:348px;}
.nav-box .nav-list-box li:nth-child(3n){ margin-right:0px;}
.nav-box .nav-list-box h2{
	font-size: 22px;
	color: #333;
	line-height: 47px;
}
.nav-box .nav-list-box h2 span{
	width: 17%;
	font-size: 30px;
	display: inline-block;
	color: #e3e3e3;
	position: relative;
	top: 4px;
	transition:color 0.3s;
}
.nav-box .nav-list-box h2 a{
	display: inline-block;
	color: #333333;
}
.nav-box .nav-list-box a{
	display: inline-block;
	color: #666666;
	transition:color 0.3s;
}
.nav-box .nav-list-box p{
	padding-left: 17%;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
header.flex{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22;
	transition: all 0.3s ease 0s;
}
header .header_content{ max-width:1283px; margin:0 auto;}
header.one{
	background: rgba(0,0,0,0.2);
	box-shadow: none;
	transition: all 0.3s ease 0s;
}
header .logo{
	display: block;
	height: 100%;
	/*line-height:80px;*/
	height:80px;
}
header .logo img{
	position: relative;
	top: 0;
	transition: top 0.3s;
}
/*header .china{
	margin-left: 1.4%;
	padding:20px 0 20px 1.8%;
	font-size: 12px;
	color: #666;
	font-family: 'Arial';
	line-height: 20px;
	text-transform: uppercase;
	background: url(../images/line03_h.png) no-repeat left center;
}*/
header .logo .one{
	display: none;
}
header .logo .two{
	display: inline-block;
}
header.one .tit{
	background: url(../images/nav1.png) no-repeat 50% 50%;
}
header .tit{
	width: 44px;
	height:47px;
	background: #fe0000 url(../images/nav.jpg) no-repeat 50% 50%;
	cursor:pointer;
	margin:16px 0px;
	}
header .tit.on, header.one .tit.on, header.the .tit.on{
	background: #fe0000 url(../images/nav_on.jpg) no-repeat 50% 50%;
}
header.the.on{
	 background: #fff;
}
header nav.tit.on span{
	display: none;
}
header nav.tit span{
	position:relative;
	left: 50%;
} 
header nav.tit .line01{
	width:31px;
	height: 1px;
	background: #fff;
	margin-bottom: 9px;
	display: block;
}
header nav.tit .line02{
	width:31px;
	height: 2px;
	background: url(../images/line02.png) no-repeat center;
	margin-bottom: 9px;
	display: block;
}
header .bdsharebuttonbox{
	float: right;
	line-height:78px;
	padding-right:13px;
	margin-right:13px;
	background: url(../images/x.jpg) no-repeat 100% 50%;
}
header .bdsharebuttonbox a{ position:relative; top:6px;}
.one .bdsharebuttonbox{
	background: url(../images/line04_h.png) no-repeat 100% 54%;
}

header .bdsharebuttonbox a{
	width: 17px;
	height: 19px;
	padding: 0;
	margin-right:9px;
	transition:background 0.3s;
	display:inline-block;
}
header .bdsharebuttonbox a:last-child{ margin-right:0px;}
header .bdsharebuttonbox a.bds_oa{
	background: url(../images/aa09.png) no-repeat center;
}
header .bdsharebuttonbox a.bds_em{
	background: url(../images/aa10.png) no-repeat center;
}
header .bdsharebuttonbox a.bds_weixin{
	background: url(../images/head03.png) no-repeat center;
}
header .nav-list{
	float: right;
	margin-right: 86px;
}
header .nav-list li{
	float: left;
	text-align: center;
}
header .nav-list li:first-child{
	background: none;
}
header .nav-list a{
	color: #666;
	font-size: 16px;
	display: block;
	transition:color 0.3s;
	margin-right:49px;
	line-height:80px;
}
header .nav-list li:last-child a{ margin-right:0px;}
header.one .logo .one{
	display: inline-block;
}
header.one .logo .two{
	display: none;
}
header.one .china{
	background: url(../images/line03.png) no-repeat left center;
	color: #fff;
}
header.one .tit{
}
header.one .bdsharebuttonbox a.bds_oa{
	background: url(../images/aa09_h.png) no-repeat center;
}
header.one .bdsharebuttonbox a.bds_em{
	background: url(../images/aa10_h.png) no-repeat center;
}
header.one .bdsharebuttonbox a.bds_weixin{
	background: url(../images/head01_h.png) no-repeat center;
}
header.one .nav-list a{
	color: #fff;
}
header.one .nav-list li{
	background: none;
}
header.one .en{ margin-right:40px;}

header .en{
	display: block;
	margin-right:40px;
	font-size: 16px;
	color: #333;
	height: 100%;
	line-height: 80px;
	transition:color 0.3s;
}
header .en:hover{
	color: #c20a14;
}
header.one .en{
	color: #fff;
}
footer{
	
	width: 100%;
}
footer.flex{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 20;
}
footer p{
	font-size: 12px;
	color: #666;
	opacity: 0.8;
	line-height: 30px;
	text-transform: uppercase;
}
footer p a{
	text-transform: capitalize;
	font-size: 14px;
	color: #666;
	transition:color 0.3s;
}
footer.one p{
	color: #fff;
}
footer.one p a{
	color: #fff;
}
footer.two p.fr{
	display: none;
}
header.the{
	background: none;
	box-shadow: none;
}
header.the .search-box{
	display: none;
}
header.the .bdsharebuttonbox{
	display: none;
}
header.the .nav-list{
	display: none;
}
header.the .tit{
	background: none;
}
header.the nav.tit span{
	background: #333 !important;
}
header.the .en{
	display: none;
}

.search-box{
	float: right;
	width:15px;
	overflow: hidden;
	margin-right: 1%;
	padding-top: 27px;
	transition:width 0.3s;
	position: relative;
	height: 28px;
	box-sizing: initial;
}
.search-box.on{
	width: 9.5%;
}
.search-box.on .text{
	display: block;
}
.search-box-btn{
	width: 15px;
	height: 15px;
	background: url(../images/wel13.png) no-repeat center;
	float: right;
	position: relative;
	top: 34px;
	right: 0;
}
.search-box-btn.on{
	background: url(../images/clo01.png) no-repeat center;
}
.search-box .text{
	width:70%;
	float: left;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	background: none;
	border: none;
	display: none;
}
.search-box .submit{
	width: 15px;
	height: 28px;
	float: right;
	background: url(../images/wel13.png) no-repeat center;
	border: none;
	position: absolute;
	right: 0;
	top: 27px;
	padding: 0;
}
header.one .search-box .submit{
	background: url(../images/wel13_h.png) no-repeat center;
}
.search-two{
	display: none;
}
.search-one{
	display: block;
}
#allmap{
	width: 100%;
	height: 599px;
	border-bottom: 3px solid #c20a14;
}
.contact-box{
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding:37px 0 48px;
}
.contact-box h2{
	font-size: 24px;
	color: #333;
	line-height: 44px;
	padding-bottom: 20px;
}
.contact-box ul{
	width: 100%;
}
.contact-box li{
	float: left;
	width: 50%;
	padding-left: 32px;
	font-size: 14px;
	color: #666666;
	line-height: 59px;
}
.contact-box li.li0{
	background: url(../images/con02.png) no-repeat left center;
}
.contact-box li.li1{
	background: url(../images/con03.png) no-repeat left center;
}
.contact-box li.li2{
	background: url(../images/con04.png) no-repeat left center;
}
.contact-box li.li3{
	background: url(../images/con05.png) no-repeat left center;
}

.inliner-nav{
	width: 100%;
	background: #eaeaea;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.inliner-nav i{
	display: inline-block;
	width: 1px;
	height: 17px;
	background: #cfcfcf;
	margin: 0 64px;
	position: relative;
    top: 5px;
}
.inliner-nav a{
	width: 132px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #666;
}

@-webkit-keyframes inlinerbg {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}

@keyframes inlinerbg {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}
@-webkit-keyframes inlinerbgo {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform:translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}

@keyframes inlinerbgo {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}



.info-hd {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.info-hd h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding: 0 0 10px;
}
.info-bd{
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 300px;
}
.info-bd img{
	max-width: 100%;
}
.info-bd p{
	text-align: left;
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.info-page {
    margin-top: 45px;
    padding: 15px 0 0;
    border-top: 1px solid #eee;
}
.info-page .con{
	float: left;
	width: 80%;
}
.info-page p{
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.info-page p a{
	color: #333;
	transition: all 0.5s;
}
.info-page p a:hover{
	color: #c20a14;
	transition: all 0.5s;
}
.info-page .back {
    float: right;
    display: inline-block;
    padding: 2px 22px;
    border: 2px solid #eee;
    color: #333;
    transition: all 0.3s;
}

.inline-banner{
	width: 100%;
	position: relative;
	height: 600px !important;
	overflow: hidden;
}
.inline-banner.classify{
	height: 460px !important;
}
.inline-banner .flex-pic{
	position: absolute;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	top: 0;
	z-index: 1;
} 
.inline-banner .con{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-top: 109px;
}
.inline-banner .con .box{
	width: 142px;
	height: 145px;
	margin: 0 auto;
	text-align: center;
	line-height: 142px;
	position: relative;
}
.inline-banner .con .bg{
	width: 100%;
	height: 100%;
	background: url(../images/pro07.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-animation: spinner 1.5s infinite linear;
          animation: spinner 1.5s infinite linear;
}
.inline-banner .con img{
	position: relative;
	z-index: 2;
}
.inline-banner .con h2{
	font-size: 46px;
	line-height: 56px;
	margin-top: 15px;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,.25);
}
.inline-banner .con .font{
	font-size: 20px;
	color: #ffffff;
	text-shadow: 0 0 15px rgba(0,0,0,.25);
	line-height: 20px;
}

.about-line{
	color: #cfcfcf;
}
.about-line a{
	font-size: 12px;
	color: #666;
	display: inline-block;
	width: 11.33%;
	background: url(../images/a13.png) no-repeat left center;
	transition:color 0.3s;
}
.about-line a:nth-child(2){
	background: none;
}
.about-line .a04{
	padding-left: 35px;
	background: url(../images/a04.png) no-repeat left center;
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding-right: 35px;
}
.about-line a.cur{
	color: #c20a14;
}
.product-none{
	height: 70px;
	display: none;
}
.scroll-index{
	padding: 88px 0 112px;
}
.scroll-index .left{
	width: 19%;
	float: left;
}
.scroll-index .left h2{
	color: #000000;
	font-size: 27px;
	line-height: 27px;
}
.scroll-index .left i{
	width: 15px;
	height: 1px;
	display: block;
	margin: 24px 0 22px;
	background: #ac1d24;
}
.scroll-index .left p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 79%;
}
.scroll-index .right{
	float: left;
	border-left: 1px solid #e6e6e6;
	width: 67.5%;
	padding-left: 4%;
}
.scroll-index .right h2{
	font-size: 27px;
	color: #000;
	line-height: 27px;
	padding-left: 48px;
	background: url(../images/pro05.png) no-repeat left center;
	margin-bottom: 35px;
}
.scroll-index .right p{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	padding-bottom: 20px;
}
.scroll-index .right .more{
	display: block;
	padding-left: 34px;
	font-weight: normal;
	width: 200px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	background: #ac1d24 url(../images/pro06.png) no-repeat 155px center;
	transition:background 0.3s;
	margin-top: 35px;
}
.flex-b{
	position: relative;
	height: 520px;
	width: 100%;
	overflow: hidden;
}
.flex-b .flex-pic{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}
.real-top{
	padding: 78px 0 80px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}
.real-top h2{
	font-size: 30px;
	color: #000000;
	line-height: 50px;
}
.real-top i{
	width: 15px;
	height: 1px;
	display: block;
	background: #ac1d24;
	margin: 20px auto 25px;
}
.real-top p{
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	width: 85%;
	margin: 0 auto;
}
.real-number{
	padding: 46px 0 57px;
}
.real-number li{
	width: 25%;
	text-align: center;
	float: left;
	background: url(../images/pro14.png) no-repeat left center;
}
.real-number li:first-child{
	background: none;
}
.real-number li p{
	font-size: 14px;
	line-height: 24px;
}
.real-number li h2{
	font-size: 60px;
	color: #ac1d24;
	line-height: 65px;
	margin-bottom: 8px;
}
.real-bottom{
	background: #f5f5f5;
	width: 100%;
	padding: 80px 0 74px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
}
.real-bottom p{
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	width: 85%;
	margin: 0 auto;
}
.real-bottom ul{
	width: 100%;
	margin-top: 59px;
}
.real-bottom li{
	float: left;
	width: 30.8%;
	margin-left: 3.7%;
}
.real-bottom li p{
	color: #333;
	margin-top: 8px;
}	
.real-bottom li img{
	width: 100%;
}
.real-bottom li:first-child{
	margin-left: 0;
}
.real-bottom .link{
	display: block;
    padding-left: 34px;
    font-weight: normal;
    width: 230px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    background: #ac1d24 url(../images/pro06.png) no-repeat 188px center;
    transition: background 0.3s;
    margin: 30px auto 0;
}


#i-wrap .i-wrap2{
	background-size: cover !important;
	position: relative;
}
.i-wrap2 .w1200{
	position: absolute;
	left: 50%;
    top: 46%;
    transform: translateX(-50%) translateY(-50%);
}
.i-wrap2 .left {
    width: 40%;
    float: left;
    position: relative;
    left: -50px;
    opacity: 0;
    margin-top: 50px;
}
.i-wrap2 .rigth {
    width: 55%;
    position: relative;
    float: right;
    right: -50px;
    opacity: 0;
    top: 50px;
}
.i-wrap2 .rigth .bg{
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.i-wrap2 .rigth .pic{
	width: 100%;
	position: relative;
	z-index: 2;
	cursor:pointer;
}
.i-wrap2 .left .walk{
	width: 88px;
	height:3px;
	margin-top: 12px;
	background: #222222;
	text-align: center;
	display: block;
}
@font-face {
  font-family: 'MyNewFont';   /*字体名称*/
  src: url('BEBAS.ttf');       /*字体源文件*/
}

.i-wrap2 .left dd{ font-size: 36px; color:#222222; font-family:'MyNewFont'; line-height: 66px;}


.service_top{ top: 243.5px !important; }
.service_content{ top: 132px !important; }
.service_download_top{ margin: 230px auto 0 auto !important; }



.i-wrap2 .left h2{
	font-size: 26px;
	color: #222222;
	margin-bottom:40px;
	font-weight:normal;
}
.i-wrap2 .left p{
	font-size: 14px;
	color: #1d2830;
	line-height: 28px;
	margin-bottom: 16px;
	text-align: justify;
}
.i-wrap2 .left .more{
	width: 33%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background:#ff0000;
	font-size: 14px;
	display: block;
	margin-top: 50px;
	transition:background 0.3s,border 0.3s,color 0.3s;
}
.i-wrap4 .box{
	position:relative;
	width: 100%;
	height: 100%;
	padding: 0 3% 0 0%;
}
.i-wrap4 .left{
	width: 29.7%;
	float: left;
	position: relative;
	left: -50px;
	opacity: 0;
	top: 50%;
	margin-top: -190px;
}
.i-wrap4 .left h1{
	font-size: 36px;
	color: #333333;
	line-height: 62px;
	font-family: 'MyNewFont';
	font-weight:normal;
}
.i-wrap4 .left h2{
	font-size: 26px;
	color: #333333;
	line-height: 25px;
	margin: 1% 0 4%;
	font-weight:normal;
}
.i-wrap4 .left p{
	font-size: 12px;
	color: #666;
	line-height: 35px;
}
.i-wrap4 .left .btns{
	width: 37px;
	margin-top: 9px;
	margin-left: 8px;
	text-align: center;
	color: #dfdfdf;
}
.i-wrap4 .btns a{
	width: 11px;
	height: 20px;
	display: inline-block;
	position: relative;
    top: 3px;
    transition:background 0.3s;
}
.i-wrap4 .btns i{
	width: 1px;
	background: #dfdfdf;
	display: inline-block;
	height: 26px;
}

.i-wrap4 .more{
	width: 34.5%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #e50012;
	display: block;
	margin-top: 7%;
}
.i-wrap4 .right{
	float: right;
	width: 63%;
	overflow: hidden;
}
.i-wrap4 .right ul{
	width: 1000%;
	float: left;
}
.i-wrap4 .right li{
	float: left;
	border-left: 1px solid #eaeaea;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	left: 50px;
	opacity: 0;
}
.i-wrap4 .right a{
	display: block;
	width: 100%;
	padding: 28.7% 4% 0;
}
.i-wrap4 .right img{
	width: 100%;
}
.i-wrap4 .right .day{
	font-size: 80px;
	color: #666;
	line-height: 60px;
	opacity: 0.2;
	padding-bottom: 54%;
}
.i-wrap4 .right .data{
	font-size: 14px;
	color: #333333;
	line-height: 33px;
	margin-bottom: 7px;
}
.i-wrap4 .right h2{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 6%;
	transition:color 0.3s;
}
.i-wrap4 .right .latest{
	font-size: 12px;
	color: #999999;
	line-height: 19px;
	margin-bottom: 4%;
}
.i-wrap4 .right .pic{
	margin-bottom: 7%;
}
.i-wrap4 .right img{
	transition:all 0.3s;
}
.i-wrap4 .right .font{
	font-size: 13px;
	color: #888888;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.i-wrap4 .right .more{
	width: 52px;
	height: 11px;
	background: url(../images/wel10.png) no-repeat center;
	margin-top: 19%;
	position: relative;
	left: 0;
	transition:left 0.3s;
}
.i-wrap4 .right .pic{
	overflow: hidden;
}
.i-wrap4 .right li.on .bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: url(../images/wel11.png) no-repeat right center;
	background-size: 100% 100%;
	height: 100%;
}
.svg-box{
	position: relative;
	left: 50%;
	top: 50%;
	margin: -334px 0 0 -334px;
}
.dot-red{fill:#ED1D24;display: none;}
.dot-red.active{
	display: block;
}
.st1{fill:rgba(0,0,0,0);}
.st2{opacity:0.3;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;enable-background:new    ;}
.st3{display:none;}
.circle-red{fill:none;stroke:#ED1D24;stroke-width:3;stroke-miterlimit:10;transform: translate3d(0,0,0)}
.st5{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
.st6{fill:#FFFFFF;}
.st7{fill:transparent;
    cursor: pointer;}
.is-mobile .st2 {
    opacity: .35;
}
.i-wrap3{
	position: relative;
}
.svg-box{
	width: 668px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -334px 0 0 -334px;
    z-index: 5;
}
.inliner-banner,.inliner-banner-con{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 5;
}
.inliner-banner-con{
	background: none;
}
.inliner-banner ul,.inliner-banner-con ul{
	width: 100%;
	height: 100%;
}
.inliner-banner li,.inliner-banner-con li{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 100%;
	text-align: center;
	transform: scale(0.8);
	z-index: 1;
}
.inliner-banner li.index,.inliner-banner-con li.index{
	z-index: 2;
}
.inliner-banner li:first-child,.inliner-banner-con li:first-child{
	left: 0;
	transform: scale(1);
}
.inliner-banner li a,.inliner-banner-con li a{
	display: block;
	width: 100%;
	height: 100%;
}
.inliner-banner li .con,.inliner-banner-con li .con{
	display: block;
	width: 606px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -145px 0 0 -303px;
	transform: scale(0);
}
.inliner-banner li h3,.inliner-banner-con li h3{
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
}
.inliner-banner li h2,.inliner-banner-con li h2{
	font-size: 45px;
	color: #fff;
	line-height: 51px;
}
.inliner-banner li i,.inliner-banner-con li i{
	width: 28px;
	height: 2px;
	margin: 13px auto;
	display: block;
	background: #798994;
}
.inliner-banner li .font,.inliner-banner-con li .font{
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	width: 72%;
	margin: 0 auto;
}
.inliner-banner li .more,.inliner-banner-con li .more{
	width: 178px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    margin: 60px auto 0;
}
#i-navli{
	position: fixed;
	right: 3%;
	top: 50%;
	z-index: 10;
	margin-top: -107px;
}

.bd_weixin_popup{
	height: 300px !important;
}
.insdie-wrap #spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.insdie-wrap table{
    width: 100%;
    max-width: 100%;
    border: none;
}
.insdie-wrap{
    border:0;
    border-width: 0 0 1px 1px;}
.insdie-wrap td{
    padding: 8px 1%;
    border:0;
    width: 35%;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.insdie-wrap td:nth-child(2n+1){
	width: 15%;
}
.insdie-wrap td{
    line-height: 1.8;
}
.insdie-wrap .applay-input{
    width: 80%;
    height: 18px;
    padding: 8px 2%;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
    box-sizing: initial;
}
.insdie-wrap #captcha{
	width: 29.4%;
}
.insdie-wrap select.applay-input{
    height: 36px;
    width: 84%;
    padding: 0;
}
.insdie-wrap textarea.applay-input{
    width: 94%;
    height: 100px;
    padding: 0;
}
.insdie-wrap .applay-input.code{
    width: 90px;
    margin-right: 8px;
}
.insdie-wrap .submit{
    width: 150px;
    height: 36px;
    background: #c20a14;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 36px;
    margin-left: 15.2%;
}
.insdie-wrap .error {
    border-color: #D70128;
}
.insdie-wrap label{
	width: 100%;
}
.insdie-wrap td .controls{
	margin-left: 0
}
.load-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}
.load-box .picture{
	position: absolute;
	width: 128px;
	height: 35px;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -64px;
}
.load-box .load-img{
	position: absolute;
	width: 128px;
	height: 35px;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -64px;
	background: url(../images/logo02.png) no-repeat top left;
	-webkit-animation: load 3s infinite linear;
    animation: load 3s infinite linear;

}
.load-box .tbox{
	position: absolute;
	width: 128px;
	height: 35px;
	top: 50%;
	left: 50%;
	margin: 35px 0 0 -64px;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	color: #999;
}
.aw-history{
	padding: 80px 0;
	background: url(../images/aa04.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
}
.aw-history .title{
	text-align: center;
	width: 100%;
	margin-bottom:50px;
}
.aw-history .title h2{
	font-size: 48px;
	color: #333333;
	line-height: 67px;
	font-weight: bold;
}
.aw-history .title span{
	font-size: 24px;
	color: #000;
	padding-left: 52px;
	background: url(../images/pro05.png) no-repeat left center;
	line-height: 32px;
	display: inline-block;
}
.pc-history{
	width: 100%;
	height: 548px;
	overflow: hidden;
	background: url(../images/aa08.png) no-repeat center;
}
.pc-history .btns{
	width: 107px;
	height: 107px;
	position: absolute;
	top: 50%;
	margin-top: 3px;
	transition:background 0.3s;
	z-index: 2;
}


@-webkit-keyframes load {
  0% {
    width: 0;
  }
  100% {
   width: 128px;
  }
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 128px;
  }
}



.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
a{ margin:0px; padding:0px; border:0px; text-decoration:none; transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}


#i-wrap .i-wrap5{ position:relative;}
.index_field{ width: 1200px; margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translateX(-50%) translateY(-50%);
}
.index_field .index_field_left{ width: 36%;}
.index_field .index_field_right{ width: 63%; margin-left: 1%;}
.index_field_list{ display: inline-block; width: 100%;}
.index_field_list .field_list_img{ overflow: hidden;}
.index_field .index_field_left .field_list_img img{ width: 100%; height: 617px; object-fit: cover;}
.index_field .index_field_list{ position: relative;}
.index_field .index_field_list .field_list_content{ position: absolute;left: 50%;top: 94.2%;transform: translateX(-50%) translateY(-50%); width: 100%; bottom:-37px;
	 background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top,rgba(0,0,0,0.8), rgba(0,0,0,0.0)); /* 标准的语法（必须放在最后） */
	padding-bottom:14px;
 



}
.index_field .index_field_list .field_list_content dd{ font-size: 18px; color: #fff; padding-left:6%;}
.index_field .index_field_list .field_list_content dt{ font-size: 14px; color: #fff; line-height: 24px; padding-left:6%;}
.index_field .index_field_right .field_right_top .field_list_img img{ width: 100%; height: 300px; object-fit: cover;}
.index_field .index_field_right .index_field_list .field_list_content{ top: 88%; bottom:-37px;}
.index_field .index_field_right .field_right_bottom{ margin-top: 1.3%;}
.index_field .index_field_right .field_right_bottom .index_field_list{ width: 32%; margin-right: 2%;}
.index_field .index_field_right .field_right_bottom .index_field_list .field_list_img img{ width: 100%; height: 300px; object-fit: cover;}
.index_field .index_field_right .field_right_bottom .index_field_list:nth-child(3){ margin-right: 0px;}
.index_field .index_field_right .field_right_bottom .index_field_list .field_list_content{ bottom:-37px;}
.index_field .index_field_right .field_right_bottom .index_field_list .field_list_content dd{ text-align: center;}
.index_field_list .field_list_img img{
	-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.index_field_list:hover .field_list_img img{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}





#i-wrap .i-wrap6{ position:relative;}




.index_news .index_news_right {
    position: absolute;
    height: 100%;
    margin-right: 4%;
    width: 84%;
    right: -50px;
    opacity: 0;
}
.index_news .index_news_right .news_right_list {
    padding: 0px 12px;
    height: 100%;
    padding-top: 7%;
    text-align: left;
}
.index_news .index_news_right .news_right_list .right_list_time1 {
    font-size: 78px;
    color: #aeaeae;
    margin-bottom: 5%;
}
.index_news .index_news_right .news_right_list .right_list_time2{ font-size:14px; color:#333333; margin-bottom:10px;}
.index_news .index_news_right .news_right_list .right_list_title{ font-size:16px; color:#333333;display: -webkit-box; width:100%;
-webkit-box-orient: vertical; line-height:32px;
-webkit-line-clamp: 2;
overflow: hidden;}
.index_news .index_news_right .news_right_list .right_list_title:hover{ color:#ff0000;}
.index_news .index_news_right .news_right_list .right_list_late{ font-size:12px; color:#999999; margin-bottom:10px; margin-top:10px;}
.index_news .index_news_right .news_right_list .right_list_img{ display:inline-block; width:100%; overflow:hidden;}
.index_news .index_news_right .news_right_list .right_list_img img{ width:100%; height: 296px; object-fit:cover;}
.index_news .index_news_right .news_right_list p{ font-size:14px; color:#999999;display: -webkit-box; margin-top:20px;
-webkit-box-orient: vertical; line-height:26px;
-webkit-line-clamp: 3;
overflow: hidden;}
.index_news .index_news_right .news_right_list .right_list_more{ display:inline-block; margin-top:40px;}
.index_news .index_news_right .news_right_list .right_list_img img{
	-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.index_news .index_news_right .news_right_list:hover .right_list_img img{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}





.footert{ position:absolute; width:100%; bottom:0; height: 445px; background-color:#db494f;}
.footert .footert_content{ max-width:1283px; margin:0 auto; padding-top: 21px;}
.footert .footert_content .footert_content_top{ padding-bottom:25px; padding-top: 25px; }
.footert .footert_content .footert_content_top .content_top_list{ width:5%; margin-right:14%;}
.footert .footert_content .footert_content_top .content_top_list:nth-child(5){ width: 23% !important; margin-right:0px; }
.footert .footert_content .footert_content_top .content_top_list dd{ margin-bottom:18px;}
.footert .footert_content .footert_content_top .content_top_list dd a{ color:#ffffff; font-weight:bolder; font-size: 16px;display:inline-block;}
.footert .footert_content .footert_content_top .content_top_list dt a {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 2;
}

.footert2{ width:100%; background-color:#231915; position: absolute; bottom: 0;}
.footert2 .footert_content2{ max-width:1283px; margin:0 auto;}
.footert2 .footert_content2 .footert_content_Copyright{ padding:11px 0px;}
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_left{ line-height:27px; width:100%; text-align:center;}
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_left span{ color:#ffffff; font-size:12px; display:inline-block; margin-right:13px;}
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_left a{ color:#ffffff;}
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_left span img{ margin-right:7px;}
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_right{display: flex; width:100%; justify-content: center;}
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_right .Copyright_right_phone{ color:#ffffff; font-size:12px; line-height:39px;}
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_right .Copyright_right_phone span{ color:#ffffff; }
.footert2 .footert_content2 .footert_content_Copyright .content_Copyright_right .Copyright_right_phone em{ line-height:25px;
	display: inline-block;
    color: #595757;
    font-weight: bold;
    padding-left: 36px;
    background: url(../images/12.svg) no-repeat left center/22px 22px;
    margin-left: 14px;	
}
.footert .footert_content .footert_content_top .content_top_list dd a:hover{ color:#ffffff;}
.footert .footert_content .footert_content_top .content_top_list dt a:hover{ color:#ffffff;}




.bottom_right_link{ border: 1px solid #dcdcdc; width: 222px; line-height: 38px; padding: 0px 10px; cursor: pointer; margin-right: 30px; position: relative;}
.bottom_right_link .right_link_down{ position: absolute; background: #fff; top: -300px; width: 100%; left: 0; display: none;}
.bottom_right_link .right_link_down a{ display: inline-block; width: 100%; text-align: center; color: #222; font-size: 14px;}
.bottom_right_link .right_link_down a:hover{ background: #ff0000; color: #fff;}
.bottom_right_link:hover .right_link_down{ display: block;}
.bottom_right_link .right_link_title dd{ font-size: 14px; color: #666666;}
.bottom_right_link .right_link_title dt{ font-size: 12px; color: #666666;}






.footert .footert_content .footert_content_Copyright .content_Copyright_right .bottom_right_wx{ margin-left:15px; line-height:39px; cursor:pointer; position:relative;}
.footert .footert_content .footert_content_Copyright .content_Copyright_right .bottom_right_wx span{ position:absolute; left:-40px; top:-115px; display:none;}
.footert .footert_content .footert_content_Copyright .content_Copyright_right .bottom_right_wx:hover span{ display:block;}



#i-navli li{ width:8px; height:8px; margin:15px 0px; position:relative; background:#777; border-radius:100%; cursor:pointer;}
#i-navli li:hover{ background:#777;}
#i-navli li:hover:before{ content:""; position:absolute; display:inline-block; width:18px; height:18px; background:rgba(119,119,119,.30); border-radius:100%;
left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}
#i-navli li.current:before{ content:""; position:absolute; display:inline-block; width:18px; height:18px; background:rgba(119,119,119,.30); border-radius:100%;
left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}


#i-navli.one li{ background:#fff;}
#i-navli.one li:hover{ background:#fff;}
#i-navli.one li.current:before{ content:""; position:absolute; display:inline-block; width:18px; height:18px; background:rgba(255,255,255,.30); border-radius:100%;
left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}
#i-navli.one li:hover:before{ content:""; position:absolute; display:inline-block; width:18px; height:18px; background:rgba(255,255,255,.30); border-radius:100%;
left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}

#i-navli li.current{ background:#777;}
#i-navli.one li.current{ background:#fff;}





.product{ position:relative;}
.product .owl-controls{ top:50%;}
.product .owl-nav .owl-prev{ width:20px; height:37px; background:url(../images/bn7.png) no-repeat 50% 50%; position:absolute; left:15%;}
.product .owl-nav .owl-next{ width:20px; height:37px; background:url(../images/bn6.png) no-repeat 50% 50%; position:absolute; right:15%;}


.product .product_list{display:inline-block; width:100%;}
.product .product_list .product_list_img img{ object-fit:cover; width:100%;}
.product .product_list .product_list_yuan{
position:absolute;
left: 51%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}

.product .product_list .product_list_content{ width:100%;
height: 100%;
position:absolute;
left:150px;
top: 150px;
/*transform: translateX(-50%) translateY(-50%);*/
}
.product .product_list .product_list_content{ text-align:center;}
.product .product_list .product_list_content h3{ font-size:24px; color:#fff; line-height:40px; font-weight:normal;}
.product .product_list .product_list_content h2{ font-size:45px; color:#fff; line-height:51px; font-weight:normal;}
.product .product_list .product_list_content i{
    width: 28px;
    height: 2px;
    margin: 13px auto;
    display: block;
    background: #798994;	
}
.product .product_list .product_list_content .font{
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    width: 72%;
    margin: 0 auto;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.product .product_list .product_list_content .more{
    width: 178px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    margin: 60px auto 0;
}

.Performance { display:none;}


@media screen and (max-width:1440px){
.index_news .index_news_right .news_right_list .right_list_time1{    margin-bottom: 0;}
.index_news .owl-theme .owl-controls .owl-nav{    margin-top: -6%;}
.owl-theme .owl-controls .owl-dots{    margin-top: 15px;}
.culture{    top: 55%;}
}




@media screen and (max-width:1370px){
.index_field .index_field_left .field_list_img img{ height:450px;}
	.index_field .index_field_right .field_right_top .field_list_img{ height:217px;}
	.index_field .index_field_right .field_right_bottom .index_field_list .field_list_img img{ height:217px;}
	.index_field .index_field_list{ overflow:hidden;}
	.index_field .index_field_right .index_field_list .field_list_content,.index_field .index_field_list .field_list_content{ bottom:-70px;}
	.owl-theme .owl-controls .owl-dots{ margin-top:10px;}
	.index_news .index_news_right .news_right_list .right_list_time1{ margin-bottom:0px}
	.index_news .index_news_right .news_right_list{ padding-top:25%;}
	.index_news .index_news_right .news_right_list p{ -webkit-line-clamp: 2;}
	.index_news .index_news_right .news_right_list .right_list_title{ -webkit-line-clamp: 1;}
	.index_news .index_news_right .news_right_list .right_list_img img{ height:130px;}
	.i-wrap2 .left{ margin-top:15px;}
	.i-wrap2 .rigth .pic{ width:80%;}
	.index_news .index_news_right{ margin-right:0px;}
	.i-wrap4 .left{ width:34.7%;}

}


@media screen and (max-width:1370px){
	header .nav-list a{
		margin-right: 25px;
	}

}

@media screen and (max-width:980px){
header .logo {
    width: 120px;
}

}

@media screen and (max-width:780px){
body,html{ overflow:auto;}
.footert{ position:inherit; padding-bottom: 35px; height: 163px; }
#menu,.i-wrap3 .inliner-bg{ display:none;}
#section1{ margin-top:50px;}
.banner .slider{ position:relative; }
.banner .slider .item a img{ height:190px !important;}
.slick-dots li{ width:20px; height:2px;}

.i-wrap2 .w1200{ width:96%; margin:0 auto; position: relative;}
.footert2 .footert_content2 .footert_content_Copyright {
    padding: 11px 0px 41px;
}
/*.logo img{ width:80%;}*/

.i-wrap2 .rigth{ text-align:center;}
.index_field,.index_news .index_news_right{ transform:none; left:0; right:0; width:96%; margin:0px;}
.culture{ transform:none; position:inherit; left:0; right:0; width:96%; margin:0px;}
.i-wrap4 .box{ width: auto;}
.index_news .left{ width:100%; float:none;}
.index_news .index_news_right{ margin:20px 0px; float:none; position:inherit; opacity:1; width:100%;}
.index_news .index_news_right .news_right_list{ border:1px solid #dcdcdc; padding:30px 12px;}
.index_news .index_news_right .news_right_list .right_list_time1{ font-size:50px; line-height:38px; margin-bottom:25px;}
.index_news .owl-theme .owl-controls .owl-nav{ width:auto;}
.culture .owl-theme .owl-controls .owl-dots{ margin-top:-20px !important;}

.index_field .index_field_left,.index_field .index_field_right{ width:100%;}
.index_field .index_field_left .field_list_img img,.index_field .index_field_right .field_right_top .field_list_img img,.index_field .index_field_right .field_right_bottom .index_field_list .field_list_img img{ height:auto;}
.index_field .index_field_right{ margin-left:0px;}

.culture { width:96%; margin:0 auto; margin-top:25px;}
.index_field .index_field_list .field_list_content dd{ margin-bottom:0px; font-size:13px;}
.owl-theme .owl-controls .owl-dots{ margin-top:-20px;}

.footert .footert_content{ padding-top:0px; margin-top:25px; border-top:1px solid #dcdcdc;}
.footert .footert_content .footert_content_top{ display:none;}
.footert .footert_content .footert_content_Copyright .content_Copyright_left{ width:100%; text-align:center;line-height: 27px;}
.footert .footert_content .footert_content_Copyright .content_Copyright_right{ display:none;}
.i-wrap2 .left dd{ font-size:28px;}

.index_field .index_field_left{ margin-bottom:15px;}
.culture .culture_list .culture_list_content dt{ font-size:16px;}
.culture .culture_list .culture_list_content dd{ font-size:32px;}


.index_news .index_news_right .news_right_list .right_list_img img{ height:160px;}
	.index_field .index_field_right .field_right_top .field_list_img{ height:auto;}
	.index_field .index_field_right .field_right_bottom .index_field_list .field_list_img img{ height:auto;}
.video_window .videobox video{ width:100%;}
.video_window .videobox{ width:85%;}
.product .product_list .product_list_img img{ height:350px !important;}


}



/*首页两行产品展示*/
.productHome,.honorList{
	width: 90%;
	margin: 30px auto auto 120px;
}
.productHome li{
	float: left;
	width: 23%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 20px;
}
.productHome li:nth-child(4n){
	margin-right: 0;
}
.productHome li p{
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.productHome li img{
	width: 100%;
	transition: all 2s;
}
.productHome li:hover img{
	transform:scale(1.2); 
}
.productHome li:hover p{
	background: #e50012;
	color: #fff;
}
/*荣誉两行产品展示*/

.honorList li{
	float: left;
	width: 23%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 20px;
}

.honorList li p{
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	background: #e50012;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 1;
}
.honorList li img{
	width: 100%;
	transition: all 2s;
}
.honorList li:hover img{
	transform:scale(1.2); 
}
.honorList li:hover p{
	background: #333;
	color: #fff;
}

/*查看按钮*/
.viewmore,.viewmoreb{
	border: 1px #fff solid;
	width: 120px;
	height: 40px;
	text-align: center;
	margin: 20px auto;
	clear: both;
	line-height: 40px;
	overflow: hidden;
	position: relative;
    z-index: 15;
}
.viewmore a{
	color: #fff;
}
.viewmore:hover,.viewmoreb:hover{
	border: 0;
	background: #e50012;
}

.viewmoreb{
	border: 1px #ccc solid;
}
.viewmoreb a{
	color: #333;
}
.viewmoreb:hover a,.viewmoreb a:hover{
	color: #fff;
}


.workshopList{
	width: 100%;
	margin-top: 20px;
}
.workshopList li{
	width: 31.7%;
	margin-right: 2%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.workshopList li:nth-child(3n){
	margin-right: 0;
}
.workshopList li img{
	width: 100%;
	height: auto;
}

.footer-a1 {
	padding-bottom: 0;
}

.footer-a2 {
	padding-bottom: 50px;
}

	.position {
		display: none;
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		z-index: 1001;
		background: #323232;
	}
	
	.innerWrapper {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 0;
	}
	
	.innerWrapper a {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 33.3333%;
	}
	
	.position .innerWrapper a img {
		display: block;
		margin: 0 auto;
	}
	
	@media (max-width:960px){
		.position {
			display: block;
			}
	.topLogBox{margin-bottom:40px;}
	.join_img{overflow: hidden;}
	}
	
	
	.nodata{ width:100%; float:left; text-align:center; font-size:16px; margin-top:300px;}
	
	
.page{ display: flex; justify-content: center; margin-top:25px;}
.page a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; text-transform:uppercase; padding:0 20px; margin:0 !important; text-align: center;}
.page a.cur,.page a:hover{ background:#e50012; border-top-color:#e50012; border-bottom-color:#e50012; color:#fff;}
.page a:first-child{ border-left:1px solid #eee;}
.p_rt a{ font-size:14px; border-right:none; border-left:1px solid #eee;}
.p_rt a:last-child{ border-right:1px solid #eee;}


.font26{ font-size:26px;}
.top100 {
    margin-top: 161px;
}
	.m_about
	{
	    padding: 40px;
	}
.support{ position: absolute; right: 15px; }