﻿@charset "utf-8";
@import url('common/grid.css');/*网格*/
@import url('common/layout.css');/*整体框架*/
@import url('common/icon.css');/*图标*/
@import url('navi/navi_02.css');/*02导航*/
@import url('banner.css');/*幻灯片*/
@import url('navi/classify_01.css');/*侧栏样式*/
@import url('adorner/01/A_style.css');/*01装饰器*/
@import url('adorner/02/A_style.css');/*02装饰器*/
@import url('links.css');/*友情链接*/
@import url('kefu.css');/*在线客服*/
@import url('common/doc.css');/*自定义文档*/
@import url('animate.min.css');/*页面动画*/

html {
	overflow-x: hidden;
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
/*顶部*/
.fix-div {
	position: fixed;
	top: 0px;
	_position: fixed;
	z-index: 9999999999999999999999;
	width: 100%;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.top_logo {
	float: left;
	width: 150px;
	max-height: 100%;
}
.top_other {
	float: right;
	max-width: 175px;
}
.wp {
	max-width: 1200px;
	margin: 0 auto;
	height: 100px;
	margin-top: 0px;
	width: 80%;
	float: right;
}
#nav .language {
	cursor: pointer;
	float: right;
	position: relative;
	margin-top: 30px;
	border-radius: 55px;
	height: 42px;
	width: 120px;
	background: #eee;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
#nav .language:hover {
	background: #f00;
}
#nav .language:hover a {
	color: #fff!important;
}
#nav .language a.en {
	font-size: 14px;
	line-height: 42px;
	display: inline-block;
	color: #f00;
	text-align: center;
	margin-left: 20px;
	font-family: Arial, "Times New Roman";
	text-transform: uppercase;
}
#nav .language a.cn {
	display: inline-block;
	border-radius: 35px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-family: "微软雅黑", "黑体";	
	font-size: 12px;
	background: #f00;
	text-transform: uppercase;
	color: #fff;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
/*
#nav .language a.cn{
	display: inline-block;
	border-radius: 35px;
	width: 65px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #f00;
	text-transform: uppercase;
	color: #fff;
	float: left;
	margin-left: 10px;
	margin-top: 5px;	
	}
#nav .language a.en{
	line-height: 42px;
	margin-top: 0px;
	display: inline-block;
	color: #f00;
	text-align: center;
	margin-left: 0px;
	margin-right: 10px;
	background: none;
}
*/

#nav {
	height: 100px;
	width: 85%;
	float: right;
}
#nav li {
	position: relative;
	float: left;
	text-align: center;
}
#nav li span {
	color: #f00;
	font-family: "微软雅黑", "黑体";
	font-size: 36px;
	line-height: 100px;
	display: block;
	height: 100px;
}
#nav li:last-child, #nav li.last {
	border-right: none;
}
.menuBtn {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 35px;
	height: 30px;
	display: none;
	cursor: pointer;
	z-index: 100;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menuBtn em {
	margin-bottom: 10px;
	display: block;
	height: 3px;
	background-color: #e60021;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.menuBtn.on em {
	display: none;
	margin: -2px 0 0;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 30px;
}
.menuBtn.on em:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.on em:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#aside {
	position: fixed;
	top: 0;
	left: -240px;
	bottom: 0;
	width: 240px;
	background-color: #e60021;
	z-index: 110;
	overflow-y: auto;
}
#aside.open {
	left: 0;
}
#aside .menu {
	margin-top: 50px;
}
#aside .menu .v1 {
	padding-left: 30px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#aside .menu .v1:hover, #aside .menu .v1.on {
	color: #fff;
	background-color: #222;
}
#aside .menu .sub {
	padding: 10px 0;
	display: none;
}
#aside .menu .sub a {
	padding-left: 46px;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}
