﻿@media(min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media(max-width: 1200px) {
	.container {
		width: 100%;
	}
}

.banner-nav ul li {
	display: none;
}

.banner-nav ul li.nav-show {
	display: block;
}

.banner-nav ul li.nav-top {
	display: block;
	cursor: pointer;
}

p {
	margin: 0;
}

.service-content2 {
	display: none;
}

body,
html {
	overflow-x: hidden;
	font-family: font-family: 'Avenir', Helvetica, Arial, sans-serif, "寰蒋闆呴粦";
}

ul {
	padding-left: 0;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

header .welcome {
	height: 45px;
	line-height: 45px;
	background: #f9f9f9;
	color: #333;
	font-size: 14px;
}

.welcome .contact-line {
	font-size: 18px;
	padding-left: 35px;
	background: url(../images/contact-line.png) left 2px no-repeat;
}

.weixin {
	position: relative;
	margin-left: 15px;
	cursor: pointer;
}

.weixin .show-wx {
	position: absolute;
	top: 35px;
	left: -33px;
	width: 100px;
	height: 100px;
	display: none;
	z-index: 999;
}

.weixin .show-wx::before {
	width: 0px;
	height: 0px;
	border: solid;
	border-top-color: currentcolor;
	border-top-width: medium;
	border-right-color: currentcolor;
	border-right-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-width: medium;
	border-left-color: currentcolor;
	border-left-width: medium;
	border-top-color: currentcolor;
	border-top-width: medium;
	border-right-color: currentcolor;
	border-right-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-width: medium;
	border-left-color: currentcolor;
	border-left-width: medium;
	border-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-width: 8px;
	border-bottom-color: #fe0000;
	content: ' ';
	position: absolute;
	left: 40%;
	top: -15px;
	display: none;
}

.weixin .show-wx.active {
	display: block;
}

.weixin .show-wx.active::before {
	display: block;
}

.qq {
	position: relative;
	margin-left: 15px;
	cursor: pointer;
}

.qq .show-qq {
	position: absolute;
	left: -33px;
	top: 35px;
	width: 100px;
	display: none;
	z-index: 999;
}

.qq .show-qq::before {
	width: 0px;
	height: 0px;
	border: solid;
	border-top-color: currentcolor;
	border-top-width: medium;
	border-right-color: currentcolor;
	border-right-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-width: medium;
	border-left-color: currentcolor;
	border-left-width: medium;
	border-top-color: currentcolor;
	border-top-width: medium;
	border-right-color: currentcolor;
	border-right-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-width: medium;
	border-left-color: currentcolor;
	border-left-width: medium;
	border-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-width: 8px;
	border-bottom-color: #fe0000;
	content: ' ';
	position: absolute;
	left: 37%;
	top: -15px;
	display: none;
}

.qq .show-qq.active {
	display: block;
}

.qq .show-qq.active::before {
	display: block;
}

.show-qq ul {
	padding: 10px 5px;
	background: #eee;
}

.show-qq ul li {
	list-style: none;
	font-size: 14px;
	line-height: 25px;
}

.nav-line .container {
	position: relative;
}

.logo {
	width: 33%;
	float: left;
}

.ts {
	width: 33%;
	float: left;
}

.menu {
	border-bottom: 1px solid #009eea;
}

.menu .container>ul {
	padding-left: 224px;
	margin-bottom: 0;
}

.menu ul li {
	list-style: none;
	float: left;
}

.menu .h3 a {
	display: block;
	font-size: 16px;
	color: #333;
	height: 45px;
	line-height: 45px;
	padding: 0 28px;
	border: 1px solid transparent;
	margin-bottom: -1px;
}

.menu .h3 a.active {
	border: 1px solid #ed1b24;
	color: #ed1b24;
}

.menu .h3 a:hover {
	color: #009eea;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu .h3 a {
		padding: 0 15px;
	}
}


/**.carousel-inner .item{height:630px;}*/

#carousel-example-generic .banner-out {
	position: relative;
}

#carousel-example-generic .banner-out .banner-nav {
	position: absolute;
	left: 15px;
	top: -45px;
	width: 225px;
	z-index: 8;
}

.banner-out .banner-nav ul li {
	list-style: none;
	float: left;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
}

.banner-out .banner-nav ul li .glyphicon {
	height: 90px;
	line-height: 90px;
	font-size: 12px;
}

.banner-out .banner-nav ul li.nav-top .glyphicon {
	height: 45px;
	line-height: 45px;
}

.banner-out .banner-nav ul li.nav-top .glyphicon.glyphicon-list {
	font-size: 18px;
	margin-left: 45px;
}

.banner-out .banner-nav ul li.nav-top .gly2 {
	margin-right: 35px;
	margin-left: 0;
}

.banner-out .banner-nav ul li .gly2 {
	margin-right: 35px;
}

.banner-out .banner-nav ul li.nav-top {
	height: 45px;
	line-height: 45px;
	color: #009eea;
	border: 1px solid #009eea;
	padding-left: 50px;
}

.nav-bottom {
	background: #fff;
	cursor: pointer;
}

.banner-nav ul li .tb {
	width: 40px;
	height: 30px;
	float: left;
	margin-left: 26px;
	margin-top: 30px;
}

.gnzc .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: 20px;
	background-position-y: 4px;
}

.gnzc.nav-bottom:hover .tb,
.gnzc.nav-bottom.active .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: 20px;
	background-position-y: -24px;
}

.hwzc .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -20px;
	background-position-y: 4px;
}

.hwzc:hover .tb,
.hwzc.active .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -20px;
	background-position-y: -24px;
}

.zscq .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -60px;
	background-position-y: 4px;
}

.zscq:hover .tb,
.zscq.active .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -60px;
	background-position-y: -24px;
}

.kjfw .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -100px;
	background-position-y: 4px;
}

.kjfw:hover .tb,
.kjfw.active .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -100px;
	background-position-y: -24px;
}

.gnpw .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -140px;
	background-position-y: 4px;
}

.gnpw:hover .tb,
.gnpw.active .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -140px;
	background-position-y: -24px;
}

.qtyw .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -180px;
	background-position-y: 4px;
}

.qtyw:hover .tb,
.qtyw.active .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -180px;
	background-position-y: -24px;
}

.gsbk .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -220px;
	background-position-y: 4px;
}

.gsbk:hover .tb,
.gsbk.active .tb {
	background: url(../images/banner-nav.png)no-repeat;
	background-position-x: -220px;
	background-position-y: -24px;
}

.banner-content {
	position: absolute;
	left: 240px;
	height: 630px;
}

.banner-content .content-item {
	position: relative;
	height: 100%;
	background: #fff;
	z-index: 5;
	border-left: 1px solid #eee;
	display: none;
}

.banner-content .content-item.active {
	display: block;
}

.menu-link {
	display: none;
}

@media(max-width: 992px) {
	.menu-link {
		display: block;
	}
}

