﻿html{
	overflow-x:hidden
}
@charset "utf-8";
body {
	font-family: "Assistant"!important;
	font: 14px;
	line-height: 24px;
	background: #fff;
	color: #000;
}
#footer .shares>a, .social_link .shares>a img,.right_nav .aside>li a img{
	vertical-align: baseline;
}
@font-face {
	font-family:"Assistant";
	font-weight: normal;
	src: url(../images/Assistant.ttf);
	src: url(../images/Assistant.ttf) format('truetype');
}
@font-face {
	font-family:"Andika";
	font-weight: normal;
	src: url(../images/Andika.ttf);
	src: url(../images/Andika.ttf) format('truetype');
}
@media (min-width: 1250px) {
	.container {
		width: 1200px;
		padding: 0;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 800px) {
	.row{
		margin-left: -30px;
		margin-right: -30px;
	}
	.container {
		width: 100% !important;
		padding: 0;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.innerbanner {
	width: 100%;
}

.innerbanner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

@media (max-width: 992px) {
	.container {
		width: auto !important;
	}
}
@media (max-width: 768px) {
	.container {
		width: 100% !important;
	}
}
input{
    -webkit-appearance: none !important;
}
a,button,input,textarea {
　　-webkit-tap-highlight-color: transparent !important;
　　-moz-tap-highlight-color:transparent !important;
outline:none !important;
}
textarea{resize:none !important}
a:hover {
	text-decoration: none;
	 color:#35a7ff;
}

a {
	transition-property: color, background-color, border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
}


/*头部样式*/

#header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgba(236,240,241,.69);
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    z-index: 150;
    transition: background-color .25s ease-in-out;
}

#header .logo {
	height: 70px;
	float: none;
}

#header .logo img{
	max-width: 100%;
}
.logo a {
	float: left;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#header .tel {}

#header .menu_icon {
    position: relative;
    width: 10%;
    display: none;
    float: right;
    margin-top: 20px;
}

@media all and (max-width:800px) {
	#header .logo {
		height: 70px;
	}
	.logo img {
		max-height: 100%;
		max-width: none
	}
	#header {
    background-color: #ffff;
    padding-left: 15px;
    padding-right: 15px;
}
}


/*pc导航*/

.pc_menu {
	width: 100%;
}

.pc_menu .menu .nLi {
    float: left;
    position: relative;
padding: 0 3%;
}
.pc_menu .menu .nLi h3 a {
	display: inline-block;
    border-top: 3px solid transparent;
    height: 70px;
    line-height: 67px;
	text-align: left;
	color: #333;
	font-family: 'Assistant';
	font-size: 21px;
	letter-spacing: 0;
	width: auto;
    font-weight: bold;	
}
.pc_menu .menu .nLi h3 a:hover{
	border-color: #35a7ff;
}
.pc_menu .menu .nLi h3 a i {
	height: 22px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 24px;
	font-size: 14px;
	margin-left: 5px;
	font-weight: bold;
	transform: rotate(180deg);
}

.pc_menu .menu .nLi:hover h3 a,
.pc_menu .menu .nLi:hover h3 i {
	color: #35a7ff;
}

.pc_menu .menu .nLi .menu_2 {
	display: none;
	background-color: #fff;
	width: 230px;
	border-top: 3px solid #35a7ff;
	font-family: 'Assistant';
	font-weight: 400;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
	-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: all 0.4s;
}

.pc_menu .menu .nLi:hover .menu_2 {
	opacity: 1;
}

.pc_menu .menu .nLi .menu_2 li a {
    padding:0px 20px;
	color: #000;
	font-family: 'Assistant';
	font-weight: 400;
	line-height: 37px;
	font-size: 15px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #34495e;
	transition: all 0.4s; 
}
.pc_menu .menu .nLi .menu_2 li:hover a{
	background: #ecf0f1;
}
#header .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.search{
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 70px;
	text-align: center;
	float: right;
	cursor: pointer;
}
.h_tel{
	line-height: 70px;
	color: #000;
	font-size: 22px;
	float: right;
	font-weight: bold;
	padding-left: 40px;
	background: url(../images/hhh.png) no-repeat left center;
	height: 30px;
	line-height: 28px;
	background-size: auto 100%;
	margin-top: 20px;
}
.search_cur{
	color: #35a7ff !important; 
}
.search_box{
    position: absolute;
    padding: 25px;
    width: 250px;
    border:1px solid #34495e;
    background: #FFFFFF;
    top: 70px;
    right: 0;	
    display: none;
    transition: all 0.4s;
}
.search_box form{
    position: relative;
}
.search_box span{
	height: 70px;
	line-height: 70px;
    text-align: center;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
}
.search_box .in {
	height: 30px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid#d2d2d2;
    color: #aaa9a9;
    padding: 0 15PX;
}
.search_box .btn{
	box-sizing: border-box;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #000 url(../images/aaa.png) no-repeat center;
	background-size: 15px auto;
    top: 0;
    right: 0;
    position: absolute;
	z-index: 100;
}
.search_box i{
	position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #FFFFFF;
    top: 0;
    right: 0;	
    text-align: center;
}
@media only screen and (min-width: 800px) and (max-width: 1150px) {
	.logo,
	.pc_menu{
		float: none;
	}
	.pc_menu{
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.pc_menu{
		display: none;
	}
    #header .menu_icon{
		display: block;
	}
	#header .container{
		padding-left: 0;
		padding-right: 0;
	}
}
/*大图样式*/

#banner {
	margin-top: 140px;
	position: relative;
	overflow: hidden;
}
#banner.innerbanner {
	height: 595px;
}
#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}


/*大图下方点点的位置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev,
#banner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	max-width: 5%;
	padding: 10px 5px
}



#banner .owl-theme .owl-controls .owl-nav .owl-prev img,
#banner .owl-theme .owl-controls .owl-nav .owl-next img {
	max-width: 80%
}

#banner .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}

#banner .owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}

#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

/*大图记得修改高度*/

#banner a {
	display: block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center
}
#banner{ margin-bottom:15PX;}


@media all and (max-width: 640px) {

	#banner .owl-theme .owl-controls .owl-nav .owl-prev img,
	#banner .owl-theme .owl-controls .owl-nav .owl-next img {
		max-width: 100%
	}
	#banner .owl-theme .owl-controls .owl-nav .owl-prev,
	#banner .owl-theme .owl-controls .owl-nav .owl-next {
		padding: 5px;
	}
	/*箭头的设置*/
	#banner .owl-theme .owl-controls .owl-nav .owl-prev {
		left: 0%;
		bottom: 45%
	}
	#banner .owl-theme .owl-controls .owl-nav .owl-next {
		right: 0%;
		bottom: 45%
	}
}


/*pc右侧快捷按钮*/

.right_nav {
	overflow: hidden;
}

.right_nav .aside {
    position: fixed;
    right: 0;
    z-index: 10000;
    top: 50%;
    transform: translateY(-50%);
}
.right_nav .aside>li {
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
	height: 40px;
	box-sizing: border-box;
}
.right_nav .aside>li:nth-child(1){
	background:#fff ;
	border-top-left-radius: 5px;border-bottom-left-radius: 5px;
}
.right_nav .aside>li:nth-child(2){
	background: #fff;
}
.right_nav .aside>li:nth-child(3){
	background: #c92228;
}
.right_nav .aside>li:nth-child(4){
	background: #FFF;
	border-bottom-left-radius: 5px;
}
.right_nav .aside>li a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.right_nav .aside>li i{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin: auto ;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition: all 0.4s;
}
.right_nav .aside>li i.i2{
	left: -50%;
	opacity: 0;
}
.i1_annimate{
    left: 50% !important;
    opacity: 0 !important;
}
.i2_annimate{
	left: 0 !important;
	opacity: 1 !important;
}

/*底部样式*/

