@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:#000;
	font-family:arial;
	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: #0061ae;
}
body{
	font-size:14px;
	font-family:arial;
	color:#000;
	line-height:24px;
	overflow-x: hidden;
} 
.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;
}
/*头部*/
header>.w{
	position: relative;
	height: 100px;
	overflow: hidden;
}
.w {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
  .w {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w {
    width: 100%;
    max-width: 1470px;
  }
}
.nav{
	animation-fill-mode:none !important;
}

.logo{
	float: left;
}
.logo ul li{
	height: 68px !important;
	width: 161px !important;
	padding: 17px 0 16px;
	overflow: hidden;
	box-sizing: initial;
}
.logo ul li a{
	display: block;
}
.logo ul li a img{
	display: block;
	width: 161px;
	height: 68px;
}
@font-face {
	font-family:"HelveticaNeueLTPro-MdCn";
	src: url(../font/HelveticaNeueLTPro-MdCn.otf);
}
.header_top>h2{
	margin-top: 46px;
	margin-left: 17px;
}
.header_right{
	float: right;
	margin-top: 24px;
	background: url(../images/dh.png) no-repeat left;
	padding-left: 63px;
}
.header_right>p{
	font-size: 18px;
	margin-top: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: arial;
	color: #333333;
}
.header_right>span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #eb4821;
}

/* 导航 */
#nav{
	background: #eb4821;
	width: 100%;
	box-shadow: -2px 6px 5px 0 rgba(0,0,0,0.3);
}
.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li:last-child a{
	padding-right: 48px;
}
.nav ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#FFFFFF;
	padding: 0 37px;
	text-transform: uppercase;
}
.nav ul>li>a:hover{
	color: #000000;
	background: #FFFFFF;
}
.nav ul>li.active>a{
	color: #FFFFFF;
	background: #d61518;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 186px;
	display: none;
	z-index: 999;
}
.sub_dl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	padding: 0 !important;
	padding-left: 22px !important;
}
.sub_dl dd a:hover{
	background: #eb4821;
	color: #FFFFFF;
}
@media only screen and (max-width:1480px ) {
	.nav ul>li>a{
		padding: 0 28px;
	}
}
@media only screen and (max-width:1320px ) {
	.header_right{
		padding-right: 10px;
	}
	.nav ul>li>a{
		padding: 0 22px;
	}
}
@media (max-width: 1199px) {
	.nav ul>li>a{
		padding: 0px 12px;
		font-size: 14px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	header{
		height: 70px;
	}
	header>.w{
		height: 70px;
	}
	.logo ul li{
		padding: 0;
	}
	.header_right{
		display: none;
	}
	.nav{
		display: none;
	}
}
@media only screen and (max-width:480px ){
	
} 

/* 手机按钮  */
#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: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	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 .menu .iphone{
	border-bottom: 1px solid #E6E6E6;
	padding-left: 25px;
}
#mobileMenu .menu .iphone img{
	margin-top: 8px;
	margin-right: 5px;
}
#mobileMenu .menu .iphone>span{
	color: #1d2088;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
	text-decoration: none;
}
#mobileMenu .menu li>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#mobileMenu .menu li>a.dl-none::after {
	display: none;
}
#mobileMenu .menu li.on>a {
	background-color: #ec4e20;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
/*.sub-dl dd a:hover{
	color: #fd545c !important;
}*/
#mobileMenu .menu li.login-li>a::after {
	display: none;
}
#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 only screen and (max-width:991px ) {
	#navToggle{
		display: block;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 700px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:700px !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;
	}
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 44px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	background: #000000;
	-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: 98px;
	height: 89px;
	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-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #eb4821 !important;
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 98px;
	height: 89px;
	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;
}
.tp-leftarrow.large:hover{
	background: url(../images/jt_left2.png) no-repeat ;
}
.tp-rightarrow.large:hover{
	background: url(../images/jt_right2.png) no-repeat;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 36px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
	.tp-leftarrow.large:hover{
		background: url(../images/jt_left3.png) no-repeat;
	}
	.tp-rightarrow.large:hover{
		background: url(../images/jt_right3.png) no-repeat;
	}
}
.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;
}

