@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;
	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:"微软雅黑";
	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{
	position: relative;
	z-index: 22;
}
header>.w{
	position: relative;
	height: 100px;
}
.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: 1230px;
  }
}
.logo{
	position: absolute;
	left: 15px;
	top: 10px;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
}
.language{
	position: absolute;
	right: 15px;
	top: 20px;
}
.language>a{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	padding: 0 12px;
	background: url('../images/a-bg.png') no-repeat right;
}
.language>a:last-child{
	background: none;
}
.language>a:nth-child(2){
	font-family: arial;
}
.sou{
	position: absolute;
	right: 15px;
	bottom: 20px;
	background: url(../images/sou.png) no-repeat center;
	width: 260px;
	height: 30px;
}
.search{
    background: none;
    border: none;
    width: 230px;
    height: 30px;
    padding: 9px 0px 9px 17px;
    color: #c5c5c5;
}
.tijiao{
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
/* 导航 */
#nav{
	background: #d12441;
	width: 100%;
	box-shadow: -2px 8px 5px 0 rgba(0,0,0,0.2);
}
.nav>li{
	float: left;
	margin: 0 8px;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 38px;
	font-size: 16px;
	color: #FFFFFF;
}
.nav>li:first-child{
	margin-left: 0;
}
.nav>li:last-child{
	margin-right: 0;
}
.nav>li.active>a{
	background: #f29820;
}
.nav>li>a:hover{
	background: #f29820;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	display: none;
	z-index: 999;
}
.sub_dl dd{
	text-align: center;
	margin-bottom: 2px;
}
.sub_dl dd:last-child{
	margin-bottom: 0;
}
.sub_dl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #d12441;
	color: #FFFFFF;
	font-size: 15px;
	overflow: hidden;
	padding: 0 2px;
}
.sub_dl dd a:hover{
	background: #f4b921;
	color: #FFFFFF;
}
@media only screen and (max-width:1250px ) {
	.nav>li>a{
		padding: 0 35px;
	}
}
@media (max-width: 1199px) {
	.nav>li>a{
		padding: 0 21px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	header>.w{
		height: 70px;
	}
	.logo{
		display: block;
		float: left;
		position: initial;
	}
	.logo a img{
		display: block;
		width: 100%;
		height: 60px;
		margin: 5px 0;
	}
	.nav{
		display: none;
	}
	.sou,.language{
		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 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: #f29820;
	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;
		margin: 70px 0;
	}
	.nav_sou{
		height: 40px;
		border-bottom: 1px solid #E6E6E6;
	}
	.nav_sou .search{
		height: 40px;
		width: 200px;
	}
	.nav_sou .tijiao{
		background: url('../images/sou-bg.png') no-repeat center;
		height: 40px;
		width: 50px;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 800px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 800px !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: url('../images/on.png') no-repeat center !important;
	width: 20px;
	height: 20px;
	bottom: 5px;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	width: 150px !important;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 23px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff !important;
	width: 8px;
	height: 8px;
	float: left;
	margin: 0 8px;
	border-radius: 50%;
	-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-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-top: 75px;
	margin-bottom: 37px;
}
.index_title h3{
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 13px;
}
.index_title p{
	font-size: 16px;
	color: #666666;
	font-family:"Roboto-Regular";
}
.index_about{
	overflow: hidden;
}
.index_about li{
	border: 1px solid #e6e7e9;
	text-align: center;
	padding: 54px 19px 55px 19px;
	max-width: 306px;
	margin-right: 136px;
}
.index_about li:last-child{
	margin-right: 0;
}
.index_about li:hover{
	background: #e29d17;
}
.index_about li a{
	display: block;
	position: relative;
}
.index_about li a .icon{
	height: 50px;
	overflow: hidden;
	margin-bottom: 22px;
}
.index_about li a .icon img{
	display: block;
	margin: 0 auto;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.index_about li:hover a .icon img{
	margin-top: -53px;
}
.index_about li a h3{
	font-size: 24px;
	font-weight: bold;
	color: #d12441;
	padding-bottom: 11px;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.index_about li:hover a h3{
	color: #fff;
}
.index_about li a span{
	display: block;
	height: 2px;
	overflow: hidden;
}
.index_about li a span img{
	display: block;
	margin: 0 auto;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.index_about li:hover a span img{
	margin-top: -2px;
}
.index_about_con{
	margin-top: 22px;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	height: 106px;
	overflow: hidden;
}
.index_about li:hover .index_about_con{
	color: #fff;
}
@media only screen and (max-width:1250px ){
	.index_about li{
		margin-right: 100px;
	}
}
@media only screen and (max-width:1199px ){
	.index_about li{
		padding: 50px 15px;
		max-width: none;
		margin: 0 10px;
		width: 31%;
	}
}
@media only screen and (max-width:767px ){
	.index_about li{
		width: 100%;
		margin: 0 auto 15px;
	}
}
@media only screen and (max-width:550px ){
	.index_about li{
		margin-bottom: 15px;
	}
}

/* 产品展示 */
.pro_con_1{
	width: 100%;
	background: url('../images/pro-bg.jpg') no-repeat center;
	background-size: cover;
}
.index_pro_wrap{
	position: relative;
	padding: 145px 0 209px;
}
.index_pro{
	overflow: hidden;
	width: 100%;
	padding-right: 600px;
}
.index_pro h3{
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}
.index_pro_text{
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 60px;
}
.pro_list img{
	display: block;
	width: 100%;
}
.pro_list>p{
	display: inline-block;
	width: 74px;
	margin-right: 60px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.pro_list>p:last-child{
	margin-right: 0;
}
.index_link{
	display: block;
	width: 153px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	background: #e29d17;
	margin-top: 50px;
}
.pro_classify{
	margin-top: -100px;
	overflow: hidden;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
}
.pro_classify li{
	position: relative;
	height: 182px;
	padding: 0;
	max-width: 300px;
}
.pro_classify li.classify_1{
	background: url('../images/classify-1.png') no-repeat center;
	background-size: cover;
}
.pro_classify li.classify_2{
	background: url('../images/classify-2.png') no-repeat center;
	background-size: cover;
}
.pro_classify li.classify_3{
	background: url('../images/classify-3.png') no-repeat center;
	background-size: cover;
}
.pro_classify li.classify_4{
	background: url('../images/classify-4.png') no-repeat center;
	background-size: cover;
}
.pro_classify li a{
	display: block;
	height: 100%;
}
.pro_classify li a:hover{
	background: #e29d17;
}
.pro_classify li a p{
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -15px;
}
@media only screen and (max-width:1250px ){
	.classify{
		padding: 0;
		max-width: 1200px;
	}
}
@media only screen and (max-width:1217px ){
	.pro_classify{
		box-shadow: none;
	}
	.pro_classify li{
		max-width: 295px;
		margin: 0 auto;
	}
}
@media only screen and (max-width:1199px ){
	.index_pro_wrap{
		padding: 100px 0 150px;
	}
	.index_pro{
		padding-right: 0;
		text-align: center;
		padding: 0 15px;
	}
	.index_pro h3{
		font-size: 32px;
		margin-bottom: 35px;
	}
	.pro_list{
		text-align: center;
	}
	.pro_list img{
		max-width: 601px;
		margin: 0 auto;
	}
	.pro_list>p{
		margin-right: 55px;
	}
	.index_link{
		margin: 40px auto 25px;
	}
	.pro_classify li{
		max-width: none;
	}
}
@media only screen and (max-width:991px ){
	.index_pro_wrap{
		padding: 80px 0 100px;
	}
	.index_pro h3{
		font-size: 26px;
		margin-bottom: 25px;
	}
}

/* 新闻中心 */
.index_news_con{
	overflow: hidden;
	margin-bottom: 55px;
}
.news_ul li{
	max-width: 368px;
	padding: 0;
	margin-right: 48px;
}
.news_ul li:last-child{
	margin-right: 0;
}
.news_ul li a{
	display: block;
}
.news_ul li a .index_news_img{
	overflow: hidden;
}
.news_ul li a .index_news_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;
}
.news_ul li a:hover .index_news_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_ul li a>h3{
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	margin: 19px auto 6px;
}
.news_ul li a:hover>h3{
	color: #e29d17;
}
.news_ul li a>span{
	display: block;
	color: #666666;
	font-size: 12px;
}
.news_ul li a .index_news_text{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	height: 66px;
	overflow: hidden;
}
@media only screen and (max-width:1250px ){
	.news_ul li{
		margin-right: 25px;
	}
}
@media only screen and (max-width:1199px ){
	.news_ul li{
		padding: 0 15px;
		max-width: none;
		margin-right: 0;
	}
	.index_title{
		margin: 40px auto 20px;
	}
	.index_title h3{
		font-size: 30px;
	}
}
@media only screen and (max-width:991px ){
	.index_title{
		margin: 20px auto 20px;
	}
	.index_title h3{
		font-size: 24px;
	}
}
@media only screen and (max-width:767px ){
	.index_title h3{
		font-size: 20px;
	}
}

/* 公司内容 */
.index_wrap{
	background: #fafafa;
	width: 100%;
}
.index_con{
	padding: 60px 15px;
}
.index_con ul{
	overflow: hidden;
}
.index_con ul li{
	padding: 0;
	max-width: 368px;
	margin-right: 48px;
}
.index_con ul li:last-child{
	margin-right: 0;
}
.index_con ul li a{
	display: block;
}
.index_con ul li a .index_img{
	overflow: hidden;
	position: relative;
}
.index_con ul li a .index_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;
}
.index_con ul li a:hover .index_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index_con ul li a .index_ms{
	height: 80px;
	width: 100%;
	background: #e29d17;
	text-align: center;
	padding: 20px 19px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.index_con ul li a:hover .index_ms{
	height: 100px;
}
.index_con ul li a .index_ms h3{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 13px;
}
.index_con ul li a .index_ms .index_xq{
	font-size: 14px;
	color: #ffffff;
	height: 48px;
	overflow: hidden;
}
@media only screen and (max-width:1250px ){
	.index_con ul li{
		margin-right: 20px;
	}
}
@media only screen and (max-width:1199px ){
	.index_con ul li{
		padding: 0 15px;
		max-width: none;
		margin-right: 0;
	}
}
@media only screen and (max-width:991px ){
	.index_con ul li a .index_ms{
		height: 50px;
		padding: 10px;
	}
	.index_con ul li a:hover .index_ms{
		height: 60px;
	}
	.index_con ul li a .index_ms h3{
		font-size: 20px;
	}
}
@media only screen and (max-width:767px ){
	.index_con ul li{
		margin-bottom: 15px;
	}
}
/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: url('../images/footer-bg.jpg') no-repeat center;
	background-size: cover;
}
.footer{
	overflow: hidden;
	position: relative;
	padding: 25px 0;
}
.footer_dl{
	width: 15%;
	float: left;
}
.footer_dl:last-child{
	float: right;
}
.footer_dl dt a{
	font-size: 14px;
	color: #ffffff;
	display: block;
	padding-bottom: 8px;
}
.footer_dl dd a,.footer_dl dd p{
	font-size: 14px;
	color: #bfbfbf;
	display: block;
	line-height: 28px;
}
.footer_dl dt{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.footer_dl>p{
	color: #bfbfbf;
}
.footer_ewm{
	width: 246px;
	float: left;
}
.footer_ewm dd{
	display: inline-block;
}
.footer_ewm dd p{
	text-align: center;
	padding-top: 12px;
	color: #bfbfbf;
}
.footer_ewm dd img{
	margin-right: 15px;
}
.footer_ewm dd:last-child img{
	margin-right: 0;
}
.footer_ewm dt{
	margin-bottom: 10px;
	font-size: 14px;
    color: #ffffff;
}
.copyright{
	background: #222222;
	text-align: center;
	color: #bfbfbf;
	padding: 15px 0;
	font-size: 14px;
}
@media only screen and (max-width:1199px ){
	.footer{
		padding: 20px 15px 10px;
	}
	.footer_dl:nth-child(1),.footer_dl:nth-child(2),.footer_dl:nth-child(3),.footer_dl:nth-child(4){
		display: none;
	}
	.footer_ewm,.footer_dl:nth-child(6){
		width: 50%;
		text-align: center;
	}
}
@media only screen and (max-width:767px ){
	.footer_ewm{
		display: none;
	}
	.footer_dl:nth-child(6){
		width: 100%;
		text-align: center;
	}
}
/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	width: 100%;
	overflow: hidden;
	padding: 80px 0 40px;
}

/*左侧*/
.main_left{
	float: left;
	width: 196px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #d12441;
	text-align: center;
	padding: 33px 0 30px;
}
.left_title h3{
	font-size: 30px;
	font-weight: bold;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul li{
	background: url('../images/li-1.png') no-repeat calc(100% - 18px) #d12441;
	background: url(../images/li-1.png) no-repeat -webkit-calc(100% - 18px) #d12441;
	background: url(../images/li-1.png) no-repeat -moz-calc(100% - 18px) #d12441;
	margin-bottom: 10px;
}
.left_ul li:first-child{
	margin-top: 10px;
}
.left_ul li a{
	padding-left: 11px;
	display: block;
	height: 39px;
	line-height: 39px;
	text-align: left;
	color: #ffffff;
	background: url(../images/a-1.png) no-repeat 18px;
	font-size: 16px;
	padding-left: 38px;
	text-transform: uppercase;
}
.left_ul li.producttype1sel{
	background: url('../images/li-2.png') no-repeat calc(100% - 18px) #e29d17;
	background: url(../images/li-2.png) no-repeat -webkit-calc(100% - 18px) #e29d17;
	background: url(../images/li-2.png) no-repeat -moz-calc(100% - 18px) #e29d17;
	margin-bottom: 10px;
}
.left_ul li.producttype1sel a{
	background: url(../images/a-2.png) no-repeat 18px;
}
.left_ul li:hover{
	background: url('../images/li-2.png') no-repeat calc(100% - 18px) #e29d17;
	background: url(../images/li-2.png) no-repeat -webkit-calc(100% - 18px) #e29d17;
	background: url(../images/li-2.png) no-repeat -moz-calc(100% - 18px) #e29d17;
}
.left_ul li a:hover{
	background: url(../images/a-2.png) no-repeat 18px;
}
.left_ul li.producttype2{
	margin-bottom: 0;
	background: #ffffff;
}
.left_ul li.producttype2 a{
	height: 32px;
	line-height: 32px;
	color: #333333;
	font-size: 14px;
	border-right: 0;
	padding-left: 38px;
}
.left_ul li.producttype2 a:hover{
	color: #e29d17;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}

/* 右侧 */
.inside_nav{
	height: 74px;
	line-height: 74px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	margin-bottom: 20px;
}
.inside_nav h3{
	height: 74px;
	line-height: 74px;
	font-size: 24px;
	color: #d12441;
	font-weight: bold;
	background: url('../images/h3.png') no-repeat left;
	padding-left: 20px;
}
.nav_right{
	position: absolute;
	right: 0;
	top: 6px;
	padding-left: 25px;
	color: #888888;
}
.nav_right a{
	font-size: 14px;
	color: #888888;
}
.main_right{
	float: right;
	width: calc(100% - 234px);
	width: -webkit-calc(100% - 234px);
	width: -moz-calc(100% - 234px);
}
.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	padding: 0 12px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.pro_image{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_image .pro_img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	max-width: 306px;
	margin: 0 auto;
}
.pro_image span{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	background: url('../images/fd.png') no-repeat center;
}
.pro_ul li a:hover .pro_image span{
	top: 50%;
	margin-top: -30px;
	opacity: 1;
}
.pro_ul li a p{
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.pro_ul li a:hover p{
	color: #e29d17;
}
@media only screen and (max-width:1199px ) {
	.pro_ul li{
		padding: 0 15px;
	}
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		height: 100%;
		background: #eee;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
		padding: 0px 10px 0px 15px;
		font-size: 18px;
	}
	.left_title h3{
		height: 56px;
	    line-height: 56px;
	    text-align: left;
	    font-size: 20px;
	    padding-left: 25px;
	}
	.left_ul{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
	}
	.inside_nav{
		line-height: 55px;
		height: 55px;
	}
	.inside_nav h3{
	    font-size: 20px;
	    line-height: 55px;
	    height: 55px;
	    background: none;
	    text-align: left;
	}
	.nav_right{
		top: 0;
	}
	.nav_right>span{
		display: none;
	}
}
@media (max-width: 767px){
	.left_ul li{
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
	.inside_img{
		float: none;
		width: 100%;
	}
	.inside_ms{
		float: none;
		width: 100%;
		max-width: 448px;
		margin: 20px auto 0px;
	}
}
@media only screen and (max-width:480px ) {
	.main_right{
		margin-top: 25px;
	}
	.pro_image{
		max-width: 261px;
		margin: 0 auto;
	}
	.inside_nav{
		display: none;
	}
}

/* 产品内页标题 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
}

/* 新闻  */
.news_con li{
	background: #ffffff;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #dedede;
}
.news_con li:last-child{
	margin-bottom: 40px;
}
.news_con li a{
	display: block;
}
.news_con li a .news_left_img{
	overflow: hidden;
	float: left;
}
.news_con li a .news_left_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;
}
.news_con li a:hover .news_left_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_con li a .news_right_text{
	float: right;
	width: calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: webkit-calc(100% - 260px);
}
.news_con li a .news_right_text h3{
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
	margin: 11px auto 11px;
}
.news_con li a:hover .news_right_text h3{
	color: #ecac30;
}
.news_con li a .news_right_text span{
	display: block;
	color: #999999;
	font-size: 12px;
	margin-bottom: 4px;
	padding-left: 20px;
	background: url('../images/date.png') no-repeat left;
}
.news_con li a .news_right_text .news_bottom_tetx{
	font-size: 14px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	color: #666666;
}
.news_con li a .news_right_text  em{
	display: block;
	font-style: normal;
	width: 125px;
	height: 31px;
	background: #eb621a;
	line-height: 31px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	margin-top: 30px;
}
@media only screen and (max-width:1199px ) {
	.news_con li a .news_left_img{
		display: none;
	}
	.news_con li a .news_right_text{
		width: 100%;
		float: none;
	}
}

/* 新闻内页 */
.inside_news_box{
	background: #ffffff;
	padding: 20px;
}
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#181616;
	margin-bottom: 8px;
}
.inside_date{
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.inside_date>p{
	display: inline-block;
}
.inside_date>span{
	display: inline-block;
	padding-left: 20px;
}
.news_content{
	margin: 20px 0px;
	font-size: 14px;
	min-height: 200px;
}

/* 内页分页 */
.page_box{
	text-align: center;
	margin-top: 16px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 12px;
	color: #969696;
	margin: 0 3px;
}
.page_box a.on{
	color:#fff;
	background:#e29d17;
	border: 1px solid #e29d17;
}
.page_box span{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	margin: 0 3px;
	color:#fff;
	background:#e29d17;
	border: 1px solid #e29d17;
}
/* 内页详情分页 */
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	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%;
	}
	.page_box{
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

/* 关于我们 */
.about_more{
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 40px;
}
.about_more li{
	height: 72px;
	text-align: center;
	border-right: 1px dashed #666666;
}
/*.about_more li:last-child{
	border-right: none;
}*/
.about_more li>span{
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	color: #d12441;
}
.about_more li>span>em{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	padding-left: 8px;
	display: inline-block;
}
.about_more li>p{
	font-size: 18px;
	color: #333333;
}
/* 在线留言 */
.form{
	margin: 30px 0;
}
.form .form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}
.form label{
	font-weight: normal;
	text-align: 
	right;width: 19%;
	float: left;
	padding-right: 2%;
	line-height: 48px;
}
.form .input{
	width: 80%;
	float: left;
}
.form .form-control{
	display: initial;
	width:30%;
}
.form i{
	font-style: normal;
	vertical-align: middle;	
	padding-left: 5px;
}
.form select.form-control{	
	width: auto;
}
.form .send-btn{
	text-align: center;
	margin-top: 20px;
}
.form .send-btn input{
	width: 160px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: none;
	margin:5px 11px;
}
.form .send-btn .send{
	background: #e29d17;
	color: #fff;
}
.form .send-btn .reset{
	background: #666;	
	color: #fff;
}
.form textarea{
	width: 80%;
	border: #ddd 1px solid;
	padding: 6px 12px;
}
@media only screen and (max-width:767px) {
	.form input.form-control{
		width: 80%;
	}
	.form .input{
		width: 80%;
	}
	.form .form-control{
		display: initial;width:80%;
	}
}
@media only screen and (max-width:480px) {
	.form input.form-control{
		width: 94%;
	}
	.form .form-horizontal .form-group{
		margin-bottom: 10px;
	}
	.form label{
		width: 100%;
		text-align: left;
	}
	.form .input{
		width:90%;
	}
	.form textarea{
		width: 90%;
	}
}

/* 小屏幕显示 */
@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
@media(max-width: 1199px){
	.main_content p iframe{
		width: 100% !important;
	}
}
