@charset "utf-8";

.proMain .section3 {
	overflow: hidden;
}

.indexMain .section1 .item {
	width: 100%;
	position: relative;
}

.indexMain .section1 .item img {
	display: block;
	width: 100%;
}

.indexMain .section1 .slick-dots {
	text-align: center;
	bottom: 20px;
	z-index: 3;
}

.indexMain .section1 .slick-dots button {
	display: none;
}

.indexMain .section1 .slick-dots li {
	width: 72px;
	height: 10px;
	background-color: #ffffff;
	transform: skew(-40deg, 0);
	-webkit-transform: skew(-40deg, 0);
	-moz-transform: skew(-40deg, 0);
	-ms-transform: skew(-40deg, 0);
}

.indexMain .section1 .slick-dots li.slick-active {
	background-color: #e60213;
}

.commSection1 {
	background-image: url(../images/index/img7.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
	min-height: calc(100vh - 80px);
}

.commSection1 .commTit {
	margin-bottom: 10px;
}

.commSection1 .commTit h3,
.commSection1 .commTit span {
	color: #ffffff;
}

.commSection1 .commTit h3:before {
	background-image: url(../images/common/bg2.png);
}

.commSection1 .commTit h3:after {
	background-image: url(../images/common/bg2.png);
}

.commSection1 .tabTit {
	background-color: #ffffff;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 0;
	display: inline-block;
}

.commSection1 .tabTit span {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	font-size: 22px;
	color: #333333;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.commSection1 .tabTit span.active {
	background-color: #e60213;
	color: #ffffff;
}

.commSection1 .tabTit span:first-child {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.commSection1 .tabTit span:last-child {
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.commSection1 .tabCon {
	padding-top: 25px;
	overflow: hidden;
}

.commSection1 .tabTit .aBox {
	position: absolute;
	top: 77px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #ffffff;
	z-index: 9;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	border-radius: 5px;
}

.commSection1 .tabTit .aBox a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.commSection1 .tabTit .aBox a:before {
	content: '';
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
}

.commSection1 .tabTit .aBox a:hover,
.commSection1 .tabTit .aBox a.active {
	background: #e60213;
	color: #ffffff;
}

.commSection1 .tabTit span:hover .aBox {
	opacity: 1;
	visibility: visible;
}

.commSection1 .con {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	height: 0;
	transform: translateY(60px);
}

.commSection1 .con.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	transform: translateY(0);
}

.commSection1 .box {
	max-width: 44.5%;
	margin: 0 auto;
	position: relative;
}

.commSection1 .box .tit {
	font-family: 'YouSheBiaoTiHei';
	font-size: 44px;
	color: #333333;
	position: absolute;
	right: -15%;
	top: -4%;
	z-index: 1;
	display: none;
}

.commSection1 .imgSlick .item {
	padding: 80px 60px 0 60px;
	position: relative;
}

.commSection1 .imgSlick .item img {
	display: block;
	height: 40vh;
	margin: -40px auto 0;
}

.commSection1 .imgSlick .item span {
	font-family: 'YouSheBiaoTiHei';
	font-size: 44px;
	color: #333333;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.commSection1 .simgSlick {
	padding: 0 100px;
	margin-top: -15px;
}

.commSection1 .simgSlick .item {
	margin: 0 10px;
	overflow: hidden;
}

.commSection1 .simgSlick img {
	display: block;
	height: 116px;
	width: auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	margin: 0 auto;
}

.commSection1 .simgSlick .item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.commSection1 .simgSlick span {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	display: block;
	text-align: center;
	margin-top: 5px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.commSection1 .simgSlick .slick-arrow {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 32%;
	margin-top: -29px;
	z-index: 2;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.commSection1 .simgSlick .slick-prev {
	background-image: url(../images/common/prev.png);
	left: 0;
}

.commSection1 .simgSlick .slick-next {
	background-image: url(../images/common/next.png);
	right: 2px;
}

.commSection1 .simgSlick .slick-arrow:hover {
	background-color: #e60213;
	border-color: #e60213;
}

.commSection1 .simgSlick .slick-prev:hover {
	background-image: url(../images/common/prev.png);
}

.commSection1 .simgSlick .slick-next:hover {
	background-image: url(../images/common/next.png);
}

.commSection1 .simgSlick .item.slick-current span,
.commSection1 .simgSlick .item:hover span {
	color: #e60213;
}

.commSection1 .cont {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	height: 0;
	transform: translateY(60px);
}

.commSection1 .cont.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	transform: translateY(0);
}



.indexMain .section3 .items {
	font-size: 0;
}

.indexMain .section3 .item {
	display: inline-block;
	vertical-align: top;
	width: 32.33%;
	margin-right: 1.5%;
	position: relative;
	overflow: hidden;
}

.indexMain .section3 .item:last-child {
	margin-right: 0;
}

.indexMain .section3 .item .pic img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.indexMain .section3 .item:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.indexMain .section3 .item .bot {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 30px;
}

.indexMain .section3 .item .bot img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin-right: 6px;
}

.indexMain .section3 .item .bot span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}

.indexMain .section3 .item .text {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.indexMain .section3 .item .text img {
	display: block;
	width: 28px;
	margin: 0 auto;
}

.indexMain .section3 .item .text h3 {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	font-weight: normal;
	margin: 12px 0 22px 0;
}

.indexMain .section3 .item .text span {
	font-size: 14px;
	color: #ffffff;
	padding: 0 24px;
	line-height: 34px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background-color: rgba(255, 255, 255, .24);
	display: inline-block;
}

.indexMain .section3 .item:hover .text {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.indexMain .section4 {
	background-color: #f5f7f9;
}

.indexMain .section4 .tabTit {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.indexMain .section4 .tabTit span {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #333333;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #666666;
	width: 198px;
	margin: 0 20px;
	cursor: pointer;
}

.indexMain .section4 .tabTit span.active {
	background-color: #e60213;
	color: #ffffff;
	border-color: #e60213;
}

.indexMain .section4 .con {
	overflow: hidden;
	display: none;
}

.indexMain .section4 .con.active {
	display: block;
}

.indexMain .section4 .con .left {
	width: 45.8%;
	float: left;
}

.indexMain .section4 .con .left .pic {
	overflow: hidden;
	position: relative;
}

.indexMain .section4 .con .left .pic img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.indexMain .section4 .con .left:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.indexMain .section4 .con .left .pic span {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	line-height: 70px;
	background-color: #e60213;
	padding: 0 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}

.indexMain .section4 .con .left .text {
	background-color: #ffffff;
	padding: 40px 45px;
}

.indexMain .section4 .con .left .text h3 {
	font-size: 24px;
	color: #333333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexMain .section4 .con .left .text p {
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
	margin-top: 18px;
}

.indexMain .section4 .con .left:hover .text h3 {
	color: #e60213;
}

.indexMain .section4 .con .right {
	float: right;
	width: 51%;
}

.indexMain .section4 .con .right .top {
	font-size: 0;
}

.indexMain .section4 .con .right .top .item {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 3%;
}

.indexMain .section4 .con .right .top .item:nth-child(even) {
	margin-right: 0;
}

.indexMain .section4 .con .right .top .item .pic {
	overflow: hidden;
}

.indexMain .section4 .con .right .top .item img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.indexMain .section4 .con .right .top .item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.indexMain .section4 .con .right .top .item h3 {
	font-size: 22px;
	color: #333333;
	line-height: 66px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexMain .section4 .con .right .top .item:hover h3 {
	color: #e60213;
}

.indexMain .section4 .con .right ul {
	border-top: 1px dashed #e5e9ef;
	margin-top: 15px;
}

.indexMain .section4 .con .right ul li {
	border-bottom: 1px dashed #e5e9ef;
}

.indexMain .section4 .con .right ul li a {
	display: block;
	font-size: 20px;
	color: #333333;
	line-height: 74px;
	padding-right: 134px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexMain .section4 .con .right ul li span {
	color: #666666;
	position: absolute;
	right: 0;
	top: 0;
}

.indexMain .section4 .con .right ul li:hover a {
	color: #e60213;
}

.indexMain .section4 .items2 {
	font-size: 0;
	margin: -1%;
}

.indexMain .section4 .items2 .item {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 1%;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.indexMain .section4 .items2 .item .pic {
	overflow: hidden;
	position: relative;
}

.indexMain .section4 .items2 .item img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.indexMain .section4 .items2 .item i {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/news/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -30px auto 0;
	z-index: 2;
}

.indexMain .section4 .items2 .item .pic:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
}

.indexMain .section4 .items2 .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.indexMain .section4 .items2 .item p {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0;
}

.indexMain .section4 .items2 .item:hover p {
	color: #e60213;
}





/*产品中心*/
.proMain .section1 .box {
	position: relative;
	text-align: left;
	overflow: hidden;
}

.proMain .section1 .box img {
	display: block;
	width: 100%;
}

.proMain .section1 .box .wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}

.proMain .section1 .box .text_block {
	width: 450px;
	text-align: center;
	display: inline-block;
}

.proMain .section1 .box h3 {
	font-size: 70px;
	color: #333333;
	line-height: 1;
}

.proMain .section1 .box p {
	font-size: 30px;
	color: #ffffff;
	line-height: 54px;
	padding: 0 30px 0 30px;
	background-image: url(../images/poduct/bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin-top: 17px;
	background-size: 100%;
}

.proMain .section1 .box a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	width: 166px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, .28);
	margin: 32px auto 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.proMain .section1 .box a:hover {
	background: rgba(255, 255, 255, 1);
	color: #333333;
}

.proMain .section1 .box2 {
	text-align: right;
}

.proMain .section1 .box2 h3 {
	color: #ffffff;
}

.proMain .section1 .box2 p {
	background-image: url(../images/poduct/bg2.png);
	background-position: right center;
}

.proMain .section2 {
	position: relative;
	background-image: url(../images/poduct/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	height: calc(100vh - 80px);
}

.proMain .section2 .right {
	width: 680px;
	background: #ffffff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 80px 0 54px;
}

.proMain .section2 form {
	text-align: center;
}

.proMain .section2 .form {
	margin-top: 50px;
}

.proMain .section2 .form .block {
	margin-bottom: 38px;
}

.proMain .section2 .form .block .lable {
	position: relative;
	padding-left: 118px;
	width: 100%;
}

.proMain .section2 .form .block span {
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.proMain .section2 .form .block span em {
	color: #e60213;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.proMain .section2 .form .block .lable input {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
}

.proMain .section2 .form .block .lable select {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
	background-color: transparent;
	background-image: url(../images/common/xl.png);
	background-repeat: no-repeat;
	background-position: 94% center;
}

.proMain .section2 .form .block .lable2 textarea {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 200px;
	padding: 10px 18px;
}

.proMain .section2 .form .block .lable2 {
	width: 100%;
}

.proMain .section2 .form .block .select {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.proMain .section2 .form .block .select:last-child {
	margin-right: 0;
}

.proMain .section2 .form .radioBox {
	text-align: right;
	margin-top: 12px;
}

.proMain .section2 .form .radio {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	margin-left: 34px;
	width: 70px;
	height: 34px;
	background-color: transparent;
}

.proMain .section2 .form .radio input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.proMain .section2 .form .radio i {
	width: 22px;
	height: 22px;
	background-image: url(../images/gouche/dx.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

.proMain .section2 .form .radio.active i {
	background-image: url(../images/gouche/dxOn.png);
}

.proMain .section2 .tj {
	font-size: 0;
	width: 180px;
	height: 48px;
	font-size: 24px;
	color: #ffffff;
	line-height: 48px;
	background: #e60213;
	text-align: center;
	margin: 15px auto 0 auto;
	border-radius: 40px;
	display: block;
	border: 0;
	cursor: pointer;
}

.proMain .section2 .tj:hover {
	background: #c10311;
}

.proMain .section2 .xy {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	padding-left: 60px;
	background-image: url(../images/poduct/dx.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: inline-block;
	margin-top: 35px;
}

.proMain .section2 .xy.active {
	background-image: url(../images/poduct/dxOn.png);
}

.proMain .section2 .xy a {
	color: #e60213;
}

.ysBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.ysBox .box {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	padding: 40px 40px;
}

.ysBox .box h3 {
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}

.ysBox .box .con {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	height: 450px;
	overflow-y: auto;
}

.ysBox .box .close {
	width: 40px;
	height: 40px;
	background-color: #333333;
	background-image: url(../images/common/close.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 20px;
	background-size: auto 18px;
	cursor: pointer;
}

.proMain .section3 .item {
	overflow: hidden;
}

.proMain .section3 .item img {
	display: block;
	width: 100%;
}

.proMain .section3 .slick-dots {
	text-align: center;
	bottom: 36px;
	z-index: 3;
}

.proMain .section3 .slick-dots button {
	display: none;
}

.proMain .section3 .slick-dots li {
	width: 72px;
	height: 10px;
	background-color: #ffffff;
	transform: skew(-40deg, 0);
	-webkit-transform: skew(-40deg, 0);
	-moz-transform: skew(-40deg, 0);
	-ms-transform: skew(-40deg, 0);
}

.proMain .section3 .slick-dots li.slick-active {
	background-color: #e60213;
}

.proMain .section5 {
	text-align: center;
	background: #F7F8FA;
}

.proMain .section5 .tabTit {
	background-color: #ffffff;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 0;
	display: inline-block;
}

.proMain .section5 .tabTit span {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	font-size: 22px;
	color: #333333;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.proMain .section5 .tabTit span.active {
	background-color: #e60213;
	color: #ffffff;
}

.proMain .section5 .tabTit span:first-child {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.proMain .section5 .tabTit span:last-child {
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.proMain .section5 .tabCon {
	padding-top: 25px;
	overflow: hidden;
}

.proMain .section5 .tabTit .aBox {
	position: absolute;
	top: 77px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #ffffff;
	z-index: 9;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	border-radius: 5px;
}

.proMain .section5 .tabTit .aBox a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.proMain .section5 .tabTit .aBox a:before {
	content: '';
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
}

.proMain .section5 .tabTit .aBox a:hover,
.proMain .section5 .tabTit .aBox a.active {
	background: #e60213;
	color: #ffffff;
}

.proMain .section5 .tabTit span:hover .aBox {
	opacity: 1;
	visibility: visible;
}

.proMain .section5 .tabCon .con {
	display: none;
}

.proMain .section5 .tabCon .con.active {
	display: block;
}

.proMain .section5 .tabCon .box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.proMain .section5 .tabCon .box .item {
	width: 23%;
	margin: 1%;
	border-radius: 5px;
	background: #ffffff;
	padding-bottom: 20px;
	padding-top: 16px;
	position: relative;
	overflow: hidden;
}

.proMain .section5 .tabCon .box .item img {
	display: block;
	width: 100%;
}

.proMain .section5 .tabCon .box .item span {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	display: block;
	margin-top: 15px;
}

.proMain .section5 .tabCon .box .item:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.proMain .section5 .tabCon .box .item:hover .more {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.proMain .section5 .tabCon .box .item .more {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -100%;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}

.proMain .section5 .tabCon .box .item .more em {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	border-radius: 4px;
	text-align: center;
	background: rgba(255, 255, 255, .28);
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 0 30px;
	border: 1px solid #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 52px;
	width: 130px;
}



.proNav {
	width: 100%;
	background-image: url(../images/poduct/bg3.png);
	background-repeat: repeat-x;
	background-position: center;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 9;
	padding: 0 98px;
	display: flex;
	justify-content: space-between;
}

.proNav .fxBox {
	position: relative;
}

.proNav .fxBox span {
	font-size: 28px;
	color: #ffffff;
	line-height: 100px;
	display: block;
	cursor: pointer;
}

.proNav .fxBox span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 15px;
	background-image: url(../images/common/down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-left: 10px;
}

.proNav .fxBox dl {
	padding: 10px 0;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
}

.proNav .fxBox dl a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	padding: 0 15px;
}

.proNav .fxBox dl a:hover {
	background-color: #e60213;
	color: #ffffff;
}

.proNav .fxBox:hover dl {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.proNav ul {
	font-size: 0;
}

.proNav ul li {
	display: inline-block;
	vertical-align: middle;
}

.proNav ul li a {
	display: block;
	font-size: 20px;
	color: #ffffff;
	line-height: 100px;
	padding: 0 40px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.proNav ul li:hover a {
	color: #e60213;
}

.proNav .aBox {
	font-size: 0;
	margin-top: 21px;
}

.proNav .aBox a {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #ffffff;
	line-height: 58px;
	width: 196px;
	border-radius: 40px;
	border: 1px solid #ffffff;
	text-align: center;
	margin-left: 48px;
}

.proNav .aBox a:hover {
	background: #ffffff;
	color: #333333;
}

.proNav.active {
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.proNav.active .fxBox span {
	color: #333333;
}

.proNav.active .fxBox span:after {
	background-image: url(../images/common/down_hover.png);
}

.proNav.active ul li a {
	color: #333333;
}

.proNav.active ul li:hover a {
	color: #e60213;
}

.proNav.active .aBox a {
	color: #333333;
	border-color: #333333;
}

.proNav.active .aBox a:hover {
	background: #333333;
	color: #ffffff;
}

.proMain .section4 {
	position: relative;
}

.proMain .section4 img {
	display: block;
	width: 100%;
}

.proMain .section4 .block {
	width: 760px;
	height: 100%;
	background-image: url(../images/poduct/bg4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 3% 10% 3% 6.8%;
}

.proMain .section4 .block h3 {
	font-size: 32px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal;
}

.proMain .section4 .block i {
	width: 160px;
	height: 3px;
	background-image: url(../images/poduct/bg6.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: block;
	margin: 37px 0 32px 0;
}

.proMain .section4 .block p {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}

.proMain .section5 .block {
	left: inherit;
	right: 0;
	background-image: url(../images/poduct/bg5.png);
	padding: 3% 6.8% 3% 10%;
}

.proMain .section5 .slick-arrow {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ffffff;
	font-size: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -80px;
}

.proMain .section5 .slick-prev {
	background-image: url(../images/poduct/prev.png);
}

.proMain .section5 .slick-next {
	background-image: url(../images/poduct/next.png);
	left: 95px;
}

.proMain .section5 .slick-prev:hover {
	background-image: url(../images/poduct/prev_hover.png);
}

.proMain .section5 .slick-next:hover {
	background-image: url(../images/poduct/next_hover.png);
}

.proMain .section6 {
	padding: 75px 7% 0;
}

.proMain .section6 .top {
	overflow: hidden;
}

.proMain .section6 .top img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.proMain .section6 .top:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.proMain .section6 .items {
	font-size: 0;
}

.proMain .section6 .items .item {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	margin-top: 2%;
}

.proMain .section6 .items .item:last-child {
	margin-right: 0;
}

.proMain .section6 .items .item img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.proMain .section6 .items .item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.proMain .section7 {
	padding: 75px 7%;
}

.proMain .section7 .top .form1 {
	float: left;
	width: 73%;
}

.proMain .section7 .top span {
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	display: block;
	float: left;
}

.proMain .section7 .top .select {
	float: left;
	margin: 0 2% 0 0;
	width: 38%;
}

.proMain .section7 .top select {
	width: 100%;
	height: 42px;
	border: 1px solid #dfdfdf;
	position: relative;
	border-radius: 5px;
	padding: 0 24px 0 14px;
	font-size: 16px;
	color: #333333;
	background-image: url(../images/common/xl.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.proMain .section7 .top .lable {
	margin-right: 45px;
	float: left;
	width: 57%;
}

.proMain .section7 .top .lable2 {
	width: 30%;
}

.proMain .section7 .top .lable2 .select {
	width: 73%;
}

.proMain .section7 .form2 {
	position: relative;
	float: right;
	width: 24%;
}

.proMain .section7 .form2 input {
	width: 100%;
	height: 42px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	padding: 0 54px 0 16px;
	border-radius: 5px;
}

.proMain .section7 .form2 .tj {
	width: 54px;
	height: 42px;
	background-color: transparent;
	background-image: url(../images/common/search.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.proMain .section7 .box {
	overflow: hidden;
	margin-top: 40px;
}

.proMain .section7 .box .left {
	width: 60%;
	height: 478px;
	float: left;
}

.proMain .section7 .box .baiduMap {
	width: 100%;
	height: 100%;
}

.proMain .section7 .box .right {
	width: 38%;
	float: right;
	height: 478px;
	overflow-y: auto;
}

.proMain .section7 .box .right .tit {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	padding: 18px 0;
}

.proMain .section7 .box .right .tit span {
	color: #e60213;
	display: inline-block;
	margin: 0 5px;
}

.proMain .section7 .box .right .item {
	border-top: 1px solid #dfdfdf;
	padding: 20px;
}

.proMain .section7 .box .right .item h3 {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

.proMain .section7 .box .right .item p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.proMain .section7 .box .right .item a {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	width: 116px;
	text-align: center;
	background: #e60213;
	display: block;
	margin-top: 15px;
}

.proMain .section7 .box .right .item a:hover {
	background: #c10311;
}

.proMain .section7 .box .right .item.active h3 {
	color: #e60213;
}

.proMain .section8 {
	padding: 75px 7% 0;
}

.proMain .section8 .items1 {
	display: flex;
	justify-content: space-between;
	font-size: 0;
}

.proMain .section8 .items1 .item {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 1.5%;
	background: #e70012;
	height: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.proMain .section8 .items1 .item:last-child {
	margin-right: 0;
}

.proMain .section8 .items1 .logo {
	display: inline-block;
	vertical-align: middle;
	width: 114px;
	margin: 0 auto;
	line-height: 80px;
}

.proMain .section8 .items1 .logo img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 80px;
}

.proMain .section8 .items1 .item span {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
}

.proMain .section8 .items1 .item2 {
	background: #000000;
}

.proMain .section8 .items1 .item4 {
	background: #f9bf13;
}

.proMain .section8 .items1 .item5 {
	background: #e60213;
}

.proMain .section8 .items1 .item6 {
	background: #f9bf13;
}

.proMain .section8 .items2 {
	display: flex;
	justify-content: space-between;
	font-size: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}

.proMain .section8 .items2 .item {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 1.5%;
	height: 80px;
	text-align: center;
}

.proMain .section8 .items2 .item span {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	background: #e7e7e7;
	display: block;
	margin: 1px 0;
	padding: 8px 0;
}

.proMain .section8 .items2 .item:last-child {
	margin-right: 0;
}

.proMain .section8 .items2 .item1 {
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	display: flex;
	align-items: center;
}

.proMain .section8 .items2 .item1 i {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	background-color: #e60213;
	background-image: url(../images/poduct/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 12px;
}

.proMain .section8 .items2.active .item1 i {
	background-image: url(../images/poduct/jian.png);
}

.proMain .section8 .items2 .item {
	opacity: 0;
	visibility: hidden;
	height: 42px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.proMain .section8 .items2 .item1 {
	display: block;
	opacity: 1;
	visibility: visible;
	text-align: left;
}

.proMain .section8 .items2.active .item {
	height: auto;
}

.proMain .section8 .items2.active .item {
	opacity: 1;
	visibility: visible;
}

#magnifier {
	position: relative;
	width: 600px;
	float: left;
}

#magnifier .small-box {
	position: relative;
	width: 600px;
	height: 450px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	overflow: hidden;
}

#magnifier .small-box img {
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	position: absolute !important;
	max-width: 90%;
	max-height: 90%;
}

#magnifier .small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px !important;
	height: 200px !important;
	border: 1px solid #aaa;
	background: #0099ff;
	opacity: .5;
	filter: alpha(opacity: 50);
	cursor: move;
}

#magnifier .thumbnail-box {
	position: relative;
	width: 100%;
}

#magnifier .thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 21px;
	height: 64px;
	margin-top: -32px;
}

#magnifier .thumbnail-box .btn-prev {
	left: 0;
	background: url(../images/poduct/prev3.png) no-repeat center;
}

#magnifier .thumbnail-box .btn-next {
	right: 0;
	background: url(../images/poduct/next3.png) no-repeat center;
}

#magnifier .thumbnail-box .list {
	overflow: hidden;
	width: 526px;
	margin: 0 auto;
}

#magnifier .thumbnail-box .wrapper {
	width: 100000px;
}

#magnifier .thumbnail-box .list .item {
	float: left;
	margin: 0 7px 0 0;
	width: 125px;
	height: 89px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	border: 2px solid #ddd;
}

#magnifier .thumbnail-box .list .item img {
	height: 100% !important;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	position: absolute !important;
}

#magnifier .thumbnail-box .list .item-cur {
	border-color: #da243e;
}

#magnifier .big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 600px;
	top: 0;
	width: 540px;
	height: 450px;
	z-index: 10;
	border: 1px solid #e4e4e4;
	background: #ffffff;
}

#magnifier .big-box img {
	display: block;
}

.proMain .section10 {
	padding: 75px 0 50px;
}

.proMain .section10 .right {
	width: 45%;
	float: right;
}

.proMain .section10 .right h2 {
	font-size: 32px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 10px;
}

.proMain .section10 .right .desc {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 20px;
}

.proMain .section10 .right .line {
	width: 100%;
	border: 1px dashed #f0f0f0;
	margin: 10px 0;
}

.proMain .section10 .right .bot {
	background: #fafafa;
	padding: 35px 55px;
	margin-top: 5vw;
}

.proMain .section10 .right .bot .tel {
	padding-left: 90px;
	position: relative;
	padding-bottom: 22px;
}

.proMain .section10 .right .bot .tel img {
	display: block;
	width: 75px;
	position: absolute;
	left: 0;
	top: 0;
}

.proMain .section10 .right .bot .tel span {
	font-size: 22px;
	color: #333333;
	line-height: 30px;
}

.proMain .section10 .right .bot .tel h4 {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}

.proMain .section10 .right .bot .aBox {
	font-size: 0;
	border-top: 1px solid #dddddd;
	padding-top: 25px;
}

.proMain .section10 .right .bot .aBox a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	width: 180px;
	background: #e60213;
	text-align: center;
	margin-right: 25px;
}

.proMain .section10 .right .bot .aBox a:hover {
	background: #000000;
}

.proMain .section10 .right .bot .aBox a:last-child {
	margin-right: 0;
}

.proMain .section11 {
	padding-bottom: 75px;
}

.proMain .section11 .tabTit {
	font-size: 0;
}

.proMain .section11 .tabTit span {
	display: inline-block;
	vertical-align: top;
	width: 114px;
	font-size: 16px;
	color: #959595;
	line-height: 46px;
	text-align: center;
	background: #f1f1f1;
	cursor: pointer;
}

.proMain .section11 .tabTit span.active {
	color: #ffffff;
	background: #e60213;
}

.proMain .section11 .tabCon {
	overflow: hidden;
	border: 1px solid #f0f0f0;
	padding: 20px;
}

.proMain .section11 .tabCon .con {
	display: none;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.proMain .section11 .tabCon .con.active {
	display: block;
	min-height: 400px;
}

.proMain .section11 .tabCon .con video {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.proMain .section11 .tabCon .con img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}




/*购车支持*/
.gcMain .section1 .top .form1 {
	float: left;
}

.gcMain .section1 .top span {
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	display: block;
	float: left;
}

.gcMain .section1 .top .select {
	float: left;
}

.gcMain .section1 .top select {
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
	padding: 0 0 0 7px;
	font-size: 16px;
	color: #333333;
	/*background-image: url(../images/common/xl.png);*/
	background-repeat: no-repeat;
	background-position: 100% center;
	background-color: inherit;
}

.gcMain .section1 .top .lable {
	margin-right: 45px;
	float: left;
}

.gcMain .section1 .form2 {
	position: relative;
	float: right;
}

.gcMain .section1 .form2 input {
	width: 280px;
	height: 42px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	padding: 0 54px 0 16px;
	border-radius: 5px;
}

.gcMain .section1 .form2 .tj {
	width: 54px;
	height: 42px;
	background-color: transparent;
	background-image: url(../images/common/search.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.gcMain .section1 .box {
	overflow: hidden;
	margin-top: 40px;
}

.gcMain .section1 .box .left {
	width: 69.5%;
	height: 700px;
	float: left;
}

.gcMain .section1 .box .baiduMap {
	width: 100%;
	height: 100%;
}

.gcMain .section1 .box .right {
	width: 28%;
	height: 524px;
	float: right;
}

.gcMain .section1 .box .right .tabTit {
	width: 100%;
	font-size: 0;
	border-radius: 40px;
	border: 1px solid #282828;
	overflow: hidden;
}

.gcMain .section1 .box .right .tabTit span {
	cursor: pointer;
	font-size: 24px;
	color: #282828;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.gcMain .section1 .box .right .tabTit span.active {
	color: #ffffff;
	background: #282828;
}

.gcMain .section1 .box .right .select {
	margin-top: 20px;
}

.gcMain .section1 .box .right .select .top {
	border-bottom: 2px solid #f5f5f5;
	background-image: url(../images/gouche/xl.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	display: flex;
	flex: 1;
	align-items: center;
}

.gcMain .section1 .box .right .select .top img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
}

.gcMain .section1 .box .right .select .top span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #282828;
	line-height: 38px;
}

.gcMain .section1 .box .right .select ul {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	overflow: hidden;
	display: none;
	z-index: 2;
	max-height: 360px;
	overflow-y: auto;
}

.gcMain .section1 .box .right .select ul li {
	font-size: 16px;
	color: #282828;
	line-height: 40px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 40px;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.gcMain .section1 .box .right .select ul li:hover {
	background: #0c76c8;
	color: #ffffff;
}

.gcMain .section1 .box .right .select ul li:last-child {
	border-bottom: 0;
}

.gcMain .section1 .box .right .select.active ul {
	display: block;
}

.gcMain .section1 .box .right .len {
	text-align: right;
	font-size: 20px;
	color: #282828;
	line-height: 30px;
	margin-top: 20px;
}

.gcMain .section1 .box .right .len span {
	color: #e60213;
}

.gcMain .section1 .box .right .items {
	height: 524px;
	overflow-y: auto;
}

.gcMain .section1 .box .right .items .item {
	cursor: pointer;
	border-bottom: 2px solid #f5f5f5;
	padding: 18px 50px 15px;
	background-image: url(../images/gouche/icon4.png);
	background-repeat: no-repeat;
	background-position: 24px 25px;
}

.gcMain .section1 .box .right .items .item h3 {
	font-size: 20px;
	color: #282828;
	line-height: 30px;
	margin-bottom: 5px;
}

.gcMain .section1 .box .right .items .item p {
	font-size: 18px;
	color: #666666;
	line-height: 34px;
}

.gcMain .section1 .box .right .items .item.active h3 {
	color: #e60213;
}



/* .gcMain .section1 .box .right{width: 38%;float: right;height: 478px;overflow-y: auto;}
.gcMain .section1 .box .right .tit{font-size: 20px;color: #333333;line-height: 30px;font-weight: bold;padding: 18px 0;}
.gcMain .section1 .box .right .tit span{color: #e60213;display: inline-block;margin: 0 5px;}
.gcMain .section1 .box .right .item{border-top: 1px solid #dfdfdf;padding: 20px;}
.gcMain .section1 .box .right .item h3{font-size: 16px;color: #333333;line-height: 28px;}
.gcMain .section1 .box .right .item p{font-size: 16px;color: #666666;line-height: 28px;}
.gcMain .section1 .box .right .item a{font-size: 16px;color: #ffffff;line-height: 40px;width: 116px;text-align: center;background: #e60213;display: block;margin-top: 15px;}
.gcMain .section1 .box .right .item a:hover{background: #c10311;}
.gcMain .section1 .box .right .item.active h3{color: #e60213;} */
.gcMain .section2 .form {
	margin-top: 55px;
}

.gcMain .section2 .form .block {
	margin-bottom: 48px;
}

.gcMain .section2 .form .block .lable {
	position: relative;
	padding-left: 212px;
	width: 43.4%;
}

.gcMain .section2 .form .block span {
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	padding-left: 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.gcMain .section2 .form .block span em {
	color: #e60213;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.gcMain .section2 .form .block .lable input {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
}

.gcMain .section2 .form .block .lable select {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
	background-image: url(../images/common/xl.png);
	background-repeat: no-repeat;
	background-position: 94% center;
}

.gcMain .section2 .form .block .lable2 textarea {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 200px;
	padding: 10px 18px;
}

.gcMain .section2 .form .block .lable2 {
	width: 100%;
}

.gcMain .section2 .form .radio {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	margin-left: 34px;
}

.gcMain .section2 .form .radio input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.gcMain .section2 .form .radio i {
	width: 22px;
	height: 22px;
	background-image: url(../images/gouche/dx.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

.gcMain .section2 .form .radio.active i {
	background-image: url(../images/gouche/dxOn.png);
}

.gcMain .section2 .items {
	font-size: 0;
}

.gcMain .section2 .item {
	display: inline-block;
	vertical-align: top;
	width: 32.33%;
	margin-right: 1.5%;
	background: #f9f9f9;
	padding: 0 25px 0 28px;
	border-radius: 5px;
}

.gcMain .section2 .item:last-child {
	margin-right: 0;
}

.gcMain .section2 .item .top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #cccccc;
	padding: 25px 0 15px;
}

.gcMain .section2 .item h4 {
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
}

.gcMain .section2 .item h3 {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.gcMain .section2 .item img {
	display: block;
	width: 40px;
	height: 40px;
}

.gcMain .section2 .item .bot {
	padding: 16px 0;
}

.gcMain .section2 .item p {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	height: 52px;
}

.gcMain .section2 .item:nth-child(2) .top {
	border-bottom: 0;
}

.gcMain .section2 .tj {
	width: 180px;
	height: 48px;
	font-size: 24px;
	color: #ffffff;
	line-height: 48px;
	background: #e60213;
	text-align: center;
	margin: 60px auto 0 auto;
	border-radius: 40px;
	display: block;
	border: 0;
	cursor: pointer;
}

.gcMain .section2 .tj:hover {
	background: #c10311;
}

.gcMain .section3 .tit {
	text-align: center;
}

.gcMain .section3 .tit h3 {
	font-size: 32px;
	color: #333333;
	line-height: 1;
}

.gcMain .section3 .tit p {
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	margin-top: 23px;
}

.gcMain .section3 .tit p span {
	color: #e60213;
}

.gcMain .section3 .form {
	margin-top: 55px;
}

.gcMain .section3 .form .block {
	margin-bottom: 48px;
}

.gcMain .section3 .form .block .lable {
	position: relative;
	padding-left: 212px;
	width: 43.4%;
}

.gcMain .section3 .form .block span {
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	padding-left: 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.gcMain .section3 .form .block span em {
	color: #e60213;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.gcMain .section3 .form .block .lable input {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
}

.gcMain .section3 .form .block .lable select {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
	background-image: url(../images/common/xl.png);
	background-repeat: no-repeat;
	background-position: 94% center;
}

.gcMain .section3 .form .block .lable2 textarea {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 200px;
	padding: 10px 18px;
}

.gcMain .section3 .form .block .lable2 {
	width: 100%;
}

.gcMain .section3 .form .radio1 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	margin-left: 34px;
}

.gcMain .section3 .form .radio1 input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.gcMain .section3 .form .radio1 i {
	width: 22px;
	height: 22px;
	background-image: url(../images/gouche/dx.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

.gcMain .section3 .form .radio1.active i {
	background-image: url(../images/gouche/dxOn.png);
}

.gcMain .section3 .tj {
	width: 180px;
	height: 48px;
	font-size: 24px;
	color: #ffffff;
	line-height: 48px;
	background: #e60213;
	text-align: center;
	margin: 0 auto 0 auto;
	border-radius: 40px;
	display: block;
	border: 0;
	cursor: pointer;
}

.gcMain .section3 .tj:hover {
	background: #c10311;
}








.fwMain .section1 .items {
	font-size: 0;
	display: flex;
	justify-content: space-between;
}

.fwMain .section1 .items .item {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	border: 2px solid #dfdfdf;
	width: 25%;
	padding: 20px 20px;
	text-align: center;
}

.fwMain .section1 .items .item i {
	width: 130px;
	height: 130px;
	background: #3f3f3f;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	background-image: url(../images/fw/icon1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95px auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section1 .items .item:nth-child(2) i {
	background-image: url(../images/fw/icon2.png);
}

.fwMain .section1 .items .item:nth-child(3) i {
	background-image: url(../images/fw/icon3.png);
}

.fwMain .section1 .items .item:nth-child(1):hover i {
	background-image: url(../images/fw/icon1_hover.png);
}

.fwMain .section1 .items .item:nth-child(2):hover i {
	background-image: url(../images/fw/icon2_hover.png);
}

.fwMain .section1 .items .item:nth-child(3):hover i {
	background-image: url(../images/fw/icon3_hover.png);
}

.fwMain .section1 .items .item:hover i {
	background-color: #ffffff;
}

.fwMain .section1 .items .item:hover {
	background: #e60213;
	border-color: #e60213;
}

.fwMain .section1 .items .item h3 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
	margin-top: 25px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section1 .items .item p {
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-top: 20px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section1 .items .item:hover h3,
.fwMain .section1 .items .item:hover p {
	color: #ffffff;
}

.fwMain .section2 {
	overflow: hidden;
	position: relative;
}

.fwMain .section2 .left {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.fwMain .section2 .left .img {
	width: 100%;
	height: 100%;
	background-image: url(../images/fw/img1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section2 .left:hover .img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.fwMain .section2 .right {
	width: 50%;
	float: right;
	background-image: url(../images/fw/img2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 58px 5vw 40px;
}

.fwMain .section2 .right img {
	display: block;
	width: 183px;
	margin-bottom: 32px;
}

.fwMain .section2 .right h3 {
	font-size: 38px;
	color: #ffffff;
	line-height: 62px;
	font-weight: normal;
}

.fwMain .section2 .right p {
	font-size: 20px;
	color: #ffffff;
	line-height: 44px;
}

.fwMain .section2 .right p span {
	font-size: 32px;
	font-weight: bold;
}

.fwMain .section2 .right .bot {
	margin-top: 50px;
}

.fwMain .section3 .items {
	font-size: 0;
	display: flex;
	justify-content: space-between;
}

.fwMain .section3 .item {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 0;
	border-radius: 5px;
	border: 2px solid #dfdfdf;
	background: #ffffff;
	padding: 30px 15px;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section3 .item:last-child {
	margin-right: 0;
}

.fwMain .section3 .item i {
	width: 130px;
	height: 130px;
	background: #3f3f3f;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	background-image: url(../images/fw/icon4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95px auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section3 .item:nth-child(2) i {
	background-image: url(../images/fw/icon5.png);
}

.fwMain .section3 .item:nth-child(3) i {
	background-image: url(../images/fw/icon6.png);
}

.fwMain .section3 .item:nth-child(4) i {
	background-image: url(../images/fw/icon7.png);
}

.fwMain .section3 .item h3 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
	margin: 20px 0 8px;
}

.fwMain .section3 .item p {
	font-size: 18px;
	color: #999999;
	line-height: 24px;
}

.fwMain .section3 .item p span {
	color: #e60213;
	font-size: 24px;
}

.fwMain .section3 .item:hover {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}

.fwMain .section4 {
	background-image: url(../images/fw/img3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 55px 0;
}

.fwMain .section4 .text {
	text-align: center;
}

.fwMain .section4 .text h3 {
	font-size: 36px;
	color: #ffffff;
	line-height: 1;
}

.fwMain .section4 .text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 20px;
}

.fwMain .section5 {
	overflow: hidden;
}

.fwMain .section5 .box .pic {
	width: 49%;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}

.fwMain .section5 .box .pic img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section5 .box .pic:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.fwMain .section5 .box .text_block {
	float: right;
	width: 46%;
}

.fwMain .section5 .box .block {
	padding: 18px 25px 18px 45px;
	background-image: url(../images/fw/dui.png);
	background-repeat: no-repeat;
	background-position: 20px 22px;
}

.fwMain .section5 .box .block span {
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}

.fwMain .section5 .box .block p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 15px;
	min-height: 56px;
}

.fwMain .section5 .box .block:hover {
	box-shadow: 3px 0 16px rgba(0, 0, 0, .1);
}

.fwMain .section6 {
	background: #f5f7f9;
}

.fwMain .section6 .items .item:nth-child(1) i {
	background-image: url(../images/fw/icon8.png);
}

.fwMain .section6 .items .item:nth-child(2) i {
	background-image: url(../images/fw/icon9.png);
}

.fwMain .section6 .items .item:nth-child(3) i {
	background-image: url(../images/fw/icon10.png);
}

.fwMain .section6 .items .item:nth-child(1):hover i {
	background-image: url(../images/fw/icon8_hover.png);
}

.fwMain .section6 .items .item:nth-child(2):hover i {
	background-image: url(../images/fw/icon9_hover.png);
}

.fwMain .section6 .items .item:nth-child(3):hover i {
	background-image: url(../images/fw/icon10_hover.png);
}

.fwMain .section7 .box {
	overflow: hidden;
}

.fwMain .section7 .box .left {
	float: left;
	width: 45%;
}

.fwMain .section7 .box .left .con p {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	text-indent: 38px;
	margin-bottom: 25px;
}

.fwMain .section7 .box .right {
	float: right;
	width: 45%;
	overflow: hidden;
}

.fwMain .section7 .box .right img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section7 .box .right:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.fwMain .section7 .commTit {
	margin-bottom: 18px;
}

.fwMain .section8 .box {
	position: relative;
	width: 474px;
	margin: 65px auto 0 auto;
}

.fwMain .section8 .box img {
	display: block;
	width: 100%;
}

.fwMain .section8 .box .item {
	position: absolute;
	padding-left: 108px;
	width: 524px;
}

.fwMain .section8 .box .item h3 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
}

.fwMain .section8 .box .item h3 span {
	color: #e60213;
}

.fwMain .section8 .box .item p {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}

.fwMain .section8 .box .item i {
	display: block;
	width: 88px;
	height: 88px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid rgba(230, 2, 19, .2);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -44px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section8 .box .item:nth-child(1) i {
	background-image: url(../images/fw/icon11.png);
}

.fwMain .section8 .box .item:nth-child(2) i {
	background-image: url(../images/fw/icon12.png);
}

.fwMain .section8 .box .item:nth-child(3) i {
	background-image: url(../images/fw/icon13.png);
}

.fwMain .section8 .box .item:nth-child(4) i {
	background-image: url(../images/fw/icon14.png);
}

.fwMain .section8 .box .item:nth-child(5) i {
	background-image: url(../images/fw/icon15.png);
}

.fwMain .section8 .box .item:nth-child(6) i {
	background-image: url(../images/fw/icon16.png);
}

.fwMain .section8 .box .item:nth-child(7) i {
	background-image: url(../images/fw/icon17.png);
}

.fwMain .section8 .box .item:nth-child(8) i {
	background-image: url(../images/fw/icon18.png);
}

.fwMain .section8 .box .item:nth-child(1):hover i {
	background-image: url(../images/fw/icon11_hover.png);
}

.fwMain .section8 .box .item:nth-child(2):hover i {
	background-image: url(../images/fw/icon12_hover.png);
}

.fwMain .section8 .box .item:nth-child(3):hover i {
	background-image: url(../images/fw/icon13_hover.png);
}

.fwMain .section8 .box .item:nth-child(4):hover i {
	background-image: url(../images/fw/icon14_hover.png);
}

.fwMain .section8 .box .item:nth-child(5):hover i {
	background-image: url(../images/fw/icon15_hover.png);
}

.fwMain .section8 .box .item:nth-child(6):hover i {
	background-image: url(../images/fw/icon16_hover.png);
}

.fwMain .section8 .box .item:nth-child(7):hover i {
	background-image: url(../images/fw/icon17_hover.png);
}

.fwMain .section8 .box .item:nth-child(8):hover i {
	background-image: url(../images/fw/icon18_hover.png);
}

.fwMain .section8 .box .item:hover i {
	background-color: #e60213;
}

.fwMain .section8 .box .item:nth-child(1) {
	left: 67%;
	top: -5%;
}

.fwMain .section8 .box .item:nth-child(2) {
	left: 87%;
	top: 27%;
}

.fwMain .section8 .box .item:nth-child(3) {
	left: 87%;
	bottom: 32%
}

.fwMain .section8 .box .item:nth-child(4) {
	left: 67%;
	bottom: 1%;
}

.fwMain .section8 .box .item:nth-child(5) {
	right: 67%;
	top: -2%;
	padding-left: 0;
	padding-right: 108px;
	text-align: right;
}

.fwMain .section8 .box .item:nth-child(6) {
	right: 87%;
	top: 27%;
	padding-left: 0;
	padding-right: 108px;
	text-align: right;
}

.fwMain .section8 .box .item:nth-child(7) {
	right: 87%;
	bottom: 32%;
	padding-left: 0;
	padding-right: 108px;
	text-align: right;
}

.fwMain .section8 .box .item:nth-child(8) {
	right: 67%;
	bottom: 1%;
	padding-left: 0;
	padding-right: 108px;
	text-align: right;
}

.fwMain .section8 .box .item:nth-child(5) i {
	left: inherit;
	right: 0;
}

.fwMain .section8 .box .item:nth-child(6) i {
	left: inherit;
	right: 0;
}

.fwMain .section8 .box .item:nth-child(7) i {
	left: inherit;
	right: 0;
}

.fwMain .section8 .box .item:nth-child(8) i {
	left: inherit;
	right: 0;
}

.fwMain .section9 {
	background-image: url(../images/fw/img8.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fwMain .section9 .box {
	position: relative;
}

.fwMain .section9 .box .items {
	font-size: 0;
	margin: 0 -1%;
}

.fwMain .section9 .box .item {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 1%;
	position: relative;
	padding-left: 212px;
	margin-bottom: 2%;
	overflow: hidden;
	height: 228px;
	background: #ffffff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}

.fwMain .section9 .box .item .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 212px;
	height: 100%;
}

.fwMain .section9 .box .item .pic .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fwMain .section9 .box .item .pic:after {
	content: '';
	display: block;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #e60213;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -15px;
	z-index: 1;
}

.fwMain .section9 .box .item .pic .cell_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.fwMain .section9 .box .item .pic .cell_box .cell {
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

.fwMain .section9 .box .item .block {
	padding: 15px 30px;
	background: #ffffff;
	position: relative;
	height: 100%;
}

.fwMain .section9 .box .item .block h3 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}

.fwMain .section9 .box .item .block p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.fwMain .section9 .box .item:nth-child(1) {
	margin-left: 51%;
}

.fwMain .section9 .box .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 48%;
	text-align: center;
	padding-top: 80px;
}

.fwMain .section9 .box .tit h3 {
	font-size: 34px;
	color: #ffffff;
	line-height: 1;
}

.fwMain .section9 .box .tit span {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	margin-top: 16px;
}

.fwMain .section9 .box .tit .wenzi {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 44px;
	margin: 0 auto;
}

.fwMain .section10 .commTit3 {
	text-align: center;
}

.fwMain .section10 .commTit3 i {
	margin: 24px auto 0 auto;
}

.fwMain .section10 .box {
	font-size: 0;
	text-align: center;
	margin-top: 60px;
	position: relative;
	padding-bottom: 6vw;
}

.fwMain .section10 .box .item {
	display: inline-block;
	vertical-align: top;
	width: 6.7vw;
	margin-right: 2.6vw;
}

.fwMain .section10 .box .item:last-child {
	margin-right: 0;
}

.fwMain .section10 .box .item .cur {
	width: 6.7vw;
	height: 6.7vw;
	background: rgba(110, 132, 250, 0);
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.fwMain .section10 .box .item .cur h3 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
}

.fwMain .section10 .box .item .cur:after {
	content: '';
	display: block;
	width: 12px;
	height: 22px;
	background-image: url(../images/fw/sj.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	right: -26%;
	top: 50%;
	margin-top: -11px;
}

.fwMain .section10 .box .item .cur:before {
	content: '';
	display: block;
	width: 1px;
	height: 2.7vw;
	background-color: #e60213;
	position: absolute;
	left: 50%;
	bottom: -2.7vw;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section10 .box .item.active .cur:before {
	opacity: 1;
	visibility: visible;
}

.fwMain .section10 .box .item:hover .cur,
.fwMain .section10 .box .item.active .cur {
	background-color: #e60213;
	border-color: #e60213;
}

.fwMain .section10 .box .item:hover .cur h3,
.fwMain .section10 .box .item:hover .cur span,
.fwMain .section10 .box .item.active .cur h3,
.fwMain .section10 .box .item.active .cur span {
	color: #ffffff;
}

.fwMain .section10 .box .item .con {
	border-top: 1px solid #e60213;
	position: absolute;
	left: 0;
	top: 9.3vw;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section10 .box .item .con p {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.fwMain .section10 .box .item .con p span {
	display: inline-block;
	margin-left: 30px;
}

.fwMain .section10 .box .item.active .con {
	opacity: 1;
	visibility: visible;
}

.fwMain .section10 .box .item:last-child .cur:after {
	display: none;
}

.fwMain .section11 {
	background-image: url(../images/fw/img9.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fwMain .section11 .box {
	position: relative;
}

.fwMain .section11 .items {
	font-size: 0;
}

.fwMain .section11 .item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: relative;
	height: 196px;
	background: #ffffff;
}

.fwMain .section11 .item .pic {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

.fwMain .section11 .item .pic .img {
	width: 100%;
	height: 100%;
	background-image: url(../images/fw/img10.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section11 .item .pic:hover .img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.fwMain .section11 .item .text {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.fwMain .section11 .item .text h3 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

.fwMain .section11 .item .text p {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-top: 8px;
}

.fwMain .section11 .item:nth-child(3) .pic,
.fwMain .section11 .item:nth-child(4) .pic,
.fwMain .section11 .item:nth-child(7) .pic {
	right: inherit;
	left: 0;
}

.fwMain .section11 .item:nth-child(3) .text,
.fwMain .section11 .item:nth-child(4) .text,
.fwMain .section11 .item:nth-child(7) .text {
	left: inherit;
	right: 0;
}

.fwMain .section11 .tit {
	position: absolute;
	right: 0;
	bottom: 34px;
	width: 50%;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.fwMain .section12 .items {
	display: flex;
	font-size: 0;
	justify-content: space-between;
	margin-top: 50px;
}

.fwMain .section12 .item {
	background: #ffffff;
	width: 23.5%;
	box-shadow: 5px 0 16px rgba(0, 0, 0, .1);
	padding: 40px 0 27px;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section12 .item img {
	display: block;
	width: 140px;
	margin: 0 auto 18px;
}

.fwMain .section12 .item h3 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
}

.fwMain .section12 .item p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.fwMain .section12 .item:hover {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}

.fwMain .section13 .box {
	overflow: hidden;
}

.fwMain .section13 .box .left {
	float: left;
	width: 40.2%;
	overflow: hidden;
}

.fwMain .section13 .box .left img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.fwMain .section13 .box .left:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.fwMain .section13 .box .right {
	float: right;
	width: 55%;
}

.fwMain .section13 .box .right h3 {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.fwMain .section13 .box .right .tit {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	padding: 0 20px 0 10px;
	font-weight: bold;
	background: #e60213;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	display: inline-block;
	margin-bottom: 16px;
	margin-top: 27px;
}

.fwMain .section13 .box .right p {
	font-size: 20px;
	color: #666666;
	line-height: 32px;
}

.fwMain .section13 .box .right p span {
	color: #e60213;
	font-weight: bold;
}

.commSection2 {
	padding-bottom: 60px;
}

.commSection2 .wrap {
	margin-top: -66px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	padding: 28px 35px 35px 35px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .04);
	max-width: 1400px;
}

.newsMain .section2 {
	padding: 44px 60px 0;
}

.newsMain .section2 .item {
	overflow: hidden;
	background: #ffffff;
	padding: 30px 0;
	border-bottom: 1px dashed #e6e6e6;
}

.newsMain .section2 .item .pic {
	width: 32.7%;
	float: left;
	overflow: hidden;
}

.newsMain .section2 .item .pic img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.newsMain .section2 .item .pic:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.newsMain .section2 .item .text_block {
	float: right;
	width: 67.3%;
	padding: 10px 40px;
}

.newsMain .section2 .item .text_block h3 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsMain .section2 .item .text_block p {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
	margin-top: 25px;
}

.newsMain .section2 .item .text_block span {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	font-weight: bold;
	padding-left: 26px;
	background-image: url(../images/news/time.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-top: 30px;
}

.newsMain .section2 .bot,
.newsMain .section4 .bot {
	overflow: hidden;
	padding: 38px 0 35px 5px;
}

.newsMain .section2 .pages,
.newsMain .section4 .pages {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}

.pages a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	text-align: center;
	border: 1px solid #e3e3e3;
	min-width: 46px;
	padding: 0 14px;
	margin: 0 4px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pages a:hover,
.pages a.on {
	background-color: #0c76c8;
	border-color: #0c76c8;
	color: #ffffff;
}

.newsMain .section2 .right,
.newsMain .section4 .right {
	float: right;
}

.newsMain .section2 .right .prev,
.newsMain .section4 .right .prev {
	width: 30px;
	height: 30px;
	background-color: #e0e0e0;
	background-image: url(../images/news/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.newsMain .section2 .right .next,
.newsMain .section4 .right .next {
	width: 30px;
	height: 30px;
	background-color: #e0e0e0;
	background-image: url(../images/news/next.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.pages div.active {
	color: #0c76c8
}

.pages div {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	text-align: center;
	border: 1px solid #e3e3e3;
	min-width: 46px;
	padding: 0 14px;
	margin: 0 4px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer
}

.pages div:hover,
.pages div.active {
	background-color: #0c76c8;
	border-color: #0c76c8;
	color: #ffffff;
}

.newsMain .section2 .right .prev:hover,
.newsMain .section2 .right .next:hover,
.newsMain .section4 .right .prev:hover,
.newsMain .section4 .right .next:hover {
	background-color: #e60213;
}

.newsMain .section3 {
	padding-top: 60px;
}

.newsMain .section3 .wrap {
	margin-top: 0;
	padding: 15px 64px;
	width: 1324px;
}

.newsDel {
	background-color: #ffffff;
	padding: 0 22px 40px;
}

.newsTit {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.newsTit h3 {
	font-size: 22px;
	color: #333333;
	line-height: 38px;
	width: 70%;
	float: left;
	text-align: left;
	font-weight: normal;
}

.newsTit h3 em {
	font-size: 18px;
	color: #666666;
	font-style: normal;
	text-transform: uppercase;
}

.newsTit span {
	float: right;
	display: block;
	font-size: 16px;
	color: #616161;
	line-height: 30px;
	display: inline-block;
	padding-left: 26px;
	background-image: url(../images/news/time.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.newsDel .tit {
	padding-top: 30px;
}

.newsDel .tit h1 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}

.newsDel .con {
	font-size: 16px;
	color: #616161;
	line-height: 1.7;
	padding: 20px 0 40px;
}

.newsDel .con img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
}

.newsDel .page a {
	font-size: 16px;
	color: #616161;
	line-height: 34px;
	padding: 5px 0 5px 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	background-size: 24px auto;
}

.newsDel .page a.prev {
	background-image: url(../images/news/prev2.png);
	border-bottom: 2px dashed #efefef;
}

.newsDel .page a.next {
	background-image: url(../images/news/next2.png);
}

.newsDel .page a.prev:hover {
	background-image: url(../images/news/prev2_hover.png);
}

.newsDel .page a.next:hover {
	background-image: url(../images/news/next2_hover.png);
}

.newsDel .page a:hover {
	font-weight: bold;
	color: #e60213;
}

.newsMain .section4 .items {
	font-size: 0;
	margin: 0 -1%;
	padding: 40px 0 30px;
}

.newsMain .section4 .items .item {
	display: inline-block;
	vertical-align: top;
	width: 31.33%;
	margin: 1%;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.newsMain .section4 .items .item .pic {
	overflow: hidden;
	position: relative;
}

.newsMain .section4 .items .item img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.newsMain .section4 .items .item i {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/news/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -30px auto 0;
	z-index: 2;
}

.newsMain .section4 .items .item .pic:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
}

.newsMain .section4 .items .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.newsMain .section4 .items .item p {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0;
}

.newsMain .section4 .items .item:hover p {
	color: #e60213;
}

.tcBox {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.tcBox .box {
	max-width: 80vw;
	height: 75vh;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #ffffff;
}

.tcBox .box img {
	display: block;
	height: 100%;
}

.tcBox .box .close {
	width: 36px;
	height: 36px;
	cursor: pointer;
	background-image: url(../images/common/close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	right: -56px;
	top: -44px;
}

.tcBox .box video {
	display: block;
	height: 100%;
}






.abMain .section1 {
	padding: 38px 60px;
}

.abMain .section1 .tit {
	text-align: center;
}

.abMain .section1 .tit img {
	display: block;
	width: 174px;
	margin: 0 auto;
}

.abMain .section1 .tit p {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: 15px;
}

.abMain .section1 .form {
	margin-top: 55px;
}

.abMain .section1 .form .block {
	margin-bottom: 48px;
}

.abMain .section1 .form .block .lable {
	position: relative;
	padding-left: 212px;
	width: 43.4%;
}

.abMain .section1 .form .block span {
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	padding-left: 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.abMain .section1 .form .block span em {
	color: #e60213;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.abMain .section1 .form .block .lable input {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
}

.abMain .section1 .form .block .lable select {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 40px;
	padding: 0 18px;
	background-image: url(../images/common/xl.png);
	background-repeat: no-repeat;
	background-position: 94% center;
}

.abMain .section1 .form .block .lable2 textarea {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 200px;
	padding: 10px 18px;
}

.abMain .section1 .form .block .lable2 {
	width: 100%;
}

.abMain .section1 .form .radio1 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	margin-left: 34px;
}

.abMain .section1 .form .radio1 input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.abMain .section1 .form .radio1 i {
	width: 22px;
	height: 22px;
	background-image: url(../images/gouche/dx.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

.abMain .section1 .form .radio1.active i {
	background-image: url(../images/gouche/dxOn.png);
}

.abMain .section1 .items {
	font-size: 0;
	margin: 30px 0 38px 0;
}

.abMain .section1 .item {
	display: inline-block;
	vertical-align: top;
	width: 29.33%;
	margin-right: 5%;
	background: #f9f9f9;
	padding: 0 25px 0 28px;
	border-radius: 5px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section1 .item:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.abMain .section1 .item:last-child {
	margin-right: 0;
}

.abMain .section1 .item .top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #cccccc;
	padding: 25px 0 15px;
}

.abMain .section1 .item h4 {
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
}

.abMain .section1 .item h3 {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	font-weight: normal;
}

.abMain .section1 .item img {
	display: block;
	width: 40px;
	height: 40px;
}

.abMain .section1 .item .bot {
	padding: 16px 0;
}

.abMain .section1 .item p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	height: 52px;
}

.abMain .section1 .tj {
	width: 180px;
	height: 48px;
	font-size: 24px;
	color: #ffffff;
	line-height: 48px;
	background: #e60213;
	text-align: center;
	margin: 10px auto 0 auto;
	border-radius: 40px;
	display: block;
	border: 0;
	cursor: pointer;
}

.abMain .section1 .tj:hover {
	background: #c10311;
}

.baiduMap2 {
	width: 100%;
	height: 560px;
}

.baiduMap2 .map_content {
	text-align: center;
}

.baiduMap2 .BMap_bubble_title {
	font-weight: bold;
	font-size: 18px;
}

.baiduMap2 .map_content p {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.abMain .section2 {
	padding: 60px;
}

.abMain .section2 .box {
	position: relative;
}

.abMain .section2 .box .pic {
	width: 50%;
	overflow: hidden;
}

.abMain .section2 .box .pic img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section2 .box .pic:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.abMain .section2 .box .right {
	width: 55%;
	height: 70%;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #eeeeee;
	padding: 70px 40px 80px 65px;
	background: #ffffff;
}

.abMain .section2 .box .right h3 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 35px;
}

.abMain .section2 .box .right p {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}

.abMain .section2 .box .img {
	position: absolute;
	right: -96px;
	top: 15px;
	width: 61%;
}

.abMain .section2 .box .img img {
	display: block;
	width: 100%;
}

.abMain .section3 {
	background-image: url(../images/about/img2.jpg);
	background-repeat: no-reprowLengtheat;
	background-position: center;
	background-size: cover;
	padding: 48px 0;
}

.abMain .section3 .tit {
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 48px;
}

.abMain .section3 .tit:after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background: #ffffff;
	border-radius: 3px;
	position: absolute;
	right: 0;
	bottom: -2px;
}

.abMain .section3 .box {
	overflow: hidden;
}

.abMain .section3 .box .left {
	float: left;
	width: 20%;
	height: 350px;
	border-right: 1px solid #999999;
	padding-right: 40px;
	padding-top: 10px;
}

.abMain .section3 .box .left:before {
	content: '';
	display: block;
	width: 99px;
	height: 23px;
	background-image: url(../images/about/bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 8px;
	left: -53px;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.abMain .section3 .box .left:after {
	content: '';
	display: block;
	width: 99px;
	height: 23px;
	background-image: url(../images/about/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 10px;
	left: -53px;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.abMain .section3 .box .left .item {
	margin: 15px 0;
}

.abMain .section3 .box .left span {
	font-size: 20px;
	color: #ffffff;
	line-height: 44px;
	background: transparent;
	display: block;
	text-align: center;
}

.abMain .section3 .box .left .item.slick-current span {
	background: #e60213;
}

.abMain .section3 .box .right {
	float: right;
	width: 80%;
	padding-left: 40px;
}

.abMain .section3 .box .right h3 {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 30px;
}

.abMain .section3 .box .right p {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}

.abMain .section3 .box .right .aImg {
	font-size: 0;
	margin-top: 30px;
}

.abMain .section3 .box .right .aImg img {
	display: inline-block;
	vertical-align: middle;
	width: 47%;
	margin-right: 5%;
}

.abMain .section3 .box .right .aImg img:nth-child(even) {
	margin-right: 0;
}

.abMain .section4 .commTit p {
	font-size: 24px;
	margin-top: 27px;
}

.abMain .section4 .box {
	overflow: hidden;
}

.abMain .section4 .box .left {
	overflow: hidden;
	position: relative;
	width: 68.3%;
	float: left;
}

.abMain .section4 .box .left img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section4 .box .left:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.abMain .section4 .box .left p {
	font-size: 24px;
	color: #ffffff;
	line-height: 80px;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0;
	bottom: 0;
}

.abMain .section4 .box .right {
	float: right;
	width: 29.2%;
}

.abMain .section4 .box .right .item {
	position: relative;
	margin-bottom: 8%;
	overflow: hidden;
}

.abMain .section4 .box .right .item img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section4 .box .right .item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.abMain .section4 .box .right .item p {
	font-size: 20px;
	color: #ffffff;
	line-height: 48px;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0;
	bottom: 0;
}

.abMain .section5 .item {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.abMain .section5 .item .left {
	width: 56%;
	float: left;
	overflow: hidden;
}

.abMain .section5 .item .left img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section5 .item .left:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.abMain .section5 .item .right {
	float: right;
	width: 42%;
	background: #ffffff;
	position: relative;
	padding: 20px 45px;
	border: 1px solid #cdcdcd;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.abMain .section5 .item .right h3 {
	font-size: 36px;
	color: #000000;
	line-height: 40px;
	text-align: center;
	margin-bottom: 35px;
}

.abMain .section5 .item .right p {
	font-size: 30px;
	color: #666666;
	line-height: 42px;
	padding-left: 48px;
	background-image: url(../images/about/dui.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-bottom: 23px;
}

.abMain .section5 .item .right .num {
	display: block;
	width: 87px;
	position: absolute;
	right: 25px;
	bottom: 22px;
}

.abMain .section5 .item:nth-child(even) .left {
	float: right;
}

.abMain .section5 .item:nth-child(even) .right {
	right: inherit;
	left: 0;
}

.abMain .section6 {
	padding: 60px;
}

.abMain .section6 .box {
	position: relative;
}

.abMain .section6 .box .pic {
	width: 52%;
	overflow: hidden;
}

.abMain .section6 .box .pic img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section6 .box .pic:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.abMain .section6 .box .right {
	width: 58%;
	background: #ffffff;
	height: 90%;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 20px 35px 20px 40px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .14);
}

.abMain .section6 .box .img {
	position: absolute;
	right: -50px;
	top: -36px;
	width: 24.5%;
}

.abMain .section6 .box .img img {
	display: block;
	width: 100%;
}

.abMain .section6 .box .block {
	padding-left: 94px;
	position: relative;
	margin-bottom: 25px;
}

.abMain .section6 .box .block h3 {
	font-size: 20px;
	color: #e60213;
	position: absolute;
	left: 0;
	top: 0;
}

.abMain .section6 .box .block h3 img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-right: 6px;
}

.abMain .section6 .box .block p {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}

.abMain .section6 .box .block:last-child {
	margin-bottom: 0;
}

.abMain .section7 {
	background-image: url(../images/about/img12.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 400px;
}

.abMain .section7 img {
	display: block;
	width: 313px;
	margin: 0 auto 25px;
}

.abMain .section7 p {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

.abMain .section7 .cell_box {
	height: 100%;
}

.abMain .section8 {
	padding-bottom: 60px;
}

.abMain .section8 .box {
	position: relative;
}

.abMain .section8 .box .left {
	width: 31%;
	height: 109%;
	background-image: url(../images/about/bg3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 10.5%;
}

.abMain .section8 .box .left .img1 {
	display: block;
	width: 84%;
	margin: 0 auto;
}

.abMain .section8 .box .left .img2 {
	display: block;
	width: 75%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.abMain .section8 .box .left p {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.abMain .section8 .box .items {
	float: right;
	width: 65%;
	font-size: 0;
}

.abMain .section8 .box .item {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 3%;
	margin-top: 3%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .12);
	position: relative;
	height: 290px;
	overflow: hidden;
	text-align: center;
	padding: 25px 25px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section8 .box .item:hover {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}

.abMain .section8 .box .item .img1 {
	display: block;
	width: 151px;
	position: absolute;
	right: -24px;
	bottom: -18px;
}

.abMain .section8 .box .item h3 {
	font-size: 22px;
	color: #e60213;
	line-height: 30px;
	margin-bottom: 12px;
}

.abMain .section8 .box .item p {
	font-size: 20px;
	color: #666666;
	line-height: 30px;
}

.abMain .section8 .box .item:nth-child(even) {
	margin-right: 0;
}

.abMain .section9 .tit {
	text-align: center;
	margin: 0 auto;
	width: 40%;
}

.abMain .section9 .tit img {
	display: block;
	width: 100%;
}

.abMain .section9 .items {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.abMain .section9 .item {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 2%;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dde3ea;
	padding: 48px 25px 15px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.abMain .section9 .item:last-child {
	margin-right: 0;
}

.abMain .section9 .item img {
	display: block;
	width: 61px;
	margin-bottom: 35px;
}

.abMain .section9 .item h3 {
	font-size: 18px;
	color: #e60213;
	line-height: 30px;
}

.abMain .section9 .item p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}

.abMain .section9 .item:hover {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}

.abMain .section10 {
	background-image: url(../images/about/img13.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 475px;
	position: relative;
	overflow: hidden;
}

.abMain .section10 .wrap {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.abMain .section10 .block {
	background-color: rgba(0, 0, 0, .7);
	width: 480px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.abMain .section10 .block img {
	display: block;
	width: 68px;
	margin: 0 auto;
}

.abMain .section10 .block h3 {
	font-size: 46px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal;
	margin: 25px 0 40px;
}

.abMain .section10 .block p {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	padding: 10px 0;
}


/*在线预订*/
.dgMain .section1 {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 47px 0 25px;
	height: calc(100vh - 80px);
}

.dgMain .section1 .commTit {
	margin-bottom: 30px;
}

.dgMain .section1 .left {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100vw - 680px);
	background-image: url(../images/poduct/yyImg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.dgMain .section1 .right {
	width: 680px;
	height: 100%;
	padding: 0 60px;
}

.dgMain .section1 .form {
	position: relative;
	z-index: 1;
}

.dgMain .section1 .form .block {
	margin-bottom: 32px;
	padding-left: 130px;
	position: relative;
}

.dgMain .section1 .form .block .lable {
	width: 42%;
}

.dgMain .section1 .form .block span {
	font-size: 22px;
	color: #282828;
	line-height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.dgMain .section1 .form .block .lable input {
	font-size: 20px;
	color: #282828;
	line-height: 42px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 42px;
	padding: 0 18px;
}

.dgMain .section1 .form .block .lable2 textarea {
	font-size: 20px;
	color: #282828;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 130px;
	padding: 10px 18px;
}

.dgMain .section1 .form .block .lable2 {
	width: 100%;
}

.dgMain .section1 .tj {
	width: 198px;
	height: 48px;
	font-size: 20px;
	color: #282828;
	line-height: 48px;
	text-align: center;
	margin: 60px auto 0 auto;
	display: block;
	border: 1px solid #282828;
	cursor: pointer;
	background: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.dgMain .section1 .tj:hover {
	background: #e60213;
	color: #ffffff;
	border-color: #0c76c8;
}

.dgMain .section1 .form .select {
	width: 47%;
}

.dgMain .section1 .form select {
	font-size: 20px;
	color: #282828;
	line-height: 42px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 42px;
	padding: 0 18px;
	background-color: transparent;
	background-image: url(../images/common/xl.png);
	background-repeat: no-repeat;
	background-position: 94% center;
}

.dgMain .section1 .form .lable2 select {
	background-position: 97.5% center;
}

.dgMain .section1 .form .yzmsrk {
	float: left;
	width: 57%;
}

.dgMain .section1 .form .yzmsrk input {
	font-size: 20px;
	color: #282828;
	line-height: 42px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 42px;
	padding: 0 14px;
}

.dgMain .section1 .form .yzmsrk input::-webkit-input-safebox-button {
	display: none;
	/*去掉搜狗浏览器密码软盘*/
}

.dgMain .section1 .form .m_ce4,
.dgMain .section1 .form .m_c333 {
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	background: #e60213;
	text-align: center;
	width: 39%;
	border-radius: 5px;
	display: block;
	float: right;
}

.dgMain .section1 .form .m_ce4 em,
.dgMain .section1 .form .m_c333 em {
	font-style: normal;
}

.dgMain .section1 .form .yzmLi {
	width: 56%;
}

.dgMain .section1 .fkBox {
	font-size: 0;
	display: flex;
	justify-content: space-between;
}

.dgMain .section1 .fkBox .fk {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #666666;
	line-height: 42px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 45%;
	text-align: center;
	cursor: pointer;
}

.dgMain .section1 .fkBox .fk.active {
	background-color: #e60213;
	border-color: #e60213;
	color: #ffffff;
}

.dgMain .section1 .form .radioBox {
	display: flex;
	justify-content: space-between;
}

.dgMain .section1 .form .radioY {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	color: #282828;
	line-height: 42px;
	cursor: pointer;
}

.dgMain .section1 .form .radioY input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.dgMain .section1 .form .radioY i {
	width: 22px;
	height: 22px;
	background-image: url(../images/common/dx2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.dgMain .section1 .form .radioY.active i {
	background-image: url(../images/common/dxOn2.png);
}

.loadecon {
	margin: 60px 0;
}

.loadeBox {
	position: relative;
	background-color: white;
	width: 100%;
	height: 40px;
}

.bar {
	width: 100%;
	height: 10px;
	background-color: #f2f2f2;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 30px;
	margin-top: -5px;
}

.radio {
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: rgb(77, 224, 224);
	position: absolute;
}

.bigRadio {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: -4.5px;
	left: -5px;
	background-image: url(../images/common/dxOn2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 2;
}

.loading {
	height: 100%;
	background-color: royalblue;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
}

.title {
	font-size: 18px;
	color: #0c76c8;
	line-height: 24px;
	position: absolute;
	top: -40px;
	left: -5px;
}

.bfb1 {
	font-size: 18px;
	color: #282828;
	line-height: 24px;
	position: absolute;
	left: -4px;
	bottom: -26px;
}

.bfb2 {
	font-size: 18px;
	color: #282828;
	line-height: 24px;
	position: absolute;
	right: -4px;
	bottom: -26px;
}



@media only screen and (max-width: 1710px) {
	.proNav .fxBox span {
		font-size: 26px;
	}

	.proNav ul li a {
		font-size: 18px;
		padding: 0 28px;
	}
}



@media only screen and (max-width: 1600px) {
	.abMain .section2 .box .right h3 {
		font-size: 22px;
		margin-bottom: 24px;
	}

	.abMain .section2 .box .right p {
		font-size: 16px;
		line-height: 30px;
	}

	.fwMain .section10 .box .item .cur h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.fwMain .section10 .box .item .con p {
		font-size: 14px;
	}

	.proNav .aBox {
		margin-top: 26px;
	}

	.proNav .aBox a {
		font-size: 18px;
		line-height: 48px;
		width: 170px;
		margin-left: 25px;
	}

	.proMain .section7 .top .lable2 {
		margin-right: 0;
	}

	.proMain .section7 .top .lable2 .select {
		width: 70%;
	}

	.proMain .section7 .top .lable {
		width: 63%;
	}

	.proMain .section7 .top .lable2 {
		width: 30%;
	}

	.abMain .section6 .box .block {
		margin-bottom: 20px;
	}

	.abMain .section6 .box .block h3 {
		font-size: 18px;
	}

	.abMain .section6 .box .block p {
		font-size: 16px;
		line-height: 24px;
	}

	.abMain .section1 .tit p {
		font-size: 18px;
	}

	.commSection1 .simgSlick img {
		height: 110px;
	}
}

@media only screen and (max-width: 1440px) {
	.commSection1 .tabTit span {
		font-size: 20px;
		line-height: 56px;
	}

	.commSection1 .simgSlick span {
		font-size: 18px;
		line-height: 28px;
	}

	.commSection1 .simgSlick img {
		height: 100px;
	}

	.commSection1 .box .tit {
		font-size: 38px;
		right: -34%;
	}

	.indexMain .section4 .tabTit span {
		font-size: 20px;
		line-height: 42px;
		width: 176px;
		margin: 0 20px;
	}

	.indexMain .section4 .con .left .pic span {
		font-size: 30px;
		line-height: 60px;
		padding: 0 20px;
	}

	.indexMain .section4 .con .left .text h3 {
		font-size: 22px;
	}

	.indexMain .section4 .con .left .text p {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
		margin-top: 14px;
	}

	.indexMain .section4 .con .right .top .item h3 {
		font-size: 20px;
		line-height: 58px;
	}

	.indexMain .section4 .con .right ul li a {
		font-size: 18px;
		line-height: 62px;
	}

	.abMain .section6 {
		padding: 40px 60px;
	}

	.abMain .section6 .box .block {
		padding-left: 82px;
		margin-bottom: 15px;
	}

	.abMain .section7 img {
		width: 300px;
	}

	.abMain .section7 p {
		font-size: 18px;
	}

	.abMain .section8 .box .item {
		height: 270px;
	}

	.abMain .section8 .box .item h3 {
		font-size: 20px;
	}

	.abMain .section8 .box .item p {
		font-size: 18px;
	}

	.abMain .section9 .tit {
		width: 34%;
	}

	.abMain .section9 .item img {
		width: 56px;
		margin-bottom: 20px;
	}

	.abMain .section9 .item h3 {
		font-size: 16px;
	}

	.abMain .section9 .item p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 6px;
	}

	.abMain .section10 .block img {
		width: 60px;
	}

	.abMain .section10 .block h3 {
		font-size: 40px;
		margin: 22px 0 30px;
	}

	.abMain .section10 .block p {
		font-size: 22px;
		line-height: 26px;
	}

	.abMain .section10 .block {
		width: 425px;
	}

	.abMain .section10 {
		height: 432px;
	}

	.abMain .section2 .box .right {
		padding-top: 45px;
	}

	.abMain .section3 .tit {
		font-size: 26px;
	}

	.abMain .section3 .box .right h3 {
		font-size: 22px;
	}

	.abMain .section3 .box .right p {
		font-size: 18px;
	}

	.abMain .section4 .commTit p {
		font-size: 22px;
		margin-top: 20px;
	}

	.abMain .section4 .box .left p {
		font-size: 22px;
		line-height: 74px;
	}

	.abMain .section4 .box .right .item p {
		font-size: 18px;
		line-height: 44px;
	}

	.abMain .section5 .item .right h3 {
		font-size: 30px;
	}

	.abMain .section5 .item .right p {
		font-size: 22px;
		line-height: 34px;
		padding-left: 42px;
		background-position: left 7px;
	}

	.abMain .section1 .tit img {
		width: 150px;
	}

	.abMain .section1 .tit p {
		font-size: 16px;
		line-height: 28px;
	}

	.abMain .section1 .form .block,
	.gcMain .section3 .form .block,
	.gcMain .section2 .form .block {
		margin-bottom: 40px;
	}

	.abMain .section1 .form .block span,
	.gcMain .section3 .form .block span,
	.gcMain .section2 .form .block span {
		font-size: 18px;
	}

	.abMain .section1 .form .block .lable input,
	.gcMain .section3 .form .block .lable input,
	.gcMain .section2 .form .block .lable input {
		font-size: 16px;
	}

	.abMain .section1 .form .radio,
	.gcMain .section3 .form .radio,
	.gcMain .section2 .form .radio {
		font-size: 18px;
	}

	.abMain .section1 .form .block .lable select,
	.gcMain .section3 .form .block .lable select,
	.gcMain .section2 .form .block .lable select {
		font-size: 16px;
	}

	.abMain .section1 .form .block .lable2 textarea,
	.gcMain .section3 .form .block .lable2 textarea,
	.gcMain .section2 .form .block .lable2 textarea {
		font-size: 16px;
	}

	.abMain .section1 .tj,
	.gcMain .section3 .tj,
	.gcMain .section2 .tj {
		font-size: 20px;
		height: 44px;
		line-height: 44px;
	}

	.fwMain .section7 .box .left .con p {
		font-size: 16px;
	}

	.fwMain .section8 .box .item h3 {
		font-size: 18px;
	}

	.fwMain .section8 .box .item p {
		font-size: 16px;
	}

	.fwMain .section8 .box .item i {
		width: 78px;
		height: 78px;
	}

	.fwMain .section8 .box .item {
		padding-left: 100px;
		width: 475px;
	}

	.fwMain .section9 .box .tit h3 {
		font-size: 30px;
	}

	.fwMain .section9 .box .tit span {
		font-size: 22px;
	}

	.fwMain .section9 .box .item .pic .cell_box .cell {
		font-size: 18px;
	}

	.fwMain .section9 .box .item .block h3 {
		font-size: 18px;
	}

	.fwMain .section9 .box .item .block p {
		font-size: 14px;
		line-height: 24px;
	}

	.fwMain .section11 .item .text h3 {
		font-size: 18px;
	}

	.fwMain .section11 .item .text p {
		font-size: 14px;
		line-height: 24px;
	}

	.fwMain .section11 .tit {
		font-size: 20px;
		line-height: 34px;
		bottom: 48px;
	}

	.fwMain .section12 .item img {
		width: 120px;
		margin-bottom: 10px;
	}

	.fwMain .section12 .item h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.fwMain .section12 .item p {
		font-size: 14px;
	}

	.fwMain .section13 .box .right h3 {
		font-size: 20px;
		line-height: 32px;
	}

	.fwMain .section13 .box .right .tit {
		font-size: 14px;
	}

	.fwMain .section13 .box .right p {
		font-size: 18px;
		line-height: 28px;
	}

	.gcMain .section1 .top span {
		font-size: 16px;
	}

	.gcMain .section1 .top select {
		font-size: 14px;
	}

	.gcMain .section1 .form2 input {
		font-size: 14px;
	}

	.gcMain .section1 .box .right .tit {
		font-size: 18px;
		padding: 12px 0;
	}

	.fwMain .section1 .items .item i {
		width: 110px;
		height: 110px;
		background-size: 74px auto;
	}

	.fwMain .section1 .items .item h3 {
		font-size: 22px;
		margin-top: 15px;
	}

	.fwMain .section1 .items .item p {
		margin-top: 15px;
	}

	.fwMain .section2 .right {
		padding-top: 35px;
	}

	.fwMain .section2 .right img {
		width: 164px;
	}

	.fwMain .section2 .right h3 {
		font-size: 30px;
		line-height: 48px;
	}

	.fwMain .section2 .right p {
		font-size: 18px;
		line-height: 38px;
	}

	.fwMain .section2 .right .bot {
		margin-top: 32px;
	}

	.gcMain .section2 .form {
		margin-top: 45px;
	}

	.fwMain .section3 .item i {
		width: 110px;
		height: 110px;
		background-size: 74px auto;
	}

	.fwMain .section3 .item h3 {
		font-size: 22px;
		margin-top: 15px;
	}

	.fwMain .section3 .item p {
		margin-top: 15px;
	}

	.fwMain .section4 .text h3 {
		font-size: 32px;
	}

	.gcMain .section3 .tit h3 {
		font-size: 30px;
	}

	.gcMain .section3 .tit p {
		font-size: 20px;
		margin-top: 16px;
	}

	.newsMain .section2 .item .text_block h3 {
		font-size: 18px;
	}

	.newsMain .section2 .item .text_block p {
		font-size: 16px;
		line-height: 26px;
		margin-top: 15px;
		height: 52px;
	}

	.newsMain .section2 .item .text_block span {
		font-size: 14px;
	}

	.pages a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}

	.proMain .section1 .box h3 {
		font-size: 58px;
	}

	.proMain .section1 .box p {
		font-size: 26px;
		line-height: 48px;
	}

	.proMain .section1 .box a {
		font-size: 16px;
		line-height: 42px;
		width: 142px;
	}

	.proMain .section2 .right {
		width: 620px;
	}

	.proMain .section2 .form .block .lable {
		padding-left: 100px;
	}

	.proMain .section2 .form .block span {
		font-size: 18px;
	}

	.proMain .section2 .form .block .lable select {
		font-size: 16px;
	}

	.proMain .section2 .form .block {
		margin-bottom: 20px;
	}

	.proMain .section2 .form .radio {
		font-size: 16px;
	}

	.proMain .section2 .form .block .lable input {
		font-size: 16px;
	}

	.proMain .section2 .tj {
		font-size: 20px;
		line-height: 42px;
		height: 42px;
	}

	.proMain .section2 .form {
		margin-top: 0;
	}

	.proMain .section2 {
		height: calc(100vh - 70px);
	}

	.proNav {
		top: 80px;
	}

	.proNav .fxBox span {
		font-size: 22px;
		line-height: 80px;
	}

	.proNav .fxBox dl a {
		font-size: 16px;
		line-height: 50px;
	}

	.proNav ul li a {
		font-size: 16px;
		padding: 0 20px;
		line-height: 80px;
	}

	.proNav .aBox {
		margin-top: 21px;
	}

	.proNav .aBox a {
		font-size: 16px;
		line-height: 38px;
		width: 130px;
		margin-left: 18px;
	}

	.proMain .section4 .block {
		width: 640px;
	}

	.proMain .section4 .block h3 {
		font-size: 28px;
	}

	.proMain .section4 .block p {
		font-size: 16px;
		line-height: 28px;
	}

	.proMain .section4 .block i {
		margin: 30px 0 26px 0;
	}

	.proMain .section5 .slick-arrow {
		width: 46px;
		height: 46px;
		background-size: 12px auto;
	}

	.proMain .section5 .slick-next {
		left: 70px;
	}

	.proMain .section8 .items1 .item span {
		font-size: 18px;
	}

	.proMain .section8 .items2 .item {
		font-size: 14px;
	}

	.proMain .section8 .items2 .item span {
		font-size: 14px;
	}

	.proMain .section7 .top .lable2 {
		margin-right: 0;
	}

	.proMain .section7 .top .lable2 .select {
		width: 70%;
	}

	.proMain .section10 .right h2 {
		font-size: 26px;
	}

	.proMain .section10 .right .bot .tel img {
		width: 66px;
	}

	.proMain .section10 .right .bot .tel span {
		font-size: 20px;
	}

	.proMain .section10 .right .bot .tel h4 {
		font-size: 32px;
	}

	.proMain .section10 .right .bot .tel {
		padding-left: 82px;
	}

	.proMain .section10 .right .bot .aBox a {
		font-size: 16px;
		line-height: 46px;
	}

	.dgMain .section1 {
		overflow: hidden;
		width: 100%;
		position: relative;
		padding: 47px 0 25px;
		height: calc(100vh - 70px);
	}

	.dgMain .section1 .tj {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1366px) {
	.gcMain .section1 .form2 input {
		width: 250px;
	}

	.proMain .section7 .top .select {
		width: 34%;
	}

	.proMain .section7 .top .lable {
		width: 62%;
		margin-right: 0;
	}

	.proMain .section7 .top .lable2 {
		width: 35%;
	}

	.abMain .section6 .box .block {
		margin-bottom: 8px;
		padding-left: 76px;
	}

	.abMain .section6 .box .block p {
		font-size: 14px;
	}

	.abMain .section6 .box .block h3 {
		font-size: 16px;
		top: 2px;
	}

}
