@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #EE711D;
}
body{
	font-size:24px;
	font-family:arial;
	color:#333;
	line-height:36px;
} 
@media(max-width: 1199px){
	body{
		font-size: 20px;
		line-height: 32px;
	}
}
@media(max-width: 991px){
	body{
		font-size: 16px;
		line-height: 30px;
	}
}
@media(max-width: 767px){
	body{
		font-size: 14px;
		line-height: 26px;
	}
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
@-webkit-keyframes gupIn{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes gupIn{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes gupIn{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}
/*头部*/
header{	
	height:199px;
	background:#EFEFEF;
	width: 100%;
	position: relative;
}
header .container{
	position: relative;
}
header>.container{
	height: 152px;
}
.logo{
	margin: 44px 0px 0px 39px;
	float: left;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
}
.language{
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.language a{
	padding-left: 46px;
	margin-left: 40px;
	font-size: 14px;
	color: #3d3d3d;
	display: block;
	float: left;
}
/* .language a:nth-child(1){
	background: url(../images/lan_icon1.png) no-repeat left center;
}
.language a:nth-child(2){
	background: url(../images/lan_icon2.png) no-repeat left center;
} */
.top_email{
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: 350px;
	bottom: 20px;
	padding-left: 37px;
	background: url(../images/email_icon.png) no-repeat left center;
	font-size: 16px;
	color: #3d3d3d;
}
.nav_wrap{
	height: 47px;
	width: 100%;
	background: #3D3D3D;
}
.nav{
	float: left;
	padding-left: 20px;
}
.nav>li{
	float: left;
	padding:0px 37px;
}
.nav>li>a{
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
	padding: 0px;
}
.nav>li>a:hover{
	background: none;
}
.sou{
	position: absolute;
	right: 36px;
	top: 9px;
	overflow: hidden;
	width: 236px;
	height: 29px;
	background: url(../images/sou_bg.png) no-repeat;
}
.search{
	width:197px;
	height:29px;
	float: left;
	display: block;
	border:none;
	background:none;
	line-height: 19px;
	font-size: 14px;
	color:#666666;
	padding:5px 10px;
}
.tijiao{
	display: block;
	float: right;
	border:none;
	background:none;
	cursor: pointer;
	width: 39px;
	height:29px;
}
@media(max-width: 1489px){
	header .container{
		width: 100%;
	}
	.language{
		right: 30px;
	}
	.logo{
		margin-left: 15px;
	}
	.sou{
		right: 15px;
	}
	.nav > li {
	    float: left;
	    padding: 0px 15px;
	    
	}
	.nav > li>a{
		font-size: 18px;
	}
}
@media(max-width: 1099px){
	.nav_wrap .container{
		position: inherit;
	}
	.sou{
		top: 75px;
	}
}
@media(max-width: 991px){
	.language{
		display: none;
	}
	.sou{
		display: none;
	}
	.top_email{
		display: none;
	}
	header>.container{
		height: 70px;
	}
	.nav_wrap{
		display: none;
	}
}



#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .sou{
	display: block;
	position: initial;
}
#mobileMenu .menu .language_li{
	overflow: hidden;
}
#mobileMenu .menu .language_li a{
	display: block;
	padding-right: 25px;
	width: 50%;
	float: left;
}
.search_li{
	padding: 11px 0px;
}
.search_li .sou{
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 14.5px;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #D43E01;
    text-decoration: none;
    color:#fff;
}
.menu_dl{
	display: none;
}
.menu_dl dd a{
	background: #f5f5f5;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
	header.container{
		width: 100%;
	}
	header{
		height: 70px;
	}
	header .nav{
		display: none;
	}
	.logo img{
		width: 200px;
	}
	.logo{
		margin: 20px 0px 0px 0px;
	}
	.language{
		right: 90px;
		top: 22px;
	}
	.sou{
		top: 22px;
		right: 170px;
	}
	#navToggle{
		display: block;
	}
}
@media(max-width: 599px){
	.sou{
		display: none;
	}
	.language{
		right: 80px;
	}
}
@media(max-width: 339px){
	.language{
		display: none;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 720px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:720px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #EE711D !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.never{
	margin: 75px auto 80px;
}
.container{
	padding: 0px 38px;
}
.never h4{
	line-height: 40px;
	font-size: 33px;
	color: #d33d02;
	margin-bottom: 10px;
	word-spacing: 8px;
}
.never h4 img{
	width: 90%;
	max-width: 430px;
}
.never_box{
	line-height: 36px;
	font-size: 16px;
	color: #6a6a6a;
	font-weight: bold;
}
.never_box span{
	font-size: 18px;
	color: #3c3c3c;
	text-transform: uppercase;
}
@media(max-width: 1199px){
	.container{
		padding: 0px 15px;
	}
}
@media(max-width: 991px){
	.never_box span{
		font-size: 16px;
	}
	.never_box{
		font-size: 14px;
		line-height: 30px;
	}
	.never{
		margin: 35px auto 40px;
	}
	.never h4{
		line-height: 30px;
		font-size: 25px;
		color: #d33d02;
		margin-bottom: 20px;
	}
}
.products_title{
	height: 66px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #c8c8c8;
	background: url(../images/p_title.png) repeat-x center;
}
.products_title span{
	font-size: 24px;
	color: #808080;
	line-height: 64px;
	float: left;
	margin-left: 25px;
}
.plist_ul{
	overflow: hidden;
	height: 46px;
	float: left;
	margin-top: 19px;
	margin-left: 110px;
}
.plist_ul li{
	float: left;
	text-align: center;
	border: 1px solid #cbcbcb;
	line-height: 44px;
	width: 320px;
	font-size: 16px;
	color: #808080;
	font-weight: bold;
	cursor: pointer;
	border-radius: 44px 44px 0px 0px;
	background: #eaeaea;
}
.plist_ul li:nth-child(2){
	margin-left: -30px;
}
.plist_ul li:nth-child(3){
	margin-left: -30px;
}
.plist_ul li.on{
	position: relative;
	z-index: 5;
	background: #fff;
	padding-bottom: 1px;
}
.change_box{
	margin-top: 78px;
	margin-bottom: 50px;
}
.pro_scroll{
	position: relative;
}
.pro_scroll .item{
	margin: 0px 10px;
}
.list_a{
	display: block;
	max-width: 388px;
	margin: 0 auto;
}
.list_a img{
	display: block;
	border: 2px solid #D9D7D8;
	width: 100%;
}
.list_a p{
	display: block;
	line-height: 30px;
	padding: 20px 0px;
	text-align: center;
	overflow: hidden;
	font-size: 20px;
	color: #808080;
}
.pro_scroll .owl-prev{
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/jt_img.png) no-repeat left center;
	width: 28px;
	height: 56px;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -63px;
}
.pro_scroll .owl-next{
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/jt_img.png) no-repeat right center;
	width: 28px;
	height: 56px;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -63px;
}
@media(max-width: 991px){
	.products_title .row span{
		display: block;
		width: 100%;
		margin-bottom: 19px;
	}
	.plist_ul{
		margin: 0 auto ;
		float: none;
		width: 610px;
	}
	.list_a p{
		padding: 10px 0px;
		font-size: 16px;
	}
	.products_title span {
	    font-size: 25px;
	}
	.change_box{
		margin-bottom: 25px;
	}
}
@media(max-width: 767px){
	.pro_scroll .owl-prev{
		left: 0px;
	}
	.pro_scroll .owl-next{
		right: 0px;
	}
	.products_title .row span{
		padding-left: 15px;
		font-size: 22px;
	}
}
@media(max-width: 619px){
	.plist_ul{
		width: 100%;
	}
	.plist_ul li{
		width: 55%;
		font-size: 14px;
	}
	.plist_ul li:nth-child(2) {
	    margin-left:-10%;
	}
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bottom{
	width: 100%;
	padding: 40px 0px;
	background: #F2F2F2;
	overflow: hidden;
}
.bottom .row{
	background: url(../images/contact_line.png) repeat-y center top;
	min-height: 170px;
}
.bottom_content{
	max-width: 520px;
	margin: 0 auto;
}
.bottom_content h4{
	line-height: 30px;
	padding: 20px 0px;
	color: #898989;
	font-weight: bold;
	font-size: 22px;
}
.bcontent{
	color: #aaa;
}
.contact_ul{
	float: right;
	padding-top:20px;
}
.contact_ul li{
	line-height: 26px;
	padding: 5px 0px 5px 42px;
	font-size: 16px;
	color: #aaa;
}
.contact_ul li:nth-child(1){
	background: url(../images/contact_icon1.png) no-repeat left 6px;
}
.contact_ul li:nth-child(2){
	background: url(../images/contact_icon2.png) no-repeat left 6px;
}
.contact_ul li:nth-child(3){
	background: url(../images/contact_icon3.png) no-repeat left 9px;
}
.contact_ul li:nth-child(4){
	background: url(../images/contact_icon4.png) no-repeat left 3px;
}
@media(max-width: 767px){
	.bottom{
		padding: 30px 0px;
	}
	.bottom .row {
	    background: none;
	}
	.bottom_content{
		float: none;
		margin-bottom: 20px;
	}
	.bottom_content h4{
		padding: 10px 0px;
		font-size: 20px;
	}
	.contact_ul{
		float: none;
	}
	.contact_ul li{
		font-size: 14px;
	}
}
footer{
	width: 100%;
	background: #3D3D3D;
	line-height: 23px;
	padding: 20px 0px;
	font-size: 18px;
	color: #fff;
	text-align: right;
}
@media(max-width: 991px){
	footer{
		text-align: center;
		font-size: 14px;
		padding: 15px 0px;
	}
}
/*内页样式*/
.content{
	margin: 35px auto 50px;
}
.weizhi{
	line-height: 25px;
	padding: 10px 0px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 16px;
	color: #aaaaaa;
}
.weizhi a{
	text-transform: uppercase;
}
.content_box{
	min-height: 400px;
	padding: 30px 0px;
}
@media(max-width: 991px){
	.content{
		margin: 30px auto;
	}
	.weizhi{
		font-size: 14px;
	}
	.content_box{
		min-height: 300px;
		padding: 20px 0px;
	}
}
.honor_a{
	display: block;
	margin: 0 10px 20px;
	max-width: 395px;
}
.honor_a img{
	width: 100%;
	display: block;
	border: 2px solid #D9D7D8;
}
.honor_a p{
	display: block;
	line-height: 20px;
	padding: 20px 0px;
	font-size: 24px;
	color: #808080;
	text-align: center;
}
@media(max-width: 991px){
	.honor_a p{
		padding: 10px 0px;
		font-size: 16px;
	}
}
.news_ul{
	margin: 50px 0px 30px;
}
.news_ul li{
	height: 180px;
	padding: 23px 64px 20px 205px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	position: relative;
}
.news_ul li:hover{
	background: #F5F5F5;
}
.news_left{
	margin-right: 37px;
	position: absolute;
	left: 44px;
	top: 23px;
}
.news_left p{
	line-height: 24px;
	font-size: 12px;
	color: #b2b2b2;
	text-align: right;
}
.news_left h5{
	line-height: 52px;
	font-size: 45px;
	color: #333;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.news_ul li:hover h5{
	color: #EE711D;
}
.news_right h4{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.news_right h4 a{
	font-size: 18px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	color: #333;
}
.news_ul li:hover .news_right h4 a{
	color: #EE711D;
}
.right_ms{
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
}
.right_more{
	color: #999;
	font-size: 16px;
}
.news_ul li:hover .right_more{
	color: #EE711D;
}
@media(max-width: 767px){
	.news_ul{
		padding: 0px;
	}
	.news_ul li{
		padding: 23px 10px 20px 110px;
	}
	.news_left{
		margin-right: 10px;
		position: absolute;
		left: 10px;
	}
	.news_left h5{
		line-height: 40px;
		font-size: 35px;
	}
	.news_ul {
	    margin: 30px 0px;
	}
}
@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page_box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box a.on{
	color:#fff;
	background:#EE711D;
	border: 1px solid #EE711D;
}
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;	
	color:#181616;
	margin-top: 20px;
}
.news_content{
	margin: 20px 0px;
	font-size: 16px;
	min-height: 300px;
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

.download_table{
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	line-height: 30px;
}
.download_table th{
	background: #C3C3C3;
	padding: 14px 3px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	border-left: 2px solid #C3C3C3;
	border-right: 2px solid #E3E3E3;
}
.download_table th:last-child{
	border-right: 2px solid #C3C3C3;
}
.download_table td{
	border: 2px solid #C3C3C3;
	text-align: center;
	padding: 10px 3px;
}
.download_table .first{
	text-align: left;
	padding-left: 37px;
}
.down_a{
	height: 45px;
	width: 142px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	background: #666666;
	font-size: 18px;
	color: #fff !important;
}
.down_a:hover{
	background: #EE711D;
}
@media (max-width: 1199px) {
	.download_table{
		width: 100%;
		border-collapse: collapse;
		font-size: 18px;
		line-height: 26px;
	}
	.download_table th{
		background: #C3C3C3;
		border: 1px solid #C3C3C3;
		padding: 15px 3px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
	}
	.download_table td{
		border: 1px solid #C3C3C3;
		text-align: center;
		padding: 10px 3px;
	}
	.download_table .first{
		text-align: left;
		padding-left: 20px;
	}
	.down_a{
		height: 50px;
		width: 210px;
		display: inline-block;
		text-align: center;
		line-height: 50px;
		background: #666666;
		font-size: 18px;
		color: #fff !important;
	}
}
@media (max-width: 767px) {
	.download_table{
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
		line-height: 22px;
	}
	.download_table th{
		background: #C3C3C3;
		border: 1px solid #C3C3C3;
		padding: 10px 3px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
	}
	.download_table td{
		border: 1px solid #C3C3C3;
		text-align: center;
		padding: 10px 3px;
	}
	.download_table .first{
		text-align: left;
		padding-left: 10px;
	}
	.down_a{
		height: 40px;
		width: 100px;
		display: inline-block;
		text-align: center;
		line-height: 40px;
		background: #666666;
		font-size: 14px;
		color: #fff !important;
	}
}
.layui-layer-btn a{
	font-size: 14px;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #EE711D !important;
    background-color: #EE711D !important;
    color: #fff;
}

.pro_left{
	float: left;
	width: 24%;
	background: #f6f6f6;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.2);
	margin-top: 20px;
	padding:20px;
}
.pro_content{
	margin-bottom: 0px !important;
}
.left_title{
	line-height: 30px;
	padding: 15px 0px;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	font-size: 23px;
	color: #909090;
	text-transform: uppercase;
}
.left_ul li.producttype1{
	margin: 15px 0px;
}
.left_ul li.producttype1 a{
	display: block;
	height: 45px;
	line-height: 45px;
	border: 1px solid #E8E8E8;
	background: url(../images/protype1.png) repeat-x top;
	padding-left: 32px;
	font-size: 16px;
	color: #aaa;
}
.left_ul li.producttype1 a:hover{
	background: #EAEAEA;
}
.left_ul li.producttype2{
	height: 30px;
	line-height: 22px;
	padding: 0px;
}
.left_ul li.producttype2 a{
	display: block;
	padding: 4px 10px 4px 37px;
	border-radius: 0px;
	font-size: 16px;
	color: #aaa;
}
.left_ul li.producttype2 a:hover{
	background: #EAEAEA;
}
.left_ul li.producttype2sel a{
	background: #EAEAEA;
}
@media (min-width: 992px) {
	.left_ul{
		display: block !important;
	}
}
.pro_right{
	float: right;
	width: 71%;
	margin-top: 20px;
	padding-bottom: 30px;
}
.products_box{
	padding: 35px 0px 15px;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.left_title #navToggle{
	height: 56px;
	width: 56px;
}
@media (max-width: 1199px) {
	.pro_left{
		padding: 10px;
	}
	.left_title{
		font-size: 24px;
		line-height: 26px;
	}
	.left_ul li.producttype1{
		margin: 10px 0px;
	}
	.left_ul li.producttype1 a{
		padding-left: 10px;
	}
	.left_ul li.producttype2 {
	    padding: 4px 0px 4px 10px;
	}
}
@media (max-width: 991px) {
	.pro_left{
		width: 100%;
		float: none;
		box-shadow: none;
		padding: 0px;
		margin-top: 0px;
		height: auto !important;
	}
	.pro_right{
		width: 100%;
		float: none;
	}
	.left_ul{
		display: none;
	}
	.left_title{
		border: none;
		padding: 15px;
		text-align: left;
		position: relative;
		font-size: 22px;
	}
}


.picFocus{
	position: relative;
}
.picFocus .big_img{
	border: 2px solid #D9D7D8;
	max-width: 890px;
	margin: 0 auto;
	position: relative;
}
.picFocus .big_img img{
	width: 100%;
	display: block;
}
.picFocus .owl-carousel{
	position: relative;
	padding: 0px 35px;
	margin-top: 30px;
	overflow: hidden;
	height: auto;
}
.picFocus .hd a{
	transition: none;
}
.picFocus .owl-next,.picFocus .owl-prev{
	text-indent: -9999px;
}
.picFocus .next:hover,.picFocus .owl-next:hover{
	background: url(../images/scroll_jt.png) no-repeat right bottom;
}
#pro_small{
	margin: 20px auto 0px;
}
#pro_small .item{
	text-align: center;
	margin: 0px 10px;
}
#pro_small .item img{
	width: 100%;
	max-width: 180px;
	border: 2px solid #D9D7D8;
}
#pro_small .item.on img{
	border: 2px solid #FF8305;
}
#pro_small .owl-prev{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 32px;
	cursor: pointer;
	background: url(../images/small_jt_left.png) no-repeat left center;
	background-size: auto 100%;
}
#pro_small .owl-next{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 32px;
	cursor: pointer;
	background: url(../images/small_jt_right.png) no-repeat right center;
	background-size: auto 100%;
}
.pro_ms{
	line-height: 36px;
	font-size: 14px;
	color: #3c3c3c;
	border: 2px solid #D9D7D8;
}
.ms_box{
	padding: 20px;
}
@media(max-width: 767px){
	.pro_ms{
		margin-top: 20px;
	}
}
.anniu_box{
	margin-top: 50px;
	text-align: center;
}
.anniu_box a{
	display: inline-block;
	width: 227px;
	height: 47px;
	margin: 0px 30px;
	border: 2px solid #C9C9C9;
	border-radius: 14px;
	background: url(../images/anniu_bg.png) repeat-x center;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	color: #909090;
	font-weight: bold;
	position: relative;
}


@media(max-width: 991px){
	.anniu_box a{
		margin: 0px;
	}
}
@media(max-width: 767px){
	.anniu_box{
		margin-top: 30px;
	}
	.anniu_box a{
		display: block;
		margin: 0 auto 15px;
	}
}