#footer .footer_txt{
    background-color: #363839;
    border-color: #fff;
    border-top-width: 0;
    padding-top: 20px;
    padding-bottom: 26px;
    border-bottom: 0;
}
#footer .footer_txt .part{
	padding-right: 30px;
	width: 23%;
	box-sizing: border-box;
}
#footer .footer_txt .part:nth-child(2){width: 22%;}
#footer .footer_txt .part:nth-child(3){width: 32%;}
#footer .footer_txt .part .name{
	color: #fff;
    font-family: sans-serif;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 28px;
}
#footer .footer_txt .part .txt{
	margin: 16px 0 0;
	color: #8c8989;
    font-size: 16px;
    line-height: 24px;word-break:break-all;
}
#footer .footer_txt .part .item{
	display: block;
}
#footer .footer_txt .part:nth-child(2) .list{
	margin-top: -14px;
}
#footer .footer_txt .part a.item{
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #505152;
    color: #bfbfbf;
    font-size: 16px;
    position: relative;	
}
#footer .footer_txt .part a.item i{
	position: absolute;
	height: 24px;
	width: 10px;
	font-size: 12px;
	text-align: center;
	display: block;
	left: -3px;
	top: calc(50% - 12px);
	transform: rotate(90deg);
}
#footer .footer_txt .part span.item{
	line-height: 24px; display:block; margin-top:5px;
	color: #8c8989;
    font-size: 16px;
}
#footer .footer_txt .part span.item:nth-child(1) a{
	color: #8c8989;
}
#footer .footer_txt .part span.item:nth-child(2) a,
#footer .footer_txt .part span.item:nth-child(3) a{
	color: #BFBFBF;
}
#footer .footer_txt .part span.item:nth-child(2) a:hover,
#footer .footer_txt .part span.item:nth-child(3) a:hover{
	color: #BFBFBF;
}
#footer .footer_txt .part form{
	width: 100%;
}
#footer .footer_txt .part form input.insert{
	font: 100% Arial,Helvetica,sans-serif;
	width: 100%;
    background-color: #fff;
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
    color: #acabab;
    border: 1px solid #d2d2d2;
    margin-top: 16px;
}
#footer .footer_txt .part form input::-webkit-input-placeholder{
	color: #acabab;
}
#footer .footer_txt .part form .send{
    font-family: 'Assistant';
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 12px;
    background: #35a7ff;
    color: #fff;
    transition: all .2s;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-radius: 2px;
    margin-top: 16px;
}
#footer .copyright {
    background-color: #282a2b;
    border-color: #4b4c4d;
    border-top-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #4b4c4d;
}
#footer .copyright .container{
    position: relative;	
}

#footer .copyright .copyright_con {
	color: #fff;
	padding: 10px 15px;
	padding-right: 20%;
}
#footer .copyright .copyright_con ,
#footer .copyright .copyright_con p,
#footer .copyright .copyright_con a {
	color: #8c8989;
	line-height: 18px;
	font-size: 12px;
}

#footer .shares{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

#footer .shares>a,.social_link .shares>a{
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	margin-left: 12px;
	border-radius: 1px;
	position: relative;
}
#footer .shares>a>i,.social_link .shares>a>i{
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
}
.shares{
	overflow: hidden;
}
.ewmabc{
	width: 200px;
}
.right_nav .aside>li:nth-child(3) {
    background: #fff !important;
}
#footer .shares>a img,.right_nav .aside>li:nth-child(3) img{
	vertical-align: unset;
}
#footer .shares>a>span,.social_link .shares>a>span{
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 12px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.4s;
}
#footer .shares>a>span:after ,.social_link .shares>a>span:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, 0.6);
	bottom: -3px;
	transform: rotate(45deg);
	left: calc(50% - 4px);
}
#footer .shares>a:hover span,.social_link .shares>a:hover span{
	opacity: 1;
}
#footer .shares>a:hover i,.social_link .shares>a:hover i{
	background: rgba(0,0,0,0.1);
}
@media only screen and (min-width: 800px) and (max-width: 1150px) {
	#footer .shares {
    right: 30px;
   }
}
@media only screen and (max-width: 800px) {
	#footer .footer_txt {
		display: none;
	}
	#footer .shares {
		position: relative;
		text-align: center;
		margin-top: 20px;
	}
	#footer .copyright .copyright_con,
	#footer .copyright .copyright_con p,
	#footer .copyright .copyright_con a {
		padding: 0;
		text-align: center;
		margin-top: 5px;
	}
	#footer .shares>a {
		display: inline-block;
		float: none;
		margin: 0 5px;
	}
}
#toTop {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
}
#toTop:hover{
	background: #35a7ff;
}
#toTop i{
    line-height: 35px;
    display: block;
    color: #FFFFFF;
    margin: 0 auto;
    font-size: 16px;
}
/*黑色遮罩*/

.black_cloth {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	top: 0;
	left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
    position: absolute;
    height: auto;
    text-align: left;
    z-index: 101;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    top: 70px;
    display: none;
}
/*导航从上边滑进*/

.wap_menu li.menu_tit {
	font-size: 18px;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #fff;
}

.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}

.wap_menu>li {
	font-size: 14px;
	position: relative;
    background-color: #f6f6f6;
    color: #333;
    border:1px solid #dadada;

    
}

.wap_menu li .wap_menu1 {
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}

.wap_menu li p {
    padding: 0;
    margin-bottom: 0;
    line-height: 35px;
    font-size: 12px;

}

.wap_menu li .wap_menu1 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    width: 100%;
    padding-left: 30px;
}

.wap_menu li .wap_menu1 p.left {
	float: none;
}

.wap_menu li .wap_menu1 p.right {
    width: 15%;
    text-align: center;
    color: #333;
    position: absolute;
    top:0;
    right: 0;
    float: none;
    z-index: 1000;
    cursor: pointer;
    padding-left: 0;
}
.wap_menu li .wap_menu2 {
	display: none;
}

.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
    color: #333;
    line-height: 35px;
	overflow: hidden;
	font-size: 12px;
    border-top:1px solid #dadada;
	padding-left:42px;
	position: relative;
}
.wap_menu li .wap_menu2 a:before {
    position: absolute;
    content: "-";
    color: #333;
    font-size: 10px;
    line-height: 35px;
    left: 35px;
}

.wap_menu li .wap_menu3 a {
	display: block;
	background: none;
    color: #333;
    line-height: 35px;
	overflow: hidden;
	font-size: 12px;
    border-top:1px solid #dadada;
	padding-left:48px;
	position: relative;
}
.wap_menu li .wap_menu3 a:before {
    position: absolute;
    content: "-";
    color: #333;
    font-size: 10px;
    line-height: 35px;
    left: 35px;
}
.wap_menu .right {
	float: none;
}

.wap_menu .left {
	float: none;
}

.wap_menu3 {
	position: relative;
}

.wap_menu .right {
	width: 15%;
	text-align: center;
	color: #333;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}

.wap_menu li .wap_menu2 a {
	width: 100% !important;
}

.wap_menu .wap_menu4 {
	display: none;
}
.wap_menu li .wap_menu4 a {
    padding-left: 60px;
}
.wap_menu li .wap_menu4 a:before {
    position: absolute;
    content: "-";
    color: #333;
    font-size: 10px;
    line-height: 30px;
    left: 45px;
}
.wap_menu li .wap_menu4 a:after {
    position: absolute;
    content: "-";
    color: #333;
    font-size: 10px;
    line-height: 30px;
    left: 50px;
}

/*pc侧边栏分类样式*/

._aside {
	padding-right: 0;
}

._aside>h2 {}


/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
	display: none;
}

._aside ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
	color: #ff0000;
}


/*二级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
	color: #ff0000;
}


/*三级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3.current>a.sub3_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3:hover>a.sub3_a {}

.article {
	padding-top: 15px;
}

@media (max-width: 640px) {
	._aside {
		padding: 0;
	}
	/*手机内页crumb*/
	._aside>h2 {
		font-size: 16px;
		background: #aaa;
		height: 30px;
		line-height: 30px;
	}
	._aside h2 .phone-menuicon {
		float: right;
		cursor: pointer;
		height: 27px;
	}
	._aside h2 .phone-menuicon img {
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	/*手机内页分类下拉列表*/
	._aside ul.sidemenu {
		width: 100%;
		display: none;
	}
	/*一级的样式*/
	._aside ul.sidemenu>li.sub1 ul {}
	._aside ul.sidemenu>li.sub1>a.sub1_a {
		background: #CCC
	}
	._aside ul.sidemenu>li.current>a.sub1_a,
	._aside ul.sidemenu>li:hover>a.sub1_a {}
	/*二级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {}
	/*三级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {}
	#header .menu_icon img {
		width: 100%;
	}
}


/*新闻详情页样式，若不需要请删除*/

.news_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.news_detail .title h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px
}

