﻿@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: 30;
}
.w{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width:632px ) {
	.w{
		overflow: hidden;
	}
}
@media (min-width: 768px) {
  .w{
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}
.logo{
	float: left;
}
.logo img{
	transition: all 0.3s linear;
	display: block;
	width: 100%;
	margin: 15px 0px 11px;
}
.header_right{
	margin-top: 10px;
}
.header_right p{
	background: url(../images/dh.png) no-repeat left;
	height: 37px;
	line-height: 53px;
	padding-left: 40px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 8px;
}
.header_right span{
	display: block;
	font-size: 24px;
	color: #d30101;
}
#nav{
	background: #0090D6;
	width: 100%;
}
.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color:#ffffff;
	padding:0px 38px;
}
.nav ul>li:first-child{
	margin-left: 0;
}
.nav ul>li:last-child{
	margin-right: 0;
}
.nav ul>li>a:hover{
	color: #FFFFFF;
	background: #d5241c;
}
.nav ul>li.active>a{
	color: #FFFFFF;
	background: #d5241c;
}
.sub_box{
	position: absolute;
	width: 297px;
	display: none;
	background: #FFFFFF;
	box-shadow: 2px 5px 9px #e1e1d8;
}
.sub_pro{
	width: 780px;
}
.dl_img{
	display: block;
	float: left;
	margin: 14px;
}
.sub_dl{
	float: right;
	padding-top: 14px;
	padding-right: 14px;
}
.sub_dl dd a{
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.sub_dl dd a:hover{
	color: #0090D6;
}
.pro_dl{
	float: left;
	padding-right: 16px;
	padding-top: 14px;
}
.pro_dl:last-child{
	padding-right: 0;
}
@media (max-width: 1199px) {
	.nav ul>li>a{
		padding: 0px 29px;
		font-size: 16px;
	}
	.sub_dl dd a{
		font-size: 14px;
	}
}
@media(max-width: 991px){
	header{
		height: 74px;
	}
	.logo img{
		margin: 0px;
	}
	.header_right{
		display: none;
	}
	.nav{
		display: none;
	}
}
@media only screen and (max-width:767px ){
	.logo img{
		width: 400px;
		margin-top: 10px;
	}
}
@media only screen and (max-width:480px ){
	.logo img{
		width: 270px;
		margin-top: 15px;
	}
} 

/* 手机按钮  */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 74px;
	height: 74px;
	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: #d5241c;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*#mobileMenu .menu li:hover{
	background: #8ace17;
}
#mobileMenu .menu li:hover a.dl-none{
	color: #FFFFFF;
}*/
#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: #d5241c;
	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 !important;
	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;
	}
}
.menu li a.cn{
	width: 50%;
	float: left;
	text-align: center;
	color: #666 !important;
	padding-left: 0 !important;
	border-right: 1px solid #E6E6E6;
}
.border{
	border-right: none !important;
}

