﻿@charset "utf-8";
/* CSS Document */
#banner {
	position: relative;
}
body .owl-theme {
	position: relative;
	overflow: hidden;
}
body .owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 46px;
	margin-top: -23px;
	transition: all 0.3s linear;
	opacity: 0;
	filter: alpha(opacity=0);
}
body .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -100px;
	background: url('../images/left.png') no-repeat center center;
}
body .owl-theme .owl-controls .owl-nav .owl-next {
	right: -100px;
	background: url('../images/right.png') no-repeat center center;
}
body .owl-theme .owl-dots {
	position: absolute;
	left: 0;
	bottom: 75px;
	text-align: center;
	width: 100%;
}
body .owl-theme .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
}
body .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #fff;
}
body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
	background: #d80000;
}
body .owl-theme:hover .owl-controls .owl-nav .owl-prev {
	left: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}
body .owl-theme:hover .owl-controls .owl-nav .owl-next {
	right: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.ban-left {
	float: left;
}
.ban-form {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px 0;
	z-index: 8;
	background-image: url('../images/icon/hsbg.png');
}
.myform1 {
	float: right;
	margin: 7px auto;
}
.myform1 .form-item {
	width: 230px;
	height: 55px;
	overflow: hidden;
	float: left;
	border: 1px solid #e9e9e9;
	border-right: none;
	position: relative;
}
.myform1 .form-item:nth-child(3) {
	border-right: 1px solid #e9e9e9;
}
.myform1 .form-label {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	text-align: center;
}
.myform1 .form-label .iconfont {
	font-size: 24px;
	color: #999;
	line-height: 53px;
	height: 53px;
}
.myform1 .form-inner {
	padding-left: 60px;
	background: #fff;
}
.myform1 .form-inner input {
	width: 100%;
	height: 53px;
	line-height: 53px;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	border: none;
}
.myform1 .form-submit {
	margin-left: 14px;
	border: none;
	width: 180px;
}
.myform1 .form-submit .btn-form {
	font-size: 16px;
	color: #fff;
	line-height: 53px;
	height: 55px;
	text-align: center;
	background: #c0000b;
	border: none;
	width: 100%;
}
.myform1 .form-submit .btn-form img {
	margin-left: 10px;
}
.section {
	padding: 30px 0 40px;
}
.Title {
	text-align: center;
	margin-bottom: 20px;
}
.Title h2 {
	font-size: 26px;
	color: #d80000;
	line-height: 50px;
}
.Title p {
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
/****** advantage ******/
#advantage {
	background: #f5f5f5;
	padding: 10px 0;
}
.adv-ul {
	margin: 0 -5px;
}
.adv-ul li {
	float: left;
	width: 25%;
}
.adv-ul .Item {
	background: #fff;
	margin: 0 5px;
	padding: 30px 0 15px;
	text-align: center;
	transition: all 0.3s linear;
}
.adv-ul .Item h3 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: 500;
}
.adv-ul .Item p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.adv-ul .Item .iconfont {
	font-size: 36px;
	color: #999;
}
.adv-ul .Item:hover {
	box-shadow: 0 0 5px 1px #e1e1e1;
	transform: translateY(-3px);
}
.adv-ul .Item:hover h3 {
	color: #df0000;
}
.adv-ul .Item:hover .iconfont {
	color: #df0000;
}
/****** case ******/
#case {
	padding-bottom: 0;
	padding-top: 10px;
}
.case-Tab-Tit {
	margin-bottom: 40px;
	text-align: center;
}
.case-Tab-Tit li {
	display: inline-block;
	margin: 0 5px;
}
.case-Tab-Tit li a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding: 0 15px;
	line-height: 48px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dadada;
	background: #f9f8f8;
}
.case-Tab-Tit li.cur a {
	background: #d80000;
	color: #fff;
	border: 1px solid #d80000;
}
.case-Box {
	position: relative;
}
.case-ul li {
	width: 24%;
}
.case-ul li:nth-child(2n+1) {
	float: left;
}
.case-ul li:nth-child(2n) {
	float: right;
}
.case-Box .Item {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.case-Box .Item img {
	transition: all 0.3s linear;
	width: 100%;
}
.case-Box .Item h3 {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background-image: url('../images/icon/black.png');
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: 500;
}
.case-Box .Item:hover img {
	transform: scale(1.1);
}
.case-owl {
	width: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
/****** Quotation ******/
#Quotation {
	background: #e2e2e2 url('../images/bjbg.png') no-repeat center center;
}
.check-house, .check-time, .choosebjway li, .ele_bt {
	cursor: pointer;
}
.con h1, .con h3 {
	font-weight: 400;
}
i {
	font-style: normal;
}
.con_t {
	font-size: 24px;
	padding-bottom: 15px;
}
.con_bj {
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px #ccc;
	background-image: url('../images/bsbg.png');
}
.con_bj h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.con_bj_cal {
	position: relative;
	width: 50%;
	padding: 80px 40px 80px 200px;
	border-right: 1px solid #eee;
	float: left;
}
.bj_form {
	width: 370px;
	font-size: 14px;
}
.bj_form .label {
	font-size: 16px;
	color: #333;
	text-align: left;
	margin-left: 0;
}
.mod_form .label {
	width: 100px;
	padding-right: 8px;
	float: left;
	text-align: right;
	line-height: 34px;
}
.bj_res_t, .bj_res_t b, .calc-btn em, .ele_bt {
	text-align: center;
}
.bj_form .element {
	width: 370px;
	position: relative;
	padding-bottom: 18px;
	height: 49px;
}
.bj_form .select {
	width: 320px;
	padding-left: 5px;
	height: 36px;
}
.bj_form .select_s {
	width: 260px;
}
.bj_form .select_s_s {
	width: 78px;
	margin-bottom: 10px;
}
.bj_form .text {
	width: 260px;
	border: 1px solid #cccccc;
}
.bj_form .area_text {
	width: 260px;
	padding: 7px 20px 7px 10px;
	color: #000000;
}
.bj_form .text_wrap {
	position: static;
}
.bj_form .text_wrap .text_lbl {
	left: 11px;
}
.bj_form .text_wrap .unit {
	margin-left: -32px;
	color: #bbb;
}
.bj_form .form_error {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
}
.ele_b {
	margin-left: -10px;
}
.ele_bt {
	float: left;
	width: 120px;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	border: 1px solid #ddd;
}
.ele_bt_on {
	color: #f36f20;
	border-color: #f36f20;
}
.calc-btn {
	position: absolute;
	top: 155px;
	right: -65px;
	display: block;
	width: 130px;
	height: 130px;
	background: #db0000;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: 15;
}
.calc-btn-ie, .ico-line-btn {
	width: 140px;
	height: 140px;
	right: -71px;
	display: block;
	position: absolute;
}
.calc-btn-ie, .ico-line-btn {
	width: 140px;
	height: 140px;
	right: -71px;
	display: block;
	position: absolute;
}
.calc-btn em {
	display: block;
	font-size: 20px;
	color: #fff;
	width: 44px;
	height: 60px;
	margin: 40px auto 0;
}
.circle-animate {
	position: absolute;
	top: 145px;
	right: -75px;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fdcc9a;
	z-index: 12;
	-webkit-animation: scale-three2 1.5s ease infinite;
	-moz-animation: scale-three2 1.5s ease infinite;
	-o-animation: scale-three2 1.5s ease infinite;
	animation: scale-three2 1.5s ease infinite;
	animation-fill-mode: both;
}
/*右边*/
.result-wechat-hotad {
	width: 50%;
	float: right;
	padding: 80px 0;
}
.result-wechat-hotad .calputer_tit {
	width: 380px;
	margin: 10px auto;
}
.result-wechat-hotad .num {
	font-size: 30px;
	color: #db0000;
}
.result-wechat-hotad .bj_res_ul {
	width: 380px;
	height: 250px;
	padding: 40px 0;
	background: #fff;
	margin: 0 auto;
	text-align: center;
}
.result-wechat-hotad .bj_res_ul li {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.calputer_tit span {
	margin-left: 10px;
	color: #db0000;
	font-size: 14px;
}
 @keyframes scale-three2 {
 0% {
transform: scale(1);
opacity: .8;
}
 100% {
transform: scale(1.3);
opacity: 0;
}
}
 @-webkit-keyframes scale-three2 {
 0% {
-webkit-transform: scale(1);
opacity: .7;
}
 100% {
-webkit-transform: scale(1.3);
opacity: 0;
}
}
 @-moz-keyframes scale-three2 {
 0% {
-moz-transform: scale(1);
opacity: .7;
}
 100% {
-moz-transform: scale(1.3);
opacity: 0;
}
}
 @-o-keyframes scale-three2 {
 0% {
-o-transform: scale(1);
opacity: .7;
}
 100% {
-o-transform: scale(1.3);
opacity: 0;
}
}
/****** Aboutus ******/
#Aboutus {
	background: #000 url('../images/aboutbg.jpg') no-repeat center;
	padding: 100px 0;
}
#Aboutus .left {
	width: 63%;
	float: left;
}
#Aboutus .right {
	width: 33%;
	float: right;
}
.about-intro {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}
.about-ul {
	border-bottom: 1px solid #2f2e2f;
}
.about-ul li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 40px 0;
}
.about-ul strong {
	display: block;
	font-weight: 500;
}
.about-ul .number {
	font-size: 72px;
	color: #df0000;
	line-height: 80px;
	font-family: 'DINCond-Mediumf17bc02ea5a8d';
}
.about-ul .jia {
	font-size: 72px;
	color: #df0000;
	line-height: 80px;
	font-family: 'DINCond-Mediumf17bc02ea5a8d';
}
.about-ul .year {
	font-size: 18px;
	color: #fff;
	line-height: 60px;
}
.about-ul p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.about-list {
	padding-top: 60px;
	margin: 0 -20px;
}
.about-list li {
	float: left;
	width: 25%;
}
.about-list .Item {
	padding: 20px;
	text-align: center;
	background-image: url('../images/about_bs.png');
	margin: 0 20px;
	transition: all 0.3s linear;
}
.about-list .Item h3 {
	font-size: 16px;
	color: #adadad;
	line-height: 30px;
	margin: 0 auto;
	font-weight: 500;
}
.about-list li .Item:hover {
	background: #df0000;
}
.about-list li .Item:hover h3 {
	color: #fff;
}
.aboout-form {
	background: url('../images/formbg.png') no-repeat;
	padding: 35px 50px;
	height: 460px;
}
.aboout-form h2 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.aboout-form h2 .line {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26px;
	height: 3px;
	background: #9a9b9c;
}
.myform2 .form-item {
	margin-bottom: 20px;
}
.myform2 .form-label {
	font-size: 14px;
	color: #bdbcbc;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}
.myform2 .form-inner {
	border: 1px solid #7d7d7d;
}
.myform2 .form-inner input {
	width: 100%;
	height: 53px;
	line-height: 53px;
	background: rgba(255,255,255,0.13);
	border: none;
	color: #fff;
}
.myform2 .form-submit {
	margin-top: 30px;
}
.myform2 .btn-form {
	background: #df0000;
	width: 100%;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	color: #fff;
	border: none;
}
/****** Process ******/
#Process {
  background: #f5f5f5;
}
#Process .Process-ul {
	width: 90%;
	margin: 0 auto;
	clear: both;
}
#Process h2 {
	color: #000000;
	margin-bottom: 52px;
}
#Process .Process-ul li {
	line-height: 39px;
	margin-bottom: 27px;
}
.Process-Background {
	background: url(../images/logo1.png);
	text-align: center;
}
#Process li {
	float: left;
	width: 25%;
	text-align: center;
}
#Process .Process-pic:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition: .5s;
}
#Process .Process-Item h3 {
	line-height: 25px;
}
/*#Process .Process-Item .Process-pic { background: url(../images/process/Process-bg.jpg) repeat-x center; }*/
#Process .Process-Tell {
	text-align: center;
	color: #f00;
	font-size: 27px;
	width: 90%;
	font-weight: bold;
	line-height: 40px;
	margin: 17px auto;/* background: url(../images/process/Process-bg.jpg) repeat-x center;*/
}
#Process .Process-Tell strong {
	font-size: 20px;
	color: #000000;
}
#Process .Process-Tell .Process-Button {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	background: none;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	border-radius: 15px;
	border: 1px solid #f00;
	padding: 0 18px;
	margin-left: 17px;
	display: inline-block;
}
#Process .Process-Tell .Process-Text {
	background: #ffffff;
	display: inline-block;
	margin: 0 auto;
	padding: 0 27px;
}
/****** Site ******/
#Site .Title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 17px;
}
#Site h2 {
	/*color: #000000;
	margin-bottom: 0;*/
}
#Site .site {
	overflow: hidden;
}
#Site .site_c {
	padding: 17px 0 0 0;
	height: auto;
	overflow: hidden;
}
#Site .site_c dl {
	width: 23%;
	overflow: hidden;
	float: left;
	margin: 0 1%;
}
#Site .site_c dl dt img {
	width: 100%;
	height: 191px;
	transition: all 0.3s linear;
}
#Site .site_c dl dt:hover img {
	transform: scale(1.1);
}
#Site .site_c dl dd {
	padding: 10px 0 0 0;
	overflow: hidden;
}
#Site .site_c dl dd h3 a {
	font: 20px/36px "微软雅黑";
	color: #343434;
}
#Site .site_c dl dd p {
	font: 14px/24px "微软雅黑";
	color: #626262;
	overflow: hidden;
}
#Site .site_c dl dd p em {
	color: #97292c;
	font: normal 14px "微软雅黑";
}
#Site .site_c .nobot {
	margin-right: 0;
}
#Site .raid {
	overflow: hidden;
	margin: 0 auto;
}
#Site .raid .h2css {
	height: 136px;
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
}
#Site .raid .h2css a {
	display: block;
	font: bold 72px/82px "微软雅黑";
	color: #97292c;
}
#Site .raid .h2css em {
	font: normal 30px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #292929;
	padding: 0 3px;
	display: inline-block;
	text-transform: uppercase;
}
/****** Team ******/
.Team-Item {
	margin: 10px;
	position: relative;
}
.Team-pic {
	overflow: hidden;
}
.Team-pic img {
	transition: all 0.3s linear;
	width: 100%;
}
.Team-intro {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-image: url('../images/icon/black.png');
	color: #fff;
	overflow: hidden;
	transition: all 0.3s linear;
}
.Team-intro h3 {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin: 10px auto;
}
.Team-intro h3 span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.Team-intro .text {
	height: 117px;
}
.Team-intro p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.Team-intro a {
	margin-top: 25%;
	width: 47%;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s linear;
}
.Team-intro .btn_sj {
	float: left;
}
.Team-intro .btn_zp {
	float: right;
}
.Team-Item:hover .Team-intro {
	height: 100%;
	padding: 30px 20px;
}
.Team-Item:hover .Team-intro h3 span {
	display: inline-block;
}
.Team-Item:hover .Team-intro h3 {
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
.Team-intro a:hover {
	background: #d80000;
	border-color: #d80000;
}
#Team .owl-theme {
	overflow: initial;
}
#Team .owl-theme .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 40px;
	height: 40px;
}
#Team .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -75px;
	background: #525252 url('../images/iconL.png') no-repeat center;
}
#Team .owl-theme .owl-controls .owl-nav .owl-next {
	right: -75px;
	background: #525252 url('../images/iconR.png') no-repeat center;
}
/****** Promise ******/
#Promise {
	background: #f2f2f2 url(../images/promisebg.jpg) no-repeat center;
}
.Promise-ul li {
	float: left;
	width: 25%;
}
.Promise-Item {
	transition: all 0.3s linear;
	background: #fff;
	margin: 20px;
	border-radius: 10px;
	box-shadow: 0 0 6px 2px #e8e8e8;
	text-align: center;
	padding: 40px 35px 30px;
}
.Promise-img {
	margin-bottom: 15px;
	transition: all 0.3s linear;
}
.Promise-Item h3 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.Promise-Item p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 40px;
}
.Promise-Item:hover {
	transform: translateY(-10px);
}
.Promise-Item:hover h3 {
	color: #df0000;
}
.Promise-Item:hover .Promise-img {
	transform: scale(1.1);
}
.Promise-ul .last-li {
	float: right;
	width: 50%;
}
.Promise-Intro {
	margin: 20px;
}
.Promise-Intro h3 {
	font-size: 26px;
	color: #1a1a1a;
	line-height: 40px;
	margin-bottom: 15px;
}
.Promise-Intro h3 .en {
	font-size: 16px;
	color: #666;
	line-height: 20px;
	display: block;
	font-weight: 500;
	font-family: Arial;
}
.Promise-Intro p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-bottom: 30px;
}
.Promise-Intro .Hotline {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	float: left;
	margin-right: 30px;
}
.Promise-Intro strong {
	font-size: 24px;
	color: #e1331b;
	line-height: 40px;
	display: block;
	font-family: Arial;
}
.Promise-Intro .Promise-btn {
	background: #e1331b;
	padding: 0 30px;
	font-size: 14px;
	margin-top: 7px;
	line-height: 43px;
	height: 43px;
	display: block;
	float: left;
	color: #fff;
	border-radius: 10px;
	transition: all 0.3s linear;
}
.Promise-btn .icon-goutong {
	float: left;
	font-size: 22px;
	margin-right: 10px;
}
.Promise-Intro .Promise-btn:hover {
	box-shadow: 0 0 6px 1px #aaa;
}
/****** Promise ******/
#Serviceflow {
	background: url('../images/lcbg.jpg') no-repeat center bottom;
	height: 594px;
	position: relative;
	padding-top: 90px;
	overflow: hidden;
}
#Serviceflow .Title h2 {
	color: #fff;
}
#Serviceflow .Title p {
	color: #fff;
}
.flow-list {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -595px;
	bottom: 0;
	height: 365px;
	overflow: hidden;
}
.flow-list .flow-Item {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 0 35px;
}
.flow-list .flow-Item h3 {
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
}
.flow-list .flow-Item p {
	font-size: 14px;
	color: #ececec;
	line-height: 20px;
	text-align: center;
}
.flow-list .flow-Item:after {
	content: "";
	position: absolute;
	right: -60px;
	top: 64px;
	height: 1px;
	width: 120px;
	display: block;
	background: #595858;
}
.flow-list .flow-Item.Item04:after {
	display: none;
}
/****** News ******/
#News {
	padding-bottom: 0;
}
.news-nav {
	width: 450px;
	margin: 0 auto 20px;
}
.news-nav li {
	width: 150px;
	height: 46px;
	text-align: center;
	float: left;
}
.news-nav li a {
	display: block;
	color: #000;
	line-height: 46px;
	font-size: 16px;
	border: 1px solid #e8e8e8;
}
.news-nav li.cur a {
	background: #e1331b;
	color: #fff;
	border: none;
}
.news-box-ul {
	margin: 0 -6px;
}
.news-box-ul li {
	float: left;
	width: 33.33%;
}
.news-box-ul .Item {
	margin: 6px;
	position: relative;
}
.Item-text {
	background: #f7f7f7;
	padding: 30px 25px 10px;
	transition: all 0.3s linear;
}
.Item-text h3 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
	height: 30px;
	white-space: normal;
	text-overflow: ellipsis;
}
.Item-text p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 66px;
}
.Item-text .Intro {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}
.Item-text .date {
	float: left;
}
.Item-text .date strong {
	font-size: 36px;
	color: #868686;
	display: block;
	line-height: 1;
	font-family: 'PingFangSCB1183c7671f5a8d';
}
.Item-text .date span {
	font-size: 12px;
	color: #868686;
	line-height: 33px;
	display: block;
}
.Item-text .icon-right01 {
	float: right;
	font-size: 30px;
	color: #999;
	margin-top: 10px;
	font-weight: bold;
}
.Item-text:hover h3, .Item-text:hover .icon-right01 {
	color: #e11b00;
}
.Item-text:hover {
	box-shadow: 0 0 5px 1px #e1e1e1;
}
.HostNews .Intro {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 20px 25px;
	background-image: url('../images/icon/black.png');
}
.HostNews .Intro h3 {
	width: 60%;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-weight: 500;
}
.HostNews .icon-right01 {
	float: right;
	color: #fff;
	font-size: 30px;
}
.HostNews .pic {
	overflow: hidden;
}
.HostNews .pic img {
	width: 100%;
	transition: all 0.3s linear;
}
.HostNews:hover .pic img {
	transform: scale(1.1);
}
.news-more {
	transition: all 0.3s linear;
	box-shadow: 0 0 5px 1px #ededed;
	font-size: 16px;
	color: #e61d01;
	line-height: 60px;
	display: block;
	background: #fff;
	width: 240px;
	padding: 0 40px;
	margin: 60px auto;
}
.news-more .iconfont {
	font-size: 16px;
	float: right;
	font-weight: bold;
}
.news-more:hover {
	background: #df0000;
	color: #fff;
}
#Brand {
	background: #efeeed;
	padding: 30px 0 50px;
}
#Brand .Title {
	margin-bottom: 20px;
}
.Brandlist {
	margin: 0 -7px;
}
.Brandlist li {
	float: left;
	width: 14.28%;
}
.Brandlist .pic {
	overflow: hidden;
	margin: 7px;
}
.qindian {
	height: 625px;
	background-position: top center;
}
.qindian .container {
	position: relative;
	height: 625px;
}
.qindian .jine {
	position: absolute;
	left: 123px;
	bottom: 115px;
}
.qindian .btn-js {
	position: absolute;
	left: 730px;
	bottom: 112px;
	display: block;
	background: #d31a22;
	width: 110px;
	height: 90px;
	border-radius: 20px;
	text-align: center;
	padding: 15px 25px;
	font-size: 24px;
	color: #ffefcd;
	line-height: 30px;
}
.qindian form {
	width: 310px;
	position: absolute;
	right: 78px;
	top: 308px;
}
.qindian form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border: none;
}
.qindian form button {
	background: #fbe1bc;
	border-radius: 25px;
	font-size: 18px;
	color: #a31a0f;
	line-height: 50px;
	text-align: center;
	width: 100%;
	border: none;
	margin: 30px 0;
}
.qindian form p {
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	margin-left: -15px;
}
#Choice {
	padding-top: 30px;
	padding-bottom: 40px;
}
.Choice-list {
	margin: 0 -15px;
}
.Choice-list > ul > li {
	float: left;
	width: 33.33%;
}
.Choice-list .Item {
	margin: 15px;
	box-shadow: 0 0 5px 1px rgba(4,0,0,0.09);
}
.Choice-list .Item .pic {
	overflow: hidden;
}
.Choice-list .Item .pic img {
	width: 100%;
	transition: all 0.3s linear;
}
.Choice-list .Item .Intro {
	padding: 20px 25px;
	height: 220px;
}
.Choice-list .Item h3 {
	font-size: 18px;
	color: #1d1d1d;
	line-height: 40px;
}
.Choice-list .Item p {
	font-size: 16px;
	color: #555;
	line-height: 30px;
}
.Choice-list .Item li {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin: 5px 0;
	padding-left: 20px;
	background: url(../images/dit.jpg) no-repeat left top 7px;
}
.Choice-list .Item li p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.Choice-list .Item:hover .pic img {
	transform: scale(1.1);
}
.Choice-list .Item:hover h3 {
	color: #df0000;
}
#topform {
	padding: 30px 0;
}
#topform .main {
	border-top: 2px solid #e50606;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}
