@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: #d8232a;
}
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;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
}
.heaer_left{
	float: left;
	margin-right: 60px;
}
.logo{
	margin: 28px 0px 10px 0px;
	display: block;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
}
.heaer_left p{
	/*background: url(../images/p-bg.png) no-repeat 56px;*/
	text-align: right;
	color: #d8232a;
	font-size: 12px;
}
.nav{
	float: left;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 96px;
	line-height: 96px;
	font-size: 16px;
	color:#000;
	padding:0px 15px;
}
.nav>li>a:hover{
	color: #d8232a;
	background: none;
}
.nav>li.active>a{
	color: #d8232a;
	background: none;
}
.sub_dl{
	position: absolute;
	left: 10px;
	top: 60px;
	width: 180px;
	display: none;
}
.sub_dl dd{
	text-align: center;
	display: inline-block;
}
.sub_dl dd a{
	font-size: 14px;
	display: inline-block;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
}
.sub_dl dd a:hover{
	color: #d8232a !important;
}
.header_right{
	float: right;
	width: 159px;
	background: url(../images/header_right.png) no-repeat 88px;
	margin-top: 13px;
}
.header_right a:hover{
	color: #d8232a;
}
.tb{
	float: left;
	text-align: center;
}
.tb p{
	margin-top: 5px;
}
.language{
	float: right;
	padding-right: 10px;
}
.language a{
	display: block;
}
@media (max-width: 1199px) {
	.nav>li>a{
		padding: 0px 12px;
		font-size: 15px;
	}
	.heaer_left{
		margin-right: 20px;
	}
}
@media (max-width: 991px) {
	.header_right{
		display: none;
	}
}

/* 手机导航 */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 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: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu li:first-child a:hover{
	background: none;
	color: #d8232a;
}
#mobileMenu .menu a:hover{
	background-color: #d8232a;
    text-decoration: none;
    color:#fff;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
	header .nav{
		display: none;
	}
	.logo img{
		width: 180px;
	}
	.logo{
		margin: 15px 0px 0px 0px;
	}
	#navToggle{
		display: block;
	}
	
}
@media only screen and (max-width:991px ) {
	header.container{
		width: 100%;
	}
}




