@charset "utf-8";

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

video::-webkit-media-controls{
opacity:0.5;
filter:Alpha(opacity=50); /* IE8 以及更早的浏览器 */
}

/* CSS Document */
@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #000;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #666;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#ed7020;
}
}
@font-face {
    font-family: 'ziti';
    src: url("TT0246M_0.TTF");
}
 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html{ 
	min-height:100%;
}
body {
	min-height:100%;
	font-size: 12px;
	color: #000;
	font-family:"Arial","微软雅黑";
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
li{
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height:auto!important;
pointer-event:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;

    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
    -webkit-user-select:none; /*webkit浏览器*/   
    -khtml-user-select:none; /*早期浏览器*/   
    -moz-user-select:none;/*火狐*/   
    -ms-user-select:none; /*IE10*/   
    user-select:none; 
-webkit-touch-callout: none /* disables the callout */

}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
}
::after,::before{	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "Arial","微软雅黑";
	font-size: 12px;
	outline: none;
}
/* =========
  工具样式
  ========== */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
}
.clearfix:after{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.donghua{
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.all{
	max-width: 100%;
	overflow: hidden;
}
/* =========

  首页

  ========== */
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	overflow: hidden;
}
/*头部*/
.header{
	position: fixed;
	top: 0;
	height: 105px;
	line-height: 105px;
	background-color: #fff;
	left: 0;
	z-index: 999999;
	width: 100%;
}
.header .inbox{
	overflow: visible;
	max-width: 1200px;
	position: relative;
	z-index: 12;
}
.header .inbox .logo{
	display: block;
	float: left;
}
.header .inbox .logo img{
	width: 200px;
	height: 30px;
}
.header .inbox .right{
	float: right;
}


.q_lang{}
.q_lang li{ position:relative; cursor:pointer}
.q_lang li dl{ position:absolute; width:100%; top:20px; left:0; padding-top:13px;border-left:1px solid #ececec;border-right:1px solid #ececec; display:none}
.q_lang li dd{ width:100%; border-bottom:1px solid #ececec; height:30px; line-height:30px;text-indent:0; text-align:center; background:#fff;} 

.q_lang li:hover dl{ display:block}



.header .inbox .right .lg-box{
    float: left;
    margin-right: 10px;
    width: 120px;
    height: 34px;
    border: 1px solid #ececec;
    border-radius: 20px;
    margin-top: 37px;
    line-height: 34px;
    text-indent: 36px;
    background-image: url(../icon22.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.header .inbox .right .lg-box span{ font-size:14px; color:#666666; line-height:34px; position:relative; display:block}
.header .inbox .right .lg-box span:after{ content:""; width:11px; height:6px; background:url(../q_lang_xiala.jpg) no-repeat center; position:absolute; right:10px; top:14px}


.header .inbox .right .lg-box a{
	font-size: 12px;
	color: #666;
	font-weight: bold;
	-moz-transition: all 0s; 
	-webkit-transition: all 0s;  
	-o-transition: all 0s; 
	-ms-transition: all 0s; 
	transition: all 0s;
}
.header .inbox .right .search-icon{
	float: left;
	cursor: pointer;
}
.header .inbox .right .search-icon img{

}
.header .nav{
	float: left;
	width: calc(100% - 370px);
	text-align: center;
	text-align: center;
	height: 100%;
}
.header .nav .nLi{
	display: inline-block;
	padding-left: 14px;
	padding-right: 14px;
	height: 100%;
	position: relative;
}
.header .nav .nLi:nth-child(2){
	padding-left: 0;
}
.header .nav .nLi:last-child{
	padding-right: 0;
}
.header .nav .nLi .a1{
	display: block;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	position: relative;
}
.header .nav .nLi.on .a1{
	color: #ed7020;
}
.header .nav .nLi:before{
	content: "";
	position: absolute;
	right: 0px;
	width: 2px;
	height: 15px;
	top: 50%;
	margin-top: -7.5px;
	background:#d3d3d3
} 
.header .nav .nLi:last-child:before{
	display: none;
}

.header .nav .nLi:nth-child(2):after{
	margin-left: -17px;
}
.header .nav .nLi:last-child:after{
	margin-left: 13px;
}
.header .nav .nLi .sub{
	position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    line-height: 76px;
    height: 76px;
    background: #ed7020;

    opacity: 0;
}
.header .nav .nLi .sub .inli{
	display: inline-block;
	padding-right: 30px;
	margin-right: 26px;
	position: relative;
}
.header .nav .nLi .sub .inli:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 18px;
	margin-top: -9px;
	width: 1px;
	background-color: rgba(255,255,255,.5);
}
.header .nav .nLi .sub .inli:last-child:after{
	display: none;
}
.header .nav .nLi .sub .inli:last-child{
	margin-right: 0;
}
.header .nav .nLi .sub .inli .a2{
	display: block;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
.header .nav .nLi .sub .inli.on .a2{
	font-weight: bold;
}
.header .nav .nLi .sub .inli .a2:before{
	content: "";
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
}
.header .nav .nLi .sub .inli.on .a2:before{
	opacity: 1;
}

.header .nav .nLi .sub .inli:hover .insub{    opacity: 1; z-index:2}
.header .nav .nLi .sub .inli:hover .a2:before{    opacity: 1;}


.header .nav .nLi .sub .inli .insub{
	background-color: #f5f5f5;
	position: fixed;
	top: 181px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s;
	z-index:-999;
}
.header .nav .nLi .sub .inli .insub .a3{
	display: block;
	font-size: 14px;
	color: #333;
	position: relative;
}
.header .nav .nLi .sub .inli .insub .a3:hover{ color:#ed7020}

.header .nav .nLi .sub .insub .inli:after{

	background-color:#666;
}

.header .nav .nLi .sub .inli .insub .ininli{
	padding-top: 45px;
	padding-bottom: 52px;
	position: relative;
}
.header .nav .nLi .sub .inli .insub .ininli .btn{
	font-family: "Arial";
	font-weight: bold;
	font-size: 30px;
	color: #ed7020;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
	right: 10%;
}
.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
	left: 10%;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container{
	width: calc(94% - 30px);
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide:after{
	content: "";
	position: absolute;
	top: 0;
	right: -40px;
	width: 1px;
	height: 100%;
	background: -webkit-linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: -moz-linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide a{
	display: block;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .imgbox img{
	width: 100%;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .line{
	width: 25px;
	height: 2px;
	background-color: #ed7020;
	margin-top: 18px;
	margin-bottom: 15px;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .title{
	font-size: 16px;
	color: #282828;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
/*小屏幕导航*/
.header .right .box{
	height: 16px;
	position: relative;
	display: none;
	float: right;
	margin-left: 10px;
	margin-top: 17px;
	width: 24px;
}
.header .right .box .line{
	width: 24px;
	height: 2px;
	background-color: #ed7020;
	position: absolute;
	left: 0px;
	top: 7px;
}
.header .right .box .line1{
	margin-top: -7px;
}
.header .right .box .line3{
	margin-top: 7px;
}
.header .right .box[data-active="on"] .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .right .box[data-active="on"] .line2{
	display: none;
}
.header .right .box[data-active="on"] .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-nav-box{
	position: fixed;
	top: 51px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	display: none;
}
.mm-nav-box[data-on="active"],.mm-nav-box[data-on="active"] .mask,.mm-nav-box[data-on="active"] .mm-wrap{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.mm-nav-box .mask{
	position: fixed;
    top: 0px;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}
.mm-nav-box .mm-wrap{
	position: fixed;
	top: 0px;
	right: 0;
	width: 50%;
	z-index: 100;
	background-color: #111;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: auto;
}
.mm-nav-box .mm-nav .li1{
	margin: 0 20px;
    line-height: 48px;
}
.mm-nav-box .mm-nav .li1 .a1{
	display: block;
	color: #fff;
	font-size: 16px;
}
.mm-nav-box .mm-nav .li1.on .a1{
	color: #ed7020;
}
.mm-nav-box .mm-nav .li1.on .mm-title{
	border-color: #ed7020;
}
.mm-nav-box .mm-nav .li1 .mm-title{
	position: relative;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{
	border-color: #009b4c;
}
.mm-nav-box .mm-nav .li1 .mm-innav{
	display: none;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{
	display: block;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	margin: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	line-height: 1;
}
.mm-nav-box .mm-nav .li1 .mm-innav li a{
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}
/*小屏幕导航 End*/
/*搜索*/
.search-box{
	position: fixed;
	top: 105px;
	left: 0;
	z-index: 11;
	width: 100%;
	opacity: 0;

}
.search-box[data-on="click"]{
	opacity: 1;
	bottom: 0;
}
.search-box[data-on="click"] .box{
	margin-top: 40px;
	margin-bottom: 50px;
}
.search-box[data-on="click"] .box form input[type="text"]{
	height: 50px;
}
.search-box[data-on="click"] .mask{
	height: calc(100% - 142px);
}
.search-box[data-on="click"]:before{
	height: 142px;
}
.search-box:before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	height: 0px;
	background-color: rgb(117, 117, 117);
	width: 100%;
}
.search-box .box{
	max-width: 1820px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}
.search-box .mask{
	background-color: rgba(0,0,0,.7);
}
.search-box .box form{
	position: relative;
}
.search-box .box form input[type="text"]{
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 0px;
	width: 100%;
	background-color: transparent;
	text-indent: 10px;
	color:#CCC;
}
.search-box .box form input[type="submit"]{
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	position: absolute;
	background-image: url(../images/icon21.png);
	border: 0;
}
/*搜索 End*/
.header .inbox .right .lg-box a.noactive{
	color: #ccc;
	width: 0;
	display: inline-block;
}
@media only screen  and (min-width: 1024px){
	.header .inbox .right .lg-box:hover{
		
	}
	.header .inbox .right .lg-box:hover a{
		opacity: 1 !important;
		width: 20px;
		-moz-transition: all 0s .5s; 
		-webkit-transition: all 0s .5s;  
		-o-transition: all 0s .5s; 
		-ms-transition: all 0s .5s; 
		transition: all 0s .5s;
	}
	.header .inbox .right .lg-box a:hover{
		color: #ed7020;
	}
}
@media only screen  and (max-width: 1600px){
	.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
		right: 5%;
	}
	.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
		left: 5%;
	}
}
@media only screen  and (max-width: 1440px){
	.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
		right: 1%;
	}
	.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
		left: 1%;
	}
}
@media only screen  and (max-width: 1280px){
	.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
		right: 10px;
	}
	.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
		left: 10px;
	}
	.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide:after{
		right: -20px;
	}
	.header .nav .nLi{
		padding-left: 20px;
		padding-right: 16px;
	}
	.header .nav .nLi:nth-child(2):after{
		margin-left: -12px;
	}
	.header .nav .nLi:last-child:after{
		margin-left: 8px;
	}
	.header .inbox .logo img{

		width: 170px;
	}
	.header .nav{
		width: calc(100% - 300px);
	}
	.header .nav .nLi .sub .inli .insub .ininli{
		padding-top: 35px;
		padding-bottom: 42px;
	}
}
@media only screen  and (max-width: 1100px){
	.header .nav .nLi{
		padding-left: 16px;
		padding-right: 12px;
	}
}
@media only screen  and (max-width: 1200px){
	.header .right .box,.mm-nav-box{
		display: block;
	}
	.header .nav{
		display: none;
	}
	.header{
		line-height: 50px;
		height: 50px;
	}
	.header .inbox .right .lg-box{
		margin-top: 9px;
		margin-right: 10px;
		width: 140px;
		
	}
	.header .inbox .logo img{
		height: 30px;
		width: 128px;
	}
	.search-box{
		top: 50px;
	}
	.header .inbox .right .lg-box a{
		display: inline-block !important;
		opacity: 1 !important;
		width: 28px !important;
		font-size: 16px;
		text-align: center;
	}
	.header .inbox .right .lg-box .cn{
		margin-left: 3px;
	}
}
@media only screen  and (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 42px;
		line-height: 42px;
	}
	.mm-nav-box .mm-wrap{
		width: 60%;
	}
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 36px;
		line-height: 36px;
	}
	.mm-nav-box .mm-wrap{
		width: 70%;
	}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{
		font-size: 14px;
	}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{
		font-size: 12px;
	}
	.mm-nav-box .mm-nav .li1{
		margin: 0 10px;
	}
}
@media only screen  and (max-width: 414px){
	.mm-nav-box .mm-wrap{
		width: 80%;
	}
}
/*头部 End*/
/*中间广告轮播*/
.banner{
	position: relative;
	background-color: #ccc;
	margin-top: 80px;
}
.banner .my-swiper .swiper-slide{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .my-swiper .swiper-slide img{
	width: 100%!important;
}
.banner .my-swiper .swiper-slide .swiper_a{
	display: block;
	height: 100%;
	position: relative;
}
.banner .my-swiper .swiper-slide .swiper_a .inbox{
	bottom: 290px;
	position: absolute;
	left: 10%;
	z-index: 11;
	width: 80%;
}
.banner .my-swiper .swiper-slide .swiper_a .inbox .title{
	font-size: 38px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;

}

.inbox_span1{ display:block; font-size:36px; margin-bottom:10px; font-weight:normal}
.inbox_span2{ display:block; font-size:48px; font-weight:bold}

.banner .my-swiper .swiper-slide .swiper_a .inbox .line{height: 50px;margin-top: 14px;margin-bottom: 22px;}

.banner .my-swiper .swiper-slide .swiper_a .inbox .line ul{ padding-left:0}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ float:left; margin-right:20px; background:#ed7020;  line-height:50px; text-align:center; color:#fff; font-size:24px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ color:#fff; display:block; width:180px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li a{ color:#fff; display:block}

.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox .inbox_span2{ color:#00809a;
text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
*filter: Glow(color=#000, strength=1);

}
.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox .line li{ width:auto; padding:0 30px ; margin-right:0; background:#00809a; font-size:28px; line-height:46px;}

.banner .my-swiper .swiper-slide .swiper_a .inbox .more{
	width: 146px;
	height: 50px;
	border: 3px solid #fff;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	background-color: rgba(255,255,255,.35);
}


@media only screen and (max-width: 1440px){
.banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:200px; left:9%}
.inbox_span1{ font-size:24px; margin-bottom:10px;}
.inbox_span2{ font-size:36px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line{height: 40px;margin-top: 10px;margin-bottom: 20px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ font-size:16px; line-height:40px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ width:150px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .more{ width:120px; height:46px; line-height:46px; font-size:16px;}

}
@media only screen and (max-width: 1280px){
.banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:140px;}

.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox{ bottom:180px;}


.inbox_span1{ font-size:24px!important; margin-bottom:10px;}
.inbox_span2{ font-size:30px!important;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ font-size:16px; }
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ width:110px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .more{ width:120px; height:46px; line-height:46px; font-size:16px;}


	.header .inbox .right .lg-box{
	width: 60px;
	}
	.header .inbox .right .lg-box span{ height:34px; color:#fff; overflow:hidden}

}

@media only screen and (max-width: 1024px){
.banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:120px;}

.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox{ bottom:120px;}
.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox .line li{padding:0 20px ;font-size:20px; line-height:40px;}

.inbox_span1{ font-size:18px!important; margin-bottom:10px;}
.inbox_span2{ font-size:26px!important;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line{ margin-top:20px; margin-bottom:12px;height:40px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ font-size:14px; line-height:40px;margin-right:10px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ width:110px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .more{ width:100px; height:40px; line-height:40px; font-size:14px;}
}

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

.banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:90px; left:5%; }

.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox{ bottom:90px;}
.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox .line li{padding:0 20px ;font-size:18px; line-height:30px;}

.inbox_span1{ font-size:14px!important; margin-bottom:10px;}
.inbox_span2{ font-size:20px!important;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line{ margin-top:10px; margin-bottom:12px;height:30px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ font-size:14px; line-height:30px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ width:90px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .more{ width:80px; height:36px; line-height:30px; font-size:14px;}


}

@media only screen and (max-width: 600px){
.banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:22px; left:2%;}

.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox{ bottom:42px;}
.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox .line li{padding:0 10px ;font-size:12px; line-height:30px;}

.banner .my-swiper .swiper-slide.banner_tant_3 .swiper_a .inbox{ bottom:30px;}

.inbox_span1{ font-size:12px!important; margin-bottom:4px;}
.inbox_span2{ font-size:12px!important;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line{ margin-top:4px; margin-bottom:4px; height:30px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ font-size:12px; line-height:30px; margin-right:4px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li:nth-child(3){ display:none}
.banner .my-swiper .swiper-slide .swiper_a .inbox .line li{ width:84px;}
.banner .my-swiper .swiper-slide .swiper_a .inbox .more{ width:84px; height:28px; line-height:24px; font-size:12px;}

.banner .my-swiper .my-pagination .swiper-pagination-bullet-active{ width:10px!important; height:10px!important}

.footer .inbox .link{ padding:10px 0!important}
}

@media only screen and (max-width: 375px){
.footer .inbox .linkbox{ overflow:hidden}
.footer .inbox .linkbox a{margin-right:0!important; padding-right:0!important; width:25%; float:left;}

}
.banner .my-swiper .scrolldowm{
	position: absolute;
	bottom: 0;
	right: 5.2%;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    z-index: 10;
    padding-bottom: 30px;
    font-family: "Arial";
    width: 24px;
    cursor: pointer;
}
.banner .my-swiper .scrolldowm:after{
	content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-animation: elastic 2.5s infinite;
    animation: elastic 2.5s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes elastic {
    0% { height: 100%; }
    90% { height: 0%;}
    100% { height: 100%; }
}
@keyframes elastic {
    0% { height: 100%; }
    90% { height: 0%;}
    100% { height: 100%; }
}
.banner .my-swiper .btn{
	position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    z-index: 10;
    cursor: pointer;
    margin-top: -30px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,.35);
}
.banner .my-swiper .my-prev{
    left:50px;
}
.banner .my-swiper .my-next{
    right: 50px;
}
.banner .my-swiper .btn:after{
	content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner .my-swiper .my-prev:after {
   border-top: 2px solid #f4f4f5;
   border-left: 2px solid #f4f4f5;
}
.banner .my-swiper .my-next:after {
   border-bottom: 2px solid #f4f4f5;
   border-right: 2px solid #f4f4f5;
}
.banner .my-swiper .my-pagination{
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 0;
	z-index: 11;
}
.banner .my-swiper .my-pagination .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background-color: #fff;
	opacity: 1;
	vertical-align: middle;
}
.banner .my-swiper .my-pagination .swiper-pagination-bullet-active{
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: 1px solid #fff;
	position: relative;
}
.banner .my-swiper .my-pagination .swiper-pagination-bullet-active:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	margin-left: -2px;
	margin-top: -2px;
	background-color: #fff;
}
.banner .my-swiper .swiper-slide{
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
.banner .my-swiper .swiper-slide-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation: myscale 1.7s;
	-moz-animation: myscale 1.7s;
	-ms-animation: myscale 1.7s;
	-o-animation: myscale 1.7s;
	animation: myscale 1.7s;
}
@-webkit-keyframes myscale{
	0%,50%{
		-webkit-transform: scale(0.85);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes myscale{
	0%,50%{
		-moz-transform: scale(0.85);
	}
	100%{
		-moz-transform: scale(1);
	}
}
@-ms-keyframes myscale{
	0%,50%{
		-ms-transform: scale(0.85);
	}
	100%{
		-ms-transform: scale(1);
	}
}
@-o-keyframes myscale{
	0%,50%{
		-o-transform: scale(0.85);
	}
	100%{
		-o-transform: scale(1);
	}
}
@keyframes myscale{
	0%,50%{
		transform: scale(0.85);
	}
	100%{
		transform: scale(1);
	}
}
@media only screen  and (max-width: 1440px) {

.index-middle-box .middle .inbox .mtop .right .title img{ display:none}

	.banner .my-swiper .my-prev{
		left: 40px;
	}
	.banner .my-swiper .my-next{
		right: 40px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		
		
	}
	
	.banner .my-swiper .swiper-slide a .inbox .title .inbox_span1{ font-size:30px; display:block}
	.banner .my-swiper .swiper-slide a .inbox .title .inbox_span2{ font-size:40px; display:block}	
	
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 40px;
		font-size:24px
	}
	
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 140px;
		height: 50px;
		line-height: 50px;
		font-size:18px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 100px;
	}
}
@media only screen  and (max-width: 1280px){
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 70px;
	}
}
@media only screen  and (max-width: 1024px) {
	.banner .my-swiper .btn{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		font-size: 24px;
		max-height: 72px;
	}
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 30px;
	}
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 120px;
		height: 40px;
		line-height: 36px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 50px;
	}
	.banner .my-swiper .scrolldowm{
		padding-bottom: 15px;
	}
	.banner .my-swiper .my-pagination{
		bottom: 15px;
	}
	.banner .my-swiper .my-prev{
		left: 30px;
	}
	.banner .my-swiper .my-next{
		right: 30px;
	}
	
.index-middle-box .middle .inbox .mtop .right{ width:42%!important}
.index-middle-box .middle .inbox .mtop .right .title span{ float:none!important}
}
@media only screen  and (max-width: 1023px) {
	.banner{
		margin-top: 50px;
	}
}
@media only screen  and (max-width: 800px) {
	.banner .my-swiper .btn{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.banner .my-swiper .my-prev{
		left: 20px;
	}
	.banner .my-swiper .my-next{
		right: 20px;
	}
	.banner .my-swiper .swiper-slide img{
		display: none;
	}
	.banner .my-swiper{
		height: 350px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		font-size: 20px;
		max-height: 60px;
	}
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 24px;
		margin-top: 8px;
		margin-bottom: 15px;
	}
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 100px;
		height: 30px;
		line-height: 26px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 30px;
	}
	.banner .my-swiper .my-pagination{
		bottom: 10px;
	}
}
@media only screen  and (max-width: 600px) {

.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox .inbox_span2{
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;

}
	.banner .my-swiper .scrolldowm{
		display: none;
	}
	.banner .my-swiper{
		height: 280px;
	}
	.banner .my-swiper .btn{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.banner .my-swiper .my-prev:after{
		margin-left: -3px;
	}
	.banner .my-swiper .my-next:after{
		margin-left: -5px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		font-size: 16px;
		max-height: 48px;
	}
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 18px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 80px;
	}
	.banner .my-swiper .my-prev{
		left: 5px;
	}
	.banner .my-swiper .my-next{
		right: 5px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		width: 80%;
	}
}


@media only screen  and (max-width: 414px) {
	.banner .my-swiper{
		height: 200px;
	}
    .banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:60px!important}
	.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox{ bottom:70px!important}
	.banner .my-swiper .swiper-slide.banner_tant_3 .swiper_a .inbox{ bottom:80px!important}
}

@media only screen  and (max-width: 375px) {
	.banner .my-swiper{
		height: 180px;
	}
    .banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:50px!important}
	.banner .my-swiper .swiper-slide.banner_tant_2 .swiper_a .inbox{ bottom:50px!important}
	.banner .my-swiper .swiper-slide.banner_tant_3 .swiper_a .inbox{ bottom:70px!important}
}

@media only screen  and (max-width: 320px) {
	.banner .my-swiper{
		height: 160px;
	}
    .banner .my-swiper .swiper-slide .swiper_a .inbox{ bottom:40px!important}
}

/*中间广告轮播 End*/
/*index-middle-box*/
.index-middle-box{
	position: relative;
}
.index-middle-box:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../bg02.png);
	background-repeat: no-repeat;
	width: 410px;
	height: 668px;
}
.index-middle-box .top{
	height: 115px;
	line-height: 114px;
	border-bottom: 1px solid #dadada;
	background-color: #e6e8e9;
}
.index-middle-box .top .inbox{
	font-size: 30px;
	color: #788589;

}
.index-middle-box .middle{
	background-image: url(../bg03.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0 0 0;
}
.index-middle-box .middle .inbox{
	position: relative;
	z-index: 1;
}
.index-middle-box .middle .inbox .mtop .left,{

	display: block;
}

.index-middle-box .middle .inbox .mtop .right{
	width: 56%;
	display: block;
}

@media only screen  and (max-width: 1200px) {
.index-middle-box .middle .inbox .mtop .right{ width:50%}

}




.index-middle-box .middle .inbox .mtop .left .img{ position:relative;width:450PX;height:300px; }
.index-middle-box .middle .inbox .mtop .left .img a{ display:block; width:100%; height:300px; overflow:hidden;position:absolute;left:20px; top:20px}
.index-middle-box .middle .inbox .mtop .left .img img{width:100%; }

.index-middle-box .middle .inbox .mtop .left .img .bg{  width:100%; height:100%; border:3px solid #f1b28a; }

.index-middle-box .middle .inbox .mtop .right .line{
	width: 40px;
	height: 2px;
	background-color: #ed7020;
	margin-bottom: 10px;
}
.index-middle-box .middle .inbox .mtop .right .title{
	font-size: 30px;
	color: #212121;

	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.index-middle-box .middle .inbox .mtop .right .title span{ float:left}

.index-middle-box .middle .inbox .mtop .right .title img{ float:left; margin-left:20px; margin-top:4px;}

.index-middle-box .middle .inbox .mtop .right .desc{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 20px;
	text-indent:2em;
	line-height:30px;
	 text-align:justify;
}
.index-middle-box .middle .inbox .mtop .right .icon{
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border:1px solid #999999;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.index-middle-box .middle .inbox .mtop .right:hover .icon{border:1px solid #ed7020;color: #ed7020;}


.qcom{ margin-top:50px; text-align:center;}

.qcom li{ display:inline-block;  position:relative; width:30.6666667%;text-align:center; overflow:hidden; margin:0 0.75%;}

.cvd_cl_content table td{ width:auto!important}

@media only screen  and (max-width: 1280px){
.qcom li{ width:30.6666667%;}
.qcom li img{ width:100%}
}

@media only screen  and (max-width: 1000px){
.qcom li{ width:100%; margin-bottom:10px;}

}


.qcom li .title{ position:absolute; width:100%; background:url(../img-bg1.png); bottom:0; left:0; padding:0 10px;font-size:16px; color:#ffffff; line-height:46px; font-weight:normal;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.qcom li .dec{  width:100%; height:100%; background:url(../img-bg1.png); position:absolute; top:100%;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.qcom li .dec h1{ font-size:24px; color:#ffffff; line-height:80px; font-weight:normal; margin-top:10px}
.qcom li .dec h2{ font-size:14px; color:#ffffff; line-height:24px; font-weight:normal; padding:0 10px}

.qcom li:hover .title{  bottom:-46px;}
.qcom li:hover .dec{ top:0}


.index-middle-box .list{
	margin-top: 50px;
}
.index-middle-box .list a{
	width: 49.6%;
	position: relative;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 100%;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.index-middle-box .list a:hover{ background-size:110%}

.index-middle-box .list .right{
	margin-top: 110px;
}
.index-middle-box .list a img{
	width: 100%;
}
.index-middle-box .list a .title{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 44px;
	color: #ffffff;

	white-space: nowrap;
}
.index-middle-box .list a .more{
	position: absolute;
	bottom: 9.8%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
}
.index-middle-box .bottom{
	background-color: #e4e5e5;
	margin-top: -205px;
	background-image: url(../images/bg04.png);
	background-repeat: no-repeat;
	background-position: top center; 
	padding-bottom: 150px;
}
.index-middle-box .bottom .btop {
	padding-top: 196px;
}
.index-middle-box .bottom .btop .d1{
	font-size: 30px;
	color: #212121;

}
.index-middle-box .bottom .btop .d2{
	font-size: 14px;
	color: #788589;
}
.index-middle-box .bmiddle{
	max-width: 1720px;
	position: relative;
}
.index-middle-box .bmiddle .indexproduct-swiper{
	max-width: 1620px;
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.indexproduct-swiper .swiper-slide a{
	display: block;
	padding-top: 50px;
	border-top: 1px solid #bdbdbd;
	margin-top: 20px;
}
.indexproduct-swiper .swiper-slide a .imgbox{
	overflow: hidden;
	width: 70.19%;
	margin-left: auto;
	margin-right: auto;
}
.indexproduct-swiper .swiper-slide a .imgbox .inbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.indexproduct-swiper .swiper-slide a .imgbox .inbox img{
	width: 100%;
}
.indexproduct-swiper .swiper-slide a .line{
	width: 24px;
	height: 2px;
	background-color: #ed7020;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}
.indexproduct-swiper .swiper-slide a .title{
	text-align: center;
	font-size: 16px;
	color: #282828;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index-middle-box .bmiddle .btn{
	position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: 32px;
    cursor: pointer;
}
.index-middle-box .bmiddle .btn:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #ed7020;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
	margin-top: -1px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.index-middle-box .bmiddle .btn:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #ed7020;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	margin-top: -1px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.index-middle-box .bmiddle .ip-prev{
	left: 0;
}
.index-middle-box .bmiddle .ip-next{
	right: 0;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
@media only screen  and (min-width: 601px) {
	.index-middle-box .list a:hover{
		opacity: 0.85;
	}
	.indexproduct-swiper .swiper-slide:hover a .imgbox .inbox{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	.indexproduct-swiper .swiper-slide:hover a .title{
		color: #ed7020;
	}
}
@media only screen  and (max-width: 1600px){
	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 0;
	}
}
@media only screen  and (max-width: 1440px){
	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 0;
		
	}
	.index-middle-box:after{ width:266px}
}
@media only screen  and (max-width: 1280px){
	.index-middle-box .top{
		height: 81px;
		line-height: 80px;
	}
	.index-middle-box .top .inbox{
		font-size: 24px;
	}
	.index-middle-box:after{
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-moz-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		-o-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-bottom: 20px;
	}
	.index-middle-box .list .right{
		margin-top: 90px;
	}
	.indexproduct-swiper .swiper-slide a{
		margin-top: 0;
		padding-top: 30px;
	}
	.index-middle-box .bmiddle .btn{
		margin-top: 12px;
	}
	.indexproduct-swiper .swiper-slide a .imgbox{
		width: 90%;
	}
}
@media only screen  and (max-width: 1024px){
	.index-middle-box .middle{
		padding-top: 6%;
	}
	.index-middle-box .list{
		margin-top: 5%;
	}
	.index-middle-box .list .right{
		margin-top: 60px;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-top: 15px;
		margin-bottom: 30px;
	}
}
@media only screen  and (max-width: 800px){
	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 80px;
	}
	.index-middle-box:after{
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		-moz-transform: scale(.4);
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	.index-middle-box .top{
		height: 46px;
		line-height: 46px;
	}
	.index-middle-box .top .inbox{
		font-size: 20px;
	}
	.index-middle-box .middle .inbox .mtop .right .title{
		font-size: 24px;
		height: 36px;
	}
	
	.index-middle-box .middle .inbox .mtop .right .title img{ display:none}
	
	
	
	.index-middle-box .middle .inbox .mtop .right .icon{
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.index-middle-box .list .right{
		margin-top: 40px;
	}
	.index-middle-box .list a .title{
		font-size: 36px;
	}
	.index-middle-box .bmiddle .indexproduct-swiper{
		width: calc(100% - 70px);
	}
	.index-middle-box .bmiddle .btn{
		margin-top: 8px;
	}
	.indexproduct-swiper .swiper-slide a{
		padding-top: 20px;
	}
	.indexproduct-swiper .swiper-slide a .line{
		margin-top: 15px;
		margin-bottom: 8px;
	}
}

@media only screen  and (max-width: 1000px){
.pa_td_dd,.pa_td_dd2,.cvd_td_dd_text{ display:none}
.pa_bj2{ padding:30px 0 20px 0!important}
}

@media only screen  and (max-width: 768px){
.showproduct_l .showproduct_l_title{ font-size:20px!important;}
.index-middle-box .middle .inbox .mtop .left{ margin-bottom:20px; width:100%}
.index-middle-box .middle .inbox .mtop .left .img{ width:100%;height:auto;}
.index-middle-box .middle .inbox .mtop .left .img a{ position:static; height:auto}
.index-middle-box .middle .inbox .mtop .left .img .bg{ display:none}

.qcom li{ margin:0}
.qcom li .title{ font-size:12px; line-height:30px; }
.qcom li:hover .dec{ display:none}
.qcom li:hover .title{ bottom:0}


.index-middle-box .middle .inbox .mtop .right{ width:100%!important;}
.index-middle-box .middle .inbox .mtop .right .desc{ padding-right:0!important}

.cvd_ys_content,.cvd_td_content,.cvd_yy_content{ padding:0 10px!important;}
.q_pro2_com li a .title{ font-size:32px!important}
.pro_title{ font-size:24px!important;}
.cvd_td_content{ font-size:12px!important}

.pur_td_dd,.cvd_td_dd{ display:none}

.pur_td_dd_img,.cvd_td_dd_img{ display:block!important; margin-top:20px;}
.cvd_td{ padding:30px 0 30px 0!important}

.ny_banner{ height:150px!important}
.ny_banner span.ny_banner_namemark{ font-size:12px!important; margin-top:26px!important; line-height:26px!important;}
.ny_banner span.ny_banner_name{ font-size:18px!important}
.cvd_cl_list li h1{ height:auto!important}
.count-title{ font-size:60px!important}
}

@media only screen  and (max-width: 600px){
.show_gszl{ max-height:none!important;padding:10px 0!important; margin-bottom:20px!important}
.show_gsjj{ margin-bottom:20px!important}
.show_gsjj_text .title{ font-size:18px!important; margin-bottom:0!important; height:auto!important}
.show_gsjj_text .title img{ display:none}
.show_hxyw_tant_r h1{ font-size:18px!important;line-height:26px!important; padding:6px 0; margin-top:6px!important;}
.show_hxyw_tant_r h2 p,.show_hxyw_tant_r h2 span{ font-size:12px!important;}
.show_hxyw  .bx-controls{ margin-top:10px!important}

.ny_weizhi_l li{ margin-right:10px!important;}
.show_gsjj_text .title span{ float:none!important}
.show_hxyw .bx-controls-direction{ display:none}
.met_hits{ display:none}
td.text{ text-align:left!important; padding:6px 0!important}
td.input{ padding:0!important}
td.input .info{ display:none}

.cv_table{table-layout:fixed; width:100%;}
.showjob_cvlist td.input input{ width:100%!important}
.showjob_cvlist tr:nth-child(3) td.input input{ width:auto!important}

.news_com .news_com_tant h2{ font-size:12px!important; line-height:24px!important; height:48px!important;}
.news_com .news_com_tant h3{ display:none}
.news_com .news_com_tant h4{ display:none}

.news_com .news_more{ width:50px!important; height:30px!important; margin-left:-25px!important;}
.news_com .bx-controls-direction a{ width:30px!important; height:30px!important; margin:0 34px!important;}
.news_com .bx-prev,.news_com .bx-next{ background-size:100%}
.news_com .bx-controls-direction{ bottom:-60px!important}
.news_com .news_more{ bottom:43px!important}


.ny_weizhi_r{ display:none}
.index_title{ line-height:46px!important;}
.index_bottom{ padding-top:30px!important; padding-bottom:30px!important}
.pro_com{ margin-bottom:30px!important}
.qcom{ margin-top:30px}
.qcom li{ width:100%;}
.pro_main_l{ width:100%!important; }
.pro_main_l_title{margin-left: 36px!important;}

.pro_main_l_img{ width:100%!important; height:auto!important; left:0!important; top:24%!important}
.pro_main_r{ width:100%!important;}


.pro_main_r_tant1,.pro_main_r_tant2,.pro_main_r_tant3{ margin-top:10px; height:320px!important }

.pro_main_r_tant2 .pro_main_r_tant_img, .pro_main_r_tant3 .pro_main_r_tant_img{ top:24%!important}



.index-middle-box .middle .inbox .mtop .left .img{ height:auto;}

	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 0;
	}
	.index-middle-box .middle .inbox .mtop .left, .index-middle-box .middle .inbox .mtop .right{
		float: none;
		width: 100%!important;
		
	}
	

	.index-middle-box .list a .more{ display:none!important;}
	.index-middle-box .middle .inbox .mtop .right{
		margin-top: 3%;
	}

	.index-middle-box .list .right{
		margin-top: 0px!important;
		margin-bottom: 2px!important;
	}
	.index-middle-box .bottom .btop .d1{
		margin-top: 5%;
	}
}
@media only screen  and (max-width: 500px){
	.indexproduct-swiper .swiper-slide a{
		padding-top: 10px;
	}
	.index-middle-box .bmiddle .btn{
		margin-top: 2px;
	}
	.index-middle-box .bmiddle .indexproduct-swiper {
	    width: calc(100% - 60px);
	}
}

@media only screen  and (max-width: 320px){
.pro_main_r_tant1,.pro_main_r_tant2,.pro_main_r_tant3{ height:300px!important }
}

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

	.index-middle-box:after{
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		-moz-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
	}
	.index-middle-box .top{
		height: 35px;
		line-height: 34px;
	}
	.index-middle-box .top .inbox{
		font-size: 16px;
	}
	.index-middle-box .middle .inbox .mtop .right .title{
		font-size: 18px;
		height: 30px;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 12px !important;
	}
	.index-middle-box .middle .inbox .mtop .right .desc p:nth-child(2){ 
/*	display:none;*/
	}
	.index-middle-box .middle .inbox .mtop .right .icon{
		width: 100px;
		height: 30px;
		line-height: 30px;
		float:right;
		margin-bottom:0;
		font-size:12px;
	}
	.index-middle-box .list a .title{
		font-size: 20px;
	}
	.index-middle-box .list a .more{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.index-middle-box .bottom .btop .d1{
		font-size: 24px;
	}
	.index-middle-box .bmiddle .indexproduct-swiper{
		margin-top: 15px;
	}
	.index-middle-box .bmiddle .btn{
		margin-top: -3px;
	}
}
/*index-middle-box End*/
/*index-bottom*/
.index-bottom .ivideo-box{
	background-color: #ed7020;
	padding-top: 95px;
	position: relative;
	padding-bottom: 40px;
	background-image: url(../images/bg05.png);
	background-repeat: no-repeat;
	background-position:86% bottom;
}
.index-bottom .ivideo-box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 95px;
	width: 100%;
	background-color: #e4e4e5;
}
.index-bottom .ivideo-box .inbox{
	overflow: visible;
}
.index-bottom .ivideo-box .mejs-overlay-button{
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
	border-radius: 50%;
	background: none;
	background-color: #ed7020;
}
.index-bottom .ivideo-box .mejs-overlay-button:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
    height: 0;
    border-top:8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    margin-left: -5px;
    margin-top: -8px;
}
.index-bottom .ivideo-box .inbox .left{
	width: 62.5%;
	margin-top: -95px;
	position: relative;
}
.index-bottom .ivideo-box .inbox .left:before{
	content: "";
	float: left;
	width: 1px;
	height: 0;
	margin-left: -1px;
	padding-top: calc(421 / 750 * 100%);
}
.index-bottom .ivideo-box .inbox .left:after{
	content: "";
	display: table;
	clear: both;
}
.index-bottom .ivideo-box .inbox .left .inner-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-bottom .ivideo-box .inbox .right{
	width: 31.25%;
}
.index-bottom .ivideo-box .inbox .right .line{
	margin-top: 53px;
	height: 2px;
	width: 25px;
	background-color: #000000;
	margin-bottom: 20px;
}
.index-bottom .ivideo-box .inbox .right .title{
	font-size: 30px;
	color: #ffffff;
	line-height: 1.5;
	height: 45px;
	overflow: hidden;

	margin-bottom: 32px;
}
.index-bottom .ivideo-box .inbox .right .icon{
	display: block;
	border-radius: 50%;
	background-color: #383431;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ed7020;
	font-size: 16px;
	font-weight: bold;
}
.index-bottom .bbottom{
	margin-top: 80px;
}
.index-bottom .bbottom .left{
	font-size: 30px;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	overflow: hidden;

}
.index-bottom .bbottom .more{
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 30px;
	background-color: #383431;
}
.index-bottom .tjnewsBox{
	display: block;
}
.index-bottom .tjnewsBox .imgbox{
	float: left;
	width: 220px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-bottom .tjnewsBox .imgbox img{
	width: 100%;
}
.index-bottom .tjnewsBox{
	margin-top: 40px;
}
.index-bottom .tjnewsBox .right{
	float: left;
	margin-left: 3.33%;
	width: calc(96% - 220px);
}
.index-bottom .tjnewsBox .right .title{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index-bottom .tjnewsBox .right .data{
	font-size: 13px;
	color: #2f9de5;
	margin-top: 5px;
	margin-bottom: 12px;
}
.index-bottom .tjnewsBox .right .desc{
	font-size: 12px;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
	color: rgba(255,255,255,.5);
	margin-bottom: 15px;
}
.index-bottom .tjnewsBox .right .more{
	width: 84px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #383431;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
}
@media only screen  and (max-width: 600px){
	.index-bottom .tjnewsBox .imgbox{
		width: 120px;
	}
	.index-bottom .tjnewsBox .right{
		width: calc(96% - 120px);
	}
	.index-bottom .tjnewsBox .right .title{
		font-size: 14px;
		height: 21px;
	}
	.index-bottom .tjnewsBox .right .data{
		font-size: 12px;
		line-height: 1;
		margin-top: 3px;
		margin-bottom: 6px;
	}
	.index-bottom .tjnewsBox .right .desc{
		margin-bottom: 10px;
		 overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
}
/*index-bottom End*/
/*index-news*/
.index-news{
	background-color: #f5f5f5;
	position: relative;
	z-index: 1;
}
.index-news:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ed7020;
	height: 50%;
	z-index: -1;
}
.index-news .inbox{
	max-width: 1520px;
	background-color: #fff;
	font-family: "Arial";
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: relative;
}
.index-news .inbox .idn-swiper{
	max-width: 1200px;
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #e5e5e5;
}
.index-news .inbox .idn-swiper .swiper-slide a{
	display: block;
	padding-top: 45px;
	padding-bottom: 45px;
	border-left: 1px solid #e5e5e5;
	padding-left: 40px;
}
.index-news .inbox .idn-swiper .swiper-slide .data{
	font-size: 13px;
	color: #a0a0a0;
}
.index-news .inbox .idn-swiper .swiper-slide .title{
	font-size: 16px;
	color: #3b3b3b;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;

	margin-bottom: 22px;
	margin-top: 8px;
}
.index-news .inbox .idn-swiper .swiper-slide .more{
	font-size: 14px;
	color: #ed7020;
}
.index-news .btn{
	position: absolute;
    top: 50%;
    height: 38px;
    width: 38px;
    z-index: 10;
    cursor: pointer;
    margin-top: -19px;
}
.index-news .btn:before{
	content: "";
    width: 38px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #ed7020;
}
.index-news .idn-prev:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #ed7020;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 15px;
    left: -2px;
}
.index-news .idn-next:after{
	content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #ed7020;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 15px;
    right: -2px;
}
.index-news .idn-prev{
	left: 3.81%;
}
.index-news .idn-next{
	right: 3.81%;
}
/*index-news End*/
@media only screen  and (max-width: 1580px){
	.index-news .idn-prev{
		left: 2%;
	}
	.index-news .idn-next{
		right: 2%;
	}
}
@media only screen  and (max-width: 1440px){
	.index-news .idn-prev{
		left: 1%;
	}
	.index-news .idn-next{
		right: 1%;
	}
	.index-news .btn{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.index-news .btn:before{
		width: 28px;
	}
}
@media only screen  and (max-width: 1280px){
	.index-middle-box .bottom{
		padding-bottom: 110px;
	}
	.index-bottom .bbottom{
		margin-top: 60px;
	}
	.index-news .inbox .idn-swiper .swiper-slide a{
		padding-left: 30px;
	}
}
@media only screen  and (max-width: 1024px){
	.index-middle-box .bottom{
		padding-bottom: 11%;
	}
	.index-bottom .bbottom{
		margin-top:6%;
	}
	.index-bottom .ivideo-box .mejs-overlay-button{
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}
	.index-bottom .ivideo-box .mejs-overlay-button:after{
		border-top: 6px solid transparent;
	    border-left: 8px solid #fff;
	    border-bottom: 6px solid transparent;
	    margin-top: -6px;
	    margin-left: -3px;
	}
	.index-bottom .ivideo-box .inbox .right .title{
		font-size: 24px;
		height: 36px;
		margin-bottom: 25px;
	}
	.index-bottom .ivideo-box{
		padding-top: 80px;
		padding-bottom: 4%;
	}
	.index-bottom .ivideo-box:before{
		height: 80px;
	}
	.index-bottom .ivideo-box .inbox .right .line{
		margin-top: 35px;
		margin-bottom: 12px;
	}
	.index-bottom .ivideo-box .inbox .right .icon{
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	.index-bottom .ivideo-box .inbox .left{
		margin-top: -80px;
	}
	.index-bottom .bbottom{
		margin-top: 6%;
	}
	.index-news .inbox .idn-swiper .swiper-slide a{
		padding-left: 20px;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.index-news .inbox .idn-swiper .swiper-slide .title{
		font-size: 14px;
		height: 42px;
		margin-bottom: 15px;
	}
	.index-news .idn-prev{
		left: 11px;
	}
	.index-news .idn-next{
		right: 11px;
	}
}
@media only screen  and (max-width: 800px){
	.index-bottom .ivideo-box .inbox .left,.index-bottom .ivideo-box .inbox .right{
		float: none;
		width: 100%;
	}
	.index-bottom .bbottom .left{
		font-size: 24px;
		height: 40px;
		line-height: 40px;
	}
	.index-bottom .bbottom .more{
		height: 40px;
		line-height: 40px;
		width: 130px;
	}
}
@media only screen  and (max-width: 600px){
	.index-news .inbox .idn-swiper .swiper-slide a{
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen  and (max-width: 414px){
	.index-bottom .ivideo-box{
		padding-top: 50px;
	}
	.index-bottom .ivideo-box:before{
		height: 50px;
	}
	.index-bottom .ivideo-box .inbox .left{
		margin-top: -50px;
	}
	.index-bottom .ivideo-box .inbox .right .line{
		margin-top: 20px;
		margin-bottom: 8px;
	}
	.index-bottom .ivideo-box .inbox .right .title{
		font-size: 20px;
		height: 30px;
		margin-bottom: 15px;
	}
	.index-bottom .ivideo-box .inbox .right .icon{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.index-bottom .bbottom .left{
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}
	.index-bottom .bbottom .more{
		height: 30px;
		line-height: 32px;
		width: 100px;
		font-size: 12px;
	}
	.index-news .inbox .idn-swiper .swiper-slide .title{
		margin-bottom: 10px;
	}
}
/*底部*/
.copyright{ line-height:26px; padding:12px 2%; text-align:center; background:#2f2f2f; font-size:14px; color:#666666;}
@media only screen  and (min-width: 800px){
.copyright p{ display:inline}
}
.copyright a{ color:#666666;}

.footer{
	background-color: #333333;
	padding-top: 36px;

}
.footer .inbox{
	overflow: visible;
}
.footer .inbox .left,.footer .inbox .right{
	width: 100%;
}
.footer .inbox .left{
	padding-right: 3%;
}
.footer .inbox .left .line{
	width: 45px;
	height: 2px;
	background-color: #000000;
	margin-bottom: 25px;
}
.footer .inbox .left .title{
	font-size: 22px;
	color: #ed7020;
	margin-bottom: 25px;
}
.footer .inbox .left .content{
	line-height: 1.5;
	color: #585858;
	font-size: 14px;
	font-family: "Arial","微软雅黑";
}
.footer .inbox .fcomtBox .line{
	width: 15px;
	height: 2px;
	background-color: #ed7020;
	margin-bottom: 15px;
}
.footer .inbox .fcomtBox .t1{
	font-size: 14px;
	color: #292929;
	line-height: 1.5;

	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.footer .inbox .fcomtBox .t1 .a1{
	color: #888888;
	font-size:18px;
	font-weight:bold;
	display: block;
}
.footer .inbox .top .right .d1{
	width: 23%;
	 border-right:1px solid #484848;
	 padding-left:2%;
	 margin-left:2%;

}
.footer .inbox .top .right .fnav1{ padding-left:0!important;margin-left:0!important;}

.footer .inbox .top .right .box ul li{ width:50%; float:left;}

.footer .inbox .top .right .box .t1{
	margin-bottom: 15px;
}
.footer .inbox .top .right .box ul li a{
	display: block;
	font-size: 14px;
	color: #cccccc;
	line-height: 30px;

	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.footer .inbox .top .right .d2{
	max-width: 33.33%;
}
.footer .inbox .top .right .d2 .sharebox .icon,.footer .inbox .top .right .d2 .sharebox .bshare-custom{
	display: inline-block;
	vertical-align: middle;
}
.footer .inbox .top .right .d2 .sharebox .icon{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 16px;
	background: none;
	background-color: #e8e8e8;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.footer .inbox .top .right .d2 .sharebox .bshare-custom{
	line-height: 32px !important;
}
.footer .inbox .top .right .d2 .sharebox .ewm{
	background-image: url(../images/icon01.png);
	position: relative;
}
.footer .inbox .top .right .d2 .sharebox .bshare-sinaminiblog{
	background-image: url(../images/icon02.png);
}
.footer .inbox .top .right .d2 .sharebox .email{
	background-image: url(../images/icon04.png);
	margin-right: 0;
}
.footer .inbox .top .right .d2 .sharebox .ewm img{
	position: absolute;
	width: 100px;
	height: 100px;
	max-width: none;
	bottom: 40px;
	left: -34px;
	-webkit-transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	transform: scale(0.01);
	opacity: 0;
}




.footer .ul_left{ width:50%; float:left}
.footer .ul_right{ width:50%; float:right}
.footer .ul_left li,.footer .ul_right li{ width:100%!important}







.footer .inbox .middle{
	margin-top: 36px;
	padding:20px 2%;
	background:#2f2f2f;
	overflow:hidden;
}

.footer .inbox .middle .middle_tant{ float:left; width:46%; margin-left:4%}
.footer .inbox .middle .middle_tant .middle_tant_t1{ font-size:18px; color:#ffffff;}
.footer .inbox .middle .middle_tant .middle_tant_box{ display:block; overflow:hidden; margin-top:20px}
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_l{ width:70px; height:50px; float:left; }
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_r{ float:left; border-left:1px solid #3a3a3a; line-height:30px; padding-left:16px;}
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_r .en{ display:block; font-size:16px; color:#999999; font-family:Arial; text-transform:uppercase}
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_r .cn{ display:block; font-size:16px; color:#ffffff; }
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_r .cn a{ color:#fff;}


.footer .inbox .link{ padding:30px 0;}
.footer .inbox .linkbox{ padding-left:30px; background:url(../link-bg.png) no-repeat center left; line-height:30px;}
.footer .inbox .linkbox h1{font-size: 14px; color: #CCC; width:100%; font-weight:normal}
.footer .inbox .linkbox a{
	font-size: 14px;
	color: #666666;
	padding-right: 8px;
	margin-right: 4px;
	display: inline-block;

}

@media only screen  and (max-width: 600px){
.footer .inbox .linkbox a span{ display:none}
}


.footer .inbox .bottom{
	margin-top: 45px;
}
.footer .inbox .bottom .left1{
	font-family: "Arial","微软雅黑";
	font-size: 12px;
	color: #aeaeae;
	max-width: calc(100% - 70px);
}
.footer .inbox .bottom .map{
	color: #aeaeae;
	font-size: 12px;
}
.footer .inbox .top .right .box .t1 .click{
	display: none;
}
@media only screen  and (min-width: 601px){
	.footer .inbox .top .right .d2 .sharebox .ewm:hover img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.footer .inbox .middle .linkbox a:hover,.footer .inbox .top .right .box ul li a:hover,.footer .inbox .bottom .map:hover{
		color: #ed7020;
	}
}
@media only screen  and (max-width: 1280px){
	.footer .inbox .top .right .d2 .sharebox .icon{
		margin-right: 10px;
	}
}
@media only screen  and (max-width: 1024px){
	.footer{
		padding-top: 5%;

	}
	.footer .inbox .left .line{
		margin-bottom: 15px;
	}
	.footer .inbox .left .title{
		font-size: 18px;
		margin-bottom: 18px;
	}
	.footer .inbox .middle{
		margin-top: 5%;
	}
	.footer .inbox .bottom{
		margin-top: 4%;
	}
}

@media only screen  and (max-width: 1000px){
.middle_tant_t1{ height:50px;}	

.footer .inbox .middle .middle_tant .middle_tant_box{ margin-top:0px!important}
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_l{ display:none}
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_r{ border-left:none; padding-left:0!important}	
}



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

.index_title h1{ font-size:24px!important;}
.index_title h2{ font-size:20px!important;}



	.footer .inbox .left, .footer .inbox .right{
		width: 100%;
		float: none;
		padding: 0;
	}
	.footer .inbox .left{
		margin-bottom: 3%;
	}
	.footer .inbox .fcomtBox.d1 .line{
		display: none;
	}
	.footer .inbox .top .right .d1,.footer .inbox .top .right .d2{
		float: none;
		width: 100%;
		max-width: 100%;
		min-height:auto!important;
		padding-left:0!important;
		margin-left:0!important;
		border-right:0!important;
	}
	.footer .inbox .middle{ padding:20px 0!important}
	.footer .inbox .top .right .d2{
		margin-top: 3%;
	}

	
	.footer .inbox .top .right .box ul{
		display: none;
		padding-left: 10px;
		margin-bottom: 5px;
	}
	.footer .inbox .top .right .box .t1{
		font-size: 18px;
		height: 30px;
		line-height: 1;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 10px;
		position: relative;
	}
	.footer .inbox .fcomtBox .t1 .a1{
		display: inline-block;
		position: relative;
		z-index: 2;
		font-size:14px;
	}
	
.footer .inbox .middle .middle_tant .middle_tant_t1{ font-size:16px}
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_r .en{ font-size:14px;}
.footer .inbox .middle .middle_tant .middle_tant_box .middle_tant_box_r .cn{ font-size:14px; line-height:24px;}


	
	.footer .inbox .top .right .box .t1 .click{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.footer .inbox .top .right .box .t1 .click:after{
		content: "";
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    width: 6px;
	    height: 6px;
	    border-top: 1px solid #292929;
	    border-right: 1px solid #292929;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	    margin-top: -8px;
	}
	.footer .inbox .top .right .box[data-on="click"] .t1 .click:after{
		webkit-transform: rotate(-45deg);
		-moz-transform: rotate(135deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.footer .inbox .top .right .box[data-on="click"] ul{
		display: block;
	}
	.footer .inbox .top .right .box[data-on="click"]{
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 10px;
	}
	.footer .inbox .fcomtBox .line{
		margin-bottom: 10px;
	}
	.footer .inbox .fcomtBox.d2 .t1{
		margin-bottom: 5px;
	}
	.footer .inbox .top .right .d2 .sharebox .icon{
		margin-bottom: 0;
	}
}


@media only screen  and (max-width: 414px){
.index_title h1{ font-size:18px!important;}
.index_title h2{ font-size:16px!important;}
	.footer .inbox .left .line{
		margin-bottom: 10px;
	}
	.footer .inbox .left .title{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.footer .inbox .top .right .box .t1{
		font-size: 14px;
		height: 24px;
	}
	.footer .inbox .middle{
		margin-top: 10px;
	}
	.footer .inbox .top .right .d2 .sharebox .icon{
		width: 24px;
		height: 24px;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
	}
	.footer .inbox .top .right .d2 .sharebox .bshare-custom{
		line-height: 24px !important;
	}
	.footer .inbox .fcomtBox .t1{
		margin-bottom: 5px;
	}
	.footer .inbox .bottom{
		margin-top: 5px;
	}
}
/*底部 End*/
/*侧边工具栏*/
.toolbar-box{
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 99;
}
.toolbar-box .ul1 li{
	background-color: #ed7020;
	border: 1px solid rgba(255,255,255,.2);
	border-bottom-color: rgba(255,255,255,.6);
}
.toolbar-box .ul1 li .d1{
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1;
}
.toolbar-box .ul1 li .a1{
	display: block;
	text-align: center;
}
.toolbar-box .ul1 li .a1.weixin{
 	border-bottom: 0;
}
.toolbar-box .ul1 li .qq{
	position: relative;
	border-bottom: 0;
	text-align: center;
}
.toolbar-box .ul1 li .icon{
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.toolbar-box .ul1 li .icon img{
	width: 45px;
	height: 45px;
}
.toolbar-box .ul1 li .icon .img1{
	z-index: 1;
}
.toolbar-box .ul1 li .icon .img2{
	z-index: -1;
	opacity: 0;
}
.toolbar-box .ul1 li .weixin{
	position: relative;
}
.toolbar-box .ul1 li .weixin .ewm-box{
	position: absolute;
    top: 0px;
    left: -132px;
    width: 125px;
    height: 125px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .weixin .ewm{
	max-width: none;
	width: 125px;
	height: 125px;
}
.toolbar-box .ul1 li .qq .hover-box{
	position: absolute;
    top: 0px;
    right: 50px;
    width: 170px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 12px;
    color: #e94f25;
    line-height: 24px;
    z-index: 12;
    text-align: center;
    padding: 5px 0;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .qq .hover-box:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #dfdfdf;
    border-bottom: 5px solid transparent;
}
.toolbar-box .ul1 li .qq .hover-box:after {
    content: " ";
    position: absolute;
    top: 12px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    margin-top: 1px;
}
.toolbar-box .ul1 li .qq .hover-box .hb-span{
	font-size: 14px;
	color: #515151;
	font-weight: bold;
}
.toolbar-box .ul1 li .qq .hover-box a{
	font-size: 12px;
	color: #333333;
	display: block;
	line-height: 2;
	margin-bottom: 3px;
}
.toolbar-box .ul1 li .qq .hover-box a:last-child{
	margin-bottom: 0;
}
.toolbar-box .ul1 li .qq .hover-box a .color{
	font-size: 12px;
	color: #898989;
}
.toolbar-box .ul1 li .qq .hover-box .bshare-custom a{
	display: inline-block;
}
.toolbar-box .ul1 li .qq .hover-box .bshare-custom a{
	margin-bottom: 3px;
}
.bsBox{
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.toolbar-box .ul1 .back-top{
	display: none;
	cursor: pointer;
}
@media only screen  and (min-width: 601px){
	.toolbar-box .ul1 li .weixin:hover .ewm-box,.toolbar-box .ul1 li .qq:hover .hover-box{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
}
@media only screen  and (max-width: 1023px){
	.toolbar-box .ul1 li.telli{
		display: block;
	}
	.toolbar-box .ul1 li.telli[data-on=""] .qq{
		border-bottom: 0;
	}
	.toolbar-box .ul1 li.telli[data-on="scroll"] .qq{
		border-bottom: 1px solid #fff;
	}
}
@media only screen  and (max-width: 600px){
	.toolbar-box{
		right: 10px;
	}
	.toolbar-box .ul1 li .weixin[data-on="hover"] .ewm-box,
	.toolbar-box .ul1 li .qq[data-on="hover"] .hover-box,
	.footer .inbox .top .right .d2 .sharebox .ewm[data-on="click"] img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	    opacity: 1;
	}
}
/*侧边工具栏 End*/
@media only screen  and (max-width: 414px){
	.footer .inbox .top .right .d2{
		z-index: 1111;
		position: relative;
	}
	.footer .inbox .top .right .d2 .sharebox .ewm img{
		bottom: 28px;
		width: 80px;
		height: 80px;
		left:10px;
		-webkit-transform-origin: 5% 95%;
		-moz-transform-origin: 5% 95%;
		-ms-transform-origin: 5% 95%;
		-o-transform-origin: 5% 95%;
		transform-origin: 5% 95%;
	}
}
/* =========

  内页大图

  ========== */
.allbg{
	height: 700px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 105px;
	background-color: #ccc;
}
.allmap{
	height: 700px;
	margin-top: 105px;
}
.allmap img{
	max-width: none;
}
@media only screen  and (max-width: 1600px){
	.allbg,.allmap{
		height: 620px;
	}
}
@media only screen  and (max-width: 1440px){
	.allbg,.allmap{
		height: 540px;
	}
}
@media only screen  and (max-width: 1280px){
	.allbg,.allmap{
		height: 460px;
	}
}
@media only screen  and (max-width: 1023px){
	.allbg,.allmap{
		height: 380px;
		margin-top: 50px;
	}
}
@media only screen  and (max-width: 800px){
	.allbg,.allmap{
		height: 320px;
	}
}
@media only screen  and (max-width: 600px){
	.allbg,.allmap{
		height: 250px;
	}
}
@media only screen  and (max-width: 414px){
	.allbg,.allmap{
		height: 200px;
	}
}
/* =========

  发展历程

  ========== */
.comLinkBox{
	margin-top: 30px;
}
.comLinkBox a,.comLinkBox .s1{
	font-size: 12px;
	color: #8f8f8f;
}
.comLinkBox a .color{
	font-family: "宋体";
	margin-left: 5px;
	margin-right: 2px;
}
@media only screen  and (min-width: 601px){
	.comLinkBox a:hover{
		color: #ed7020;
	}
}
.aboutcomBox .d1{
	text-align: center;
	color: #ed7020;
	font-size: 44px;
	line-height: 1.2;
}
.aboutcomBox .dline{
	height: 36px;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ed7020;
	margin-top: 25px;
}
.aboutlc-box{
	margin-top: 50px;
	margin-bottom: 120px;
}
.aboutlc-box .binbox{
	position: relative;
}
.aboutlc-box .binbox .btn{
    position: absolute;
    top: 156px;
    height: 60px;
    width: 60px;
    z-index: 10;
    cursor: pointer;
}
.aboutlc-box .binbox .btn:after{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 8px;
    margin-top: -15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.aboutlc-box .binbox .aboutlc-prev:after{
	border-top: 2px solid #c2c2c2;
    border-left: 2px solid #c2c2c2;
}
.aboutlc-box .binbox .aboutlc-next:after{
	border-bottom: 2px solid #c2c2c2;
    border-right: 2px solid #c2c2c2;
    left: auto;
    right: 8px;
}
.aboutlc-box .binbox .aboutlc-prev{
	left: 0;
}
.aboutlc-box .binbox .aboutlc-next{
	right: 0;
}
.aboutlc-box .inbox{
	max-width: 1000px;
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.aboutlc-box .inbox .imgbox .box{
	float: left;
	width: calc(33.333% - 33.33333px);
	margin-right: 50px;
	text-align: center;
}
.aboutlc-box .inbox .imgbox .box:nth-child(3n+0){
	margin-right: 0;
	text-align: center;
}
.aboutlc-box .inbox .imgbox .box img{
	max-height: 200px;
}
.aboutlc-box .aboutlc-swiper{
	margin-top: 25px;
}
.aboutlc-box .aboutlc-swiper .swiper-slide .title{
	width: 136px;
	text-align: center;
	border-radius: 20px;
	background-color: #006fc4;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.aboutlc-box .aboutlc-swiper .swiper-slide .line{
	background-color: #e0e0e0;
	height: 1px;
	margin-top: 24px;
	margin-bottom: 40px;
}
.aboutlc-box .aboutlc-swiper .swiper-slide .content{
	font-size: 14px;
	color: #545454;
	line-height: 1.8;
}
@media only screen  and (max-width: 1024px){
	.aboutlc-box .inbox .imgbox .box{
		float: left;
		width: calc(33.333% - 26.6666px);
		margin-right: 40px;
	}
	.aboutlc-box{
		margin-top: 5%;
		margin-bottom: 11%;
	}
	.aboutcomBox .d1{
		font-size: 36px;
	}
	.aboutcomBox .dline{
		height: 30px;
		margin-top: 20px;
	}
	.aboutlc-box .inbox{
		margin-top: 5%;
	}
	.aboutlc-box .aboutlc-swiper{
		margin-top: 2.5%;
	}
	.aboutlc-box .aboutlc-swiper .swiper-slide .line{
		margin-top: 18px;
		margin-bottom: 30px
	}
	.aboutlc-box .inbox{

		width: calc(100% - 100px);
	}
	.aboutlc-box .binbox .btn{
		width: 36px;
		height: 36px;
		top: 144px;
	}
	.aboutlc-box .binbox .btn:after{
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
	.comLinkBox{
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.aboutlc-box .inbox .imgbox{
		display: none;
	}
	.aboutlc-box .aboutlc-swiper .swiper-slide .line{
		margin-top: 15px;
		margin-bottom: 24px
	}
	.aboutcomBox .d1{
		font-size: 30px;
	}
	.aboutcomBox .dline{
		height: 26px;
		margin-top: 15px;
	}
	.aboutlc-box .binbox .btn{
		top: 27px;
	}
	.aboutlc-box .aboutlc-swiper{
		margin-top: 0;
	}
}
@media only screen  and (max-width: 414px){
	.aboutcomBox .d1{
		font-size: 24px;
	}
	.aboutcomBox .dline{
		margin-top: 10px;
		height: 22px;
	}
	.aboutlc-box .aboutlc-swiper .swiper-slide .line{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.aboutlc-box .binbox .btn{
		top: 21px;
	}
}
/*动画*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
/*动画 End*/
/* =========

  品牌简介

  ========== */
.aboutjj-box{
	position: relative;
	z-index: 1;
	margin-top: 50px;
}
.aboutjj-img{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -70px;
}
.aboutjj-img img{
	width: 100%;
}
.aboutcomBox2 .d1{
	color: #2a2a2a;
}
/*aboutjj-pp*/
.aboutjj-pp{
	margin-top: 20px;
}
.aboutjj-pp .content{
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #4a4949;
	line-height: 2;
	margin-top: 25px;
}
/*aboutjj-pp End*/
/*aboutjj-yy */
.aboutjj-yy{
	margin-top: 70px;
}
.aboutjj-yy .title{
	font-size: 36px;
	color: #ed7020;

	text-align: center;
}
.aboutjj-yy .content{
	text-align: center;
	margin-top: 30px;
}
/*aboutjj-yy End*/
/*aboutjj-td*/
.aboutjj-td{
	margin-top: 120px;
	position: relative;
}
.aboutjj-td .left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutjj-td .left img{
	display: none;
}
.aboutjj-td .right{
	width: 50%;
	padding: 140px 130px;
	background-color: #ed7020;
}
.aboutjj-td .right .d1{
	color: #fff;
	text-align: left;
}
.aboutjj-td .right .dline{
	background-color: rgba(255,255,255,.35);
	margin-left: 0;
}
.aboutjj-td .right .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	margin-top: 35px;
}
/*aboutjj-td End*/
/*aboutjj-js*/
.aboutjj-js{
	margin-top: 115px;
}
.aboutjj-js .content{
	margin-top: 26px;
	font-size: 14px;
	color: #4a4949;
	line-height: 2;
	text-align: center;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
/*aboutjj-js end*/
@media only screen  and (max-width: 1600px){
	.aboutjj-img{
		margin-top: -50px;
	}
	.aboutjj-td .right{
		padding: 120px 110px;
	}
}
@media only screen  and (max-width: 1440px){
	.aboutjj-td .right{
		padding: 100px 90px;
	}
	.aboutjj-td .right .desc{
		margin-top: 25px;
	}
}
@media only screen  and (max-width: 1280px){
	.aboutjj-img{
		margin-top: -40px;
	}
	.aboutjj-yy .title{
		font-size: 30px;
	}
	.aboutjj-td .right{
		padding: 80px 70px;
	}
	.aboutjj-td .right .desc{
		margin-top: 15px;
	}
	.aboutjj-js{
		margin-top: 100px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutjj-img{
		margin-top: -30px;
	}
	.aboutjj-box{
		margin-top: 5%;
	}
	.aboutjj-pp{
		margin-top: 2%;
	}
	.aboutjj-pp .content{
		margin-top: 2.5%;
	}
	.aboutjj-yy{
		margin-top: 7%;
	}
	.aboutjj-yy .content{
		margin-top: 3%;
	}
	.aboutjj-yy .title{
		font-size: 26px;
	}
	.aboutjj-td .left{
		position: static;
		width: 100%;
	}
	.aboutjj-td .left img{
		display: inline-block;
		width: 100%;
	}
	.aboutjj-td .right{
		float: none;
		width: 100%;
		padding: 7% 3%;
	}
	.aboutjj-js{
		margin-top: 9%;
	}
	.aboutjj-js .content{
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.aboutjj-img{
		margin-top: -15px;
	}
}
@media only screen  and (max-width: 414px){
	.aboutjj-img{
		margin-top: -10px;
	}
	.aboutjj-yy .title{
		font-size: 20px;
	}
	.aboutjj-pp .content,.aboutjj-js .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.aboutjj-td .right .desc{
		margin-top: 10px;
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
}
/* =========

  企业文化

  ========== */
.aboutcul-box{
	margin-top: 52px;
	margin-bottom: 100px;
}
.aboutcul-box .content{
	margin-top: 25px;
	font-size: 14px;
	color: #4a4949;
	line-height: 2;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.aboutcul-middle{
	height: 580px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutcul-middle .culture-swiper{
	height: 100%;
	font-family: "Arial","微软雅黑";
}
.aboutcul-middle .culture-swiper .swiper-slide{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.aboutcul-middle .culture-swiper .swiper-slide .title{
	font-size: 36px;
	color: #ffffff;

	line-height: 1;
}
.aboutcul-middle .culture-swiper .swiper-slide .line{
	width: 35px;
	height: 1px;
	background-color: #0093f4;
	margin-top: 25px;
	margin-bottom: 45px;
}
.aboutcul-middle .culture-swiper .swiper-slide .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	padding-right: 15px;
}
.aboutcul-middle .culture-pagination{
	position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aboutcul-middle .culture-pagination .swiper-pagination-bullet{
	display: block;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
}
.aboutcul-middle .culture-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
}
@media only screen  and (max-width: 1600px){
	.aboutcul-middle{
		height: 510px;
	}
}
@media only screen  and (max-width: 1440px){
	.aboutcul-middle{
		height: 430px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-bottom: 35px;
	}
}
@media only screen  and (max-width: 1280px){
	.aboutcul-middle{
		height: 370px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .title{
		font-size: 30px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-top: 18px;
		margin-bottom: 25px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutcul-middle{
		height: 320px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .title{
		font-size: 26px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.aboutcul-box{
		margin-top: 5.2%;
		margin-bottom: 10%;
	}
	.aboutcul-box .content{
		margin-top: 2.5%;
	}
}
@media only screen  and (max-width: 600px){
	.aboutcul-middle{
		height: 260px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .title{
		font-size: 22px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-top: 8px;
		margin-bottom: 14px;
	}
}
@media only screen  and (max-width: 414px){
	.aboutcul-middle .culture-swiper .swiper-slide .desc,.aboutcul-box .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
}
/* =========

  产业优势

  ========== */
.aboutys-box .content{
	max-width: 820px;
	margin-top: 40px;
}
.aboutys-middle{
	background-color: #ededed;
	padding-top: 90px;
	padding-bottom: 215px;
}
.aboutys-middle .inbox .left{
	width: 48.33%;
}
.aboutys-middle .inbox{
	position: relative;
}
.aboutys-middle .inbox:after{
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px dashed #a0a0a0;
	width: 1px;
	height: 100%;
}
/*.aboutys-sj*/
.aboutys-sj{
	background-color: #fff;
	position: relative;
}
.aboutys-sj:before{
	content: "";
	position: absolute;
	background-color: #ededed;
	height: 125px;
	left: 0;
	width: 100%;
	top: 0;
}
.aboutys-sj .inbox{
	margin-top: -125px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	max-width: 1380px;
	text-align: center;
}
.aboutys-sj .inbox .title{
	font-size: 22px;
	color: #3b3b3b;
	text-align: center;
	line-height: 1.4;
	padding-bottom: 45px;
	padding-top: 52px;
}
.aboutys-sj .inbox img{
	

}
/*.aboutys-sj End*/
/*aboutys-cp*/
.aboutys-cp{
	margin-top: 100px;
	margin-bottom: 155px;
}
.aboutys-cp .my-swiper{
	margin-top: 50px;
	border-left: 1px solid #d7d7d7;
}
.aboutys-cp .my-swiper .swiper-slide .d1{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	height: 46px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	border: 1px solid #d7d7d7;
	border-left: 0;
	overflow: hidden;
}
.aboutys-cp .my-swiper .active .d1{
	color: #ed7020;
	border-top: 2px solid #ed7020;
}
.aboutys-cp .my-swiper .choseul-prev{
	position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}
.aboutys-cp .my-swiper .choseul-next{
	position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}
.aboutys-cp .d2{
	margin-top: 45px;
	display: none;
}	
.aboutys-cp .d2 .title{
	color: #ed7020;
	font-size: 30px;

	line-height: 1;
}
.aboutys-cp .d2 .content{
	font-size: 14px;
	color: #545454;
	line-height: 2;
	font-family: "Arial","微软雅黑";
	margin-top: 30px;
}
/*aboutys-cp End*/
@media only screen  and (min-width: 601px){
	.aboutys-cp .my-swiper .swiper-slide .d1:hover{
		color: #ed7020;
	}
}
@media only screen  and (max-width: 1280px){
	.aboutys-middle{
		padding-bottom: 170px;
	}
	.aboutys-sj .inbox{
		margin-top: -100px;
	}
	.aboutys-sj .inbox .title{
		padding-top: 42px;
		padding-bottom: 35px;
		font-size: 20px;
	}
	.aboutys-sj:before{
		height: 105px;
	}
	.aboutys-cp{
		margin-top: 80px;
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutys-box .content{
		margin-top: 4%;
	}
	.aboutys-middle{
		padding-top: 9%;
	}
	.aboutys-cp{
		margin-top: 8%;
		margin-bottom: 12%;
	}
	.aboutys-cp .my-swiper{
		margin-top: 4.5%;
	}
	.aboutys-cp .d2{
		margin-top: 4%;
	}
	.aboutys-cp .d2 .content{
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.aboutys-sj .inbox .title{
		padding-top: 32px;
		padding-bottom: 25px;
		font-size: 18px;
	}
	.aboutys-sj:before{
		height: 85px;
	}
	.aboutys-middle{
		padding-bottom: 150px;
	}
	.aboutys-sj .inbox{
		margin-top: -80px;
	}
	.aboutys-cp .d2 .title{
		font-size: 26px;
	}
}
@media only screen  and (max-width: 640px){
	.aboutys-cp .my-swiper .choseul-prev,.aboutys-cp .my-swiper .choseul-next{
		display: block;
	}
	.aboutys-cp .d2 .title{
		font-size: 24px;
	}
}
@media only screen  and (max-width: 600px){
	.aboutys-middle .inbox .left{
		width: 100%;
		float: none;
	}
	.aboutys-middle .inbox .right{
		margin-top: 20px;
	}
	.aboutys-middle .inbox:after{
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		border-left: 0;
		border-top: 1px dashed #a0a0a0;
	}
	.aboutys-sj .inbox .title{
		padding-top: 22px;
		padding-bottom: 15px;
		font-size: 16px;
	}
	.aboutys-sj:before{
		height: 59px;
	}
	.aboutys-middle{
		padding-bottom: 100px;
	}
	.aboutys-sj .inbox{
		margin-top: -60px;
	}
}
@media only screen  and (max-width: 414px){
	.aboutys-box .content,.aboutys-cp .d2 .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.aboutys-sj .inbox .title{
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.aboutys-cp .d2 .title{
		font-size: 20px;
	}
	.aboutys-cp .my-swiper .swiper-slide .d1{
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
}
/* =========

  资质证书

  ========== */
.aboutzs-box .content{
	max-width: 890px;
}
.aboutzs-imgBox {
	margin-bottom: 115px;
}
.aboutzs-imgBox .item{
	float: left;
	width: 24.16%;
	margin-right: 1.12%;
	margin-bottom: 35px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
}
.aboutzs-imgBox .item:nth-child(4n+0){
	margin-right: 0;
}
.aboutzs-imgBox .item .itemimg{
	background: #727272; 
	background: -moz-linear-gradient(top,  #727272 0%, #737373 3%, #808080 14%, #959595 27%, #9a9a9a 28%, #9c9c9c 31%, #a2a2a2 33%, #afafaf 41%, #bdbdbd 51%, #c4c4c4 58%, #c4c4c4 65%, #c0c0c0 70%, #bcbcbc 72%, #b6b6b6 77%, #9b9b9b 94%, #939393 97%, #919191 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #727272 0%,#737373 3%,#808080 14%,#959595 27%,#9a9a9a 28%,#9c9c9c 31%,#a2a2a2 33%,#afafaf 41%,#bdbdbd 51%,#c4c4c4 58%,#c4c4c4 65%,#c0c0c0 70%,#bcbcbc 72%,#b6b6b6 77%,#9b9b9b 94%,#939393 97%,#919191 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #727272 0%,#737373 3%,#808080 14%,#959595 27%,#9a9a9a 28%,#9c9c9c 31%,#a2a2a2 33%,#afafaf 41%,#bdbdbd 51%,#c4c4c4 58%,#c4c4c4 65%,#c0c0c0 70%,#bcbcbc 72%,#b6b6b6 77%,#9b9b9b 94%,#939393 97%,#919191 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#919191',GradientType=0 ); /* IE6-8 */
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutzs-imgBox .item .itemimg img{
	width: 100%;
}
.aboutzs-imgBox .item .item-box{
	border-top: 1px solid #e9e9e9;
	font-family: "Arial","微软雅黑";
	padding: 13px 18px 15px;
	position: relative;
}
.aboutzs-imgBox .item .item-box .icon{
	position: absolute;
	top: 50%;
	right: 18px;
	width: 3px;
	background-color: #2187ca;
	height: 16px;
	margin-top: -8px;
}
.aboutzs-imgBox .item .item-box .icon:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 18px;
	height: 3px;
	background-color:#2187ca;
	margin-top: -1px;
	right: 2px;
	border-radius: 3px;
}
.aboutzs-imgBox .item .item-box .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	right:4px;
	width: 8px;
	height: 8px;
	border-top:3px solid #2187ca;
	border-right:3px solid #2187ca;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	border-radius: 3px;
}
.aboutzs-imgBox .item .item-box .title{
	font-size: 16px;
	color: #424242;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 20px;
}
.aboutzs-imgBox .item .item-box .year{
	font-size: 14px;
	color: #b6b6b6;
	line-height: 20px;
	height: 20px;
}
.layui-layer-content .intitle {
    font-size: 20px;
    text-align: center;
    height: 30px;
    line-height: 1.5;
    background-color: #fff;
}
@media only screen  and (min-width: 601px){
	.aboutzs-imgBox .item:hover .item-box{
		background-color: #ed7020;
	}
	.aboutzs-imgBox .item:hover .item-box .icon,.aboutzs-imgBox .item:hover .item-box .icon:before{
		background-color: #fff;
	}
	.aboutzs-imgBox .item:hover .item-box .icon:after{
		border-color: #fff;
	}
	.aboutzs-imgBox .item:hover .title,.aboutzs-imgBox .item:hover .year{
		color: #fff;
	} 
}
@media only screen  and (max-width: 1280px){
	.aboutzs-imgBox{
		margin-bottom: 100px;
	}
	.aboutzs-imgBox .item{
		margin-bottom: 30px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutzs-imgBox{
		margin-bottom: 10%;
	}
	.aboutzs-imgBox .item{
		margin-bottom: 3%;
		width: 32.66%;
		margin-right: 1%;
	}
	.aboutzs-imgBox .item:nth-child(4n+0){
		margin-right: 1%;
	}
	.aboutzs-imgBox .item:nth-child(3n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 800px){
	.aboutzs-imgBox .item .item-box{
		padding: 10px 12px 12px;
	}
	.aboutzs-imgBox .item .item-box .icon{
		right: 12px;
	}
}
@media only screen  and (max-width: 640px){
	.aboutzs-imgBox .item{
		width: 49.5%;
	}
	.aboutzs-imgBox .item:nth-child(3n+0){
		margin-right: 1%;
	}
	.aboutzs-imgBox .item:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 414px){
	.aboutzs-imgBox .item .item-box{
		padding: 8px 10px 10px;
	}
	.aboutzs-imgBox .item .item-box .title{
		font-size: 14px;
		height: 21px;
		padding-right: 12px;
	}
	.aboutzs-imgBox .item .item-box .year{
		font-size: 12px;
		line-height: 16px;
		height: 16px;
	}
	.aboutzs-imgBox .item .item-box .icon{
		right: 10px;
	}
}
/* =========

  经销网络

  ========== */
.contactNetNox{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 40px;
}
.contactNetNox .content{
	font-size: 16px;
	color: #4a4949;
	line-height: 2;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
.contactNetNox img{
	margin-top: 35px;
}
.conNetchoose-top{
	border-left: 1px solid #d7d7d7;
}
.conNetchoose-top .d1{
	width: 50%;
	border: 1px solid #d7d7d7;
	border-left: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.conNetchoose-top .d1.active{
	border-top: 2px solid #ed7020;
	color: #ed7020;
	font-weight: bold;
}
.conNetul{
	margin-top: 60px;
	margin-bottom: 140px;
}
#choose0{
	display: block;
}
#choose1{
	display: none;
}
.conNetul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.conNetul li{
	width: 29.41%;
	margin-right: 5.885%;
	margin-bottom: 25px;
}
.conNetul li:nth-child(3n+0){
	margin-right: 0;
}
.conNetul li .title{
	font-size: 26px;
	color: #373737;

	padding-left: 30px;
	line-height: 1;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	position: relative;
}
.conNetul li .title:before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width:15px;
	height:15px;
	border-radius: 7px 7px 0 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ed7020;
}
.conNetul li .title:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 4px;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.conNetul li .content{
	font-size: 14px;
	color: #373737;
	line-height: 2;
	font-family: "Arial","微软雅黑";
	max-height: 140px;
	overflow: hidden;
}
@media only screen  and (min-width: 601px){
	.conNetchoose-top .d1:hover{
		color: #ed7020;
	}
}
@media only screen  and (max-width:1280px){
	.conNetul{
		margin-top: 50px;
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width:1024px){
	.conNetul{
		margin-top: 5%;
		margin-bottom: 12%;
	}
	.contactNetNox{
		margin-top: 5%;
		margin-bottom: 4%;
	}
	.contactNetNox img{
		margin-top: 3.5%;
	}
	.contactNetNox .content{
		margin-top: 10px;
	}
	.conNetul li{
		margin-bottom: 2.5%;
		width: 32%;
		margin-right: 2%;
	}
}
@media only screen  and (max-width:800px){
	.conNetul li{
		width: 49%;
	}
	.conNetul li:nth-child(3n+0){
		margin-right: 2%;
	}
	.conNetul li:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width:414px){
	.contactNetNox .content,.conNetul li .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.conNetul li{
		width: 100%;
		float: none;		
	}
	.conNetul li:nth-child(3n+0){
		margin-right: 0;
	}
	.conNetul li .content{
		height: auto;
	}
	.conNetul li .title{
		font-size: 20px;
		margin-bottom: 3px;
	}
	.conNetchoose-top .d1{
		height: 36px;
		line-height: 36px;
	}
}

.contactBox{
	margin-top: 45px;
	margin-bottom: 130px;
}
.contactBox .left{
	float: left;
	width: calc(87.5% - 300px);
}
.contactBox .left .top .title{
	font-size: 36px;
	color: #ed7020;

	line-height: 1;
}
.contactBox .left .top .content{
	font-size: 18px;
	color: #2f2f2f;
	line-height: 1.5;

	margin-top: 25px;
	margin-bottom: 70px;
}
.contactBox .left .form-box .ttitle{
	width: 220px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #ed7020;

	border: 1px solid #00c5fa;
	margin-bottom: -1px;
}
.contactBox .left .form-box input[type="text"]{
	width: 100%;
	border: 0;
	border-top: 1px solid #ed7020;
	height: 75px;
	text-indent: 20px;
	font-size: 16px;
	color: #7a7a7a;

}
.contactBox .left .form-box textarea{
	width: 100%;
	border: 0;
	border-top: 1px solid #ed7020;
	height: 210px;
	text-indent: 20px;
	padding-top: 30px;
	font-size: 16px;
	color: #7a7a7a;

	resize: none;
}
.contactBox .left .form-box input[type="text"].tdinput2{
	border-bottom: 1px solid #ed7020;
}
.contactBox .left .form-box .yzm-box{
	margin-top: 36px;
}
.contactBox .left .form-box .yzm-box .code{
	float: left;
	width: 100px;
	height: 48px;
	background-color: #010101;
	text-align: center;
	line-height: 48px;
	color: #ffffcc;
	font-size: 18px;
	cursor: pointer;
}
.contactBox .left .form-box .yzm-box input[type="submit"]{
	width: 220px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #00b0ec;
	font-size: 18px;
	color: #ed7020;

	background-color: #fff;
	margin-left: 10px;
	cursor: pointer;
}
.contactBox .right{
	float: right;
	width: 300px;
}
.contactBox .right .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	border: 1px solid #dfdfdf;
	display: block;
}
.contactBox .right .imgbox img{
	width: 100%;
}
.contactBox .right .title{
	font-size: 22px;
	color: #fff;

	text-indent: 20px;
	height: 54px;
	line-height: 54px;
	background-color: #a3a3a3;
	border-top: 1px solid rgba(255,255,255,.5);
}
@media only screen  and (max-width:1280px){
	.contactBox .left .form-box input[type="text"]{
		height: 61px;
	}
	.contactBox .left .form-box textarea{
		height: 150px;
		padding-top: 20px;
	}
	.contactBox .left .top .title{
		font-size: 32px;
	}
	.contactBox .left .top .content{
		margin-bottom: 60px;
	}
}
@media only screen  and (max-width:1024px){
	.contactBox{
		margin-top: 4.5%;
		margin-bottom: 12%;
	}
	.contactBox .left .top .title{
		font-size: 26px;
	}
	.contactBox .left .top .content{
		margin-top: 20px;
		margin-bottom: 45px;
	}
	.contactBox .left .form-box input[type="text"]{
		height: 51px;
		font-size: 14px;
	}
	.contactBox .left .form-box textarea{
		height: 130px;
		padding-top: 15px;
		font-size: 14px;
	}
}
@media only screen  and (max-width:800px){
	.contactBox .right{
		width: 240px;
	}
	.contactBox .left{
		width: calc(94% - 240px);
	}
	.contactBox .left .top .title{
		font-size: 24px;
	}
	.contactBox .left .top .content{
		margin-top: 15px;
		margin-bottom: 30px;
		font-size: 16px !important;
	}
	.contactBox .left .form-box .ttitle{
		width: 200px;
		height: 46px;
		line-height: 46px;
	}
}
@media only screen  and (max-width:600px){
	.contactBox .right{
		width: 300px;
		float: none;
	}
	.contactBox .left{
		width: 100%;
		float: none;
		margin-bottom: 4%;
	}
	.contactBox .left .form-box input[type="text"]{
		height: 37px;
		text-indent: 10px;
		font-size: 12px;
	}
	.contactBox .left .form-box textarea{
		height: 120px;
		padding-top: 10px;
		text-indent: 10px;
		font-size: 12px;
	}
	.contactBox .left .form-box .ttitle{
		width: 180px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.contactBox .left .top .content{
		margin-top: 3%;
		margin-bottom: 5%;
		font-size: 12px !important;
	}
	.contactBox .left .top .title{
		font-size: 20px;
	}
	.contactBox .left .form-box .yzm-box{
		margin-top: 15px;
	}
	.contactBox .left .form-box .yzm-box .code{
		height: 40px;
		line-height: 40px;
		width: 80px;
		font-size: 15px;
	}
	.contactBox .left .form-box .yzm-box input[type="submit"]{
		height: 40px;
		width: 160px;
		line-height: 40px;
		font-size: 15px;
	}
}
@media only screen  and (max-width:414px){
	.BMapLib_SearchInfoWindow .BMapLib_bubble_title{
		font-size: 12px;
	}
}
/* =========

  人才招聘

  ========== */
.contactzpBox .content{
	font-size: 14px;
	color: #4a4949;
	max-width: 780px;
}
.contactzp-img{
	margin-top: 120px;
	margin-bottom: 120px;
	border-bottom: 3px solid #008eec;
	display: block;
}
@media only screen  and (max-width:1024px){
	.contactzp-img{
		margin-top: 12%;
		margin-bottom: 12%;
	}
}

/*网站地图*/
.siteBox .btitle{
	font-size: 48px;
	color: #008eec;
	text-align: center;
	margin-top: 200px;
	line-height: 1;
	margin-bottom: 100px;
}
.siteBox .outul{
	margin-bottom: 55px;
}
.siteBox .outul .li1{
	display: inline-block;
	width: 30%;
	margin-right: calc(5% - 4px);
	margin-bottom: 55px;
	vertical-align: top;
}
.siteBox .outul .li1:nth-child(3n+0){
	margin-right: 0;
}
.siteBox .outul .li1 .a1{
	display: block;
	font-size: 24px;
	color: #008eec;
	padding-bottom: 14px;
	border-bottom: 1px solid #d9d9d9;

	font-weight: bold;
}
.siteBox .outul .li1 .inul{
	margin-top: 15px;
}
.siteBox .outul .li1 .inul li a{
	font-size: 18px;
	color: #3b3b3b;
	line-height: 32px;
	display: block;

}
@media only screen  and (min-width: 601px){
	.siteBox .outul .li1 .inul li:hover a{
		color: #000;
		background-color: #f5f7fa;
	}
}
@media only screen  and (max-width: 1280px){
	.siteBox .btitle{
		font-size: 42px;
		margin-bottom: 80px;
	}
	.siteBox .outul .li1{
		margin-bottom: 45px;
	}
}
@media only screen  and (max-width: 1024px){
	.siteBox .btitle{
		font-size: 38px;
		margin-bottom: 7.5%;
	}
	.siteBox .outul .li1{
		margin-bottom: 4.2%;
	}
	.siteBox .outul .li1 .a1{
		font-size: 22px;
	}
	.siteBox .outul{
		margin-bottom: 5.5%;
	}
}
@media only screen  and (max-width: 1023px){
	.siteBox .btitle{
		margin-top: calc(71px + 4%);
	}
}
@media only screen  and (max-width: 800px){
	.siteBox .btitle{
		font-size: 32px;
	}
}
@media only screen  and (max-width: 600px){
	.siteBox .btitle{
		font-size: 26px;
	}
	.siteBox .outul .li1 .a1{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.siteBox .outul .li1 .inul{
		margin-top: 10px;
	}
	.siteBox .outul .li1 .inul li a{
		font-size: 16px;
	}
}
@media only screen  and (max-width: 414px){
	.siteBox .btitle{
		font-size: 22px;
	}
	.siteBox .outul .li1 .a1{
		font-size: 16px;
		padding-bottom: 7px;
	}
	.siteBox .outul .li1 .inul{
		margin-top: 7px;
	}
	.siteBox .outul .li1{
		width: 47.2%;
	}
	.siteBox .outul .li1:nth-child(3n+0){
		margin-right: calc(5.6% - 4px);
	}
	.siteBox .outul .li1:nth-child(2n+0){
		margin-right: 0;
	}
	.siteBox .outul .li1 .inul li a{
		font-size: 12px;
		line-height: 22px;
	}
}
/*网站地图 End*/
/* =========

  新闻资讯

  ========== */
.news-tbox{
	margin-top: 50px;
	margin-bottom: 50px;
}
.newschose{
	overflow: visible;
	position: relative;
	z-index: 1;
}
.newschose .formbox{
	width: 31.33%;
	float: left;
	position: relative;
}
.newschose .formbox input[type="text"]{
	width: 100%;
	font-size: 16px;
	color: #b5b5b5;
	text-indent: 20px;
	height: 45px;
	border-width: 0 0 3px 0;
	border-style: solid;
	-webkit-border-image: -webkit-linear-gradient(to right,#005cb9, #00bedc) 3 0;
	-o-border-image: -o-linear-gradient(to right,#005cb9, #00bedc) 3 0;
	border-image: linear-gradient(to right,#005cb9, #00bedc) 3 0;
}
.newschose .formbox input[type="submit"]{
	position: absolute;
	right: 20px;
	top: 13px;
	width: 16px;
	height: 16px;
	background: none;
	border: 0;
	background-image: url(../images/icon09.png);
	background-repeat: no-repeat;
}
.newschose .select:nth-child(3){ margin-right:0}

.select {
    width: 31.33%;
    line-height: 25px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    margin-right: 3%;
    float: left;
}
.select .checkspan{
	display: block;
	font-size: 16px;
	color: #4f4f4f;
	cursor: pointer;
	line-height: 42px;
	border-width: 0 0 3px 0;
	border-style: solid;
	-webkit-border-image: -webkit-linear-gradient(to right,#ed7121, #ff9b5c) 3 0;
	-o-border-image: -o-linear-gradient(to right,#ed7121, #ff9b5c) 3 0;
	border-image: linear-gradient(to right,#ed7121, #ff9b5c) 3 0;
	padding-left: 20px;
}
.select i {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    right: 20px;
    border-left: 1px solid #ed7020;
    border-bottom: 1px solid #ed7020;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.select[data-on="click"] i{
	-webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.select[data-on="click"] .checkspan{
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
	box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.select ul {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.select ul li {
    line-height: 44px;
    color: #666;
    list-style-type: none;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    background-color: rgba(0,117,194,.8);
}
.select ul li a{
	display: block;
	padding-left: 20px;
	font-size: 16px;
	color: #ffffff;
}
.newsUl{
	margin-top: 30px;
}
.newsUl li a{
	display: block;
	position: relative;
	padding: 24px 0 24px 20px;
	border-bottom: 1px solid #dfdfdf;
}
.newsUl li a .imgbox{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
	width: 18.33%;
}
.newsUl li a .imgbox img{
	width: 100%;
}
.newsUl li a .right{
	float: left;
	margin-left: 3.333%;
	width: 50%;
}
.newsUl li a .right .data{
	font-size: 14px;
	color: #ed7020;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.newsUl li a .right .title{
	font-size: 22px;
	color: #2f2f2f;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 33px;

	margin-top: 16px;
	margin-bottom: 8px;
}
.newsUl li a .right .desc{
	font-size: 14px;
	color: #6f6f6f;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}
.newsUl li a .more {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-bottom: 187px solid #e1e5e6;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}
.newsUl li a .more p {
    opacity: 0;
    margin: 80px 0 0 -40px;
    color: #ed7020;
    font-size: 16px;
    
    white-space: nowrap;
}
.fenye{
	text-align: center;
}
.fenye li{
	display: inline-block;
	height: 21px;
	width: 14px;
	text-align: center;
	margin-right: 18px;
}
.fenye li.disb{
	display: none;
}
.fenye li:last-child{
	margin-right: 0;
}
.fenye li a{
	display: block;
	color: #808080;
	line-height: 20px;
	font-size: 14px;
}
.fenye li.active a{
	color: #ed7020;
	border-bottom: 1px solid #ed7020;
	font-weight: bold;
	font-size: 16px;
}
.fenye li.prev a,.fenye li.next a{
	font-family: "宋体";
	color: #ed7020;
}
.newsfenye{
	margin-top: 30px;
	margin-bottom: 145px;
}


/*常见问题*/
.faq_list{ width:100%; overflow:hidden; padding-bottom:50px;}


.faq_list_tant_com{ overflow:hidden; margin-bottom:20px;  padding:0 60px 0 44px;}
.faq_list_tant_com .title{ font-size:16px;  color:#333; line-height:46px;}
.faq_list_tant_com .desc{ font-size:14px; line-height:30px; color:#666;padding:0 10px;}
.faq_list_tant_com .desc li{ list-style:inherit}

.faq_list_tant{  overflow:hidden; margin-top:14px;}
.faq_list_tant_title{ line-height:52px; height:52px; overflow:hidden; position:relative; }
.faq_list_tant_title h1{ font-size:16px; color:#fff; font-weight:normal; padding:0 20px 0 20px;background:#ed7020;}

.faq_list_tant_title h3{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:2; cursor:pointer}

.faq_list_tant_title i{
    cursor:pointer;  
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
	margin-top:-4px;
    right: 20px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); 
	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
	}
.faq_list_tant_title_bg i{
    margin-top:-10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	
}

.faq_list_tant_content{padding:20px 20px 10px 20px; display:none; overflow:hidden; border-top:1px solid #fff;font-weight:normal; color:#333; font-size:14px; line-height:30px; }
.faq_list_tant_content li{ list-style:inherit}










@media only screen  and (min-width: 801px){
	.newsUl li:hover a .more{
		opacity: 1;
	    width: 280px;
	    height: 0;
	    border-style: solid;
	    box-shadow: inset 3px 3px 3px rgba(51,51,102,.5);
	    border-width: 0 0 187px 205px;
	    border-color: #e1e6e3 transparent;
	}
	.newsUl li:hover a .more p {
	    opacity: 1;
	}
}
@media only screen  and (min-width: 601px){
	.fenye li a:hover{
		color: #ed7020;
	}
	.select li:hover{
		background-color: rgba(0,117,194,1);
	}
	.newsUl li:hover a{
		background-color: #f5f5f5;
	}
	.newsUl li:hover a .right .title{
		color: #ed7020;
	}
}
@media only screen  and (max-width: 1280px){
	.news-tbox{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.aboutcomBox .d1{
		font-size: 40px;
	}
	.newsUl{
		margin-top:25px;
	}
	.newsfenye{
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width: 1024px){
	.news-tbox{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.aboutcomBox .d1{
		font-size: 32px;
	}
	.newsUl{
		margin-top: 3%;
	}
	.newsfenye{
		margin-bottom: 12%;
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.newsUl li a .imgbox{
		width: 200px;
	}
	.newsUl li a .right{
		width: calc(96% - 220px);
	}
	.newsUl li a{
		padding: 18px 0 18px 20px;
	}
}
@media only screen  and (max-width: 600px){
	.newsUl li a .imgbox{
		width: 160px;
	}
	.newsUl li a .right{
		width: calc(96% - 170px);
	}
	.newsUl li a{
		padding: 12px 0 12px 10px;
	}
	.newsUl li a .right .title{
		font-size: 18px;
		height: 27px;
		margin-top: 5px;
		margin-bottom: 3px;
	}
	.newsUl li a .right .desc{
		font-size: 12px;
		height: 36px;
	}
	.select,.newschose .formbox{
		float: none;
		width: 100%;
	}
	.select{
		margin-bottom: 5px;
	}
	.select i{
		top: 6px;
		right: 10px;
	}
	.select .checkspan{
		line-height: 27px;
		font-size: 12px;
		padding-left: 10px;
	}
	.select ul{
		top: 30px;
	}
	.select ul li{
		line-height: 30px;
	}
	.select ul li a{
		padding-left: 10px;
		font-size: 12px;
	}
	.select[data-on="click"] i{
		top: 11px;
	}
	.newschose .formbox input[type="text"]{
		height: 27px;
		font-size: 12px;
		text-indent: 10px;
	}
	.newschose .formbox input[type="submit"]{
		top: 4px;
		right: 7px;
	}
	.newschose .formbox input[type="submit"]{
		width: 12px;
		height: 12px;
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
	}
}
@media only screen  and (max-width: 414px){
	.newsUl li a .imgbox{
		width: 110px;
	}
	.newsUl li a .right {
	    width: calc(96% - 120px);
	}
	.newsUl li a .right .data{
		font-size: 12px;
		line-height: 16px;
		height: 16px;
	}
	.newsUl li a .right .title{
		font-size: 14px;
		height: 21px;
		margin-top: 2px;
	}
	.newsUl li a .right .desc{
		font-size: 10px;
		height: 30px;
	}
	.newsUl li a{
		padding: 8px 0 8px 10px;
	}
	.newsfenye{
		margin-top: 15px;
	}
	.fenye li a{
		font-size: 12px;
	}
	.fenye li.active a{
		font-size: 14px;
	}
	.fenye li{
		margin-right: 10px;
	}
}
/* =========

  新闻详情

  ========== */
.newDetTop{
	height: 300px;
	margin-top: 105px;
    background: -webkit-linear-gradient(to right,#ed7020 0px, #0093f4 50%, #ed7020 100%);
    background: -moz-linear-gradient(to right,#ed7020 0px, #0093f4 50%, #ed7020 100%);
    background: -ms-linear-gradient(to right,#ed7020 0px, #0093f4 50%, #ed7020 100%);
    background: linear-gradient(to right,#ed7020 0px, #0093f4 50%, #ed7020 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.newDetTop .inbox .data{
	font-size: 18px;
	color: #ffffff;

	line-height: 1.5;
	height: 27px;
	overflow: hidden;
}
.newDetTop .inbox .title{
	font-size: 36px;
	color: #fff;

	line-height: 1.5;
	height: 54px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 8px;
}
.newsDetLink{
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dfdfdf;
}
.newsDetLink .back{
	color: #ed7020;
}
.newsDetLink .back .color{
	font-family: "宋体";
	margin-right: 5px;
}
.newsDetContent{
	margin-top: 50px;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 2;
}
.newsDetpn{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 150px;
}
.newsDetpn a{
	font-size: 18px;
	color: #ed7020;

}
.newsDetpn .prev{
	padding-right: 30px;
	border-right: 1px solid #d7d7d7;
}
.newsDetpn .next{
	padding-left: 30px;
	border-left: 1px solid #d7d7d7;
	margin-left: -3px;
}
@media only screen  and (max-width: 1280px){
	.newDetTop .inbox .title{
		font-size: 30px;
		height: 45px;
	}
	.newDetTop{
		height: 270px;
	}
}
@media only screen  and (max-width: 1024px){
	.newDetTop .inbox .title{
		font-size: 24px;
		height: 36px;
		margin-top: 0;
	}
	.newDetTop .inbox .data{
		font-size: 16px;
		height: 24px;
	}
	.newDetTop{
		height: 220px;
	}
	.newsDetLink{
		margin-top: 18px;
		padding-bottom: 18px;
	}
	.newsDetContent{
		margin-top: 5%;
	}
	.newsDetpn{
		margin-top: 7%;
		margin-bottom: 15%;
	}
}
@media only screen  and (max-width: 1023px){
	.newDetTop{
		margin-top: 50px;
	}
}
@media only screen  and (max-width: 800px){
	.newDetTop{
		height: 180px;
	}
	.newDetTop .inbox .title{
		font-size: 20px;
		height: 30px;
	}
	.newDetTop .inbox .data{
		font-size: 14px;
		height: 21px;
	}
	.newsDetLink{
		margin-top: 12px;
		padding-bottom: 12px;
	}
}
@media only screen  and (max-width: 600px){
	.newsDetpn .prev{
		padding-right: 15px;
	}
	.newsDetpn .next{
		padding-left: 15px;
	}
	.newsDetpn a{
		font-size: 14px;
	}
	.newDetTop .inbox .title{
		font-size: 16px;
		height: auto;
		max-height: 48px;
		white-space: normal;
	}
	.newDetTop{
		height: 150px;
	}
	.newDetTop .inbox .data{
		font-size: 12px;
		height: 18px;
	}
}
@media only screen  and (max-width: 414px){
	.newsDetLink{
		margin-top: 8px;
		padding-bottom: 8px;
	}
}
/* =========

  应用方案

  ========== */
.casetop-box{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 110px;
}
.casetop-box .desc{
	font-size: 18px;
	color: #4a4949;
	margin-top: 20px;
}
.casetop-box .content{
	font-size: 14px;
	color: #4a4949;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
	margin-top: 22px;
}
.caseUl li{
	float: left;
	width: 25%;
	overflow: hidden;
}
.caseUl li:first-child{
	width: 50%;
}
.caseUl li a{
	display: block;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.caseUl li a img{
	width: 100%;
}
.caseUl li a .inbox{
	position: absolute;
	left: 5.2%;
	bottom: 7.8%;
}
.caseUl li a .inbox .title{
	font-size: 24px;
	color: #ffffff;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.caseUl li:first-child a .inbox .title{
	font-size: 36px;
	height: 54px;
}
.caseUl li a .inbox .more{
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	height: 14px;
	overflow: hidden;
}
@media only screen  and (min-width: 601px){
	.caseUl li:hover a{
		background-position: 45% center;
	}
	.caseUl li:hover a .inbox{
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}
@media only screen  and (max-width: 1280px){
	.casetop-box{
		margin-top: 40px;
		margin-bottom: 90px;
	}
	.caseUl li a .inbox .title{
		font-size: 20px;
		height: 30px;
		margin-bottom: 5px;
	}
	.caseUl li:first-child a .inbox .title{
		font-size: 30px;
		height: 45px;
	}
	.caseUl li a .inbox .more{
		font-size: 12px;
		height: 12px;
	}
}
@media only screen  and (max-width: 1024px){
	.casetop-box{
		margin-top: 4%;
		margin-bottom: 9%;
	}
	.caseUl li:first-child{
		width: 100%;
	}
	.caseUl li{
		width: 50%;
	}
	.casetop-box .desc{
		margin-top: 2%;
		font-size: 16px;
	}
	.casetop-box .content{
		margin-top: 2%;
	}

}
@media only screen  and (max-width: 414px){
	.casetop-box .content{
		margin-top: 2%;
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.casetop-box .desc{
		font-size: 14px;
	}
	.aboutcomBox .d1{
		font-size: 26px;
	}
	.caseUl li a .inbox .title{
		font-size: 16px;
		height: 24px;
	}
	.caseUl li a .inbox .more{
		font-size: 10px;
		height: 10px;
	}
	.caseUl li:first-child a .inbox .title{
		font-size: 24px;
		height: 36px;
	}
	.caseUl li:first-child a .inbox .more{
		font-size: 12px;
	}
}
/* =========

  应用方案详细

  ========== */
.caseDetTop-box{
	margin-top: 50px;
}
.caseDetTop-box .d1{
	color: #2a2a2a;
}
.caseDetTop-box .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 335px;
	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;
    margin-top: 30px;
}
.caseDetTop-box .imgbox .inbox{
	width: 143px;
	height: 124px;
	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;
	background-repeat: no-repeat;
}
.caseDetTop-box .imgbox .inbox .ininbox{
	text-align: center;
	overflow: hidden;
	width: 80%;
}
.caseDetTop-box .imgbox .inbox img{
	width: 50px;
	height: 40px;
}
.caseDetTop-box .imgbox .inbox .title{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 12px;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 90%;
	margin-left: 5%;
}
.caseDetUl{
	margin-bottom: 145px;
}
.caseDetUl li .top{
	background-color: #ed7020;
	padding: 20px 28px 25px;
	position: relative;
	cursor: pointer;
	border-top: 1px solid rgba(255,255,255,.25);
}
.caseDetUl li .top .title{
	font-size: 24px;
	color: #ffffff;

	line-height: 1.5;
	height: 36px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.caseDetUl li .top .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.caseDetUl li .top .icon{
	position: absolute;
	top: 50%;
	right: 28px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.caseDetUl li .top .icon:after,.caseDetUl li .top .icon:before{
	content: "";
	width: 18px;
	height: 2px;
	background-color:#ed7020;
	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%);
}
.caseDetUl li .top .icon:before{
	height: 18px;
	width: 2px;
}
.caseDetUl li .content{
	padding-left: 28px;
	padding-right: 28px;
	background-color: #f5f5f5;
	line-height: 2;
	color: #686868;
	font-size: 14px;
	padding-top: 35px;
	padding-bottom: 40px;
	display: none;
}
@media only screen  and (max-width: 1280px){
	.caseDetTop-box{
		margin-top: 40px;
	}
	.caseDetUl{
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width: 1024px){
	.caseDetUl{
		margin-bottom: 12%;
	}
	.caseDetTop-box{
		margin-top: 4%;
	}
	.caseDetTop-box .imgbox{
		margin-top: 3%;
		height: 290px;
	}
	.caseDetTop-box .imgbox .inbox{
		width: 120px;
		height: 104px;
		-webkit-background-size: 120px 104px;
		background-size: 120px 104px;
	}
	.caseDetTop-box .imgbox .inbox img{
		width: 40px;
		height: 36px;
	}
	.caseDetTop-box .imgbox .inbox .title{
		margin-top: 8px;
	}
	.caseDetUl li .content{
		padding: 3.5% 2.8% 4%;
	}
	.caseDetUl li .top{
		padding: 2% 2.8% 2.5%;
	}
	.caseDetUl li .top .icon{
		right: 2.8%;
	}
}
@media only screen  and (max-width: 800px){
	.caseDetTop-box .imgbox{
		height: 250px;
	}
	.caseDetTop-box .imgbox .inbox{
		width: 100px;
		height: 86px;
		-webkit-background-size: 100px 86px;
		background-size: 100px 86px;
	}
	.caseDetTop-box .imgbox .inbox img{
		width: 30px;
		height: 24px;
	}
	.caseDetTop-box .imgbox .inbox .title{
		margin-top: 5px;
	}
	.caseDetUl li .top .title{
		font-size: 20px;
		height: 30px;
	}
	.caseDetUl li .top .desc{
		font-size: 12px;
		height: 18px;
	}
	.caseDetUl li .top .icon{
		width: 24px;
		height: 24px;
	}
	.caseDetUl li .top .icon:after{
		width: 14px;
	}
	.caseDetUl li .top .icon:before{
		height: 14px;
	}
}
@media only screen  and (max-width: 600px){
	.caseDetTop-box .imgbox{
		height: 200px;
	}
	.caseDetUl li .top .title{
		font-size: 16px;
		height: 24px;
	}
}
@media only screen  and (max-width: 414px){
	.caseDetTop-box .imgbox{
		height: 170px;
	}
	.caseDetTop-box .imgbox .inbox{
		width: 80px;
		height: 69px;
		-webkit-background-size: 80px 69px;
		background-size: 80px 69px;
	}
	.caseDetTop-box .imgbox .inbox img{
		width: 25px;
		height: 20px;
	}
	.caseDetTop-box .imgbox .inbox .title{
		margin-top: 2px;
		font-size: 10px;
		height: 15px;
	}
	.caseDetUl li .top .title{
		font-size: 14px;
		height: 21px;
	}
	.caseDetUl li .top .icon {
	    width: 18px;
	    height: 18px;
	}
	.caseDetUl li .top .icon:after{
		width: 10px;
	}
	.caseDetUl li .top .icon:before{
		height: 10px;
	}
}
/* =========

  产品中心

  ========== */
.productTop{
	margin-top: 55px;
}
.productTop .left{
	float: left;
	width: 65.4%;
}
.productTop .item{
	display: block;
	background-color: #f6f6f6;
}
.productTop .left .item .inleft{
	float: left;
	width: 49.04%;
	padding-left: 50px;
	padding-top: 70px;
	padding-right: 20px;
}
.productTop .item .title{
	font-size: 30px;
	color: #2a2a2a;
	line-height: 1.2;
	max-height: 72px;
	overflow: hidden;

}
.productTop .item .desc{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 1.8;
	height: 100px;
	overflow: hidden;
	margin-top: 10px;
}
.productTop .item .more{
	width: 106px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #ed7020;
	margin-top: 40px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
.productTop .left .item .imgbox{
	float: right;
	width: 50.96%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.productTop .left .item .imgbox img{
	width: 100%;
}
.productTop .left .item:last-child{
	margin-top: 12px;
}
.productTop .left .item:last-child .inleft{
	float: right;
}
.productTop .left .item:last-child .imgbox{
	float: left;
}
.productTop .right{
	float: right;
	width: 33.333%;
	padding-left: 48px;
	padding-top: 45px;
	padding-bottom: 40px;
}
.productTop .right .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -30px;
}
.productTop .right .imgbox img{
	width: 100%;
}
.productTop .right .desc{
	padding-right: 10px;
}
.promidTitle{
	text-align: center;
	margin-top: 67px;
	margin-bottom: 57px;
}
/*productUl*/
.productUl{
	overflow: visible;
	margin-bottom: 100px;
}
.productUl li{
	float: left;
	width: 32.08%;
	margin-bottom: 40px;
	position: relative;
	margin-right: 1.88%;
	z-index: 1;
}
.productUl li:nth-child(3n+0){
	margin-right: 0;
}
.productUl li:after{
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	height: calc(100% + 80px);
	width: calc(100% + 20px);
	border: 1px solid #ed7020;
	background-color: #fff;
	opacity: 0;
	z-index: 1;
}
.productUl li a{
	display: block;
	position: relative;
	z-index: 11;
}
.productUl li a .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f6f6f6;
	position: relative;
}
.productUl li a .imgbox img{
	width: 100%;
}
.productUl li a .inbox{
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}
.productUl li a .inbox .line{
	margin-top: 18px;
	width: 25px;
	height: 2px;
	background-color: #ed7020;
	margin-bottom: 15px;
}
.productUl li a .inbox .title{
	font-size: 16px;
	line-height: 1.5;
	color: #282828;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.productUl li a .inbox .desc{
	font-size: 12px;
	color: #7d7d7d;
	line-height: 1.5;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
/*productUl End*/
@media only screen  and (min-width: 601px){
	.productUl li:hover{
		z-index: 2;
	}
	.productUl li:hover:after{
		opacity: 1;
	}
	.productUl li:hover a .inbox .desc{
		max-height: 54px;
	}
	.productUl li a .imgbox:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -webkit-linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    background: -moz-linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    background: -ms-linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    background: linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    opacity: 0;
	    z-index: -1;
	}
	.productUl li:hover a .imgbox{	  	
	    background-color: transparent;
	}
	.productUl li:hover a .imgbox:before{
		opacity: 1;
	}
}
@media only screen  and (max-width: 1280px){
	.productTop{
		margin-top: 45px;
	}

}
@media only screen  and (max-width: 1280px){
	.productTop{
		margin-top: 45px;
	}
	.promidTitle{
		margin-top: 60px;
		margin-bottom: 50px;
	}
}
@media only screen  and (max-width: 1200px){
	.productTop .left .item .inleft{
		padding-left: 35px;
		padding-top: 55px;
	}
	.productTop .right{
		padding-top: 40px;
		padding-bottom: 32px;
		padding-left: 35px;
	}
	.productTop .item .more{
		margin-top: 30px;
	}
	.productTop .item .title{
		font-size: 24px;
		max-height: 56px;
	}
	.productTop .item .desc{
		margin-top: 8px;
	}
	.productTop .right .imgbox{
		margin-top: -25px;
	}
}
@media only screen  and (max-width: 1024px){
	.productTop{
		margin-top: 4.5%;
	}
	.promidTitle{
		margin-top: 6%;
		margin-bottom: 5%;
	}
	.productTop .left .item .inleft{
		padding-left: 25px;
		padding-top: 40px;
	}
	.productTop .right{
		padding-top: 30px;
		padding-bottom: 22px;
		padding-left: 25px;
	}
	.productTop .item .more{
		margin-top: 20px;
	}
	.productTop .item .title{
		font-size: 20px;
		height: 48px;
	}
	.productTop .item .desc{
		margin-top: 3px;
	}
	.productTop .right .imgbox{
		margin-top: -18px;
	}
	.productUl li{
		margin-bottom: 4%;
	}
	.productUl{
		margin-bottom: 10%;
	}
	.productUl li a .inbox,.productUl li a .inbox .desc{
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media only screen  and (max-width: 800px){
	.productTop .left .item .inleft{
		padding-left: 15px;
		padding-top:25px;
	}
	.productTop .right{
		padding-top: 15px;
		padding-bottom: 12px;
		padding-left: 15px;
	}
	.productTop .item .more{
		margin-top: 10px;
	}
	.productTop .item .title{
		font-size: 16px;
		height: 38px;
	}
	.productTop .item .desc{
		margin-top: 3px;
		font-size: 12px;
		height: 84px;
	}
	.productTop .right .imgbox{
		margin-top: -10px;
	}
	.productTop .item .more{
		width: 80px;
		height: 28px;
		line-height: 28px;
	}
	.productUl li{
		margin-right: 2%;
		width: 49%;
	}
	.productUl li:nth-child(3n+0) {
	    margin-right: 2%;
	}
	.productUl li:nth-child(2n+0) {
	    margin-right: 0;
	}
}
@media only screen  and (max-width: 600px){
	.productTop .left,.productTop .right{
		float: none;
		width: 100%;
	}
	.productTop .right{
		margin-top: 10px;
	}
	.productTop .item .desc{
		height: auto;
	}
	.productUl li a .inbox .line{
		margin-top: 12px;
		margin-bottom: 8px;
	}
	.productUl li a .inbox .title{
		font-size: 14px;
		height: 42px;
		white-space: normal;
	}

}
@media only screen  and (max-width:414px){	
	.productTop .left .item .inleft,.productTop .right{
		padding-left: 10px;
		padding-top: 10px;
	}
	.productTop .item{
		padding-bottom: 10px;
	}
	.productTop .item .title{
		font-size: 14px;
		max-height: 32px;
	}
	.productUl li a .inbox{
		padding-left: 10px;
		padding-right: 10px;
	}
}	
/* =========

  产品详细

  ========== */
.proDetTop{
	position: fixed;
	top: 105px;
	left: 0;
	width: 100%;
	height: 74px;
	line-height: 74px;
	background-color: #303030;
	z-index: 10;
}
.proDetTop .left{
	float: left;
	width: 30%;
	overflow: hidden;
	font-size: 20px;
	color: #ffffff;
	white-space: nowrap;
	height: 100%;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.proDetTop .linkbox{
	float: right;
	max-width: 70%;
}
.proDetTop .linkbox .a1{
	font-size: 14px;
	color: #838383;
	margin-right: 46px;
}
.proDetTop .linkbox .a1.active{
	color: #ffffff;
}
@media only screen and (max-width: 1200px) {
.proDetTop .linkbox .back{ display:none!important}
}

.proDetTop .linkbox .back{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 70px;
	height: 30px;
	background-color: #ed7020;
	display: inline-block;
	border-radius: 20px;
}
.comHref{
	position: absolute;
	top: -179px;
	left: 0;
	width: 1px;
	height: 1px;
}
.provideoBox{
	position: relative;
}
.proDetBg{
/*	margin-top: 179px;*/
	height: auto;
	padding-bottom: 50px;
	background: -webkit-linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    background: -moz-linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    background: -ms-linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    background: linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    position: relative;
}
.proDetBg .inbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.proDetBg .inbox .ininbox{
	width: 100%;
}
.proDetBg .left{
	float: left;
	width: 41.5%;
	padding-top: 13.333%;
}
.proDetBg .left .title{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.proDetBg .left .desc{
	margin-top: 32px;
	margin-bottom: 45px;
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	overflow: hidden;
}
.proDetBg .left .bottom div{
	display: inline-block;
	vertical-align: middle;
}
.proDetBg .left .bottom .line{
	width: 50px;
	height: 2px;
	background-color:rgba(255,255,255,.5);
}
.proDetBg .left .bottom .down{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #ed7020;
	margin-left: 20px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
}
.proDetBg .left .bottom .down .icon{
	height: 14px;
	width: 2px;
	margin-left: 12px;
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.proDetBg .left .bottom .down .icon:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: -3px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    z-index: 1;
}
.proDetBg .right{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 58.33%;
}
.proDetBg .right img{
	width: 100%;
}
.prdLinkBox{
	margin-top: 0;
	height: 60px;
	line-height: 60px;
}
.proDetShow{
	padding-top: 65px;
	padding-bottom: 70px;
	border-top: 1px solid #e2e2e2;
	background-color: #f5f5f5;
}
.proDetShow .title{
	text-align: center;
	font-size: 40px;
	color: #373737;
	line-height: 1;
}
.proDetShow ul{
	margin-top: 25px;
}
.proDetShow ul li{
	float: left;
	margin-bottom: 10px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 32.16%;
	background-color: #fff;
	margin-right: 1.76%;
}
.proDetShow ul li:nth-child(3n+0){
	margin-right: 0;
}
.proDetShow ul li img{
	width: 100%;
}
.product-video .mejs-overlay-button{
	width: 80px;
	height: 80px;
	margin: 0;
	margin-left: -40px;
	background: none;
	border-radius: 50%;
	background-color: #ed7020;
	border: 3px solid #fff;
	top: calc(50% + 65px);
}
.product-video .mejs-overlay-button:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent;
    margin-left: -7px;
    margin-top: -10px;
}
.product-video{
	position: relative;
}
.product-video .word{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-75%);
	-ms-transform: translate(-50%,-75%);
	-o-transform: translate(-50%,-75%);
	transform: translate(-50%,-75%);
	color: #fff;
	font-size: 48px;
	line-height: 1;

	height: 48px;
	overflow: hidden;
	white-space: nowrap;
}
.product-video[data-on="click"] .word{
	display: none;
}
.proDetBox{
	color: #686868;
	font-size: 16px;
	line-height: 2;
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: visible;
	position: relative;
}
.proDetBox .top{
	font-size: 40px;
	color: #373737;

	line-height: 1;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.proDetBox .line{
	width: 100%;
	height: 1px;
	background-color: #e1e1e1; 
	margin-top: 25px;
	margin-bottom: 60px;
}
.proDetNext{
	height: 240px;
	background-color: #303030;
	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;
}
.proDetNext .inbox{
	display: block;
	text-align: center;
}
.proDetNext .inbox .d1{
	font-size: 22px;
	color: #fff;

	line-height: 1;
	height: 22px;
	overflow: hidden;
}
.proDetNext .inbox .title{
	font-size: 36px;
	color: #ed7020;
	line-height: 1.5;
	height: 54px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 10px;
}
@media only screen  and (max-width:1600px){
	.product-embed{
		height: 700px !important;
	}
}
@media only screen  and (max-width:1440px){
	.product-embed{
		height: 620px !important;
	}
}
@media only screen  and (max-width:1280px){
	.product-embed{
		height: 540px !important;
	}
	.proDetBox{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.proDetBox .line{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.proDetBox .top{
		font-size: 36px;
		height: 36px;
	}
	.proDetBg .left .title{
		font-size: 36px;
		max-height:72px;
	}
	.proDetBg .left{
		padding-top: 10%;
	}
}
@media only screen  and (max-width:1024px){
	.product-embed{
		height: 440px !important;
	}
	.product-video .word{
		font-size: 36px;
		height: 36px;
	}
	.product-video .mejs-overlay-button{
		top: calc(50% + 45px);
		width: 60px;
		height: 60px;
		margin-left: -30px;
	}
	.proDetBg{
		padding-bottom: 5%;
	}
	.product-video .mejs-overlay-button:after{
		border-top: 6px solid transparent;
	    border-left: 12px solid #fff;
	    border-bottom: 6px solid transparent;
	    margin-left: -4px;
	    margin-top: -6px;
	}
	.proDetBox{
		margin-top: 6%;
		margin-bottom: 6%;
	}
	.proDetBox .line{
		margin-top: 2%;
		margin-bottom: 5%;
	}
	.proDetBox .top{
		font-size: 30px;
		height: 30px;
	}
	.proDetNext{
		height: 200px;
	}
	.proDetNext .inbox .d1{
		font-size: 18px;
		height: 18px;
	}
	.proDetNext .inbox .title{
		font-size: 30px;
		height: 45px;
		margin-top: 8px;
	}
	.prdLinkBox{
		height: 50px;
		line-height: 50px;
	}
	.proDetShow{
		padding-top: 6%;
		padding-bottom: 6.5%;
	}
	.proDetShow .title{
		font-size: 30px;
	}
	.proDetShow ul{
		margin-top: 2.5%;
	}
	.proDetBg{
		height: 600px;
	}
	.proDetBg .left .title{
		font-size: 30px;
		max-height: 60px;
	}
	.proDetBg .left .desc{
		margin-top: 22px;
		margin-bottom: 30px;
	}
	.proDetBg .left{
		padding-top: 8%;
	}
}
@media only screen  and (max-width:1023px){
	.proDetTop{
		top: 51px;
	}
	.proDetBg{

	}
}
@media only screen  and (max-width:800px){
.showproduct_l{ width:100%!important; padding-top:0!important}
.showproduct_r{ width:100%!important; margin-right:0!important}

	.proDetBg{
		height: auto!important;
	}
	.proDetBg .left .title{
		font-size: 24px;
		max-height: 48px;
	}
	.proDetBg .left .desc{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.proDetBg .left{
		padding-top: 6%;
	}
	.product-video .word{
		font-size: 24px;
		height: 24px;
	}
	.proDetBox .top{
		font-size: 24px;
		height: 24px;
	}
	.product-video .mejs-overlay-button{
		top: calc(50% + 30px);
		width: 40px;
		height: 40px;
		margin-left: -20px;
		border-width: 2px;
	}
	.product-embed{
		height: 340px !important;
	}
	.proDetNext{
		height: 160px;
	}
	.proDetNext .inbox .d1{
		font-size: 16px;
		height: 16px;
	}
	.proDetNext .inbox .title{
		font-size: 24px;
		height: 36px;
		margin-top: 5px;
	}
	.proDetShow .title{
		font-size: 24px;
	}
	.proDetShow ul li{
		width: 49%;
		margin-right: 2%;
	}
	.proDetShow ul li:nth-child(3n+0) {
	    margin-right: 2%;
	}
	.proDetShow ul li:nth-child(2n+0) {
	    margin-right: 0;
	}
	.prdLinkBox{
		height: 44px;
		line-height: 44px;
	}
}
@media only screen  and (max-width:640px){
	.proDetBg{
		padding-top: 6%;
		padding-bottom: 6%;
		height: auto;
	}
	.proDetBg .left{
		float: left;
		width: 100%;
		padding-top: 0;
	}
	.proDetBg .right{
		float: none;
		width: 100%;
		height: auto;
		display: inline-block;
	}
	.proDetTop .linkbox .a1{
		margin-right: 15px;
	}

	.proDetTop{
		height: auto;
		line-height: 1;
		padding-bottom: 10px;
	}
	.proDetTop .left{
		float: none;
		width: 100%;
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.proDetTop .linkbox{
		max-width: none;
		float: none;
	}
	.proDetBg{

	}
	.proDetBg .left .title{
		font-size: 20px;
		max-height: none;
		line-height: 1.2;
	}
	.proDetBg .left .desc{
		margin-top: 10px;
		margin-bottom: 15px;
		line-height: 1.5 !important;
		font-size: 12px !important; 
	}
	.proDetBg .left .bottom .down{
		width: 90px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.proDetBg .left .bottom .down .icon{
		height: 12px;
	}
	.proDetBg .left .bottom .line{
		width: 30px;
	}
}
@media only screen  and (max-width:414px){
	.proDetShow ul li{
		margin-right: 10px;
		width: calc(50% - 5px);
	}
	.prdLinkBox{
		height: 36px;
		line-height: 36px;
	}
	.proDetShow ul li:nth-child(3n+0) {
	    margin-right: 10px;
	}
	.proDetShow .title{
		font-size: 18px;
	}
	.proDetBox .top{
		font-size: 18px;
		height: 18px;
	}
	.product-embed{
		height: 240px !important;
	}
	.product-video .word{
		font-size: 18px;
		height: 18px;
	}
	.product-video .mejs-overlay-button{
		top: calc(50% + 25px);
		width: 30px;
		height: 30px;
		margin-left: -15px;
	}
	.product-video .mejs-overlay-button:after{
		border-top: 4px solid transparent;
	    border-left: 8px solid #fff;
	    border-bottom: 4px solid transparent;
	    margin-left: -3px;
	    margin-top: -4px;
	}
	.proDetNext{
		height: 120px;
	}
	.proDetNext .inbox .d1{
		font-size: 14px;
		height: 14px;
	}
	.proDetNext .inbox .title{
		font-size: 20px;
		height: 30px;
		margin-top: 2px;
	}
}
/* =========

  技术支持

  ========== */
.tech-box{
	margin-top: 50px;
	margin-bottom: 60px;
}
.tech-box1{
	margin-top: 40px;
}
.tech-box .my-swiper{
	margin-top: 30px;
}
.tech-box .item{
	display: none;
	margin-top: 50px;
}
.tech-box .item ul li{
	padding-bottom: 50px;
	border-width: 0 0 2px 0;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(to right,#ed7020, #b3bdc4) 2 0;
    -o-border-image: -o-linear-gradient(to right,#ed7020, #b3bdc4) 2 0;
    border-image: linear-gradient(to right,#ed7020, #b3bdc4) 2 0;
    margin-bottom: 45px;
}
.tech-box .item ul li .left{
	float: left;
	width: 35%;
	padding-top: 65px;
}
.tech-box .item ul li .left .d11{
	font-size: 24px;
	color: #ed7020;
	line-height: 1.5;
	margin-bottom: 20px;
}
.tech-box .item ul li .left .desc{
	font-size: 14px;
	line-height: 2;
	color: #646464;
}
.tech-box .item ul li .right{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 50%;
}
.tech-box .item ul li .right img{
	width: 100%;
}
.tech-box .item ul li:nth-child(2n+0) .left{
	float: right;
	margin-right: 11%;
}
.tech-box .item ul li:nth-child(2n+0) .right{
	float: left;
}
@media only screen  and (max-width:1280px){
	.tech-box .item ul li .left{
		padding-top: 50px;
	}
	.tech-box .item ul li .left .d11{
		font-size: 20px;

		margin-bottom: 15px;
	}
}
@media only screen  and (max-width:1024px){
	.tech-box .item ul li .left{
		padding-top: 40px;
	}
	.tech-box .item ul li .left .d11{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tech-box .item{
		margin-top: 4.5%;
	}
	.tech-box .my-swiper{
		margin-top: 3%;
	}
	.tech-box{
		margin-top: 5%;
		margin-bottom: 6%;
	}
	.tech-box .item ul li{
		padding-bottom: 4.5%;
		margin-bottom: 4%;
	}
	.tech-box1{
		margin-top: 4%;
	}
}
@media only screen  and (max-width:800px){
	.tech-box .item ul li .left{
		padding-top: 10px;
	}
}
@media only screen  and (max-width:640px){
	.tech-box .item ul li .left{
		padding-top: 0;
		width: 100%;
		margin-bottom: 3%;
	}
	.tech-box .item ul li .right{
		width: 100%;
	}
	.tech-box .item ul li:nth-child(2n+0) .left{
		margin-right: 0;
	}
}
/* =========

  视频中心

  ========== */
.videoBox-top{
	margin-top: 50px;
	margin-bottom: 17px;
}
.videoBox{
	max-width: 1414px;
	margin-bottom: 130px;
}
.videoBox .left{
	float: left;
	width: 73.05%;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.videoBox .left:before{
	content: "";
	float: left;
	width: 1px;
	margin-left: -1px;
	padding-top: calc(596 / 1033 * 100%);
}
.videoBox .left:after{
	content: "";
	display: table;
	clear: both;
}
.videoBox .left .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.videoBox .right-swiper{
	float: right;
	width: 26.95%;
	height: 100%;
	overflow: visible;
}
.videoBox .right-swiper .swiper-slide{
	line-height: 100%;
	cursor: pointer;
}
.videoBox .right-swiper .swiper-slide:before{
	content: "";
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+1):before{
	background-color: #01bedc;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+2):before{
	background-color: #00b4d9;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+3):before{
	background-color:#00a9d4;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+4):before{
	background-color: #009dd0;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+5):before{
	background-color: #0092cd;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+6):before{
	background-color: #0188c8;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+7):before{
	background-color: #017dc5;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+8):before{
	background-color: #0172c2;
}
.videoBox .right-swiper .swiper-slide .num{
	float: left;
	width: 75px;
	border-right: 1px solid rgba(255,255,255,.2);
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
.videoBox .right-swiper .swiper-slide .title{
	float: left;
	width: calc(100% - 75px);
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.videoBox .right-swiper .swiper-slide .title .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	vertical-align: middle;
	width: 0px;
	height: 65px;
	display: inline-block;
}
.videoBox .right-swiper .swiper-slide .title .d1{
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
}
.videoBox .right-swiper .swiper-slide .icon{
	position: absolute;
	top: 50%;
	left: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ed7020;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.videoBox .right-swiper .swiper-slide .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #ed7020;
	border-left: 2px solid #ed7020;
	-webkit-transform: rotate(45deg) translate(-10px,-50%);
	-ms-transform: rotate(45deg) translate(-10px,-50%);
	-o-transform: rotate(45deg) translate(-10px,-50%);
	transform: rotate(45deg) translate(-10px,-50%);
	margin-left: -6px;
	margin-top: 3px;
}
.videoBox .right-swiper .swiper-slide .num:after{
	content: "";
	position: absolute;
	top: -12px;
	right: 25px;
	height: calc(100% + 23px);
	width: 1px;
	background-color: #e5e5e5;
	opacity: 0;
}	
.videoBox .left .mejs-overlay-button {
    background: none;
    border-radius: 50%;
    background-color: rgba(0,117,194,.7);
}
.videoBox .left .mejs-overlay-button:after{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
    margin-left: -7px;
    margin-top: -15px;
}
.videoBox .right-swiper .btn{
	position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 20px;
    font-family: 宋体;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    display: none;
}
.videoBox .right-swiper .rs-next{
	right: 0;
	left: auto;
}
@media only screen  and (min-width:601px){
	.videoBox .right-swiper .swiper-slide.active{
		z-index: 1;
	}
	.videoBox .right-swiper .swiper-slide.active:before{
		top: -12px;
		left: -45px;
		bottom: -12px;
		background-color: #fff;
	}
	.videoBox .right-swiper .swiper-slide.active .num:after{
		opacity: 1;
	}		
	.videoBox .right-swiper .swiper-slide.active .title{
		text-indent: 0;
		margin-left: -10px;
	}
	.videoBox .right-swiper .swiper-slide.active .num{
		border: 0;
	}
	.videoBox .right-swiper .swiper-slide.active .title .d1{
		color: #2e2e2e;
		padding-left: 8px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox{
		width: 112px;
	}
	.videoBox .right-swiper .swiper-slide.active .icon{
		opacity: 1;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}
	.videoBox .right-swiper .swiper-slide:hover{
		z-index: 1;
	}
	.videoBox .right-swiper .swiper-slide:hover:before{
		top: -12px;
		left: -45px;
		bottom: -12px;
		background-color: #fff;
	}
	.videoBox .right-swiper .swiper-slide:hover .num:after{
		opacity: 1;
	}	
	.videoBox .right-swiper .swiper-slide:hover .title{
		text-indent: 0;
		margin-left: -10px;
	}
	.videoBox .right-swiper .swiper-slide:hover .num{
		border: 0;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .d1{
		color: #2e2e2e;
		padding-left: 8px;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .imgbox{
		width: 112px;
	}
	.videoBox .right-swiper .swiper-slide:hover .icon{
		opacity: 1;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}
	.videoBox .right-swiper:hover .swiper-slide.active{
		z-index: 0;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:before{
		top: 0px;
		left: 0px;
		bottom: 0px;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+1):before{
		background-color: #01bedc;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+2):before{
		background-color: #00b4d9;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+3):before{
		background-color:#00a9d4;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+4):before{
		background-color: #009dd0;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+5):before{
		background-color: #0092cd;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+6):before{
		background-color: #0188c8;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+7):before{
		background-color: #017dc5;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+8):before{
		background-color: #0172c2;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .num:after{
		opacity: 0;
	}	
	.videoBox .right-swiper:hover .swiper-slide.active .title{
		margin-left: 0px;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .num{
		border-width: 1;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .title .d1{
		color: #fff;
		padding-left: 25px;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .title .imgbox{
		width: 0;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .icon{
		opacity: 0;
	}
}
@media only screen  and (max-width:1280px){
	.videoBox .right-swiper .swiper-slide .title .imgbox{
		height: 56px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox {
	    width: 96px;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .imgbox {
	    width: 96px;
	}
	.videoBox .right-swiper{
		width: 325px;
	}
	.videoBox .left{
		width: calc(100% - 325px);
	}
}
@media only screen  and (max-width:1024px){
	.mejs-overlay-button{
		width: 74px;
		height: 74px;
		margin: -37px 0 0 -37px;
	}
	.videoBox-top{
		margin-top: 5%;
		margin-bottom: 1.7%;
	}
	.videoBox{
		margin-bottom: 11%;
	}
}
@media only screen  and (max-width:800px){
	.videoBox .right-swiper .swiper-slide .num{
		width: 50px;
	}
	.videoBox .right-swiper .swiper-slide .title{
		width: calc(100% - 50px);
		font-size: 14px;
	}
	.videoBox .right-swiper{
		width: 250px;
	}
	.videoBox .left{
		width: calc(100% - 250px);
	}
	.videoBox .right-swiper .swiper-slide .title .d1{
		padding-left: 15px;
	}
	.videoBox .right-swiper .swiper-slide .title .imgbox{
		height: 42px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox {
	    width: 72px;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .imgbox {
	    width: 72px;
	}
	.videoBox .right-swiper .swiper-slide .icon{
		width: 30px;
		height: 30px;
		left: -15px;
	}
	.videoBox .right-swiper .swiper-slide .icon:after{
		width: 10px;
		height: 10px;
		margin-top: 5px;
		margin-left: 0px;
	}
	.videoBox .right-swiper .swiper-slide.active:before,.videoBox .right-swiper .swiper-slide:hover:before{
		left: -30px;
		top: -8px;
		bottom: -8px;
	}
	.videoBox .right-swiper .swiper-slide .num:after{
		height: calc(100% + 15px);
		top: -8px;
	}
}
@media only screen  and (max-width:600px){
	.videoBox .right-swiper .btn{
		display: block;
	}
	.videoBox .left{
		float: none;
		width: 100%;
		margin-top: 8px;
	}
	.videoBox .right-swiper{
		float: none;
		width: 100%;
		height: auto !important;
	}
	.videoBox .right-swiper .swiper-slide.active:before, .videoBox .right-swiper .swiper-slide:hover:before{
		left: 0;
		top: 0;
		bottom: 0;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox,.videoBox .right-swiper .swiper-slide:hover .title .imgbox{
		display: none;
		width: 0;
	}
	.videoBox .right-swiper .swiper-slide{
		line-height: 42px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .d1,.videoBox .right-swiper .swiper-slide.active .num{
		color: #000;
	}
}
@media only screen  and (max-width:414px){
	.videoBox .right-swiper .swiper-slide .num{
		font-size: 12px;
		width: 36px;
	}
	.videoBox .right-swiper .swiper-slide .title .d1{
		padding-left: 10px;
		font-size: 12px;
	}
	.videoBox .right-swiper .swiper-slide .title{
		width: calc(100% - 36px);
	}
	.mejs-overlay-button {
	    width: 40px;
	    height: 40px;
	    margin: -20px 0 0 -20px;
	}
	.videoBox .left .mejs-overlay-button:after{
		border-top: 6px solid transparent;
	    border-left: 10px solid #fff;
	    border-bottom: 6px solid transparent;
	    margin-left: -3px;
	    margin-top: -6px;
	}
}
.comLinka{
	position: absolute;
	top: -105px;
	width: 1px;
	height: 1px;
	left: 0;
}
@media only screen  and (max-width:1023px){
	.comLinka{
		top: -50px;
	}
}
/*搜索*/
.search-main img{ max-width:100%;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	min-height: 300px;
	margin-top:100px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 0;
	float: left;
	width: 48%;
}
.search-main .list ul li:nth-child(2n+0){
	float: right;
}
.search-main .list ul li.nothing {
	height: 100px;
	border: 0px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: #999;
}


.search-main .list ul li a .text .title {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 20px;
	height: 90px;
	overflow: hidden;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 15px;
}
.search-main .list ul li a .tu{ margin-bottom:20px;}
@media only screen and (min-width:601px) {
.search-main .list ul li a {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}

.search-main .list ul li a .tu{ width:200px; margin-right:30px; margin-bottom:0px;}
.search-main .list ul li a .text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

.search-main .list ul li a:hover {
	color: #21263f;
}
@media only screen and (max-width:800px) {
.search-main{ margin-top:60px;}
}
@media only screen and (max-width:600px) {

.search-main .type {
	font-size: 22px;
}
.search-main .list ul li{
	float: none;
	width: 100%;
	padding: 0;
}
.search-main{
	padding-top: 10px;
}
.search-main .list ul li a .text .demo{
	margin-bottom: 10px;
}
.search-main .list ul li a .text .demo{
	height: auto;
}
}

/* =========

  资料索取

  ========== */
.videoBox-top .content{
	text-align: center;
	color: #4a4949;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 70px;
}
.dataBox{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}
.dataBox:before{
	position: absolute;
	left: 275px;
	top:50px;
	height: 100%;
	width: 1px;
	background-color: #e5e5e5;
}
.dataBox .left{
	float: left;
	width: 274px;
	font-size: 30px;
	color: #373737;
}
.dataBox .data-form{
	float: right;
	width: calc(100% - 275px);
	padding-left: 35px;
}
.dataBox .data-form .title{
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background: -webkit-linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
    background: -moz-linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
    background: -ms-linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
    background: linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
}
.dataBox .data-form .inputbox{
	background-color: #eaeaea;
	border-bottom: 1px dashed #fff;
}
.dataBox .data-form .inputbox .inbox{
	float: left;
	width: 50%;
	line-height: 50px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.dataBox .data-form .inputbox .inbox .word{
	float: left;
	margin-left: 20px;
	color: #4f4f4f; 
	font-size: 14px;
	overflow: hidden;
}
.dataBox .data-form .inputbox input[type="text"]{
	height: 100%;
	border: 0;
	background-color: transparent;
	font-size: 14px;
	color: #4f4f4f; 
	text-indent: 8px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.dataBox .data-form .inputbox .inbox.float{
	position: relative;
}
.dataBox .data-form .inputbox .inbox.float:after{
	content: attr(data-desc);
	position: absolute;
	top: 0;
	height: 100%;
	font-size: 12px;
	right: 20px;
	color: #8f8f8f;
}
.dataBox .data-form .inputbox .inbox:first-child{
	border-right:1px dashed #fff;
}
.dataBox .radiobox{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: block !important;
	line-height: 1 !important;
	height: auto !important;
}
.dataBox .inputbox .d2{
	font-size: 14px;
	color: #4f4f4f; 
	margin-bottom: 10px;
	display: block;
}
.dataBox .radiobox label{
	font-size: 14px;
	color: #8b8b8b;
	line-height: 16px;
	margin-right: 70px;
	position: relative;
}
.dataBox .radiobox label:last-child{
	margin-right: 0;
}
.dataBox .radiobox label .icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
}
.dataBox .radiobox label .icon:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 18px;
	border-bottom: 2px solid #c9c9c9;
	border-right: 2px solid #c9c9c9;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -4px;
	display: none;
}
.dataBox .radiobox label input[type="radio"]{
	opacity: 0;
	margin-left: 8px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.dataBox .radiobox label input[type="radio"]:checked + .icon:after{
	display: block;
}
.dataBox .submit-box{
	margin-top: 15px;
}
.dataBox .submit-box input[type="submit"]{
	border: 0;
	width: 160px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: -webkit-linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
    background: -moz-linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
    background: -ms-linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
    background: linear-gradient(to right,#ed7020 0px, #0084db 50%, #0093f4 100%);
    cursor: pointer;
    float: left;
}
.dataBox .submit-box .qx{
	width: 74px;
	cursor: pointer;
	background-color: #d1d1d1;
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #585858;
	font-size: 16px;
	margin-left: 10px;
	float: left;
}
.dataBox2{
	margin-top: 50px;
	padding-top: 0;
	border-top: 0;
	margin-bottom: 100px;
}
.dataBox2:before{
	top: 0;
}
@media only screen and (max-width:1280px){
	.dataBox .left{
		width: 199px;
		font-size: 24px;
	}
	.dataBox:before{
		left: 200px;
	}
	.dataBox .data-form{
		width: calc(100% - 200px);
	}
}
@media only screen and (max-width:1024px){
	.dataBox2{
		margin-bottom: 9%;
		margin-top: 0%;
	}
	.dataBox{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.videoBox-top .content{
		margin-top: 3%;
		margin-bottom: 7%;
	}
	.dataBox .left{
		width: 100%;
		float: none;
	}
	.dataBox:before{
		display: none;
	}
	.dataBox .data-form{
		padding-left: 0;
		width: 100%;
		float: none;
		margin-top: 4%;
	}
}
@media only screen and (max-width:640px){
	.dataBox .left{
		font-size: 20px;
	}
	.dataBox .data-form .title{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.dataBox .data-form .inputbox .inbox{
		height: 36px;
		line-height: 36px;
	}
	.dataBox .data-form .inputbox .inbox .word{
		font-size: 12px;
		margin-left: 10px;
	}
	.dataBox .data-form .inputbox .inbox{
		float: none;
		width: 100%;
		border-right: 0 !important;
		border-bottom: 1px dashed #fff;
	}
	.dataBox .data-form .inputbox{
		border-bottom: 0;
	}
	.dataBox .radiobox{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.dataBox .inputbox .d2{
		font-size: 12px;
	}
	.dataBox .radiobox label{
		font-size: 12px;
		margin-right: 20px;
	}
	.dataBox .submit-box input[type="submit"],.dataBox .submit-box .qx{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.dataBox .submit-box input[type="submit"]{
		width: 130px;
	}
	.dataBox .inputbox2{
		border-top: 1px dashed #fff;
	}
	

}


.index_title{ text-align:center;line-height:66px; margin-bottom:20px;}
.index_title h1{ font-family:Arial; font-size:30px; color:#ed7020; text-transform:uppercase; font-weight:normal; position:relative; }
.index_title h1:after{ content:""; display:inline-block; position:absolute; width:34px; height:3px; background:#ed000d; bottom:0; left:50%; margin-left:-17px;}
.index_title h2{ font-size: 24px;  color:#333333; font-weight:normal; }

.index_bottom{
    background-image: url(../bg04.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
}



.pro_com{ margin-bottom:60px;}
.pro_main{ overflow:hidden}
.pro_main_l{ float:left; width:51.0416667%; height:594px; background:url(../pro_main_l.jpg) no-repeat center; background-size:cover; position:relative;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
 }
.pro_main_l_title{ margin-top:40px; margin-left:86px;line-height:30px;}
.pro_main_l_title h1{ font-size:20px; color:#333333; font-family:Arial; text-transform:uppercase; font-weight:normal;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.pro_main_l_title h2{ font-size:18px; color:#666666; font-weight:normal;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.pro_main_l_img{ text-align:center; height:80%; width:66%;  position:absolute; left:17%; top:16%;}
.pro_main_l_img img{ width:100%!important;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.pro_main_l:hover{ background:#ed7020; }
.pro_main_l:hover h1,.pro_main_l:hover h2{ color:#fff}
.pro_main_l:hover img{transform: scale(1.1)}

.pro_main_r{ float:left; width:48.8889%;  }

.pro_main_r_tant1{ width:100%; height:292px;background:url(../pro_main_l.jpg) no-repeat center; background-size:cover; float:left; overflow:hidden; position:relative;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.pro_main_r_tant_title{ margin-top:20px; margin-left:36px; line-height:30px; position:absolute; z-index:2}
.pro_main_r_tant_title h1{ font-size:20px; color:#333333; font-family:Arial; text-transform:uppercase; font-weight:normal;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.pro_main_r_tant_title h2{ font-size:18px; color:#666666; font-weight:normal;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.pro_main_r_tant_img{ text-align:center;  height:100%; width:100%;  position:absolute; left:0; top:-20%; }
.pro_main_r_tant_img img{ width:60%!important;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.pro_main_r_tant2{ width:50%; height:302px;background:#ebecf0; float:left; overflow:hidden; position:relative}
.pro_main_r_tant3{ width:50%; height:302px;background:#d5d6d8; float:left; overflow:hidden; position:relative}

.pro_main_r_tant2 .pro_main_r_tant_img,.pro_main_r_tant3 .pro_main_r_tant_img{ height:70%; top:26%}
.pro_main_r_tant2 .pro_main_r_tant_img img,.pro_main_r_tant3 .pro_main_r_tant_img img{ width:60%!important}

.pro_main_r_tant1:hover,.pro_main_r_tant2:hover,.pro_main_r_tant3:hover{ background:#ed7020; }
.pro_main_r_tant1:hover h1,.pro_main_r_tant1:hover h2,.pro_main_r_tant2:hover h1,.pro_main_r_tant2:hover h2,.pro_main_r_tant3:hover h1,.pro_main_r_tant3:hover h2{ color:#fff}
.pro_main_r_tant1:hover img,.pro_main_r_tant2:hover img,.pro_main_r_tant3:hover img{transform: scale(1.1);}



.news_com{ position:relative}
.news_com .news_com_tant{ float:left;}

.news_com .news_com_tant a{ display:block;border:1px solid #d2d2d2;  padding-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}

.news_com .news_com_tant h1{ width:100%; overflow:hidden;}
.news_com .news_com_tant h1 img{ width:100%;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.news_com .news_com_tant h2{ font-size:16px; color:#333333; font-weight:normal; overflow:hidden; line-height:40px; height:40px; padding:0 10px; margin-top:6px;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.news_com .news_com_tant h3{ font-size:14px; color:#666666; line-height:24px; max-height:48px; overflow:hidden; font-weight:normal; text-indent:2em;padding:0 10px}
.news_com .news_com_tant h4{ font-size:14px; color:#666666; font-weight:normal;padding:0 10px; margin-top:6px;}

.news_com .news_com_tant:hover h1 img{transform: scale(1.1);}
.news_com .news_com_tant:hover h2{ color:#ed7020}

.news_com .news_more{ width:80px; height:50px; background:url(../news_more.png) no-repeat center; position:absolute; bottom:0; left:50%; margin-left:-40px; z-index:99999}
.news_com .news_more a{ display:block; width:100%; height:100%;}



.news_com .bx-wrapper{ max-width:100%!important; position:relative}

.news_com .bx-controls-direction{ width:100%; text-align:center; position:absolute; bottom:-103px; left:0}
.news_com .bx-controls-direction a{ display:inline-block; width:52px; height:50px; margin:0 51px;}
.news_com .bx-prev{ background:url(../news_com_prev.png) no-repeat center}
.news_com .bx-next{ background:url(../news_com_next.png) no-repeat center}

/*内页*/  
#flip{ margin-top:40px; margin-bottom:0;}

.ny_wrap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    overflow: hidden;
}

/*内页banner*/  
.ny_banner{ height:360px; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 105px;
    background-color: #ccc;
}


@media only screen  and (max-width:1200px){
.ny_banner{ margin-top:54px!important;}
.proDetTop{ top:50px;}
}

.ny_banner.ys span{ color:#fff}
.ny_banner.ys i{ background:#fff}

.ny_banner span{ display:block; line-height:36px; color:#ed7020;}
.ny_banner span.ny_banner_namemark{ font-size:20px;  text-transform:uppercase; margin-top:120px}
.ny_banner span.ny_banner_name{ font-size:24px; }
.ny_banner i{ width:22px; height:3px; background:#ed7020; display:block; margin-top:10px;}

/*位置*/  
.ny_weizhi{ font-size:14px; color:#fff; line-height:60px; background:#ed7020; height:60px;}
.ny_weizhi_l{ float:left}
.ny_weizhi_l li{ float:left; margin-right:30px; width:auto}
.ny_weizhi_l li a{ color:#fff; display:block; position:relative; }

.ny_weizhi_l li a:before{ content:""; position:absolute; bottom:-8px; left:50%; margin-left:-6px;
    width:0; 
    height:0; 
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #FFF ;
transition:all .2s;
-moz-transition:all .2s; /* Firefox 4 */
-webkit-transition:all .2s; /* Safari and Chrome */
-o-transition:all .2s; /* Opera */	
}

.ny_weizhi_l li a:hover:before,.ny_weizhi_l li.on a:before{ bottom:0;}

@media only screen  and (max-width: 768px){
.ny_weizhi{ font-size:12px!important;}
}


.ny_weizhi_r{ float:right}
.ny_weizhi_r a{color:#fff}
.ny_weizhi_r a:hover{ color:#333}

.ny_title{ font-size:26px; color:#000000; text-align:center; line-height:50px; position:relative; margin:40px 0}
.ny_title:before{ content:""; display:block; width:18px; height:2px; background:#353535; text-align:center; position:absolute; bottom:0; left:50%; margin-left:-9px;}

.ny_main{ overflow:hidden}


/*关于我们*/ 

@media only screen  and (max-width: 1200px){
.show_gsjj_img{ width:100%!important;float:none}
.show_contact_tant_l li{ float:left; width:20%}
.show_gsjj_text{ width:100%!important; float:none; margin-top:20px; margin-left:0!important}
.show_hxyw_tant_l{ width:100%!important;height:auto!important}
.show_hxyw_tant_r{ width:100%!important; height:auto!important; padding:0 10% 10px 10%!important; font-size:14px;}
}



 
.show_about{ overflow:hidden; }
.show_gsjj{ width:100%;overflow:hidden; background:#f6f6f6; margin-bottom:60px;padding:30px 0 0 0}
.show_gsjj_img{ float:left; width:50%;}
.show_gsjj_img img{ width:100%}
.show_gsjj_text{ float:left; width:46%; margin-left:2%; }
.show_gsjj_text .line{
    width: 40px;
    height: 2px;
    background-color: #ed7020;
    margin-bottom: 10px;
}
.show_gsjj_text .title{
margin-bottom:24px;
font-size: 30px;
    color: #212121;
    line-height: 1.5;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.show_gsjj_text .title span{
    float: left;
}
.show_gsjj_text .title img{
    float: left;
    margin-left: 20px;
    margin-top: 4px;
	display:none;
}
.show_gsjj_text .desc{
font-size: 14px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 32px;
    text-indent: 2em;
    line-height: 30px;
    text-align: justify;
}

/*核心业务*/ 
.show_hxyw{margin-bottom:30px;}
.show_hxyw .index_title h1{ color:#17447e;}
.show_hxyw_main{}
.show_hxyw_tant{ overflow:hidden; }
.show_hxyw_tant_l{ float:left; width:50%; height:420px; overflow:hidden;}
.show_hxyw_tant_l img{ width:100%; }
.show_hxyw_tant_r{ float:left;background:#ed7020; color:#fff; width:50%; padding:0 4%; height:420px}
.show_hxyw_tant_r li{ list-style:inherit}
.show_hxyw_tant_r h1{ font-size:24px; font-weight:normal; line-height:66px; margin-top:16px;}
.show_hxyw_tant_r h2{ font-size:16px; font-weight:normal; line-height:30px;}

.show_hxyw  .bx-controls{ position:relative; width:100%; height:30px; overflow:hidden; margin-top:30px}

.show_hxyw .bx-pager{ width:100%; height:12px; margin-top:9px; text-align:center;}
.show_hxyw .bx-pager .bx-pager-item{ display:inline-block; width:12px; height:12px; margin:0 5px;}
.show_hxyw .bx-pager .bx-pager-item a{ display:block; width:12px; height:12px; border-radius:100%; background:#e5e5e5}
.show_hxyw .bx-pager .bx-pager-item a.active{ background:#ed7020}

.show_hxyw .bx-controls-direction{ width:100%; position:absolute; top:0; left:0; text-align:center}
.show_hxyw .bx-controls-direction a{ display:inline-block; width:30px; height:30px; margin:0 75px}
.show_hxyw .bx-controls-direction a.bx-prev{ background:url(../show_hxyw_prev.png) no-repeat}
.show_hxyw .bx-controls-direction a.bx-next{ background:url(../show_hxyw_next.png) no-repeat}


/*公司战略*/ 
.show_gszl{ width:100%; padding:70px 0; max-height:504px; overflow:hidden; background:url(../show_gszl.jpg) no-repeat center; background-size:cover; position:relative; margin-bottom:60px;}
.show_gszl .index_title h1,.show_gszl .index_title h2{ color:#fff;}
.show_gszl .index_title h1:after{ background:#fff}

.show_gszl_main{ font-size:16px; color:#fff; line-height:36px; text-align:center;}


/*公司沿革*/
.show_gsyg{ padding-bottom:50px;}
.show_gsyg_main{}
.show_gszl_tant{ float:left; width:300px;}
.show_gszl_tant_top{ overflow:hidden; border-bottom:1px solid #e0e0e0; margin-bottom:40px;}
.show_gszl_tant_top h1{ text-align:center; width:100%; height:117px;}
.show_gszl_tant_top h2{ width:136px; height:30px; border-radius:30px; line-height:30px; background:#ed7020; font-size:14px; text-align:center; font-family:Arial; margin:25px auto}
.show_gszl_tant_content{ color:#333; font-size:14px; text-align:left; line-height:26px;}


.show_gsyg .bx-wrapper{ margin:0 auto; position:relative;}

.show_gsyg .bx-controls-direction{ width:100%; position:absolute; top:0; left:0; }
.show_gsyg .bx-controls-direction a{ display:block; width:25px; height:46px; position:absolute; top:180px }
.show_gsyg .bx-controls-direction a.bx-prev{ background:url(../show_gsyg_prev.jpg) no-repeat; left:-100px;}
.show_gsyg .bx-controls-direction a.bx-next{ background:url(../show_gsyg_next.jpg) no-repeat; right:-100px; }


/*联系我们*/  
.show_contact{}
.show_contact_tant{ overflow:hidden; margin-bottom:60px;}
.show_contact_tant_l{ float:left;}
.show_contact_tant_l h1{ font-size:18px; color:#333333;}
.show_contact_tant_l li{ overflow:hidden; margin-top:40px;}

@media only screen  and (max-width: 1200px){
.show_contact_tant_l{ width:100%!important;float:none}
.show_contact_tant_l li{ float:left; width:20%}
.show_contact_tant_r{ width:100%!important; float:none; margin-top:20px;}
}

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

.show_contact_tant_l li{ float:left; width:50%}

}


.show_contact_tant_l li:nth-child(1){ background:url(../show_contact_icon1.jpg) no-repeat center left; padding-left:56px;}
.show_contact_tant_l li:nth-child(2){ background:url(../show_contact_icon2.jpg) no-repeat center left; padding-left:56px;}
.show_contact_tant_l li:nth-child(3){ background:url(../show_contact_icon3.jpg) no-repeat center left; padding-left:56px;}
.show_contact_tant_l li:nth-child(4){ background:url(../show_contact_icon4.jpg) no-repeat center left; padding-left:56px;}
.show_contact_tant_l li:nth-child(5){ background:url(../show_contact_icon5.jpg) no-repeat center left; padding-left:56px;}
.show_contact_tant_l li:nth-child(6){ background:url(../show_contact_icon6.jpg) no-repeat center left; padding-left:56px;}

.show_contact_tant_l li p{ font-size:14px; color:#666666; line-height:24px;}
.show_contact_tant_l li p a{ color:#666}


.ny_main .show_contact_tant:last-of-type .show_contact_tant_l li:nth-child(1){display:none;}


.show_contact_tant_r{ float:right; width:800px; position:relative}

.show_contact_tant_jump{ position:absolute; left:0; top:0; width:100px; height:30px; background:#ed7020; color:#fff; line-height:30px; text-align:center; z-index:99999}
.show_contact_tant_jump a{ display:block;color:#fff;}

.show_contact_tant_r .BMapLib_nav td{
padding-left:2px!important;
border-top:none;
}



.show_contact_tant_r .BMapLib_bubble_title{ 
	color:#000000!important; 
	font-weight:bold; 
	font-family:Microsoft YaHei;
}
.show_contact_tant_r .BMapLib_bubble_content div{ 
	font-size:12px; 
	color:#323232!important; 
	line-height:34px!important;
	font-family:Microsoft YaHei;
}
.show_contact_tant_r .anchorBL,.contact_map .BMap_cpyCtrl{ 
	display:none;
}
.show_contact_tant_r .BMapLib_sendToPhone{ 
	display:none;
}
.show_contact_tant_r .BMapLib_bubble_title{ 
	line-height:50px!important; 
	height:50px!important;
}
.show_contact_tant_r .BMapLib_bubble_top{ 
	height:50px!important;
}
.show_contact_tant_r .BMapLib_bubble_close{ 
	height:50px!important;
}


.show_zxly{ overflow:hidden; padding-bottom:40px;}
.show_zxly ul{ }
.show_zxly li{ float:left; width:48.66667%; height:50px; border:1px solid #e3e3e3; border-radius:6px; margin-left:2.5%; box-sizing:border-box; overflow:hidden; margin-bottom:30PX;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}

.show_zxly li input{ width:100%; height:48px;; font-size:14px; color:#999999; padding:0 20px}

.show_zxly li textarea{ height:300px; width:100%;font-size:14px; color:#949494;  line-height:30px; outline:none; }

.show_zxly li.submint{margin:0 auto; float:none;width:150px!important; height:50px; overflow:hidden; border:none;
border-radius:6px; 
-moz-border-radius:6px; /* 老的 Firefox */ }
.q_lxwm_feedback_content_sumit{font-family:"微软雅黑"; width:150px!important; height:50px!important; font-size:18px!important;  color:#ffffff!important; line-height:50px; text-align:center; background:#ed7020; cursor:pointer; padding:0!important; border:none;}


.note{ position:absolute; top:0; left:20px;font-size:14px; line-height:36px; }


.q_page{ margin:50px 0}
.q_page span,.q_page a{ border:none!important; background-color:#eaeaea; color:#666!important;font-size:18px!important;display:inline-block;padding:0!important; margin:0 3px!important; width:40px; height:40px; line-height:40px; text-align:center;}
.q_page span.current{ background-color:#ed7020; color:#fff!important}
.q_page span.disabledfy{ display:none}



.dnone{   display:none}

/*CVD化学气相沉淀*/ 
.pro_title{ font-size:30px; color:#333333; text-align:center; padding:30px 0}

/*介绍*/ 
.cvd_js{ padding:30px 0 50px 0; position:relative}
.cvd_js_content{ font-size:16px; color:#666666; line-height:30px;}

/*特点*/ 
.cvd_td{padding:30px 0 50px 0; background:#ff7227}
.cvd_td .pro_title{ color:#FFF}
.cvd_td_content{ color:#fff; font-size:18px; line-height:36px; padding:0 80px}
.cvd_td_content li{ list-style:inherit}
.cvd_td_content td{ border:none!important}

.cvd_td_dd{ overflow:hidden; position:relative; margin-top:20px;}
.cvd_td_dd_text{ text-align:center; color:#fff; font-size:24px; line-height:40px;}

.cvd_td_dd_img{ display:none}

.prore1{ background: url(../jindut.png) no-repeat; width: 100%; height: 160px}
.text{ text-align: left;}
.text span{ display: block; font-size: 15px; color: #ff9e77; }
.text .cssd135000b467e{ font-size: 32px; font-weight: lighter; line-height: 44px;}
.text_title{ padding-top: 30px}
.progressbar,.progressbar2,.progressbar3,.progressbar4{ position:relative; display:block; width:100%; height:50px; margin-left: 16px;}
.prore2 .progressbar,.prore2 .progressbar2,.prore2 .progressbar3{ width: 80%; float: right}
.bian{ float: right;}
.text .bian{ padding-right: 100px}
.text .bian span{ display: inline-block; text-align: left; font-size: 16px; color: #939598;  width: 65px; margin-left: 101px; 
font-weight: lighter}
.text .bian span:nth-child(1){ margin-left: 0px}
.progressbar:before,.progressbar2:before,.progressbar3:before,.progressbar4:before{
    position:absolute;
    display:block;
    content:"";
    width: 11px;
    height: 85px;
    top: -35px;
    left: -5px;
    background: url(../lit.png) no-repeat;
    z-index: 9999;
}
.bar {
	position:absolute;
	display:block;
	width:0px;
	height: 50px;
	overflow:hidden;
}
.bar span {
	position:absolute;
	display:block;
	width:100%;
	height: 50px;
	top:0;
	left:0;
     background: url(../hse.jpg) repeat-x;
}
.label {
	position:absolute;
	display:block;
	width: 11px;
    height: 85px;
    top: -35px;
    background: url(../rbua.png) no-repeat;
	
}
.deimg{ width: 100%; margin-top: 105px; padding-top: 34px;}
.deimg i{ font-style:normal; color:#ff9e77 }
.cvd_td_dd .debg{ width:100%; height:180px; position:absolute; left:0; top:22px;background: url(../shuxian2.png) repeat-x left; }
.cvd_td_dd .bian span{ width: 77px; margin-left: 120px;}
.cvd_td_dd .deimg{ margin-top:50px;}


@media only screen  and (max-width: 800px){
.dushu .counter{ width:100%!important; background:none}
}

.dushu{ width: 100%; height: 422px}
.technology{ width:100%; margin: 0 auto}
.icon img{ display: inline-block}
.icon{ width: 100%; text-align: center; margin-bottom:20PX;}
.counter i{ font-size: 40px; color: #fff;display: inline-block; position: relative; top: -41px; font-style:normal}
.zishu{ color: #fff; font-size: 14px; padding-top: 10px; margin-top:20PX; line-height:30PX;}

.counter .ssd{ font-size: 40px; font-weight: lighter; top: -27px}
.counter .miao{ font-size: 40px; font-weight: lighter; top: -38px}
.counter{ background: url(../gexin.png) no-repeat right  center}
.wrapper .counter:nth-last-child(1){ background: none}

.counter { width: 50%; float: left; text-align: center; margin-top: 60px; }


.count-title { font-size: 80px; font-weight: normal;  margin-top: 10px; color:#fff; display: inline-block; font-family:"宋体";}


.process li{ display: inline-block; width:126px; text-align: center; padding: 0px 23px;}
.process li span{ display: inline-block; margin-bottom: 8px}
.num{ width: 24px; height: 24px; border-radius: 100px; background: #888888; text-align: center; line-height: 24px; font-size: 14px; color: #fff}
.process li .derc{ font-size: 15px}
.process{ height: 205px; background: url(../jih1.png) no-repeat 100% bottom}

.liucheng{ padding-top: 100px}
.textct{ padding-top: 20px; font-size: 20px}
.process2{ background: url(../jih2.png) no-repeat 100% bottom;}
.liucheng2{ padding-top: 50px}
.process2 li:nth-child(1){ float: left; padding: 0px 111px}
.process2 li:nth-child(3){ float: right; padding: 0px 109px}

























/*优势*/ 
.cvd_ys{padding:30px 0 50px 0;}
.cvd_ys .pro_title{padding:20px 0}
.cvd_ys_content{ color:#333333; font-size:16px; line-height:30px; padding:0 80px}

/*应用*/
.cvd_yy{ padding:30px 0 60px 0; background:url(../cvd_yy.jpg) no-repeat center bottom #f5f5f5; position:relative}
.cvd_yy .pro_title{padding:20px 0}
.cvd_yy_content{ color:#666666; font-size:16px; line-height:30px; padding:0 80px}

/*设备*/
.cvd_sb{ padding:20px 0; position:relative}
.cvd_sb .pro_title{padding:20px 0;}
.cvd_sb_title{ text-align:center; overflow:hidden}
.cvd_sb_title li{ display:inline-block; margin:0 5px 10px 5px;}
.cvd_sb_title li a{ display:block; padding:0 10px; height:38px; line-height:38px; background:#dddddd;  font-size:14px; color:#333333}

.cvd_sb_title li.up a,.cvd_sb_title li:hover a{ background:#ed7020; color:#fff;}

.cvd_sb_dec{ font-size:16px; color:#333333; text-align:center; line-height:30px; padding:20px 0 }

.cvd_sb_list{ display:none; overflow:hidden}
.cvd_sb_list_m{ overflow:hidden}
.cvd_sb_list_m li{ float:left; width:32.08333%; margin-right:1.833333%; margin-bottom:10px;}

@media only screen  and (max-width: 600px){
.cvd_sb_list_m li{ width:100%; margin-right:0;}
}

.cvd_sb_list_m li:nth-child(3n+0){ margin-right:0}
.cvd_sb_list_m li h1{ width:100%; /*height:385px;*/ padding:40px;  overflow:hidden; background:#fff; border:1px solid #ddd; text-align:center;}
.cvd_sb_list_m li h1 img{ width:100%; display:block;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.cvd_sb_list_m li:hover h1 img{
transform: scale(1.1);
}
.cvd_sb_list_m li h2{ font-size:16px; color:#333333; line-height:24px; position:relative; padding:10px 24px 0 24px; margin-top:18px; font-weight:normal; overflow:hidden;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.cvd_sb_list_m li h3{font-size:16px; color:#333333; line-height:24px;padding:0 24px;font-weight:normal; height:24px; overflow:hidden;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.cvd_sb_list_m li h2:before{ content:""; width:25px; height:2px; display:block; background:#ed7020; top:0; left:24px; position:absolute}
.cvd_sb_list_m li:hover h2,.cvd_sb_list_m li:hover h3{ color:#ed7020}
.cvd_sb_list_m li:hover h2:before{width:60px;}

.cvd_sb_list_more{ overflow:hidden; margin-top:20px; margin-bottom:20px;}
.cvd_sb_list_more a{ margin:0 auto; width:140px; height:40px; display:block; border:1px solid #999999; line-height:40px;  border-radius:40px; font-size:14px; color:#666666;background:url(../cvd_sb_list_more.png) no-repeat 110px center; text-indent:20px;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.cvd_sb_list_more a:hover{background:url(../cvd_sb_list_more_h.png) no-repeat 100px center;text-indent:30px; color:#ed7020; border:1px solid #ed7020}

.cvd_sb_list.block{ display:block}


/*产品加工*/
.cvd_jg{ padding:30px 0 40px 0; background:#f5f5f5; position:relative}
.cvd_jg .pro_title{padding:20px 0}
.cvd_jq_dec{ font-size:16px; color:#333333; text-align:center; line-height:30px;}
.cvd_jq_list{ overflow:hidden; margin-top:40px;}
.cvd_jq_list li{ float:left; width:24.1666667%;  background:#eeeeee}
.cvd_jq_list li h1{ width:100%;  overflow:hidden; background:#fff}
.cvd_jq_list li h1 img{ width:100%;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.cvd_jq_list li:hover h1 img{
transform: scale(1.1);
}
.cvd_jq_list li h2{ font-size:14px; color:#333333; line-height:50px; height:50px; overflow:hidden;font-weight:normal; text-align:center;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.cvd_jq_list li:hover h2{ color:#ed7020}

.cvd_jq_list .bx-wrapper{ margin:0 auto}


/*材料*/
.cvd_cl{ padding:30px 0 40px 0; position:relative }
.cvd_cl .pro_title{padding:20px 0}
.cvd_cl_dec{ font-size:16px; color:#333333; text-align:center; line-height:30px;}
.cvd_cl_dec table{ max-width:100%!important}
.cvd_cl_content{ font-size:16px; color:#333333; line-height:30px; margin:0; padding:0 58px; overflow:hidden}

@media only screen  and (max-width: 1280px){
.cvd_cl_content{ padding:0 10px}
.cvd_cl_content table{ float:none; margin:10px auto; max-width:100%}
.cvd_cl_content img{ margin:0 auto; display:block; float:none!important}

}


@media only screen  and (max-width: 600px){
.cvd_cl_content table td{ padding:0!important}
}
.cvd_cl_list{ overflow:hidden; margin-top:40px;}
.cvd_cl_list .bx-wrapper{ margin:0 auto}
.cvd_cl_list li{ float:left; width:358px;  background:#eeeeee; border:1px solid #eeeeee; 
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
.cvd_cl_list li h1{ width:100%; height:268px;; overflow:hidden; background:#fff}
.cvd_cl_list li h1 img{ width:100%;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.cvd_cl_list li:hover h1 img{
transform: scale(1.1);
}
.cvd_cl_list li h2{ font-size:14px; color:#333333; line-height:50px;font-weight:normal; text-align:center;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.cvd_cl_list li:hover h2{ color:#ed7020}


/*视频*/
.cvd_sp{ padding:30px 0 40px 0; background:#f5f5f5; position:relative}
.cvd_sp .pro_title{padding:20px 0}
.cvd_sp .cvd_jq_list li h2{ line-height:24px!important; height:auto!important; padding:10px 0  }

@media only screen  and (max-width: 1000px){
.ny_main .qcom{ margin-top:10px!important}
.cvd_sp{ padding:30px 0 0px 0; }
}

/*PA低压注塑*/ 


.pa_time{ padding: 30px 0 50px 0; background: #ff7227;}

/*应用*/

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

.proDetTop .linkbox .a1{ margin-right:10px;}
.pa_yy_list_l{ width:100%!important}
.pa_yy_list_r{ width:100%!important}


}

.pa_yy_list{ overflow:hidden; display:none; margin-top:30px; }
.pa_yy_list_l{ float:left; width:50.833333%;}
.pa_yy_list_l h1{ font-size:30px; color:#333333; line-height:70px; font-weight:normal; position:relative}
.pa_yy_list_l h1:before{ content:""; width:65px; height:2px; display:block; background:#c5c5c5; position:absolute; left:0; bottom:0}
.pa_yy_list_l h2{ font-size:14px; color:#555555; line-height:30px; font-weight:normal; text-align:justify; margin-top:20px;}
.pa_yy_list_l h3{ overflow:hidden; margin-top:30px; font-weight:normal}
.pa_yy_list_l h3 a{ width:140px; height:40px; display:block; border:1px solid #999999; line-height:40px;  border-radius:40px; font-size:14px; color:#666666;background:url(../cvd_sb_list_more.png) no-repeat 110px center; text-indent:20px;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.pa_yy_list_l h3 a:hover{background:url(../cvd_sb_list_more_h.png) no-repeat 100px center;text-indent:30px; color:#ed7020; border:1px solid #ed7020}

.pa_yy_list_r{ float:right; width:44.5%;  overflow:hidden; margin-top:22px; position:relative;}
.pa_yy_list_r li{ border:1px solid #fff; padding:10px; float:left;overflow:hidden}
.pa_yy_list_r li a{ display:block; width:100%; height:100%; overflow:hidden}
.pa_yy_list_r i{ display:block; width:84px; height:84px; display:block; background:#bfd9f0; position:absolute; bottom:0; right:0}

.pa_yy_list_r_li1{ width:62.295%;  margin-right:10px;}
.pa_yy_list_r_li2{ width:34.831%;  }

.pa_yy_list_r img{ width:100%}

.pa_yy_list.block{ display:block}

/*PA热熔胶低压注胶成型工艺与灌封工艺比较*/
.pa_bj1{ padding-bottom:30px;}
.pa_bj1 .pro_title{ color:#333333}

/*PA热熔胶低压注胶成型工艺与传统高压注塑工艺比较*/
.pa_bj2{padding: 30px 0 50px 0; background: #ff7227}
.pa_bj2 .pro_title{ color:#fff}

.pa_td_dd{ width:100%;position:relative; background: url(../shuxian1.png) repeat-x left top;}
.pa_td_dd .deimg{ margin-top:20px}
.pa_td_dd .text .bian{ padding-right:80px;}
.pa_td_dd .text .bian span{ margin-left:105px;}
.pa_td_dd .progressbar2{ width:930px; float:right}

.pa_td_dd2{ width:100%;  position:relative; background: url(../shuxian2.png) repeat-x left top;}
.pa_td_dd2 .deimg{     }
.pa_td_dd2 .text .bian{ padding-right:100px;}
.pa_td_dd2 .text .bian span{ margin-left:120px; width:77px}
.pa_td_dd2 .progressbar{ width:408px;float:right}
.pa_td_dd2 .progressbar2{ width:366px; float:right}
.pa_td_dd2 .text .bian span:nth-child(1){ margin-left:0}


/*pur流程*/
.pur_lc{ background:#f5f5f5; padding-bottom:40px}
.pur_td_dd{ width:100%;  position:relative; background: url(../shuxian2.png) repeat-x left top;}
.pur_td_dd .deimg{     }
.pur_td_dd .text .bian{ padding-right:100px;}
.pur_td_dd .text .bian span{ margin-left:120px; width:77px}
.pur_td_dd .progressbar{ width:780px;float:right}
.pur_td_dd .progressbar2{  float:left}
.pur_td_dd .text .bian span:nth-child(1){ margin-left:0}

/*设备列表页*/
.ny_shebei{ overflow:hidden}
.ny_shebei_com{ margin-bottom:20px;}
.ny_shebei_com_l{ float:left; width:65.33333%;}
.ny_shebei_com_tant1{width:100%; height:370px; background:#f6f6f6; padding:0 22px 0 42px; margin-bottom:20px; overflow:hidden}
.ny_shebei_com_tant2{width:100%; height:370px; background:#f6f6f6; padding:0 42px 0 22px;overflow:hidden}
.ny_shebei_com_r{ float:right; width:33.3333333%; height:760px;  background:#f6f6f6;padding:0 42px 0 22px;overflow:hidden}

@media only screen  and (max-width: 800px){
.ny_shebei_com_l{ float:none; width:100%;height:auto!important}
.ny_shebei_com_r{ float:none; width:100%; height:auto!important; padding-bottom:20px; margin-top:20px;}
.ny_shebei_com_tant1{ height:auto!important; padding-bottom:20px;}
.ny_shebei_com_tant2{ height:auto!important; padding-bottom:20px;}
.ny_shebei_com_tant3{ height:auto!important; padding-bottom:20px;}
.ny_shebei_com_tant1 .ny_shebei_com_tant_text{ float:none; width:100%;}
.ny_shebei_com_tant1 .ny_shebei_com_tant_img{ float:none; width:100%; margin-top:30px}
.ny_shebei_com_tant2 .ny_shebei_com_tant_text{ float:none; width:100%;}
.ny_shebei_com_tant2 .ny_shebei_com_tant_img{ float:none; width:100%; margin-top:30px}
.ny_shebei_com_tant3{ overflow:hidden; margin-top:20px;}
.ny_shebei_com_tant3 .ny_shebei_com_tant_text{ margin-top:30px;}
.ny_shebei_com_tant3 .ny_shebei_com_tant_img{ text-align:center; margin-top:20px!important}
.ny_shebei_com_tant3 .ny_shebei_com_tant_img img{ width:50%!important}
}

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

.ny_shebei_com_tant1 .ny_shebei_com_tant_text{ float:none!important; width:100%!important}
.ny_shebei_com_tant1 .ny_shebei_com_tant_img{  float:none!important; width:100%!important}
.ny_shebei_com_tant2 .ny_shebei_com_tant_text{ float:none!important; width:100%!important}
.ny_shebei_com_tant2 .ny_shebei_com_tant_img{  float:none!important; width:100%!important}
.ny_shebei_com_tant3 .ny_shebei_com_tant_text{ float:none!important; width:100%!important}
.ny_shebei_com_tant3 .ny_shebei_com_tant_img{  float:none!important; width:100%!important}
.ny_shebei_com_tant3 .ny_shebei_com_tant_img img{ width:100%!important}
}


.ny_shebei_com_tant1 .ny_shebei_com_tant_text{ float:left; width:50.4413%;}
.ny_shebei_com_tant1 .ny_shebei_com_tant_img{ float:right; width:40.81%; margin-top:30px}
.ny_shebei_com_tant2 .ny_shebei_com_tant_text{ float:right; width:50.4413%;}
.ny_shebei_com_tant2 .ny_shebei_com_tant_img{ float:left; width:40.81%; margin-top:30px}
.ny_shebei_com_tant3 .ny_shebei_com_tant_text{}
.ny_shebei_com_tant3 .ny_shebei_com_tant_img{margin-top:60px}

.ny_shebei_com_title{ color:#333333; font-size:24px; line-height:32px;  margin-top:50px; margin-bottom:20px;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.ny_shebei_com_desc{ font-size:14px; color:#999999; line-height:24px;max-height:96px; overflow:hidden; text-indent:2em}
.ny_shebei_com_more{ width:106px; height:36px; background:#ed7020; color:#fff; line-height:36px; text-align:center; border-radius:36px; font-size:14px; margin-top:30px;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.ny_shebei_com_tant .ny_shebei_com_tant_img img{ width:100%;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.ny_shebei_com_tant:hover .ny_shebei_com_title{ color:#ed7032}
.ny_shebei_com_tant:hover .ny_shebei_com_tant_img img{transform: scale(1.1);}
.ny_shebei_com_tant:hover .ny_shebei_com_more{ margin-left:20px}

/*低压注塑 */
.q_dyzs{}
.q_pro1{ padding-bottom:60px; background:#f6f6f6}

@media only screen and (max-width: 1000px) {
.q_pro2_com li{ width:100%!important; margin-left:0!important; margin-bottom:10px;}
.q_pro2_com{ overflow:hidden; padding:0!important}
}

.q_pro2{ padding-bottom:60px;}
.q_pro2 li{ list-style:inherit}
.q_pro2_com{ overflow:hidden; padding:0 58px;}
.q_pro2_com li{ float:left; width:48.75%;  overflow:hidden; margin-left:2.5%; list-style:none}
.q_pro2_com li:nth-child(1){ margin-left:0}
.q_pro2_com li a{ display:block;width:100%; height:385px; position:relative; text-align:center}
.q_pro2_com li a .title{ position:absolute; display:inline-block; font-size:42px; color:#ffffff; width:100%; left:0; top:100px; 
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.q_pro2_com li a .more{ position:absolute; display:inline-block; font-size:16px; color:#ffffff; width:210px; height:50px; line-height:50px; text-align:center;  border:1px solid #fff; border-radius:50px; left:50%; top:265px; margin-left:-105px;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.q_pro2_com li:hover a .title{ top:120px;}
.q_pro2_com li:hover a .more{ top:245px;}

.showtext{ padding:10px 0}
.showtext img{ height:auto!important}

.showproduct{ position:relative}
.showproduct_l{ float:left; width: 41.5%; padding-top: 9.333%;}
.showproduct_l .showproduct_l_title{ font-size: 30px; line-height: 40px;; color:#fff;}
.showproduct_l .showproduct_l_desc{
    margin-top: 32px;
    margin-bottom: 45px;
    font-size: 14px;
    color: #fff;
    line-height:30px;
    overflow: hidden;
}
.showproduct_l .showproduct_l_desc li{  position:relative;line-height:24px!important; margin:0 0 6px 0!important}
.showproduct_l .showproduct_l_desc li:before{ content:""; width:8px; height:8px;display:block; border-radius:8px; background:#fff; position:absolute; left:0; top:8px;}
.showproduct_l .showproduct_l_desc p{ padding-left:20px; line-height:24px!important;  margin:0 0 6px 0!important}

.showproduct_r{ float:right;width: 46.33%; padding:8% 0; position:relative; margin-right:44px;}
.showproduct_r li{ width:100%;}
.showproduct_r li img{ width:100%}

.showproduct_r .bx-controls-direction{ width:100%; height:80px; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto}
.showproduct_r .bx-controls-direction a{ display:block; width:40px; height:80px; background:#666; position:absolute}
.showproduct_r .bx-controls-direction a.bx-prev{ background:url(../showproduct_r_prev.png) no-repeat center; left:-44px}
.showproduct_r .bx-controls-direction a.bx-next{ background:url(../showproduct_r_next.png) no-repeat center; right:-44px}


.ny_show_title{text-align:center; font-size:20px; margin-top:30px; color: #373737; line-height:60px; border-bottom:1px solid #ccc; margin-bottom:30px;}

.showproduct_title{
font-size: 30px;
    color: #373737;
    line-height: 1;
    height: 64px;
	line-height:64px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
	border-bottom:1px solid #ccc;
}
.showproduct .editor{ padding:30px 0 0 0; font-size:14px; position:relative}
.showproduct .editor hr{ height:1px;background-color:#ed7020; border:none;margin:0}
.showproduct .editor .dan{ width:100%; background:#f8f8f8; overflow:hidden;}


.showproduct_video .editor{ font-size:14px; position:relative;margin:0 0 50px 0;}
.showproduct_video .editor hr{ height:1px;background-color:#ed7020; border:none;margin:0}
.showproduct_video .editor .dan{ width:100%; background:#f8f8f8; overflow:hidden; }

.editor table{border-collapse: collapse; width:80%!important;word-wrap: break-word; word-break: break-all; margin:0 auto}
.editor table td{  vertical-align:middle; text-align:center;}
.editor video{ max-width:100%; max-height:auto; margin:0 auto!important; text-align:center; display:block }

.showproduct_text_content{ width:100%; overflow:hidden; margin-top:20px;}
.editor tr{ width:100%;}
.editor td{  overflow:hidden;word-break: break-all;border:1px solid #fff; vertical-align: middle; padding:10px 0!important;color:#3f3530; font-size:14px; font-weight:normal;width:auto!important}

.pro_foot{ margin-bottom:40px; position:relative; padding-bottom:80px; margin-top:20px;}
.pro_foot .bx-wrapper{ max-width:100%!important; position:relative}

.pro_foot .bx-controls-direction{ width:100%; text-align:center; position:absolute; bottom:-80px; left:0}
.pro_foot .bx-controls-direction a{ display:inline-block; width:52px; height:50px; margin:0 10px;}
.pro_foot .bx-prev{ background:url(../news_com_prev.png) no-repeat center}
.pro_foot .bx-next{ background:url(../news_com_next.png) no-repeat center}

@media only screen  and (max-width: 800px){
.pro_foot li h1{ padding:0px!important}

}
td,tr{vertical-align:middle!important}

.social_tab{width:100%;position:relative}
.social_tab table{width:100%;position:relative}
.social_tab td{text-align:center;border:1px solid #e5e5e5; }
.social_tab thead td{height:46px;color:#ed7020;font-size:16px}
.social_tab tbody td{height:56px;color:#666; font-size:14px;}
.social_tab .xq{width:100px;height:30px;line-height:30px;text-align:center;background:#ed7020;color:#fff;margin:13px auto;display:block}


.cv_table{ margin:0 auto}

/*图片列表 */
.imglist{ overflow:hidden}
.imglist li{ float:left; width:23%; margin-right:2.5%; margin-bottom:10px;}
.imglist li:nth-child(4n+0){ margin-right:0}
.imglist li h1{ width:100%; /*height:385px;*/ padding:10px;  overflow:hidden; background:#fff; border:1px solid #ddd; text-align:center;}
.imglist li h1 img{ width:100%; 
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.imglist li h2{ font-size:16px; color:#333333; line-height:24px; height:48px; text-align:center; padding:10px 0; font-weight:normal;
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}

.imglist li:hover h2{ color:#ed7020}


@media only screen  and (max-width: 800px){
.imglist li{ width:48%; margin-right:4%}
.imglist li:nth-child(2n+0){margin-right:0}
.imglist li h2{ font-size:12px;}

}
@media only screen  and (max-width: 1200px){
.ny_ryzz_bg { display:none}
}


/*图片列表 */
.ny_ryzz_list{ text-align:center; overflow:hidden;}
.ny_ryzz_list ul{ margin-top:20px;}
.ny_ryzz_list li{ display:inline-block; width:256px; margin-left:30px;margin-right:30px; margin-bottom:150px; cursor:pointer}


.ny_ryzz_list li .ny_ryzz_list_li_fix{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:2; background:url(../touming.png); display:none}
.ny_ryzz_list li .ny_ryzz_list_li_fix .ny_ryzz_list_li_fix_img{ position:relative; width:100%; height:100%; text-align:center;}
.ny_ryzz_list li .ny_ryzz_list_li_fix .ny_ryzz_list_li_fix_img img{ position:absolute; width:auto!important; height:80%!important; top:15%; bottom:0; right:0; left:0; margin:auto;}

.ny_ryzz_list li .ny_ryzz_list_img{ }
.ny_ryzz_list li .ny_ryzz_list_img img{ width:100%; padding:14px; background:#150303; 
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari and Chrome */
-o-transition:all .5s; /* Opera */
}
.ny_ryzz_list li .ny_ryzz_list_img:hover img{transform: scale(1.05);}

.ny_ryzz_bg{ position:absolute; left:0;  width:100%; z-index:-1}



#imgbox-loading { position: absolute; top: 0; left: 0; cursor: pointer; display: none; z-index: 90; }
#imgbox-loading div { background: #FFF; width: 100%; height : 100%; }
#imgbox-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: none; z-index: 80; }

.imgbox-wrap { position:absolute; top:0; left: 0; background: #150303; display: none; z-index: 90; margin-top:100px; padding:14px!important; height:auto!important; max-width:510px!important}
.imgbox-img { padding: 0; margin: 0; border: none; width: 100%; height:auto!important;  vertical-align: top; }
.imgbox-title { padding-top: 10px; font-size: 11px; text-align: center; font-family: Arial; color: #333; display: none; }
.imgbox-bg-wrap { position: absolute; padding: 0; margin: 0; display: none; }
.imgbox-bg { position: absolute; width: 20px; height: 20px; }



.showjob_cvlist{ margin-top:20px; padding-top:40px;    border-top: 1px dotted #ccc;}
.showjob_cvlist tr{}
.showjob_cvlist td{ border-top:none}
.showjob_cvlist td.text{ font-weight:normal}
.showjob_cvlist td.input{}
.showjob_cvlist td.input input{ 	font-family:"微软雅黑"!important; font-size:14px;border:1px solid #ccc;  line-height:36px; text-indent:4px;}
.showjob_cvlist td.input input.input-file{ line-height:24px!important;}



#onlinebox{ right:6px!important; left:auto!important; top:	200px!important; position:fixed!important}
.onlinebox-conbox{ width:100px!important; right:6px!important; left:auto!important; top:200px!important; position:fixed!important}
.onlinebox-top,.onlinebox-showbox{ background:#ed7020!important;border:1px solid #ed7020!important}

@media only screen  and (max-width: 768px){
#onlinebox{ display:none!important}
}


@media only screen and (min-width: 1400px) and (max-width: 1440px) { 
.pro_main_r_tant1 .pro_main_r_tant_img{ top:-10%!important}
.pro_main_l_img{ width:70%!important; left:15%!important; }
.pro_main_r_tant2 .pro_main_r_tant_img img, .pro_main_r_tant3 .pro_main_r_tant_img img{ width:65%!important}

}

@media only screen  and (max-width: 1400px){
.pro_main_r_tant1 .pro_main_r_tant_img{ top:-7%!important}
.pro_main_r_tant_img img{ width:64%!important}
.pro_main_l_img{ width:80%!important; left:10%!important; }
.pro_main_r_tant2 .pro_main_r_tant_img img, .pro_main_r_tant3 .pro_main_r_tant_img img{ width:74%!important}

}



@media only screen  and (max-width: 600px){
.pro_main_l{ height:450px!important}
.pro_main_r_tant_img img{ width:90%!important}
.pro_main_r_tant2 .pro_main_r_tant_img img, .pro_main_r_tant3 .pro_main_r_tant_img img{ width:60%!important}


.showproduct_l .showproduct_l_desc{ margin-top:10px!important; margin-bottom:10px!important}

}



.show_rsys{ margin:50px 0}
.show_rsys ul{}
.show_rsys li{ float:left; width:30.4166667%; margin-right:4.166667%;height:390px; margin-bottom:20px;}
.show_rsys li:nth-child(3n){ margin-right:0}
.show_rsys li .img{ height:190px; padding-top:36px; background:url(../show_rsys_li.png) no-repeat center; background-size:auto 100%;color:#fff;text-align:center;line-height:60px; margin-bottom:20px;}
.show_rsys li .img .i{ font-size:72px; font-family:Arial; font-weight:bold}
.show_rsys li .img .title{ font-size:24px;}
.show_rsys li .text{ font-size:14px; color:#69696b; line-height:30px;text-align:center; margin-top:20px;}

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

.show_rsys li{height:450px;}

}


@media only screen  and (max-width: 800px){
.show_rsys{ margin:50px 0 0 0}
.show_rsys li{ width:47%;height:auto; margin-right:6%; }
.show_rsys li:nth-child(2n){ margin-right:0!important}
.show_rsys li:nth-child(3n){ margin-right:6%}
}


@media only screen  and (max-width: 600px){
.show_rsys{ margin:0}
.show_rsys li .img{ height:160px;line-height:46px;}
.show_rsys li .img .i{ font-size:50px; }
.show_rsys li .img .title{ font-size:18px;}
.show_rsys li .text{ font-size:12px;}


.cvd_sb_title li{ float:left; width:48%; margin:0 1% 10px 1%; display:block}
.cvd_sb_title li a{ padding:0!important; width:100%; font-size:12px;}
.pa_yy_list_r_li1{ margin-right:6px}
.pa_yy_list_r i{ width:60px; height:60px;}
.pro_main_r_tant1 .pro_main_r_tant_img{top:10%!important}


.pa_yy_list_l h1{ font-size:20px!important; line-height:50px!important;}


.ny_show_title{ line-height:30px!important; padding:13px 0;}

}


.powered_by_metinfo{height:35px;color:#4a4a4a;text-align:center;font-size:12px;line-height:35px;}
.powered_by_metinfo a{color:#4a4a4a;}