#topform .main .content {
	float: left;
	width: 690px;
	padding: 30px 50px;
	background: #f1f1f1;
}
#topform .right {
	width: 340px;
	padding: 40px 30px;
	box-sizing: border-box;
	float: right;
}
#topform .content p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
#topform .content p span {
	color: #e50606;
}
#topform .content .w50 {
	width: 49%;
}
#topform .content .w100 {
	width: 100%;
	margin: 12px 0;
}
#topform .content .fr {
	float: right;
}
#topform .content .myform1 .form-submit {
	margin: 0;
	width: 100%;
}
.Home-link li {
	float: left;
	width: 33.33%;
	text-align: center;
	margin: 15px 0;
}
.Home-link li p {
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
/****** pc端样式结束 ******/

.About {
	width: 100%;
	height: 559px;
	background: url(../images/hmzs-bj.jpg) no-repeat center center;
	overflow: hidden;
}
.About-con {
	width: 1200px;
	margin: 0 auto;
}
.About-con h2 {
	text-align: center;
	margin-top: 57px;
	margin-bottom: 45px;
}
.About-l {
	float: left;
	width: 706px;
	padding-left: 33px;
}
.About-l h3 {
	font-size: 24px;
	color: #fff;
}
.About-l p {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
	margin: 24px 0;
	text-indent: 2em;
}
.About-l a {
	font-size: 18px;
	color: #9f9ea0;
}
.About-banner {
	width: 347px;
	height: 274px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
}
.About-banner-btn {
	display: none;
}
.About-banner-btn a {
	display: block;
	line-height: 40px;
	position: absolute;
	top: 100px;
	width: 40px;
	height: 40px;
	background-color: #000;
	opacity: 0.3;
filter:alpha(opacity=30) color:rgb(255, 255, 255);
	overflow: hidden;
	z-index: 4;
}
.prevBtn {
	left: 5px;
	background: url(../images/index_img/l.png) no-repeat center center;
}
.nextBtn {
	right: 5px;
	background: url(../images/index_img/r.png) no-repeat center center;
}
.About-banner-img {
	font-size: 0;
*word-spacing:-1px;/* IE6、7 */
	letter-spacing: -3px;
	position: relative;
}
.About-banner-img li {
	display: inline-block;
*display:inline;
*zoom:1;/* IE6、7 */
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 12px;
}
.About-banner i {
	background: url(http://gtms01.alicdn.com/tps/i1/T1szNBFzlmXXX8QSDI-400-340.png) no-repeat;
	width: 15px;
	height: 23px;
	cursor: pointer;
	margin: 8px 0 0 12px;
	display: block;
}
.About-banner .nextBtn i {
	background-position: -200px -24px;
}
.About-banner .prevBtn i {
	background-position: -200px 0px;
}
.About-banner-circle {
	position: absolute;
	left: 50%;
	bottom: 42px;
	height: 13px;
	text-align: center;
	font-size: 0;
	border-radius: 10px;
	background: rgba(255,255,255,0.3);
filter:alpha(opacity:30);
}
.About-banner-circle li {
	border-radius: 10px;
	margin: 2px;
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align: middle;
	zoom: 1;
}
.About-banner-circle li a {
	display: block;
	padding-top: 9px;
	width: 9px;
	height: 0;
	border-radius: 50%;
	background: #B7B7B7;
	overflow: hidden;
}
.About-banner-circle .selected a {
	background: #F40;
}
/********首页底部*******/
.characteristic{
	overflow: hidden;
	padding: 15px 0;
	background-color: #FFFFFF;
}
.characteristic .container {
	width: 970px;
	margin: 0 auto;
}
.characteristic li {
	width: 25%;
	float: left;
	text-align: center;
}
.characteristic li img {
	width: 80%;
}