@-webkit-keyframes sideRight {
	0% {
		-webkit-transform: translateX(-200px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes sideUp2 {
	0% {
		transform: translateX(-200px);
	}
	100% {
		transform: translateX(0);
	}
}

.sideLeft.active {
	-webkit-animation: sideRight ease-in-out 0.4s;
	animation: sideRight ease-in-out 0.4s;
}

.content-item ul {
	margin-bottom: 0;
}

.content-item ul li {
	list-style: none;
	float: left;
	width: 230px;
	height: 630px;
}

.banner-content {
	display: none;
}

.banner-content.hover {
	display: block;
}

.content-item {
	padding-top: 35px;
}

.content-item ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.content-item ul li ol {
	padding-left: 0;
}

.content-item ul li ol a {
	display: block;
	font-size: 14px;
	color: #999;
	padding-left: 0;
	text-align: center;
	margin-top: 15px;
}

.content-item ul li ol:nth-child(1) {
	margin-top: 25px;
}

.content-item ul li a:hover {
	color: #ed1b24
}

.content-item ul li ol a:hover {
	color: #ed1b24
}

.banner-zx {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ed1b24;
	border: 1px solid #ED1B24;
	border-radius: 25px;
	margin-top: 50px;
	cursor: pointer;
}

.banner-zx:hover {
	background: #ed1b24;
	color: #fff;
}

.chanxun {
	position: fixed;
	right: 15px;
	top: 175px;
	width: 320px;
	height: auto;
	border: 3px solid #ed1b24;
	z-index: 999;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	cursor: pointer;
}

.chanxun h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #ed1b24;
	color: #fff;
}

.companyName {
	background: url(../images/search.jpg) 5px center no-repeat;
}

.phone {
	background: url(../images/phone.jpg) 5px center no-repeat;
}

.form-control {
	width: 100%;
	border: 1px solid #ddd;
}

.companyName.form-control {
	padding-left: 40px;
	color: #999;
}

.phone.form-control {
	padding-left: 40px;
	color: #999;
}

.form-sub.form-control {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #ed1b24;
	border: 1px solid #ED1B24
}

.form-zx {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	background: #ED1B24;
	border: 1px solid #ED1B24;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 20px;
}

.service-line {
	font-size: 20px;
	color: #666666;
	margin: 0;
	text-align: center;
}

header {
	position: relative;
}

.cx-in {
	position: fixed;
	right: 15px;
	top: 210px;
	font-size: 50px;
	color: #ED1B24;
	z-index: 12;
	cursor: pointer;
	display: none;
}

.running {
	background: #f9f9f9;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.running h2 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
}

.running p {
	margin-bottom: 0;
}

.running-box {
	padding-top: 35px;
	padding-bottom: 35px;
	background: #fff;
	margin-bottom: 12px;
	box-shadow: 1px 1px 5px 5px #eee;
}

.running .runNmu {
	font-size: 26px;
	color: #ed1b24;
	margin-left: 5px;
	margin-right: 5px;
}

.title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.title h2 {
	position: relative;
	font-size: 30px;
	color: #333;
	text-align: center;
	display: inline;
	margin: 0 auto;
}

.title p {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}

.service {
	min-height: 850px;
}

.service-content {
	position: relative;
}

.service-item {
	width: 350px;
	height: auto;
}

.service-item label {
	font-size: 20px;
	color: #ed1b24;
	font-weight: none;
	margin-bottom: 15px;
}

.service-item .description {
	font-size: 16px;
	color: #666;
	line-height: 25px;
}

.service-item.gngs {
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}

.service-item.hwgs {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}

.service-item.gnpw {
	position: absolute;
	left: 0;
	top: 290px;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}

.service-item.kjfw {
	position: absolute;
	right: 0;
	top: 290px;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}

.service-item.qtyw {
	position: absolute;
	left: 0;
	top: 520px;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}

.service-item.zscq {
	position: absolute;
	right: 0;
	top: 520px;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}

.service .center-in {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 12;
	margin-top: -100px;
	width: 200px;
	height: 200px;
	background: url(../images/service1.jpg) center center no-repeat;
}

.service-content {
	position: relative;
	width: 100%;
	height: 700px;
}

.service-content .center {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -203px;
	width: 406px;
	height: 406px;
}

.center .gngs-pic {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 11;
	cursor: pointer;
}

.gngs-pic::before {
	position: absolute;
	left: -20px;
	top: -68px;
	content: '';
	width: 60px;
	border: 1px dashed #ccc;
	display: none;
}

.gngs-pic::after {
	position: absolute;
	left: 15px;
	top: -19px;
	content: '';
	width: 106px;
	border: 1px dashed #ccc;
	transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	/* IE 9 */
	-webkit-transform: rotate(60deg);
	/* Safari and Chrome */
	;
	display: none;
}

.gngs-pic.active::before,
.gngs-pic.active::after {
	display: block;
}

.center .hwgs-pic {
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 11;
	cursor: pointer;
}

.hwgs-pic::before {
	position: absolute;
	right: -20px;
	top: -68px;
	content: '';
	width: 60px;
	border: 1px dashed #ccc;
	display: none;
}

.hwgs-pic::after {
	position: absolute;
	right: 15px;
	top: -19px;
	content: '';
	width: 106px;
	border: 1px dashed #ccc;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	/* IE 9 */
	-webkit-transform: rotate(-60deg);
	/* Safari and Chrome */
	;
	display: none;
}

.hwgs-pic.active::before,
.hwgs-pic.active::after {
	display: block;
}

.center .gnpw-pic {
	position: absolute;
	left: 0px;
	top: 108px;
	z-index: 11;
	cursor: pointer;
}

.gnpw-pic::before {
	position: absolute;
	left: -27px;
	top: 87px;
	content: '';
	width: 25px;
	border: 1px dashed #ccc;
	display: none;
}

.gnpw-pic.active::before {
	display: block;
}

.center .qtyw-pic {
	position: absolute;
	left: 32px;
	top: 289px;
	z-index: 11;
	cursor: pointer;
}

.qtyw-pic::before {
	position: absolute;
	left: -53px;
	top: 163px;
	content: '';
	width: 72px;
	border: 1px dashed #ccc;
	display: none;
}

.qtyw-pic::after {
	position: absolute;
	left: 0px;
	top: 125px;
	content: '';
	width: 85px;
	border: 1px dashed #ccc;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	/* IE 9 */
	-webkit-transform: rotate(-60deg);
	/* Safari and Chrome */
	;
	display: none;
}

.qtyw-pic.active::before,
.qtyw-pic.active::after {
	display: block;
}

.zscq-pic::before {
	position: absolute;
	right: -58px;
	top: 160px;
	content: '';
	width: 70px;
	border: 1px dashed #ccc;
	display: none;
}

.zscq-pic::after {
	position: absolute;
	left: 81px;
	top: 123px;
	content: '';
	width: 85px;
	border: 1px dashed #ccc;
	transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	display: none;
}

.zscq-pic.active::before,
.zscq-pic.active::after {
	display: block;
}

.center .zscq-pic {
	position: absolute;
	left: 213px;
	top: 289px;
	z-index: 11;
	cursor: pointer;
}

.kjfw-pic::before {
	position: absolute;
	right: -27px;
	top: 87px;
	content: '';
	width: 25px;
	border: 1px dashed #ccc;
	display: none;
}

.kjfw-pic.active::before {
	display: block;
}

.center .kjfw-pic {
	position: absolute;
	left: 335px;
	top: 106px;
	z-index: 11;
	cursor: pointer;
}

.advisor {
	padding-bottom: 50px;
}

.aditem {
	background: #fff;
	padding: 20px 20px 40px 20px;
	cursor: pointer;
	position: relative;
	box-shadow: 1px 1px 5px 5px #eee;
}

.aditem .pic-box {
	min-height: 280px;
	padding: 10px 10px 0 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.advisor .col-sm-3:hover .pic-box {
	padding: 0;
}

.advisor .col-sm-3:hover .description {
	display: none;
}

.aditem img {
	width: 100%;
}

.aditem h2 {
	font-size: 26px;
	color: #333;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.aditem h2 span {
	font-size: 14px;
	color: #666;
}

.advisor .col-sm-3:hover h2 {
	color: #009EEA;
	margin-bottom: 40px;
}

.advisor .col-sm-3:hover h2 span {
	color: #009EEA;
}

.advisor .col-sm-3:hover .description {
	min-height: 80px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.advisor .col-sm-3:hover .ad-zx {
	display: block;
}

.advisor .col-sm-3:hover .aditem {
	box-shadow: 1px 1px 5px 5px #eee;
}

.ad-zx {
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #009EEA;
	border-radius: 25px;
	text-align: center;
	display: none;
	background: #009EEA;
}

.liucitem {
	text-align: center;
	font-size: 14px;
	color: #666;
}

.col-dl-1 {
	width: 25%;
	float: left;
}

.liuc-top {
	background: url(../images/liuc.jpg) center center no-repeat;
	height: 100px;
	background-position-x: -20px;
}

.liucitem h4 {
	font-size: 20px;
	color: #ED1B24;
	margin-bottom: 15px;
}

.liucitem p {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.liuc {
	padding-bottom: 50px;
}

.advan {
	background: #f9f9f9;
	padding-bottom: 50px;
}

.gongs {
	padding-bottom: 50px;
}

.col-dl-2 {
	width: 20%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.switch-btn ul {
	margin: 0 auto;
	display: table;
	margin-bottom: 30px;
}

.switch-btn ul li {
	list-style: none;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}

.switch-btn ul li.active {
	color: #fff;
	background: #ED1B24;
}

.switch-zx {
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #E30000;
	text-align: center;
	border: 1px solid #ED1B24;
	border-radius: 25px;
	margin-top: 20px;
}

.switch-zx:hover {
	background: #ED1B24;
	color: #fff;
}

.new-item {
	margin-bottom: 30px;
}

.new-item h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 15px;
}

.new-item h2:hover {
	color: #009EEA;
}

.new-item .description {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
}

.new-item p {
	font-size: 14px;
	color: #999;
}

.pic2 {
	overflow: hidden;
}

.pic2 img {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.pic2 img:hover {
	transform: scale(1.2);
}

.switch-item {
	display: none;
}

.toumin {
	width: 100%;
	height: 115px;
	background: url(../images/tou.jpg) center center no-repeat #f9f9f9;
	background-size: contain;
}

footer {
	background: #009eea;
}

.link {
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
}

.link li {
	font-size: 14px;
	line-height: 75px;
	color: #fff;
	float: left;
	list-style: none;
	padding-right: 5px;
}

.link li a {
	color: #fff
}

.link li a:hover {
	color: #fff;
}

.foot-menu li {
	list-style: none;
	float: left;
	width: 12%;
}

.foot-menu li.contact {
	width: 30%;
}

.foot-menu li a {
	font-size: 16px;
	color: #fff;
}

.foot-menu li a:hover {
	color: #fff;
}

.foot-menu li ol a {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.foot-menu li ol a:hover {
	color: #fff;
}

.foot-menu li ol {
	font-size: 14px;
	color: #fff;
	padding-left: 0;
	line-height: 25px;
}

.right2 {
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0093da;
}

.foot-menu {
	margin-bottom: 50px;
}

.liuc-con2 {
	display: none;
}

.center .kjfw-pic {
	position: absolute;
	left: 335px;
	top: 108px;
	z-index: 11;
	cursor: pointer;
}

.rend {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	font-size: 20px;
	color: #ed1b24;
	width: 100px;
	text-align: center;
}

.rend::after {
	position: absolute;
	left: -10px;
	top: -10px;
	content: '';
	width: 120px;
	border-top: 1px solid #ddd;
}

.rend::before {
	position: absolute;
	left: -26px;
	top: -92px;
	content: '';
	width: 155px;
	border: 1px dashed #ddd;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.advan .col-dl-2 {
	cursor: pointer;
}

.advan .col-dl-2:hover {
	-webkit-animation: sideUp 1.2s linear infinite;
	animation: sideUp 1.2s linear infinite;
}

@-webkit-keyframes sideUp {
	0% {
		-webkit-transform: translateY(0px);
	}
	25% {
		-webkit-transform: translateY(10px);
	}
	75% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}

@keyframes sideUp {
	0% {
		transform: translateY(0px);
	}
	25% {
		transform: translateY(10px);
	}
	75% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}


/**

 *灞忓箷瀹藉害灏忎簬992px

 *  

 */

@media(max-width: 1200px) {
	.liuc-con {
		display: none;
	}
	.liuc-con2 {
		display: block;
		padding-bottom: 50px;
	}
	.liuc2-item h4 {
		font-size: 20px;
		color: #ed1b24;
		text-align: center;
	}
	.liuc2-item .description p {
		font-size: 14px;
		color: #666;
		line-height: 25px;
		text-align: center;
	}
}

@media(max-width: 768px) {
	.right2 {
		font-size: 14px;
		color: #fff;
		height: auto;
		line-height: 25px;
		text-align: center;
		background: #0093da;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.link li {
		line-height: 45px;
	}
	.liuc2-item {
		margin-bottom: 15px;
	}
	.col-dl-2 {
		width: 33.3333333%;
	}
	.col-dl-2.col-dl-x {
		margin-left: 16.666666%;
	}
	.switch-btn ul li {
		width: 33.33333%;
		margin-bottom: 15px;
		text-align: center;
	}
	.toumin {
		display: none !important;
	}
	.foot-menu li.contact {
		width: 100%;
	}
	.foot-menu li {
		width: 100%;
	}
	.foot-menu {
		margin-bottom: 15px;
	}
}

@media(max-width: 992px) {
	.advisor {
		background: #f9f9f9;
		padding-bottom: 0px;
	}
	.aditem {
		margin-bottom: 15px;
	}
	.advisor .col-sm-3:hover .ad-zx {
		display: none;
	}
	.aditem h2 {
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.advisor .col-sm-3:hover h2 {
		color: #009eea;
		margin-bottom: 0px;
	}
	.aditem .description {
		display: none;
	}
	.welcome {
		display: none !important;
	}
	.chanxun {
		display: none;
	}
	.banner-nav {
		display: none;
	}
	.ts {
		display: none;
	}
	.hot-line {
		display: none;
	}
	.menu {
		margin-top: 0;
		background: #fff;
		border: none;
		display: none;
	}
	.menu ul {
		padding: 0;
		border-top: 1px solid #eee;
	}
	.nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999999;
	}
	.menu ul li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.menu .h3 a.active {
		border: none;
		color: #ed1b24;
	}
	.menu .h3 a {
		padding: 0px;
	}
	.nav-line {
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		background: #fff;
		box-shadow: 1px 1px 10px 3px #F5F5F5;
	}
	header {
		position: relative;
		left: 0;
		top: 0;
		z-index: 9999999;
	}
	.logo {
		width: 150px;
		float: left;
	}
	.carousel-inner .item {
		height: auto;
	}
	.running-box {
		display: none;
	}
	.title {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.title h2 {
		position: relative;
		font-size: 18px;
		color: #333;
		text-align: center;
		display: inline;
		margin: 0 auto;
	}
	.title h2::before {
		content: '';
		width: 70px;
		border-bottom: 2px solid #ED1B24;
		position: absolute;
		top: 11px;
		left: -85px;
	}
	.title h2::after {
		content: '';
		width: 75px;
		border-bottom: 2px solid #ED1B24;
		position: absolute;
		top: 11px;
		right: -85px;
	}
	.service {
		min-height: auto;
	}
	.advisor .col-sm-3:hover .aditem {
		box-shadow: none;
	}
	.aditem {
		background: #fff;
		padding: 0;
		cursor: pointer;
		position: relative;
	}
	.advisor .col-sm-3:hover .pic-box {
		padding: 10px 10px 0 10px;
	}
}

.menu-link {
	border-radius: 5px;
	box-sizing: border-box;
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 11px;
	z-index: 10;
	width: 40px;
	height: 40px;
	padding: 8px;
}

.menu-link span {
	position: relative;
	display: block;
	margin-top: 10px;
}

.menu-link span::before,
.menu-link span::after {
	position: absolute;
	top: -.55em;
	content: " ";
}

.menu-link span::after {
	top: .55em;
}

.menu-link {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.menu-link span,
.menu-link span::before,
.menu-link span::after {
	background-color: #333;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.menu-link span {
	position: relative;
	display: block;
	margin-top: 10px;
}

.menu-link p {
	padding-top: 6px;
	color: #ff1626;
	font-size: 12px;
}

.menu-link.active span {
	background: transparent;
}

.menu-link.active span::before {
	-webkit-transform: rotate(45deg) translate(.5em, .4em);
	-moz-transform: rotate(45deg) translate(.5em, .4em);
	-ms-transform: rotate(45deg) translate(.5em, .4em);
	-o-transform: rotate(45deg) translate(.5em, .4em);
	transform: rotate(45deg) translate(.5em, .4em);
}

.menu-link.active span::after {
	-webkit-transform: rotate(-45deg) translate(.4em, -.3em);
	-moz-transform: rotate(-45deg) translate(.4em, -.3em);
	-ms-transform: rotate(-45deg) translate(.4em, -.3em);
	-o-transform: rotate(-45deg) translate(.4em, -.3em);
	transform: rotate(-45deg) translate(.4em, -.3em);
}

#service-content2 {
	display: none;
}

@media(max-width: 1200px) {
	.service-content {
		display: none;
	}
	#service-content2 {
		display: block;
	}
	.con2-item {
		position: relative;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ser-zx {
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 120px;
		height: 30px;
		line-height: 30px;
		border-radius: 25px;
		background: #ed1b24;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
	.aditem .pic-box {
		min-height: 210px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.ser-zx {
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 120px;
		height: 30px;
		line-height: 30px;
		border-radius: 25px;
		background: #ed1b24;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
	.aditem .pic-box {
		min-height: auto;
	}
}

@media(max-width: 768px) {
	.aditem .pic-box {
		min-height: auto;
	}
	.ser-zx {
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
		width: 100px;
		height: 20px;
		line-height: 20px;
		border-radius: 25px;
		background: #ed1b24;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
}

.menu>.container {
	position: relative;
}

.menu .banner-out {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 225px;
	height: 45px;
	z-index: 99;
}

.banner-content {
	position: absolute;
	left: 240px;
	height: 630px;
}

.foot-wx {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out;
	transition: transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out;
}

.foot-wx.in {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.advan .img-responsive {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out;
	transition: transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out;
}

.advan .img-responsive.in {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.nav-add {
	display: none;
}

.menu .box {
	display: none;
}

@media(max-width: 992px) {
	.nav-add {
		display: block;
	}
	.menu .container>ul {
		padding-left: 0px;
		margin-bottom: 0;
	}
	.menu ul li {
		position: relative;
	}
	.menu li .box {
		position: relative;
	}
	.menu li .box a {
		width: 50%;
		line-height: 40px;
		text-align: center;
		float: left;
		color: #666;
	}
	.menu li .box {
		display: none;
		border-top: 1px solid #eee;
	}
	.menu .h3 .nav-add {
		position: absolute;
		top: 1px;
		right: 0px;
		font-size: 12px;
		padding: 15px;
	}
}

.glyphicon-plus::before {
	content: "\2b";
	webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.glyphicon-plus.active::before {
	content: "\2212";
}


/**

 *涓囦簨鎯� 

 */

.huo-top {
	position: relative;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}

.huo-con {
	position: relative;
	display: table;
}

.con-in {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}

.hotline {
	font-size: 20px;
	color: #ec3f3e;
	text-align: right;
}

.menu .h3 a {
	font-size: 18px;
	color: #333;
}

.menu .h3 a.active {
	border: none;
	color: #fff;
	background: #ed1b24;
}

.menu .h3 a {
	padding: 0 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.con-in {
		width: 33.333333%;
	}
	.menu .h3 a {
		font-size: 16px;
		color: #333;
	}
	.menu .h3 a {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.con2,
	.con3 {
		display: none;
	}
	.huo-top {
		padding: 0;
	}
	.con-in {
		width: 100px;
		padding: 0;
		width: 233px;
	}
}

#carousel-example-generic .item {
	cursor: pointer;
}

step1 {
	padding-top: 95px;
	padding-bottom: 10px;
	background: #f5f5f5;
}

.step1 h2 {
	font-size: 40px;
	font-family: "寰蒋闆呴粦";
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.step1 p {
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 5px;
}

.col-dl-5 {
	position: relative;
	width: 41.6666666667%;
	float: left;
	box-sizing: border-box;
}

.col-dl-2 {
	width: 16.6666666666%;
	float: left;
	box-sizing: border-box;
}

.form-control2 {
	display: block;
	width: 100%;
	height: 66px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

.step1-con {
	background: #494949;
	padding: 40px;
	padding-bottom: 20px;
}

.form-control2.companyName {
	background: url(../images/company.jpg) left center no-repeat #fff;
	padding-left: 40px;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: none
}

.form-control2.phone2 {
	background: url(../images/phone2.jpg) left center no-repeat #fff;
	padding-left: 40px;
	border-radius: 0;
	border: none;
	border-left: 1px solid #eee;
}

.form-control2:focus {
	outline: 0;
}

.form-btnx {
	background: url(../images/search.jpg) left center no-repeat #ff0000;
	background-position-x: 15px;
	background-position-y: 20px;
	text-align: center;
	padding-left: 30px;
	color: #fff;
	border: none;
	border-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 18px;
	cursor: pointer;
}

#phone2-error {
	font-size: 16px;
	color: #FF0000;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

#company-error {
	font-size: 16px;
	color: #FF0000;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.step1-new {
	border-radius: 10px;
	margin-top: 20px;
}

.new-left {
	width: 50%;
	float: left;
	height: 280px;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

.new-right {
	width: 50%;
	height: 280px;
	float: left;
	background: #ebeff1;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.warp {
	overflow: hidden;
}

.warp ul li {
	list-style: none;
	width: 100%;
	line-height: 32px;
}

.warp ul {
	padding-left: 20px;
}

.warp ul li a {
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
	color: #666;
}

.new-left h4 {
	font-family: "寰蒋闆呴粦";
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 15px;
}

.new-right h4 {
	font-family: "寰蒋闆呴粦";
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 15px;
}

.title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.col-dl-2 {
	padding-right: 0px;
	padding-left: 0;
}

.form-btnx {
	border-radius: 0;
}

.form-control2.companyName {
	border-radius: 0;
}

.new-left {
	border-radius: 0;
	height: 195px
}

.new-right {
	border-radius: 0;
	height: 195px;
	background: #fff;
}

.new-left h4 {
	font-size: 18px;
	color: #333;
}

.new-right h4 {
	font-size: 18px;
	color: #333;
}

.navr-ul {
	width: 100%;
	height: 100%;
}

.navr-ul li {
	list-style: none;
	width: 25%;
	float: left;
}

.navr-ul li p {
	font-size: 14px;
	color: #666;
}

.navr-ul li p:hover {
	color: #ed1b24;
}

.warp ul li a {
	font-size: 14px;
	color: #969696;
	position: relative;
	padding-left: 10px;
}

.warp ul li a::before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #969696;
}

.warp ul li {
	line-height: 30px;
}

.warp ul li a:hover {
	color: #ed1b24;
}

.warp ul li a:hover::before {
	background: #ed1b24;
}

.hot-row {
	padding-left: 30px;
	padding-right: 30px;
}

.hot-item {
	padding: 40px 40px 30px 40px;
	border: 2px solid #ddd;
	cursor: pointer;
	margin-bottom: 40px;
}

.hot-item h4 {
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.hot-item .description {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 25px;
}

.hot-item p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}

.hot-item:hover {
	border: 2px solid #ed1b24;
	padding: 20px 40px 20px 40px;
}

.hot-item:hover h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.hot-btn {
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #ed1b24;
	margin-top: 10px;
	border-radius: 25px;
	display: none;
}

.hot-row .col-xs-6 {
	padding-left: 20px;
	padding-right: 20px;
}

.mfcx {
	padding-bottom: 50px;
	background: url(../images/search-bg.jpg) center center no-repeat #fff;
}

.ys-col25 {
	width: 25%;
	float: left;
}

.ys-col15 {
	width: 15%;
	height: 305px;
	overflow: hidden;
	float: left;
	position: relative;
	padding-top: 90px;
	padding-bottom: 30px;
	background: #f9f9f9;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: -3px 1px 5px 3px #eee;
	z-index: 8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ys-col15.active {
	width: 25%;
	float: left;
	padding-left: 45px;
	padding-right: 45px;
	background: #f73601;
	z-index: 9;
}

.ys-col15 h4 {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}

.ys-col15.active h4 {
	color: #fff;
}

.ys-col15 p {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.ys-col15.active p,
.ys-col15.active .ys-btn {
	display: none;
}

.ys-col15 .description {
	display: none;
}

.ys-col15.active .description {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.ys-btn {
	margin-top: 40px;
	font-size: 14px;
	color: #999;
	width: 85px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 10px;
}

.youshi {
	padding-bottom: 50px;
}

.cgzs {
	padding-bottom: 25px;
	background: url(../images/cgzsbg.jpg) center center no-repeat;
}

.cg-col {
	position: relative;
	display: table-cell !important;
	vertical-align: middle;
	width: 20%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	box-sizing: border-box;
}

.cg-content {
	position: relative;
	display: table;
	overflow: hidden;
}

.cg-col h4 {
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	text-align: center;
}

.slideLeft .glyphicon-menu-left {
	position: absolute;
	left: -60px;
	top: 50%;
	font-size: 40px;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
}

.slideLeft .glyphicon-menu-left:hover {
	position: absolute;
	left: -60px;
	top: 50%;
	font-size: 40px;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
	color: #f73601;
	font-weight: bold;
}

.slideRight .glyphicon-menu-right {
	position: absolute;
	right: -60px;
	top: 50%;
	font-size: 40px;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
}

.slideRight .glyphicon-menu-right:hover {
	position: absolute;
	right: -60px;
	top: 50%;
	font-size: 40px;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
	color: #f73601;
	font-weight: bold;
}

.view {
	width: 100%;
	overflow: hidden;
}

@media(max-width: 768px) {
	.slideLeft .glyphicon-menu-left {
		left: 0px;
	}
	.slideRight .glyphicon-menu-right {
		right: 0px;
	}
	.slideRight .glyphicon-menu-right:hover {
		right: 0px;
		color: #f73601;
		font-weight: bold;
	}
	.slideLeft .glyphicon-menu-left:hover {
		left: 0px;
		color: #f73601;
		font-weight: bold;
	}
}

@-webkit-keyframes sideLeft {
	0% {
		-webkit-transform: translateX(300px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes sideLeft {
	0% {
		transform: translateX(300px);
	}
	100% {
		transform: translateX(0);
	}
}

.cg-content.active-left {
	-webkit-animation: sideLeft ease-in-out 0.4s;
	animation: sideLeft ease-in-out 0.4s;
}

.cg-content.active-right {
	-webkit-animation: sideLeft ease-in-out 0.4s;
	animation: sideLeft ease-in-out 0.4s;
}

.gallery {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	display: none;
}

.gallery-view {
	margin: 0 auto;
	position: relative;
	left: 0;
	right: 0;
	top: 8%;
	width: 600px;
	height: auto;
}

.gallery-ul li {
	position: absolute;
	list-style: none;
	float: left;
	width: 100%;
	display: none;
	cursor: pointer;
}

.gallery-ul li.active {
	display: block;
}

.gallery-list {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.list-ul li {
	width: 100px;
	float: left;
	list-style: none;
	box-sizing: border-box;
}

.gallery-title {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
}

.gallery-left {
	position: absolute;
	left: 20%;
	top: 50%;
	margin-top: -22.5px;
	font-size: 45px;
	color: #fff;
	cursor: pointer;
	opacity: 0.2;
}

.gallery-left:hover,
.gallery-right:hover {
	opacity: 0.8;
}

.gallery-right {
	position: absolute;
	right: 20%;
	top: 50%;
	margin-top: -22.5px;
	font-size: 45px;
	color: #fff;
	cursor: pointer;
	opacity: 0.2;
}

.gallery-list .container {
	position: relative;
}

.gallery-left2 {
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	opacity: 0.2;
}

.gallery-left2:hover,
.gallery-right2:hover {
	opacity: 0.8;
}

.gallery-right2 {
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	opacity: 0.2;
}

.khxs {
	padding-bottom: 30px;
	background: #F9F9F9;
}

.col-kh .img-responsive {
	cursor: pointer;
}

.col-kh.active .img-responsive {}

.col-kh .description {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}

.col-kh.active .description {
	display: block;
}

.khxs {
	background: #F9F9F9;
}

.khxs .description {
	padding-top: 30px;
}

.khxs .description h4 {
	font-size: 20px;
	color: #333;
	text-align: center;
}

.khxs .description p {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 25px;
}

.slide-item ul {
	margin: 0 auto;
	display: table;
	text-align: center;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.slide-item ul li {
	list-style: none;
	float: left;
	width: 40px;
	height: 4px;
	background: #ddd;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}

.slide-item ul li.active {
	list-style: none;
	float: left;
	width: 40px;
	height: 4px;
	background: #f73601;
}

.kh-view {
	overflow: hidden;
	height: 220px;
}

.kh-content {
	position: relative;
	display: table;
	width: 100%;
	height: 220px;
}

.kh-content .col-kh {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.col-kh {
	height: 220px;
}

.col-kh.active img {
	transform: scale(1.2);
}

.khxs .description {
	display: none;
}

.khxs .description.in {
	display: block;
}

.kh-des {
	min-height: 140px;
}

.newx {
	margin-bottom: 15px;
}

.list-newx {
	padding-left: 50px;
	border-left: 1px solid #eee;
}

.newx h2 {
	cursor: pointer;
}

.new-item {
	padding-right: 30px;
}

@media(max-width: 768px) {
	.new-item h2 {
		font-size: 14px;
		color: #333;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.new-item .description {
		font-size: 12px;
		color: #666;
		line-height: 20px;
		max-height: 75px;
		overflow: hidden;
	}
	.new-item .col-sm-5 {
		padding-right: 5px;
	}
	.new-item .col-sm-7 {
		padding-left: 5px;
	}
}

.switch-zx {
	width: 220px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #E30000;
	text-align: center;
	border: 1px solid #ED1B24;
	border-radius: 25px;
	margin-top: 20px;
}

.cg-col {
	padding-bottom: 50px;
}

.cg-col h4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


/**

 * scroll

 * 

 * */

.scroll {
	position: relative;
}

.scroll-view {
	overflow: hidden;
}

.scroll-box {
	position: relative;
	display: table;
	width: 100%;
}

.scroll-item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	padding-bottom: 35px;
}

.scroll-item h4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
}

.nav {
	background: #fff;
}

@media(max-width: 768px) {
	.menu .container {
		padding: 0;
	}
}

.menu ul li.active .h3 a {
	background: #fff;
	color: #009eea;
	border: 1px solid #009eea;
}

.menu ul li.active .h3 .nav-add {
	color: #000;
}

@media(max-width: 768px) {
	.title {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.new-left {
		width: 100%;
	}
	.step1-con {
		background: #494949;
		padding: 0px;
	}
	.new-left h4 {
		padding-left: 0;
	}
	.warp ul {
		padding-left: 0;
	}
	.col-dl-5,
	.col-dl-2 {
		width: 100%;
	}
	.form-control2 {
		height: 50px;
		margin-bottom: 15px;
	}
	.step1-con {
		background: #fff;
		padding: 0px;
	}
	#phone2-error {
		font-size: 16px;
		color: #FF0000;
		line-height: 6px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
	}
	.form-btnx {
		background: #FF0000;
		padding: 0
	}
	.hot-row {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hot-btn {
		width: 156px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		font-size: 15px;
		color: #fff;
		background: #ed1b24;
		margin-top: 10px;
		border-radius: 25px;
		display: none;
	}
	.mfcx {
		padding-bottom: 25px;
	}
	.hot-item {
		margin-bottom: 20px;
	}
	.ys-col15.active {
		width: 25%;
		float: left;
		padding-left: 0px;
		padding-right: 0px;
		background: #f73601;
		z-index: 9;
	}
	.ys-col15.active .description {
		display: none;
	}
	.ys-col15 p,
	.ys-col15 .ys-btn {
		display: none;
	}
	.youshi {
		padding-bottom: 20px;
	}
	.hot-item {
		padding: 8px;
		border: 2px solid #ddd;
		cursor: pointer;
		margin-bottom: 40px;
	}
	.hot-item:hover {
		border: 2px solid #ed1b24;
		padding: 0;
	}
	.hot-row .col-xs-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hot-item img {
		width: 80px;
	}
	.hot-item:hover h4 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.hot-item h4 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.hot-item .description {
		display: none;
	}
	.hot-btn {
		display: block !important;
	}
	.hot-item .ycj {
		display: none;
	}
	.hot-item:hover {
		border: 2px solid #ddd;
		padding: 8px;
	}
	.hot-btn {
		width: 115px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: 15px;
		color: #fff;
		background: #ed1b24;
		margin-top: 10px;
		border-radius: 25px;
		display: none;
	}
	.hot-item {
		padding: 8px;
		border: 2px solid #ddd;
		cursor: pointer;
		margin-bottom: 20px;
	}
}

.step1-text {
	font-size: 22px;
	color: #fff;
}

@media(max-width: 768px) {
	#phone2-error {
		position: relative !important;
		left: 0;
	}
	#company-error {
		position: relative !important;
		left: 0;
	}
}

hr {
	width: 30px;
	margin-top: 0;
	border-top: 1px solid #ddd;
}

.hr2 {
	width: 30px;
	margin-top: 0;
	border-top: 1px solid #FF0000;
}

.ys-col15 h4 {
	margin-bottom: 10px;
}

.list-ul {
	display: none;
}

.breadSearch .dqwz,
.breadSearch .fwlx {
	margin: 0;
}

.breadSearch .dqwz li,
.breadSearch .fwlx li {
	list-style: none;
	float: left;
	line-height: 35px;
	font-size: 16px;
	color: #999;
	margin-right: 5px;
}

.breadSearch .dqwz li a,
.breadSearch .fwlx li a {
	color: #333;
}

.breadSearch .dqwz li.active a,
.breadSearch .fwlx li.active a {
	color: #999;
}

.breadSearch .dqwz li a:hover,
.breadSearch .fwlx li a:hover {
	color: #FF0000;
}

.breadSearch {
	padding-top: 40px;
	padding-bottom: 40px;
}

.breadSearch {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

.list-item {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.list-item .h4 {
	font-size: 24px;
	color: #333;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #ddd;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #ED1B24;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ED1B24;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #ED1B24;
	border-color: #ED1B24;
}

.lc-item h2 {
	font-size: 20px;
	color: #f73601;
	text-align: center;
	margin-top: 30px;
}

.lc-item .description {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 25px;
}

.hhlc {
	padding-bottom: 50px;
	background: #f9f9f9;
}

.lcsj-item {
	margin-bottom: 20px;
}

.lcsj-item h2 {
	font-size: 16px;
	color: #f73601;
	text-align: center;
}

@media(max-width: 768px) {
	.hhlc {
		padding-bottom: 20px;
	}
}

.col-gn-2 {
	float: left;
	width: 20%;
	box-sizing: border-box;
}

.cail {
	padding-bottom: 50px;
	background: #F9F9F9;
}

.cai-item {
	background: #fff;
	padding: 15px 0;
	border-right: 1px solid #ddd;
}

.cai-item h2 {
	font-size: 20px;
	color: #333;
	text-align: center;
}

.cai-item.tg {
	border: none;
}

.cai-item.tg h2 {
	color: #f73601;
}

.cai-item.tg p {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.tigong {
	padding-bottom: 50px;
}

.list-banner .img-responsive {
	height: 630px;
}

.hw-item {
	position: relative;
	margin-bottom: 20px;
}

.hw-item .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hw-item .cover-in h2 {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.hw-item .cover-in p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.hw-item .cover-in .hw-btn {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	margin-top: 15px;
	border-radius: 20px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.hwzc-btn {
	width: 260px;
	height: 40px;
	line-height: 40px;
	background: #FF0000;
	color: #fff;
	margin-top: 15px;
	border-radius: 20px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.hw-item .cover-in .hw-btn:hover {
	background: #FF0000;
	border: 1px solid #FF0000;
}

.hwzc {
	padding-bottom: 40px;
}

@media(max-width: 768px) {
	.list-banner .img-responsive {
		height: auto;
	}
	.hw-item .cover-in img {
		width: 50px;
		height: 50px;
	}
	.hw-item .cover-in h2 {
		font-size: 16px;
		color: #fff;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.hr2 {
		margin-bottom: 10px;
	}
	.hw-item .cover-in .hw-btn {
		width: 100px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.hc-ul li {
		list-style: none;
		line-height: 25px;
		font-size: 14px;
		color: #666;
	}
	.tigong .col-gn-2 {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.cail .col-gn-2 {
		width: 50%;
	}
	.cail .cai-item {
		background: #fff;
		padding: 15px 0;
		border-right: 1px solid #ddd !important;
		border-bottom: 1px solid #ddd !important;
	}
}

.sb-con {
	padding: 0px 35px;
}

.shb-item.shb1 {
	height: 160px;
	background: url(../images/sbcon1-2.jpg) center -10px no-repeat;
}

.shb-item.shb1:hover {
	height: 160px;
	background: url(../images/sbcon1-1.jpg) center -20px no-repeat;
}

.shb-item.shb2 {
	height: 160px;
	background: url(../images/sbcon2-2.jpg) center -10px no-repeat;
}

.shb-item.shb2:hover {
	height: 160px;
	background: url(../images/sbcon2-1.jpg) center -20px no-repeat;
}

.shb-item.shb3 {
	height: 160px;
	background: url(../images/sbcon3-2.jpg) center -10px no-repeat;
}

.shb-item.shb3:hover {
	height: 160px;
	background: url(../images/sbcon3-1.jpg) center -15px no-repeat;
}

.shb-item.shb4 {
	height: 160px;
	background: url(../images/sbcon4-2.png) center -10px no-repeat;
}

.shb-item.shb4:hover {
	height: 160px;
	background: url(../images/sbcon4-1.jpg) center -15px no-repeat;
}

.shb-item {
	position: relative;
	cursor: pointer;
	margin-bottom: 50px;
}

.item-in {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -30px;
	height: auto;
}

.item-in h2 {
	font-size: 20px;
	color: #333;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 200px;
}

.item-in p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-left: 200px;
}

.shb-item:hover h2 {
	color: #FF0000;
}

.shangb {
	padding-bottom: 50px;
}

.zahj {
	padding-bottom: 50px;
	background: #F9F9F9;
}

.za-item .switch-zx {
	width: 190px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}

.za-item {
	padding-left: 28px;
	padding-right: 28px;
}

.za-item h2 {
	font-size: 20px;
	text-align: center;
	color: #333;
}

.za-item .description {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

.za-item-in {
	border: 1px solid #ddd;
	padding-bottom: 30px;
	cursor: pointer;
}

.za-item-in:hover {
	border: 1px solid #ff0000;
}

.za-item-in:hover h2 {
	color: #FF0000;
}

@media(max-width: 768px) {
	.sjza-item h4 {
		font-size: 14px;
		text-align: center;
		margin-bottom: 15px;
	}
	.sj-zahj {
		padding-bottom: 20px;
	}
	.za-item {
		padding: 0;
		margin-bottom: 15px;
	}
	.zahj {
		padding-bottom: 20px;
	}
	.gcwent {
		padding-bottom: 20px;
	}
}

.gcwent {
	padding-bottom: 50px;
	background: #F9F9F9;
}

.gcwent .switch-zx {
	margin-top: 40px;
}

.sna-bg.sna-bg1 {
	width: 60px;
	height: 55px;
	background: url(../images/san.png) no-repeat;
	background-position-x: -10px;
	background-position-y: -7px;
}

.san-item:hover .sna-bg.sna-bg1 {
	width: 60px;
	height: 55px;
	background: url(../images/san.png) no-repeat;
	background-position-x: -10px;
	background-position-y: -67px;
}

.sna-bg.sna-bg2 {
	width: 60px;
	height: 55px;
	background: url(../images/san.png) no-repeat;
	background-position-x: -69px;
	background-position-y: -7px;
}

.san-item:hover .sna-bg.sna-bg2 {
	width: 60px;
	height: 55px;
	background: url(../images/san.png) no-repeat;
	background-position-x: -69px;
	background-position-y: -67px;
}

.sna-bg.sna-bg3 {
	width: 60px;
	height: 55px;
	background: url(../images/san.png) no-repeat;
	background-position-x: -126px;
	background-position-y: -7px;
}

.san-item:hover .sna-bg.sna-bg3 {
	width: 60px;
	height: 55px;
	background: url(../images/san.png) no-repeat;
	background-position-x: -126px;
	background-position-y: -67px;
}

.san-item h2 {
	font-size: 20px;
	color: #f73601;
	text-align: center;
}

.san-in .col-sm-4 {
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

.san-ser {
	padding-left: 60px;
	padding-right: 60px;
}

.san-item {
	padding: 30px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.san-item:hover {
	border: 1px solid #FF0000;
}

.san-in {
	padding-left: 60px;
	padding-right: 60px;
}

.san-item .switch-zx {
	width: 180px;
	height: 38px;
	line-height: 38px;
}

.san-item .description {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	min-height: 120px;
}

.san-item h2 {
	color: #333;
}

.san-ser {
	padding-bottom: 50px;
}

@media(max-width: 768px) {
	.gcwent .col-xs-6 {
		margin-bottom: 15px;
	}
	.gcwent .switch-zx {
		margin-top: 20px;
	}
	.switch-zx {
		width: 150px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		color: #E30000;
		text-align: center;
		border: 1px solid #ED1B24;
		border-radius: 25px;
		margin-top: 20px;
	}
	.gcwent {
		padding-bottom: 20px;
	}
	.san-ser {
		padding-left: 0px;
		padding-right: 0px;
	}
	.san-in {
		padding-left: 0px;
		padding-right: 0px;
	}
	.san-in .col-sm-4 {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.san-item .description {
		font-size: 14px;
		color: #999;
		line-height: 25px;
		min-height: auto;
	}
	.san-ser {
		padding-bottom: 20px;
	}
	.new-item {
		padding-right: 0px;
	}
}

.ywfw>.container {
	padding-left: 10px;
	padding-right: 10px;
}

.ywfw-con .con-item {
	background: url(../images/yw-w.png) center center no-repeat;
	height: 300px;
}

.ywfw-con .con-item:hover {
	background: url(../images/yw-r.png) center center no-repeat;
}

.ywfw-con .col-sm-3 {
	padding: 0
}

.ywfw .content {
	position: relative;
	padding-bottom: 300px;
}

.ywfw .ywfwcon2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}

.ywfw-con .con-item {}

.ywfw-com .conitem-in {}

.conitem-in h2 {
	font-size: 20px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.conitem-in .description {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	text-align: center;
}

.con-item {
	position: relative;
	cursor: pointer;
}

.con-item:hover .conitem-in h2 {
	color: #fff;
}

.con-item:hover .conitem-in .description {
	color: #fff;
}

.con-item .conitem-in {
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
}

@media(max-width: 1200px) {
	.ywfw-con .con-item {
		background-size: contain;
	}
	.ywfw-con .con-item .conitem-in .description {
		display: none;
	}
	.ywfw-con .con-item:hover {
		background: url(../images/yw-r.png) center center no-repeat;
		background-size: contain;
	}
	.con-item .conitem-in {
		position: absolute;
		left: 0;
		right: 0;
		top: 25%;
	}
}

.bllc {
	padding-bottom: 50px;
	background: #f9f9f9;
}

.timez ul {
	width: 80%;
	border-right: 1px solid #ddd;
}

.timez ul li {
	position: relative;
	list-style: none;
	width: 100%;
	line-height: 90px;
	font-size: 20px;
	cursor: pointer;
}

.timez ul li:hover,
.timez ul li.active {
	color: #FF0000;
}

.timez ul li:hover::after,
.timez ul li.active::after {
	width: 50px;
	height: 50px;
	right: -25px;
	top: 30px;
	background: url(../images/tab02.png) no-repeat;
	background-position-x: 1px;
	background-position-y: 13px;
}

.gywm {
	margin-top: 50px;
}

.timez ul li::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #ddd;
	cursor: pointer;
}

.timez.switch-btn ul li.active {
	background: #fff;
}

.img-item {
	margin-bottom: 20px;
}

.switch-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.switch-title h2 {
	width: 120px;
	margin: 0;
	font-size: 20px;
	color: #FF0000;
	border-bottom: 2px solid #FF0000;
	padding-bottom: 15px;
	text-align: center;
}

.switch-content {
	padding-left: 50px;
}

@media(max-width: 768px) {
	.switch-content {
		padding-left: 0;
	}
	.switch-title {
		margin-bottom: 15px;
	}
	.gywm {
		margin-top: 15px;
	}
}

.hw-item .cover-in .img-responsive {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.hw-item:hover .cover-in .img-responsive {
	transform: rotate(360deg);
	;
}

@media(max-width: 768px) {
	.form-control2.companyName {
		border: 1px solid #ddd;
	}
	.form-control2.phone2 {
		border: 1px solid #ddd;
	}
}

.hot-item img {
	width: 120px;
	height: 120px;
}

@media(max-width: 768px) {
	.hot-item img {
		width: 100px;
		height: 100px;
	}
}

.col-kh img {
	width: 150px;
	height: auto;
}

@media(max-width: 768px) {
	.col-kh img {
		max-width: 100%;
		height: auto;
	}
	.list-item .h4 {
		font-size: 14px;
		color: #333;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0;
		text-align: center;
		border-top: 1px solid #ddd;
		border-bottom-left-radius: ;
	}
}

.breadSearch.bread2 {
	border: none;
	margin-bottom: 0;
}

.top-pic {
	width: 100%;
	height: auto;
}

.top-fwtd {
	background: url(../images/top_fwtd.jpg) left top no-repeat;
}

.top-zx h2 {
	font-size: 30px;
	color: #333;
}

.top-zx .top-fwtd {
	padding-left: 25px;
	margin-bottom: 20px;
}

.top-zx .top-fwtd span {
	line-height: 80px;
	font-size: 20px;
	color: #666;
}

.top-zx .description {
	font-size: 20px;
	color: #666;
	line-height: 30px;
	min-height: 130px;
}

.top-zx .shou_zx {
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #FF0000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 25px;
	margin-top: 20px;
}

.rmfw {
	padding-bottom: 20px;
}

.yxfw-item .yxfw-pic.pic1 {
	width: 110px;
	height: 110px;
	background: url(../images/hfw.png) no-repeat;
	background-position-x: -7px;
	background-position-y: -7px;
}

.yxfw-item .yxfw-pic.pic2 {
	width: 110px;
	height: 110px;
	background: url(../images/hfw.png) no-repeat;
	background-position-x: -121px;
	background-position-y: -7px;
}

.yxfw-item .yxfw-pic.pic3 {
	width: 110px;
	height: 110px;
	background: url(../images/hfw.png) no-repeat;
	background-position-x: -235px;
	background-position-y: -7px;
}

.yxfw-item .yxfw-pic.pic4 {
	width: 110px;
	height: 110px;
	background: url(../images/hfw.png) no-repeat;
	background-position-x: -349px;
	background-position-y: -7px;
}

.yxfw-item {
	padding-top: 15px;
	padding-bottom: 25px;
	border: 2px solid #FF0000;
	cursor: pointer;
}

.yxfw-item:hover .yxfw-zx {
	background: #FF0000;
	color: #fff;
}

.yxfw-item h4 {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

.yxfw-item p {
	font-size: 14px;
	color: #666;
	text-align: center;
}

.yxfw-item .yxfw-zx {
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	background: #fff;
	color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 25px;
	margin-top: 25px;
}

.yxfw {
	padding-bottom: 50px;
}

.yxfw .col-xs-6 {
	padding-left: 25px;
	padding-right: 25px;
}

.hwgs_lc {
	background: url(../images/lc_bg.jpg) center top no-repeat;
	padding-bottom: 50px;
}

.top-zx {
	margin-bottom: 50px;
}

.rhzc-item {
	min-height: 300px;
	background: url(../images/rh_bg.jpg) no-repeat;
}

.rhzc-item {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.rhzc-item h2 {
	font-size: 20px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 100px;
	text-align: center;
}

.rhzc-item .description {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	min-height: 120px;
}

.rhzc-item .rh-zx {
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
}

.rhzc-item:hover .rh-zx {
	background: #FF0000;
	color: #fff;
}

.rhzc {
	padding-bottom: 50px;
}

@media(max-width: 768px) {
	.top-zx h2 {
		font-size: 20px;
		color: #333;
	}
	.top-zx .top-fwtd {
		padding-left: 15px;
		margin-bottom: 20px;
	}
	.top-zx .top-fwtd span {
		line-height: 80px;
		font-size: 14px;
		color: #666;
	}
	.top-zx .description {
		font-size: 14px;
		color: #666;
		line-height: 25px;
		min-height: 20px;
	}
	.breadSearch.bread2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.shou_zx {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.top-zx {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.rhzc-item {
		margin-bottom: 15px;
	}
	.rhzc {
		padding-bottom: 20px;
	}
	.yxfw .col-xs-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.yxfw-item {
		margin-bottom: 15px;
	}
	.yxfw-item .yxfw-zx {
		width: 110px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		background: #fff;
		color: #FF0000;
		border: 1px solid #FF0000;
		border-radius: 25px;
		margin-top: 25px;
	}
	.yxfw {
		padding-bottom: 20px;
	}
	.rhzc-item {
		min-height: 100px;
	}
	.rhzc-item .rh-zx {
		width: 110px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		background: #fff;
		color: #FF0000;
		border: 1px solid #FF0000;
		border-radius: 25px;
		margin-top: 25px;
	}
	.rhzc-item h2 {
		font-size: 20px;
		color: #fff;
		margin-top: 0;
		margin-bottom: 60px;
		text-align: center;
	}
	.hot-item h4 {
		font-size: 14px;
		color: #333;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	.cai-item h2 {
		font-size: 14px;
		color: #333;
		text-align: center;
	}
	.cail {
		padding-bottom: 20px;
	}
}

.mjzbs-item {
	padding-top: 20px;
	padding-bottom: 40px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-bottom: 20px;
}

.mjzbs-item:hover {
	border: 1px solid #FF0000;
}

.mjzbs-item h2 {
	font-size: 20px;
	text-align: center;
}

.mjzbs-zx {
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	background: #FF0000;
	border-radius: 25px;
	text-align: center;
	margin-top: 15px;
}

.mjzbs {
	padding-bottom: 50px;
}

@media(max-width: 768px) {
	.mjzbs-item {
		padding-top: 10px;
		padding-bottom: 20px;
		border: 1px solid #ddd;
		cursor: pointer;
		margin-bottom: 20px;
	}
	.mjzbs {
		padding-bottom: 20px;
	}
}

.zxsb {
	background: url(../images/lc_bg.jpg) center bottom no-repeat #F9F9F9;
	padding-bottom: 50px;
}

.sbhc-item h2 {
	font-size: 20px;
	text-align: center;
	color: #FF0000;
}

.sbhc-item .description {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 25px;
}

.sbhc {
	padding-bottom: 50px;
	background: #F9F9F9;
}

@media(max-width: 768px) {
	.sbhc {
		padding-bottom: 20px;
	}
}

.whyzz .description {
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

.whyzz {
	padding-bottom: 50px;
	background: #F9F9F9;
}

@media(max-width: 768px) {
	.whyzz {
		padding-bottom: 20px;
		background: #F9F9F9;
	}
	.whyzz .description {
		font-size: 14px;
		color: #333;
		line-height: 25px;
		margin-top: 10px;
	}
}

.show-content .title {
	margin-top: 0;
}

.show-content .title h2 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.show-content .title p {
	font-size 14px;
	color: #999;
	text-align: center;
	margin-bottom: 30px;
}

.show-con {
	line-height: 30px;
	color: #666;
}

.con-foot {
	margin-top: 30px;
}

.con-foot p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: center;
}

.share {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.turnTo span a {
	font-size: 16px;
	color: #666;
}

.turnTo span a:hover {
	color: #FF0000;
}

.content {
	padding-bottom: 30px;
}

.hezx {
	line-height: 70px;
	font-size: 26px;
	color: #fff;
	background: #FF0000;
	padding-left: 50px;
}

.zuixin {}

.zuixin ul {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #eee;
}

.zuixin ul li {
	list-style: none;
	width: 100%;
	line-height: 56px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #eee;
}

.zuixin ul li a {
	display: block;
	color: #666;
}

.zuixin ul li a:hover {
	color: #ff0000;
}

.col-show1 {
	width: 68.5%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.col-show2 {
	width: 31.5%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.show-content {
	padding-right: 30px;
}

@media(max-width: 768px) {
	.top-zx {
		margin-top: 15px;
	}
	.breadSearch {
		display: none;
	}
	.content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.col-show1 {
		width: 100%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.show-content .title h2 {
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
	.show-content .title p {
		color: #999;
		text-align: center;
		margin-bottom: 0px;
	}
	.share {
		text-align: center;
	}
	.turnTo span {
		float: left !important;
		margin-bottom: 10px;
	}
	.show-content {
		padding-right: 0;
	}
	.tigong {
		padding-bottom: 20px;
	}
}

.map {
	height: 550px;
	margin-bottom: 30px;
}

#searchForm .form-control {
	margin-bottom: 0;
	height: 30px;
}

#searchForm .col-xs-8,
#searchForm .col-xs-4 {
	padding: 0
}

.huo-con .con1 {
	width: 35%;
}

@media(min-width: 1200px) {
	.huo-con .con1 {
		padding-right: 140px;
	}
}

@media(min-width: 992px) {
	.huo-con .con1 {
		padding-right: 60px;
	}
}

.huo-con .con3 {
	width: 40%;
}

.huo-con .con2 {
	width: 22%;
}

.con-in {
	padding-right: 0;
}

.huo-con {
	width: 100%;
}

.hotline {
	font-size: 18px;
	color: #009eea;
	text-align: right;
}

.keywords.form-control {
	font-size: 14px;
	color: #999;
	background: url(../images/search.png) 5px 4px no-repeat;
	padding-left: 30px;
	border-right: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid #009EEA;
}

.search-btn {
	border: none;
	border-radius: 0;
	height: 30px;
	box-sizing: border-box;
	border-left: none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #009eea;
	color: #fff;
	font-size: 14px;
	background: #009eea;
}

.nav-topx {
	background: #f9f9f9;
}

.nav-topx .span1 {
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.nav-topx .span2 {
	font-size: 18px;
	color: #666;
	padding-top: 7px;
	padding-left: 30px;
	background: url(../images/tel.png) 0 8px no-repeat;
}

.nav-topx .span2 a {
	color: #666;
}

.nav-topx .span2 a:hover {
	color: #009eea;
}

.banner-out .banner-nav ul li {
	list-style: none;
	float: left;
	width: 100%;
	height: 70px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
}

.banner-out .banner-nav ul li ol {
	padding-left: 0;
	width: 33.333333%;
	text-align: center;
	font-size: 14px;
	color: #999;
	float: left;
	box-sizing: border-box;
}

.nav-bottom h5 {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 35px;
	background: #f9f9f9;
}

.nav-bottom ol a {
	color: #999;
}

.nav-bottom ol a:hover {
	color: #009eea;
}

.nav-bottom .nav_h1 {
	background: url(../images/nav2.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h2 {
	background: url(../images/nav3.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h3 {
	background: url(../images/nav4.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h4 {
	background: url(../images/nav5.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h5 {
	background: url(../images/nav6.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h6 {
	background: url(../images/nav7.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h7 {
	background: url(../images/nav8.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h8 {
	background: url(../images/nav9.png) 45px 7px no-repeat #F9F9F9;
}

.nav-bottom .nav_h9 {
	background: url(../images/nav10.png) 45px 7px no-repeat #F9F9F9;
}

.nav-top {
	text-align: center;
	background: url(../images/nav1.png) 45px 12px no-repeat;
}

.hm_form {
	padding: 56px 60px;
	margin-top: 50px;
	background: url(../images/hmbg.jpg) center top no-repeat;
}

.col-hm-1 {
	width: 8%;
	box-sizing: border-box;
	float: left;
	margin-right: -1px;
}

.col-hm-2 {
	width: 32%;
	box-sizing: border-box;
	float: left;
	margin-right: -1px;
}

.col-hm-3 {
	width: 14%;
	box-sizing: border-box;
	float: left;
	margin-right: -1px;
}

#hmForm .form-control {
	border-radius: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	height: auto;
}

.form_type {
	width: 100%;
	height: 48px;
	text-align: center;
}

#address {
	padding-left: 40px;
	background: url(../images/hm1.png) no-repeat #fff;
	background-position-x: 5px;
	background-position-y: 14px;
}

#companyName {
	padding-left: 40px;
	background: url(../images/hm2.png)5px center no-repeat #fff;
}

#industy {
	padding-left: 60px;
	background: url(../images/hm3.png) 13px center no-repeat #fff;
}

.form-control.hm_btn {
	border: 1px solid #009eea;
	background: url(../images/hm4.png) 13px center no-repeat #009eea;
	font-size: 14px;
	color: #fff;
}

.hot-service {
	margin-top: 50px;
}

.col-5dl {
	width: 20%;
	padding-left: 22.5px;
	padding-right: 22.5px;
	box-sizing: border-box;
	float: left;
}

.hot-service .row {
	margin-left: -22.5px;
	margin-right: -22.5px;
}

@media(max-width: 768px) {
	.col-5dl {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px
	}
	.hot-service .row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.hot_i {
	border: 1px solid #ccc;
	box-shadow: 3px 3px 2px 1px #f3f3f3;
	padding-top: 40px;
	padding-bottom: 25px;
	background: url(../images/hotbg.jpg) center -1px no-repeat #fff;
	border-radius: 4px;
}

.hot_i p a {
	display: block;
	text-align: center;
	color: #333;
	margin-top: 30px;
}

.hot_i p a:hover {
	color: #009EEA;
}

.gs_reg {
	margin-top: 50px;
}

.title2 {
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media(max-width: 768px) {
	.container {
		width: 100%;
	}
}

.cen-item {
	height: 319px;
	background: #f9f9f9;
}

.cen-con .row {
	margin-left: -8px;
	margin-right: -8px;
}

.cen-con .col-sm-2 {
	padding-left: 8px;
	padding-right: 8px;
}

.cen-item {
	position: relative;
	cursor: pointer
}

.cen-item .item-more {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	display: none;
}

.cen-item h4 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin-top: 26px;
}

.borRa1 {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.btn-color1 {
	background: #009eea;
}

.btn-color2 {
	background: #ffa435;
}

.btn-color3 {
	background: #fa8099;
}

.btn-color4 {
	background: #48b349;
}

.btn-color5 {
	background: #ed5b5b;
}

.btn-color6 {
	background: #7283d5;
}

.cen-item:hover .item-more {
	display: block;
}

.cen-item:hover h4 {
	background: #f9f9f9;
	font-size: 14px;
	margin-top: 10px;
	color: #333;
}

.cen-btn {
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 25px;
	border: none;
	margin-top: 30px;
}

.gyy {
	margin-top: 50px;
}

.advisor {
	margin-top: 50px;
}

.title3 h2 {
	font-size: 18px;
	color: #009EEA;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #009EEA;
	padding-left: 25px;
	background: url(../images/title3.jpg) left 3px no-repeat;
	margin-bottom: 30px;
}

.w_ys {
	margin-top: 50px;
	border-top: 1px solid #009EEA;
	padding-bottom: 50px;
}

.title4 {
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 24px;
	color: #009EEA;
	text-align: center;
	letter-spacing: 8px;
	width: 200px;
}

.title4::before {
	position: absolute;
	left: -30px;
	top: 3px;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/title4.jpg) center center no-repeat;
}

.title4::after {
	position: absolute;
	right: -25px;
	top: 4px;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/title4.jpg) center center no-repeat;
}

.ys-item.ys1 {
	background: url(../images/wys1.jpg) left center no-repeat;
	padding: 25px 0px 25px 110px;
}

.ys-item.ys2 {
	background: url(../images/wys2.jpg) left center no-repeat;
	padding: 25px 0px 25px 110px;
}

.ys-item.ys3 {
	background: url(../images/wys3.jpg) left center no-repeat;
	padding: 25px 0px 25px 110px;
}

.ys-item.ys4 {
	background: url(../images/wys4.jpg) left center no-repeat;
	padding: 25px 0px 25px 110px;
}

.ys-item h5 {
	font-size: 16px;
	color: #009EEA;
	margin-top: 0;
}

.ys-item p {
	font-size: 12px;
	color: #666;
}

@media(max-width: 768px) {
	.ys-item.ys1 {
		background: url(../images/wys1.jpg) center top no-repeat;
		padding: 0;
		padding-top: 110px;
	}
	.ys-item.ys2 {
		background: url(../images/wys2.jpg) center top no-repeat;
		padding: 0;
		padding-top: 110px;
	}
	.ys-item.ys3 {
		background: url(../images/wys3.jpg) center top no-repeat;
		padding: 0;
		padding-top: 110px;
	}
	.ys-item.ys4 {
		background: url(../images/wys4.jpg) center top no-repeat;
		padding: 0;
		padding-top: 110px;
	}
	.ys-item h5 {
		text-align: center;
	}
	.ys-item p {
		text-align: center;
	}
	.ys-item {
		margin-bottom: 15px;
	}
	.title4 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.w_ys {
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.cen-btn {
		width: 160px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		border-radius: 25px;
		border: none;
		margin-top: 15px;
	}
	.title3 {
		padding-top: 15px;
	}
	.gyy {
		margin-top: 25px;
	}
	.advisor {
		margin-top: 25px;
	}
	.hot_i p a {
		display: block;
		text-align: center;
		color: #333;
		margin-top: 15px;
	}
	.hot_i {
		border: 1px solid #ccc;
		box-shadow: 3px 3px 2px 1px #f3f3f3;
		padding-top: 40px;
		padding-bottom: 15px;
		background: url(../images/hotbg.jpg) center -1px no-repeat #fff;
		border-radius: 4px;
		margin-bottom: 15px;
	}
	.hm_form {
		padding: 0;
		margin-top: 15px;
		background: none;
	}
	.col-hm-1 {
		width: 100%;
		box-sizing: border-box;
		float: left;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	.col-hm-2 {
		width: 100%;
		box-sizing: border-box;
		float: left;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	.col-hm-3 {
		width: 100%;
		box-sizing: border-box;
		float: left;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	#industy {
		padding-left: 45px;
		background: url(../images/hm3.png) 5px center no-repeat #fff;
	}
	.form-control.hm_btn {
		border: 1px solid #009eea;
		background: #009eea;
		font-size: 14px;
		color: #fff;
	}
}

@media(max-width: 768px) {
	.nav .huo-top .huo-con {
		height: 50px;
		width: 72%;
	}
	.menu ul li.active {
		width: 100%;
		border: none;
	}
	.menu ul li.active .h3 a {
		background: #fff;
		color: #009eea;
		border: none;
	}
}

.sel_div {
	width: 100%;
	height: 48px;
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

#hmForm select {
	border: none;
	outline: none;
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding-left: 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
}

@media(max-width: 768px) {
	.sel_div {
		height: 49px;
	}
	.gs_reg {
		margin-top: 15px;
	}
	.hot-service {
		margin-top: 25px;
	}
	.title2 {
		font-size: 20px;
		color: #333;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

option:focus {
	border: none;
	outline: none;
}

.title5 {
	padding-top: 50px;
	padding-bottom: 35px;
	text-align: center;
	font-size: 32px;
}

.pro_ser {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.pro_ser li {
	position: relative;
	list-style: none;
	float: left;
	line-height: 50px;
	padding-right: 26px;
}

.pro_ser li::after {
	position: absolute;
	right: 0;
	right: 11px;
	content: "|";
	color: #ddd;
}

.list_product {
	margin-top: 30px;
}

.pro_ser li:first-child::after {
	display: none;
}

.pro_ser li:last-child::after {
	display: none;
}

.pro_ser li,
.pro_ser li a {
	font-size: 14px;
	color: #333;
}

.pro_ser li.active a {
	color: #01aef0;
}

.pro_ser li a:hover {
	color: #01aef0;
}

.product_item {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.product_item:hover {
	border: 1px solid #01aef0;
}

.pro_tab {
	display: table;
	width: 100%;
	height: 145px;
	box-sizing: border-box;
}

.pro_tab .tab_list {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.tab_list1.tab_list {
	width: 22.5%;
}

.tab_list1.tab_list img {}

.tab_list2.tab_list {
	width: 48%;
}

.tab_list3.tab_list {
	width: 29.5%;
	text-align: center;
}

.tab_list h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
	margin-top: 0;
}

.tab_list h4:hover {
	color: #01aef0;
}

.tab_list p {
	font-size;
	14px;
	color: #999;
}

.tab_list3.tab_list p {
	margin-bottom: 15px;
	color: #666;
}

.tab_list3.tab_list .more {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #01aef0;
	border: 1px solid #01aef0;
	border-radius: 25px;
}

.tab_list3.tab_list .more:hover {
	background: #01aef0;
	color: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.pagination li a {
	margin-left: 10px;
	margin-right: 10px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #01aef0;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #01aef0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #01aef0;
	border-color: #01aef0;
}

@media(max-width: 768px) {
	.pro_tab {
		display: block;
		justify-content: center;
		align-items: center;
	}
	.tab_list1.tab_list {
		display: block;
		width: 30%;
		float: left;
	}
	.tab_list2.tab_list {
		display: block;
		width: 70%;
		float: left;
		padding-left: 5px;
		box-sizing: border-box;
	}
	.tab_list3.tab_list {
		display: block;
		width: 100%;
		float: left;
	}
	.pro_tab {
		display: table;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.product_item {
		padding: 8px;
	}
	.tab_list h4 {
		font-size: 16px;
		color: #333;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.tab_list p {
		color: #999;
		font-size: 12px;
	}
	.tab_list3.tab_list {
		margin-top: 10px;
	}
	.tab_list3.tab_list p {
		margin-bottom: 5px;
		color: #666;
	}
	.list_product {
		margin-top: 15px;
	}
	.nav {
		border-bottom: 1px solid #eee;
	}
	.pro_ser li {
		line-height: 38px;
	}
}

.dan-item {
	border: 1px solid #ddd;
	padding-bottom: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.dan-item:hover {
	border: 1px solid #009eea;
	box-shadow: 1px 1px 5px 1px #a1dbf7;
}

.dan-item h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.dan-item .description {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 25px;
	margin-bottom: 20px;
}

.dan-item p {
	font-size: 14px;
	color: #009eea;
	text-align: center;
}

.dany {
	padding-bottom: 50px;
}

.jzsx {
	padding-bottom: 50px;
	background: #f9f9f9;
}

.gf_item {
	position: relative;
	display: table;
	width: 240px;
	height: 240px;
	border: 10px solid #009EEA;
	border-radius: 50%;
}

.gf_in {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.gf_item.gf_item1::before {
	position: absolute;
	right: 0;
	top: 0px;
	content: "01";
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #009eea;
	border-radius: 50%;
}

.gf_item.gf_item2::before {
	position: absolute;
	right: 0;
	top: 0px;
	content: "02";
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #009eea;
	border-radius: 50%;
}

.gf_item.gf_item3::before {
	position: absolute;
	right: 0;
	top: 0px;
	content: "03";
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #009eea;
	border-radius: 50%;
}

.gf_item.gf_item4::before {
	position: absolute;
	right: 0;
	top: 0px;
	content: "04";
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #009eea;
	border-radius: 50%;
}

.gf_in h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}

.gf_in p {
	font-size: 16px;
	color: #999;
}

.gflc-con {
	margin-top: 10px;
}

.gflc {
	padding-bottom: 50px;
}

.kxbz {
	padding-bottom: 50px;
	background: #F9F9F9;
}

.kbz-item {
	margin-bottom: 50px;
}

.kbz-item h4 {
	margin-top: 0;
	font-size: 16px;
	color: #333;
}

.kbz-item p {
	font-size: 14px;
	color: #666;
}

@-webkit-keyframes animateUp {
	0% {
		-webkit-transform: translateY(500px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes animateUp {
	0% {
		transform: translateY(500px);
	}
	100% {
		transform: translateY(0);
	}
}

.animateUp {
	-webkit-animation: animateUp ease-in-out 0.6s;
	animation: animateUp ease-in-out 0.6s;
}

.yx_item {
	padding-top: 20px;
	padding-bottom: 30px;
}

.yx_item h4 {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.yx_item::before,
.yx_item::after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}

.yx_item::before,
.yx_item::after {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.yx_item::before {
	border-top: 2px solid #009EEA;
	border-bottom: 2px solid #009EEA;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.yx_item::after {
	border-left: 2px solid #009EEA;
	border-right: 2px solid #009EEA;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

.yx_item:hover::before,
.yx_item:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.more {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #01aef0;
	border: 1px solid #01aef0;
	border-radius: 25px;
}

.yx_item .more {
	width: 80%;
	background: #01aef0;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.yx_item:hover .more {
	opacity: 1;
}

@keyframes buttonUp {
	from {
		transform: translateY(50px);
	}
	to {
		transform: translateY(0);
	}
}

@-webkit-keyframes buttonUp {
	from {
		-webkit-transform: translateY(50px);
	}
	to {
		-webkit-transform: translateY(0);
	}
}

.yx_item:hover .more {
	animation: buttonUp ease-in-out 0.4s;
	-webkit-animation: buttonUp ease-in-out 0.4s;
}

.p-50 {
	height: 50px;
	margin: 0;
}

@media(max-width: 992px) {
	.title5 {
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		font-size: 16px;
		color: #009eea;
	}
	.dan-item h4 {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 14px;
		color: #333;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 32px;
	}
	.dan-item .description {
		display: none;
	}
	.dan-item {
		margin-bottom: 15px;
	}
	.dany {
		padding-bottom: 15px;
	}
	.gf_item {
		position: relative;
		display: table;
		width: 150px;
		height: 150px;
		border: 10px solid #009EEA;
		border-radius: 50%;
	}
	.gf_in p {
		display: none;
	}
	.gf_item {
		margin-bottom: 15px;
	}
	.gflc {
		padding-bottom: 15px;
	}
	.jzsx {
		padding-bottom: 15px;
	}
	.kbz-item h4 {
		text-align: center;
		margin-top: 8px;
	}
	.kbz-item p {
		text-align: center;
	}
	.kbz-item {
		margin-bottom: 20px;
	}
	.kxbz {
		padding-bottom: 15px;
	}
	.yx_item {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.yx_item h4 {
		font-size: 14px;
		color: #333;
		text-align: center;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.yx_item .more {
		width: 90%;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		background: #01aef0;
		color: #fff;
		opacity: 1;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.yx_item:hover::before,
	.yx_item:hover::after {
		display: none;
	}
	.yx_item:hover .more {
		animation: none;
		-webkit-animation: none;
	}
	.p-50 {
		height: 15px;
	}
}

@media(min-width: 992px) and (max-width: 1200px) {
	.menu .h3 a {
		padding: 0 13px;
	}
	.huo-con .con1 {
		width: 30%;
	}
	.huo-con .con3 {
		padding-left: 20px;
	}
	.dan-item h4 {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 16px;
		color: #333;
		text-align: center;
	}
	.dan-item .description {
		font-size: 12px;
		color: #999;
		text-align: center;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.gf_item {
		position: relative;
		display: table;
		width: 210px;
		height: 210px;
		border: 10px solid #009EEA;
		border-radius: 50%;
	}
	.gf_in h4 {
		font-size: 16px;
		color: #333;
		margin-bottom: 10px;
	}
	.gf_in p {
		font-size: 14px;
		color: #999;
	}
}

.zcq1,
.zcq-item {
	position: relative;
	height: 300px;
	box-sizing: border-box;
}

.zcq1 .cover {
	position: absolute;
	left: 0;
	top: -20px;
	width: 68%;
	height: 100%;
	background: #01aef0;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	z-index: 9;
}

.zcq-item h4 {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.zcq-item p {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 25px;
}

.zcq-item p span {
	color: #01aef0;
}

.zcq-item {
	position: relative;
	padding: 40px 15px;
	border: 1px solid #ddd;
	border-left: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.zcq-item .more2 {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #01aef0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.zcq-item:hover {
	padding-top: 20px;
}

.zcq-item:hover .more2 {
	opacity: 1;
}

.zcq .col-sm-4,
.zcq .col-sm-2,
.zcq .col-xs-3,
.zcq .col-xs-12 {
	padding: 0;
}

.zcq1 .cover h2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
}

.zcq1 .cover p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.zcq1 .cover .cover-bot {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

.cover-bot h4 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
}

.cover-bot h3 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.zcq-con {
	margin-bottom: 50px;
}

.zcq {
	padding-bottom: 50px;
}

.gs_lct {
	padding-bottom: 50px;
	background: #f9f9f9;
}

.title5.size1 {
	border-bottom: 1px solid #ddd;
}

.img-box img {
	padding-bottom: 15px;
	border-bottom: 1px solid #01aef0;
}

.hot-box {
	line-height: 130px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.huod {
	padding-bottom: 50px;
}

.yx_item {
	position: relative;
}

span.more {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #01aef0;
	color: #fff;
	margin-left: 15px;
}

span.more a {
	color: #fff;
	padding: 4px 45px;
}

@media(max-width: 768px) {
	.cen-con .col-sm-2 {
		width: 50%;
		float: left;
	}
	.zcq1>img {
		display: none;
	}
	.zcq1 {
		height: auto;
	}
	.zcq1 .cover {
		position: relative;
		width: 100%;
		background: #fff;
	}
	.zcq1 .cover .cover-bot {
		display: none;
	}
	.zcq1 .cover h2 {
		color: #01aef0;
		font-size: 16px;
	}
	.zcq1 .cover p {
		color: #01aef0;
		font-size: 14px;
	}
	.zcq-item {
		border: none;
	}
	.zcq-item h4 {
		font-size: 16px;
		color: #333;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.zcq-item:hover {
		padding-top: 20px;
	}
	.zcq-item .more2 {
		margin: 0 atuo;
		right: 0;
		width: 80%;
		height: 30px;
		line-height: 30px;
		opacity: 1;
		font-size: 14px;
	}
	.zcq-item {
		padding-top: 20px;
	}
	.hot-box {
		line-height: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	span.more {
		margin-left: 0px;
	}
	.huod {
		padding-bottom: 15px;
	}
}

.rd-item {
	box-sizing: border-box;
	cursor: pointer;
}

.rd-item p {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
}

.rd-pic {
	position: relative;
}

.rd-item .pic_out {
	overflow: hidden;
}


/**

 * 鍙互鏈夋晥鐨勯槻姝㈡姈鍔�

 * */

.rd-item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rd-item .rd-pic img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.rd-item:hover .rd-pic img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.rd-pic .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	padding: 0;
	z-index: 9;
}

.rd-item:hover .rd-pic .cover {
	opacity: 0.6;
	padding: 20px;
}

.rd-item {
	margin-bottom: 20px;
}

@media(min-width: 992px) {
	.rd-pic img {
		width: 100%;
	}
}

.rd_hc {
	padding-bottom: 50px;
	background: #f9f9f9;
}

.ben-item {
	cursor: pointer;
	margin-bottom: 30px;
}

.ben-item h4 {
	font-size: 18px;
	color: #333333;
}

.ben-item .description {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.ben-item .col-xs-4,
.ben-item .col-xs-8 {
	height: 120px;
}

.ben-item .ben-pic {
	border: 1px solid #ddd;
	width: 100%;
	height: 100%;
}

.ben-item:hover .ben-pic {
	border: 1px solid #009eea;
}

.ben-item:hover h4 {
	color: #009eea;
}

.ben-item .col-xs-4 img {
	margin-top: 25px;
}

.sq_gq {
	padding-bottom: 50px;
}

.sq_gx {
	padding-bottom: 50px;
}

.gx_ul li {
	list-style: none;
	width: 100%;
	font-size: 18px;
	color: #333;
}

.sq_gx table {
	margin-left: 55px;
	width: 100%;
}

.sq_gx .xuh {
	width: 40px;
	height: 40px;
	background: #009eea;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sq_gx .tb_text {
	font-size: 18px;
	color: #333;
	padding-left: 30px;
	line-height: 30px;
}

.sq_gx .pic {
	margin-top: 20px;
}

.rd-item .cover .cover-in {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
}

.rd-item:hover .cover-in {
	opacity: 0.8;
}

@media(min-width: 992px) {
	.hov_item .pic-in img {
		width: 100%;
	}
}

.hov_item {
	cursor: pointer;
}

.hov_item .hov-pic {
	position: relative;
	overflow: hidden;
}

.hov_item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hov_item .pic-in img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.hov_item:hover .pic-in img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.hov_item .pic-in {
	position: relative;
}

.hov_item .hov-pic {
	position: relative;
}

.pic-in .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	padding: 0;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.hov_item:hover .pic-in .cover {
	padding: 20px;
	opacity: 0.6;
}

.hov_item .cover .cover-in {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99;
}

.gaox {
	padding-bottom: 50px;
}

.bib {
	padding-top: 50px;
	padding-bottom: 50px;
}

.color1 {
	background: #f9f9f9;
}

.bib .item1 {
	height: 350px;
	overflow: hidden;
}

.bib .item2 {
	height: 170px;
}

.bib .row {
	margin-left: -5px;
	margin-right: -5px;
}

.bib .col-sm-3,
.bib .col-xs-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.item2.bitem1 {
	background: url(../images/bib9.jpg) center center no-repeat #fff;
}

.item2.bitem2 {
	background: url(../images/bib10.jpg) center center no-repeat #fff;
}

.item2.bitem3 {
	background: url(../images/bib11.jpg) center center no-repeat #fff;
}

.item2.bitem4 {
	background: url(../images/bib12.jpg) center center no-repeat #fff;
}

.item2.bitem5 {
	background: url(../images/bib13.jpg) center center no-repeat #fff;
}

.item2.bitem6 {
	background: url(../images/bib14.jpg) center center no-repeat #fff;
}

.item2.bitem7 {
	background: url(../images/bib2.jpg) center center no-repeat #fff;
}

.item2.bitem8 {
	background: url(../images/bib3.jpg) center center no-repeat #fff;
}

.item2.bitem9 {
	background: url(../images/bib4.jpg) center center no-repeat #fff;
}

.item2.bitem10 {
	background: url(../images/bib5.jpg) center center no-repeat #fff;
}

.item2.bitem11 {
	background: url(../images/bib6.jpg) center center no-repeat #fff;
}

.item2.bitem12 {
	background: url(../images/bib7.jpg) center center no-repeat #fff;
}

.item2 {
	position: relative;
	padding: 20px;
}

.item2 span {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.item2 span a {
	color: #009eea;
}

.item2 h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

.item2 .description {
	font-size: 14px;
	color: #999;
	width: 135px;
	line-height: 25px;
}

.item2.bitem6 h2 {
	font-size: 20px;
	color: #333;
	margin: 0;
}

.item2.bitem6 p {
	font-size: 14px;
	color: #999;
}

.item2.bitem6 .getm {
	position: absolute;
	top: 50%;
	margin-top: -21px;
}

@media(max-width: 768px) {
	.bib .item1 {
		height: auto;
	}
	.bib {
		padding-top: 0;
		padding-bottom: 15px;
	}
	.item2 h3 {
		margin: 0;
		margin-bottom: 0px;
		margin-bottom: 10px;
		font-size: 16px;
		color: #333;
	}
	.item2 {
		margin-bottom: 10px;
	}
	.item2.bitem1 {
		background: #fff;
	}
	.item2.bitem1::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib9.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem2 {
		background: #fff;
	}
	.item2.bitem2::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib10.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem3 {
		background: #fff;
	}
	.item2.bitem3::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib11.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem4 {
		background: #fff;
	}
	.item2.bitem4::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib12.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem5 {
		background: #fff;
	}
	.item2.bitem5::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib13.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem6 {
		background: #fff;
	}
	.item2.bitem6 p {
		text-align: center;
	}
	.item2.bitem7 {
		background: #f9f9f9;
	}
	.item2.bitem7::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib2.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem8 {
		background: #f9f9f9;
	}
	.item2.bitem8::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib3.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem9 {
		background: #f9f9f9;
	}
	.item2.bitem9::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib4.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem10 {
		background: #f9f9f9;
	}
	.item2.bitem10::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib5.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem11 {
		background: #f9f9f9;
	}
	.item2.bitem11::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib6.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2.bitem12 {
		background: #f9f9f9;
	}
	.item2.bitem12::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: url(../images/bib7.jpg) no-repeat;
		background-position-x: -135px;
		background-position-y: 1px;
		opacity: 0.15;
	}
	.item2 .description {
		font-size: 14px;
		color: #666;
		width: 100%;
		line-height: 20px;
	}
}

.item1.item1-1 {
	background: url(../images/bib8.jpg) center top no-repeat;
}

.item1.item1-2 {
	background: url(../images/bib1.jpg) center top no-repeat;
}

@media(max-width: 768px) {
	#carousel-example-generic {
		margin-top: 50px;
	}
}

@media(max-width: 768px) {
	.gaox {
		padding-bottom: 15px;
	}
}

.tiex1 .text h2 {
	font-size: 24px;
	color: #009eea;
	margin-bottom: 30px;
}

.tiex1 .text p {
	font-size: 18px;
	color: #999;
	line-height: 35px;
}

.tiex1 {
	display: table;
	width: 100%;
}

.tiex1 .tieLeft {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.tiex1 .tieRight {
	display: table-cell;
	vertical-align: middle;
}

.tiex1 .tieRight2,
.tiex1 .tieLeft2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.text .more {
	margin-top: 50px;
}

.tieRight2,
.tieLeft2 {
	width: 50%;
	box-sizing: border-box;
}

.web-s {
	padding-bottom: 50px;
	background: #eee;
}

.web-s .more {
	width: 180px;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	margin-top: 40px;
}

.solu-con {
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
}

.solu-text {
	position: absolute;
	width: 350px;
}

.solu-text h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

.solu-text .description {
	font-size: 16px;
	color: #009eea;
	line-height: 30px;
}

.solu1 {
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 30px;
}

.solu1 h2 {
	text-align: center;
}

.solu1 .description {
	text-align: center;
}

.solu2 {
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 30px;
}

.solu2 h2 {
	text-align: center;
}

.solu2 .description {
	text-align: center;
}

.solu3 {
	left: 0;
	top: 225px;
}

.solu3 h2 {
	text-align: right;
}

.solu3 .description {
	text-align: right;
}

.solu4 {
	left: 0;
	top: 455px;
}

.solu4 h2 {
	text-align: right;
}

.solu4 .description {
	text-align: right;
}

.solu5 {
	right: 0;
	top: 225px;
}

.solu5 h2 {
	text-align: left;
}

.solu5 .description {
	text-align: left;
}

.solu6 {
	right: 0;
	top: 455px;
}

.solu6 h2 {
	text-align: left;
}

.solu6 .description {
	text-align: left;
}

@media(max-width: 1200px) {
	.solution {
		display: none;
	}
}

@media(max-width: 768px) {
	.tiex1 {
		display: block;
	}
	.tiex1 .tieLeft,
	.tiex1 .tieRight {
		display: block;
		width: 100%;
	}
	.tiex1 .text h2 {
		font-size: 16px;
		color: #009eea;
		margin-bottom: 10px;
		text-align: center;
	}
	.tiex1 .text p {
		font-size: 14px;
		color: #999;
		line-height: 25px;
		text-align: center;
	}
	.text .more {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.tiex1 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.web-s .more {
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		margin-top: 20px;
	}
	.web-s {
		padding-bottom: 15px;
	}
}

.bread ul {
	border-bottom: 1px solid #ddd;
}

.bread ul li {
	list-style: none;
	float: left;
	line-height: 60px;
	font-size: 16px;
}

.bread ul li a {
	color: #999;
}

.bread ul li a:hover {
	color: #009eea;
}

.new-item .col-xs-4,
.new-item .col-xs-8 {
	padding: 20px 10px;
}

.new-item .col-xs-8 {
	border-bottom: 1px solid #ddd;
}

.new-item h4 {
	font-size: 20px;
	color: #333;
}

.new-item h4:hover {
	color: #009eea;
}

.new-item .description {
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}

.new-item span.time {
	font-size: 14px;
	color: #999;
}

.new-item {
	margin-bottom: 0px;
}

.newdir .dirtitle {
	font-size: 26px;
	color: #fff;
	margin: 0;
	line-height: 70px;
}

.dirtitle.dir1 {
	background: url(../images/dir1.png)25px center no-repeat #009eea;
	padding-left: 80px;
}

.dirtitle.dir2 {
	background: url(../images/dir3.png) 25px center no-repeat #009eea;
	padding-left: 80px;
}

.dirtitle.dir3 {
	background: url(../images/dir2.png) 25px center no-repeat #009eea;
	padding-left: 80px;
}

.newdir ul {
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ddd;
}

.newdir ul li {
	list-style: none;
	border-bottom: 1px solid #ddd;
}

.newdir ul li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #333;
}

.newdir ul li a:hover {
	color: #009EEA;
}

.rightMenu {
	padding-left: 40px;
	padding-top: 35px;
}

.newdir {
	margin-bottom: 80px;
}

.newLeft {
	padding-top: 20px;
}

@media(max-width: 768px) {
	.newLeft {
		padding-top: 0px;
	}
	.new-item .col-xs-4,
	.new-item .col-xs-8 {
		padding: 0px 10px;
	}
	.new-item h4 {
		font-size: 16px;
		color: #333;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.new-item span.time {
		font-size: 14px;
		color: #999;
		display: none;
	}
	.new-item .description {
		height: 40px;
		line-height: 20px;
		overflow: hidden;
	}
	.new-item {
		margin-bottom: 10px;
	}
}

.con-title {
	font-size: 30px;
	margin-bottom: 15px;
	color: #333;
	text-align: center;
}

.con-time {
	font-size: 16px;
	color: #999;
	text-align: center;
}

.content {
	padding-top: 20px;
}

.content img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.content p img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.content {
	line-height: 1.5;
	font-size: 14px;
}

.con-foot h4 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.share {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.prevAndNext span a {
	line-height: 50px;
	font-size: 16px;
	color: #333;
}

.prevAndNext span {
	font-size: 16px;
	color: #333;
}

.prevAndNext span:hover {
	color: #009EEA;
}

.prevAndNext span:hover a {
	color: #009EEA;
}

@media(max-width: 768px) {
	.con-title {
		font-size: 18px;
	}
}

.new-item {
	margin-bottom: 30px;
}

.hov_item p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	text-align: center;
	border: 1px solid #ddd;
	border-top: none;
}

.cover-in p {
	position: relative;
	top: 0;
	margin-top: -17.5px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.hov_item:hover .cover-in p {
	top: 50%;
}

.hov_item:hover .text {
	color: #009eea;
	border-color: #009eea;
}

.hov_item {
	margin-bottom: 20px;
}

@media(max-width: 768px) {
	.hov_item p {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.sq_gq {
		padding-bottom: 15px;
	}
	.rd_hc .col-xs-12:first-child {
		margin-left: 0 !important;
	}
	.ben-item {
		cursor: pointer;
		margin-bottom: 15px;
	}
	.rd_hc {
		padding-bottom: 15px;
	}
	.sq_gx .pic {
		padding: 20px;
	}
	.sq_gx table {
		margin-left: 0px;
		width: 100%;
	}
	.sq_gx .tb_text {
		font-size: 14px;
		color: #333;
		padding-left: 30px;
		line-height: 30px;
	}
	.sq_gx {
		padding-bottom: 15px;
	}
}

.hw_hc .ben-item .col-xs-4 img {
	margin-top: 10px;
}

.select-item {
	height: 400px;
}

.rh_select {
	background: #f9f9f9;
	padding-bottom: 50px;
}

@media(max-width: 768px) {
	.rh_select {
		padding-bottom: 15px;
	}
}

.color-w {
	background: #fff;
}

.select-item.item1 {
	background: url(../images/select1.png) center top no-repeat;
}

.select-item.item3 {
	background: url(../images/select3.png) center top no-repeat;
}

.select-item.item2 {
	background: url(../images/select2.png) center top no-repeat;
	padding: 0;
}

.select-item.item4 {
	background: url(../images/select4.png) center top no-repeat;
}

.select-item {
	position: relative;
}

.select-item .text {
	position: absolute;
	top: 167px;
	font-size: 18px;
	color: #999;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.co-item {
	padding-top: 30px;
	height: 150px;
	background: #009eea;
	border-radius: 8px;
	margin-bottom: 30px;
}

.co-item p {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.hw_zc {
	padding-bottom: 50px;
}

@media(max-width: 768px) {
	.select-item.item1,
	.select-item.item2,
	.select-item.item3,
	.select-item.item4 {
		background: none;
	}
	.select-item .text {
		position: static;
		top: 0px;
		font-size: 14px;
		color: #999;
		line-height: 25px;
		padding-left: 0;
		padding-right: 0;
		min-height: 140px;
		padding-top: 10px;
	}
	.select-item {
		height: auto;
	}
	.co-item {
		margin-bottom: 15px;
		height: 120px;
		padding-top: 20px;
	}
	.co-item p {
		font-size: 14px;
		color: #fff;
		line-height: 30px;
		text-align: center;
	}
	.hw_zc {
		padding-bottom: 15px;
	}
}

.ling-item {
	border: 1px solid #009eea;
	box-sizing: border-box;
	padding: 20px 30px;
	border-radius: 5px;
	padding-bottom: 15px;
	min-height: 310px;
}

.ling-item ul {
	width: 100%;
}

.ling-item ul li {
	list-style: none;
	width: 50%;
	float: left;
}

.ling-item ul li a {
	line-height: 20px;
	color: #666;
}

.ling-item ul li a:hover {
	color: #009eea;
}

.ling-item h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}

.fw_ling {
	padding-bottom: 50px;
}

.sblc-mo li {
	list-style: none;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-bottom: 10px;
}

.sblc-mo .xh {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #009eea;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.sblc {
	padding-bottom: 50px;
	background: #f9f9f9;
}

.sblc-mo.sb li {
	font-size: 16px;
	color: #333;
}

.sblc-mo.sb li ol {
	font-size: 14px;
	color: #999;
}

@media(max-width: 768px) {
	.fw_ling .col-sm-3:first-child {
		margin-left: 0 !important;
	}
	.ling-item {
		border: none;
		padding: 0;
		height: auto;
		margin-bottom: 15px;
		min-height: 0;
	}
	.ling-item ul li {
		list-style: none;
		width: 50%;
		text-align: center;
	}
}

.header-box .pic-box {
	width: 28.5%;
	box-sizing: border-box;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	border-right: 1px dashed #ddd;
}

.text-box {
	width: 71.5%;
	box-sizing: border-box;
	float: left;
}

.header-box {
	border: 1px solid #ddd;
	border-top: none;
}

.text-box {
	padding-left: 40px;
}

.text-box h2 {
	font-size: 24px;
	color: #333333;
}

.text-box p {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.consult-btn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-top: 10px;
}

.color-b {
	background: #009eea;
}

.color-o {
	background: #ff6757;
}

.text-box ul li {
	list-style: none;
	float: left;
	width: auto;
	font-size: 16px;
	color: #666;
	margin-right: 30px;
	padding-left: 28px;
}

.boxli1 {
	background: url(../images/pc1.png) left center no-repeat;
}

.boxli2 {
	background: url(../images/pc2.png) left center no-repeat;
}

.boxli3 {
	background: url(../images/pc3.png) left center no-repeat;
}

.boxli4 {
	background: url(../images/pc4.png) left center no-repeat;
}

.content img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.content p img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.sele-title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: #009eea;
}

.content.size {
	padding-bottom: 0;
}

.whybox {
	padding: 60px 120px 50px 120px;
	background: #f2f9fa;
}

.pbox {
	width: 50%;
	float: left;
}

.tbox {
	position: relative;
	width: 50%;
	float: left;
}

.tbox strong {
	position: relative;
	font-size: 24px;
}

.tbox strong::after {
	position: absolute;
	top: 45px;
	left: 0;
	content: '';
	width: 50px;
	border: 2px solid #009eea;
	border-color: #009eea;
}

.tbox .cover .pj {
	height: 0;
	margin-bottom: 40px;
}

.tbox p {
	font-size: 18px;
	color: #555;
	line-height: 30px;
}

.tbox .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding-left: 45px;
	padding-top: 40px;
}



@media(max-width: 768px) {
	.tbox .cover {
		padding-top: 15px;
	}
	.tbox .cover .pj {
		height: 0;
		margin-bottom: 40px;
		display: none;
	}
	.tbox p {
		display: none;
	}
	.tbox strong {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		font-size: 16px;
	}
	.tbox strong::after {
		display: none;
	}
	.header-box .pic-box {
		width: 30%;
		padding: 0;
		border-right: none;
		padding-top: 15px;
	}
	.header-box {
		position: relative;
		padding-bottom: 130px;
		border: none;
	}
	.text-box {
		padding-left: 15px;
	}
	.text-box {
		width: 70%;
		box-sizing: border-box;
		float: left;
	}
	.text-box h2 {
		font-size: 16px;
		color: #333333;
		margin-bottom: 5px;
	}
	.text-box p {
		font-size: 14px;
		color: #999;
		margin-bottom: 10px;
	}
	.consult-btn {
		position: absolute;
		left: 0px;
		bottom: 45px;
	}
	.header-box ul {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.header-box ul li {
		margin: 0;
		width: 50%;
		margin-bottom: 5px;
	}
	.consult-btn.btn2 {
		left: auto;
		right: 0 !important;
	}
}
@media(max-width: 1200px){
	.whybox{
	padding: 0;
}
}

@media(max-width: 1204px){
	.whybox{
		padding: 30px 40px 30px 40px;
	}
}

@media(max-width: 768px){
	.whybox{
		padding: 0;
		padding-top: 15px
	}
}
.form-box {
	padding-left: 75px;
	padding-right: 75px;
}

.form-box p {
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

.form-control {
	height: 36px;
	border-radius: 12px;
	margin-bottom: 50px;
}

.title5.type {
	font-size: 24px;
	color: #009EEA;
	padding-top: 30px;
	padding-bottom: 15px;
}

.xq-box {
	padding: 30px 20px;
}

.xq-box-in {
	border: 1px solid #ddd;
	position: relative;
	padding-bottom: 80px;
}

.form-b {
	position: absolute;
	left: 25%;
	bottom: 0px;
	width: 50%;
}

.form-box {
	border-right: 1px dashed #ddd;
	margin-bottom: 50px;
}

.titlef {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}

.w_ys.size1 {
	margin-top: 0;
}

.form-b input {
	font-size: 20px;
	color: #fff;
	background: #009eea;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

.form-control.select-box {
	position: relative;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.sele-box {
	position: relative;
}

.selectS {
	display: none;
}

.selectS.active {
	display: block;
}

.right-text h2 {
	font-size: 20px;
	color: #009EEA;
	margin-top: 0px;
}

.right-text p {
	font-size: 16px;
	color: #999;
	line-height: 35px;
}

@media(max-width: 768px) {
	.xq-box {
		padding: 0;
	}
	.xq-box-in {
		border: none;
		position: relative;
		padding-bottom: 80px;
	}
	.form-box {
		border-right: none;
		margin-bottom: 50px;
	}
	.form-box {
		padding-left: 0px;
		padding-right: 0px;
	}
	.form-box p {
		font-size: 14px;
		color: #333;
		line-height: 36px;
	}
	.form-control {
		height: 36px;
		border-radius: 12px;
		margin-bottom: 25px;
	}
	.form-control {
		height: 36px;
		border-radius: 12px;
		margin-bottom: 5px;
	}
	.form-b {
		position: static;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		margin-top: 15px;
	}
	.title5.type {
		font-size: 18px;
		color: #009EEA;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.titlef {
		font-size: 14px;
		color: #333;
		text-align: center;
		margin-bottom: 15px;
	}
	.xq-box-in {
		border: none;
		position: relative;
		padding-bottom: 0px;
	}
}

.xq-box-in {
	background: url(../images/needbg.jpg) center top no-repeat;
}

@media(max-width: 768px) {
	.newLeft {
		padding-top: 25px;
	}
}

.huo-top {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 27px;
}

@media(max-width: 768px) {
	.huo-top {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media(max-width: 992px) {
	.huo-top {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.nav .huo-top .huo-con {
		height: 50px;
		width: 22%;
	}
}

@media(min-width: 1200px) {
	.huo-con .con1 {
		height: 111.5px;
	}
	.carousel-inner .item {
		/*min-height: 600px;*/
		min-height: auto;
	}
}

@media(max-width: 768px) {
	.nav .huo-top .huo-con {
		height: 50px;
		width: 39%;
	}
}
.content {
    padding: 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    min-height: 600px;
    margin:0 170px 0 150px;
    margin-bottom: 15px;
}
.article-header {
    padding: 0;
}
.article-header {
    margin-bottom: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.article-content {
    font-size: 16px;
    line-height: 1.8;
    word-wrap: break-word;
    overflow: hidden;
}