/* 产品展示 */
.index_pro{
	position: relative;
	margin: 45px auto 50px;
}
.index_title{
	text-align: center;
	padding-bottom: 25px;
}
.index_title h3{
	font-size: 30px;
	font-weight: bold;
	color: #0090D6;
	padding-bottom: 15px;
}
@font-face {
	font-family:"KOALA";
	src: url(../font/KOALA.ttf);
}
.index_title>p{
	font-family:"KOALA";
	font-size: 24px;
	color: #000000;
}
.list_a{
	display: block;
}
.pro_img{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_img .pro_image{
	width: 100%;
	display: block;
	max-width: 392px;
}
.pro_list .list_a p{
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	background: #FFFFFF;
	width: 100%;
	text-align: center;
	color: #000000;
}
.index_pro .index_link{
	border: 1px solid #999999;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: #999999;
	text-align: center;
	margin-left: -78px;
	width: 156px;
	height: 34px;
	line-height: 34px;
}
#pro_scroll .item{
	margin: 0 5px;
}
.a_hover{
	background: rgba(0,0,0,0.53);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.fd{
	position: absolute;
	text-align: center;
	top: 40%;
	left: 50%;
	margin-left: -23px;
	margin-top: -24px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pro_list .list_a:hover .a_hover{
	opacity: 1;
}
.pro_list .list_a:hover .a_hover .fd{
	top: 50%;
}
@media only screen and (max-width:1199px ) {
	.index_pro{
		margin: 35px auto 40px;
	}
	.index_title h3{
		font-size: 26px;
	}
}
@media only screen and (max-width:767px ) {
	.index_pro .index_link{
		height: 36px;
		line-height: 36px;
		width: 80px;
		margin-left: -40px;
	}
}

/* 优势 */
#superiority{
	background: url(../images/superiority-bg.jpg) no-repeat;
	padding: 40px 0px 118px;
}
.superiority{
	width: 100%;
	max-width: 1230px;
}
.superiority_ul{
	margin-bottom: 38px;
	height: 77px;
}
.superiority_ul li{
	float: left;
	line-height: 77px;
	height: 77px;
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}
.superiority_ul li:hover{
	color: #FFFFFF;
	background: #c02a2f;
}
.superiority_ul li.active{
	color: #FFFFFF;
	background: #c02a2f;
}
.superiority_img{
	overflow: hidden;
	height: 415px;
}
.superiority_img ul{
	height: 100%;
	overflow: hidden;
}
.superiority_img ul li img{
	display: block;
	width: 100%;
}
@media only screen and (max-width:1199px ) {
	#superiority{
		padding: 20px 0px 50px;
	}
	.superiority_img{
		height: 400px;
	}
	.superiority_ul{
		width: 100%;
	}
	.superiority_ul li{
		padding: 0 30px;
	}
}
@media only screen and (max-width:991px ) {
	.superiority_img{
		height: 300px;
	}
}
@media only screen and (max-width:767px ) {
	#superiority{
		padding: 20px 0 10px;
	}
	.superiority_img{
		height: 252px;
	}
	.superiority_ul{
		height: 40px;
		margin-bottom: 15px;
	}
	.superiority_ul li{
		padding: 0 5px;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
}
@media only screen and (max-width:480px ) {
	.superiority_img{
		height: 150px;
	}
}