#aside .menu .sub a:hover, #aside .menu .sub a.on {
	color: #f19674;
	background-color: #1c1c1c;
}
#aside .lang {
	margin-top: 20px;
	float: none;
	display: block;
	text-align: center;
}
#aside .lang a {
	margin: 0 10px;
}
#aside .box-search {
	margin: 20px auto 0;
	float: none;
}
#aside .language {
	margin-top: 30px;
	text-align: center;
}
#aside .language a {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 40%;
	border: 1px solid #eee;
	color: #fff;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#aside .language a:hover {
	border: 1px solid #222;
	color: #fff;
	background: #222;
}
#aside .language a.language_en {
	border: 1px solid #222;
	color: #fff;
	background: #222;
}
.ani {
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.htmleaf-container .indicators-line > .carousel-indicators {
	text-align: center;
	z-index: 99999;
}
.htmleaf-container .indicators-line > .carousel-indicators li {
	background: #fff;
	border: none;
}
.htmleaf-container .carousel-indicators li.active {
	background: #f00;
}
.htmleaf-container .carousel-indicators li.active::before {
	display: none!important;
}
/* 搜索css */
.sousuo {
	float: left;
	margin-right: 10px;
	position: relative;
	margin-top: 30px;
}
#vivo-head {
	z-index: 1;
	position: relative;
	width: 100%;
}
.search-user b {
	background: url(../img/sousuo.png) no-repeat center center;
}
#vivo-head {
	z-index: 99;
	background: #fff;
	position: relative;
}
#vivo-head .vivo-nav {
	width: 42px;
	height: 42px;
	margin: auto;
	background: #fff;
	position: relative;
	z-index: 999;
}
.vivo-nav .search-user {
	float: right;
	height: 42px;
}
.search-user a {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 0px;
	background: #eee;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search-user a:hover, .search-user a.current {
	background: #f00;
}
.search-user a b {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.search-user a.search:hover b, .search-user a.search.current b {
	background: url(../img/sousuo_hover.png) no-repeat center center;
}
.search-user a.user b {
	background: url(../img/sousuo_hover.png) no-repeat center center;
}
.search-user a.user b img {
	width: 42px;
	height: 42px;
}
.search-user a.user:hover b, .search-user a.user.current b {
	background: url(../img/sousuo_hover.png) no-repeat center center;
}
#vivo-head .vivo-search {
	height: 80px;
	width: 1200px;
	max-width: 100%;
	background: #222;
	position: fixed;
	z-index: 9999;
	display: none;
	top: 100px;
	left: 50%;
	margin-left: -600px;
}
.vivo-search .search-box {
	width: 700px;
	height: 50px;
	line-height: 50px;
	top: 15px;
	left: 50%;
	margin-left: -350px;
	background: #fff;
	position: relative;
	z-index: 9999;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
.vivo-search .search-box input {
	width: 550px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0px;
	padding-left: 25px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体";
	color: #555;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	box-shadow: none!important;
}
.vivo-search .search-box button {
	width: 110px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	background: #f00;
	float: right;
	outline: none;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.vivo-search .search-box button:hover {
	background: #eb3d00;
}
.vivo-search .search-box button:active {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
}
.vivo-search .search-box a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 12px;
	right: -40px;
	cursor: pointer;
	background: url(../img/vivo-head-ico.png) -86px 0 no-repeat;
}
.vivo-search .search-box a.close:hover {
	background-position: -86px -25px;
}
.slide-image-phone {
	display: none!important;
}
/*首页侧边导航*/
.index_menu {
	position: fixed;
	right: 1%;
	bottom: 10%;
	z-index: 99999;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
/*
.index_fix {
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	position: fixed;
	top: 30%;
}
*/
.index_menu li {
	margin-bottom: 10px;
	position: relative;
}
.index_menu li a {
	display: block;
	border-radius: 5px;
	background: #aaa;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.index_menu li a:hover {
	background: #f00;
}
.index_menu li.cur a {
	background: #f00;
}
.index_menu li.cur a i{
	width: 9px;
	height: 12px;
	display: block;
	position: absolute;
	left: -9px;
	bottom: 50%;
	margin-bottom: -6px;
	background-image: url(../img/sanjiao_02.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.index_menu li img {
	max-width: 100%;
	width: 130px;
	border: 3px solid #ddd;
	border-radius: 5px;
}
/*首页关于*/	
.index_01 {
	margin-bottom: 50px;
	margin-top: 20px;
}
.index_title {
	text-align: center;
	margin-bottom: 25px;
}
.index_title h2 {
	color: #000;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: normal;
}
.index_title p {
	background: #f00;
	height: 3px;
	width: 50px;
	margin: 15px auto;
}
.index_about_info {
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 5%;
}
.index_about_info p {
	color: #333;
	font-size: 18px;
	line-height: 33px;
	margin: 0px;
}
.index_about_list {
	padding-left: 3%;
	padding-right: 3%;
}
.index_about_list .article {
	position: relative;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_about_txt {
	position: absolute;
	z-index: 9999;
	bottom: 10%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	background: rgba(255, 0, 0, 0.7);
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-top: 20px;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.index_about_list .article:hover .index_about_txt {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.index_about_txt a {
	color: #eee;
	font-size: 14px;
	line-height: 28px;
	display: block;
	padding-bottom: 35px;
	text-align: left;
	background: url(../img/index_about_jiantou.png) left bottom no-repeat;
}
.index_about_txt a:hover {
	color: #fff;
}
.index_about_img {
	position: relative;
	text-align: center;
}
.index_about_img h2 {
	position: absolute;
	z-index: 99999;
	width: 100%;
	top: 10%;
	padding-left: 10px;
	padding-right: 10px;
}
.index_about_img h2 a {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}
.index_about_img p a {
	display: block;
	background: #000;
}
.index_about_img p a img {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.index_about_list .article:hover img {
	filter: alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
	opacity: 0.5!important;
}
.index_about_list .owl-dots {
	display: none!important;
}
.index_about_list .owl-prev {
	position: absolute;
	left: -35px;
	top: 40%;
	z-index: 99999;
	width: 75px;
	height: 75px;
	font-size: 0px;
	text-indent: -9999em;
	margin: 0px!important;
	padding: 0px!important;
	background: url(../img/page_left.png) center center!important;
}
.index_about_list .owl-next {
	position: absolute;
	right: -35px;
	top: 40%;
	z-index: 99999;
	width: 75px;
	height: 75px;
	font-size: 0px;
	text-indent: -9999em;
	margin: 0px!important;
	padding: 0px!important;
	background: url(../img/page_right.png) center center!important;
}
.index_about_list .owl-prev:hover {
	background: url(../img/page_left_hover.png) center center!important;
}
.index_about_list .owl-next:hover {
	background: url(../img/page_right_hover.png) center center!important;
}
/*首页产品css*/
.index_02 {
	background: #f0f0f0;
	margin-bottom: 50px;
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.slideTxtBox {
	padding-left: 10%;
	padding-right: 10%;
	max-width: 100%;
}
.slideTxtBox .hd {
	text-align: center;
	margin-bottom: 35px;
	position: relative;
}
.slideTxtBox .hd ul li {
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 0 35px;
	background: #aaa;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border-radius: 5px;
}
.slideTxtBox .hd ul li.on {
	background: #f00;
}
.slideTxtBox .hd li.on i{
	width: 12px;
	height: 6px;
	display: block;
	position: absolute;
	margin-left: -6px;
	left: 50%;
	bottom: -6px;
	background-image: url(../img/sanjiao_01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.slideTxtBox .bd ul {
	padding: 0px;
	zoom: 1;
}
.slideTxtBox .bd li {
	float: left;
	width: 23%;
	margin: 1%;
	position: relative;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_pro_img {
	position: relative;
	background: #fff;
}
.index_pro_img p {
	padding: 0px;
	margin: 0px;
}
.index_pro_img a {
	position: absolute;
	z-index: 9999;
	margin: 5%;
	height: 90%;
	width: 90%;
	display: block;
	left: 0px;
	top: 0px;
	border: 1px solid #f00;
	text-indent: -9999em;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	background: url(../img/more_ui.png) no-repeat center -80px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.index_pro_img img {
	width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.slideTxtBox .bd li:hover .index_pro_img a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: url(../img/more_ui.png) no-repeat center center;
}
.slideTxtBox .bd li:hover .index_pro_img img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.index_pro_txt {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 70px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_pro_txt a {
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 50px;
	font-weight: normal;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_pro_txt p {
	bottom: -10px;
	position: relative;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.slideTxtBox .bd li:hover .index_pro_txt p {
	bottom: 5px;
	color: #fff;
}
.slideTxtBox .bd li:hover .index_pro_txt a {
	line-height: 30px;
	color: #fff;
}
.slideTxtBox .bd li:hover .index_pro_txt {
	background: #f00;
}
.slideTxtBox .bd li:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0)
}
.index_more {
	margin-top: 35px;
	text-align: center
}
.index_more a {
	display: inline-block;
	width: 180px;
	height: 50px;
	background: #fff;
	border: 1px solid #f00;
	color: #f00;
	line-height: 50px;
	border-radius: 55px;
	font-size: 14px;
}
.index_more a:hover {
	background: #f00;
	color: #fff;
}
/*首页新闻*/
.index_03 {
	padding-left: 10%;
	padding-right: 10%;
	max-width: 100%;
}
.index_news {
	margin-bottom: 30px;
	margin-top: 35px;
	background: #595f67;
	position: relative;
}
.index_news_first {
	width: 50%;
	float: left;
	overflow: hidden;
}
.index_news_first_img img {
	width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_news_first_txt {
	position: absolute;
	z-index: 999999;
	bottom: 0px;
	height: 80px;
	line-height: 80px;
	width: 50%;
	padding-left: 3%;
	padding-right: 3%;
	background: rgba(0, 0, 0, 0.7);
}
.index_news_first:hover .index_news_first_txt {
	background: rgba(0, 0, 0, 0.9);
}
.index_news_first_txt a {
	color: #fff;
	font-size: 18px;
	display: block;
	float: left;
	max-width: 70%;
	overflow: hidden;
	height: 80px;
}
.index_news_first_txt span {
	float: right;
	color: #aaa;
	font-size: 14px;
	font-family: Arial;
}
.index_news_first:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.index_news_list {
	float: left;
	width: 50%;
}
.index_news_list ul {
	padding-left: 50px;
	padding-top: 35px;
}
.index_news_list ul li {
	margin-bottom: 30px;
	max-height: 85px;
	overflow: hidden;
}
.index_news_img {
	float: left;
	max-width: 30%;
	overflow: hidden;
}
.index_news_img img {
	width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_news_list ul li:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.index_news_txt {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	max-width: 60%;
}
.index_news_txt h3 a {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	display: block;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}
.index_news_txt h3 a:hover {
	text-decoration: underline;
}
.index_news_txt p {
	color: #ddd;
	font-size: 14px;
	font-family: Arial;
}
/*首页友情链接*/
.index_04{
	margin-top: 60px;
	background: #f0f0f0;
	padding-top: 50px;
	padding-bottom: 50px;
}
.index_link_list {
	max-width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}
.index_link_list .hd {
	margin-bottom: 50px;
	text-align: center;
}
.index_link_list .hd li {
	position: relative;
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	background: #aaa;
	color: #fff;
	border-radius: 5px;
	font-size: 22px;
	margin: 0 10px;
}
.index_link_list .hd li.on {
	background: #f00;
	color: #fff;
}
.index_link_list .hd li.on i{
	width: 12px;
	height: 6px;
	display: block;
	position: absolute;
	margin-left: -6px;
	left: 50%;
	bottom: -6px;
	background-image: url(../img/sanjiao_01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.index_link_list .owl-nav .owl-prev{
	position: absolute;
	z-index: 99999;
	left: -40px;
	top: 30%;
	width: 17px;
	height: 31px;
	margin: 0px!important;
	padding: 0px!important;
	text-indent: -9999em;
	background: url(../img/link_left.png) no-repeat center center!important;
}
.index_link_list .owl-nav .owl-next{
	position: absolute;
	z-index: 99999;
	right: -40px;
	top: 30%;
	width: 17px;
	height: 31px;
	margin: 0px!important;
	padding: 0px!important;
	text-indent: -9999em;
	background: url(../img/link_right.png) no-repeat center center!important;
}
.index_link_list .owl-nav .owl-prev:hover{
	background: url(../img/link_left_hover.png) no-repeat center center!important;
}
.index_link_list .owl-nav .owl-next:hover{
	background: url(../img/link_right_hover.png) no-repeat center center!important;
}
.index_link_list .owl-dots{
	margin-top: 35px;
}
.index_link_list img{
	width: 100%;
	transition-property:all!important;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_link_list a:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/*底部css*/
.footer {
	border-top: 3px solid #f00;
	background: #f5f5f5;
	padding-top: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
}
.footer_jz {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 7%;
	padding-right: 7%;
}
.footer_info {
	float: left;
}
.footer_nav {
	margin-bottom: 8%;
}
.footer_nav li {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
}
.footer_nav li a {
	font-size: 16px;
}
.footer_contact {
	margin-bottom: 10%;
}
.footer_contact p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 3px;
}
/*分享*/
.footer_fx {
	margin-top: 6%;
	float: right;
	width: auto;
	height: 35px;
}
.footer_fx .jiathis_style_32x32 a {
	cursor: pointer;
	display: inline-block !important;
	width: 35px!important;
	height: 35px!important;
	line-height: 35px!important;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	float: none !important;
}
.footer_fx .jiathis_style_32x32 a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.footer_fx .jiathis_style_32x32 .jiathis_button_tsina {
	background-image: url(../img/fx_01.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_tqq {
	background-image: url(../img/fx_02.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_weixin {
	background-image: url(../img/fx_03.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_qzone {
	background-image: url(../img/fx_04.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_douban {
	background-image: url(../img/fx_05.png);
}
.footer_fx .jiathis_style_32x32 .jtico_jiathis {
	background-image: url(../img/fx_06.png);
	padding: 0 !important;
}
.footer_fx .jiathis_style_32x32 a .jiathis_txt {
	background: none;
}
#jiathis_modal_body img {
	width: 220px;
}
.jiathis_style div {
	box-sizing: content-box;
}
.footer_banquan {
	color: #888;
	font-size: 12px;
}
.footer_banquan p {
	color: #888;
	display: inline-block;
}
.footer_banquan a {
	padding-left: 3px;
	padding-right: 3px;
}

/*内页导航栏*/
.ins_nav{
	max-height: 130px;	
	margin-left: 3%;
	margin-right: 3%;
	margin-top: -130px;
	margin-bottom: 60px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	background: #fff;
	padding-bottom:3%;
}
.ins_nav ul{
	text-align: center;
}
.ins_nav li{
	position: relative;
	display: inline-block;
	margin-top: 25px;
}
.ins_nav li a{
	position: relative;
	display: block;
	margin: 10px;
	padding: 0 35px;
	background: #aaa;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border-radius: 5px;
    text-transform: uppercase;
}
.ins_nav li a:hover{
	background: #f00;
}
.ins_nav li a.cur{
	background: #f00;
}
.ins_nav li a.cur i{
	width: 12px;
	height: 6px;
	display: block;
	position: absolute;
	margin-left: -6px;
	left: 50%;
	bottom: -6px;
	background-image: url(../img/sanjiao_01.png);
	background-position: center center;
	background-repeat: no-repeat;
}


.danye{
	padding-left: 3%;
	padding-right: 3%;
	max-width: 1400px;
	margin: 50px auto;
}
/*公司简介*/
.about{
	padding-left: 3%;
	padding-right: 3%;
	max-width: 1200px;
	margin: 50px auto;
}
.about_info{
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #ddd;
}
.about_info p{
	font-size: 16px;
	line-height: 33px;
}
.about_list li{
	float: left;
	margin-bottom: 50px;
}
.about_img{
	float: left;
	width: 55%;
	overflow: hidden;
}
.about_img img{
	max-width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.about_list li:hover{
	background: #f5f5f5;
}
.about_list li:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_txt{
	float: right;
	width: 45%;
	padding: 3%;
}
.about_txt h3 a{
	color: #222;
	font-size: 22px;
	font-weight: normal;
	line-height: 36px;
	display: block;
}
.about_txt h3 a:hover{
	color: #f00;
}
.about_txt span{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	display: block;
	max-height: 135px;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 10px;
}
.about_txt p a{
	display: inline-block;
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #f00;
	border: 1px solid #f00;
	border-radius: 55px;
}
.about_txt p a:hover{
	background: #f00;
	color: #fff;
}
.about_list li.con02 .about_img,.about_list li.con04 .about_img{
	float: right;
}
.about_list li.con02 .about_txt,.about_list li.con04 .about_txt{
	float: left;
}

/*新闻页面css*/
.news_list{
	padding-left: 3%;
	padding-right: 3%;
	max-width: 1680px;
	margin: 50px auto;
}
.news_list li{
	float: left;
	margin-bottom: 35px;
	padding-bottom: 35px;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.news_list li:hover{
	border-bottom: 1px solid #f00;
}
.news_img{
	float: left;
	width: 45%;
	overflow: hidden;
	height: 225px;
}
.news_img img{
	width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
}
.news_list li:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news_txt{
	width: 55%;
	float: left;
	padding: 3%;
}
.news_txt h3 a{
	font-size: 22px;
	display: block;
	overflow: hidden;
	height: 30px;
	font-weight: normal;
}
.news_txt span{
	color: #888;
	display: block;
	font-size: 14px;
	height: 95px;
	margin-bottom: 20px;
	margin-top: 15px;
	overflow: hidden;
}
.news_txt p{
	color: #aaa;
	font-size: 14px;
	font-family: Arial, "Times New Roman";
}
.news_de{
	padding-left: 3%;
	padding-right: 3%;
	margin: 50px auto;
	max-width: 1200px;
}
.news_de h1{
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	line-height: 33px;
}
.text_info{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 35px;
	margin-bottom: 50px;
	margin-top: 35px;
	text-align: center;
	color: #666;
}
.text_info span{
	margin-left: 5px;
	margin-right: 5px;
}
.news_de img{
	max-width: 100%;
}
.return_list{
	text-align: center;
	margin: 35px auto;
}
.return_list a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-left: 55px;
	padding-right: 55px;
	color: #f00;
	border: 1px solid #f00;
	font-size: 16px;
	border-radius: 55px;
}
.return_list a:hover{
	background: #f00;
	color: #fff;
}
.Paging .assist{
	margin-bottom: 10px;
}

/*产品css*/
.pro_nav{
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 100%;
	margin: 50px auto;
}
.pro_nav a{
	color: #333;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
text-transform: uppercase;
}
.pro_nav a:hover{
	background: #f00;
	border: 1px solid #f00;
	color: #fff;
}
.pro_nav a.cur{
	background: #f00;
	border: 1px solid #f00;
	color: #fff;
}
.pro_nav_cen{
	margin: 0 auto;
	max-width: 1200px;
	background: url(../img/xiantiao.jpg) repeat-x center center;
}
.pro_list{
	zoom: 1;
	padding-left: 10%;
	padding-right: 10%;
	max-width: 100%;
}
.pro_list li {
	float: left;
	width: 23%;
	margin: 1%;
	position: relative;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.pro_img {
	position: relative;
	background: #fff;
}
.pro_img p {
	padding: 0px;
	margin: 0px;
}
.pro_img a {
	position: absolute;
	z-index: 9999;
	margin: 5%;
	height: 90%;
	width: 90%;
	display: block;
	left: 0px;
	top: 0px;
	border: 1px solid #f00;
	text-indent: -9999em;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	background: url(../img/more_ui.png) no-repeat center -80px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.pro_img img {
	width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.pro_list li:hover .pro_img a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: url(../img/more_ui.png) no-repeat center center;
}
.pro_list li:hover .pro_img img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pro_txt {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 70px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.pro_txt a {
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 50px;
	font-weight: normal;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.pro_txt p {
	bottom: -10px;
	position: relative;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.pro_list li:hover .pro_txt p {
	bottom: 5px;
	color: #fff;
}
.pro_list li:hover .pro_txt a {
	line-height: 30px;
	color: #fff;
}
.pro_list li:hover .pro_txt {
	background: #f00;
}
.pro_list li:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0)
}

.pro_de{
	padding-left: 3%;
	padding-right: 3%;
	max-width: 1280px;
	margin: 50px auto;
}
.pro_de_title{
	border-bottom: 1px solid #ddd;
	line-height: 70px;
	height: 70px;
	margin-bottom: 30px;
}
.pro_de_title h1{
	float: left;
	font-size: 28px;
	font-weight: normal;
	color: #333;
}
.pro_de_title span{
	display: block;
	float: right;
}
.pro_de_title span a{
	background: url(../img/fanhui_icon.jpg) right center no-repeat;
	display: block;
	padding-right: 30px;
	color: #888;
}
.pro_de_title span a:hover{
	color: #f00;
	background: url(../img/fanhui_icon_hover.jpg) right center no-repeat;
}
.pro_de_img{
	margin-bottom: 35px;
}
.pro_de_img img{
	cursor: move;
}
.pro_de_info{
	margin-bottom: 35px;
}
.pro_de_info img{
	max-width: 100%;
height: auto!important;
}
.pro_de_info p{
	line-height: 33px;
	font-size: 16px;
}
.pro_de_other{
	background: #585f67;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-top: 3%;
}
.pro_de_other h2{
	font-size: 22px;
	margin-bottom: 35px;
	padding-left: 2%;
	color: #fff;
}
.pro_de_other ul li{
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 33.333%;
	overflow: hidden;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
}
.relevant_img{
	overflow: hidden;
}
.relevant_img img{
	width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
}
.pro_de_other ul li:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.relevant_txt a{
	display: block;
	background: #394049;
	color: #fff;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.pro_de_other ul li:hover .relevant_txt a{
	background: #f00;
}

/*旗下公司*/
.ins_menu {
	position: fixed;
	right: 1%;
	bottom: 10%;
	z-index: 99999;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.ins_menu li {
	margin-bottom: 10px;
	position: relative;
}
.ins_menu li a {
	display: block;
	border-radius: 5px;
	background: #aaa;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.ins_menu li a:hover {
	background: #f00;
}
.ins_menu li.cur a {
	background: #f00;
}
.ins_menu li.cur a i{
	width: 9px;
	height: 12px;
	display: block;
	position: absolute;
	left: -9px;
	bottom: 50%;
	margin-bottom: -6px;
	background-image: url(../img/sanjiao_02.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.ins_menu li img {
	max-width: 100%;
	width: 130px;
	border: 3px solid #ddd;
	border-radius: 5px;
}

.company{
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
}
.company h2.company_title{
	font-size: 36px;
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
}
.company_about_info p{
	font-size: 16px;
	line-height: 33px;
}
.company_pro_list li{
	float: left;
	width: 33.33%;
	padding: 1%;
}
.company_pro_img{
	overflow: hidden;
}
.company_pro_img img{
	width: 100%;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.company_pro_list li:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.company_pro_txt{
	background: #f5f5f5;
	line-height: 55px;
	text-align: center;
}
.company_pro_txt a{
	font-size: 16px;
}
.company_more{
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}
.company_more a{
	display:inline-block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #f00;
	color: #f00;
	line-height: 50px;
	height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 50px;
}
.company_more a:hover{
	background: #f00;
	color: #fff;
}

.company_news_first{
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
.company_news_first_img{
	float: left;
	width: 40%;
}
.company_news_first_txt{
	float: left;
	width: 60%;
	padding: 2%;
}
.company_news_first_img a{
	display: block;
	overflow: hidden;
}
.company_news_first_img a img{
	width: 100%;
	max-height: 250px;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
}
.company_news_first:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.company_news_first_txt h3 a{
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
}
.company_news_first_txt span{
	max-height: 125px;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	overflow: hidden;
}
.company_news_first_txt p{
	color: #aaa;
	font-family: Arial, "Times New Roman";
}
.company_news ul{
	margin-bottom: 20px;
}
.company_news li{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ddd;
}
.company_news li a{
	display: block;
	float: left;
	background: url(../img/company_news_icon.jpg) no-repeat center left;
	padding-left: 20px;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
}
.company_news li span{
	float: right;
	color: #888;
	font-family: Arial, "Times New Roman";
	font-size: 14px;
	display: block;
}

.company_map{
	float: left;
	width: 60%;
}
.company_map img{
max-width: 100%;
}
.company_contact_info{
	float: left;
	width: 40%;
	padding: 3%;
}
.company_contact_info h2{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.company_contact_info p{
	color: #666;
	font-size: 16px;
	line-height: 33px;
}
.company_liuyan a{
	display: inline-block;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	height: 50px;
	color: #f00;
	border-radius: 50px;
	border: 1px solid #f00;
}
.company_liuyan a:hover{
	background: #f00;
	color: #fff;
}

.company_about{
	padding-left:140px;
	padding-top: 30px;
	margin-bottom: 50px;
	background: url(../img/company_icon01.png) no-repeat left top;
}
.company_pro{
	padding-left:140px;
	padding-top: 30px;
	margin-bottom: 50px;	
	background: url(../img/company_icon02.png) no-repeat left top;
}
.company_news{
	padding-left:140px;
	padding-top: 30px;
	margin-bottom: 50px;	
	background: url(../img/company_icon03.png) no-repeat left top;
}
.company_contact{
	padding-left:140px;
	padding-top: 30px;
	margin-bottom: 50px;	
	background: url(../img/company_icon04.png) no-repeat left top;
}


#allmap_01,#allmap_1009,#allmap_1010,#allmap_1011,#allmap_1012,#allmap_1013{
	height: 350px;
}


/*联系方式*/
.contact{
	padding-left: 3%;
	padding-right: 3%;
	max-width: 1400px;
	margin: 50px auto;
}
.contact_first{
	padding: 3%;
	margin: 1%;
	border: 1px solid #ddd;
	background: #f5f5f5;
	margin-bottom: 35px;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);	
}
.coantct_map{
	float: left;
	width: 60%;
}
.contact_info{
	float: left;
	width: 40%;
	padding-right: 1%;
}
.contact_info h2{
	font-weight: normal;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}
.contact_info div{
	display: block;
	max-height: 180px;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact_info div p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.contact_qq a{
	display: inline-block;
	padding-left: 50px;
	background: #f00;
	padding-right: 50px;
	line-height: 50px;
	height: 50px;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
}
.contact_qq a:hover{
	background: #e92626;
}
.contact ul li{
	float: left;
	width: 48%;
	margin: 1%;
	padding: 3%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.contact ul li h3{
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
}
.contact ul li p{
	margin-bottom:5px;
	font-size: 16px;
	line-height: 33px;
	color: #666;
}
.contact ul li span{
	display: block;
	margin-top: 25px;
}
.contact ul li span a{
	display: inline-block;
	padding-left: 50px;
	background: #f00;
	padding-right: 50px;
	line-height: 50px;
	height: 50px;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
}
.contact ul li span a:hover{
	background: #e92626;
}

/*留言*/
 input {outline:none;}
 textarea {outline:none;}

.liuyan{
	padding-left: 3%;
	padding-right: 3%;
	max-width: 1680px;
	margin: 50px auto;
}
.liuyan_txt{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3%;
	padding-bottom:3%;
	font-size: 16px;
}
.liuyan_txt p{
	line-height: 33px;
}

.liuyan_list li{
	margin-bottom: 25px;
	width: 50%;
	float: left;
}
.liuyan_list li .input{
	width: 95%;
	line-height: 70px;
	height: 70px;
	padding-left: 25px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 10px;
	font-family: "微软雅黑", "黑体";
}

.liuyan_list li.con05{
	width: 100%;
}
.liuyan_list li .textarea{
	width: 98%;
	padding-left: 25px;
	min-height: 200px;
	font-family: "微软雅黑", "黑体";
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 10px;
}
.liuyan_list li .submit{
	width: 100%;
	text-align: center;
	padding-bottom: 3%;
	padding-top: 3%;
	max-width: 230px;
	background: #f00;
	color: #fff;
	border: 1px solid #f00;
	font-size: 16px;
	display: block;
	border-radius: 10px;
}
.liuyan_list li .submit:hover{
	background: #e92626;
}