/* 产品分类 */
.index_title{
	text-align: center;
	margin: 93px auto 50px;
}
.index_title h3{
	font-size: 48px;
	font-weight: bold;
	color: #000033;
	padding-bottom: 32px;
	font-family: arial;
	background: url(../images/h3.png) no-repeat bottom;
}
.pro_con{
	overflow: hidden;
}
.pro_con li{
	padding: 0;
	margin-right: 30px;
	max-width: 460px;
}
.pro_con li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.img_ma{
	margin-bottom: 29px;
}
.pro_con li:first-child{
	padding-left: 0;
}
.pro_con li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.pro_con li a .pro_img{
	overflow: hidden;
}
.pro_con li a .pro_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_con li a:hover .pro_img img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
@font-face {
	font-family:"CarnatiSSi";
	src: url(../font/Carnati SSi.ttf);
}
.pro_con li a p{
	width: 330px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-family:"CarnatiSSi";
	font-size: 30px;
	color: #FFFFFF;
	margin: 0 auto;
	background: rgba(235,72,33,0.7);
	position: absolute;
	left: 50%;
	margin-left: -165px;
	bottom: -60px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_con li a :hover p{
	bottom: 17px;
}
@media only screen and (max-width:1500px ) {
	.pro_con li{
		padding: 15px;
		margin-right: 0;
		max-width: none;
	}
	.pro_con li:first-child{
		padding-left: 15px;
	}
	.pro_con li:last-child{
		padding-right: 15px;
		margin-right:  auto !important;
	}
}
@media only screen and (max-width:1199px ) {
	.img_ma{
		margin-bottom: 18px;
	}
	.pro_con li a p{
		width: 100%;
		left: 0;
		margin-left: 0;
		font-size: 20px;
	}
}
@media only screen and (max-width:991px ) {
	.pro_con li a p{
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
}





/* 热销产品 */
.hot_pro{
	overflow: hidden;
	margin-bottom: 100px;
}
.hot_con{
	padding-bottom: 4px;
}
#index_hot .item{
	padding: 0 7px;
}
#index_hot .item a{
	display: block;
}
#index_hot .item a .hot_img{
	overflow: hidden;
}
#index_hot .item a .hot_img img{
	display: block;
	width: 100%;
	height: 100%;
}
#index_hot .item a p{
	text-align: center;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	font-family: arial;
	font-size: 16px;
	color: #333333;
}
#index_hot .item a:hover .hot_img img{
	border: 2px solid #eb4821;
}
#index_hot .item a:hover p{
	color: #eb4821;
}
.owl-buttons{
	text-align: center;
}
.owl-buttons .owl-prev,.owl-buttons .owl-next{
	width: 39px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background: #000000;
	margin: 0 auto;
	color: #FFFFFF;
}
.owl-buttons .owl-prev:hover,.owl-buttons .owl-next:hover{
	background: #eb4821;
}
@media only screen and (max-width:1199px ) {
	.hot_pro{
		margin-bottom: 80px;
	}
}
@media only screen and (max-width:991px ) {
	.hot_pro{
		margin-bottom: 60px;
	}
}
@media only screen and (max-width:767px ) {
	.hot_pro{
		margin-bottom: 40px;
	}
}



/* 关于我们 */
#about_wrap{
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	padding-bottom: 200px;
}
#about_wrap .index_title{
	padding: 140px 0 40px;
	margin-bottom: 0;
}
#about_wrap .index_title h3{
	color: #FFFFFF;
}
.index_about_con{
	font-size: 14px;
	line-height: 30px;
	font-family: arial;
	color: #ffffff;
}
#about_wrap .about_link{
	display: block;
	width: 136px;
	height: 53px;
	line-height: 53px;
	text-align: left;
	padding-left: 34px;
	color: #FFFFFF;
	font-size: 16px;
	margin: 90px auto 0;
	background: url(../images/link.png) no-repeat 80px #eb4821;
}
@media only screen and (max-width:1199px ) {
	#about_wrap{
		padding-bottom: 150px;
	}
	#about_wrap .index_title{
		padding: 100px 0 30px;
	}
	#about_wrap .about_link{
		margin-top: 70px;
	}
}
@media only screen and (max-width:991px ) {
	#about_wrap{
		padding-bottom: 100px;
	}
	#about_wrap .index_title{
		padding: 80px 0 30px;
	}
	#about_wrap .about_link{
		margin-top: 50px;
	}
}
@media only screen and (max-width:767px ) {
	#about_wrap{
		padding-bottom: 80px;
	}
	#about_wrap .index_title{
		padding: 40px 0 20px;
	}
	#about_wrap .about_link{
		margin-top:30px;
	}
}
@media only screen and (max-width:480px ) {
	#about_wrap{
		padding-bottom: 40px;
	}
	#about_wrap .index_title{
		padding: 30px 0 10px;
	}
}

