﻿@charset "utf-8";
/*幻灯片CSS*/

#banner {
	width: 100%;
	position: relative;
}
#banner .hd {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 10;
	font-size: 0;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
#banner .hd li {
	width: 40px;
	height: 5px;
	background-color: #B7B4B0;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
#banner .hd .on {
	background-color: #9B322E;
}
#banner .bd a {
	display: block;
	width: 100%;
	/*height: 580px;*/

	background-repeat: no-repeat;
	background-position: center;
}
#banner .bd a img {
    width: 100%;
    height: auto;
}
#banner .btn {
	width: 47px;
	height: 120px;
	position: absolute;
	opacity: .5;
 filter: Alpha(opacity=50) transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover {
	opacity: 1;
	filter: Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
	background: url("../images/prev.png") no-repeat center;
	left: 3%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
#banner .next {
	background: url("../images/next.png") no-repeat center;
	right: 3%;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
/*幻灯片CSS*/

.gongyong {
	text-align: center;
	font-size: 0;
	margin-bottom: 100px;
}
.gongyong h2 {
	font-size: 20px;
	color: #333;
	font-weight: 200;
	line-height: 30px;
	margin-bottom: 10px;
}
.gongyong p {
	font-size: 20px;
	color: #555;
	line-height: 26px;
	text-transform: uppercase;
}
/*产品中心*/

.on1 {
	display: table;
	width: 100%;
	height: 75px;
	background: url(../images/list_bg.jpg);
	margin-bottom: 1px;
	background-size: cover;
}
.on1 strong {
	display: block;
	margin: 28px 0 0 10px;
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	text-align: center
}
.on1 small {
	margin: 10px 0 0 10px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
}
.TabTitle2 ul.expmenu {
	margin: 0 auto;
	margin-bottom: 20px;
}
.subleft {
	width: 21%;
}
/*一级导航*/

.TabTitle2 ul.expmenu li .menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F0F0F0;
	border: 1px solid #a0a0a0;
	border-top: none;
}
.TabTitle2 ul.expmenu li .menu li {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: #fff url(../images/an.png) right 15px center no-repeat;
	color: #000;
	border-bottom: #a0a0a0 double 1px;
	text-align: left;
}
.TabTitle2 ul.expmenu li .menu li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	padding-left: 15px;
	display: block;
}
.TabTitle2 ul.expmenu li .menu li:hover {
	background-color: #f0f0f0;
}
.TabTitle2 ul.expmenu li .menu li:hover a {
	color: #333;
}
.he {
	display: none
}
/*三角按钮*/