/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 720px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:720px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #d8232a !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* 套餐推荐 */
.recommend{
	padding-top: 40px;
}
.recommend_list{
	margin-bottom: 35px;
}
.recommend_a{
	display: block;
	max-width: 370px;
	overflow: hidden;
	margin: 0 auto;
}
.recommend_a img{
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.recommend_list .recommend_a:hover img{
	transform: scale(1.1);
}

/*产品展示*/
.products{
	padding: 35px 0px 36px;
}
.index_title{
	text-align: center;
	color: #000000;
}
@font-face {
	font-family:Microsoft Yi Baiti;
	src: url(../font/Microsoft Yi Baiti.ttf);
}
.index_title h3{
	font-size: 59px;
	text-transform: uppercase;
	font-family:Microsoft Yi Baiti;
	margin-bottom: 20px;
}
.index_title h4{
	font-size: 24px;
	font-weight: normal;
}
.pro_nav{
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}
.pro_nav a{
	display: inline-block;
	padding: 0px 30px;
	font-size: 16px;
}
.pro_nav a:hover{
	text-decoration: underline;
	color: #d8232a;
}
.pro_contacontainer ul{
	overflow: hidden;
	text-align: center; 
}
.pro_contacontainer ul li{
	overflow: hidden;
	margin: 0 auto;
}
.pro_contacontainer ul li a{
	display: block;
}
.pro_contacontainer ul li a img{
	margin: 0 auto;
}
.pro_contacontainer ul li a:hover img{
	box-shadow: 2px 2px 5px 2px #b9b9b9;
}
.pro_contacontainer ul li a:hover p{
	color: #d8232a;
}
.pro_contacontainer ul li a p{
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #000000;
}
.pro_link{
	width: 30%;
	height: 41px;
	line-height: 41px;
	margin: 14px auto 0px;
	display: block;
	text-align: center;
	color: #000000;
	border: 1px solid #bfbfbf;
}
.pro_link:hover{
	color: #d8232a;
	font-weight: bold;
}
@media only screen and (max-width: 1199px){
	.products{
		padding: 50px 0px 26px;
	}
	.index_title{
		margin-bottom: 25px !important;
	}
	.index_title h3{
		font-size: 49px;
		margin-bottom: 10px;
	}
	.index_title h4{
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.products{
		padding: 35px 0px 26px;
	}
	.index_title h3{
		font-size: 39px;
		margin-bottom: 10px;
	}
	.index_title h4{
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	.pro_contacontainer ul li{
		float: left;
		text-align: center;
	}
}
@media only screen and (max-width: 480px){
	.products{
		padding: 20px 0px 15px;
	}
	.index_title{
		margin-bottom: 20px !important;
	}
	.index_title h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.index_title h4{
		font-size: 14px;
	}
	.pro_nav{
		margin-bottom: 15px;
	}
	.pro_nav a{
		font-size: 14px;
		padding: 0 20px;
	}
}
/* 热销产品 */
.hot{
	padding: 90px 0px 80px;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#hot_scroll .owl-controls .owl-page{
	display:inline-block;
	width: 13px;
	height: 13px;
	border-radius:50%;
	background: #000000;
	margin: 0px 6px;
}
#hot_scroll .owl-pagination{
	text-align: center;
	margin-top: 13px;
}
#hot_scroll .owl-page.active{
	background: #d8232a;
}
.index_title{
	margin-bottom: 40px;
}
#hot_scroll .item{
	margin: 0 5px;
}
.hot_list{
	display: block;
	max-width: 293px;
	margin: 0 auto;
}
.hot_img{
	display: block;
	position: relative;
}
.list_a{
	display: block;
}
.list_a img{
	display: block;
	width: 100%;
}
.a_hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s
}
.hot_list a:hover .hot_img .a_hover{
	opacity: 1;
}
.hot_list a p{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.hot_list a:hover p{
	color: #d8232a;
}
@media only screen and (max-width: 1199px){
	.hot{
		padding: 60px 0px 60px;
	}
}
@media only screen and (max-width: 991px){
	.hot{
		padding: 40px 0px 40px;
	}
}
@media only screen and (max-width: 480px){
	.hot{
		padding: 20px 0px 20px;
	}
}

/* 二屏 */
.cooperation{
	padding-bottom: 160px;
}
@media only screen and (max-width: 1199px){
	.cooperation{
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 991px){
	.cooperation{
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 480px){
	.cooperation{
		padding-bottom: 40px;
	}
}

/*底部内容*/
footer{
	width: 100%;
	background: #eeeeee;
	color: #333333;
	padding: 47px 0px 37px;
}
.footer_contact h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.footer_contact p{
	font-size: 12px;
}
.footer_list{
	text-align: center;
}
.footer_list dl dt{
	margin-bottom: 9px;
	font-size: 14px;
}
.footer_list dl dt a:hover{
	color: #d8232a;
}
.footer_list dl dd a{
	font-size: 12px;
	line-height: 18px;
	color: #737373;
}
.footer_list dl dd a:hover{
	color: #d8232a;
}
.copyright{
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0px 16px;
	background: #666666;
}
@media only screen and (max-width:991px ) {
	.footer_contact{
		text-align: center;
	}
	.copyright{
		margin-top: 0px;
	}
}
@media only screen and (max-width:767px ) {
	.feedback_ul li{
		margin-bottom: 10px;
	}
	.feedback_ul li input[type="text"]{
		margin-right: 0px;
		float: none;
		width: 100%;
		height: 33px;
		line-height: 21px;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.feedback_ul li input[type="text"]:last-child{
		margin-bottom: 0px;
	}
	.feedback_ul li textarea{
		height: 100px;
	}
	.feedback_box{
		float: none;
		width: 100%;
	}
	.contact_right{
		float: none;
		width: 100%;
	}
	footer{
		background-size: cover;
	}
}
@media only screen and (max-width:480px ){
	footer{
		padding: 27px 0px 27px;
	}
	.footer_contact{
		padding-bottom: 10px;
	}
	.footer_list dl{
		padding-bottom: 15px;
	}
}



/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 45px auto;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}


/*左侧*/
.inside_title{
	text-align: center;
	color: #000000;
	position: relative;
	margin-bottom: 25px;
}
.inside_title h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inside_title h4{
	font-size: 16px;
}
.inside_title #navToggle{
	width: 56px;
	height: 56px;
}

@media only screen and (max-width:991px ) {
	.inside_title h3{
		line-height: 26px;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}
	.inside_title h4{
		text-align: left;
	}
	.ul_nav{
		display: none;
	}
}
.left_ul{
	overflow: hidden;
	display: table;
	margin: 0 auto 24px;
}
.left_ul li{
	float: left;
	text-align: center;
	margin-right: 22px;
}
.left_ul li a{
	display: block;
	width: 138px;
	height: 47px;
	line-height: 47px;
	border: 1px solid #5A5A64;
	text-align: center;
	color: #00000f;
}
.left_ul li a:hover,.left_ul li a:focus{
	color: #00000f;
	border: 1px solid #d8232a;
}
.left_ul li.active a{
	color: #00000f;
	border: 1px solid #d8232a;
}
@media only screen and (max-width:1199px ){
	.left_ul li{
		margin-right: 15px;
	}
	.left_ul li a{
		width: 110px;
	}
}

@media (max-width: 991px){
	.left_ul li{
		float: none;
		margin-bottom: 8px;
	}
	.left_ul li a{
		width: 100%;
	}
	.inside_title{
		height: 56px;
		line-height: 56px;
		padding: 0px 10px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.left_ul{
		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: center;
	}
	.left_title h3{
		font-size: 18px;
	}
}

.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	margin-bottom: 10px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	max-width: 280px;
}
.pro_ul li a:hover img{
	box-shadow: 2px 2px 5px 2px #b9b9b9;
	-webkit-box-shadow: 2px 2px 5px 2px #b9b9b9;
	-moz-box-shadow: 2px 2px 5px 2px #b9b9b9;
}
.pro_a p{
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.pro_ul li a:hover p{
	color: #d8232a;
}
.inside_img{
	float: left;
	width: 48%;
	text-align: center;
}
.pro_title{
	text-align: center;
	font-size: 18px;
}
.inside_img img{
	width: 100%;
	max-width: 448px;
}
.inside_ms{
	float: right;
	width: 48%;
	line-height: 24px;
	font-size: 14px;
}
@media only screen and (max-width:767px ) {
	.inside_img{
		float: none;
		width: 100%;
	}
	.inside_ms{
		float: none;
		width: 100%;
		max-width: 448px;
		margin: 20px auto 0px;
	}
}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}

/* 分页 */
.page_box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page_box a,.page_box span{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box span.current{
	color:#fff;
	background:#d8232a;
	border: 1px solid #d8232a;
}
.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;
}
@media only screen and (max-width:991px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

.title h3,.title h4{
	text-align: center;
}

.about_img{
	overflow: hidden;
	padding-bottom: 35px;
}

.contact_left h3{
	font-size: 22px;
	font-weight: normal;
	background: url(../images/h3.png) no-repeat left bottom;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.contact_left p{
	color: #626060;
	margin-bottom: 6px;
}
.contact_left{
	padding-top: 45px;
}
.form_title{
	position: relative;
	height: 48px;
	margin-bottom: 2px;
}
.form_title h4{
	font-size: 40px;
	text-transform: uppercase;
	color: #dadada;
	text-align: right;
	position: absolute;
	top: -15px;
	right: 25px;
}
@font-face {
	font-family: 中宋体迷你大标宋jj_0;
	src: url(../font/中宋体迷你大标宋jj_0.ttf);
}
.form_title h5{
	font-family: 中宋体迷你大标宋jj_0;
	text-align: center;
	font-size: 35px;
	color: #000000;
	padding-left: 45px;
	position: absolute;
	top: 0px;
	left: 40%;
}
.list_box{
	overflow: hidden;
}
.list_box li{
	margin-bottom: 26px;
	text-align: center;
}
.list_box li input[type="text"]{
	width: 70%;
	border: 1px solid #d0d0d0;
	padding: 10px;
	font-family: 宋体;
}
.list_box li textarea{
	width: 70%;
	height: 77px;
	border: 1px solid #d0d0d0;
	padding: 10px;
	resize: none;
	font-family: 宋体;
	overflow: auto;
}
#yzm{
	width:45%;
	margin-right: 30px;
}
.list_box li input[type="submit"]{
	width: 70%;
	background: #e71f19;
	color: #FFFFFF;
	border: none;
	height: 45px;
	line-height: 45px;
}
@media only screen and (max-width:1199px ){
	#yzm{
		width: 40%;
		
	}
}
@media only screen and (max-width:991px ){
	.contact_left{
		margin-bottom: 25px;
		text-align: center;
		padding-top: 25px;
	}
	.contact_left h3{
		background: url(../images/h3.png) no-repeat center bottom;
	}
	.map img{
		margin: 0 auto;
	}
	.form_title h4{
		right: 95px;
	}
	#yzm{
		width: 45%;	
	}
}
@media only screen and (max-width:767px ){
	.form_title h4{
		right: 125px;
	}
}
@media only screen and (max-width:480px ){
	.form_title h4{
		font-size: 30px;
		right: 30px;
	}
	.form_title h5{
		font-size: 20px;
		padding-left: 0;
	}
	#yzm{
		margin-right: 0;
		width: 35%;
	}
}
@media only screen and (max-width:991px ) {
	.main_content img{
		display: block;
		width: 100%;
	}
}
