* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1128355 */
	src: url('//at.alicdn.com/t/font_1128355_0r58dy0fihj.eot');
	src: url('//at.alicdn.com/t/font_1128355_0r58dy0fihj.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1128355_0r58dy0fihj.woff2') format('woff2'), url('//at.alicdn.com/t/font_1128355_0r58dy0fihj.woff') format('woff'), url('//at.alicdn.com/t/font_1128355_0r58dy0fihj.ttf') format('truetype'), url('//at.alicdn.com/t/font_1128355_0r58dy0fihj.svg#iconfont') format('svg');
}

@font-face {
	font-family: 'myFont';
	src: url('../font/PingFang/PingFangSC-Light.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaBold';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Bold.otf');
	font-weight: normal;
	font-style: normal;
}

b,
h2 {
	font-family: "alibabaBold";
	font-weight: normal;
}

@font-face {
	font-family: 'alibabaHeavy';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Heavy.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaLight';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Light.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaMedium';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Medium.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alibabaRegular';
	src: url('../font/alibaba/Alibaba-PuHuiTi-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font: 14px/1.6 'alibabaLight';
	font-family: 'alibabaRegular','微软雅黑', 'SimHei', '黑体/STHeiti', arial, sans-serif, "iconfont";
	color: #4b4b4b;
	position: relative;
	background-color: #FFFFFF;
}

img {
	max-width: 100%;
	display: block;
}

a {
	outline: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
	color: inherit
}

a:active {
	background-color: transparent
}

a:hover {
	color: inherit;
}

.part2 {
	background-color: #f4f4f4;
	padding-bottom: 50px;
	padding-top: 5px;
	margin-top:25px;
}


.zixun {
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 99999;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
}

.zixun .box {
	width: 60%;
	height: 60%;
	margin: 0px auto;
	background-color: #FFFFFF;
	position: absolute;
	top: 20%;
	left: 20%;
}

.zixun .title8 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	line-height: 64px;
	padding-left: 25px;
}

.title8 span {
	display: block;
	width: 32px;
	height: 64px;
	text-align: center;
	float: right;
	margin-right: 25px;
	cursor: pointer;
}

.zixun .neirong p {
	padding: 25px;
}

.zixun .neirong {
	height: calc( 100% - 64px);
	width: 100%;
}

.neirong .submit {
	background-color: red;
	color: #FFFFFF;
	display: block;
	width: 72px;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float:right;
	margin: 25px;
	cursor: pointer;
	border:none;
}

.neirong dl {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}

.neirong dl dt {
	width: 30%;
	text-align: right;
	float: left;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.neirong dl dd {
	width: 68%;
	float: right;
	text-align: left;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.neirong dl dd input {
	width: 60%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
}

.neirong textarea {
	width: 60%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
	

/********图片切换********/

.slidesjs-pagination {
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #A1A1A1;
	z-index: 10
}

.slidesjs-pagination li {
	display: inline-block
}

.slidesjs-pagination li a {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #A4A4A4;
	border-radius: 4px;
	margin: 0 5px;
	text-indent: -20em;
	overflow: hidden
}

.slidesjs-pagination .active {
	width: 15px;
	border-radius: 4px;
}

.line {
	border-bottom: 2px solid #da251e;
	margin: 0px;
	height: 1px;
	width: 100%;
}


/***********************移动端样式***********************/

@media only screen and (max-width: 920px) {
	.top_nav {
		width: 100%;
		height: 60px;
		z-index: 9999;
		background: #FFFFFF;
		position: fixed;
		top: 0px;
		left: 0px;
		border-bottom: 2px solid #da251e;
	}
	.top_nav .line {
		display: none;
	}
	.top_nav .menu {
		display: none;
	}
	.mobileMenu {
		float: right;
		font-size: 16pt;
		line-height: 60px;
		margin-right: 10px;
	}
	.logo {
		width: 144px;
		height: 55px;
		float: left;
		margin: 0px;
		text-indent: -9999px;
		background-image: url(../images/logo.jpg);
		background-size: 144px 55px;
		margin-top: 5px;
		margin-left: 0px;
	}
	.topSearch{
		display:none;		
	}
	.banner {
		height: auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0px auto;
		margin-top: 60px;
		display:none;
	}
	.banner_mobile{
		height: auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0px auto;
		margin-top: 60px;
	}
	#yuyue1,
	#yuyue2 {
		display: none;
	}
	.title {
		color: #d82d1b;
		width: 100%;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
		line-height: 20pt;
		font-size: 10pt;
	}
	.title h2 {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 12pt;
		line-height: 24pt;
	}
	.title .en {
		display: block;
		width: 100%;
		color: #9a9a9a;
		font-weight: normal;
		margin-top: 5px;
		text-align: center;
		font-family: "alibabaRegular";
		font-size: 12pt;
		line-height: 24pt;
	}
	.title .text {
		display: block;
		width: 90%;
		text-align: center;
		color: #9a9a9a;
		font-weight: normal;
		padding: 0px 5%;
		border-bottom: 1px solid #A1A1A1;
	}
	.advantages {
		width: 100%;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
		position: relative;
		margin-top: 35px;
		border-radius: 5px;
		/*min-width: 1140px;*/
	}
	.advantages ul {
		width: 98%;
		height: auto;
		overflow: hidden;
		margin-left: 1%;
	}
	.advantages ul li {
		text-align: center;
		width: 100%;
		position: relative;
		height: auto;
		overflow: hidden;
	}
	.advantages .img {
		width: 80%;
		border-radius: 5px;
		border: 3px #FFFFFF solid;
		margin: 0px auto;
		overflow: hidden;
		height: auto;
	}
	.img img {
		transition-duration: 0.5s;
	}
	.img img:hover {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		/*Safari 和 Chrome*/
		-moz-transform: scale(1.2);
		/*Firefox*/
		-ms-transform: scale(1.2);
		/*IE9*/
		-o-transform: scale(1.2);
		/*Opera*/
	}
	.advantages ul li .name {
		display: block;
		width: 80%;
		text-align: center;
		height: 24pt;
		line-height: 24pt;
		color: #e52717;
		font-size: 12pt;
		margin-left: 10%;
	}
	.advantages ul li p {
		display: block;
		width: 80%;
		height: auto;
		overflow: hidden;
		line-height: 20pt;
		font-size: 10pt;
		text-align: left;
		margin-left: 10%;
	}
	.hj .slick-prev,
	.hj .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 14px;
		height: 25px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		background: url(../images/left.png) no-repeat;
		background-size: 14px 25px;
		z-index: 200;
	}
	.hj .slick-next {
		right: 0px;
		background: url(../images/right.png) no-repeat;
		background-size: 14px 25px;
	}
	.company {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		font-size: 10pt;
		background-image: url(../images/company.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 100%;
	}
	.company p {
		width: 90%;
		margin-left: 5%;
		text-indent: 20pt;
		margin-top: 15px;
		background-color: rgba(255, 255, 255, 0.6);
		border-radius: 5px;
	}
	.company p:last-child {
		margin-bottom: 15px;
	}
	
	.pageMain{
		width:98%;
		padding:1%;
		height:auto;
		overflow:hidden;		
	}
		
	.hj,
	.hd,
	.newsList {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		margin-top: 15px;
	}
	.hj li {
		float: left;
		height: auto;
		overflow: hidden;
		margin-left: 20px;
		margin-right:20px;
	}
	.hj li .img,
	.hd li .img {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 5px;
		display: block;
		position: relative;
	}
	.hd li .img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.hj li .img .detail {
		width: 100px;
		padding: 5px;
		text-align: center;
		font-size: 14px;
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		left: 50%;
		margin-left: -50px;
		bottom: 10px;
		border-radius: 5px;
		display: none;
		pointer-events: none;
	}
	.hj li span,
	.hd li span {
		height: 20pt;
		line-height: 20pt;
		font-size: 10pt;
		display: block;
		padding-left: 5px;
	}
	.hd li {
		float: left;
		width: calc(48% - 2px);
		height: auto;
		overflow: hidden;
		margin-left: 1%;
		margin-bottom: 15px;
		border-radius: 5px;
	}
	.hd li {
		border: 1px solid #f8f8f8;
	}
	.hd li:hover {
		box-shadow: 5px 5px 2px #e5e5e5;
	}
	.newsList li {
		width: 98%;
		float: left;
		height: auto;
		overflow: hidden;
		margin-left: 1%;
		border: 1px solid #FFFFFF;
		margin-bottom: 15px;
		border-radius: 5px;
	}
	.newsRight{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-top:15px;
	}
	.newsList li h2 {
   	 	font-size: 12pt;
    	color: #2f2f2f;
	}
	.newsList li h2 .time {
		font-size: 10px;
		color: #cecece;
		display:block;
	}
	.newsList li p {
		text-indent: 20pt;
		margin-top: 15px;
		font-size: 10pt;
		line-height: 20pt;
	}
	.imgLeft img {
		width: 140px;
		height: 125px;
		display: block;
	}
	.newsList li .textRight {
		width: calc(100% - 180px);
		margin: 10px;
		height: 125px;
	}
	.textRight h2 {
		font-family: "alibabaBold";
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		height: 32px;
		line-height: 32px;
		font-size: 12pt;
	}
	.textRight p {
		width: 100%;
		font-size: 10pt;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 将对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 3;
		/** 显示的行数 **/
		overflow: hidden;
		color: #666;
		line-height: 20pt;
		/** 隐藏超出的内容 **/
	}
	.textRight .time {
		float: left;
		color: #ccc;
		font-size: 10pt;
	}
	.textRight .count {
		float: right;
		color: #ccc;
		font-size: 10pt;
	}
	
	.newsLeft{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-top:25px;
	}
	.newsLeft .name{
		text-align:center;
		font-size:12pt;
		line-height:24pt;
		display:block;
	}
	.newsLeft img{
		width:80%;
		margin:0px auto;
	}
	.newsList li .more {
		display: block;
		width: 120px;
		text-align: center;
		padding: 0px;
		height: 30px;
		line-height: 30px;
		font-size: 10pt;
		background-color: #e5e5e5;
		border: 1px solid #e5e5e5;
		margin-top: 15px;
		float:right;
		margin-right:15px;
	}
	
	.bottom_x {
		width: 100%;
		float: left;
		height: auto;
		overflow: hidden;
		color:#c6c5c3;
		margin-top:25px;
		margin-left:10%;
	}
	
	.bottom_x p:first-child{
		color:#ffffff;
		font-size:16px;
		margin-bottom:15px;
	}
	.bottom_ewm {
		width: 100%;
		height:auto;
		overflow:hidden;
		float:right;
		text-align:center;
		border-left:1px solid #ffffff;
		margin-top:25px;
		margin-bottom:25px;	
	}
	.ewm{
		width:80%;
		margin:0px auto;
	}
	
	#yuyue2 {
		width: 80%;
		height: 60%;
		overflow: hidden;
		position: fixed;
		display: none;
		top: 20%;
		left: 10%;
		z-index: 999;
		background-color: #FFFFFF;
		border-radius: 5px;
		border: 1px solid #A1A1A1;
	}
	.main input,
	.main select,
	.yuyue {
		width: 80%;
		margin-left: 10%;
		display: none;
		border: 1px solid #bfbfbf;
		height: 50px;
		margin-top: 5px;
		border-radius: 5px;
		font-size: 16px;
		text-indent: 8px;
	}
	.yuyue {
		color: #FFFFFF;
		border: none;
		background-color: #6a73f7;
		text-align: center;
		line-height: 50px;
	}
	#yuyue2 .title {
		width: 95%;
		padding-left: 5%;
		border-bottom: 1px solid #A1A1A1;
		margin-top: 0px;
		line-height: 50px;
		height: 50px;
		margin-bottom: 15px;
	}
	#yuyue2 .title .close {
		float: right;
		margin-right: 10px;
	}
	.top,
	.topTel {
		display: none;
	}
	.shadow,
	.mobileMenuList {
		width: 100%;
		height: 100%;
		z-index: 998;
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		left: 0px;
		top: 0px;
		display: none;
	}
	.mobileMenuList {
		background-color: #FFFFFF;
		height: calc(100% - 60px);
		margin-top: 60px;
		border-top: 1px solid #A1A1A1;
	}
	.mobileMenuList .menu {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.mobileMenuList .menu li {
		display: block;
		height: 32pt;
		line-height: 32pt;
		font-size: 12pt;
		padding-left: 10px;
	}
	.closeMenu {
		float: right;
		margin-right: 10px;
	}
	.copyRight {
		text-align: center;
		height: auto;
		overflow: hidden;
		width: 100%;
		line-height: 20pt;
		border-top: 1px solid #FFFFFF;
		background-color: #d50501;
		margin-top: 20px;
		width: 90%;
		padding: 0px 5%;
	}
	.footerMobile {
		background: #d50501;
		color: #FFFFFF;
		padding-top: 20px;
		height: auto;
		overflow: hidden;
		margin-top:25px;
		text-align:center;
		padding-bottom:20px;
	}
	.footer{
		display:none;
	}
	.zixun .box {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		background-color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
	}
	.zixun .title8 {
		font-size: 12pt;
		font-weight: bold;
		border-bottom: 1px solid #CCCCCC;
		line-height: 32pt;
		padding-left: 25px;
	}
	.zixun dl dd input {
		width: 80%;
		height: 30px;
		line-height: 30px;
		border: 1px solid #CCCCCC;
	}
	.zixun textarea {
		width: 80%;
		height: auto;
		line-height: 30px;
		overflow: hidden;
		border: 1px solid #CCCCCC;
	}
	/*********************独立页面*************************/
	.pageLeft{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-top:25px;
		border-radius:5px;
	}
	
	.pageLeft h2,
	.pageLeft img,
	.pageLeft .contact{
		display:none;
	}
	
	.pageLeft ul{
		width:100%;
		height:auto;
		overflow:hidden;
	}
	.pageLeft ul li{
		border: 1px solid #e4e4e4;
		width:auto;
		margin-left:5px;
		margin-bottom:5px;
		line-height: 20pt;
		padding:0px 10pt;
		font-size: 10pt;
		float:left;
		list-style:none;
		
	}
	.pageLeft .contact h3 { font-weight:normal; font-size:16px; margin:15px 0 10px;}
    .pageLeft.contact h4 { font-weight:normal; font-size:13px; line-height:21px; color:#666;}
	.pageRight{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-top:25px;
	}
	.pageRight .pageTitle {
		display:block;
		width:100%;
		height:auto;
		overflow:hidden;
		line-height:24pt;
	}
    .pageRight .pageTitle h1 { 
		font-weight:normal; 
		text-align:center;
		color:#e62129;
		font-size:14pt;
		line-height:28pt;
	}
	.pageRight .pageTitle span {
		display:block;
	 	color:#999;
		font-size:10pt;
		line-height:20pt;
	 }
	.pageRight .content {
		padding:0px 10px;
		font-size:10pt;
		line-height:20pt;
	}
}

@media only screen and (min-width: 921px) {
	.wTc {
		text-align: center;
	}
	.shadow {
		display: none;
	}
	.mobileMenuList {
		display: none;
	}
	.top_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		z-index: 9999;
		background: #FFFFFF;
	}
	.top {
		width: 100%;
		background-color: #f1f1f1;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #f0f0f0;
	}
	.main,
	.mainMenu {
		width: 1140px;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
		position: relative;
		min-width: 1140px;
	}
	
	.pageMain{
		width:1120px;
		padding:20px;
		height:auto;
		overflow:hidden;
		margin:0px auto;	
	}
	.mainMenu {
		height: auto;
		overflow:hidden;
	}
	.topTel {
		float: right;
		width: 315px;
		height: auto;
		overflow: hidden;
	}
	
	.topSearch{
		float:right;
		height:auto;
		overflow:hidden;
		width:195px;
		margin-left:10px;
		position:relative;
	}
	.topSearch .search{
		border:#f1f1f1 1px solid;
		border-radius:10px;
		width: calc(100% - 2px);
		height:35px;
		margin-top:33px;
		text-indent:5px;
	}
	.topSearch .searchIcon{
		background-image:url(../images/search.png);
		background-repeat:no-repeat;
		position:absolute;
		background-size:30px 24px;
		top:40px;
		right:1px;
		width:30px;
		height:24px;
		cursor:pointer;
	}
	.tag {
		float: right;
		height: 40px;
		line-height: 40px;
		width: auto;
		display: block;
	}
	.logo {
		width: 288px;
		height: 111px;
		float: left;
		margin: 0px;
		text-indent: -9999px;
		background-image: url(../images/logo.jpg);
		background-size: cover;
	}
	.topMenu {
		float: right;
		width: 240px;
		height: 45px;
		line-height: 45px;
	}
	.mobileMenu,
	.menuList {
		display: none;
	}
	.menu {
		width: 100%;
		color: #8b8b8b;
		font-size: 16px;
		font-weight: bold;
		width: auto;
		display: block;
		line-height: 45px;
		height: 45px;
	}
	.menu li {
		float: left;
		list-style: none;
		width: auto;
		padding: 0px 30px;
		text-align: center;
	}
	.menu li:hover,
	.menu .active {
		color: #FFFFFF;
		background-color: #da251e;
	}
	.menu .en{
		float:right;
		text-align:left;
		background-image:url(../images/en.png);
		background-repeat:no-repeat;
		background-size:33px 33px;
		background-position:6px 5px;
		padding-left:45px;
	}
	.banner {
		max-width: 1920px;
		height: auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0px auto;
	}
	.banner_mobile{
		display:none;
	}
	.main input,
	.main select,
	.yuyue {
		width: 18%;
		margin-left: 1%;
		float: left;
		border: 1px solid #bfbfbf;
		height: 50px;
		margin-top: 5px;
		border-radius: 5px;
		font-size: 16px;
		text-indent: 8px;
	}
	.yuyue {
		color: #FFFFFF;
		border: none;
		background-color: #6a73f7;
		text-align: center;
		line-height: 50px;
	}
	.title {
		color: #d82d1b;
		width: 1140px;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
		line-height: 50px;
		margin-top: 50px;
	}
	.title h2 {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 45px;
	}
	.title .en {
		display: block;
		width: 100%;
		font-size: 24px;
		color: #9a9a9a;
		font-weight: normal;
		margin-top: 5px;
		line-height: 48px;
		text-align: center;
		font-family: "alibabaRegular";
	}
	
	.title .textLine {
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.title .textLine .bgline {
		display: inline-block;
		width: 120px;
		border-top: 1px solid #ccc ;
	}
	.title .textLine .text {
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		color: #9a9a9a;
        vertical-align: -4px;
	}
	.advantages {
		width: 1140px;
		margin: 0px auto;
		height: auto;
		overflow: hidden;
		position: relative;
		margin-top: 35px;
		border-radius: 5px;
		/*min-width: 1140px;*/
	}
	.advantages ul {
		width: 98%;
		height: auto;
		overflow: hidden;
		margin-left: 1%;
	}
	.advantages ul li {
		text-align: center;
		width: 33%;
		position: relative;
		height: auto;
		overflow: hidden;
		float:left;
	}
	.advantages .img {
		width: 80%;
		border-radius: 5px;
		border: 3px #FFFFFF solid;
		margin: 0px auto;
		overflow: hidden;
		height: auto;
	}
	.img img {
		transition-duration: 0.5s;
		width: 352px;
	}
	.img img:hover {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		/*Safari 和 Chrome*/
		-moz-transform: scale(1.2);
		/*Firefox*/
		-ms-transform: scale(1.2);
		/*IE9*/
		-o-transform: scale(1.2);
		/*Opera*/
	}
	.advantages ul li .name {
		display: block;
		width: 80%;
		text-align: center;
		height: 45px;
		line-height: 45px;
		color: #e52717;
		font-size: 24px;
		margin-left: 10%;
	}
	.advantages ul li p {
		display: block;
		width: 80%;
		height: auto;
		overflow: hidden;
		line-height: 28px;
		font-size: 14px;
		text-align: left;
		margin-left: 10%;
	}
	.hj .slick-prev,
	.hj .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 14px;
		height: 25px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		background: url(../images/left.png) no-repeat;
		background-size: 14px 25px;
		z-index: 200;
	}
	.hj .slick-next {
		right: 0px;
		background: url(../images/right.png) no-repeat;
		background-size: 14px 25px;
	}
	.main .fleft {
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
	}
	.company {
		width: 1140px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		font-size: 16px;
		background-image: url(../images/company.jpg);
		background-size: cover;
	}
	.company p {
		width: 50%;
		text-indent: 32px;
		margin-top: 25px;
	}
	.company p:last-child {
		padding-bottom: 50px;
	}
	.company p:first-child {
		padding-top: 25px;
	}
	.hj,
	.hd,
	.newsList {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		margin-top: 15px;
	}
	.newsLeft{
		width:50%;
		float:left;
		height:auto;
		overflow:hidden;
		margin-top:25px;
	}
	.newsLeft img{
		display:block;
		width:80%;
		margin:0px auto;
	}
	.newsLeft .name{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		display: block;
		padding-left: 5px;
		text-align: center;
		color:#ed1015;
	}
	.hj li {
		float: left;
		height: auto;
		overflow: hidden;
		margin-left: 30px;
		margin-right: 30px;
	}
	.hj li .img,
	.hd li .img {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 5px;
		display: block;
		position: relative;
	}
	.hd li .img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.hj li .img img {
		border-radius: 5px;
		border:none;
	}
	.hj li .img .detail {
		width: 100px;
		padding: 5px;
		text-align: center;
		font-size: 14px;
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		left: 50%;
		margin-left: -50px;
		bottom: 10px;
		border-radius: 5px;
		display: none;
		pointer-events: none;
	}
	.hj li span,
	.hd li span {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		display: block;
		padding-left: 5px;
		text-align:center;
	}
	.hj .name {
		font-size: 18px;
		font-weight: bold;
	}
	.hd li .time {
		color: #999;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
	}
	.hd li {
		float: left;
		width: calc(24% - 2px);
		height: auto;
		overflow: hidden;
		margin-left: 1%;
		margin-bottom: 15px;
		border-radius: 5px;
	}
	.hd li img {
		width: 270px;
		height: 350px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.hd li {
		border: 1px solid #f8f8f8;
	}
	.hd li:hover {
		box-shadow: 5px 5px 2px #e5e5e5;
	}
	.newsRight{
		width:50%;
		float:left;
		height:auto;
		overflow:hidden;
		margin-top:25px;
	}
	.newsList{
		margin-top:0px;
	}
	.newsList li {
		width: 98%;
		float: left;
		height: 145px;
		overflow: hidden;
		margin-left: 1%;
		border: 1px solid #FFFFFF;
		margin-bottom: 15px;
		border-radius: 5px;
	}
	.newsList li .imgLeft {
		float: right;
		width: 140px;
		margin: 10px;
		height: 125px;
	}
	.newsList li h2{
		font-size:18px;
		color:#2f2f2f;
	}
	.newsList li h2 .time{
		font-size:14px;
		color:#cecece;
		margin-left:15px;
	}
	.newsList li p{
		text-indent:24px;
		margin-top:15px;
		font-size:14px;
		line-height:24px;
	}
	.newsList li .more{
		display:block;
		width:120px;
		text-align:center;
		padding:0px;
		height:30px;
		line-height:30px;
		font-size:14px;
		background-color:#e5e5e5;
		border:1px solid #e5e5e5;
		margin-top:15px;
		
	}
	.imgLeft img {
		width: 140px;
		height: 125px;
		display: block;
	}
	.newsList li .textRight {
		width: calc(100% - 180px);
		margin: 10px;
		height: 125px;
	}
	.textRight h2 {
		font-family: "alibabaBold";
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.textRight p {
		width: 100%;
		font-size: 14px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 将对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2;
		/** 显示的行数 **/
		overflow: hidden;
		color: #666;
		line-height: 30px;
		/** 隐藏超出的内容 **/
	}
	.textRight .time {
		float: left;
		color: #ccc;
		font-size: 12px;
	}
	.textRight .count {
		float: right;
		color: #ccc;
		font-size: 12px;
	}
	.bottom_x {
		width: 14%;
		float: left;
		height: auto;
		overflow: hidden;
		color:#c6c5c3;
	}
	
	.bottom_x p:first-child{
		color:#ffffff;
		font-size:16px;
		margin-bottom:15px;
	}
	.bottom_ewm {
		width: 28%;
		height:auto;
		overflow:hidden;
		float:right;
		text-align:center;
		border-left:1px solid #ffffff;		
	}
	.ewm{
		width:80%;
		margin:0px auto;
	}
	#yuyue2 {
		position: fixed;
		bottom: 0px;
		left: 0px;
		background-color: #FFFFFF;
		z-index: 999;
		display: none;
		width: 100%;
	}
	.submit {
		display: none;
	}
	#yuyue2 .title {
		display: none;
	}
	.copyRight {
		text-align: center;
		height: 50px;
		width: 100%;
		line-height: 50px;
		border-top: 1px solid #FFFFFF;
		background-color: #d50501;
		margin-top: 40px;
	}
	
	
	/*********************独立页面*************************/
	.pageLeft{
		width:240px;
		height:auto;
		overflow:hidden;
		float:left;
		margin-top:25px;
		border:1px solid #e4e4e4;
		border-radius:5px;
		min-height:500px;
	}
	
	.pageLeft h2{
		width:220px;
		height:50px;
		line-height:50px;
		background-color:#da251e;
		color:#FFF;
		padding-left:20px;
	}
	
	.pageLeft ul{
		width:100%;
		height:auto;
		overflow:hidden;
	}
	.pageLeft ul li{
		border-bottom: 1px solid #e4e4e4;
		line-height: 52px;
		text-indent: 2em;
		margin-top: -1px;
		font-size: 15px;
		background: url(../images/dian.jpg) 210px center no-repeat;
		
	}
	.pageLeft .contact {
		background: url(../images/conbg.jpg) no-repeat;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
		min-height:270px;
	}
	.pageLeft .contact h3 { font-weight:normal; font-size:16px; margin:15px 0 10px;}
    .pageLeft.contact h4 { font-weight:normal; font-size:13px; line-height:21px; color:#666;}
	.pageRight{
		width:880px;
		float:right;
		height:auto;
		overflow:hidden;
		margin-top:25px;
		border:1px solid #e4e4e4;
		border-radius:5px;
		min-height:500px;
	}
	.pageRight .pageTitle { height:54px; line-height:54px; padding:0 20px;border-radius:8px 8px 0 0;}
    .pageRight .pageTitle h1 { font-weight:normal; font-size:24px; color:#e62129;}
    .pageRight .pageTitle span { float:right; color:#999; font-size:12px;}
	.pageRight .content {
		border-top: 1px solid #e4e4e4;
		padding: 35px 20px;
		margin-top: -1px;
		overflow: hidden;
		font-size: 14px;
		color: #666;
		line-height: 30px;
		text-align: justify;
		word-break: break-all;
		width:840px;
	}
	.pageRight .content b { height:2px; width:100px; margin:25px 0;display:block; background:#f22; clear:both;}
	.footer {
		background: #615d5c;
		color: #FFFFFF;
		padding-top: 40px;
		height: auto;
		overflow: hidden;
		margin-top:25px;
	}
	.footerMobile{
		display:none;
	}
}

.pageRight .content .hj li{
		margin:0px 10px;
		width: calc(50% - 20px);
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}


.email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}

.tel {
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fax {
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}