.ihead {
	position: relative;
	border-bottom: 2px solid;
	border-color: #a0a0a0;
	height: 50px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.ihead h2 {
	font-size: 18px;
	color: #00009b;
	font-weight: 100;
	margin: 0;
}
.ihead a.mo {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 14px;
	color: #000000;
	display: block;
}
.products {
	padding: 30px 0;
	width: 77%;
	margin-left: 2%;
}
.products .list {
	margin-top: 44px;
}
.products .list li {
	width: 32.33333%;
	margin-right: 1.4%;
	margin-bottom: 30px;
	border: 1px solid #a0a0a0;
}
.products .list li:nth-child(3n) {
	margin-right: 0;
}
.products .list .pic {
	width: 100%;
	height: 198px;
	overflow: hidden;
	position: relative;
}
.products .list .pic p {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.products .list .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.products .list .pic a.more {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(31, 75, 166, .7) url(../images/more.png) no-repeat center;
}
.products .list .title {
	text-align: center;
	font-size: 0;
	background: #fff;
	padding: 20px 0;
}
.products .list .title a {
	display: inline-block;
	font-size: 16px;
	font-weight: 200;
	color: #333;
	font-family: arial;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.products .list .title:hover a {
	color: #1f4ba6;
}
/*产品中心*/

/*优势*/

.ys {
	overflow: hidden;
	/*background: url(../images/ys_bg.jpg) repeat;*/
	margin-bottom: 35px;
	background: #efefef;
}
.ys h2 {
	height: 273px;
}
.ysbox {
	margin-top: 45px;
}
.ysbox .ys_txt {
	float: left;
	padding-left: 115px;
	width: 580px;
}
.ysbox .ye2_img {
	float: left;
	margin: 30px 10px 0px 20px
}
.ysbox .ys_img {
	float: right;
	margin-right: 0px
}
.ys1 {
	height: 320px;
	overflow: hidden;
}
.ys2 {
	height: 320px;
	overflow: hidden;
}
.ys3 {
	height: 320px;
	overflow: hidden;
}
.ys4 {
	height: 320px;
	overflow: hidden;
	margin-bottom: 65px
}
.ys1 .ys_txt {
	background: url(../images/ys_n1.png) no-repeat;
}
.ys2 .ys_txt {
	float: right;
	margin-top: 40px;
	background: url(../images/ys_n2.png) no-repeat;
}
.ys3 .ys_txt {
	margin-top: 40px;
	background: url(../images/ys_n3.png) no-repeat;
}
.ys4 .ys_txt {
	float: right;
	margin-top: 40px;
	background: url(../images/ys_n4.png) no-repeat;
}
.ys1 .ys_img {
	margin: 8px 0px;
}
.ysbox h3 { /*width: 360px;*/
	height: 66px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
}
.ysbox h3 b {
	display: block;
	font-size: 18px;
	color: #333;
}
.ysbox p {
	margin-top: 12px;
	padding-left: 16px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	background: url(../images/ys_ico1.gif) no-repeat 0 8px;
}
.ysbox .ys_img,.ysbox .ye2_img {
	position: relative;
}
.ysbox a{
	/*margin-top: 34px;
	display: block;
	width: 122px;
	height: 38px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	background: #d42220;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	/*background-color: rgba(0,0,0,0.5);*/
}
.ysbox span {
	margin-top: 30px;
	display: block;
	font-size: 14px;
	color: #fff;
}
.ysbox span b {
	font-size: 32px;
	color: #424242;
	letter-spacing: -2px;
}
/*行业应用*/

.service_list_met_28_9_14.bgpic {
	background: url(../images/1531465012.jpg) no-repeat;
	background-size: cover;
	background-position: center
}
.service_list_met_28_9_14 h2 {
	font-size: 36px;
	color: #ffffff;
}
.service_list_met_28_9_14 p.desc {
	font-size: 16px;
	color: #1a1819;
}
.service_list_met_28_9_14 .met-editor {
	margin-top: 50px
}

@media (max-width:991px) {
.service_list_met_28_9_14 {
	padding: 60px 0px
}
.service_list_met_28_9_14 .met-editor {
	margin-top: 40px
}
}

@media (max-width:767px) {
.service_list_met_28_9_14 {
	padding: 50px 0px
}
.service_list_met_28_9_14 .met-editor {
	margin-top: 30px
}
}
.headbox h3.title {
	font-size: 24px;
	margin: 0px;
	text-align: center;
	font-weight: 500;
	color: #333;
	position: relative;
	top: 5px
}
.headbox {
	background: url('../images/1531450243.png') no-repeat;
	line-height: 100px;
	background-position: center top
}
.headbox2 h3.title {
	font-size: 24px;
	margin-top: 50px;
	text-align: center;
	font-weight: 500;
	color: #333;
	position: relative;
	top: 5px
}
.headbox2 {
	/*background: url('../images/1531450244.png') no-repeat;*/
	background: url('../images/1531450243.png') no-repeat;
	line-height: 100px;
	background-position: center top
}

@media (max-width:768px) {
.service_list_met_28_9_14.met-index-body p.desc {
	max-width: 100%;
	margin: 10px auto;
	font-size: 14px
}
}

@media screen and (max-width:25em) {
.codrops-icon span {
	display: none
}
}
.service_list_met_28_9_14 .grid {
	margin: 30px auto 0 auto;
	list-style: none;
	text-align: center
}
.service_list_met_28_9_14 .grid li {
	display: inline-block;
	margin: 0 0 40px 0;
	width: 24.5%;
	text-align: left;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease
}
.service_list_met_28_9_14 .grid li:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.service_list_met_28_9_14 .grid figure {
	margin: 0;
	position: relative
}
.service_list_met_28_9_14 .grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	margin: 0 auto
}
.service_list_met_28_9_14 .grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #000000
}
.service_list_met_28_9_14 .grid figcaption span {
	color: #1a1819;
}
.service_list_met_28_9_14 .grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #dc0b0d;
 background:;
	color: #ffffff
}
.service_list_met_28_9_14 .cs-style-4 figure {
}
.service_list_met_28_9_14 .cs-style-4 figure > div {
	overflow: hidden
}
.service_list_met_28_9_14 .cs-style-4 figure img {
	border: 1px solid #a0a0a0;
	padding: 4px;
}
.service_list_met_28_9_14 .grid li:hover .contantbox { /*background:#dc0b0d;*/
}
.service_list_met_28_9_14 .newpd-list {
	margin-top: 25px
}
.service_list_met_28_9_14 .contantbox {
	padding: 5px 5px 0 5px;
	background: #ffffff;
	transition: all 300ms ease
}
.service_list_met_28_9_14 .contantbox .txtbox h3 {
	margin: 0;
	padding: 15px 0;
	font-size: 18px;
	text-align: center;
	color: #000000;
	transition: all 300ms ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.service_list_met_28_9_14 .contantbox .txtbox h3 span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}
