 /*=========
  基本默认值
  ==========*/
*{
	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;
}
@font-face {
    font-family: 'taile';
    src: url("taile.TTF");
}
html{ 
	min-height:100%;
}
body {
	min-height:100%;
	font-size: 12px;
	color: #000;
	font-family: "taile","Arial","微软雅黑";
	overflow-x:hidden;
}
li{
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s;  
}
:after,:before{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s;  
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "taile","Arial","微软雅黑";
	font-size: 12px;
	outline: none;
}
/* =========
  工具样式
  ========== */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
}
.clearfix:after{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.donghua{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
}
/* =========

  首页

  ========== */
.all{
	padding-top: 104px;
}
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1200px;
}
/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header2{
	margin-top: -44px;
}
.header .upper{
	height: 44px;
	line-height: 44px;
	background-color: #eeeeee;
	position: relative;
	z-index: 11;
}
.header .upper .tel{
	padding-left: 45px;
	padding-right: 20px;
	display: inline-block;
	border-right: 1px solid #fff;
	color: #8c8c8c;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
}
.header .upper .tel img{
	width: 17px;
	height: 17px;
	margin-right: 15px;
}
.header .upper .career{
	padding-left: 35px;
	padding-right: 35px;
	display: inline-block;
	border-right: 1px solid #fff;
	color: #8c8c8c;
	font-size: 14px;
}
.header .upper .chose-box{
	position: relative;
	width: 100px;
	padding-left: 50px;
	z-index: 103;
	
}
.header .upper .chose-box .chose-title{
	display: block;
	color: #878686;
	font-size: 14px;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
}
.header .upper .chose-box .chose-title:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #878686;
    margin-top: -3px;
}
.header .upper .chose-box .chose-ul{
	background: #eeeeee;
    position: absolute;
    top: 44px;
    right: 0;
    padding: 20px;
    width: 400px;
    z-index: 10;
	-webkit-transform: scale(0.001, 0.001);
	-ms-transform: scale(0.001, 0.001);
	-o-transform: scale(0.001, 0.001);
	transform: scale(0.001, 0.001);
}
.header .upper .chose-box2 .chose-ul{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.header .upper .chose-box2 .chose-title:after{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.header .upper .chose-box .chose-ul li{
	text-align: left;
    width: 47%;
    float: left;
    margin-right: 6%;
}
.header .upper .chose-box .chose-ul li:last-child{
	margin-right: 0;
}
.header .upper .chose-box .chose-ul li a{
	padding: 0 0 0 12px;
    line-height: 32px;
    vertical-align: bottom;
    height: 100%;
    text-transform: none;
    display: block;
    color: #878686;
    font-size: 14px;
    border: 1px solid #fff;
}
.header .bottom{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.header .bottom .logo{
	display: block;
	margin-left: 35px;
	float: left;
	padding-right: 35px;
	border-right: 1px solid #f1f1f1;
}
.header .bottom .logo img{
	width: 185px;
	height: 60px;
}
.header .bottom .nav{
	float: left;
	margin-left: 60px;
	position: relative;
}
.header .bottom .nav .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
}
.header .bottom .nav[data-active="on"] .mask{
	display: block;
	opacity: 1;
	background-color: rgba(255,255,255,.6);
}
.header .bottom .none{
	display: none;
}
.header .bottom .nav .nLi{
	float: left;
	margin-right: 52px;
	position: relative;
}
.header .bottom .nav .nLi .a1{
	display: block;
	font-size: 16px;
	width: 64px;
	text-align: center;
}
.header .bottom .nav .nLi:nth-child(7){
	margin-right: 0;
}
.header .bottom .nav .on .a1{
	color: #e62129;
}
.header .bottom .nav .sub{
    display: none;
    width: 195px;
    left: calc(50% - 98px);
    top: 60px;
    position: absolute;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
	padding-top: 10px;
}
.header .bottom .nav .sub:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	width: 0;
    height: 0;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #8e8e8e;
    margin-left: -5px;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.header .bottom .nav .sub2{
	left: calc(100% - 195px);
}
.header .bottom .nav .sub2:after{
	left: auto;
	right: 20px;
	margin-left: 0;
}
.header .bottom .nav .sub li{
	border-bottom: 1px solid #b9b9b9;
	position: relative;
	background: #8e8e8e;
}
.header .bottom .nav .sub li:last-child{
	border-bottom: none;
}
.header .bottom .nav .sub li .a2{
	display: block;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	color: #b9b9b9;
	overflow-x: hidden;
	position: relative;
	font-size: 12px;
}
.header .bottom .nav .sub li .a2:hover{
	background: -webkit-linear-gradient(left, #9b9b9b ,#9d9d9d);
	background: -o-linear-gradient(right, #9b9b9b ,#9d9d9d);
	background: -moz-linear-gradient(right, #9b9b9b ,#9d9d9d); 
	background: linear-gradient(to right, #9b9b9b ,#9d9d9d);
	color: #fff;
}
.header .bottom .nav .sub li .a2:hover:after{
	content: ">";
	position: absolute;
	top: 0;
	right: 15px;
	color: #e62129;
	font-family: "宋体";
	font-size: 16px;
}
.header .bottom .nav .sub li .a2hover{
	background: -webkit-linear-gradient(left, #9b9b9b ,#9d9d9d);
	background: -o-linear-gradient(right, #9b9b9b ,#9d9d9d);
	background: -moz-linear-gradient(right, #9b9b9b ,#9d9d9d); 
	background: linear-gradient(to right, #9b9b9b ,#9d9d9d);
	color: #fff;
}
.header .bottom .nav .sub li .a2hover:after{
	content: ">";
	position: absolute;
	top: 0;
	right: 15px;
	color: #e62129;
	font-family: "宋体";
	font-size: 16px;
}
.header .bottom .nav .sub li .ssul{
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff;
	display: none;
}
.header .bottom .nav .sub li .ssul .a3{
	display: block;
}
.header .bottom .nav .sub li .ssul li{
	border: none;
	background-color: #fff;
}
.header .bottom .nav .sub li .ssul2{
	width: 320px;
	padding: 25px 30px;
}
.header .bottom .nav .sub li .ssul2 .d1{
	line-height: 20px;
	font-size: 12px;
	color: #3e3e3e;
	margin-left: 10px;
}
.header .bottom .nav .sub li .ssul2 li{
	margin-bottom: 20px;
}
.header .bottom .nav .sub li .ssul2 li:last-child{
	margin-bottom: 0;
}
.header .bottom .nav .sub li .ssul2 .d1 .color{
	font-size: 16px;
	color: #e52129;
}
.header .bottom .search-box{
	float: right;
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #f1f1f1;
	z-index: 102;
}
.header .bottom .search-box .icon{
	width: 60px;
	height: 60px;
}
.header .bottom .search-box .icon img{
	width: 20px;
	height: 20px;
}
.header .bottom .search-box[data-active="on"] .icon img{
	display: none;
}
.header .bottom .search-box[data-active="on"] .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	background-color: #e62129;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-o-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.header .bottom .search-box[data-active="on"] .icon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	background-color: #e62129;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	-o-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.header .bottom .search-box[data-active="on"] .search-form{
	right: calc(50% - 540px);
	 -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header .search-form{
	width:500px;
	height: 60px;
	position: fixed;
	top: 44px;
	right: -1000px;
	padding: 0 20px;
	background-color: #e8e8e8;
	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;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.header .search-form2{
	top: 70px;
}
.header .search-form form{
	width: 100%;
	padding-left: 40px;
	position: relative;
}
.header .search-form form input[type="submit"]{
	width: 30px;
	height: 30px;
	background-image: url(../images/icon13.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 0;
}
.header .search-form form input[type="text"]{
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: none;
	background: none;
}
.header .bottom .list-box{
	width: 24px;
	height: 20px;
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	z-index: 101;
	float: right;
	display: none;
}
.header .bottom .list-box .line{
	width: 24px;
	height: 2px;
	background-color: #e62129;
	position: absolute;
	left: 0;
	top: 9px;
}
.header .bottom .list-box .line1{
	margin-top: -9px;
}
.header .bottom .list-box .line3{
	margin-top: 9px;
}
.header .bottom .list-box[data-active="on"] .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .bottom .list-box[data-active="on"] .line2{
	display: none;
}
.header .bottom .list-box[data-active="on"] .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*小屏幕导航展开 */
.header .mm-nav-list{
	position: absolute;
	top: 103px;
	left: 0;
    right: 0;
    border-top: #dadada 1px solid;
    border-bottom: #dadada 1px solid;
    display: none;
}
.header .mm-nav-list .inbox{
	position: relative;
	z-index: 100;
	padding-bottom: 200px;
	background-color: #ededed;
}
.header .mask{
	position: fixed;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
}
.header .mm-nav-list .ul1{
	width: 30%;
    border-right: #e6e6e6 solid 1px;
}
.header .mm-nav-list .ul1 .li1[data-active="on"] .nav-right{
	display: block;
}
.header .mm-nav-list .ul1 .li1 .mm-title{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dadada;
    padding: 0 28px;
    color: #383c45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.header .mm-nav-list .ul1 .li1 .jiantou:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-left: 1px solid #e62129;
	border-top: 1px solid #e62129;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header .mm-nav-list .ul1 .li1 .mm-title .a1{
	font-size: 14px;
	color: #454546;
}
.header .mm-nav-list .ul1 .li1 .nav-right{
	position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    min-height: 100%;
    background-color: transparent;
    width: auto;
    z-index: 1;
    display: none;
}
.header .mm-nav-list .ul1 .li1 .nav-right .mm-title2{
	padding: 0 28px;
	text-indent: 15px;
	height: 50px;
	line-height: 50px;
	background-color: #e62129;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	display: none;
}
.header .mm-nav-list .ul1 .li1 .nav-right .mm-title2:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 28px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -5px;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2{
	min-height: 100%;
    width: 46.66667%;
    max-width: 100%;
    background: transparent;
    border-right: #e6e6e6 solid 1px;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dadada;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .mm-href-box{
	position: relative;
	width: 100%;
	height: 100%;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .mm-href{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .mm-href-box .a4{
	font-size: 14px;
	color: #454546;
	position: absolute;
	top: 0;
	left: 28px;
	z-index: 10;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .mm-href-box .a5{
	width: 100%;
	height: 100%;
	left: 0;
	padding-left: 28px;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .a2{
	font-size: 14px;
	color: #454546;
	display: block;
	padding: 0 28px;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .jiantou2{
	padding: 0 28px;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .jiantou2:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-left: 1px solid #e62129;
	border-top: 1px solid #e62129;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .jiantou2 .a2{
	display: inline;
	padding: 0;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary{
	position: absolute;
    top: 0;
    left: 46.66667%;
    right: 0;
    min-height: 100%;
    background-color: #fff;
    line-height: 1;
    padding: 20px;
    display: none;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary .a3{
	display: block;
	margin-bottom: 20px;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary .img1{
	max-width: 280px;
	width: 100%;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary .img2{
	width: 31px;
	height: 31px;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary .d1{
	font-size: 12px;
	color: #3e3e3e;
	overflow: hidden;
	line-height: 1.5;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary .d1 .color{
	font-size: 16px;
	color: #e52129;
	line-height: 1;
}
.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2[data-active="on"] .nav-primary{
	display: block;
}
/*小屏幕导航展开 End*/
@media only screen  and (min-width: 500px) {
	.header .upper .chose-box .chose-ul li a:hover{
		background-color: #8e8e8e;
		color: #fff;
		border-color: #8e8e8e;
	}
	.header .upper .chose-box:hover .chose-ul{
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
	}
	.header .upper .chose-box:hover .chose-title:after{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media only screen  and (min-width: 1280px){
	.header .mm-nav-list{
		display: none !important;
	}
}
@media only screen  and (max-width: 1279px){
	.header .bottom .logo{
		margin-left: 25px;
		padding-right: 25px;
	}
	.header .bottom .nav{
		display: none;
	}
	.header .bottom .list-box{
		display: block;
	}
	.header .search-form{
		right: auto;
		left: -1500px;
	}
	.header .bottom .search-box[data-active="on"] .search-form{
		left: 0;
		width:calc(97% - 60px);
	}
}
@media only screen  and (max-width: 800px){
	.all{
		padding-top: 94px;
	}
	.header .upper .tel{
		padding-left: 30px;
		background-position: 0 center;
		padding-right: 10px;
	}
	.header .upper .tel img{
		margin-right: 10px;
	}
	.header .upper .career{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
	}
	.header .bottom{
		height: 50px;
		line-height: 50px;
	}
	.header .bottom .logo{
		margin-left: 20px;
		padding-right: 20px;
	}
	.header .bottom .logo img{
		width: 148px;
		height: 48px;
	}
	.header .bottom .list-box{
		margin-top: 15px;
	}
	.header .bottom .search-box{
		height: 50px;
		width: 50px;
	}
	.header .bottom .search-box .icon{
		height: 50px;
		width: 50px;
	}
	.header .search-form{
		height: 50px;
	}
	.header .bottom .search-box[data-active="on"] .search-form{
		width: calc(97% - 50px);
	}
	.header .search-form form input[type="submit"]{
		top: 10px;
	}
	.header .mm-nav-list{
		top: 93px;
	}
	.header .mm-nav-list .ul1{
	    position: relative;
	    border-right: none;
	    width: 100%;
	    -webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.header .mm-nav-list .ul1 .li1 .nav-right{
		left: 100%;
		width: 100%;
		right: auto;
	}
	.header .mm-nav-list .ul1[data-active="on"]{
		margin-left: -100%;
	}
	.header .mm-nav-list .ul1 .li1[data-active="on"] .nav-right{

	}
	.header .mm-nav-list .ul1 .li1 .nav-right .ul2{
		width: 100%;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}
	.header .mm-nav-list .ul1 .li1 .nav-right .ul2[data-on="on"]{
		margin-left: -100%;
	}
	.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary{
		left: 100%;
		right: auto;
		width: 100%;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
		padding: 0;
	}
	.header .mm-nav-list .ul1 .li1 .nav-right .ul2[data-on="on"] .li2 .nav-primary{
		left: 0;
	}
	.header .mm-nav-list .ul1 .li1 .nav-right .ul2 .li2 .nav-primary .a3{
		padding-left: 40px;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.header .mm-nav-list .ul1 .li1 .nav-right .mm-title2{
		display: block;
	}
	.header .upper .chose-box .chose-ul{
		top: 36px;
		width: 280px;
		padding: 10px;
	}
	.header .upper .chose-box .chose-ul li a{
		height: 24px;
		line-height: 24px;
	}
}
@media only screen  and (max-width: 414px){
	.header .upper .tel{
		padding-left: 20px;
		background-position: 0 center;
	}
	.header .upper .career{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header .upper .chose-box{
		width: 60px;
		padding-left: 10px;
	}
	.header .bottom .logo{
		margin-left: 0;
	}
	.header .bottom .list-box{
		margin-right: 10px;
	}
}
@media only screen  and (max-width: 320px){
	.header .upper .career{
		display: none;
	}
}
/*头部 ENd*/

/*中间广告轮播*/
.banner{
	position: relative;
}
.banner .my-swiper{
	background-color: #e8e8e8;
}
.banner .my-swiper .swiper-slide{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .my-swiper .swiper-slide a{
	display: block;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .my-swiper .swiper-slide a .box{
	height: auto;
}
.banner .my-swiper .swiper-slide a .box .title{
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
	font-weight: bold;
}
.banner .my-swiper .swiper-slide a .box .desc{
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 35px;
}
.banner .my-swiper .swiper-slide a .box .more{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e62129;
}
.banner .swiper-pagination{
	bottom: 25px;
	width: 100%;
	z-index: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	margin-right: 10px;
	background-color: #fff;
	width: 54px;
	border-radius: 0;
	height: 3px;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #e62129;
}
.banner .my-swiper{
	height: 620px;
}

@media only screen  and (max-width: 1600px) {
	.banner .my-swiper{
		height: 536px;
	}
}
@media only screen  and (max-width: 1440px) {
	.banner .my-swiper{
		height: 485px;
	}
}
@media only screen  and (max-width: 1380px) {
	.banner .my-swiper{
		height: 465px;
	}
}
@media only screen  and (max-width: 1280px) {
	.banner .my-swiper{
		height: 433px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 28px;
	}
}
@media only screen  and (max-width: 1024px) {
	.banner .my-swiper{
		height: 388px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 26px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		margin-bottom: 3.4%;
	}
}
@media only screen  and (max-width: 800px) {
	.banner .my-swiper{
		height: 355px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 24px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 16px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		margin-top: 8px;
	}
}
@media only screen  and (max-width: 600px) {
	.banner .my-swiper{
		height:302px;
	}
	.banner .swiper-pagination{
		display: none;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 22px;
	}
}
@media only screen  and (max-width: 414px) {
	.banner .my-swiper{
		height: 277px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 20px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 14px;
	}
	.banner .my-swiper .swiper-slide a .box .more{
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
}
/*中间广告轮播 End*/

/*简介*/
.jianjie-box{
	margin-top: 60px;
}
.jianjie-box .title{
	font-size: 30px;
	color: #303030;
	line-height: 1.5;
	overflow: hidden;
}
.jianjie-box .sub-title{
	font-size: 20px;
	font-weight: bold;
	color: #bcbcbc;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
}
.jianjie-box .sub-title .color{
	color: #e62129;
}
.jianjie-box .desc{
	font-size: 14px;
	color: #737373;
	line-height: 2;
	overflow: hidden;
}
.jianjie-box ul{
	margin-top: 40px;
	margin-bottom: 90px;
}
.jianjie-box ul li{
	float: left;
	width: 30.8%;
	margin-right: 3.8%;
}
.jianjie-box ul li:last-child{
	margin-right: 0;
}
.jianjie-box ul li a{
	display: block;
}
.jianjie-box ul li a .atitle{
	font-size: 20px;
	color: #e62129;
	line-height: 1.5;
	overflow: hidden;
	height: 30px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jianjie-box ul li a .adesc{
	font-size: 14px;
	color: #737373;
	line-height: 1.8;
	overflow: hidden;
	margin-top: 10px;
	max-height: 50px;
}
@media only screen  and (max-width: 1024px){
	.jianjie-box{
		margin-top: 6%;
	}
	.jianjie-box .title{
		font-size: 28px;
	}
	.jianjie-box .sub-title{
		font-size: 18px;
	}
	.jianjie-box ul{
		margin-bottom: 8.7%;
	}
}
@media only screen  and (max-width: 800px){
	.jianjie-box .title{
		font-size: 26px;
	}
	.jianjie-box .sub-title{
		font-size: 16px;
	}
	.jianjie-box ul li a .atitle{
		font-size: 18px;
	}
	.jianjie-box ul{
		margin-top: 5%;
	}
}
@media only screen  and (max-width: 700px){
	.jianjie-box ul li{
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 12px;
	}
	.jianjie-box ul li:last-child{
		margin-bottom: 0;
	}
}
@media only screen  and (max-width: 600px){
	.jianjie-box .title{
		font-size: 22px;
	}
	.jianjie-box .sub-title{
		margin-bottom: 3.333%;
	}
	.jianjie-box .desc{
		line-height: 1.8;
	}
}
@media only screen  and (max-width: 414px){
	.jianjie-box .title{
		font-size: 20px;
	}
	.jianjie-box .sub-title{
		font-size: 14px;
	}
}
/*简介 End*/
/*内容*/
.contact-box{
	background-color: #f1f1f3;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-box .ul1 li{
	width: 23%;
	float: left;
	margin-right: 2.6666%;
	border: 1px solid #d2d2d7;
	background-color: #fff;
}
.contact-box .ul1 li:nth-child(4n+0){
	margin-right: 0;
}
.contact-box .ul1 li a{
	display: block;
}
.contact-box .ul1 li a .title{
	height: 56px;
	color: #000;
	font-size: 20px;
	line-height: 56px;
	overflow: hidden;
	padding-left: 20px;
}
.contact-box .ul1 li a img{
	width: 100%;
	display:block;
}
.contact-box .ul1 li a .tu{ background-size:cover; background-repeat:no-repeat;}
.contact-box .ul1 li a .more{
	color: #e62129;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	padding-left: 40px;
	position: relative;
	overflow:hidden;
}
.contact-box .ul1 li a .more:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	border-top: 1px solid #e62129;
	border-right: 1px solid #e62129;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
}
.contact-box .ul1 li:last-child a .more{
	padding-left: 52px;
}
.contact-box .ul1 li:last-child a .more:after{
	border: none;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	background-image: url(../images/icon05.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	margin-top: -9px;
}
/*首页新闻*/
.contact-box .news-box{
	margin-top: 70px;
}
.contact-box .news-box .top .title{
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	overflow: hidden;
	float: left;
}
.contact-box .news-box .top .more{
	display: block;
	float: right;
	color: #e62129;
	font-size: 14px;
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
}
.contact-box .news-box .top .more:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	border: 1px solid #e62129;
	width: 16px;
	height: 16px;
}
.contact-box .news-box .top .more:before{
	content: "";
	position: absolute;
	top: 6.5px;
	left: 6px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #e62129;
	border-right: 1px solid #e62129;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-box .news-box .ul2{
	margin-top: 24px;
}
.contact-box .news-box .ul2 li{
	width: 23%;
	float: left;
	margin-right: 2.6666%;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e9;
	border-left: 1px solid #eeeef0;
	border-right: 1px solid #eeeef0;
}
.contact-box .news-box .ul2 li:nth-child(4n+0){
	margin-right: 0;
}
.contact-box .news-box .ul2 li a{
	display: block;
	padding: 20px 40px 16px 20px;
}
.contact-box .news-box .ul2 li a .d1{
	font-size: 12px; 
	color: #a6a6a6;
	line-height: 1.5;
	height: 18px;
	overflow: hidden;
}
.contact-box .news-box .ul2 li a .d2{
	font-size: 14px;
	color: #575757;
	line-height: 1.5;
	max-height: 42px;
	overflow: hidden;
	margin-top: 15px;
}
/*首页新闻 End*/
@media only screen  and (min-width: 500px) {
	.contact-box .ul1 li:hover a .title{
		background-image: -webkit-linear-gradient(left, #f2f2f2, #e8e8e8);
		background-image: -o-linear-gradient(left, #f2f2f2, #e8e8e8);
		background-image: linear-gradient(to right, #f2f2f2, #e8e8e8);
	}
	.contact-box .ul1 li:hover a .more{
		background-image: -webkit-linear-gradient(left, #ebebeb, #e4e4e4);
		background-image: -o-linear-gradient(left, #ebebeb, #e4e4e4);
		background-image: linear-gradient(to right, #ebebeb, #e4e4e4);
	}
	.contact-box .news-box .ul2 li a:hover .d2{
		color: #e62129;
	}
}
@media only screen  and (max-width: 1280px){
	.contact-box .ul1 li a .title{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.contact-box .ul1 li a .more{
		height: 48px;
		line-height: 48px;
	}
}
@media only screen  and (max-width: 1024px){
	.contact-box .ul1 li a .title{
		font-size: 16px;
		height: 46px;
		line-height: 46px;
	}
	.contact-box .ul1 li a .more{
		height: 44px;
		line-height: 44px;
	}
	.contact-box{
		padding-top: 7.8%;
		padding-bottom: 7.8%;
	}
	.contact-box .news-box{
		margin-top: 6.8%;
	}
	.contact-box .news-box .ul2 li{
		margin-right: 1%;
		width: 24.25%;
	}
}
@media only screen  and (max-width: 1023px){
	.contact-box .news-box .ul2 li{
		margin-right: 2%;
		width: 49%;
		margin-bottom: 3%;
	}
	.contact-box .news-box .ul2 li:nth-child(4n+0){
		margin-right: 2%;
	}
	.contact-box .news-box .ul2 li:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 800px){
	.contact-box .ul1 li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	.contact-box .ul1 li a .title{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.contact-box .ul1 li a .more{
		height: 48px;
		line-height: 48px;
	}
	.contact-box .ul1 li:nth-child(4n+0){
		margin-right: 2%;
	}
	.contact-box .ul1 li:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 600px){
	.contact-box .ul1 li a .title{
		font-size: 16px;
		height: 46px;
		line-height: 46px;
	}
	.contact-box .ul1 li a .more{
		height: 44px;
		line-height: 44px;
	}
	.contact-box .news-box .ul2 li a{
		padding: 18px 20px 14px 18px; 
	}
}
@media only screen  and (max-width: 500px){
	.contact-box .news-box .ul2 li{
		width: 100%;
		margin-right: 0;
	}
	.contact-box .ul1 li:nth-child(4n+0){
		margin-right: 0;
	}

}
@media only screen  and (max-width: 414px){
	.contact-box .ul1 li{
		width: 100%;
		float: none;
		margin-right: 0;
	}

}
/*内容 End*/
/*回到顶部*/
.back-top{
	position: fixed;
	right: 30px;
	bottom: 40px;
	z-index: 1;
	cursor: pointer;
	display: none;
	width: 40px;
	height: 40px;
	background-color: #e62129;
	opacity: .8;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
}
.back-top img{
	width: 22px !important;
	height: 22px !important;
}
@media only screen  and (max-width: 414px){
	.back-top{
		right: 15px;
	}
}
/*回到顶部 End*/
/*底部*/
.footer .upper{
	font-size: 14px;
	color: #979696;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e9e9e9;
}
.footer .upper .tool-box{
	display: inline-block;
}
.footer .upper a{
	display: inline-block;
	font-size: 12px;
	color: #979696;
	margin-left: 50px;
}
.footer .upper a .box{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	background-color: #a5a5a5;
	margin-right: 10px;
}
.footer .upper a .box img{
	width: 24px;
	height: 24px;
}
.footer .upper .weixin{
	position: relative;
}
.footer .upper .weixin .ewm{
	position: absolute;
    top: -110px;
    left: -40px;
    width: 108px;
    height: 108px;
    -webkit-transform: scale(0.001, 0.001);
    -ms-transform: scale(0.001, 0.001);
    -o-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer .bottom{
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer .bottom .box{
	line-height: 21px;
}
.footer .bottom .logo{
	display: block;
	float: left;
}
.footer .bottom .logo img{
	width: 136px;
	height: 21px;
}
.footer .bottom .copyright{
	float: left;
	font-size: 12px;
	color: #939393;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	margin-left: 70px;
}
.footer .bottom .more{
	display: block;
	float: right;
	font-size: 12px;
	color: #939292;
	margin-left: 40px;
	padding-left: 10px;
	position: relative;
}
.footer .bottom .more:last-child{
	margin-left: 0px;
}
.footer .bottom .more:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -4px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #e62129;
	border-right: 1px solid #e62129;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen  and (min-width: 500px){
	.footer .upper a:hover .box{
		background-color: #e62129;
	}
	.footer .bottom .more{
		color: #000;
	}
	.footer .upper .weixin:hover .ewm{
		-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
}
@media only screen  and (max-width: 1280px){
	.footer .upper a{
		margin-left: 40px;
	}
}
@media only screen  and (max-width: 1024px){
	.footer .upper a{
		margin-left: 30px;
	}
}
@media only screen  and (max-width: 800px){
	.footer .upper a .word{
		display: none;
	}
	.footer .upper a .box{
		margin-right: 0;
	}
	.footer .upper a{
		margin-left: 20px;
	}
	.footer .bottom .more{
		display: none;
	}
}
@media only screen  and (max-width: 600px){
	.footer .upper .tool-box{
		display: block;
		margin-top: 20px;
	}
	.footer .upper a{
		margin-left: 0;
		margin-right: 20px;
	}
	.footer .upper a.weixin{ display:none}
	.footer .upper a:last-child{
		margin-right: 0;
	}
	.footer .upper{
		padding-top: 6%;
		padding-bottom: 6%;
	}
	.footer .bottom .logo{
		float: none;
	}
	.footer .bottom .copyright{
		float: none;
		margin-left: 0;
		margin-top: 3%;
		height: auto;
	}
	.footer .bottom{
		padding-top: 7%;
		padding-bottom: 7%;
	}

}
/*底部 End*/

/* =========

  背景

  ========== */
.allbg-box{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 450px;
}
.allbg-box2{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.nav-70{
	height: 70px;
	line-height: 70px;
	background-color: #f1f1f3;
	overflow: hidden;
}
.mm-nav-70{
	height: 70px;
	line-height: 70px;
	background-color: #f1f1f3;
	overflow: hidden;
}
.nav-70-2{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.nav-70-3{
	top: 50px;
}
.nav-70 .box a{
	color: #4f4f4f;
	font-size: 16px;
	margin-right: 50px;
	display: inline-block;
}
.nav-70 .box a:last-child{
	margin-right: 0;
}
.nav-70 .box .active{
	color: #e62129;
}
.nav-70 .box .back{
	border: 1px solid #818181;
	border-radius: 5px;
	float: right;
	height: 40px;
	line-height: 40px;
	width: 125px;
	text-indent: 50px;
	margin-top: 15px;
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.nav-70 select{
	width: 100%;
	height: 30px;
	background-color:  #f1f1f3;
	border: 1px solid #fff;
	color: #4f4f4f;
	text-align: center;
	border-radius: 2px;
	display: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-indent: 15px;
}
@media only screen  and (min-width: 500px){
	.nav-70 .box a:hover{
		color: #e62129;
	}
	.nav-70 .box .back:hover{
		border-color: #e62129;
		background-image: url(../images/icon11.png);
	}
}

	.allbg-box{
		height: 450px;
	}

@media only screen  and (max-width: 1680px){
	.allbg-box{
		height: 394px;
	}
}
@media only screen  and (max-width: 1440px){
	.allbg-box{
		height: 338px;
	}
}
@media only screen  and (max-width: 1280px){
	.allbg-box{
		height: 324px;
	}
}
@media only screen  and (max-width: 1024px){
	.allbg-box{
		height: 300px;
	}
	.nav-70 .box a{
		margin-right: 4.8%;
	}
}
@media only screen  and (max-width: 600px){
	.allbg-box{
		height: 250px;
	}
	.nav-70 .box a{
		display: none;
	}
	.nav-70 select{
		display: block;
	}
	.nav-70 .mm-nav-70 .box a{
		display:inline-block;
	}
}
@media only screen  and (max-width: 414px){
	.allbg-box{
		height: 225px;
	}
}
/* =========

  联系我们

  ========== */
/*contactBox-upper*/
.contactBox-upper{
	margin-top: 75px;
	margin-bottom: 82px;
}
.contactBox-upper .title{
	font-size: 30px;
	color: #303030;
	line-height: 2;
	overflow: hidden;
}
.contactBox-upper .desc{
	font-size: 16px;
	color: #737373;
	line-height: 2;
	overflow: hidden;
	margin-top: 22px;
}
.contactBox-upper .desc .color{
	color: #e62129;
}
/*contactBox-upper End*/
/*contactBox-bottom*/
.contactBox-bottom{
	background-color: #f1f1f3;
	padding-top: 70px;
	padding-bottom: 70px;
}
.contactBox-bottom .box .title{
	font-size: 24px;
	color: #303030;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 20px;
}
.contactBox-bottom .box form .left-box{
	width: 50%;
	position: relative;
}
.contactBox-bottom .box form .left-box .input-box{
	float: left;
	width: 50%;
	margin-bottom: 18px;
}
.contactBox-bottom .box form .left-box .input-box .title1{
	font-size: 14px;
	color: #888888;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 10px;
}
.contactBox-bottom .box form .left-box .input-box input[type="text"]{
	width: 91%;
	border: 1px solid #dfdfdf;
	height: 36px;
	text-indent: 15px;
	background-color: #fff;
}
.contactBox-bottom .box form .left-box input[type="submit"]{
	width: 115px;
	height: 54px;
	background-color: #e62129;
	border: 0;
	font-size: 18px;
	color: #fefefe;
	cursor: pointer;
	margin-top: 7px;
}
.contactBox-bottom .box form .right-box{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
}
.contactBox-bottom .box form .right-box .title2{
	font-size: 14px;
	color: #888888;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 10px;
}
.contactBox-bottom .box form .right-box textarea{
	width: 100%;
	height: 285px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	text-indent: 15px;
	padding-top: 10px;
	font-size: 14px;
}
/*contactBox-bottom End*/
.backList{
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	background-color: #6f6f6f;
}
.backList .box a{
	color: #ffffff;
	font-size: 12px;
}
.backList .box span{
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
}
@media only screen  and (min-width: 500px){
	.backList .box a:hover{
		color: #e62129;
	}
}
@media only screen  and (max-width: 1280px){
	.contactBox-upper{
		margin-top: 6%;
		margin-bottom: 6.5%;
	}
	.contactBox-upper .title{
		font-size: 28px;
	}
}
@media only screen  and (max-width: 1024px){
	.contactBox-upper .title{
		font-size: 26px;
		line-height: 1.8;
	}
	.contactBox-upper .desc{
		margin-top: 2.2%;
	}
	.contactBox-bottom{
		padding-top: 6.8%;
		padding-bottom: 6.8%;
	}
}
@media only screen  and (max-width: 800px){
	.contactBox-upper .title{
		font-size: 24px;
	}
	.contactBox-bottom .box form .left-box{
		width: 100%;
	}
	.contactBox-bottom .box form .right-box{
		position: static;
	}
	.contactBox-bottom .box form .left-box input[type="submit"]{
		margin-top: 25px;
	}
	.contactBox-bottom .box form .right-box textarea{
		height: 220px;
	}
}
@media only screen  and (max-width: 600px){
	.contactBox-upper .title{
		font-size: 20px;
	}
	.contactBox-upper .desc{
		font-size: 14px;
	}
	.nav-70{
		height: 50px;
		line-height: 50px;
	}
	.mm-nav-70{
		height: 50px;
		line-height: 50px;
	}
	.nav-70 .box a{
		font-size: 14px;
	}
	.backList{
		height: 50px;
		line-height: 50px;
	}
}
@media only screen  and (max-width:414px){
	.contactBox-upper .title{
		font-size: 18px;
	}
	.contactBox-bottom .box form .left-box .input-box{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.contactBox-bottom .box form .left-box .input-box input[type="text"]{
		width: 100%;
	}
	.contactBox-bottom .box form .right-box textarea{
		height: 180px;
	}
	.contactBox-bottom .box form .left-box input[type="submit"]{
		height: 45px;
		font-size: 16px;
	}
}
@media only screen  and (max-width:375px){
	.contactBox-upper .title{
		font-size: 16px;
	}
	.contactBox-upper .desc{
		font-size: 12px;
	}
}

/* =========

  招聘

  ========== */
.careerBox {
	padding-top: 85px;
	padding-bottom: 75px;
}
.careerBox .leftArea{
	float: left;
	width: 72%;
	text-align: center;
}
.careerBox .leftArea .d1{
	font-size: 30px;
	color: #303030;
	overflow: hidden;
	line-height: 1.5;
	text-align: left;
}
.careerBox .leftArea .d2{
	font-size: 14px;
	color: #737373;
	line-height: 2;
	overflow: hidden;
	text-align: left;
}
.careerBox .leftArea .d2 .color{
	color: #e62129;
}
.careerBox .leftArea ul{
	margin-top: 50px;
	margin-bottom: 45px;
	text-align: left;
}
.careerBox .leftArea ul li{
	position: relative;
	margin-bottom: 5px;
}
.careerBox .leftArea ul li .upper{
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #404040;
	font-size: 16px;
	position: relative;
}
.careerBox .leftArea ul li .upper:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.careerBox .leftArea ul li .upper:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ea222a;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.careerBox .leftArea ul li:nth-child(odd) .upper{
	background-color: #f1f1f3;
}
.careerBox .leftArea ul li:nth-child(even) .upper{
	background-color: #dfdfe2;
}
.careerBox .leftArea ul li .desc{
	font-size: 14px;
	color: #818181;
	line-height: 1.8;
	overflow: hidden;
	padding: 20px;
	display: none;
}
.careerBox .leftArea ul li .desc .d11{
	font-size: 14px;
	color: #e62129;
	line-height: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.careerBox .leftArea ul li .desc .d21{
	font-size: 14px;
	color: #404040;
	overflow: hidden;
	line-height: 2;
}
.careerBox .leftArea ul li[data-active="on"] .upper{
	background-color: #ea222a;
	color: #fff;
	font-weight: bold;
}
.careerBox .leftArea ul li[data-active="on"] .upper:before{
	display: none;
}
.careerBox .leftArea ul li[data-active="on"] .upper:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #fff;
}
.careerBox .leftArea .more{
	font-size: 16px;
	color: #e62129;
	line-height: 1.5;
	position: relative;
}
.careerBox .leftArea .more:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #e62129;
	border-right: 1px solid #e62129;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
}
.careerBox .rightArea{
	float: right;
	width: 23.25%;
	text-align: center;
}
.careerBox .rightArea .box{
	max-width: 279px;
	border: 1px solid #d2d2d7;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.careerBox .rightArea .box img{
	width: 100%;
}
@media only screen  and (max-width:1024px){
	.careerBox{
		padding-top: 8.3%;
		padding-bottom: 7.3%;
	}
	.careerBox .leftArea ul{
		margin-top: 6.5%;
		margin-bottom: 5.5%;
	}
}

@media only screen  and (max-width:800px){
	.careerBox .leftArea{
		float: none;
		width: 100%;
	}
	.careerBox .rightArea{
		float: none;
		width: 100%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.careerBox .rightArea .box{
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen  and (max-width:414px){
	.careerBox .leftArea .d1{
		font-size: 24px;
	}
	.careerBox .leftArea ul li .upper{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.careerBox .leftArea ul li .desc{
		padding: 10px 20px;
	}
	.careerBox .leftArea ul li .desc .d11{
		font-size: 12px;
	}
	.careerBox .leftArea ul li .desc .d21{
		font-size: 12px;
	}
}

/* =========

  简介

  ========== */
/*profileBox-upper*/
.profileBox-upper{
	padding-top: 80px;
	padding-bottom: 85px;
}
.profileBox-upper .title{
	font-size: 30px;
	color: #303030;
	line-height: 1.5;
	overflow: hidden;
}
.profileBox-upper .sub-title{
	font-size: 20px;
	font-weight: bold;
	color: #bcbcbc;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 25px;
}
.profileBox-upper .sub-title .color{
	color: #e62129;
}
.profileBox-upper .desc{
	font-size: 14px;
	color: #737373;
	line-height: 2;
	overflow: hidden;
}
.profileBox-upper .desc .color{
	color: #e62129;
}
/*profileBox-upper End*/
/*profileBox-bottom */
.profileBox-bottom{
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #f1f1f3;
}
.profileBox-bottom .box .leftArea{
	float: left;
	width: 46.25%;
}
.profileBox-bottom .box .leftArea img{
	width: 100%;
}
.profileBox-bottom .box .rightArea{
	float: left;
	width: 53.75%;
	padding-left: 6%;
}
.profileBox-bottom .box .rightArea .d1{
	font-size: 24px;
	color: #535353;
	line-height: 1.2;
	overflow: hidden;
}
.profileBox-bottom .box .rightArea .d2{
	font-size: 24px;
	color: #e62129;
	line-height: 1.2;
	overflow: hidden;
}
.profileBox-bottom .box .rightArea .box2{
	overflow:hidden;line-height:2;

}
.profileBox-bottom .box .rightArea .box2 img{ max-width:100%;}

/*profileBox-bottom End*/
@media only screen  and (max-width:1024px){
	.profileBox-upper{
		padding-top: 7.8%;
		padding-bottom: 8.3%;
	}
	.profileBox-bottom .box .rightArea{
		padding-left: 4%;
	}
	.profileBox-bottom{
		padding-top: 7.8%;
		padding-bottom: 8.7%;
	}
	.profileBox-bottom .box .rightArea .box2{
		margin-top: 5.5%;
	}
	.profileBox-bottom .box .rightArea .box2 .d3{
		margin-bottom: 7.5%;
	}
	.profileBox-upper .sub-title{
		margin-bottom: 2.4%;
	}
	.profileBox-upper .title{
		font-size: 28px;
	}
}
@media only screen  and (max-width:800px){
	.profileBox-upper .sub-title{
		margin-top: 5px;
		font-size: 18px;
	}
	.profileBox-upper .title{
		font-size: 26px;
	}
	.profileBox-bottom .box .rightArea .d1{
		font-size: 22px;
	}
	.profileBox-bottom .box .rightArea .d2{
		font-size: 22px;
	}
}
@media only screen  and (max-width:600px){
	.profileBox-bottom .box .leftArea{
		width: 100%;
		float: none;
	}
	.profileBox-bottom .box .rightArea{
		padding-left: 0;
		float: none;
		width: 100%;
		margin-top: 6%;
	}
	.profileBox-bottom .box .rightArea .box2{
		margin-top: 3%;
	}
	.profileBox-bottom .box .rightArea .box2 .d3{
		margin-bottom: 4%;
	}
	.profileBox-upper .title{
		font-size: 24px;
	}
	.profileBox-upper .sub-title{
		font-size: 16px;
	}
	.profileBox-bottom .box .rightArea .d1{
		font-size: 20px;
	}
	.profileBox-bottom .box .rightArea .d2{
		font-size: 20px;
	}
}
@media only screen  and (max-width:414px){
	.profileBox-upper .title{
		font-size: 22px;
	}
	.profileBox-upper .desc{
		line-height: 1.8;
	}
	.profileBox-bottom .box .rightArea .d1{
		font-size: 18px;
	}
	.profileBox-bottom .box .rightArea .d2{
		font-size: 18px;
	}
}
/* =========

  历程

  ========== */
.historyBox{
	padding-top: 90px;
	margin-bottom: 80px;
	position: relative;
}
.historyBox .title1{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	height: 36px;
}
.historyBox .line{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	background-color: #dfdfdf;
}
.historyBox ul{
	margin-top: 20px;
}
.historyBox ul li{
	margin-bottom: 40px;
}
.historyBox ul li .data{
	float: left;
	width: 50%;
	text-align: right;
	font-size: 24px;
	color: #474747;
	line-height: 1.5;
	padding-right: 5%;
	padding-top: 10px;
	position: relative;
}
.historyBox ul li .data:before{
	content: "";
	position: absolute;
	top: 15px;
	right: -11px;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 50%;
}
.historyBox ul li .data:after{
	content: "";
	position: absolute;
	top: 18px;
	right: -9px;
	width: 16px;
	height: 16px;
	background-color: #e62129;
	border-radius: 50%;
}
.historyBox ul li:nth-child(even) .data{
	float: right;
	text-align: left;
	padding-left: 5%;
	padding-right: 0;
}
.historyBox ul li:nth-child(even) .data:before{
	right: auto;
	left: -11px;
}
.historyBox ul li:nth-child(even) .data:after{
	right: auto;
	left: -7px;
}
.historyBox ul li .box{
	float: left;
	width: 50%;
	padding-left: 7.5%;
	padding-right: 9%;
	position: relative;
}
.historyBox ul li .box:after{
	content: "";
	width: calc(15% - 12px);
	height: 3px;
	background-color: #dfdfdf;
	position: absolute;
	left: 12px;
	top:25px;
}
.historyBox ul li:nth-child(even) .box{
	padding-left: 9%;
	padding-right: 7.5%;
}
.historyBox ul li:nth-child(even) .box:after{
	left: auto;
	right: 12px;
}
.historyBox ul li .box .inbox{
	border: 1px solid #dfdfdf;
	padding: 15px;
}
.historyBox ul li .box .inbox .d1{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.5;
	overflow: hidden;
	height: 21px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.historyBox ul li .box .inbox .d2{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.5;
	overflow: hidden;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 21px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.historyBox ul li .box .inbox .d3{
	font-size: 14px;
	color: #737373;
	overflow: hidden;
	line-height: 1.8;

}
.historyBox ul li .box .inbox .tu{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 15px;
	max-width: 100%;
}
.historyBox ul li .box .inbox .tu img{
	max-width: 100%;
	width: auto;
}
@media only screen  and (max-width:1024px){
	.historyBox{
		padding-top: 8.7%;
		margin-bottom: 6.8%;
	}
	.historyBox .title1{
		font-size: 28px;
		height: 33px;
	}
}
@media only screen  and (max-width:800px){
	.historyBox ul li .box{
		padding-right: 0%;
	}
	.historyBox ul li:nth-child(even) .box{
		padding-left: 0%;
	}
	.historyBox .title1{
		font-size: 26px;
		height: 31px;
	}
}
@media only screen  and (max-width:600px){
	.historyBox .title1{
		font-size: 24px;
		height: 28px;
	}
	.historyBox .line{
		display: none;
	}
	.historyBox ul li .data{
		float: none;
		padding: 0;
		width: 100%;
		text-align: left;
		margin-bottom: 3%;
		font-size: 20px;
		height: 30px;
		overflow: hidden;
	}
	.historyBox ul li .data:after{
		display: none;
	}
	.historyBox ul li .data:before{
		display: none;
	}
	.historyBox ul li:nth-child(even) .data{
		float: none;
		padding: 0;
	}
	.historyBox ul li .box{
		width: 100%;
		float: none;
		padding: 0;
	}
	.historyBox ul li .box:after{
		display: none;
	}
	.historyBox ul li:nth-child(even) .box{
		padding: 0;
	}
	
}
/* =========

  工厂

  ========== */
.layui-layer-page .layui-layer-content{
	max-width:100%;
	text-align:center;
	margin:auto;
}
.layui-layer-page .layui-layer-content img{ max-width:100%; display:block; margin:auto;}
.factoryBox{
	margin-top: 90px;
	margin-bottom: 120px;
}
.factoryBox .title{
	font-size: 30px;
	color: #303030;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 70px;
}
.factoryBox .my-swiper .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.factoryBox .my-swiper .swiper-slide img{
	width: 100%;
}
.factoryBox .my-swiper .my-prev{
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 100;
	cursor: pointer;
}
.factoryBox .my-swiper .my-prev:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	margin-left: -4px;
	border-left: 3px solid #e62129;
	border-bottom: 3px solid #e62129;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.factoryBox .my-swiper .my-next{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 100;
	cursor: pointer;
}
.factoryBox .my-swiper .my-next:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	margin-left: -4px;
	border-left: 3px solid #e62129;
	border-bottom: 3px solid #e62129;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
@media only screen  and (max-width:600px){
	.layui-layer-page .layui-layer-content{
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.layui-layer-page .layui-layer-content img{
		width: 100%;
	}
}
@media only screen  and (max-width:414px){
	.factoryBox .my-swiper .my-prev{
		left: 10px;
	}
	.factoryBox .my-swiper .my-next{
		right: 10px;
	}
}

/* =========

  支持

  ========== */
.supportBox{
	margin-top: 80px;
	margin-bottom: 80px;
}
.supportBox .title{
	font-size: 30px;
	color: #303030;
	line-height: 1.5;
	overflow: hidden;
}
.supportBox .sub-title{
	font-size: 24px;
	color: #535353;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 35px;
}
.supportBox .sub-title .color{
	color: #e62129;
	font-weight: bold;
}
.supportBox img{
	width: 100%;
	max-width: 981px;
	margin-bottom: 40px;
}
.supportBox .desc{
	font-size: 14px;
	color: #737373;
	line-height: 2;
	overflow: hidden;
}
.supportBox .desc .d4{
	padding-left: 20px;
    position: relative;
    margin-bottom: 3px
}
.supportBox .desc .d4:after{
	content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #e62129;
}
@media only screen  and (max-width:1024px){
	.supportBox{
		margin-top: 7.8%;
		margin-bottom: 7.8%;
	}
	.supportBox .sub-title{
		margin-top: 2%;
		margin-bottom: 3.4%;
	}
	.supportBox ul li{
		margin-bottom: 4%;
	}
	.supportBox .title{
		font-size: 28px;
	}
	.supportBox .sub-title{
		font-size: 22px;
	}
	.supportBox img{
		margin-bottom: 4%;
	}
}
@media only screen  and (max-width:800px){
	.supportBox .title{
		font-size: 26px;
	}
	.supportBox .sub-title{
		font-size: 20px;
	}
}
@media only screen  and (max-width:600px){
	.supportBox .title{
		font-size: 24px;
	}
	.supportBox .sub-title{
		font-size: 18px;
	}
}
@media only screen  and (max-width:600px){
	.supportBox .title{
		font-size: 22px;
	}
	.supportBox .sub-title{
		font-size: 16px;
	}
}
/* =========

  下载

  ========== */
.downloadBox{
	margin-top: 90px;
	margin-bottom: 130px;
}
.downloadBox .title1{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 55px;
}
.downloadBox ul li{
	float: left;
	width: 48%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-right: 4%;
}
.downloadBox ul li:nth-child(even){
	margin-right: 0;
}
.downloadBox ul li .box{
	float: left;
	width: 78%;
	padding-right: 3%;
}
.downloadBox ul li .box .d1{
	font-size: 12px;
	color: #e62129;
	line-height: 1.8;
	overflow: hidden;
	max-height: 42px;
}

.downloadBox ul li .box .d1 span{text-transform : uppercase}
.downloadBox ul li .box .d2{
	font-size: 12px;
	color: #878787;
	line-height: 1.8;
	overflow: hidden;
	margin-bottom: 5px;
	height: 21px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	
}
.downloadBox ul li .down{
	text-transform : uppercase;
	float: left;
	width: 36px;
	height: 22px;
	border: 1px solid #707473;
	line-height: 22px;
	text-align: center;
	color: #ababab;
}
.downloadBox ul li .down:last-child{
	float: right;
}
@media only screen  and (max-width:1024px){
	.downloadBox{
		margin-top: 8.8%;
		margin-bottom: 12.6%;
	}
	.downloadBox .title1{
		margin-bottom: 5.3%;
		font-size: 28px;
	}
}
@media only screen  and (max-width:800px){
	.downloadBox ul li{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.downloadBox .title1{
		font-size: 26px;
	}
}
@media only screen  and (max-width:414px){
	.downloadBox ul li .box{
		width: calc(100% - 82px);
	}
	.downloadBox .title1{
		font-size: 24px;
	}
}
/* =========

  新闻

  ========== */
.NewsBox{
	margin-top: 70px;
	margin-bottom: 80px;
}
.NewsBox .title1{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 40px;
}
.NewsBox .leftArfea{
	float: left;
	width: 25%;
}
.NewsBox .leftArfea .inbox{
	background-color: #f2f2f2;
	padding: 16px;
}
.NewsBox .leftArfea .word{
	font-size: 18px;
	color: #303030;
	line-height: 1.5;
	overflow: hidden;
}
.NewsBox .leftArfea .select-box{
	margin-top: 15px;
}
.NewsBox .leftArfea .select-box select{
	width: 100%;
	height: 34px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #a2a2a2;
	background-color: #fff;
	border-radius: 2px;
	text-indent: 15px;
}
.NewsBox .leftArfea .select-box select option:first-child{
	display: none;
}
.NewsBox .rightArea{
	float: right;
	width: 71%;
}
.NewsBox .rightArea .ul1 li{
	margin-bottom: 45px;
}
.NewsBox .rightArea .ul1 li:last-child{
	margin-bottom: 0;
}
.NewsBox .rightArea .ul1 li a{
	display: block;
}
.NewsBox .rightArea .ul1 li a .left{
	float: left;
	width: 33%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.NewsBox .rightArea .ul1 li a .left img{
	width: 100%;
}
.NewsBox .rightArea .ul1 li a .right{
	float: right;
	width: 64%;
}
.NewsBox .rightArea .ul1 li a .right .d1{
	font-size: 12px;
	color: #a4a4a4;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 20px;
	height: 18px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.NewsBox .rightArea .ul1 li a .right .d2{
	font-size: 16px;
	color: #3c3c3c;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 24px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.NewsBox .rightArea .ul1 li a .right .d3{
	font-size: 14px;
	color: #727272;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 10px;
	height: 42px;
}
.NewsBox .rightArea .ul1 li a .right .d4{
	font-size: 12px;
	color: #e9222a;
	line-height: 1.5;
	overflow: hidden;
}
.NewsBox .rightArea .laypage_next{
	font-size: 16px;
	color: #e62129;
	cursor: pointer;
	margin-top: 75px;
}
@media only screen  and (min-width:500px){
	.NewsBox .rightArea .ul1 li a:hover .right .d2{
		color: #e9222a;
	}
}
@media only screen  and (max-width:1024px){
	.NewsBox .leftArfea{
		float: none;
		width: 100%;
		margin-bottom: 4%;
	}
	.NewsBox .rightArea{
		float: none;
		width: 100%;
	}
	.NewsBox{
		margin-top: 6.8%;
		margin-bottom: 7.8%;
	}
	.NewsBox .rightArea .ul1 li{
		margin-bottom: 4.3%;
	}
	.NewsBox .rightArea .more{
		margin-top: 7.5%;
	}
	.NewsBox .title1{
		font-size: 28px;
		margin-bottom: 4%;
	}
}
@media only screen  and (max-width:800px){
	.NewsBox .rightArea .ul1 li a .right .d1{
		margin-top: 0;
	}
	.NewsBox .rightArea .ul1 li a .right .d2{
		margin-top: 5px;
		margin-bottom: 8px;
	}
	.NewsBox .rightArea .ul1 li a .right .d3{
		margin-bottom: 5px;
	}
	.NewsBox .title1{
		font-size: 26px;
	}
}
@media only screen  and (max-width:600px){
	.NewsBox .rightArea .ul1 li a .left{
		width: 100%;
		float: none;
	}
	.NewsBox .rightArea .ul1 li a .right{
		width: 100%;
		float: none;
		margin-top: 4%;
	}
	.NewsBox .title1{
		font-size: 24px;
	}
}
@media only screen  and (max-width:414px){
	.NewsBox .leftArfea .inbox{
		padding: 10px;
	}
	.NewsBox .title1{
		font-size: 20px;
	}
	.NewsBox .leftArfea .word{
		font-size: 16px;
	}
	.NewsBox .leftArfea .select-box select{
		height: 30px;
	}
}
/* =========

  新闻详情

  ========== */
.NewsDetBox{
	margin-bottom: 60px;
}
.NewsDetBox .leftArfea .inbox2 .word2{
	font-size: 18px;
	color: #303030;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 38px;
	margin-bottom: 18px;
}
.NewsDetBox .leftArfea .inbox2 ul li a{
	display: block;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 12px;
	padding-bottom: 12px;
}
.NewsDetBox .leftArfea .inbox2 ul li a .d1{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	height: 21px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.NewsDetBox .leftArfea .inbox2 ul li a .d1:after{
	content: "";
	position: absolute;
	top: 7px;
	right: 1px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.NewsDetBox .leftArfea .inbox2 ul li a .d2{
	font-size: 12px;
	color: #a1a1a1;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 5px;
	height: 18px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/*rightArea2*/
.NewsDetBox .rightArea2{
	float: right;
	width: 71%;
	text-align: center;
}
.NewsDetBox .rightArea2 .title{
	font-size: 24px;
	color: #e62129;
	overflow: hidden;
	line-height: 1;
	text-align: left;
}
.NewsDetBox .rightArea2 .data{
	font-size: 14px;
	color: #cecece;
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 18px;
	text-align: left;
}
.NewsDetBox .rightArea2 img{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.NewsDetBox .rightArea2 .desc{
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	color: #969696;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 40px;
	text-align: left;
	text-align:justify;
}
.NewsDetBox .rightArea2 .more1{
	font-size: 14px;
	color: #e62129;
	overflow: hidden;
	line-height: 1.5;
	display: inline-block;
	margin-top: 50px;
}
.NewsDetBox .rightArea2 .more1 .lineBox{
	display: inline-block;
	position: relative;
	width: 15px;
	height: 2px;
	background-color: #e62129;
}
.NewsDetBox .rightArea2 .more1 .lineBox:after{
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #e62129;
}
.NewsDetBox .rightArea2 .more1 .lineBox:before{
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #e62129;
}
/*rightArea2*/
@media only screen  and (min-width:500px){
	.NewsDetBox .leftArfea .inbox2 ul li a:hover .d1{
		color: #e62129;
	}
	.NewsDetBox .leftArfea .inbox2 ul li a:hover .d1:after{
		border-color: #e62129;
	}
}
@media only screen  and (max-width:1024px){
	.NewsDetBox{
		margin-bottom: 5.8%;
	}
	.NewsDetBox .leftArfea .inbox2 ul li{
		float: left;
		width: 48%;
	}
	.NewsDetBox .leftArfea .inbox2 ul li:nth-child(even){
		float: right;
	}
	.NewsDetBox .rightArea2{
		float: none;
		width: 100%;
	}
	.NewsDetBox .rightArea2 img{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.NewsDetBox .leftArfea .inbox2 .word2{
		margin-top: 3.7%;
		margin-bottom: 1.8%;
	}
	.NewsDetBox .rightArea2 .desc{
		padding-bottom: 4%;
	}
	.NewsDetBox .rightArea2 .more1{
		margin-top: 4.8%;
	}
}
@media only screen  and (max-width:800px){
	.NewsDetBox .rightArea2 .title{
		font-size: 22px;
	}
}
@media only screen  and (max-width:600px){
	.NewsDetBox .rightArea2 .title{
		font-size: 20px;
	}
	.NewsDetBox .rightArea2 .data{
		margin-top: 10px;
	}
	.NewsDetBox .leftArfea .inbox2 ul li{
		float: none;
		width: 100%;
	}
	.NewsDetBox .leftArfea .inbox2 ul li:nth-child(even){
		float: none;
	}
	.NewsDetBox .leftArfea .inbox2{ display:none}
}
@media only screen  and (max-width:414px){
	.NewsDetBox .rightArea2 .title{
		font-size: 18px;
	}
	.NewsDetBox .rightArea2 .data{
		font-size: 12px;
	}
	.NewsDetBox .rightArea2 .desc{
		font-size: 12px;
		line-height: 1.8;
	}
}

/* =========

  行业案例

  ========== */
.packageBox{
	margin-top: 90px;
	margin-bottom: 70px;
	text-align: center;
}  
.packageBox .title1{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	text-align: left;
}
.packageBox ul{
	margin-top: 40px;
	text-align: left;
}
.packageBox ul li{
	width: 23.333%;
	margin-right: 2.222%;
	float: left;
	margin-bottom: 90px;
}
.packageBox ul li:nth-child(4n+0){
	margin-right: 0;
}
.packageBox ul li a{
	display: block;
}
.packageBox ul li a .tu{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.packageBox ul li a .tu img{
	width: 100%;
}
.packageBox ul li a .title{
	font-size: 14px;
	color: #363636;
	height: 21px;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 10px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.packageBox ul li a .more{
	font-size: 12px;
	color: #e62129;
	height: 15px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.packageBox ul li a .more .dayu{
	font-family: "宋体";
	margin-right: 3px;
}
.packageBox .laypage_next{
	display: inline-block;
	font-size: 16px;
	color: #e62129;
	overflow: hidden;
	cursor: pointer;
}
.packageBox .vmore .dayu{
	font-family: "宋体";
	margin-right: 3px;
}
@media only screen  and (min-width:500px){
	.packageBox ul li a:hover .title{
		color: #e62129;
	}
}
@media only screen  and (max-width:1280px){
	.packageBox ul li{
		margin-bottom: 70px;
	}
}
@media only screen  and (max-width:1024px){
	.packageBox{
		margin-top: 8.7%;
		margin-bottom: 6.8%;
	}
	.packageBox ul{
		margin-top: 4%;
	}
	.packageBox ul li{
		width: 31.333%;
		margin-right: 2%;
		margin-bottom: 6.8%;
	}
	.packageBox ul li:nth-child(4n+0){
		margin-right: 2%;
	}
	.packageBox ul li:nth-child(3n+0){
		margin-right: 0;
	}
	.packageBox .title1{
		font-size: 28px;
	}
}
@media only screen  and (max-width:600px){
	.packageBox ul li{
		width: 49%;
		margin-right: 2%;
	}
	.packageBox ul li:nth-child(4n+0){
		margin-right: 2%;
	}
	.packageBox ul li:nth-child(3n+0){
		margin-right: 2%;
	}
	.packageBox ul li:nth-child(2n+0){
		margin-right: 0;
	}
	.packageBox .title1{
		font-size: 26px;
	}
}
@media only screen  and (max-width:414px){
	.packageBox ul li{
		width: 100%;
		margin-right: 0;
	}
	.packageBox ul li:nth-child(4n+0){
		margin-right: 0;
	}
	.packageBox ul li:nth-child(3n+0){
		margin-right: 0;
	}
	.packageBox ul li:nth-child(2n+0){
		margin-right: 0;
	}
	.packageBox .title1{
		font-size: 24px;
	}
}

/* =========

  行业案例详细

  ========== */
.packDetBox{
	padding-top: 90px;
	padding-bottom: 50px;
}
.packDetBox .title1{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 30px;
}
/*upper*/
.packDetBox .upper .title1{
	margin-bottom: 40px;
}
.packDetBox .upper .desc{
	font-size: 14px;
	color: #737373;
	line-height: 1.6;
	overflow: hidden;
}
/*upper End*/
/*middle*/
.packDetBox .middle{
	padding-top: 75px;
}
.packDetBox .middle ul li{
	float: left;
	width: 23.333%;
	margin-right: 2.222%;
	margin-bottom: 30px;
}
.packDetBox .middle ul li:nth-child(4n+0){
	margin-right: 0;
}
.packDetBox .middle ul li .tu{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.packDetBox .middle ul li .tu img{
	width: 100%;
}
/*middle End*/
/*bottom*/
.packDetBox .bottom{
	margin-top: 50px;
}
.packDetBox .bottom ul li{
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	margin-bottom: 30px;
}
.packDetBox .bottom ul li:nth-child(3n+0){
	margin-right: 0;
}
.packDetBox .bottom ul li a{
	display: block;
}
.packDetBox .bottom ul li a .tu{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f1f1f3;
}
.packDetBox .bottom ul li a .tu img{
	width: 100%;
}
.packDetBox .bottom ul li a .d1{
	font-size: 16px;
	color: #343434;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 12px;
	height: 26px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.packDetBox .bottom ul li a .dayu{
	color: #e62129;
	font-family: "宋体";
	margin-right: 5px;
}
/*bottom End*/
@media only screen  and (max-width:1280px){
	.packDetBox{
		padding-top: 7%;
	}
	.packDetBox .middle{
		padding-top: 5.8%;
	}
	.packDetBox .upper .title1{
		margin-bottom: 30px;
	}
}
@media only screen  and (max-width:1024px){
	.packDetBox .upper .title1{
		margin-bottom: 3%;
	}
	.packDetBox .title1{
		margin-bottom: 3%;
		font-size: 28px;
	}
	.packDetBox .bottom{
		margin-top: 4.8%;
	}
	.packDetBox .bottom ul li{
		margin-bottom: 3%;
	}
	.packDetBox .middle ul li{
		margin-bottom: 3%;
		margin-right: 2%;
		width: 31.333%;
	}
	.packDetBox .middle ul li:nth-child(4n+0){
		margin-right:2%;
	}
	.packDetBox .middle ul li:nth-child(3n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width:800px){
	.packDetBox .title1{
		font-size: 26px;
	}
}
@media only screen  and (max-width:600px){
	.packDetBox .title1{
		font-size: 24px;
	}
	.nav-70 .box .back{
		height: 30px;
		margin-top: 10px;
		line-height: 30px;	
	}
	.packDetBox .middle ul li{
		width: 48%;
	}
	.packDetBox .middle ul li:nth-child(3n+0){
		margin-right: 2%;
	}
	.packDetBox .middle ul li:nth-child(2n+0){
		margin-right: 0;
	}
	.packDetBox .bottom ul li{
		width: 48%;
		margin-right: 2%;
	}
	.packDetBox .bottom ul li:nth-child(3n+0){
		margin-right: 2%;
	}
	.packDetBox .bottom ul li:nth-child(2n+0){
		margin-right: 0%;
	}
}
@media only screen  and (max-width:414px){
	.nav-70 .box .back{
		width: 80px;
		text-indent: 40px;
		background-position:15px center;
		height: 24px;
		margin-top: 13px;
		line-height: 24px;
		overflow: hidden;	
	}
	.packDetBox .middle ul li{
		width: 100%;
		margin-right: 0;
	}
	.packDetBox .middle ul li:nth-child(4n+0){
		margin-right: 0;
	}
	.packDetBox .middle ul li:nth-child(3n+0){
		margin-right: 0;
	}
	.packDetBox .bottom ul li{
		width: 100%;
		margin-right: 0;
	}
	.packDetBox .bottom ul li:nth-child(3n+0){
		margin-right: 0;
	}
}

/* =========

  产品

  ========== */
/*pBox-upper*/
.pBox-upper{
	margin-top: 70px;
	margin-bottom: 70px;
}
.pBox-upper .d1{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
}
.pBox-upper .d2{
	font-size: 20px;
	color: #7d7d7d;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 30px;
}
.pBox-upper .d3 .line{
	margin-bottom: 3px;
}
.pBox-upper .d3 .line:last-child{
	margin-bottom: 0;
}
.pBox-upper .d3 .line .left{
	float: left;
	width: 26%;
	font-size: 14px;
	color: #3b3b3b;
	line-height: 2;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	height: 28px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.pBox-upper .d3 .line .left:after{
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #e62129;
}
.pBox-upper .d3 .line .right{
	float: left;
	width: 74%;
	padding-left: 3%;
	font-size: 14px;
	color: #818181;
	height: 28px;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/*pBox-upper End*/
/*pBox-bottom*/
.pBox-bottom{
	background-color: #f1f1f3;
	padding-top: 70px;
	padding-bottom: 40px;
}
.pBox-bottom .box .title1{
	font-size: 24px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 30px;
}
.pBox-bottom .box ul li{
	float: left;
	width: 31.666%;
	margin-right: 2.5%;
	margin-bottom: 30px;
}
.pBox-bottom .box ul li:nth-child(3n+0){
	margin-right: 0;
}
.pBox-bottom .box ul li a{
	display: block;
}
.pBox-bottom .box ul li a .tu{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
	background-color: #f1f1f3;
}
.pBox-bottom .box ul li a .tu img{
	width: 100%;
}
.pBox-bottom .box ul li a .title{
	font-size: 16px;
	color: #343434;
	line-height: 1.5;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.pBox-bottom .box ul li a .title .dayu{
	font-family: "宋体";
	color: #e62129;
	margin-right: 3px;
}
.pBox-bottom .box ul li a .desc{
	font-size: 12px;
	color: #6c6c6d;
	line-height: 1.6;
	overflow: hidden;
	height: 38px;
	margin-top: 8px;
	margin-bottom: 25px;
}
.pBox-bottom .box ul li a .more{
	font-size: 12px;
	color: #e62129;
	line-height: 1.2;
	overflow: hidden;
	height: 14px;
}
/*pBox-bottom End*/
@media only screen  and (min-width:500px){
	.pBox-bottom .box ul li a:hover .title{
		color: #e62129;
	}
}
@media only screen  and (max-width:1024px){
	.pBox-upper{
		margin-top: 6.8%;
		margin-bottom: 6.8%;
	}
	.pBox-upper .d1{
		font-size: 28px;
	}
	.pBox-upper .d2{
		font-size: 18px;
		margin-bottom: 3%;
	}
	.pBox-bottom .box ul li{
		margin-bottom: 3%;
	}
	.pBox-bottom{
		padding-top: 6.8%;
		padding-bottom: 4%;
	}
	.pBox-bottom .box .title1{
		margin-bottom: 3%;
	}
}
@media only screen  and (max-width:800px){
	.pBox-upper .d1{
		font-size: 26px;
	}
	.pBox-bottom .box ul li{
		margin-right: 3%;
		width: 48.5%;
	}
	.pBox-bottom .box ul li:nth-child(3n+0){
		margin-right: 3%;
	}
	.pBox-bottom .box ul li:nth-child(2n+0){
		margin-right: 0;
	}
	.pBox-bottom .box ul li a .desc{
		margin-bottom: 4%;
	}
}
@media only screen  and (max-width:600px){
	.pBox-upper .d1{
		font-size: 24px;
	}
	.pBox-upper .d2{
		font-size: 16px;
	}
	.pBox-upper .d3 .line .left{
		float: none;
		width: 100%;
	}
	.pBox-upper .d3 .line .right{
		float: none;
		width: 100%;
		padding-left: 20px;
	}
}
@media only screen  and (max-width:414px){
	.pBox-upper .d1{
		font-size: 20px;
	}
	.pBox-upper .d2{
		font-size: 14px;
	}
	.pBox-bottom .box .title1{
		font-size: 20px;
	}
	.pBox-bottom .box ul li{
		margin-right: 0%;
		width: 100%;
		float: none;
	}
	.pBox-bottom .box ul li:nth-child(3n+0){
		margin-right: 0;
	}

}

/* =========

  产品详细

  ========== */
/*bigBox*/
.bigBox{
	position: relative;
}
.bigBox .box{
	background-color: #e62129;
	width: 400px;
	padding: 80px 40px;
	overflow: hidden; 
}
.bigBox .box .inbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bigBox .box .inbox .title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
}
.bigBox .box .inbox .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 25px;

}
.desc img{ max-width:100%;}



.bigBox .outbox{
	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;
}
.bigBox .outbox img{
	max-width: 100%;
	max-height: 100%;
}
@media only screen and (min-width: 801px){
	.bigBox .allbg-box2 .boutyBox{
	    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;
	    min-height: 600px;
	}
	.bigBox .outbox{
		-webkit-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    -webkit-box-flex: 1;
	}
}
@media only screen and (max-width: 1024px){
	.bigBox .box{
		width: 360px;
		padding: 60px 30px;
	}
	.bigBox .box .inbox .title{
		font-size: 22px;
	}
}
@media only screen and (max-width: 800px){
	.bigBox .outbox{
		padding:4% 3%;
	}
	.bigBox .boutyBox{
		width: 100%;
	}
	.bigBox .box{
		width: 100%;
		padding: 5% 3%;
	}
	.bigBox .box .inbox .title{
		font-size: 20px;
	}
	.bigBox .box .inbox .desc{
		margin-top: 3%;
	}
}
@media only screen and (max-width: 414px){
	.bigBox .box .inbox .title{
		font-size: 18px;
	}
	.bigBox .box .inbox .desc{
		font-size: 12px;
	}
}
/*bigBox End*/
/*featuresBox*/
.featuresBox{
	padding-top: 90px;
	padding-bottom: 95px;
}
.featuresBox .title{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	height: 36px;
}
.featuresBox .desc{
	margin-bottom: 50px;
	margin-top: 30px;
		color: #3b3b3b;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	position: relative;
}


/*featuresBox End*/
/*parametersBox*/
.parametersBox{
	padding-top: 85px;
	background-color: #f1f1f3;
	border-bottom: 1px solid #d2d2d7;
}
.parametersBox .box .title .word{
	font-size: 30px;
	color: #303030;
	line-height: 1.2;
	overflow: hidden;
	height: 36px;
	float: left;
}
.parametersBox .box .title .click{
	float: right;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	width: 125px;
	background-color: #6f6f6f;
	border-radius: 5px;
	text-align: center;
}
.parametersBox .vvvv{ padding:40px 0; line-height:2;}
/*parametersBox End*/
/*downBox*/
.downBox{
	background-color: #f1f1f3;
	padding-top: 30px;
	padding-bottom: 35px;
}
.downBox .box ul li{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.downBox .box .down{
	font-size: 12px;
	color: #e62129;
	line-height: 1.5;
	position: relative;
	padding-left: 30px;
	display: inline-block;
	margin-right: 50px;
}
.downBox .box .down:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
.downBox .box .down:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon05.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*downBox End*/
@media only screen  and (max-width:1024px){
	.featuresBox{
		padding-top: 8.7%;
		padding-bottom: 9.2%;
	}
	.featuresBox .desc{
		margin-top: 3%;
		margin-bottom: 5%;
	}
	.parametersBox{
		padding-top: 8.3%;
	}
	.featuresBox .title{
		font-size: 28px;
		height: 33px;
	}
	.parametersBox .box .title .word{
		font-size: 28px;
		height: 33px;
	}
	.parametersBox .box table{
		margin-top: 4.3%;
	}
}
@media only screen  and (max-width:800px){
	.featuresBox .title{
		font-size: 26px;
		height: 30px;
	}
	.parametersBox .box .title .word{
		font-size: 26px;
		height: 30px;
	}
	.downBox .box ul li{
		float: none;
		width: 100%;
	}
}
@media only screen  and (max-width:600px){
	.featuresBox .title{
		font-size: 24px;
		height: 28px;
	}
	.parametersBox .box .title .word{
		font-size: 24px;
		height: 28px;
	}
	.parametersBox .box table tr td:first-child{
		width: 70%;
		padding-right: 3%;
		font-size: 12px;
	}
	.parametersBox .box table tr td:last-child{
		width: 30%;
		padding-left: 0;
		font-size: 12px;
	}
	.parametersBox .box .title .click{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		width: 115px;
	}
}
@media only screen  and (max-width:414px){
	.parametersBox .box table tr td:first-child{
		padding-left: 0;
	}
	.parametersBox .box table tr td:first-child:after{
		display: none;
	}
}


/*搜索*/
.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;
}

.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;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 20px;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 15px;
}
.search-main .list ul li a .tu{ margin-bottom:20px;}
@media only screen and (min-width:600px) {
.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: #e62129;
}
@media only screen and (max-width:800px) {
.search-main{ margin-top:60px;}
}
@media only screen and (max-width:500px) {

.search-main .type {
	font-size: 22px;
}
}
.fanye{ text-align:center; margin-bottom:40px;}
.fanye a{ display:inline-block; border-width:2px; border-color:transparent; border-style:solid; height:38px; text-align:center; min-width:30px; line-height:36px; position:relative; border-radius:4px; margin:0 10px;}
.fanye a.cur{ border-color:#cdcdcd; color:#e62129;}
.fanye a.pageup{ margin-right:30px;}
.fanye a.pageup:after{ content:""; display:block; width:10px; height:10px; border-right:1px solid #a4a4a4; border-top:1px solid #a4a4a4; position:absolute; left:50%; top:50%; margin:-6px;
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-135deg);

}
.fanye a.pagenext:after{ content:""; display:block; width:10px; height:10px; border-right:1px solid #a4a4a4; border-top:1px solid #a4a4a4; position:absolute; left:50%; top:50%; margin:-6px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);

}
.fanye a.null{ opacity:.5; cursor:default; }