/*关于我们*/
@media only screen and (min-width:1200px ) {
	.index_about{
		width: 100%;
		max-width: 1230px;
	}
}
.index_about{
	padding: 45px 15px 48px;
}
.about_box{
	overflow: hidden;
}
.about_left{
	float: left;
	width: 50%;
	padding-right: 30px;
}
.about_left a{
	display: block;
}
.about_left a img{
	display: block;
	width: 100%;
	max-width: 570px;
}
.about_right{
	width: 50%;
	float: left;
}
.about_more{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.about_sort ul{
	overflow: hidden;
	margin-top: 35px;
}
.about_sort li{
	float: left;
	width: 17%;
	margin: 0 22px;
	text-align: center;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.sort_1{
	background: url(../images/about_sort-1.png) no-repeat;
	height: 124px;
}
.sort_2{
	background: url(../images/about_sort-2.png) no-repeat;
	height: 124px;
}
.sort_3{
	background: url(../images/about_sort-3.png) no-repeat;
	height: 124px;
}
.sort_4{
	background: url(../images/about_sort-4.png) no-repeat;
	height: 124px;
}
.sort_1:hover{
	background: url(../images/about_sort-5.png) no-repeat;
}
.sort_2:hover{
	background: url(../images/about_sort-6.png) no-repeat;
}
.sort_3:hover{
	background: url(../images/about_sort-7.png) no-repeat;
}
.sort_4:hover{
	background: url(../images/about_sort-8.png) no-repeat;
}
.about_sort li a{
	display: block;
}
.about_sort li a img{
	display: block;
	margin: 0 auto;
}
.about_sort li a p{
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding-top: 104px;
}
@media only screen and (max-width:1199px ){
	.about_sort{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.about_left{
		width: 100%;
		max-width: 570px;
		margin: 0 auto;
		float: none;
		padding-right: 0;
	}
	.about_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}

/* 新闻中心 */
#index_news{
	background: #f6f6f6;
}
@media only screen and (min-width:1200px ) {
	.index_news{
		width: 100%;
		max-width: 1230px;
	}
}
.index_news{
	padding: 50px 15px;
}
.news_show{
	position: relative;
	overflow: hidden;
	height: 265px;
}
.news_show .prev,.news_show .next{
	position: absolute;
	width: 27px;
	height: 27px;
	right: 0;
	top: 110px;
	background: url(../images/prev.png) no-repeat;
}
.news_show .next{
	top: 140px;
	background: url(../images/next.png) no-repeat;
}
.news_show ul{
	overflow: hidden;
}
.news_list{
	padding:0;
	float: left;
	width: 24%;
	height: 100% !important;
	margin-right: 100px;
}
.news_list>a{
	display: block;
}
.news_list>a .date{
	width: 82px;
	text-align: left;
}
.news_list>a .date p{
	color: #999999;
	margin-bottom: 5px;
}
.news_list>a .date span{
	display: block;
	font-size: 72px;
	line-height: 72px;
	font-weight: bold;
	color: #444444;
	margin-left: -5px;
}
.news_list>a:hover .date span{
	color: #0090D6;
}
.news_list>a:hover h3{
	color: #0090D6;
}
.news_list>a h3{
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	color: #444444;
	font-weight: normal;
	overflow: hidden;
}
.news_list>a h4{
	display: none;
}
.news_list>a .news_ms{
	border-top: 1px solid #dcdcdc;
	padding-top: 5px;
	font-size: 16px;
	color: #999999;
	max-height: 78px;
	overflow: hidden;
}
.news_list>a em{
	display: block;
	font-style: normal;
	background: url(../images/em.png) no-repeat;
	width: 23px;
	height: 23px;
	margin-top: 5px;
}
@media only screen and (max-width:1199px ) {
	.news_show{
		height: 175px;
	}
	.news_list{
		width: 22%;
		margin-right: 80px;
	}
	.news_list>a .date{
		display: none;
	}
	.news_list>a h4{
		display: block;
	}
}
@media only screen and (max-width:767px ) {
	.news_list{
		width: 40%;
		margin-right: 50px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:547px ){
	.news_show{
		height: 145px;
	}
	.news_list{
		width: 40%;
		margin-right: 30px;
	}
	.news_list>a h4{
		font-size: 14px;
	}
	.news_list>a h3{
		max-height: 24px;
	}
	.news_show .prev, .news_show .next{
		top: 10px;
	}
	.news_show .next{
		top: 60px;
	}
} 

/*底部内容*/
footer{
	width: 100%;
	background: #0090D6;
	padding-top: 55px;
	margin-top: 50px;
}
/*@media only screen and (min-width:1200px ) {
	.footer{
	width: 1230px;
	}
}*/
.footer_logo{
	float: left;
	width: 20%;
	padding-top: 15px;
	margin-right: 150px;
}
.footer_logo a{
	display: block;
}
.footer_logo a img{
	display: block;
}
.footer_con{
	width: 40%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
}
.footer_con span{
	padding-left: 60px;
}
.footer_con p:nth-child(3)>span{
	padding-left: 14px;
}
.ewm{
	float: right;
	width: 14.5%;
	margin-right: 20px;
}
.ewm img{
	display: block;
	width: 100%;
	max-width: 173px;
	margin: 0 auto;
}
.copyright{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	padding: 20px 15px 16px;
	border-top: 1px solid #FFFFFF;
	margin-top: 40px;
}
@media only screen and (max-width:1199px ){
	footer{
		padding-top: 0;
	}
	.footer_logo,.footer_con,.ewm{
		display: none;
	}
	
	.copyright{
		margin-top: 0;
		font-size: 14px;
		border-top: none;
	}
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}

/* 内页导航 */
.main_nav{
	background: url(../images/zy.png) no-repeat left;
	padding-left: 22px;
}
.main_nav>a{
	line-height: 70px;
	display: inline-block;
	text-transform: uppercase;
	color: #666666;
	font-size: 14px;
	padding: 0 6px;
}
.main_nav>a:first-child{
	background: url(../images/nav-a.png) no-repeat right;
}
@media only screen and (max-width:1199px ) {
	.main_nav{
		margin-left: 15px;
	}
}

#main{
	margin: 60px auto;
	overflow: hidden;
}
@media only screen and (min-width:1200px ) {
	.w{
		width: 100%;
		max-width: 1220px;
	}
}
@media(max-width: 991px){
	#main{
		margin: 30px auto 0;
	}
}

/*左侧*/
.main_left{
	float: left;
	width: 229px;
}
.left_title{
	height: 137px;
	padding-left: 42px;
	padding-top: 25px;
	color: #FFFFFF;
	position: relative;
	background: url(../images/left_title.png) no-repeat;
}
.left_title h3{
	font-family: arial;
	font-size: 18px;
	text-transform: uppercase;
}
.left_title h4{
	font-size: 30px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul{
	background: #f0f0f0;
	margin-top: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
@media only screen and (max-width:991px ) {
	.left_title h4{
		line-height: 56px;
		font-weight: normal;
		font-size: 20px;
		background: none;
		padding-bottom: 0;
		text-align: left;
	}
	.left_title h3{
		display: none;
	}
	.left_contact{
		display: none;
	}
}
.left_ul li{
	margin: 1px 2px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px  solid #FFFFFF;
}
.left_ul li a{
	display: block;
	background: url(../images/li-a.png) no-repeat 10px;
	height: 43px;
	line-height: 43px;
	text-align: left;
	padding-left: 28px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
}
.left_ul li:hover{
	margin: 1px 0px !important;
}
.left_ul li:first-child{
	border-top: 2px solid #FFFFFF;
}
.left_ul li:last-child{
	border-bottom: 2px solid #FFFFFF;
}
.left_ul li:hover a{
	background: #0090D6 url(../images/li-a2.png) no-repeat 10px;
	color: #FFFFFF;
}
.left_ul li.active{
	margin: 1px 0px !important;
}
.left_ul li.active a{
	background: #0090D6 url(../images/li-a2.png) no-repeat 10px;
	color: #FFFFFF;
}
/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
}
.inside_nav{
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/zy.png) no-repeat left;
	padding-left: 26px;
	line-height: 43px;
	color: #999999;
	margin-bottom: 13px;
}
.inside_nav>a{
	color: #999999;
}
.pro_ul{
	overflow: hidden;
	margin: 0 8px;
}
.pro_ul li{
	padding: 0px 4px;
}
.pro_a{
	display: block;
	margin: 0 auto;
}
.pro_image{
	overflow: hidden;
	position: relative;
}
.pro_image .pro_img{
	display: block;
	width: 100%;
	
	margin: 0 auto;
}
.pro_ul li a p{
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.zzc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.zzc>img{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -21.5px;
	margin-top: -21px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_ul li a:hover .zzc{
	opacity: 1;
}
.pro_ul li a:hover .zzc>img{
	top: 50%;
}

@media only screen and (max-width:1199px ) {
	.pro_ul{
		margin: 0;
	}
	.pro_ul li{
		padding: 0 15px;
	}
	.pro_ul li a p{
		text-align: center;
	}
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
	}
	.left_ul{
		display: none;
	}
	.left_iphone{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
	}
	.left_title{
		padding: 0px 10px 0px 15px;
		font-size: 18px;
		background: #0090D6;
	}
}
@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 ) {
	.pro_image{
		max-width: 292px;
		margin: 0 auto;
	}
	.inside_nav h3{
		font-size: 16px;
	}
}

/* 产品内页标题 */
.inside_title{
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	color: #0090D6;
	padding-left: 69px;
	margin-bottom: 20px;
}
/* 产品详情 */
.main_box{
	width: 100%;
	max-width: 627px;
	margin: 47px auto 45px;
	text-align: center;
}
@media only screen and (max-width:1199px ) {
	.main_box{
		width: 100%;
	}
	.main_box img{
		display: block;
		width: 100%;
	}
}
.main_content{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	
	text-align: left;
	font-size: 16px;
}
.main_content p>span{
	font-weight: bold;
	font-size: 16px;
	padding-right: 12px;
}
@media only screen and (max-width:480px ) {
	.inside_title{
		padding-left: 0;
	}
	.main_content{
		width: 100%;
	
		text-align: left;
	}
}


/* 新闻  */
.news_ul li{
	height: 158px;
	padding: 25px 39px 30px;
	background: #f0f0f0;
	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_left{
	width: 676px;
	float: left;
}
.news_ul li a .newsd_left h3{
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 14px;
	overflow: hidden;
	font-weight: normal;
	color: #333333;
}
.news_ul li a .newsd_left h4{
	display: none;
}
.news_ul li a .newsd_more{
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	max-height: 52px;
}
.main_right .newsd_date{
	float: right;
	height: 158px;
}
.main_right .newsd_date span{
	display: block;
	font-size: 24px;
	color: #999999;
	padding-top: 15px;
}
.main_right .newsd_date em{
	display: block;
	font-style: normal;
	width: 106px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 6px;
	margin: 16px auto 0;
	background: #0090D6;
}
@media only screen and (max-width:1199px ) {
	.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%;
	}
}
.page_box{
	height: 32px;
	text-align: center;
	margin-top: 36px;
}
.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:#0090D6;
	border: 1px solid #0090D6;
}
.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%;
	}
}

/* 关于我们 */
.maind_box{
	overflow: hidden;
}
@media only screen and (max-width:1199px ) {
	.maind_box img{
		display: block;
		width: 100%;
	}
}

/* 资质荣誉 */
.main_box{
	overflow: hidden;
	width: 100% !important;
	padding-left: 0 !important;
	text-align: center !important;
}
@media only screen and (max-width:991px ) {
	.main_box img{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.main_box iframe{
		width: 100% !important;
	}
}