.service_list_met_28_9_14 .grid li:hover .contantbox .txtbox h3 span {
	color: #000 !important
}
.service_list_met_28_9_14 .grid li:hover .contantbox .txtbox h3 {
	color: #000
}
/*行业资讯*/

.mysection_story ul li {
	float: left;
	width: 33.3333%;
	height: 500px;
}
.mysection_story ul li a {
	display: block;
}
.mysection_story ul li div {
	height: 500px;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin: 0 auto;
}
.mysection_story ul li p {
	width: 60%;
	margin: 0 auto;
}
.mysection_story ul li:nth-child(3) div {
	color: #666666;
}
.mysection_story ul li img {
	width: 100%;
}
.mysection_story ul li:nth-child(1) {
	background: #d10707;
}
.mysection_story ul li:nth-child(3) {
	background: #eeeeee;
}
.mysection_cate ul li {
	width: 24.5%;
	float: left;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-right: 0.3%;
	text-align: center;
	height: 52vh;
}
.mysection_cate ul li:last-child {
	margin-right: 0;
}
.mysection_cate ul li div {
	width: 100%;
	height: 100%;
	padding: 0.45%;
	transition: all 1s;
}
.mysection_cate ul li div img {
	width: 100%;
	display: block;
	border-radius: 20px;
}
.mysection_cate ul li p {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: -100px;
	font-size: 24px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
	background: #d10707;
}
.mysection_cate ul li:hover p {
	bottom: 0;
}
.mysection_cate ul li:hover {
	border: 1px solid #bfbfbf;
	border-radius: 20px;
}
.mysection_cate ul li:hover div {
	width: 96%;
	height: 66%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}
.mysection_introduce {
	margin-top: 40px;
}
.mysection_introduce ul li {
	float: left;
	width: 24.24%;
	height: 55vh;
	margin-right: 1%;
	background: #eeeeee;
	position: relative;
	text-align: center;
}
.mysection_introduce ul li:nth-child(4n) {
	margin-right: 0;
	float: right;
}
.mysection_introduce ul li h2 {
	font-size: 24px;
	line-height: 20vh;
	color: #333;
}
.mysection_introduce ul li p {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 36px;
	padding: 0px 50px 0px 50px;
}
.mysection_introduce ul li .ckgd {
	display: block;
	position: absolute;
	bottom: 50px;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	width: 100%;
}
.mysection_introduce ul li i {
	position: absolute;
	top: 16px;
	left: 6px;
	width: 93px;
	height: 73px;
	background: url(../images/indexicon.png);
}
.mysection_introduce ul li:hover h2, .mysection_introduce ul li:hover p, .mysection_introduce ul li:hover a {
	color: #fff;
}
.mysection_introduce ul li:hover {
	background: #d10707;
}
.mysection_introduce ul li .question {
	background-position: 0 0;
}
.mysection_introduce ul li .xinwen {
	background-position: 279px 0;
}
.mysection_introduce ul li .member {
	background-position: 186px 0;
}
.mysection_introduce ul li .recruitment {
	background-position: 93px 0;
}
.mysection_introduce ul li:hover .question {
	background-position: 0 73px;
}
.mysection_introduce ul li:hover .xinwen {
	background-position: 279px 73px;
}
.mysection_introduce ul li:hover .member {
	background-position: 186px 73px;
}
.mysection_introduce ul li:hover .recruitment {
	background-position: 93px 73px;
}
/*行业资讯*/

/*四张图片，不知道干嘛的*/