/* 新闻资讯 */
.index_news{
	overflow: hidden;
}
.index_news_con li{
	float: left;
	width: 436px;
	margin-right: 44px;
	padding: 20px;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 8px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.index_news_con li:hover{
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.index_news_con li:last-child{
	margin-right: 0;
}
.index_news_con li a{
	display: block;
}
.index_news_con li a .news_img{
	overflow: hidden;
}
.index_news_con li a .news_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.index_news_con li a:hover .news_img img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.date{
	color: #333333;
	font-size: 16px;
	padding: 34px 0 30px;
	height: 20px;
	line-height: 20px;
	box-sizing: initial;
}
.index_news_con li a span{
	display: inline-block;
	margin-right: 20px;
}
.index_news_con li a em{
	display: inline-block;
	font-style: normal;
	background: url(../images/date.png) no-repeat left;
	padding-left: 26px;
	margin-right: 20px;
}
.index_news_con li a>.date .ck{
	background: url(../images/ck.png) no-repeat left;
	padding-left: 26px;
	display: inline-block;
}
.index_news_con li a h4{
	font-size: 18px;
	font-weight: bold;
	color: #eb4821;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.index_news_con li a .news_ms{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	max-height: 64px;
	overflow: hidden;
}
.index_news_con li a h5{
	width: 179px;
	height: 55px;
	line-height: 55px;
	background: #eb4821;
	color: #FFFFFF;
	border-radius: 30px;
	margin: 40px auto 0;
	text-transform: uppercase;
	font-weight: bold;
}
@media only screen and (max-width:1450px ) {
	.index_news_con li{
		width: 30%;
	}
}
@media only screen and (max-width:1199px ) {
	.index_title{
		margin: 60px auto 25px;
	}
	.index_title h3{
		font-size: 38px;
		padding-bottom: 22px;
	}
}
@media only screen and (max-width:991px ) {
	.index_title{
		margin: 30px auto 15px;
	}
	.index_title h3{
		font-size: 28px;
		padding-bottom: 12px;
	}
	.index_news_con li{
		width: 100%;
		float: none;
		max-width: 436px;
		margin: 0 auto 25px !important;
	}
}

/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: url(../images/footer-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 50px;
	margin-top: 100px;
}
.footer{
	padding: 0;
}
.footer_ul{
	overflow: hidden;
}
.footer_ul li{
	color: #FFFFFF;
	background: url(../images/li.png) no-repeat left;
	padding-left: 26px;
	width: 27%;
}
.footer_ul li:last-child{
	width: 18%;
	float: right;
	padding-right: 0;
}
.footer_ul li span{
	font-size: 24px;
	margin-top: 5px;
	display: block;
	margin-bottom: 5px;
}
.footer_ul li p{
	font-size: 14px;
	line-height: 34px;
}
.copyright{
	text-align: center;
	color: #FFFFFF;
	padding: 15px;
	font-size: 14px;
	margin-top: 48px;
	border-top: 1px solid #FFFFFF;
}
@media only screen and (max-width:1500px ) {
	.footer_ul li{
		width: 25%;
	}
	.footer_ul li:last-child{
		width: 25%;
		padding-right: initial;
	}
}
@media only screen and (max-width:1199px ){
	footer{
		margin-top: 80px;
	}
	.footer{
		padding: 0 15px;
	}
	.footer_ul li{
		width: 50%;
		float: left;
	}
	.footer_ul li:last-child{
		float: left;
		width: 50%;
	}
}
@media only screen and (max-width:991px ) {
	footer{
		margin-top: 40px;
	}
	.copyright{
		margin-top: 38px;
	}
}
@media only screen and (max-width:600px ) {
	.footer_ul li{
		width: 100% !important;
		float: none;
		text-align: center;
		background: none;
		padding: 0 15px !important;
	}
	.copyright{
		margin-top: 18px;
	}
}
@media only screen and (max-width:480px ){
	footer{
		margin-top: 20px;
	}
}

/* 内页样式 */
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 70px auto;
	overflow: hidden;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}


/* 产品内页标题 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

/*左侧*/
.main_left{
	float: left;
	width: 254px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #eb4821;
	text-align: center;
	padding: 39px 0 48px;
}
.left_title h3{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.left_more{
	height: 85px;
	line-height: 85px;
	padding-top: 6px;
	padding-left: 45px;
	text-align: left;
	background: url(../images/left-a.png) no-repeat 113px #eb4821;
}
.left_more>a{
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.left_ul li a{
	padding-left: 11px;
	display: block;
	height: 39px;
	line-height: 39px;
	text-align: left;
	color: #333333;
	background: url(../images/left_ul-a2.png) no-repeat calc(100% - 18px) #eeeeee;
	background: url(../images/left_ul-a2.png) no-repeat -webkit-calc(100% - 18px) #eeeeee;
	background: url(../images/left_ul-a2.png) no-repeat -moz-calc(100% - 18px) #eeeeee;
	font-size: 16px;
	padding-left: 44px;
	text-transform: uppercase;
}
.left_ul li.producttype1sel a{
	background: url(../images/left_ul-a.png) no-repeat calc(100% - 18px) #333333;
	background: url(../images/left_ul-a.png) no-repeat -webkit-calc(100% - 18px) #333333;
	background: url(../images/left_ul-a.png) no-repeat -moz-calc(100% - 18px) #333333;
	color: #FFFFFF;
}
.left_ul li a:hover{
	background: url(../images/left_ul-a.png) no-repeat calc(100% - 18px) #333333;
	background: url(../images/left_ul-a.png) no-repeat -webkit-calc(100% - 18px) #333333;
	background: url(../images/left_ul-a.png) no-repeat -moz-calc(100% - 18px) #333333;
	color: #FFFFFF;
}
.left_ul li.producttype2 a{
	height: 28px;
	line-height: 28px;
	color: #666666;
	font-size: 14px;
	border-right: 0;
	padding-left: 43px;
	background: #FFFFFF;
	text-transform: none;
}
.left_ul li.producttype2 a:hover{
	color: #eb4821;
}
.left_contact{
	padding: 35px 0px 0px 15px;
}
@font-face {
	font-family:tahoma;
	src: url(../font/tahoma.ttf);
}
.left_contact p{
	font-size: 20px;
	color: #000000;
	font-family:tahoma;
	height: 49px;
	line-height: 49px;
	padding-left: 73px;
	background: url(../images/dh.png) no-repeat left;
}
.left_contact a{
	display: block;
	padding-left: 22px;
	margin-top: 15px;
	color: #FFFFFF;
	background: url(../images/left-dh.png) no-repeat left;
}
/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 285px);
	width: -webkit-calc(100% - 285px);
	width: -moz-calc(100% - 285px);
}
.pro_ul li{
	padding: 0 6px;
}
.pro_ul li a{
	display: block;
}
.pro_ul li a img{
	display: block;
	width: 100%;
	max-width: 376px;
	margin: 0 auto;
}
.pro_ul li a p{
	height: 59px;
	line-height: 59px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.pro_ul li a:hover p{
	color: #eb4821;
}
@media only screen and (max-width:1199px ) {
	.pro_ul li{
		padding: 0 15px;
	}
}
@media (max-width: 991px){
	.left_title h3{
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}
	.left_more{
		display: none;
	}
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
	}
	.left_ul{
		display: none;
		margin-top: 10px;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.left_title{
		padding:0px 0px 0px 20px;
		font-size: 18px;
	}
	.left_title h3{
		line-height: 56px;
	}
	.left_ul li{
		margin-bottom: 5px;
	}
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
}

/* 产品详情  */
.big_img{
	float: left;
	overflow: hidden;
	height: 540px;
}
.big_img img{
	display: block;
	width: 100%;
}
.inside_left{
	float: right;
	width: calc(100% - 607px);
	width: -moz-calc(100% - 607px);
	width: -webkit-calc(100% - 607px);
}
.inside_block{
	display: none;
}
.inside_nr h3{
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	color: #eb4821;
	margin: 23px auto 37px;
}
.nr_ms{
	font-size: 16px;
	line-height: 32px;
}
.nr_ms>p{
	color: #333333;
}
.nr_ms>p>span{
	color: #666666;
}
.ms_phone{
	margin: 24px 0px 11px;
	font-size: 18px;
	color: #eb4821;
}
.wyzx{
	display: block;
	width: 352px;
	text-align: center;
	color: #fff;
	background: #eb4821;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff !important;
}
.left_title #navToggle{
	height: 56px;
	width: 56px;
}
.tj_ul{
	overflow: hidden;
	margin-top: 47px;
}
.tj_ul li{
	float: left;
	margin-right: 7px;
}
.tj_ul li:last-child{
	margin-right: 0;
}

.tj_ul li a img{
	display: block;
	width: 100%;
}
.tj_ul li a:hover img{
	border: 1px solid #eb4821;
}
@media only screen and (max-width:1500px ) {
	.big_img{
		width: 100%;
		max-width: 582px;
		float: none;
		margin: 0 auto;
	}
	.inside_left{
		width: 100%;
		max-width: 557px;
		margin: 0 auto;
		float: none;
	}
	.inside_nr{
		display: none;
	}
	.inside_block{
		display: block;
	}
}
@media (max-width: 991px) {
	.wyzx{
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.ms_phone{
		font-size: 16px;
		margin: 10px 0px;
		line-height: 30px;
	}
	.nr_ms{
		margin-top: 20px;
		line-height: 26px;
		font-size: 14px;
		margin-bottom: 20px;
		color: #666;
	}
}
@media only screen and (max-width:767px ) {
	.big_img{
		height: 520px;
	}
	.tj_ul{
		margin-top: 20px;
		display: table;
		text-align: center;
		margin: 10px auto 0;
	}
	.tj_ul li{
		width: 165px;
		float: none;
		display: inline-block;
	}
	.wyzx{
		width: 200px;
	}
}
@media only screen and (max-width:600px ) {
	.big_img{
		height: 380px;
	}
}
@media only screen and (max-width:580px ) {
	.big_img{
		height: 350px;
	}
	.tj_ul li{
		width: 155px;
	}
}
@media only screen and (max-width:530px ) {
	.tj_ul li{
		width: 145px;
	}
}
@media only screen and (max-width:490px ) {
	.big_img{
		height: 300px;
	}
	.tj_ul li{
		width: 100px ;
	}
}

/* 产品分页 */
.page_box{
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
                display: flex;
                 justify-content: center;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.0px;
}
.page_box a.on{
	color:#fff;
	background:#eb4821;
	border: 1px solid #eb4821;
}
.num_on a{
	color:#fff;
	background:#eb4821;
	border: 1px solid #eb4821;
}

/* 产品内页分页 */
.nypage_box{
	line-height: 32px;
	overflow: hidden;
	margin-top: 30px;
}
.nypage_box a{
	width: 23px;
	height: 23px;
	display: block;
	border: 1px solid #959595;
}
.nypage_box a.up{
	float: left;
	background: url(../images/a.png) no-repeat center;
}
.nypage_box a.down{
	float: right;
	margin-top: -20px;
	background: url(../images/a-1.png) no-repeat center;
}
.nypage_box a.up:hover{
	background: url(../images/a-3.png) no-repeat center #eb4821;
}
.nypage_box a.down:hover{
	background: url(../images/a-2.png) no-repeat center #eb4821;
}
.nypage_box a.middle{
	background: url(../images/maind.png) no-repeat center;
	width: 20px;
	height: 21px;
	border: none;
	display: block;
	margin: 0 auto;
}








/* 新闻  */
.news_ul li{
	height: 158px;
	padding: 18px;
	background: #f7f7f7;
	margin-bottom: 15px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.news_ul li a{
	display: block;
	overflow: hidden;
}
.news_ul li:hover{
	box-shadow: 5px 6px 9px #dedede;
}
.news_ul li a .newsd_img{
	float: left;
}
.news_ul li a .newsd_img img{
	display: block;
}
.news_ul li a .newsd_left{
	width: 744px;
	float: left;
	padding-left: 23px;
}
.news_ul li a .newsd_left h3{
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 14px;
	overflow: hidden;
	font-weight: normal;
	color: #333333;
}
.news_ul li a:hover .newsd_left h3{
	color: #EB4821;
}
.news_ul li a .newsd_left h4{
	display: none;
}
.news_ul li a .newsd_more{
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	max-height: 64px;
}
.main_right .newsd_date{
	float: right;
	height: 130px;
}
.main_right .newsd_date span{
	display: block;
	font-size: 24px;
	color: #666666;
	padding-top: 15px;
}
.main_right .newsd_date em{
	display: block;
	font-style: normal;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #999999;
	border-radius: 20px;
	margin: 16px auto 0;
	border: 1px solid #bfbfbf;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.news_ul li a:hover .newsd_date em{
	background: #eb4821;
	border: 1px solid #eb4821;
	color: #FFFFFF;
	box-shadow: 1px 5px 5px 0px #eb4821;
}
@media only screen and (max-width:1500px ) {
	.news_ul li a .newsd_left{
		width: 600px;
	}
}
@media only screen and (max-width:1300px ) {
	.news_ul li a .newsd_left{
		width: 500px;
	}
}
@media only screen and (max-width:1199px ) {
	.news_ul li a .newsd_left{
		padding-left: 0;
	}
	.news_ul li a .newsd_img{
		display: none;
	}
	.news_ul li a .newsd_left{
		width: 100%;
		float: none;
	}
	.main_right .newsd_date{
		display: none;
		float: none;
	}
	.news_ul li a .newsd_left h3{
		margin-bottom: 5px;
	}
	.news_ul li a .newsd_left h4{
		display: block;
		font-size: 14px;
		color: #999999;
		margin-bottom: 10px;
	}
}
@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.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: 14px;
	min-height: 200px;
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:1px solid #ccc;	
	padding-top:5px;
	font-size: 16px;
}
@media only screen and (max-width:1199px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
}






@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}