.news_detail .title .box {
	display: inline-block;
	text-align: center;
}

.news_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.news_detail .title .box div {
	margin-right: 5px;
}

.news_detail .title .box .time {
	float: left;
	text-align: center;
}

.news_detail .title .box .eye {
	float: left;
	text-align: center;
}

.news_detail .title .box .back {
	float: left;
}

.news_detail .news_detail_content {
	margin-top: 15px;
}

.news_detail .pageTurning {
	margin-top: 15px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}

.news_detail .pageTurning .prevs {
	margin-bottom: 5px;
}


/*产品详情页样式，若不需要请删除*/

.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.product_detail .title h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
}

.product_detail .title .box {
	display: inline-block;
	text-align: center;
}

.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.product_detail .title .box .back {
	float: left;
}

.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product_detail .pageTurning {
	margin-top: 15px;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}

.product_detail .pageTurning .prevs {
	margin-bottom: 5px;
}

.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}

.page_box {
	text-align: center;
	display: block;
}


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #aaa;
	border-color: #aaa
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
	color: #666
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #666
}

.list-img {
	margin: 0 -7.5px;
}

.list-img>ul>li {
	text-align: center;
	padding: 0 7.5px;
	margin-bottom: 30px;
}

.list-img>ul>li a .text_area {
	color: #000;
	line-height: 250%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-img>ul>li a .img_area {
	width: 100%;
	border: solid 1px #999;
	position: relative
}

.list-img>ul>li a .img_area img {
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto
}

.part{
	position: relative;
	z-index: 10;
}
.part .lx {
    position: absolute;
    height: 45px;
    width: 45px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    background: #ecf0f1;
    transform: rotate(45deg);
    top: -22.5px;
}
.part .more{
	    color: #35a7ff;
     text-align: center; 
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 auto 65px;
}
.index_about{
	padding: 135px 0 20px;
	background: #ecf0f1;
}

.index_about .container{
	position: relative;
	z-index: 10;
}
.index_about .txt{
    width: 50%;
    position: absolute;
    top:0px;
    left: 0px;
       background: #FFF;
    padding-left: 20px;
    padding-right: 20px;
	height: 100%;
}
.index_about .txt .p1 {
    font-family: "Andika";
    letter-spacing: 0;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 30px auto 25px;
}

.index_about .txt .p2 {
    color: #555;
    font-family: "Assistant";
    font-size: 17px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.index_about .pic{
    width: 48%;
}
.index_about .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.index_about .about_more{
	display: block;
	width: 260px;
	height: 55px;
	border-radius: 5px;
	background:#ecf0f1 ;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 55px;
	text-align: center;
	font-size: 17px;
	font-family: 'Assistant';
    letter-spacing: 1px;
    margin-top: 20px;
    position: relative;
    z-index: 15;
    cursor: pointer;
}
.index_product{
	background: #FFF;
	overflow: hidden;
}
.index_product .lx{
	background:#ecf0f1;
}
.index_product .txt .p1 {
    font-family: "Andika";
    letter-spacing: 0;
    color: #000;
    font-size: 30px;
    line-height: 40px; margin-bottom:10px; 
    font-weight: 600;
    display: block;
    margin-top: 40px;
    text-align: center;
}
.index_product .txt .p2 {
    color: #555;
    font-family: "Assistant";
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.index_product .pic{
	width: 100%;
	position: relative;
	z-index: 15;
	margin-bottom:20px;
}
.index_product .pic img{
	max-width: 70%;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 800px) {
	.index_product .pic img{
	max-width: 100%;
}
}
.index_making {
    background: #ecf0f1;
    padding-top: 50px;
}
.index_making .lx{
	background: #FFFFFF;
}
.index_making .pic{
    margin-bottom: 20px;
    position: relative;
}
.index_making .pic p{
	position: absolute;
	width: 40%;
	right: 0;
	padding-top: 90px;
	top: 0;
}
.index_making .pic p span:nth-child(1){
    font-size: 35px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 60px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_making .pic p span:nth-child(2), .index_making .pic p span:nth-child(3), .index_making .pic p span:nth-child(4) {
    font-size: 33px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_making .pic,
.index_making .txt{
	width: 100%;
}
.index_making .pic img{
	width: 100%;
}
.index_making .txt {
    color: #000;
    font-family: "Assistant";
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.index_choose{
	padding-bottom: 25px;
	background: #FFFFFF;
}
.index_choose .lx{
	background: #ecf0f1;
}
.part1 .title{
   font-family: "Andika";
    letter-spacing: 0;
    color: #000;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;	
}
.index_choose .items{
	margin-top: 85px;
}
.index_choose .item{
	width:50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.index_choose .item .p1{
   color: #333333;
   font-size: 22px;
    line-height:50px;
    font-family: "Andika";
    margin-bottom: 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_choose .item .p1 i{
	height: 50px;
	width: 65px;
	display: inline-block;
    top: 15px;
	position: relative;
	
}
.index_choose .item .p1 i img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.index_choose .item .p2 {
    color: #747474;
    font-size: 18px;
    line-height: 26px;
    font-family: "Assistant";
    margin-bottom: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}
.index_mission{
	background: #ecf0f1;
}
.index_mission .lx{
	background: #FFFFFF;
}
.index_mission .txt{
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin: 10px auto 35px;
	 width:98%
}
.index_Client .title{
	margin-bottom: 30px;
}
.index_Client .p1{
    margin-bottom: 40px;
    text-align: center; font-size:18px;
    
}
.index_Client .item{
	transition: all 0.4s;
}
.index_Client .items{
    margin-bottom: 50px;
}
.index_Client .item{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.index_Client .item:hover{
	transform: scale(1.08);
}
.index_Client .lx{
	background: #ecf0f1;
}
.index_form{
     background: #ecf0f1;
     margin-bottom: 30px;
}
.index_form .lx{
	background: #FFFFFF;
}
.index_form .alertWindow{
	display: block;
	background: none;
     position: relative;
     z-index: 10;
}
.index_form .alertWindow .box{
	border: 0;
	background: none;
}
.index_form .alertWindow .feedback-form {
    box-shadow: #a9a9a994 0px 8px 20px 10px;
}
@media only screen and (max-width: 1030px) {
	.index_Client .item{
		display: none;
	}
}
.alertWindow{
	max-width: 1100px;
    overflow-y: auto;
    overflow-x:hidden ;
    max-height: calc(100% - 115px);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
     z-index: 101;
     display: none;
}
.alertWindow .box{
    position: relative;
    background-color: #ecf1f2;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    outline: 0;
    padding: 70px 30px 20px;
}
.alertWindow .close{
	position: absolute;
	top: 10px;
	right: 14px;
	font-weight: bold;
	font-style: normal;
    font-size: 35px;
    color: #35a7ff;
    opacity: 1;
	height: 35px;
	display: block;
	width: 35px;
	line-height: 35px;
    text-shadow: 0 2px 0 #fff;
	text-align: center;
	transform: rotate(45deg);
}
.alertWindow .box .title {
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
	font-family: 'Andika';
	font-weight: bold;
}

.alertWindow  .tit {
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-family: 'Andika';
	margin: 14px auto;
}

.alertWindow .feedback-form {
    box-shadow: #a9a9a9d1 5px 5px 20px 10px;
    padding: 40px 20px 20px;
    background: #ecf1f2;
    border-radius: 0;
}
.alertWindow .feedback-form .form-group{
	width: 45%;
    margin-left: 0;
    margin-right: 0;
}
.alertWindow .feedback-form .form-group:nth-child(odd){
	float: left;
}
.alertWindow .feedback-form .form-group:nth-child(even){
	float: right;
}
.alertWindow .feedback-form .form-group.long_text{
	width: 100%;
}
.alertWindow .feedback-form .form-control {
	width: 100%;
	height: 40px;
	font-size: 17px;
	border-color: #d2d2d2;
	color: #aaa9a9;
	background-color: #fff;
	border-radius: 0;
}
.alertWindow .feedback-form #content{
	height: auto !important;
}
.alertWindow .feedback-form .form-group.file label{
	color: #555;
	font-size: 17px;
	line-height: 24px;
	text-align: left !important;
    font-family: 'Assistant';
    font-weight: 400;
    letter-spacing: 0;
}
.alertWindow .feedback-form .form-group.file .file_box{
	position: relative;
	width: 100%;
	font-size: 17px;
	border:1px solid #d2d2d2;
	color: #aaa9a9;
	background-color: #fff;
	border-radius: 0;	
	height: 90px;
}
.alertWindow .feedback-form .form-group.file .file_box input{
	position: absolute;
	left:0 ;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	height: 30px;
	color: #000000;
	text-align: center;
    width: 225px;
}
.alertWindow .feedback-form .form-group.file .file_box #path{
	border: none;
	font-size: 14px;
	position: relative;
}
.alertWindow .feedback-form .send{
	font-family: 'Assistant';
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 12px;
    background: #35a7ff;
    color: #fff;
    transition: all .2s;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-radius: 2px;
    margin: 5px auto 15px;
    display: block;
}
@media only screen and (min-width: 800px) and (max-width: 1150px) {
		.index_making .pic p span:nth-child(1) {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	
	.index_making .pic p span:nth-child(2),
	.index_making .pic p span:nth-child(3),
	.index_making .pic p span:nth-child(4) {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width:800px) and (max-width: 1050px) {
	.index_about .txt {
    background: #FFF;
    padding-left: 60px;
    padding-right: 20px;
   }
}
@media only screen and (max-width: 800px) {
	.index_about .txt .p1 {
    font-size: 27px;
    line-height: 34px;
    font-weight: 600;
    margin: 10px auto 20px;
}
	.part .lx {
		display: none;
	}
	
	.index_about {
		padding: 20px 0 20px;
	}
	
	.index_about .txt {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		background: none;
		padding-left:  0px;padding-RIGHT: 0px;
	}
	.index_about .pic {
		width: 100%;
		margin-top: 20px;
	}
	.index_making .pic {
		margin-bottom: 0;
		visibility: hidden; display:none
	}
	.index_choose .item {
		width: 100%;
		float: left;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
}
.innercontent{
	margin-top: 70px;
	background: #FFFFFF;
}
.innercontent .crumb{
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    height: 110px;
}
.innercontent .crumb span{
	    color: #000;
    font-family: sans-serif;
    line-height: 180px;
}
.contact_top .p1{
	text-align: center;
	color: #000;
	margin:20px auto;
	font-size: 30px;
	line-height: 45px;
	font-family: "Andika";
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact_top .txt {
    font-size: 20px;
    line-height: 26px;
    font-family: "Assistant";
    color: #000000c2;
    margin-bottom: 20px;
    padding-left: 8%;
    padding-right: 8%;
}
@media (max-width: 800px){
	.contact_top .txt {
		padding-left: 0%;
		padding-right: 0%;
	}
}
.part2 .p1{
	color: #000;
	margin:20px auto;
	font-size: 26px;
	line-height: 45px;
	font-family: "Andika";
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact_main .container{
	padding-right: 0;
}
.contact_main .info{
    width: 49%;
}
.contact_main .info .txt{
	font-size: 16px;
	line-height: 28px;
}
.contact_main .info .social_link p{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 20px;
}
.contact_main .alertWindow {
    width: 51%;
    display: block;
    position: relative;
    background: none;
}
.contact_main .alertWindow .box {
    position: relative;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 30px 20px;
    background-color: rgba(255,255,255,0);
}
.contact_main .alertWindow .feedback-form {
    background: none;
    border-radius: 0;
}
.contact_main .alertWindow .feedback-form {
    box-shadow: #a9a9a96e 0px 8px 20px 10px;
}
.part2 .alertWindow .p1{
	padding-left: 30px;
	font-size: 34px;
	letter-spacing: 1px;
	font-weight: normal;
}
.innercontent .ser_con {
    width: 72%;
    float: right;
    text-align: center;
}
.innercontent .ser_con .title{
	color: #000;
	margin:20px auto 30px;
	font-size: 30px;
	line-height: 45px;
	font-family: "Andika";
	font-weight:normal;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;	
	text-align: center;
}
.innercontent .ser_con .item {
    margin-bottom: 20px;
    width: calc(34.2% - 20px);
    padding-left: 20px;
    float: left;
}
.innercontent .ser_con .item a.pic{
	display: block;
}
.innercontent .ser_con .item a.pic{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}
.innercontent .ser_con .item a.pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.innercontent .ser_con .item a.pic:hover img{
	transform: scale(1.1);
}
.innercontent .ser_con .item a.txt .p1 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Andika";
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 10px;
}
.innercontent .ser_con .item a.txt .p2 {
    color: rgba(0,0,0,1);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    height: 216px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9 ;
    overflow: hidden;
    text-align: left;
}
@media only screen and (min-width: 800px) {
.innercontent .ser_con .item a.pic{
	height:155px;
}
.innercontent .ser_con .item a.pic img{ max-height:100%}
}
@media only screen and (max-width: 800px) {
.innercontent .ser_con .item a.txt .p2 {
	height:auto
}
}
.innercontent .ser_con .more {
    display: inline-block;
    padding: 10px 25px;
    line-height: 15px;
    width: auto;
    font-size: 13px;
    background: #35a7ff;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Assistant';
    letter-spacing: 1px;
margin: 20px auto 50px;
    position: relative;
    z-index: 15;
    cursor: pointer;
    border-radius: 0;
}
.innercontent .pic_box{
	position: relative;
}
.innercontent .pic_swiper{
	width: 61%;
	margin: 0 auto 55px;
}
.pic_swiper_wid{
	width: 100% !important;
}
.innercontent .pic_swiper.pic_swiper_wid .item{
	width: 100%;
}
.innercontent .pic_swiper.pic_swiper_wid .item img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.innercontent .pic_swiper .item{
	padding-left: 0;
}
.innercontent .pic_swiper .swiper-button-next,
.innercontent .pic_swiper .swiper-button-prev {
    background: rgba(0,0,0,0.4);
    height: 30px;
    width: 30px;
    content: ">";
    opacity: 0;
    transition: all 0.6s;
}
.innercontent .pic_swiper:hover .swiper-button-next,
.innercontent .pic_swiper:hover .swiper-button-prev {
	opacity: 1;
}
.innercontent .pic_swiper .swiper-button-next{
	right: 0;
}
.innercontent .pic_swiper .swiper-button-prev{
	left: 0;
}
.innercontent .pic_swiper .swiper-button-prev:after,
.innercontent .pic_swiper .swiper-button-next:after {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}

.innercontent  .pic_swiper .swiper-button-prev:after {
	content: "<";
}

.innercontent  .pic_swiper .swiper-button-next:after {
	content: ">";
}
.innercontent swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.innercontent .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -25px;
}
.innercontent .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    text-align: center;
    width: 100%;
    bottom: -12px;
}
.innercontent .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
}
.innercontent .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    margin: 0 5px;
}

@media only screen and (max-width: 800px) {
	.innercontent .ser_con {
    width: 100%;
    float: left;
    text-align: center;
}
.sub_pro_list .aside{ display:none}
	.innercontent .ser_con .item {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
	.contact_main{
		padding-right: 30px;
	}
	.contact_main .container{
		
	}
.contact_main .info {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
    .contact_main .alertWindow {
    width: 100%;
    display: block;
    position: relative;
    background: none;
    padding-left: 0;
    padding-right: 0;
    }
}
@media (max-width: 640px){
.contact_top .p1 {
    margin: 20px auto;
    font-size: 27px;
    line-height: 45px;
    white-space:inherit;
    overflow:inherit;
    text-overflow: ellipsis;
}
.contact_top .txt{ font-size:18px; color:#000}
.part2 .alertWindow .p1{ font-size:27px;}
.contact_main.part2 .container {
    padding-right: 0px;
}
.contact_main .alertWindow{ max-height:inherit; overflow:inherit}
}
.crumb{ background:#f4f4f4; line-height:34px; height:34px;}
.main{ margin:20px auto 30px;position: relative;}
.sub_main{ width:100%; padding:0 30px}

.sub_news_list  ul li{ margin-bottom:30px;width:33.3% !important}
.sub_news_list  ul li .news_li{  border:solid 1px #eee; position:relative; height:780px}
.sub_news_list  ul li .news_li .img_area{ border-bottom:solid 1px #eee}
.sub_news_list  ul li .news_li .img_area img{ max-width:100%}
.sub_news_list  ul li .news_li .title{    margin: 30px 25px 8px 25px; padding-bottom:20px; border-bottom:solid 1px #eee}
.sub_news_list  ul li .news_li .title a b{ font-family:Andika; font-size:18px; line-height:23px; margin-bottom:5px; display:block}
.sub_news_list  ul li .news_li .title span{ font-family:Assistant; font-size:12px; color:#555}
.sub_news_list  ul li .news_li .inner{ border-top:solid 1px #eee; margin:0px 25px 0px 25px; padding-top:20px; font-size:18px; line-height:27px;font-stretch:100%; letter-spacing:0.1px;font-weight: normal; height:270px; overflow:hidden}
.sub_news_list  ul li .news_li .more{ position:absolute; bottom:25px; left:25px; width:calc(100% - 50px)}
.sub_news_list  ul li .news_li .more span{ float:left; font-size:18px; position:relative; font-weight:bold;}
.sub_news_list  ul li .news_li .more span i{ color:#000;width:16PX; float:right; font-size:12px;height:16px; transform: rotate(90deg) scale(0.8,0.8); margin-top:5px;}
.sub_news_list  ul li .news_li .more  p{ float:right; height:20px; line-height:26px; }
.sub_news_list  ul li .news_li .more  p i{font-size:20px; font-weight:normal}
.sub_news_list  ul li .news_li .more  p a{font-size:12px; font-weight:normal; float:right;}

@media (max-width: 800px) {
	.sub_news_list  ul li{ width:50% !important}

.sub_news_list  ul li .news_li{  height:900px; }

}
@media (max-width: 640px) {
	.crumb{  line-height:12px; height:12px; display:block; margin-top:70px;}
.sub_main{ width:100%; padding:0 15px}
.sub_news_list ul li .news_li .inner{ height:auto;}

	
	}
	
.sub_news_con .prev_next{border-top:solid 1px #eee; border-bottom:solid 1px #eee; height:34px; line-height:34px; text-align:right; font-size:18px;}
.sub_news_con .prev_next a.prev{ margin-right:20px;}
.sub_news_con .prev_next a.prev i{transform: rotate(-90deg) scale(0.7,0.7);width:16PX; display:inline-block; margin-right:10px;}
.sub_news_con .prev_next a.next i{transform: rotate(90deg) scale(0.7,0.7);width:16PX; display:inline-block; margin-left:10px;}
.sub_news_con .news_title{ font-family:Andika; font-size:30px; font-weight:700; padding:42px 0; line-height:40px;}
.sub_news_con .news_share{ margin-top:60px; background:rgba(246,246,246,1); padding:20px 5px; font-size:18px;}
.sub_news_con .news_share .share_img{ text-align:right}
.sub_news_con .pro_con_title .title{ margin-bottom:30px; font-size:20px; font-family:Andika; position:relative}
.sub_news_con .pro_con_title .title span{ background:#fff; z-index:100; position:relative; padding-right:10px;}
.sub_news_con .pro_con_title .title:before{ position:absolute; top:10px;display:block; content:" ";  left:0;width:100%; height:1px; line-height:1px; background:#eee;}
.sub_news_con .pro_con_title .title:after{ position:absolute; top:15px;display:block; content:" ";  left:0;width:100%; height:1px; line-height:1px; background:#eee;}
.sub_news_con .related{ margin-top:25px;}
.sub_news_con .related .inner,.sub_pro_list .pro_index_owl,.sub_pro_list .pro_index_owl1{ margin-left:-20px; margin-right:-20px;}

.xx_hover .related_li{ margin-left:20px; margin-right:20px; position:relative}
.xx_hover .related_li span{ position:absolute; top:0; left:0; width:100%; height:100%;
background: -moz-linear-gradient(top, rgba(150,200,50,0.5), rgba(150,200,50,1)),#9dca50;
    background: -webkit-linear-gradient(top, rgba(150,200,50,0.5),rgba(150,200,50,15));
    background: -o-linear-gradient(top, rgba(150,200,50,0.5), rgba(150,200,50,1)); z-index:100; display:block;  text-align:center;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;transform:scaleX(0);-webkit-transform:scaleX(0);-moz-webkit-transform:scaleX(0);}
.xx_hover .related_li span i {
    font-size: 26px;
    margin: auto;
    display: block;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #40423a;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 25px);
    margin: auto;
    margin-top: 0 !important;
}
.xx_hover  .related_li:hover span{transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1)}

.xx_hover .owl-controls .owl-nav .owl-next {
    top: calc(50% - 18px);
    right: 21px;
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 6px 10px;
    margin: 0;
}
.xx_hover .owl-controls .owl-nav .owl-next img,.xx_hover .owl-controls .owl-nav .owl-prev img{ width:10px; height:10px;}
.xx_hover .owl-controls .owl-nav .owl-prev {
    top: calc(50% - 18px);
    left: 21px;
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 6px 10px;
    margin: 0;
}

.sub_news_con .comment_con { margin-top:55px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li1{ border-bottom:solid 1px #eee; margin-bottom:25px; padding-bottom:25px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li1 .img{ float:left; }
.sub_news_con .comment_con .inner  .comment_li .comment_li1 .text {margin-left:80px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li1 .text span{ display:block; font-size:12px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li1 .text span b{ margin-right:10px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li1 .text p{ font-size:18px; margin-top:18px; line-height:36px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li2{ border-bottom:solid 1px #eee; margin-left:35px; margin-bottom:25px; padding-bottom:25px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li2 .img{ float:left; }
.sub_news_con .comment_con .inner  .comment_li .comment_li2 .text {margin-left:80px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li2 .text span{ display:block; font-size:12px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li2 .text span b{ margin-right:10px;}
.sub_news_con .comment_con .inner  .comment_li .comment_li2 .text p{ font-size:18px; margin-top:18px; line-height:36px;}
.sub_news_con .comment{ margin-top:40px;}
.sub_news_con .comment .comment_textarea{ width:100%; padding:15px; border:solid 1px #ddd}
.sub_news_con .comment .comment_text{ border:solid 1px #ddd; background:#fff; border-radius:0 ;box-shadow:none }
.sub_news_con .comment .form-horizontal .form-group{ margin-left:0; margin-right:0;}
.sub_news_con .comment .sure{ background:rgb(53,167,255);padding: 13px 29px;line-height: 17px; color:#fff; box-shadow:none; border:none; border-radius:5px; overflow:hidden}

@media (max-width: 640px) {
.sub_news_con .news_share .share_img{ text-align:left}
.sub_news_con .owl-theme .owl-controls .owl-nav .owl-next{ top:30%;}
.sub_news_con .owl-theme .owl-controls .owl-nav .owl-next img,.sub_news_con .owl-theme .owl-controls .owl-nav .owl-prev img{ width:8px; height:8px;}
.sub_news_con .owl-theme .owl-controls .owl-nav .owl-prev{ top:30%; }

}

.sub_pro_list{ position:relative; margin-bottom:40px;}
.sub_pro_list .aside{ float:left; width:23%;}
.aside   .aside_con{ position:inherit;z-index: 1000;background-color: #fff;padding-left: 15px;}
.aside .title{ font-size:30px; line-height:45px; height:45px; margin-top:20px; margin-bottom:45px; font-family:Andika;}
.aside .pro_menu ul.pro_menu1 li.menu_item1{ line-height:27px; padding:10px 10px 10px 12px; border-bottom:solid 1px rgb(222,222,222)}
.aside .pro_menu ul.pro_menu1 li.menu_item1 a{ position:relative; }
.aside .pro_menu ul.pro_menu1 li.menu_item1 a span{font-family:Assistant; font-size:18px;}
.aside .pro_menu ul.pro_menu1 li.menu_item1 a:before{display:block;  position:absolute; top:3px;transform: rotate(90deg); left:-12px;width:6PX; height:6px; font-size:12px; line-height:6px;}
.aside .pro_menu ul.pro_menu1 ul.menu_item2{ width:100%; }
.aside .pro_menu ul.pro_menu1 ul.menu_item2 li.menu_item2{line-height:27px; padding:5px 10px 5px 12px; }
.aside .pro_menu ul.pro_menu1 ul.menu_item2 li.menu_item2 a{ position:relative; }
.aside .pro_menu ul.pro_menu1 ul.menu_item2 li.menu_item2 a span{font-family:Assistant; font-size: 16px;
    color: #999;}
.aside .pro_menu ul.pro_menu1 ul.menu_item2 li.menu_item2 a:before{display:none;  position:absolute; top:3px;transform: rotate(90deg); left:-12px;width:6PX; height:6px; font-size:12px; line-height:6px;}
.sub_pro_list .pro_con{ float:right;width: 790px}
.sub_pro_list .pro_con .title b{ font-family:Andika; font-size:26px; margin:20px 0 20px 0; display:block}
.sub_pro_list .pro_con .title p{ font-size:18px; line-height:27px; margin-bottom:20px;}

.sub_pro_list .pro_con .pro_ul .pro_li { margin-bottom:20px;display: none;}
.sub_pro_list .pro_con .pro_ul .pro_li a.pro_li_img{ position:relative; display:block}
.sub_pro_list .pro_con .pro_ul .pro_li a.pro_li_img span{ position:absolute; top:0; left:0; width:100%; height:100%;
background: -moz-linear-gradient(top, rgba(150,200,50,0.5), rgba(150,200,50,1)),#9dca50;
    background: -webkit-linear-gradient(top, rgba(150,200,50,0.5),rgba(150,200,50,15));
    background: -o-linear-gradient(top, rgba(150,200,50,0.5), rgba(150,200,50,1)); z-index:10; display:block;  text-align:center;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;transform:scaleX(0);-webkit-transform:scaleX(0);-moz-webkit-transform:scaleX(0);}
.sub_pro_list .pro_con .pro_ul .pro_li a.pro_li_img span i{
	font-size:26px;  margin:auto; display:block; border-radius:50%; color:#fff; width:50px; height:50px; line-height:50px; background:#40423a;
	position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.sub_pro_list .pro_con .pro_ul .pro_li:hover a.pro_li_img span{transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1)}
.sub_pro_list .pro_con .pro_ul .pro_li a.pro_li_text{ display:block; padding:25px; font-size:16px; line-height:23px; text-align:center}
.sub_pro_list .pro_con .pro_ul .pro_li .pro_bor{border-width: 1px 1px 3px;border-style: solid;border-color: rgb(235, 234, 234); }

.sub_pro_list .pro_con  .load_more{ width:100%; height:50px; line-height:50px; font-size:18px; font-weight:700; display:block; text-align:center; background:#ebeaea; margin-top:20px;text-transform:Uppercase; color:#000;cursor:pointer}
.sub_pro_list .pro_con  .ask_a{ width:185px;cursor:pointer; background:#35a7ff; color:#fff; font-size:14px; margin:15px auto 0 auto; text-align:center; height:45px; line-height:45px;}
@media (max-width: 1150px){
.sub_pro_list .pro_con{width: calc(100% - 23% - 80px)}
}
@media (max-width: 850px){
.sub_pro_list .aside{ float:left; width:185px;}
	.sub_pro_list .pro_con{width:calc(100% - 255px);}

}
@media (max-width: 768px) {

	.sub_pro_list .pro_con{ float:inherit;width:100%; padding:15px;}
}
.pro_banner{ margin-bottom:60px;}
.pro_banner  .owl-dots{ margin-top:-40px; position:relative; top:100}
.pro_banner .owl-theme .owl-dots .owl-dot span{ background:rgba(0,0,0,0.5)}
.pro_banner .owl-theme .owl-dots .owl-dot.active span{ background:rgba(0,0,0,1)}

.pro_con .pro_index_title{ font-family:Andika; font-size:30px; margin-top:20px; margin-bottom:20px; line-height:33px;}
.pro_con .pro_index_p{ font-size:18px; line-height:27px; padding-bottom:20px;}
.pro_con .pro_index_owl{ margin-bottom:80px;}
.pro1{ width:100%}

.pro_con_title{ margin-bottom:30px; font-size:20px; font-family:Andika; position:relative}
.pro_con_title span{ background:#fff; z-index:100; position:relative; padding-right:10px;}
.pro_con_title:before{ position:absolute; top:10px;display:block; content:" ";  left:0;width:100%; height:1px; line-height:1px; background:#eee;}
.pro_con_title:after{ position:absolute; top:15px;display:block; content:" ";  left:0;width:100%; height:1px; line-height:1px; background:#eee;}

.pro_con1{ margin-top:20px;}
.pro_con1 .pro_img_text{ margin-bottom:40px;}
.pro_con1 .pro_img{ float:left; width: 600px;}
.pro_con1 .pro_text{ float:right; width: calc(45% - ( ( 4% ) * 0.5 ) );}
.pro_con1 .pro_text .title{ font-size:30px; margin-bottom:30px; font-family:Andika; font-weight:bold}
.pro_con1 .pro_text p{ font-size:18px; line-height:27px; margin-bottom:20px;}
.pro_text_btn{ background:rgb(53, 167, 255); width:170px; border-radius:5px; overflow:hidden; position:relative; margin:auto; height:45px; line-height:45px; padding-left:65px;}
.pro_text_btn:before{display:block; content:" "; position:absolute; top:0%; left:30px;width:1PX; height:45px; line-height:45px; background:#fff;}
.pro_text_btn a{ color:#fff}
@media (max-width: 768px) {
.pro_con1 .pro_img{ float:inherit; width: 100%; margin-left:0}
.pro_con1 .pro_text{float:inherit; width: 100%}
}
.pro_img .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.pro_img .swiper-slide {
      background-size: cover;
      background-position: center;
    }
.pro_img .gallery-top {
      height: 80%;
      width: 100%;
    }
.pro_img .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
.pro_img .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
.pro_img .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
.gallery-thumbs	.swiper-wrapper{justify-content:center;}
.innercontent #owl-demo,
.innercontent #owl-demo .owl-wrapper-outer,
.innercontent #owl-demo .owl-wrapper,
.innercontent #owl-demo .owl-item,.innercontent #banner,.innercontent #owl-demo  #banner a{
    height: auto !important;	
}
#banner a img{ width:100%}
.about_about .lx,
.about_how .lx,
.about_story .lx{
	background: #FFFFFF;
}
.about_Expertise,
.about_bulk,
.about_Facilities{
	background: #ecf0f1;
	position: relative;
	z-index: 5;
}
.about_about{
	margin-top: 0px;
}
.about_about.part2 .title{
	margin: 20px 0 30px;
}
.innercontent .part2{
	padding-bottom: 20px;
}
.innercontent .part2 .title{
	margin: 30px 0 30px;
}
.innercontent .part2 .container{
	padding-left: 0;
	padding-right: 0;
}
.innercontent .part2 .txt{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}
.innercontent .about_about .txt>p{
    font-size: 20px;
    line-height: 30px;
    margin: 10px auto;
    font-family: "Andika";
    font-weight: bold;
}
.innercontent .part2 .more{
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 30;
}
.innercontent .about_Expertise .pic_swiper .swiper-button-next,
.innercontent .about_Expertise .pic_swiper .swiper-button-prev {
	opacity: 1 !important;
}
.innercontent .about_Expertise .txt_list{
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 20px;
}
.innercontent .about_Expertise .txt_list .list{
	margin: 0 7px;
	width: calc(20% - 14px);
	float: left;
	border: 1px solid #34495e;
	padding: 20px;
}
.innercontent .about_Expertise .txt_list .list p:nth-child(1),
.innercontent .about_Expertise .txt_list .list p:nth-child(1)>span{
       color: #3498db;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
}
.innercontent .about_Expertise .txt_list .list p:nth-child(2){
	line-height: 27px;
    color: #747474;
    font-size: 18px;
    text-align: center;
}
.innercontent .about_Expertise .pic_list{
	margin-bottom: 50px;
}
.innercontent .about_Expertise .pic_list .list{
	width: 20%;
	float: left;
}
.innercontent .about_Expertise .pic_list .list img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
	.innercontent .about_Expertise .pic_box{
		display: none;
	}
.innercontent .about_how .pic,
.innercontent .about_how .txt_list{
	width: 50%;
}
.innercontent .about_how .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.innercontent .about_how .txt_list .list{
    margin-top: 0px;
    width: 50%;
    padding-right: 6%;
    float: left;
}
.innercontent .about_how .txt_list .list p:nth-child(1){
	height: 45px;
	line-height: 50px;
	font-size: 20px;
	position: relative;
	padding-left: 40px;
    font-family: 'Arial','sans-serif';
    margin: 18px auto;
}
.innercontent .about_how .txt_list .list p:nth-child(1):before{
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    display: block;
    border-radius: 50%;
    background: #000000;
    bottom: 16px;
    left: 20px;
}
.innercontent .about_how .txt_list .list p:nth-child(2){
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 30px;
}
.innercontent .about_bulk .container{ 
	padding-top: 100px;
	padding-bottom: 60px;
}
.innercontent .about_bulk .title{
    margin-top: 0;
    width: 60%;
    display: -webkit-box;
    white-space: unset;
    margin: 0 auto 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.innercontent .about_bulk .pic,
.innercontent .about_bulk .inner{
	width: 50%;
	float: left;
}
.innercontent .about_bulk .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.innercontent .about_story {
	padding-bottom: 50px;
}
.innercontent .about_story .txt{
	text-align: center;
}
.innercontent .about_story .pic{
	margin: 0 auto;
}
.innercontent .about_story .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.innercontent .about_Facilities .pic_box,
.innercontent .about_Facilities .area{
	width: 50%;
	float: left;
}
.innercontent .about_Facilities .pic_swiper {
    width: 100%;
    margin: 0 auto 55px;
}
.innercontent .about_Facilities .pic_box .swiper-pagination {
    bottom: 70px;
}
.innercontent .about_Facilities .pro_text_btn{
    width: 350px;
    margin: 10px auto 40px;
}
.innercontent .about_lasts{
	padding: 70px 0 100px;
}
.innercontent .about_lasts .part{
	width: calc(50% - 22px);
	float: left;
}
.innercontent .about_lasts .part .item .inner{
	display: none;
}
.innercontent .about_lasts .part:last-child{
	margin-left: 44px;
}
.innercontent .about_lasts .part .mark{
    margin-bottom: 10px;
    padding: 0;
    background: no-repeat;
    line-height: 34px;
    width: 100%;
    height: 34PX;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    color: #35a7ff;

    position: relative;
}
.innercontent .about_lasts .part .mark span{
	position: absolute;
	content: "";
	height: 34PX;
	width: AUTO;
    border-top: 3px solid #35A7FF;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #000000;
}
.innercontent .about_lasts .part .item {
	line-height: 28px;
	border-bottom: 1px solid #e7e6e6;
	padding: 10px 0;
	color: #000000;
	font-size: 18px;

	position: relative;
}
.innercontent .about_lasts .part .item .tit{
   padding-left: 45px;
   cursor: pointer;
   font-size: 21px;
}
.innercontent .about_lasts .part .item:hover .tit{
	color: #35A7FF;
}

.innercontent .about_lasts .part .item>span.i{
	position: absolute;
	font-size: 14px;
	height: 22px;
    text-align: center;
    color: #FFFFFF;
	width: 22px;
	display: block;
	background: #333;
	top: 12.5px;
	left: 0;
}
.innercontent .about_lasts .part .item:hover span.i{
	background: #35A7FF;
	color: #FFFFFF;
}
.innercontent .about_lasts .part .item .inner>p{
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
}
.innercontent .about_lasts .part .list_item .inner{
	padding-top: 10px;
	margin-bottom: 20px;
}
.innercontent .about_lasts .part .list_item .inner p{
	margin-bottom: 0;
}
.innercontent .about_lasts .part .list_item .inner>p>span:nth-child(1){
	display: inline-block;
	float: left;
}
.innercontent .about_lasts .part .list_item .inner>p>span:nth-child(2){
	float: right;
	width: 96%;
}
.innercontent .about_lasts .tit i {
    position: absolute;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    width: 22px;
    top: 12.5px;
    transition: all 0.4s;
    left: 0;
    font-style: normal;
}

.innercontent .production .pic {
    width: 61%;
    float: left;
    padding-right: 4%;
}
.innercontent .production .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.innercontent .production .area{
	width: 39%;
	float: left;
}
.innercontent .production:nth-child(odd) .pic {
    padding-left: 4%;
    padding-right: 0;
    float: right;
}
.innercontent .production:nth-child(odd){
	background: #ecf0f1;
}
.innercontent .production{
	padding: 60px 0 80px;
}
.innercontent .production .title{
    width: 80%;
    display: -webkit-box;
    white-space: unset;
    line-height: 42px;
    font-size: 30px;
    margin: 40px auto 20px;
}
.innercontent .production .txt{
	margin-bottom: 5px;
	line-height: 24px;
}
.innercontent .production1{
	margin-top: 20px;
}
.innercontent .production2 .title{
    margin: 10px auto 0px;
    width: 100%;
    text-align: left;
	
}
.innercontent .production2 .area>p{
	font-size: 18px;
	color: #000000;
	font-family: sans-serif;
	font-weight: bold;
	margin: 5px auto 12px;
}
.innercontent .production3 .title{
	margin-top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.innercontent .production3 .txt p{
	margin-bottom: 20px;
	color: #000000;
	font-size: 18px;
	line-height: 29px;
}
.innercontent .production4{
	padding-bottom: 50px;
}
.innercontent .production4 .title{
	margin-top: 10px;
	margin-bottom: 25px;
}
.innercontent .production4 .txt{
	text-align: center;
	line-height: 26px;
}
.innercontent .production4 .more{
	height: 55px;
	width: 355px;
	display: block;
	margin: 0 auto;
	background: #35A7FF;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	border-radius:2px;
	color: #FFFFFF;
	font-weight: normal;
}

/*wap about css*/
@media only screen and (min-width: 800px) and (max-width: 1150px){
	.innercontent .production .title{
		margin-top: 0;
		width: 100%;
	}
	.innercontent .production .container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.innercontent .about_Expertise .txt_list .list {
    padding: 10px;
    }
	.innercontent .about_Expertise .txt_list .list p:nth-child(1), .innercontent .about_Expertise .txt_list .list p:nth-child(1)>span {
    font-size: 40px;
    line-height: 55px;
    }
    .innercontent .about_Expertise .txt_list .list p:nth-child(2) {
    line-height: 24px;
    font-size: 16px;
    }
}
@media (max-width: 800px){
.innercontent .about_Expertise .pic_list{
	display: none;
}
	.innercontent .about_Expertise .pic_box{
		display: block;
	}
	.innercontent .about_Expertise .pic_swiper {
    width: 100%;
    margin: 0 auto 55px;
}
.innercontent .part2 .container {padding-left: 30px;padding-right: 30px; }	
.part1 .title {font-size: 27px;line-height: 38px;white-space:inherit;text-overflow:auto;}	
.txt_list{ display:none}
.innercontent .about_how .pic, .innercontent .about_how .txt_list { width:100%; display:block; float:none}
.innercontent .about_how .txt_list .list {width: 100%;padding-right: 6%;float: none;}
.innercontent .about_bulk .pic, .innercontent .about_bulk .inner {width: 100%;float:none;}
.innercontent .part2 .container {padding-top: 20px;}
.innercontent .about_bulk .title {width: 100%;}	
.innercontent .about_Facilities .pic_box, .innercontent .about_Facilities .area {width: 100%;float: none;}
.innercontent .about_lasts .part {width:100%;float:none;}
.innercontent .about_lasts .part .mark span{ width:100%; color:#35A7FF}
.innercontent .about_lasts {padding: 40px 0 70px;}
.innercontent .about_lasts .part .item .tit{ font-size:20px;}
.innercontent .about_lasts .part:last-child {margin-left: 0px; margin-top:35px;}

.innercontent .about_Facilities .pro_text_btn {width: 315px;margin: 10px auto 40px;}
.pro_text_btn {text-align:center;height: auto; padding:10px 45px 10px 65px;line-height: 17px; font-size:14px;}
.pro_text_btn:before {height: 100%;}

/*-------*/
.innercontent .production .container{
    padding-left: 30px;
    padding-right: 30px;
}
.innercontent .production .pic {
    width: 100%;
    padding-right: 0;
}
.innercontent .production .area {
    width: 100%;
    float: left;
}
.innercontent .production:nth-child(odd) .pic {
    padding-left: 0;
    margin-top: -10px;
}
.innercontent .production3 .title {
    margin: 20px auto;
    display: block;
}
.innercontent .production4 .more {
    width: 266px;
}
}


/*wap about css*/


.search_box1{ position:relative; display:block;padding: 0px;width:auto;border: none;background: #FFFFFF;top:auto;right:auto;}
.sub_search  .search_left{ float:left; width:calc(100% - 23% - 80px)}
.sub_search .search_left .title{ font-size:30px; height:30px; line-height:30px; margin-top:8px;}
.sub_search .search_left .oops{ font-size:90px; line-height:90px; color:#f0f0f0; font-weight:bolder}
.sub_search .search_left .useful-links{ width: 33%;padding-left: 5%;}
.sub_search .search_left .fusion-column h3{ margin:20px 0; font-size:30px; font-weight:400; color:#000; font-family:Andika}
.sub_search .search_left .fusion-column p{ font-size:18px; line-height:27px; margin-bottom:20px;}

.sub_search .search_left .fusion-column ul li {line-height: 18px;margin: 0;padding: 0;margin-bottom: 15px;padding-left: 25px; position:relative}
.sub_search .search_left .fusion-column ul li:before{display:block;position:absolute; top:0; color:#fff; font-size:12px; border-radius:50%; overflow:hidden;transform: rotate(90deg);text-align: center; left:0px;width:20px; height:20px; line-height:20px; background:#a0ce4e;transform: scale(0.8,0.8) rotate(90deg);}
.sub_search  .search_right{ float:right; width:23%}
.sub_search  .search_right .title{ font-size:25px; margin:45px 0 20px 0; font-weight:400; color:#000}

@media only screen and (max-width:800px ) {
	.sub_search  .search_left{
		width: 100%;
	}
	.sub_search  .search_right{
		display: none;
	}
}
.sub_search .container{
	padding-left: 15px;
	padding-right: 15px;
}
.sub_search .search_top{
    border-bottom: 1px solid #e6e5e6;
}
.sub_search2 .title.pro_con_title:before,
.sub_search2 .title.pro_con_title:after{
	display: none;
}
.search_box2{
    position: relative;
    display: block;
    border: none;
    width: 100%;
    top: auto;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 60px;
}
.sub_search  .search_list .list{
	padding-top: 60px;
}
.sub_search  .search_list .list .search_tit{
    color: #333;
    font-weight: 600;
    font-size: 18px;
    font-family: Andika;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub_search  .search_list .list .search_txt{
    color: #333;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.sub_search .search_list .list .search_status {
    margin: 20px auto 1px;
    padding: 5px 0;
    border-bottom: 1px solid #e6e5e6;
    border-top: 1px solid #e6e5e6;
    height: 40px;
}
.sub_search  .search_list .list .search_status .read_more{
	font-weight: bold;
	float: right;
    margin-right: 10px;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    position: relative;
}
.sub_search .search_list .list .search_status .read_more:after {
    position: absolute;
    content: ">";
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    right: -10px;
    color: #000;
    text-align: right;
    top: calc(50% - 10px);
}
.sub_search  .search_list .list .search_status .search_comment{
	display: inline-block;
    line-height: 20px;
    height: 30px;
    vertical-align: top;
    font-size: 12px;
}
.sub_search  .search_list .list .search_status .search_comment span{
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    height: 30px;
    font-size: 12px;
}
.sub_search  .search_list .list .search_status .search_comment span.linkto{
	margin-right: 5.5px;
	position: relative;
}
.sub_search  .search_list .list .search_status .search_comment span.linkto:after{
    position: absolute;
    content: "";
    height: 10px;
    width: 1px;
    right: -5.5px;
    top: 5px;
    background: #333;
}
.sub_search  .search_list .list .search_status .search_comment span.num{
	margin-left: 5.5px;
}
@media (max-width: 800px){
	.sub_search .container {
    padding-left: 30px;
    padding-right: 30px;
}
	.sub_search{
	    padding-top: 15px;
        padding-bottom: 10px;
	}
	.sub_search .title.pro_con_title:before,
    .sub_search .title.pro_con_title:after{
	    display: none;
    }
	 .sub_search .row {
    margin-left: 0;
    margin-right: 0;
}
.pro_con_title span {
    font-size: 27px;
}
.sub_search .search_left .title {
    height: auto;
    line-height: 35px;
    font-size: 27px;
}
.sub_search .search_left .oops {
    font-size: 43px;
    line-height: 45px;
}
.sub_search .search_left .useful-links {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
}
.sub_search .search_left .fusion-column{
	padding: 0;
}
.sub_search .search_left .fusion-column h3 {
    font-size: 27px;
    margin: 50px 0 20px;
}
}
@media (max-width: 800px){

.sub_search .search_list .list .search_status {
    height: auto;
}
.sub_search .search_list .list .search_status .read_more {
    float: none;
    display: block;
    text-align: left;
}
.sub_search .search_list .list .search_status .read_more:after {
    right: auto;
    left: 83px;
}
}
/*load*/
.ser_con .load_list .item>p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.ser_con .load_list .item .btn{
	width: 110px;
	height: 38px;
	line-height: 38px;
	border-radius: 2px;
	display: block;
	padding: 0;
	margin: 0 auto 20px;
    font-size: 12px;
    color: #FFFFFF;
    background: #35A7FF;
    text-align: center;
}
.ser_con .load_bt {
    background: rgb(53, 167, 255);
    width: 160px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
}

.current{
	color: #35A7FF !important;
}
.pc_menu .menu .nLi.current h3 a{
	color: #35A7FF;
	border-color: #35a7ff;
}
.aside .pro_menu ul.pro_menu1 li.current span{
	color: #35A7FF !important;
	
}
.innercontent .part{
	overflow: hidden;
}
.innercontent .part:nth-child(even) .lx{
	background:#fff !important;
}
.innercontent .part:nth-child(odd) .lx{
	background:#ecf0f1
}
.innercontent .about_Facilities .pic_box {
    margin-top: 30px;
}
@media only screen and (max-width: 800px) {
	.innercontent .about_Facilities .pic_box {
    margin-top: 0;
}
}


@media only screen and (max-width: 800px) {
    #toTop{
    	display: none !important; 
    }
}

.about_bulk .pic_swiper {
    width: 95%;
    margin: 0 auto 0px;
   margin-left: 5%;
}
.about_bulk .swiper-pagination {
    bottom: 0;
}