.choose {
	padding: 56px 0 67px 0;
}
.choose-title {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.choose-title img {
	display: block;
	width: 593px;
	height: auto;
	margin: 0 auto;
}
.choose-list {
	max-width: 1100px;
	margin: auto;
	margin-top: 50px;
}
.choose-list li {
	width: 25.3333%;
	margin: 0 4%;
	border: 1px solid #a0a0a0;
	height: 250px;
	float: left;
	text-align: center;
}
.choose-list li img {
	display: inline-block;
	width: auto;
	top: -70px;
	position: relative;
	height: 136px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	margin-bottom: 15px;
}
.choose-list li:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.choose-list li p {
	font-size: 16px;
	top: -50px;
	position: relative;
	line-height: 24px;
	color: #555;
	margin-bottom: 25px;
}
.choose-list li p strong {
	display: block;
	font-size: 22px;
	line-height: 40px;
	font-weight: normal;
	color: #333;
	margin-bottom: 6px;
}
/*四张图片，不知道干嘛的*/

/*广告*/

.ad1 {
	font-size: 0;
	width: 100%;
	height: 754px;
	background-position: top center;
	background-repeat: no-repeat;
}
/*广告*/

/*新闻资讯*/

.news {
	padding: 45px 0;
}
.news .list {
	margin-top: 30px;
}
.news .list li {
	margin-right: 40px;
	width: 580px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news .list li:nth-child(2n) {
	margin-right: 0;
}
.news .list li .time {
	width: 58px;
	margin-right: 12px;
}
.news .list li .time span {
	display: block;
	width: 58px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	background: #E4E4E4;
	font-size: 16px;
	color: #999999;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news .list li .time a {
	display: block;
	width: 58px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	font-size: 22px;
	color: #999999;
	font-weight: bold;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news .list li .content {
	width: 475px;
}
.news .list li .content h2 {
	font-size: 0;
}
.news .list li .content a {
	font-size: 18px;
	color: #333333;
	display: inline-block;
	line-height: 24px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news .list li .content .view {
	font-size: 12px;
	color: #9B9B9B;
	margin: 9px 0 17px;
}
.news .list li .content .desc {
	font-size: 14px;
	color: #989898;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news .list li .more {
	width: 20px;
	height: 20px;
}
.news .list li .more a {
	display: block;
	width: 100%;
	height: 100%;
	background: #9B9B9B;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 19px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news .list li:hover .time span {
	background: #ED0029;
	color: #ffffff;
}
.news .list li:hover .time a {
	color: #ED0029;
}
.news .list li:hover .content a {
	text-decoration: underline;
	color: #709EA6;
}
.news .list li:hover .more a {
	background: #EF0129;
}
/*新闻资讯*/

.hezuo {
	padding-bottom: 40px;
}
.hezuo .picScroll-left {
	position: relative;
	margin-top: 35px;
}
.hezuo .picScroll-left .hd {
	width: 1275px;
	height: 67px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 31.5px;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.hezuo .picScroll-left .hd .prev, .hezuo .picScroll-left .hd .next {
	display: block;
	width: 31px;
	height: 67px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow.png) no-repeat;
}
.hezuo .picScroll-left .hd .next {
	float: right;
	background-position: -31px 0;
}
.hezuo .picScroll-left .bd {
	overflow: hidden;
	margin: 0 10px;
}
.hezuo .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.hezuo .picScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
}
.hezuo .picScroll-left .bd ul li .pic {
	width: 180px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #BFBFBF;
}
.hezuo .picScroll-left .bd ul li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.hezuo .picScroll-left .bd ul li .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.hezuo .picScroll-left .bd ul li .title {
	width: 180px;
	text-align: center;
	padding: 15px 0;
	font-size: 0;
}
.hezuo .picScroll-left .bd ul li .title a {
	font-size: 14px;
	color: #1D1D1D;
	display: inline-block;
	line-height: 20px;
}

@media (max-width: 768px) {
.header-menu-con {
	display: none;
}
#header .btm-header .header-logo .logo img {
	max-height: 65px;
}
.products {
	width: 100%;
}
.products .list .pic {
	height: 158px;
}
.products .list li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.products .list li:nth-child(3n) {
	margin-right: 2%;
}
.products .list li:nth-child(2n) {
	margin-right: 0;
}
.choose-list li {
	width: 98%;
	margin: 0 1%;
	float: left;
	text-align: center;
}
.choose-list li p {
	font-size: 16px;
	top: -80px;
	position: relative;
}
.choose {
	padding: 56px 0 7px 0;
}
.service_list_met_28_9_14 .grid li {
	width: 99.5%;
	margin: 0 0 10px 0;
}
.mysection_introduce ul li {
	width: 100%;
	height: 45vh;
	margin-bottom: 5%;
}
.mysection_introduce ul li h2 {
	line-height: 100px;
}
.mysection_introduce {
	padding: 0 15px;
}
.fnav {
	display: none
}
.footer .info {
	margin: 0px;
	text-align: center;
	display: none
}
.footer .ewm img {
	width: 122px;
	height: 122px;
}
.footer .ewm {
	padding-left: 0px;
}
.footer .copy {
	line-height: 25px;
}
}
/*这是俺的新增产品详情联系人和留言电脑样式*/



.protit {
	background: url(../images/productimg.jpg) no-repeat center;
	width: 206px;
	height: 43px;
	line-height: 41px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	letter-spacing: 6px;
	margin: 30px 0 20px 0;
}
.contact p {
	height: 70px;
	border-bottom: 1px solid #ddd;
	line-height: 70px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.contact img {
	width: 40px;
	vertical-align: middle;
	padding-right: 15px;
	display: inline-block;
}
header .contact img {
	width: auto;
	vertical-align: middle;
	padding-right: 15px;
	display: inline-block;
}
.contact span {
	padding-right: 25px;
}
.contact em {
	font-weight: bold;
	color: #e60012;
	font-size: 16px;
}
.online {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 20px 0;
	font-family: "Microsoft Yahei";
}
.online h2 {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	height: 50px;
	overflow: hidden;
}
.online h2 span {
	color: #e60012;
	display: inline-block;
	padding-left: 20px;
	font-weight: normal;
}
.online ul li {
	margin-bottom: 25px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.online li span {
	display: inline-block;
	width: 80px;
	font-size: 14px;
	vertical-align: top;
	color: #4a4a4a;
	text-align: right;
	line-height: 36px;
}
.online li span em {
	padding-right: 2px;
	font-style: normal;
}
.red_x {
	color: #e60012;
	display: inline;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
.inp1 {
	width: 234px;
	height: 36px;
	background: url(../iconfont-lianxiren.png) no-repeat 244px 10px #eeeef0;
	overflow: hidden;
	line-height: 36px;
	border: 0;
	padding: 0 25px 0 10px;
}
.inp2 {
	width: 234px;
	height: 36px;
	background: url(../iconfont-phone.png) no-repeat 244px 10px #eeeef0;
	overflow: hidden;
	line-height: 36px;
	border: 0;
	padding: 0 25px 0 10px;
}
.inp7 {
	width: 234px;
	height: 36px;
	background: url(../iconfont-gongsi.png) no-repeat 244px 10px #eeeef0;
	overflow: hidden;
	line-height: 36px;
	border: 0;
	padding: 0 25px 0 10px;
}
.inp3 {
	width: 234px;
	height: 36px;
	background: url(../iconfont-youxiang.png) no-repeat 244px 10px #eeeef0;
	overflow: hidden;
	line-height: 36px;
	border: 0;
	padding: 0 25px 0 10px;
}
.online .li01 {
	width: 360px;
	float: left;
}
.online .li02 {
	width: 360px;
	float: left;
}
.online .li03 {
	width: 360px;
	float: left;
}
.online .li04 {
	clear: both;
}
.inp4 {
	width: 626px;
	height: 109px;
	background: none;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #e0e0e0;
	resize: none;
}
.online .li05, .online .li06 {
	margin-bottom: 10px;
}
.inp5 {
	width: 205px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #e0e0e0;
	background: none;
	margin-right: 10px;
}
.online li img {
	vertical-align: middle;
	height: 36px;
	background: #e5e5e5;
}
.b15 {
	background-position: -79px -650px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.btn1 {
	width: 59px;
	height: 24px;
	border: 0;
	margin: 10px 27px 0 80px;
	background: #e60012;
}
.btn2 {
	width: 59px!important;
	height: 24px;
	border: 0!important;
	margin: 10px 0 0 0;
	background: #e60012;
	padding: 0!important;
}
.footposition{
	display: none;
}
@media screen and (max-width:640px) {
.inp4 {
	width: 100%;
}
.contact p {
	height: auto;
	border-bottom: 1px solid #ddd;
	line-height: 36px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

	.ys2 .ys_txt{
		width: 100%;
	}
	.ys1,.ys2,.ys3,.ys4{
		height: auto;
	}

	.ysbox .ys_txt{
		width: auto;
	}
	.ys2 .ys_txt {
    float: right;
    margin-top: 40px;
    background: url(../images/ys_n22.png) no-repeat;
}
	.ys4 .ys_txt {
    float: right;
    margin-top: 40px;
    background: url(../images/ys_n44.png) no-repeat;
}
	.ysbox .ys_img img,.ys1 img,.ys2 img,.ys3 img,.ys4 img{
		height: auto;
	}
	.desc p img{
		height: auto!important;
	}
	.footposition{
		display: block;
		width: 100%;
		height: 50px;
		background: #ff001e;
		position: fixed;
		bottom: 0;
		left: 0;
		text-align: center;

	}
	.footposition a{
		font-size: 20px;
		text-align: center;
		line-height: 50px;
		color: #fff;
		display: block;
		width: 100%;
	}
}
