﻿/* CSS Document*/


.in_banner {
	height: 100vh !important;
	background-color: rgb(34, 31, 52);
	transition: 1s background-color 1.3s;
	z-index: 0;
}

.in_banner .swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.in_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.in_banner .title {
	transition-delay: 1s;
	z-index: 10;
	padding: 0px 100px;
	width: 100%;
}

.in_banner .title h3 {
	font-weight: normal;
	font-size: 3.6vw;
	letter-spacing: -2px;
	color: rgba(255, 255, 255, 1);
}

.in_banner .title h3 strong {
	color: #c73041;
	padding-right: 10px;
}

.in_banner .title p {
	font-size: 1.8vw;
	letter-spacing: -1px;
	color: rgba(255, 255, 255, 1);
	opacity: 0.6;
	padding-top: 10px;
}

.in_banner .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(0.7, 0.7);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 0.9;
	overflow: hidden;
}

.in_banner .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(50%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}

.in_banner .img-box video{ height: 100%; width: 100%; object-fit: cover;}

.in_banner .swiper-button-prev {
	left: 6vw;
	width: 28px;
	height: 79px;
	background: url(../images/in_button_prev.png) no-repeat;
	background-size: cover;
	opacity: 1;
}

.in_banner .swiper-button-next {
	right: 6vw;
	left: auto;
	width: 28px;
	height: 79px;
	background: url(../images/in_button_next.png) no-repeat;
	opacity: 1;
	background-size: cover;
}

.in_banner .swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}

.in_banner .tsgd {
	position: absolute;
	bottom: 50px;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	z-index: 10;
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 100px;
}

.in_banner .tsgd::before {
	content: '';
	width: 100%;
	height: 20px;
	background: #e53244;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: -1;
}

.in_banner .tsgd::after {
	content: '';
	width: 1px;
	height: 80px;
	background: #e53244;
	position: absolute;
	left: 50%;
	bottom: 0px;
	animation: scrollLine 1.4s cubic-bezier(.25, .46, .45, .94) infinite;
}

@keyframes scrollLine {

	0%,
	100% {
		bottom: 0;
		height: 80px
	}

	25% {
		bottom: 0px;
		height: 60px
	}

	75% {
		bottom: 0px;
		height: 20px
	}
}


.in_banner .swiper-pagination {
	bottom: 10%;
	text-align: left;
	padding-left: 80px;
}

.in_banner .swiper-pagination span {
	color: #fff;
	width: 43px;
	height: 43px;
	background: none;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	opacity: 1;
}

.in_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #c73041;
	position: relative;
}

.in_banner .swiper-pagination .swiper-pagination-bullet-active::after {
	content: '';
	width: 60%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	right: -5px;
	bottom: 5px;
}



.in_banner1{ display: none;}




.in_box {
	background: url(../images/in_bj1.png) no-repeat top center;
	background-size: cover;
}

.in_box1 {
	margin: 0px 100px;
	border-top: 50px solid #e53245;
	margin-top: -50px;
	position: relative;
	z-index: 10;
	border-radius: 30px 30px 0px 0px;
	box-shadow: 0px 6px 10px #ccc;
	box-sizing: border-box;
	padding: 60px;
	background: url(../images/in_box1bj.png) no-repeat right bottom;
	background-size: cover;
	display: flex;
	justify-items: self-start;
	align-items: center;
}

.in_box1 .tel{
	position: absolute;
	top: -40px;
	right: 30px;
	color: #fff;
	font-size: 17px;
}

.in_box1 .tel i{
	margin-right: 5px;
	font-size: 25px;
	vertical-align: middle;
}

.in_box1_l {
	width: 40%;
}

.in_box1_l p {
	font-size: 42px;
	color: #000;
	line-height: 55px;
}

.in_box1_l p strong {
	color: #e53245;
}

.in_box1_ll ul li.on p {
	color: #e53245;
}

.in_box1_l .lx {
	padding-top: 35px;
}

.in_box1_l .lx a {
	max-width: 400px;
	min-width: 300px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	border-radius: 30px;
	text-indent: 15px;
	position: relative;
	overflow: hidden;
}

.in_box1_l .lx a span {
	float: right;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border-radius: 50%;
	margin-top: 8px;
	margin-right: 8px;
	text-indent: 0px;
	text-align: center;
}

.in_box1_l .lx a span i {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.in_box1_l .lx a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #e53245;
	z-index: -2;
}

.in_box1_l .lx a:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #b40c0f;
	z-index: -1;
}

.in_box1_l .lx a:hover:before {
	width: 100%;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}


.in_box1_r {
	width: 60%;
	margin-left: 10%;
	padding-bottom: 45px;
}

.in_box1_r .swiper-slide {
	padding: 0px 10%;
}

.in_box1_r .swiper-slide .bt {
	font-size: 22px;
	color: #333;
	padding-bottom: 20px;
	width: calc(100% - 140px);
}

.in_box1_r .swiper-slide .bt span {
	display: block;
	color: #b40c0f;
	padding-top: 10px;
	font-size: 45px;
}

.in_box1_r .swiper-slide .ljl {
	float: right;
	font-size: 18px;
	color: #333;
	padding-right: 20px;
	position: relative;
}

.in_box1_r .swiper-slide .ljl span {
	color: #b40c0f;
	font-size: 40px;
	display: block;
}


.in_box1_r .swiper-slide image{ display: none;}

.in_box1_r .swiper-slide .ljl::after {
	position: absolute;
	content: '\f0de';
	font-size: 24px;
	color: #b40c0f;
	font-family: FontAwesome;
	right: 0px;
	bottom: 15px;
}

.in_box1_r .swiper-slide .ljl::before {
	position: absolute;
	content: '+';
	color: #b40c0f;
	font-size: 24px;
	right: 0px;
	bottom: 5px;
}

.in_box1_r .swiper-slide .ljl1::before {
	position: absolute;
	content: '%';
	color: #b40c0f;
	font-size: 18px;
	right: 0px;
	bottom: 5px;
}

.in_box1_r .swiper-slide .bt1 {
	font-size: 15px;
	color: #333;
	padding-top: 20px;
}

.in_box1_r .swiper-slide .bt1 span {
	float: right;
}

.in_box1_r .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.in_box1_r .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #ccc;
	cursor: pointer;
}

.in_box1_r .swiper-pagination .swiper-pagination-bullet-active {
	background: #ccc;
	border: 3px solid #333;
	width: 13px;
	height: 13px;
}

.in_box1_r .swiper-button-next,
.in_box1_r .swiper-button-prev {
	width: 23px;
	height: 37px;
	background-size: cover;
}

.in_box1_r .swiper-slide .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation-iteration-count: 1;
	animation-delay: 1s;
}

.in_box1_r .swiper-slide-active .path {
	animation: dash 3s ease-in forwards;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}


.in_box2 {
	margin: 0px 100px;
	padding: 50px 0px;
}

.in_box2 .bt {
	font-size: 27px;
	color: #000;
}

.in_box2 .bt b {
	width: 30px;
	height: 1px;
	background: #b40c0f;
	display: block;
	margin: 5px 0px;
}

.in_box2 .bt p {
	font-size: 14px;
	color: #666;
}

.in_box21 {
	margin-top: 25px;
}

.in_box21 .hd ul {
	display: flex;
	margin: 0px -1.5%;
}

.in_box21 .hd ul li {
	width: 22%;
	margin: 0px 1.5%;
	position: relative;
	transition: all 0.5s ease 0s;
}

.in_box21 .hd ul li.on {
	width: 34%;
	transition: all 0.5s ease 0s;
}

.in_box21 .hd ul li .img {
	width: 90%;
	position: absolute;
	right: -15px;
	top: -5%;
	z-index: 2;
transition: all 0.5s ease 0s;
}

.in_box21 .hd ul li .img img {
	width: 100%;
	height: auto;
	position: absolute;
}

.in_box21 .hd ul li.on .img {
	width: 70%;
	position: absolute;
	right: 0px;
	top: -20%;
	z-index: 2;
transition: all 0.5s ease 0s;
}

.in_box21 .hd ul li.on .img img {
	width: 100%;
	height: auto;
}

.in_box21 .hd ul li .nr {
	height: 310px;
	background: #eee;
	position: relative;
}

.in_box21 .hd ul li.on .nr {
	background: #fff;
	box-shadow: 0px 0px 8px #ccc;
	position: relative;
}

.in_box21 .hd ul li .nr h2 {
	position: absolute;
	z-index: 5;
	padding: 30px;
	width: 300px;
	transition: none;
}

.in_box21 .hd ul li.on .nr h2 {
	transition: none;
}

.in_box21 .hd ul li .nr a {
	display: none;
	transition: all 0.5s ease 0s;
	border: 2px solid #e2070b;
	color: #e2070b;
	font-size: 14px;
	padding: 8px 10px;
	margin: 5px;
}

.in_box21 .hd ul li .nr a:nth-child(3) {
	background: #e2070b;
	color: #fff;
}

.in_box21 .hd ul li .nr a:nth-child(7) {
	background: #e2070b;
	color: #fff;
}

.in_box21 .hd ul li.on .nr a {
	display: inline-block;
	transition: all 0.5s ease 0s;
}

.in_box21 .hd ul li .xbt {
	padding-top: 10px;
	font-size: 16px;
	color: #e2070b;
}

.in_box21 .hd ul li .xbt p {
	color: #666;
	font-size: 13px;
}

.in_boxt {
	height: 690px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.in_boxt::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	;
	z-index: 1;
	background: rgba(0, 0, 0, .2);
}

.in_boxt .video-sign {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.in_boxt .container {
	position: absolute;
	z-index: 2;
	top: 35%;
	left: 15%;
	width: 40%;
	color: #fff;
}

.in_boxt .container h2 {
	font-size: 50px;
	display: block;
}

.in_boxt .container b {
	width: 100px;
	display: block;
	height: 1px;
	background: #fff;
	margin: 25px 0px;
}

.in_boxt .container p {
	display: block;
	font-size: 18px;
	line-height: 35px;
}

.in_boxt .container span {
	padding-top: 30px;
	display: block;
}

.in_boxt .container span a {
	width: 150px;
	display: block;
	float: left;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #e2070b;
	font-size: 16px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.in_boxt .container span a:nth-child(2){background: #e2070b; color: #fff;}

.in_boxt .container span a:hover {
	color: #fff;
}

.in_boxt .container span a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	content: '';
	z-index: -2;
}

.in_boxt .container span a::before {
	width: 0px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e2070b;
	content: '';
	z-index: -1;
}

.in_boxt .container span a:hover::before {
	width: 100%;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}


.in_boxs {
	background: url(../images/in_bj2.png) no-repeat center center;
	background-size: contain;
}

.in_boxs1 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.in_boxs1 .bt {
	font-size: 27px;
	color: #000;
	margin-bottom: 35px;
}

.in_boxs1 .bt b {
	width: 30px;
	height: 1px;
	background: #b40c0f;
	display: block;
	margin: 5px 0px;
}

.in_boxs1 .bt p {
	font-size: 14px;
	color: #666;
}

.in_boxs1 .hd h2 {
	width: 180px;
	height: 50px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	border-radius: 0px;
	background: #fff;
	display: flex;
	margin-top: -10px;
}

.in_boxs1 .hd h2 .dropdown1{ border: 0px;}

.in_boxs1 .hd h2 .dropdown1 dt a{height: 50px; line-height: 50px;}

.in_boxs1 .hd h2 .dropdown1 dt  a span{ text-align: center;}

.in_boxs1 .hd h2 .dropdown1 dd ul{ width: 180px; height: 300px; overflow-y: auto;}

.in_boxs1 .hd h2 .dropdown1 dd ul li{ width: 100%; height: 35px; line-height: 35px; margin-right: 0px;}

.in_boxs1 .hd h2 .dropdown1 dd ul li::after{ display: none;}

.in_boxs1 .hd h2 .dropdown1 dd ul li a{ width: 100%; height: 35px; line-height: 35px; padding: 0px;}


.in_boxs1 .hd ul li {
	padding: 0px 15px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}

.in_boxs1 .hd ul li a {
	display: block;
}

.in_boxs1 .hd ul li.on {
	background: #e2070b;
	color: #fff;
}

.in_boxs1 .hd ul li.on a {
	background: #e2070b;
	color: #fff;
}

.in_boxs1 .hd ul li::after {
	position: absolute;
	content: '';
	background: #e6e6e6;
	width: 1px;
	height: 10px;
	right: -10px;
	top: 11px;
}

.in_boxs1 .bd {
	margin-top: 50px;
}

.in_boxs1 .bd ul li {
	width: calc(33.3% - 30px);
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.in_boxs1 .bd ul li:nth-child(3n+0) {
	margin-right: 0px;
}

.in_boxs1 .bd ul li .img {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
}

.in_boxs1 .bd ul li .img h2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}

/* .in_boxs1 .bd ul li .img:hover h2 {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}  */

.in_boxs1 .bd ul li .img img {
	width: 100%;
	height: auto;
}

.in_boxs1 .bd ul li .img h3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	border: 10px solid #e2070b;
	background: rgba(0, 0, 0, .4);
	display: none;
}

.in_boxs1 .bd ul li .img h3 a { color: #fff; display: block; width: 100%; height: 100%; font-size: 16px; display: flex; justify-content: center; align-items: center; flex-direction: column;
}

.in_boxs1 .bd ul li .img h3 a p{ font-size: 13px; padding-top: 6px;}

.in_boxs1 .bd ul li .img h3 a img{ width: 120px; height: 120px;}

.in_boxs1 .bd ul li .img h3 a:nth-child(2) {
	font-size: 18px;
	padding: 15px;
	margin-left: 10px;
}


.in_boxs1 .bd ul li:hover .img h3 {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}


.in_boxs1 .bd ul li .nr {
	padding: 20px 0px; transition: all 0.5s ease 0s;
}

.in_boxs1 .bd ul li:hover .nr{ padding: 20px 10px; transition: all 0.5s ease 0s;}

.in_boxs1 .bd ul li .nr span {
	float: right;
	padding-top: 10px;
}

.in_boxs1 .bd ul li .nr span a{ width: 44px; height: 4px; position: relative;}
.in_boxs1 .bd ul li .nr span a:hover::after{ width: 44px; height: 4px; content: ''; position: absolute; left: 0px; top: 7px; background: url(../images/index_0421.png) no-repeat; background-size: cover;}


.in_boxs1 .bd ul li h2 {
	color: #000;
	font-size: 17px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	padding-bottom: 5px;
}

.in_boxs1 .bd ul li h2 a{ color: #000;}
.in_boxs1 .bd ul li h2 a:hover{ color: #e2070b;}

.in_boxs1 .bd ul li p{ height: 20px; overflow: hidden;}

.in_boxs1 .bd ul li:hover .img h2{ transform: scale(1.1); transition: all 0.5s ease 0s;}

.in_boxs1 .lx a {
	max-width: 400px;
	min-width: 300px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	border-radius: 30px;
	text-indent: 15px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.in_boxs1 .lx a span {
	float: right;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border-radius: 50%;
	margin-top: 8px;
	margin-right: 8px;
	text-indent: 0px;
	text-align: center;
}

.in_boxs1 .lx a span i {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

.in_boxs1 .lx a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #e53245;
	z-index: -2;
}

.in_boxs1 .lx a:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #b40c0f;
	z-index: -1;
}

.in_boxs1 .lx a:hover:before {
	width: 100%;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}


.in_boxf {
	padding: 50px 100px;
}

.in_boxf .hd {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.in_boxf .hd .bt {
	font-size: 27px;
	color: #000;
}

.in_boxf .hd .bt b {
	width: 30px;
	height: 1px;
	background: #b40c0f;
	display: block;
	margin: 5px 0px;
}

.in_boxf .hd .bt p {
	font-size: 14px;
	color: #666;
}

.in_boxf .hd ul {
	float: right;
	padding-top: 35px;
}

.in_boxf .hd ul li {
	text-align: center;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #666;
	position: relative;
}

.in_boxf .hd ul li.on {
	color: #222;
	font-size: 18px;
}

.in_boxf .hd ul li.on::after {
	position: absolute;
	content: '';
	height: 7px;
	width: 80%;
	right: 0px;
	bottom: 0px;
	background: #ff4f51;
	z-index: -1;
}


.in_boxf .bd .in_newssl_l {
	width: 360px;
}

.in_boxf .bd .in_newssl_l ul li {
	margin-bottom: 20px;
}

.in_boxf .bd .in_newssl_l ul li .img {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 5px #999;
}

.in_boxf .bd .in_newssl_l ul li .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-position: center center;
}

.in_boxf .bd .in_newssl_l ul li .img:hover a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_boxf .bd .in_newssl_l ul li .img img {
	width: 100%;
	height: auto;
}

.in_boxf .bd .in_newssl_l ul li .nr .time {
	padding: 15px 0px;
}

.in_boxf .bd .in_newssl_l ul li .nr .time span {
	padding-right: 20px;
	font-size: 14px;
}

.in_boxf .bd .in_newssl_l ul li .nr .time span i {
	font-size: 18px;
	margin-right: 5px;
	color: #e5181d;
}

.in_boxf .bd .in_newssl_l ul li .nr .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.in_boxf .bd .in_newssl_l ul li .nr .time a i {
	margin-right: 5px;
}

.in_boxf .bd .in_newssl_l ul li .nr .time a.on {
	color: #fff;
	background: #e5181d;
}

.in_boxf .bd .in_newssl_l ul li .nr .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #e5181d !important;
}

.in_boxf .bd .in_newssl_l ul li .nr h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
}

.in_boxf .bd .in_newssl_l ul li .nr h2 a:hover {
	color: #e5181d;
}

.in_boxf .bd .in_newssl_l ul li .nr p {
	font-size: 14px;
	color: #666;
}

.in_boxf .bd .in_newssl_r {
	width: calc(100% - 430px);
	display: flex;
}

.in_boxf .bd .in_newssl_r ul {
	width: calc(50% - 25px);
	margin-right: 50px;
}

.in_boxf .bd .in_newssl_r ul:nth-child(2n+0) {
	margin-right: 0px;
}

.in_boxf .bd .in_newssl_r ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 18px;
}

.in_boxf .bd .in_newssl_r ul li .time {
	padding-bottom: 15px;
}

.in_boxf .bd .in_newssl_r ul li .time span {
	padding-right: 20px;
	font-size: 14px;
}

.in_boxf .bd .in_newssl_r ul li .time span i {
	font-size: 15px;
	margin-right: 5px;
	color: #e5181d;
}

.in_boxf .bd .in_newssl_r ul li .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.in_boxf .bd .in_newssl_r ul li .time a i {
	margin-right: 5px;
}

.in_boxf .bd .in_newssl_r ul li .time a.on {
	color: #fff;
	background: #e5181d;
}

.in_boxf .bd .in_newssl_r ul li .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #e5181d !important;
}

.in_boxf .bd .in_newssl_r ul li h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
}

.in_boxf .bd .in_newssl_r ul li h2 a:hover {
	color: #e5181d;
}

.in_boxf .bd .in_newssl_r ul li p {
	font-size: 14px;
	color: #999;
	height: 20px;
	display: block;
	overflow: hidden;
}


.in_boxv {
	width: 100%;
	color: #fff;
	height: auto;
	background: -webkit-linear-gradient(135deg, #ea5c10, #e6340e, #e3140c);
	background: linear-gradient(-45deg, #ea5c10, #e6340e, #e3140c);
	background-size: 400% 400%;
	-webkit-animation: xb 15s ease infinite;
	animation: xb 15s ease infinite;
	position: relative;
	z-index: 0;
}

.in_boxv #planeLeft {
	position: absolute;
	left: 0;
	top: -10%;
	width: 550px;
	height: 550px;
	z-index: -1;
}

.in_boxv #planeRight {
	position: absolute;
	right: 10%;
	bottom: -23px;
	width: 320px;
	height: 250px;
	z-index: -1;
}

.in_boxv p {
	color: #fff
}

.in_boxv .contact {
	width: 510px;
	margin: 0px auto;
	padding: 40px 0px;
	display: block;
}

.in_boxv .contact h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}

.in_boxv .contact h3 {
	display: flex;
	align-content: space-between;
	margin: 0px -10px;
	margin-bottom: 15px;
}

.in_boxv .contact h3 .text {
	width: 50%;
	height: 48px;
	line-height: 48px;
	margin: 0px 10px;
	border-radius: 3px;
	border: 0px;
	box-sizing: border-box;
	padding: 0px 10px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.28);
	font-size: 14px;
	color: #333;
}

.in_boxv .contact h3 .text1 {
	width: 80%;
	height: 48px;
	line-height: 48px;
	margin: 0px 10px;
	border-radius: 3px;
	border: 0px;
	box-sizing: border-box;
	padding: 0px 10px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.28);
	font-size: 14px;
	color: #333;
}

.in_boxv .contact h3 .anniu {
	width: 20%;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	border: 0px;
	margin: 0px 10px;
	font-size: 14px;
	color: #202020;
	background: #ffd200;
	border-radius: 3px;
}



@-webkit-keyframes xb {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	to {
		background-position: 0 50%
	}
}

@keyframes xb {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	to {
		background-position: 0 50%
	}
}

.in_boxe {
	padding: 50px 100px;
	position: relative;
	z-index: 1;
}

.in_boxe .bt {
	font-size: 27px;
	color: #000;
}

.in_boxe .bt b {
	width: 30px;
	height: 1px;
	background: #b40c0f;
	display: block;
	margin: 5px 0px;
}

.in_boxe .bt p {
	font-size: 14px;
	color: #666;
}


.ind9_logo ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.ind9_logo li {
	width: 16.66%;
}

.ind9_logo img {
	max-width: 80%;
	/* max-height: 70%; */
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
        height:auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.ind9_logo img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

.ind9_lis {
	padding-bottom: 58%;
	position: relative;
	-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.ind9_lis.is_hide {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}


.tooltip_templates {
	display: none;
}

.search_f {
	display: flex;
	justify-content: center;
}

.search_ff {
	width: 200px;
	margin-left: -80px;
}

.search_d {
	width: 200px;
	margin-left: -160px;
}

.bd_weixin_popup {
	height: 305px !important;
}

.search_f a {
	margin: 0px 5px !important;
	width: 40px !important;
	height: 40px !important;
	padding: 0px !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 50%;
	display: block;
	color: #fff !important;
	float: left;
}

.search_f a:hover {
	text-decoration: none !important;
}

.search_f a:nth-child(1) {
	background: #0c72bc !important;
}

.search_f a:nth-child(2) {
	background: #3cae32 !important;
}

.search_f a:nth-child(3) {
	background: #d62829 !important;
}

.search_f a:nth-child(4) {
	background: #045eac !important;
}

.search_f a:nth-child(1):after {
	font-family: FontAwesome;
	content: '\f1d6';
	font-size: 21px;
}

.search_f a:nth-child(2):after {
	font-family: FontAwesome;
	content: '\f1d7';
	font-size: 21px;
}

.search_f a:nth-child(3):after {
	font-family: FontAwesome;
	content: '\f18a';
	font-size: 21px;
}

.search_f a:nth-child(4):after {
	font-family: FontAwesome;
	content: '\f18b';
	font-size: 21px;
}




.dark-tooltip {
	position: absolute;
	top: calc(50% + 20px) !important;
	left: 0% !important;
	width: 100%;
	display: flex;
}

.dark-tooltip.dark {
	background: none !important;
}

.dark-tooltip.dark.north .tip {
	display: none !important;
}

.bsBox {
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 5px !important;
}

.bsTop {
	width: 100% !important;
}

.bsFrameDiv {
	width: 100% !important;
	height: 210px !important;
	overflow: hidden !important;
	margin-bottom: -5px !important;
}

.bsFrameDiv img {
	margin: 16px !important;
}



/* 关于我们 */
.about_banner {
	height: 960px;
	background: url(../images/bg_main_visual.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.about_banner::after {
	bottom: 0px;
	content: "";
	display: block;
	width: 100%;
	height: 500px;
	background: url(../images/bg_main_visual_masking.png) no-repeat bottom left;
	background-size: contain;
	position: absolute;
}

.about_banner .nr {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 165px;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 70px;
	vertical-align: middle;
}

.about_banner .nr strong {
	position: relative;
	font-weight: normal;
	padding-right: 55px;
	display: block;
	margin-right: 15px;
}

.about_banner .nr strong::after {
	position: absolute;
	content: '';
	right: 0px;
	top: 50%;
	margin-top: -23px;
	background: url(../images/icon_main_slogan_x.png) no-repeat;
	background-size: cover;
	width: 45px;
	height: 45px;
	display: block;
}

.about_banner .nr span{
    display: none;
}



.about_banner .nr .flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.about_banner h2 {
	width: 100%;
	position: absolute;
	top: 305px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	opacity: 0.6;
	display: none;
}


.about_mk {
	padding-left: 10%;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
}

.about_mk_l {
	width: 40%;
	padding-top: 15px;
	padding-left: 15px;
	position: relative;
	margin-top: -200px;
}

.about_mk_l .bt {
	display: flex;
	align-items: center;
}

.about_mk_l .bt h2 {
	font-size: 50px;
	color: #333;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
	font-weight: bold;
}

.about_mk_l .bt h2::after {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	right: 0px;
	top: 0px;
	content: '';
	background: #c73041;
}

.about_mk_l .bt span {
	font-size: 35px;
	color: #ccc;
}

.about_mk_r {
	width: 60%;
	position: relative;
	margin-top: -200px;
}

.about_mk_r img {
	width: 100%;
	height: auto;
}

.about_mk_l .qiehuan {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	border-radius: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	min-width: 120px;
	margin-bottom: 35px;
	position: relative;
}

.about_mk_l .qiehuan .swiper-pagination {
	width: 100%;
	left: 0px;
	padding: 0px 30px;
	position: static;
}

.about_mk_l .qiehuan .swiper-pagination span {
	background: #e31014;
	border: 1px solid #fff;
	opacity: 1;
	margin: 0px 2px;
}

.about_mk_l .qiehuan .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	border: 1px solid #ccc;
}

.about_mk_l .qiehuan .swiper-button-next,
.about_mk .qiehuan .swiper-button-prev {
	background: none;
	font-size: 26px;
	line-height: 43px;
	font-weight: bold;
	width: 15px;
}

.about_mk_l .qiehuan .swiper-button-next i,
.about_mk .qiehuan .swiper-button-prev i {
	font-weight: bold;
	color: #c73041;
}

.about_mk_l .swiper-slide {
	padding-top: 50px;
	min-height: 250px;
}

.about_mk_l .swiper-slide h2 {
	width: 100%;
	font-size: 35px;
	color: #333;
	position: relative;
	margin-bottom: 15px;
}

.about_mk_l .swiper-slide h2::after {
	position: absolute;
	content: '';
	width: 330px;
	height: 10px;
	background: #e2070b;
	left: 50px;
	bottom: 0px;
	z-index: -1;
}

.about_mk_l .swiper-slide h3 {
	width: 100%;
	font-size: 35px;
	color: #333;
	text-align: right;
}

.about_mk_l .swiper-slide p {
	display: block;
	font-size: 15px;
	padding-top: 20px;
}


.about_mk2 {
	position: relative;
	margin-top: -100px;
	padding-bottom: 30px;
	overflow: hidden;
	background: #fff;
}

.about_mk2_1 {
	width: 100%;
}

.about_mk2_1 img {
	width: 100%;
	height: auto;
}

.about_mk2_2 {
	position: absolute;
	right: 10%;
	top: 240px;
}

.about_mk2_2 ul {
	display: flex;
}

.about_mk2_2 ul li {
	margin: 0px 50px;
	text-align: center;
	width: 150px;
}

.about_mk2_2 ul li img {
	width: 80%;
	max-width: 100px;
}

.about_mk2_2 ul li h2 {
	font-size: 32px;
	color: #333;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	white-space: nowrap;
}

.about_mk2_2 ul li h2::after {
	position: absolute;
	content: '';
	height: 3px;
	background: #e2070b;
	bottom: 0px;
	width: 50%;
	left: 25%;
}

.about_mk2_2 ul li p {
	font-size: 15px;
	color: #999;
	display: block;
	white-space: nowrap;
}

.about_mk2_2 ul li h3 {
	color: #333;
	padding-top: 15px;
	font-size: 16px;
}

.about_mk2_2 ul li h3 span {
	font-size: 45px;
	font-family: fantasy;
	margin-right: 5px;
}


.about_mk3 {
	background: url(../images/about_mk3bj.png) no-repeat;
	padding: 40px 0px;
}

.about_mk3 .bt {
	text-align: center;
	max-width: 1100px;
	margin: 0px auto;
}

.about_mk3 .bt h2 {
	display: inline-block;
	font-size: 35px;
	color: #fff;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	font-weight: bold;
}

.about_mk3 .bt h2::after {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	right: 0px;
	top: 0px;
	content: '';
	background: #fff;
}

.about_mk3 .bt span {
	font-size: 26px;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
}

.about_mk3 .bt p {
	display: block;
	color: #fff;
	font-size: 15px;
	padding-top: 20px;
}

.about_mk31 {
	padding-top: 30px;
}

.about_mk31 .hd {
	max-width: 1100px;
	text-align: center;
}

.about_mk31 .hd ul li {
	height: 32px;
	line-height: 32px;
	background: #fff;
	display: inline-block;
	border-radius: 25px;
	padding: 0px 13px;
	font-size: 14px;
	margin: 0px 6px;
	cursor: pointer;
	margin-bottom: 10px;
}

.about_mk31 .hd ul li.on {
	background: #e2070b;
	color: #fff;
}

.about_mk31 .bd {
	margin-top: 50px;
}

.about_mk31 .bd .nr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_mk31 .bd .nr .left {
	width: 100%;
	text-align: center;
}

.about_mk31 .bd .nr .left img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 90%;
}

.about_mk31 .bd .nr .right {
	width: 40%;
	margin-left: 5%;
	margin-right: 3%;
	position: relative;
}

.about_mk31 .bd .nr .right img {
	width: 100%;
	height: auto;
}

.about_mk31 .bd .nr .right .js {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0px 10%;
}

.about_mk31 .bd .nr .right .js h2 {
	display: block;
	font-size: 50px;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
}

.about_mk31 .bd .nr .right .js p {
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	line-height: 24px;
}


.about_mk4 {
	padding: 50px 0px;
}

.about_mk4 .bt {
	margin: 0px auto;
}

.about_mk4 .bt h2 {
	display: inline-block;
	font-size: 35px;
	color: #333;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
	font-weight: bold;
}

.about_mk4 .bt h2::after {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	right: 0px;
	top: 0px;
	content: '';
	background: #e2070b;
}

.about_mk4 .bt span {
	font-size: 26px;
	color: #999;
}

.about_mk4 .bt p {
	display: block;
	color: #666;
	font-size: 15px;
	padding-top: 20px;
}

.about_mk41 {
	position: relative;
	margin-right: -20%;
	margin-top: 40px;
	padding: 20px 20px;
	margin-left: -20px;
}
.about_mk41 .swiper-wrapper{ display: flex; align-content: center;}

.about_mk41 .swiper-slide{ width: auto; height: 400px; display: flex; align-content: center;}

.about_mk41 .swiper-slide img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 400px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.about_mk5 {
	padding: 50px 0px;
}

.about_mk5 .bt {
	margin: 0px auto;
}

.about_mk5 .bt h2 {
	display: inline-block;
	font-size: 35px;
	color: #333;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
	font-weight: bold;
}

.about_mk5 .bt h2::after {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	right: 0px;
	top: 0px;
	content: '';
	background: #e2070b;
}

.about_mk5 .bt span {
	font-size: 26px;
	color: #999;
}


#site-background .layer-wrapper {
	position: fixed;
	height: 100vh;
	z-index: -999;
	top: 0;
	left: 0;
	width: 100vw
}

#site-background .layer-wrapper>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%
}

#site-background .layer-wrapper>div>div {
	position: absolute
}

#site-background .layer-wrapper .element1 {
	top: -120px;
	left: 10%
}

#site-background .layer-wrapper .element2 {
	top: -170px;
	left: 40%
}

#site-background .layer-wrapper .element3 {
	top: 200px;
	right: -5%
}

#site-background .layer-wrapper .element4 {
	top: 10vh;
	left: -25%;
	-webkit-transform: scale(.9) rotate(50deg);
	transform: scale(.9) rotate(50deg)
}

#site-background .layer-wrapper .element5 {
	top: 50vh;
	right: -5%
}

#site-background .layer-wrapper .element6 {
	top: 55vh;
	left: 25%;
	-webkit-transform: scale(.7) rotate(80deg);
	transform: scale(.7) rotate(80deg)
}

#site-background .layer-wrapper div img {
	animation: zoom 25s infinite;
	animation-direction: alternate;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

#site-background .layer-wrapper .layer1 img {
	animation-delay: 2s;
	animation-duration: 30s
}

@keyframes zoom {
	0% {
		transform: scale(.7) rotate(0deg)
	}

	30% {
		transform: scale(.95) rotate(40deg)
	}

	60% {
		transform: scale(.8) rotate(20deg)
	}

	100% {
		transform: scale(1) rotate(60deg)
	}
}



.about_mk51 {
	height: 680px;
	overflow: hidden;
	margin-top: 50px;
}

.about_mk51 .swiper-slide {
	position: relative;
	background-size: cover;
}


.about_mk51 .swiper-slide .nr {
	position: absolute;
	width: 70%;
	left: 0px;
	bottom: 0px;
	padding: 5%;
	color: #fff;
}

.about_mk51 .swiper-slide .nr h2 {
	font-size: 35px;
	padding-bottom: 20px;
}

.about_mk51 .swiper-slide .nr b {
	width: 150px;
	height: 8px;
	background: #fff;
	display: inline-block;
	margin: 15px 0px;
}

.about_mk51 .swiper-slide .nr h3 {
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 26px;
}

.about_mk51 .swiper-slide .nr p {
	font-size: 14px;
}

.about_mk51 .swiper-slide .nr {
	transform: translate3d(0, 320px, 0);
	-webkit-transition: all 1.75s ease;
	-moz-transition: all 1.75s ease;
	-ms-transition: all 1.75s ease;
	-o-transition: all 1.75s ease;
	transition: all 1.75s ease;
}

.about_mk51 .swiper-slide-active .nr {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.about_mk51 .swiper-pagination span {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #fff;
}


div.zxf_pagediv {
	text-align: center;
	color: #999;
}

div.zxf_pagediv a {
	text-decoration: none
}

div.zxf_pagediv span,
div.zxf_pagediv a {
	display: inline-block;
	box-sizing: border-box
}
 .pages
{
	color: #666;
	font-size: 12px;
	padding-top: 2px;

}
.pages a, .pages .cpb
{
		color: #666;
		background: #fff;
		border: 1px solid #ddd;
		height: 30px;
		line-height: 30px;
		margin: 0 5px;
		padding-left:8px;
		padding-right:8px;
		border-radius: 3px
}
.pages a:hover
{
	color: #5F5F5F;
	background: #E4EDF9;
	border-color: #ccc;
}
.pages .cpb
{
		color: #fff;
		background: #ec0000;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 3px
}

.current {
	color: #fff;
	background: #ec0000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px
}



.zxfPagenum {
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 3px
}

.nextpage {
	margin: 0 5px
}

.nextbtn,
.prebtn,
span.disabled {
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	width: 88px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px
}

.zxfinput {
	width: 40px;
	height: 40px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	margin: 0 12px;
	border-radius: 3px;
	color: #666
}

.zxfokbtn {
	width: 48px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e6e6e6;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 3px;
	background: #fff
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}


.ny_banner {
	height: 410px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	background-size: cover !important;
	background-position: center center !important;
}

.ny_banner1 {
	align-items: baseline;
	padding: 0px 10%;
	background-position: center center !important;
}

.ny_banner h2 {
	font-size: 60px;
	padding-bottom: 25px;
}

.ny_banner p {
	font-size: 22px;
}


.news_bj {
	background: #f2f2f2;
	position: fixed;
	z-index: -1000;
	height: 100vh;
	top: 0;
	left: 0;
	width: 100vw;
}

.news {
	background: #fff;
	z-index: 0;
	margin: 35px 0px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding-bottom: 50px;
}

.news .wbt {
	border-bottom: 2px solid #eee;
	padding: 20px 40px;
	font-size: 14px;
}

.news .wbt span {
	color: #b40c0f;
}

.news .dh {
	padding: 20px 40px;
	margin-bottom: 20px;
}

.news .dh h2 a {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border: 2px solid #8e94a3;
	padding: 0px 20px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 25px;
}

.news .dh h2 a:hover {
	color: #b40c0f;
	border: 2px solid #b40c0f;
}

.news .dh h2 a.on {
	color: #b40c0f;
	border: 2px solid #b40c0f;
}


.news .dh h3 {
	width: 290px;
	height: 40px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #ccc;
	overflow: hidden;
	border-radius: 25px;
	background: #fff;
	display: flex;
}

.news .dh h3 .text {
	width: calc(100% - 40px);
	border: 0px;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	display: block;
}

.news .dh h3 .anniu {
	width: 40px;
	height: 40px;
	border: 0px;
	background: #fff;
	color: #b40c0f;
	font-size: 18px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #ccc;
	display: block;
}


.news1 {
	padding: 0px 40px;
}

.news1 ul{ margin: 0px -15px;}

.news1 ul li {
	float: left;
	width: calc(33% - 30px);
	margin: 0px 15px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}


.news1 ul li .img {
	width: 100%;
	overflow: hidden;
}

.news1 ul li .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-position: center center;
}

.news1 ul li:hover .img a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.news1 ul li .img img {
	width: 100%;
	height: auto;
}

.news1 ul li .nr {
	background: url(../images/news_07.jpg) no-repeat;
	background-size: cover;
	background-position: bottom right;
	padding: 25px;
}

.news1 ul li:hover .nr {
	background: #e2070b;
	color: #fff;
}

.news1 ul li .nr .nr1 {
	display: flex;
}

.news1 ul li .nr .nr1 span {
	display: block;
	width: 70px;
	text-align: center;
}

.news1 ul li .nr .nr1 span b {
	display: block;
	font-size: 35px;
	color: #333;
}

.news1 ul li:hover .nr .nr1 span b {
	color: #fff;
}

.news1 ul li .nr .nr1 .fr {
	padding-left: 20px;
	margin-left: 15px;
	width: calc(100% - 70px);
	border-left: 2px solid #eee;
}

.news1 ul li .nr .nr1 h2 {
	margin-bottom: 10px;
}

.news1 ul li .nr .nr1 h2 a {
	display: block;
	font-size: 18px;
	overflow: hidden;
	transition: none;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news1 ul li:hover .nr .nr1 h2 a {
	color: #fff;
	transition: none;
}

.news1 ul li:hover .nr .nr1 h2 a:hover {
	text-decoration: underline;
	transition: none;
}

.news1 ul li .nr .nr1 p {
	font-size: 14px;
	display: block;
	height: 40px;
	overflow: hidden;
}

.news1 ul li .nr .nr2 {
	border-top: 2px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
	height: 40px;
	overflow: hidden;
}

.news1 ul li .nr .nr2 span {
	width: 36px;
	height: 4px;
	float: right;
	background: url(../images/news_jt.png) no-repeat;
	margin-top: 5px;
}

.news1 ul li:hover .nr .nr2 span {
	background: url(../images/news_jt1.png) no-repeat;
}

.news1 ul li .nr .nr2 a {
	font-size: 13px;
	padding-right: 6px;
	transition: none
}

.news1 ul li:hover .nr .nr2 a {
	color: #fff;
	transition: none
}

.news1 ul li:hover .nr .nr2 a:hover {
	text-decoration: underline;
	transition: none
}


.news2 {
	padding:0px 40px;
}


.news2 ul li {
	float: left;
	width: calc(33% - 24px);
	padding: 25px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	margin-right: 40px;
	background: url(../images/news_07.jpg) no-repeat;
	background-size: cover;
	background-position: right bottom;
	position: relative;
}

.news2 ul li:nth-child(3n+0) {
	margin-right: 0px;
}

.news2 ul li:hover {
	background: #e2070b;
	color: #fff;
}

.news2 ul li a h2 em {
 font-size: 18px;
	overflow: hidden;
	transition: none;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding-top: 10px;
}


.news2 ul li:hover a h2 em{
	color: #fff;
}

.news2 ul li:hover h2 em {
	text-decoration: underline;
}

.news2 ul li a h2 span {
	font-size: 12px;
	display: block;
	float: right;
	width: 70px;
	text-align: center;
}

.news2 ul li a h2 span b {
	display: block;
	font-size: 35px;
	color: #333;
}

.news2 ul li:hover a h2 span b{ color: #fff;}

.news2 ul li:hover a h2 span{
	color: #fff;
}

.news2 ul li a p {
	display: block;
	font-size: 14px;
	padding: 15px 0px;
	line-height: 22px;
	height: 80px;
	word-break: break-all;
  overflow: hidden;
  display: -webkit-box; 
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; 
}

.news2 ul li:hover a p{ color: #fff;}

.news2 ul li .nr2 {
	border-top: 2px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
	padding-right: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.news2 ul li .nr2 span {
	width: 36px;
	height: 4px;
	float: right;
	background: url(../images/news_jt.png) no-repeat;
	position: absolute;
	right:10px;
	top: 20px;
}

.news2 ul li:hover .nr2 span {
	background: url(../images/news_jt1.png) no-repeat;
}

.news2 ul li .nr2 a {
	font-size: 13px;
	padding-right: 6px;
	transition: none
}

.news2 ul li:hover .nr2 a {
	color: #fff;
	transition: none
}

.news2 ul li:hover .nr2 a:hover {
	text-decoration: underline;
	transition: none
}


.news3{ padding-bottom: 0px;}



.youshi {
	background: #fff;
	margin: 50px 0px;
	padding: 30px 0px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 1;
}

.youshi ul {
	display: flex;
}

.youshi ul li {
	width: 33.34%;
	padding: 0px 2%;
}

.youshi ul li h2 {
	font-size: 19px;
	color: #222;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.youshi ul li h2 i {
	float: right;
	font-size: 15px;
	-webkit-text-stroke: 1px #fff;
	margin-top: 6px;
	color: #e2070b;
	transition: all 0.2s ease 0s;
}

.youshi ul li:hover h2 i {
	transform: rotate(90deg);
	transition: all 0.2s ease 0s;
}

.youshi ul li p {
	font-size: 14px;
	line-height: 24px;
}


.news_xx {
	padding: 40px;
	padding-bottom: 0px;
}

.news_xx_l {
	width: calc(100% - 530px);
}

.news_xx_l .xbt {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.news_xx_l .xbt h2 {
	font-size: 25px;
	color: #333;
	text-align: center;
}

.news_xx_l .xbt h3 {
	padding-top: 30px;
	font-size: 13px;
}

.news_xx_l .xbt h3 span {
	float: right;
}

.news_xx_l .xbt h3 span b {
	font-weight: normal;
	margin-right: 15px;
}

.news_xx_l .xbt h3 span b i {
	color: #b40c0f;
	margin-right: 3px;
	font-size: 18px;
}

.news_xx_l .xbt h3 span b a {
	position: relative;
	background: none;
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
}

.news_xx_l .nr {
	font-size: 14px;
}

.news_xx_l .nr p {
	line-height: 26px;
}

.news_xx_l .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.news_xx_lb {
	width: calc(100% - 530px);
}

.news_xx_lb ul li {
	display: flex;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.news_xx_lb ul li .img {
	width: 300px;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}

.news_xx_lb ul li .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-position: center center;
}

.news_xx_lb ul li .img:hover a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.news_xx_lb ul li .img img {
	width: 100%;
	height: auto;
}

.news_xx_lb ul li .nr {
	width: calc(100% - 330px);
}

.news_xx_lb ul li .nr h2 a {
	display: block;
	font-size: 18px;
	color: #222;
}

.news_xx_lb ul li .nr h3 {
	font-size: 13px;
	padding: 12px 0px;
}

.news_xx_lb ul li .nr h3 b {
	font-weight: normal;
	margin-right: 12px;
}

.news_xx_lb ul li .nr p {
	font-size: 13px;
	line-height: 22px;
	display: block;
	height: 66px;
	overflow: hidden;
}

.news_xx_lb ul li span {
	padding: 10px 0px;
	display: block;
	font-size: 13px;
}

.news_xx_lb ul li span a {
	margin-right: 10px;
}

.news_xx_r {
	width: 450px;
}

.news_xx_r .search {
	width: 290px;
	height: 40px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #ccc;
	overflow: hidden;
	border-radius: 25px;
	background: #fff;
	display: flex;
	float: right;
}

.news_xx_r .search .text {
	width: calc(100% - 40px);
	border: 0px;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	display: block;
}

.news_xx_r .search .anniu {
	width: 40px;
	height: 40px;
	border: 0px;
	background: #fff;
	color: #b40c0f;
	font-size: 18px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #ccc;
	display: block;
}

.news_xx_r ul {
	margin-top: 15px;
	margin-bottom: 25px;
}

.news_xx_r ul .bt {
	border-bottom: 4px solid #f2f2f2;
	padding: 20px 0px;
}

.news_xx_r ul .bt h2 {
	font-size: 22px;
	color: #222;
}

.news_xx_r ul .bt b {
	width: 18px;
	height: 1px;
	background: #e2070b;
	display: block;
	margin: 10px 0px;
}

.news_xx_r ul .bt p {
	font-size: 14px;
	color: #999;
}

.news_xx_r ul li {
	padding: 20px 0px;
	border-bottom: 1px dashed #bfbfbf;
}

.news_xx_r ul li a {
	font-size: 16px;
	color: #333;
}

.news_xx_r ul li a:hover {
	color: #e2070b;
}

.news_xx_r ul li p {
	font-size: 13px;
	padding-top: 15px;
}

.news_xx_r ul li p span {
	margin-right: 10px;
}


.news_xx_r ul.bq .bt{ margin-bottom: 15px;}
.news_xx_r ul.bq li{ float: left; border: 0px; padding: 0px; margin-bottom: 15px;}
.news_xx_r ul.bq li a{ font-size: 13px; padding: 10px 15px; background: #f9f9f9; margin-right: 10px; display: block; box-shadow: 0px 0px 5px #e2e2e2;}

.fanpian{ padding-top: 20px; margin-top: 20px; border-top: 1px solid #ddd;}
.fanpian ul li{ font-size: 16px; display: flex; line-height: 40px; color: #b40c0f;}
.fanpian ul li a{ display: block; font-size: 14px;}


.news_zxal{ padding-bottom: 0px;}

.fhtb {
	margin-top: 25px;
	text-align: center;
}

.fhtb a {
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
}

.fhtb a i {
	font-size: 28px;
	color: #e2070b;
}

.build_dh {
	height: 50px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.build_dh span {
	float: right;
	position: relative;
	display: block;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.build_dh span a {
	height: 50px;
	display: block;
	display: block;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	padding: 0px 15px;
	margin: 0px 3px !important;
	background: none !important;
}

.build_dh span a i img{ width: 18px;}

.build_dh h2 {
	display: flex;
}

.build_dh h2 b {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.build_dh h2 b a {
	height: 50px;
	display: block;
	display: block;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	padding: 0px 15px;
	font-size: 18px;
}

.build_dh h2 b a i img{ width: 20px;}

.dropdown1 {
	width: 224px;
	height: 50px;
	float: right;
	border-right: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 0px;
}

.dropdown1 span {
	border: 0px;
	position: relative;
}

.dropdown1 span::after {
	content: '\f107';
	right: 10px;
	top: 0px;
	font-size: 20px;
	position: absolute;
	font-family: FontAwesome;
}

.dropdown1 dt {
	height: 50px;
	line-height: 50px;
	color: #666;
}

.dropdown1 dd,
.dropdown1 dt,
.dropdown1 ul {
	margin: 0px;
	padding: 0px;
}

.dropdown1 dd {
	position: relative;
}

.dropdown1 a,
.dropdown1 a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
}

.dropdown1 a:hover {
	color: #666;
}

.dropdown1 dt a:hover {
	width: 100%;
}

.dropdown1 dt a {

	background-size: cover;
	width: 100%;
	font-size: 13px;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #ddd;
}

.dropdown1 dt a span {
	cursor: pointer;
	display: block;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}

.dropdown1 dd ul {
	background: #fff;
	width: 300px;
	height: 270px;
	overflow-y: auto;
	display: none;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	list-style: none;
	z-index: 10;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
}

.dropdown1 span.value {
	display: none;
}

.dropdown1 dd ul li {
	width: 50%;
	float: left;
}

.dropdown1 dd ul li a {
	padding: 10px 7px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
}

.dropdown1 dd ul li a:hover {
	background: #c73041;
	color: #fff;
}

.dropdown1 img.flag {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}



.build_1 {
	background: url(../images/jtwz_boxbj.png) no-repeat #fff;
	background-size: 70%;
	background-position: left top;
	padding: 40px 0px;
}

.build_1_bt {
	margin-bottom: 40px;
	font-size: 14px;
}

.build_1_bt span {
	color: #b40c0f;
}

.build_1_nr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.build_1_nr .left {
	width: 40%;
	padding-right: 5%;
}

.build .wz h2 {
	font-size: 36px;
	color: #222;
}

.build .wz h2 .red {
	color: #e2070b;
	padding-right: 5px;
}

.build .wz b {
	width: 35px;
	height: 2px;
	background: #e2070b;
	margin: 10px 0px;
	display: block;
}

.build .wz h3 {
	font-size: 20px;
	color: #222;
	text-transform: uppercase;
}

.build .wz p {
	display: block;
	font-size: 16px;
	padding: 20px 0px;
	line-height: 24px;
}

.build .wz span a {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	text-align: center;
}

.build .wz span a em {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.build .wz span a::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #b40c0f;
	z-index: 1;
}

.build .wz span a:hover {
	color: #fff;
}

.build .wz span a:hover::before {
	width: 100%;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}

.build .wz span a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #fbfbfb;
	z-index: 0;
}

.build_1_nr .right {
	width: 60%;
}

.build_1_nr .right img {
	width: 100%;
	height: auto;
}



.build_2 {
	background: url(../images/jtwz_box1bj.png) no-repeat right bottom #f5f5f4;
	padding: 40px 0px;
}

.build_2_nr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.build_2_nr .left {
	width: 50%;
}

.build_2_nr .left img {
	width: 100%;
	height: auto;
}

.build_2_nr .right {
	width: 50%;
	padding: 10%
}


.build_3 {
	padding-top: 50px;
	background: #fff;
}

.build_3_bt {
	text-align: center;
	padding-bottom: 40px;
}

.build_3_bt b {
	margin: 10px auto !important;
}

.mobi6_sec {
	width: 100%;
}

.mobi6_main {
	position: relative;
}

.mobi6_btn a {
	position: absolute;
	bottom: 0;
	z-index: 30;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	z-index: 30;
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.mobi6_btn .mobi6_btnL {
	left: 42.5%;
}

.mobi6_btn .mobi6_btnR {
	right: 51%;
}

.mobi6_btn a i {
	display: inline-block;
	width: 13px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.mobi6_btn .mobi6_btnL i {
	background-image: url(../images/mobi6-03.png);
}

.mobi6_btn .mobi6_btnR i {
	background-image: url(../images/mobi6-04.png);
}

.mobi6_btn .mobi6_btnL:hover i {
	background-image: url(../images/mobi6-05.png);
}

.mobi6_btn .mobi6_btnR:hover i {
	background-image: url(../images/mobi6-06.png);
}

.mobi6-container {
	width: 100%;
}

.mobi6-container .swiper-slide {
	width: 70%;
}

.mobi6-container .lis {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobi6-container .lis .img_box {
	width: 50%;
	height: 585px;
	position: relative;
	z-index: 1;
	transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}

.mobi6-container .lis .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mobi6-container .lis .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.mobi6-container .lis .txt {
	width: 50%;
	color: #333;
	transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}

.mobi6-container .lis .txt .wz {
	width: 85%;
	margin: 0 auto;
}


.mobi6_sec .swiper-slide-prev .lis .img_box {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.mobi6_sec .swiper-slide-next .lis .txt {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}


.build_4 {
	background: #fff;
	padding: 50px 0px;
}

.build_4_nr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.build_4_nr .left {
	width: 50%;
	padding: 10%;
	z-index: 2;
}

.build_4_nr .right {
	width: 70%;
	margin-left: -10%;

}

.build_4_nr .right img {
	width: 100%;
	height: auto;
}


.build_5 {
	height: 520px;
	position: relative;
	overflow: hidden;
}

.build_5 .hd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.build_5 .hd ul {
	display: flex;
	height: 100%;
	width: 100%;
}

.build_5 .hd ul li {
	width: 8%;
	display: inline-flex;
	color: #fff;
	transition: all 0.7s ease 0s;
	border-left: 2px solid #fff;
}

.build_5 .hd ul li.on {
	width: 52%;
	cursor: pointer;
	color: #fff;
	transition: all 0.7s ease 0s;
}

.build_5 .hd ul li .bgj {
	width: 100%;
	background: rgba(0, 0, 0, .5);
	font-size: 24px;
	writing-mode: vertical-lr;
	display: inline-flex;
	align-items: center;
	padding-top: 40px;
	position: relative;
}

.build_5 .hd ul li .bgj::after {
	position: absolute;
	content: '';
	width: 50%;
	height: 7px;
	background: #fff;
	bottom: 10%;
	right: 0px;
}

.build_5 .hd ul li .nr {
	display: none;
	flex-direction: column;
	height: 100%;
	padding: 0px 15%;
	justify-content: center;
	text-align: center;
	min-width: 500px;
}

.build_5 .hd ul li .nr h2 {
	color: #fff;
}

.build_5 .hd ul li .nr b {
	color: #fff;
	margin: 0px;
	background: #fff;
	width: 2px;
	height: 20px;
	margin: 10px auto;
	margin-bottom: 0px;
}

.build_5 .hd ul li .nr h3 {
	color: #fff;
}

.build_5 .hd ul li .nr span a {
	margin: 0px auto;
	color: #fff;
}

.build_5 .hd ul li .nr span a:after {
	background: #e2070b;
}

.build_5 .hd ul li.on .bgj {
	width: 15%;
	min-width: 100px;
}

.build_5 .hd ul li.on .nr {
	display: block;
	width: 85%;
	display: inline-flex;
	background: rgba(0, 0, 0, .2);
}


.build_5 .bd {
	height: 100%;
	width: 100%;
}

.build_5 .bd .bj {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.build_6 {
	padding: 40px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}

.build_61 {
	width: 35%;
	padding-left: 5%;
}

.build_61-button-next,
.build_61-button-prev {
	width: 44px;
	height: 44px;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #b1cce1;
	border-radius: 50%;
	color: #b1cce1;
	font-size: 16px;
}

.build_61-button-next {
	margin-right: 5px;
}



.build_62 {
	width: 25%;
	margin-left: 10%;
	height: 530px;
	position: relative;
}

.build_62::after {
	width: 100%;
	height: 33.3%;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: #fff;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	;
	/*FireFox*/
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Opear */
}

.build_62::before {
	width: 100%;
	height: 33.3%;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	background: #fff;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	;
	/*FireFox*/
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Opear */
}

.build_62 .swiper-slide {
	display: flex;
	align-items: center;
	margin-left: 20%;
	transition: all 0.5s ease 0s;
}

.build_62 .swiper-slide h2 {
	font-size: 50px;
	font-weight: bolder;
	font-family: fantasy;
	color: #333;
	padding-right: 6px;
}

.build_62 .swiper-slide h3 {
	font-size: 20px;
}

.build_62 .swiper-slide h3 span {
	font-size: 12px;
}

.build_62 .swiper-slide span {
	display: block;
}

.build_62 .swiper-slide-next {
	margin-left: 0px;
	transition: all 0.5s ease 0s;
}


.build_63 {
	width: 40%;
	height: auto;
	margin-left: -10%;
}

.build_63 img {
	width: 100%;
	height: auto;
}


.sol_banner {
	height: 410px;
	position: relative;
	color: #fff;
	z-index: 0;
}

.sol_banner::after {
	position: absolute;
	content: '';
	top: 0px;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/solution_bannerbj.png) no-repeat;
	background-size: cover;
}

.sol_banner .nr {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sol_banner .nr h2 {
	font-size: 50px;
}

.sol_banner .nr p {
	color: #f1f1f1;
	font-size: 25px;
	padding: 25px 0px;
}

.sol_banner .nr h3 {
	display: flex;
	flex-direction: row;
}

.sol_banner .nr h3 span {
	padding: 0px 85px;
	flex-direction: column;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #f1f1f1;
}

.sol_banner .nr h3 span b {
	font-size: 35px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 5px;
}

.sol_banner .nr h3 span b em {
	font-size: 50px;
}


.solution {
	background: url(../images/solution1_bj.jpg) no-repeat right top;
	background-size: cover;
	padding: 50px 100px;
}

.solution_bt {
	margin-bottom: 40px;
	font-size: 14px;
}

.solution_bt span {
	color: #b40c0f;
}

.solution .bt {
	padding-bottom: 35px;
	text-align: center;
}

.solution .bt h2 {
	font-size: 30px;
	color: #222;
	padding-bottom: 20px;
}

.solution .bt p {
	font-size: 14px;
	color: #222;
}

.solution_1 {
	display: flex;
	align-content: center;
	align-items: flex-start;
}

.solution_1 li {
	width: 30.3%;
	margin: 0px 1%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
	position: relative;
	height: auto;
	transition: all 0.3s ease 0s;
}

.solution_1 li.on {
	width: 42%;
	transition: all 0.3s ease 0s;
}

.solution_1 li::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255, 255, 255, .4);
}

.solution_1 li.on::after {
	background: rgba(255, 255, 255, 0);
	height: 0px;
}

.solution_1 li .img {
	width: 100%;
}

.solution_1 li .img img {
	width: 100%;
	height: auto;
}

.solution_1 li .nr {
	padding: 25px;
}

.solution_1 li .nr h2 {
	font-size: 20px;
	color: #222;
}

.solution_1 li .nr h3 {
	display: flex;
	padding: 20px 0px;
}

.solution_1 li .nr h3 span {
	width: 25%;
	border-right: 1px solid #eee;
	text-align: center;
}

.solution_1 li .nr h3 span img {
	width: 70%;
	max-width: 56px;
}

.solution_1 li .nr h3 span:nth-child(4) {
	border: 0px;
}

.solution_1 li .nr h3 b {
	display: block;
	font-size: 14px;
}

.solution_1 li .nr p {
	display: none;
	font-size: 14px;
	line-height: 22px;
}

.solution_1 li.on .nr p {
	display: block;
}

.solution_1 li .nr h5 {
	padding-top: 15px;
}

.solution_1 li .nr h5 span {
	float: right;
	padding-top: 15px;
}

.solution_1 li .nr h5 a {
	width: 36%;
	height: 40px;
	border: 1px solid #ccc;
	color: #e2070b;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}

.solution_1 li .nr h5 a:hover {
	border: 1px solid #e2070b;
	background: #e2070b;
	color: #fff;
}

.solution_1 li .nr h5 a:nth-child(3){ background: #e2070b; color: #fff; margin-left: 5px; border: 1px solid #e2070b;}

.solution1 {
	background: url(../images/solution_nr2bj.png) no-repeat top center;
	background-size: cover;
	padding: 40px 0px;
}

.solution1 .bt {
	padding-bottom: 35px;
	text-align: center;
}

.solution1 .bt h2 {
	font-size: 30px;
	color: #222;
	padding-bottom: 20px;
}

.solution1 .bt p {
	font-size: 14px;
	color: #222;
}

.solution1_1 {
	height: 560px;
	background: url(../images/solution_09.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.solution1_1 .nr {
	box-sizing: border-box;
	width: 500px;
	position: absolute;
	bottom: -60px;
	left: 20%;
	background: url(../images/solution_nr2xbj.png) no-repeat right top #fff;
	background-size: 60% auto;
	padding: 70px 40px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
}

.solution1_1 .nr h2 {
	font-size: 32px;
	color: #e2070b;
}

.solution1_1 .nr h3 {
	padding: 40px 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
}

.solution1_1 .nr h3 a {
	width: 33.3%;
	display: block;
	text-align: center;
	line-height: 35px;
}

.solution1_1 .nr h5 {
	padding-top: 15px;
}

.solution1_1 .nr h5 span {
	float: right;
	padding-top: 15px;
}

.solution1_1 .nr h5 a {
	width: 115px;
	height: 40px;
	border: 1px solid #ccc;
	color: #e2070b;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}

.solution1_1 .nr h5 a:hover {
	border: 1px solid #e2070b;
	background: #e2070b;
	color: #fff;
}

.solution1_1 .nr h5 a:nth-child(3){ background: #e2070b; color: #fff; margin-left: 5px; border: 1px solid #e2070b;}


.solution2 {
	padding: 50px 0px;
}

.solution2 .bt {
	padding-bottom: 35px;
	text-align: center;
}

.solution2 .bt h2 {
	font-size: 30px;
	color: #222;
	padding-bottom: 20px;
}

.solution2 .bt p {
	font-size: 14px;
	color: #222;
}

.solution2_1 ul li {
	width: calc(33.3% - 30px);
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 5px #fff;
}
.solution2_1 ul li:hover{ box-shadow: 3px 3px 5px #eee;}

.solution2_1 ul li:nth-child(3n+0) {
	margin-right: 0px;
}

.solution2_1 ul li .img {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
}

.solution2_1 ul li .img h2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	 display: block;
	transform: scale(1);
	transition: all 0.3s ease 0s;
	background-size:cover;
	background-position: center center;
}

.solution2_1 ul li:hover .img h2 {
	transform: scale(1.1);
}

.solution2_1 ul li .img h2 img{ width: 100%; height: auto;}


.solution2_1 ul li a{position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0, 0, 0, .4); display: flex; justify-content: center; align-items: center; font-size: 16px; color: #fff; opacity: 0;}
.solution2_1 ul li:hover a{ opacity: 1;}

.solution2_1 ul li .nr {
	padding: 20px 10px;
	background: #fff; transition: all 0.5s ease 0s; position: relative;
}

.solution2_1 ul li:hover .nr{ padding: 20px 20px; transition: all 0.5s ease 0s;}

.solution2_1 ul li .nr span {
	float: right;
}

.solution2_1 .list{text-align: center; padding: 10px; font-size: 14px;}

.solution2_1 ul li .nr span a{ opacity: 1; background: none; width: auto; height: auto; right: 10px; top: 25px; left: auto;}

.solution2_1 ul li h2 {
	color: #333;
	font-size: 16px;
}


.solution2_1 .more {
	padding-top: 30px;
	display: block;
}

.solution2_1 .more a {
	width: 400px;
	margin: 0px auto;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}


.solution2_1 .more a:hover {
	color: #fff;
	box-shadow: 0px 0px 5px #333;
}

.solution2_1 .more p{ font-size: 15px; text-align: center; width: 400px;
	margin: 0px auto;
	display: block;
	height: 50px;
	line-height: 50px; background: #eee; color: #333;}

.solution2_1 .more a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e2070b;
	content: '';
	z-index: -2;
}

.solution2_1 .more a::before {
	width: 0px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e2070b;
	content: '';
	z-index: -1;
}

.solution2_1 .more a:hover::before {
	width: 100%;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}


.solution2_1 .lx a {
	max-width: 400px;
	min-width: 300px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	border-radius: 30px;
	text-indent: 15px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.solution2_1 .lx a span {
	float: right;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border-radius: 50%;
	margin-top: 8px;
	margin-right: 8px;
	text-indent: 0px;
	text-align: center;
}

.solution2_1 .lx a span i {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.solution2_1 .lx a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #e53245;
	z-index: -2;
}

.solution2_1 .lx a:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #b40c0f;
	z-index: -1;
}

.solution2_1 .lx a:hover:before {
	width: 100%;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}


.solution3 {
	padding: 50px 0px;
}

.solution3 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.solution3 .left {
	width: 50%;
	padding-right: 10%;
	text-align: right;
}

.solution3 .left h2 {
	font-size: 50px;
	color: #222;
}

.solution3 .left b {
	display: inline-block;
	width: 60px;
	height: 6px;
	background: #e53245;
	margin: 20px 0px;
}

.solution3 .left p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.solution3 .right {
	width: 40%;
}

.solution3 .right img {
	width: 100%;
	max-width: 598px;
}


.solution4 {
	width: 100%;
	padding: 150px 100px 0px 100px;
}

.solution4 .hite_title {
	margin-bottom: 50px;
}

.solution4 .hite_title h2 {
	color: #fff;
	position: relative;
	font-size: 30px;
	margin-bottom: 24px;
	padding-bottom: 20px;
}

.solution4 .hite_title h2::after {
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 2px;
}

.solution4 .hite_title p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}

.solution4_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.solution4_left {
	width: 58%;
	position: relative;
	margin-top: -10%;
	margin-right: -15%;
	padding: 40px 0 30px 0;
	z-index: 2;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	background: -webkit-linear-gradient(left top, #4100ba, #d94143);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #4100ba, #d94143);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #4100ba, #d94143);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #4100ba, #d94143);
	/* 标准的语法（必须放在最后） */
	height: 600px;
}

.solution4_left .wz {
	width: 80%;
	margin: 0 auto;
}

.solution4_left .box4 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.solution4_left .box4 ul li {
	width: 20%;
	padding: 20px 24px;
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}

.solution4_left .box4 ul li img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 35px;
}

.solution4_left .box4 ul li .img1 {
	display: block;
	width: 60px; height: auto;
}

.solution4_left .box4 ul li .img2 {
	display: none;
	width: 60px; height: auto;
}

.solution4_left .box4 ul li p {
	font-size: 16px;
}

.solution4_right {
	width: 65%;
	height:600px;
	background: url(../images/hite3-01.jpg) no-repeat top center;
	background-size: cover;
}

.solution4_left .box4 ul li:hover {
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.solution4_left .box4 ul li:hover .img1 {
	display: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.solution4_left .box4 ul li:hover .img2 {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.solution4_left .box4 ul li:hover p {
	color: #ef0000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


#particles-js {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;

	background-image: url("");

	background-repeat: no-repeat;

	background-size: cover;

	background-position: 50% 50%;

}


.payment {
	padding-top: 50px;
}

.payment1 {
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	background: #333;
}

.payment1_l {
	width: 60%;
	box-sizing: border-box;
	padding: 50px;
	background: #fff;
	font-size: 15px;
	color: #333;
}

.payment1_l .logo {
	width: 60%;
	max-width: 390px;
}

.payment1_l p {
	line-height: 26px;
}

.payment1_l h2 {
	font-size: 20px;
	color: #000;
}

.payment1_l1 {
	width: 100%;
	padding-top: 20px;
}

.payment1_l1 li {
	border-bottom: 1px dashed #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.payment1_l1 li span {
	float: left;
	padding-right: 20px;
}

.payment1_l1 li span img {
	width: 90px;
}

.payment1_r {
	width: 40%;
	box-sizing: border-box;
	padding: 50px;
	color: #fff;
	line-height: 26px;
}

.payment1_r h2 {
	font-size: 18px;
}

.payment1_r h5 {
	height: 2px;
	width: 16px;
	background: #fff;
	margin: 12px 0px;
	display: block;
}

.payment1_r p {
	font-size: 14px;
	color: #b1b1b1;
}

.payment1_r h3 {
	padding-top: 40px;
	display: flex;
	flex-direction: row;
}

.payment1_r h3 span {
	width: 33.3%;
	flex-direction: column;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #b1b1b1;
}

.payment1_r h3 span b {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 5px;
}

.payment1_r h3 span b em {
	font-size: 40px;
}


.contact {
	margin: 75px 0px;
	display: flex;
}

.contact_l {
	width: 40%;
	margin-left: 70px;
	background: #f8f8f8;
	padding: 35px 3%;
}

.contact_l h2 {
	font-size: 32px;
	color: #000;
}

.contact_l h3 {
	font-size: 120px;
	color: #000;
	line-height: 100px;
	font-weight: bold;
	margin-bottom: 25px;
}

.contact_l h3 b {
	width: 16px;
	height: 16px;
	background: #e2070b;
	border-radius: 50%;
	display: inline-block;
}

.contact_l p {
	font-size: 15px;
	line-height: 32px;
	color: #000;
}

.contact_r {
	width: 60%;
	height: 620px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: -25px 0px;
}

.contact1 {
	width: 100%;
	position: relative;
}

.BMapLabel {
	width: 80px !important;
	max-width: 80px;
}

.contact1 .map {
	width: 100%;
	height: 600px;
}

.contact1_1 {
	max-width: 1400px;
	margin: 0px auto;
	padding: 0px 50px;
	position: relative;
	margin-top: -160px;
}

.contact1_1 ul {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	display: flex;
	padding-bottom: 40px;
}

.contact1_1 ul li {
	width: 33.3%;
	margin: 0px 3%;
	margin-top: -45px;
}

.contact1_1 ul li .img img {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.contact1_1 ul li .nr {
	padding-top: 40px;
}

.contact1_1 ul li .nr h2 {
	font-size: 20px;
	color: #000;
	text-align: center;
}

.contact1_1 ul li .nr b {
	width: 80px;
	height: 3px;
	display: block;
	background: #e2070b;
	margin: 15px auto;
}

.contact1_1 ul li .nr p {
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 26px;
}


.contact2 {
	max-width: 1100px;
	margin: 50px auto;
	width: 100%;
}

.contact2_1 {
	padding: 0px 50px;
}

.contact2_1 .bt {
	text-align: center;
	margin-bottom: 40px;
}

.contact2_1 .bt h2 {
	font-size: 30px;
	color: #000;
	text-align: center;
}

.contact2_1 .bt b {
	width: 80px;
	height: 3px;
	display: block;
	background: #e2070b;
	margin: 15px auto;
}

.contact2_1 .bt p {
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 26px;
}

.contact2_1_ly {
	background: url(../images/contact_17.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 50px;
}

.contact2_1_ly .nr {
	width: 80%;
	margin: 0px auto;
	background: #fff;
	padding: 50px;
}

.contact2_1_ly .nr .text {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 0px;
	border-bottom: 4px solid #efefef;
	font-size: 16px;
	color: #333;
	text-indent: 20px;
}

.contact2_1_ly .nr .text::-webkit-input-placeholder {
	color: #999; font-size: 16px;
}

.contact2_1_ly .nr ul li {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
	color: #888;
}

.contact2_1_ly .nr ul li i {
	position: absolute;
	font-size: 26px;
	right: 20px;
	top: 0px;
	color: #e2070b;
	height: 60px;
	line-height: 60px;
}

.contact2_1_ly .nr ul li .fuxuan {
	vertical-align: sub;
	margin-right: 5px;
}

.contact2_1_ly .nr ul li .anniu {
	width: 200px;
	height: 60px;
	background: #f8f8f8;
	font-size: 20px;
	color: #999;
	border-radius: 15px;
	display: block;
	margin: 0px auto;
	line-height: 60px;
	border: 0px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .15);
}

.contact2_1_ly .nr ul li .anniu:hover {
	background: #e2070b;
	color: #fff;
}


.verify {
	width: 100%;
	height: 60px;
	margin-top: 20px;
}

#verify_box {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	color: #fff;
	position: relative;
	background-color: rgba(212, 212, 212, 1);

}

#verify_xbox {
	width: 54px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	background: #7BBB55;
}

#btn {
	cursor: pointer;
	width: 54px;
	height: 60px;
	background-color: rgba(255, 255, 255, 1);
	border: solid 1px rgba(212, 212, 212, 1);
	float: right;
}

.continue {
	width: 120px;
	height: 60px;
	background-color: rgba(212, 212, 212, 1);
	margin: 0 70px;
	border: none;
	color: #302f41;
	font-size: 16px;
}

.continue:hover {
	background-color: rgba(235, 54, 38, 1);
	color: #ffffff;
}


.service {
	padding-top: 50px;
}

.service .lujin {
	margin-bottom: 40px;
	font-size: 14px;
}

.service .lujin span {
	color: #b40c0f;
}

.service1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.service1_l {
	width: 45%;
	padding: 8%;
	box-sizing: border-box;
}

.service1_l h2 {
	font-size: 32px;
	color: #000;
}

.service1_l b {
	width: 18px;
	height: 2px;
	background: #b40c0f;
	display: block;
	margin: 20px 0px;
}

.service1_l p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.service1_r {
	width: 55%;
}

.service1_r img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.service2 {
	background: url(../images/service_02bj.png) no-repeat top center;
	background-size: cover;
	padding: 50px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service2_l {
	width: 55%;
}

.service2_l img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.service2_r {
	width: 45%;
	padding: 8%;
	box-sizing: border-box;
}

.service2_r h2 {
	font-size: 32px;
	color: #000;
}

.service2_r b {
	width: 18px;
	height: 2px;
	background: #b40c0f;
	display: block;
	margin: 20px 0px;
}

.service2_r p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

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

.service3 .bt {
	font-size: 35px;
	color: #000;
	margin-bottom: 35px;
}

.service3 .bt b {
	width: 30px;
	height: 1px;
	background: #b40c0f;
	display: block;
	margin: 5px 0px;
}

.service3 .bt p {
	font-size: 24px;
	color: #000;
}


.service31 {
	display: flex;
}

.service31 .bd {
	width: 58%;
	padding: 20px 0px;
	box-sizing: border-box;
}

.service31 .bd .nr {
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.service31 .bd .nr::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	left: 10%;
	top: 0px;
	background: #a5a19e;
}

.service31 .bd .nr::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 20%;
	left: calc(10% - 1px);
	top: 0px;
	background: #e2070b;
	z-index: 2;
	top: 40%;
}

.service31 .bd .nr h2 {
	position: absolute;
	right: 8%;
	bottom: 10%;
	color: #fff;
	font-size: 40px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	text-align: right;
}

.service31 .bd .nr h2 span {
	font-size: 24px;
	display: block;
}


.service31 .hd {
	width: 42%;
}

.service31 .hd ul li {
	height: 80px;
	display: flex;
	color: #fff;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.service31 .hd ul li:nth-child(1) {
	background: #e2070b;
}

.service31 .hd ul li:nth-child(2) {
	background: #d20307;
}

.service31 .hd ul li:nth-child(3) {
	background: #c10307;
}

.service31 .hd ul li:nth-child(4) {
	background: #ad0003;
}

.service31 .hd ul li:nth-child(5) {
	background: #970104;
}

.service31 .hd ul li:nth-child(6) {
	background: #830003;
}

.service31 .hd ul li:nth-child(7) {
	background: #770002;
}

.service31 .hd ul li:nth-child(8) {
	background: #660002;
}

.service31 .hd ul li:nth-child(9) {
	background: #560002;
}

.service31 .hd ul li h2 {
	width: 110px;
	line-height: 75px;
	text-align: center;
}

.service31 .hd ul li i {
	width: 60px;
	height: 60px;
	border: 2px solid #e2070b;
	line-height: 50px;
	position: absolute;
	left: 5%;
	border-radius: 50%;
	text-align: center;
	display: none;
}

.service31 .hd ul li b {
	position: absolute;
	left: 110px;
	width: 1px;
	height: 100%;
	background: #ee6a6d;
	display: block;
	transition: all 0.5s ease 0s;
}

.service31 .hd ul li h3 {
	width: calc(100% - 110px);
	line-height: 75px;
	box-sizing: border-box;
	padding: 0px 20px;
}

.service31 .hd ul li.on {
	background: #fff;
	color: #333;
	margin: -10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	height: 100px;
	position: relative;
	z-index: 2;
}

.service31 .hd ul li.on b {
	left: 100px;
	transition: all 0.5s ease 0s;
}

.service31 .hd ul li.on i {
	display: block;
}

.service31 .hd ul li.on h2 {
	color: #fff;
}


.hr {
	padding-top: 50px;
}

.hr .lujin {
	margin-bottom: 40px;
	font-size: 14px;
}

.hr .lujin span {
	color: #b40c0f;
}

.hr1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.hr1_l {
	width: 45%;
	padding: 8%;
	box-sizing: border-box;
}

.hr1_l h2 {
	font-size: 32px;
	color: #000;
}

.hr1_l b {
	width: 18px;
	height: 2px;
	background: #b40c0f;
	display: block;
	margin: 20px 0px;
}

.hr1_l p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.hr1_r {
	width: 55%;
}

.hr1_r img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.hr2 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/w.png) no-repeat center center;
	background-size: 60%;
}

.hr2 ul li {
	float: left;
	width: 27.3%;
	margin: 0px 3%;
	position: relative;
	margin-bottom: 50px;
}

.hr2 ul li .img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.hr2 ul li .img img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.hr2 ul li .nr {
	margin-left: 10%;
	margin-top: 10%;
	width: 80%;
	background: #fff;
	padding: 8%;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 2;
}

.hr2 ul li .nr a {
	display: block;
}

.hr2 ul li .nr a h2 {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}

.hr2 ul li .nr a h2 i {
	font-size: 14px;
	float: right;
	color: #c1a367;
}

.hr2 ul li .nr a h3 {
	font-size: 13px;
	color: #c1a367;
	padding: 20px 0px;
}

.hr2 ul li .nr a p {
	font-size: 14px;
	line-height: 23px;
	color: #333;
	height: 70px;
	overflow: hidden;
}

.hr2 ul li .nr a span {
	display: block;
	padding-top: 15px;
	font-size: 15px;
	color: #888;
}

.hr2 ul li:hover .nr {
	background: #b40c0f;
}

.hr2 ul li:hover .nr a h2,
.hr2 ul li:hover .nr a h2 i {
	color: #fff;
}

.hr2 ul li:hover .nr a h3 {
	color: #fff;
}

.hr2 ul li:hover .nr a p {
	color: #ddd;
}

.hr2 ul li:hover .nr a span {
	color: #fff;
}


.fixed_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: none;
}

.job_fix {
	display: none;
	border-radius: 4px;
	overflow: hidden;
	padding: 20px;
}



.job_close {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 5px;
	border-radius: 3px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	z-index: 2;
	cursor: pointer;
	font-size: 26px;
	-webkit-text-stroke: 1px #fff;
}


.job_top {
	position: relative;
}

.job_bot {
	padding: 30px;
}

.job_wz h2 {
	font-size: 28px;
	margin: 0;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 2px;
}

.job_wz h3{ font-size: 16px; color: #333; font-weight: bold; margin-bottom: 5px;}

.job_wz h5 {
	font-size: 14px;
	color: #888;
	margin: 12px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.job_wz p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #888;
}

.jobCot li {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #888;
}

.jobCot li span {
	color: #888;
}

.jobCot ul:after {
	content: '';
	display: table;
	clear: both;
}

.jobCot {
	margin-bottom: 10px;
}

.jobB_cot {
	margin: 15px 0px;
}


.job_wz:after {
	content: '';
	clear: both;
	display: table;
}

.job_wz {
	margin-bottom: 20px;
}

.job_upload a {
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #b40c0f;
	border: 1px solid #b40c0f;
	text-align: center;
}

.job_upload a i {
	font-size: 16px;
	margin-right: 5px;
}

.job_close {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 5px;
	transition: all 0.2s ease-in-out;
}

.job_close img {
	width: 100%;
}

.job_close:hover {
	transform: rotate(90deg);
}

.job_upload {
	text-align: right;
}

.job_upload a {
	color: #b40c0f;
	font-size: 14px;
}


.job_upload a i {
	font-size: 16px;
	margin-right: 5px;
}

.remind {
	margin-top: 15px;
	font-size: 14px;
	color: red;
}


.team {
	padding-top: 50px;
}

.team .lujin {
	margin-bottom: 40px;
	font-size: 14px;
}

.team .lujin span {
	color: #b40c0f;
}

.team1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	background: url(../images/team_mk1bj.png) no-repeat right top;
	background-size: 40%;
}

.team1_l {
	width: 35%;
	padding-left: 5%;
}

.team1_l h2 {
	font-size: 32px;
	color: #000;
}

.team1_l b {
	width: 18px;
	height: 2px;
	background: #b40c0f;
	display: block;
	margin: 10px 0px;
}

.team1_l h3 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	text-transform: uppercase;
}

.team1_l p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.team1_l .hd {
	padding-top: 90px;
	position: relative;
	width: 350px;
}

.team1_l .hd ul li {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.team1_l .hd ul li strong {
	width: 3px;
	height: 3px;
	display: inline-block;
	margin-right: 5px;
	background: #000;
	border-radius: 50%;
}

.team1_l .hd ul li.on strong {
	width: 5px;
	height: 5px;
}

.team1_l .hd ul li.on {
	font-size: 16px;
	color: #000;
}

.team1_l .hd ul li.on em {
	width: 60%;
	margin-left: 20px;
	height: 1px;
	left: 156px;
	top: 50%;
	content: '';
	background: #000;
}

.team1_l .hd ul li span {
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 30px;
	right: 0px;
	display: none;
}

.team1_l .hd ul li.on span {
	display: block;
}



.team1_r {
	width: 65%;
	padding-left: 5%;
}

.team1_r .bd .nr {
	height: 650px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10%;
}

.team1_r h2 {
	font-size: 35px;
	color: #fff;
}

.team1_r b {
	width: 18px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 20px 0px;
}

.team1_r h3 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
}

.team1_r p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

.team2 ul li {
	height: 600px;
	display: flex;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	margin-bottom: 80px;
}

.team2 ul li:nth-child(2n+0) {
	flex-direction: row-reverse;
}

.team2 ul li .team2_tu {
	height: 100%;
	width: 70%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.team2 ul li .team2_wz {
	height: 100%;
	width: 30%;
	background: url(../images/team2_bj.jpg) no-repeat bottom center;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-width: 350px;
	padding: 5%;
	flex-direction: column;
	text-align: left;
}

.team2 ul li .team2_wz h2 {
	font-size: 32px;
	color: #000;
}

.team2 ul li .team2_wz b {
	width: 18px;
	height: 2px;
	display: block;
	background: #b40c0f;
	margin: 15px 0px;
}

.team2 ul li .team2_wz p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.solution_xx {
	padding-top: 40px;
}

.solution_xx .lujin {
	margin-bottom: 40px;
	font-size: 14px;
}

.solution_xx .lujin span {
	color: #b40c0f;
}


.solution_xx1 .bt {
	text-align: center;
	margin-bottom: 50px;
}

.solution_xx1 .bt h2 {
	font-size: 35px;
	color: #333;
	padding-bottom: 10px;
}

.solution_xx1 .bt p {
	font-size: 15px;
	color: #666;
}

.solution_xx1 .nr {
	display: flex;
}

.solution_xx1 .nr .nr_l {
	width: 60%;
	margin-right: -10%;
	z-index: 2;
	height: 400px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	background: url(../images/solution_xx_05.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 50px;
}

.solution_xx1 .nr .nr_l video {
	object-fit: fill;
}

.solution_xx1 .nr .nr_r {
	width: 60%;
	background: #3cae32;
	height: 400px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	background: url(../images/solution_xx_bj.jpg) no-repeat center center;
	background-size: cover;
	padding: 0px 5% 0px 15%;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
}

.solution_xx1 .nr .nr_r h2 {
	font-size: 26px;
	color: #000;
	margin-bottom: 5px;
}

.solution_xx1 .nr .nr_r h3 {
	font-size: 12px;
	color: #666;
}

.solution_xx1 .nr .nr_r b {
	width: 28px;
	height: 4px;
	background: #ec0000;
	display: block;
	margin: 10px 0px;
}

.solution_xx1 .nr .nr_r p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.solution_xx1 .nr .nr_r span {
	margin-top: 20px;
}

.solution_xx1 .nr .nr_r span a {
	width: 180px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #e2070b;
	font-size: 16px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.solution_xx1 .nr .nr_r span a:hover {
	color: #fff;
	background: #b40c0f;
}

.solution_xx2 {
	padding: 50px 0px;
	padding-bottom: 0px;
}

.solution_xx2 .bt {
	text-align: center;
	margin-bottom: 50px;
	padding: 0px 100px;
}

.solution_xx2 .bt h2 {
	font-size: 35px;
	color: #333;
	padding-bottom: 10px;
}

.solution_xx2 .bt p {
	font-size: 15px;
	color: #666;
}

.solution_xx2 ul li {
	display: flex;
	padding:0px 100px;
}

.solution_xx2 ul li .img {
	width: 50%;
	float: right;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.solution_xx2 ul li .nr {
	width: 50%;
	display: inline-flex;
	justify-content: center;
	float: left;
	box-sizing: border-box;
	padding-left: 5%;
	flex-direction: column;
}

.solution_xx2 ul li:nth-child(2n+0) {
	flex-direction: row-reverse;
}

.solution_xx2 ul li:nth-child(2n+0) .nr{ padding-left: 0px; padding-right: 5%;}

.solution_xx2 ul li .nr h2 {
	font-size: 35px;
	color: #000;
}

.solution_xx2 ul li .nr h2 em{ float: right; font-size: 15px;}

.solution_xx2 ul li .nr b {
	width: 18px;
	height: 2px;
	display: block;
	background: #b40c0f;
	margin: 15px 0px;
}

.solution_xx2 ul li .nr h3 {
	font-size: 15px;
	color: #222;
	line-height: 24px;
	margin-bottom: 6px;
}

.solution_xx2 ul li .nr p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
}

.solution_xx2 ul li .nr span {
	margin-top: 20px;
}

.solution_xx2 ul li .nr span a {
	width: 180px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	font-size: 16px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.solution_xx2 ul li .nr span a:hover {
	color: #fff;
	background: #b40c0f;
}



.app_zh {
	padding-top: 50px;
}

.app_zh .lujin {
	margin-bottom: 40px;
	font-size: 14px;
}

.app_zh .lujin span {
	color: #b40c0f;
}

.app_zh1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	position: relative;
}

.app_zh1::after{ content: 'construction'; position: absolute; width: 70%; font-size: 15vw; color: #f3f2f1; top: -15vh; left: -10vw; z-index: -1; font-family: Arial, Helvetica, sans-serif;}

.app_zh1_l {
	width: 60%;
}

.app_zh1_l img {
	width: 100%;
	height: auto;
}

.app_zh1_r {
	width: 40%;
	padding: 6%;
	box-sizing: border-box;
}

.app_zh1_r h3{ font-size: 14px; padding-bottom: 3px; color: #333;}

.app_zh1_r h2 {
	font-size: 50px;
	color: #000;
}

.app_zh1_r b {
	width: 40px;
	height: 2px;
	background: #b40c0f;
	display: block;
	margin: 20px 0px;
}

.app_zh1_r p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.app_zh1_r a {
	margin-top: 25px;
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	text-align: center;
}

.app_zh1_r a em {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.app_zh1_r a::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #b40c0f;
	z-index: 1;
}

.app_zh1_r a:hover {
	color: #fff;
}

.app_zh1_r a:hover::before {
	width: 100%;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}

.app_zh1_r a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #fbfbfb;
	z-index: 0;
}


.app_zh2{ background: url(../images/app_mk2bj.png) no-repeat #f1f3f3; padding-top: 50px !important; padding-bottom: 50px !important;}


.app_custom1{ width: 100%; position: relative;}
.app_custom1 .img img{ width: 100%;}
.app_custom1 .nr{ position: absolute; right: 10%; width: 510px; top: 22%;}

.app_custom1 .nr h3{ font-size: 20px; color: #fff; margin-bottom: 10px;}

.app_custom1 .nr h2 {
	font-size: 36px;
	color: #fff;
}

.app_custom1 .nr b {
	width: 40px;
	height: 2px;
	background: #b40c0f;
	display: block;
	margin: 12px 0px;
}

.app_custom1 .nr p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

.app_custom1 .nr span {
	margin-top: 20px;
	display: block;
}

.app_custom1 .nr span a {
	width: 180px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	background: #fff;
	font-size: 16px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.app_custom1 .nr span a:hover {
	color: #fff;
	background: #b40c0f;
}

.app_custom2{ background: url(../images/app_custom_mk2bj.png) no-repeat top center #fff; background-size: cover; padding: 50px 0px;}

.app_custom2 .container{ max-width: 1350px;}

.app_custom2 .bt{ color: #333; text-align: center; margin-bottom: 50px;}
.app_custom2 .bt{ font-size: 40px;}
.app_custom2 .bt p{ font-size: 15px;}

.app_custom21{ margin-bottom: 50px;}
.app_custom21 ul li{ width: 25%; float: left;}
.app_custom21 ul li .img{ width: 100%; height: auto;}
.app_custom21 ul li .img img{ width: 100%;}
.app_custom21 ul li .nr{ padding: 0px 15px; text-align: center;}
.app_custom21 ul li .nr h2{ padding: 18px 0px; font-size: 20px; color: #000;}
.app_custom21 ul li .nr h2 em{ color: #c10307; font-size: 12px; vertical-align: text-top;}
.app_custom21 ul li .nr p{ font-size: 14px;}

.app_custom22{ display: flex;  align-items: center; justify-content: center;}
.app_custom221{ width: 33.3%;}
.app_custom221 ul li{display: flex; width: 100%; margin-bottom: 25px;}
.app_custom221 span{ display: block; margin-right: 15px;}
.app_custom221 h2{ font-size: 16px; color: #000;}
.app_custom221 p{ font-size: 13px; color: #888; line-height: 21px; padding-top: 10px; display: block;}
.app_custom222{ width: 33.3%; text-align: center; display: flex; align-items: center; justify-content: center;}
.app_custom222 img{ max-width: 399px; width: 80%;}

.app_custom3{ background: #fff; padding: 50px 0px;}
.app_custom3 img{ width: 100%; height: auto;}

.app_custom4{ height: 300px; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; display: flex; color: #fff; align-items: center; background-position: center center;}
.app_custom4 h2{ font-size: 35px; padding-bottom: 8px;}
.app_custom4 p{ font-size: 14px;}



.app_custom5{  padding: 50px 0px;}

.app_custom5 .container{ max-width: 1350px;}

.app_custom5 .bt{ color: #333; text-align: center; margin-bottom: 50px;}
.app_custom5 .bt{ font-size: 40px;}
.app_custom5 .bt p{ font-size: 15px;}
.app_custom5 ul li{ float: left; width: 25%; text-align: center; font-size: 15px;}
.app_custom5 ul li .img{ width: 100%;}
.app_custom5 ul li .img img{ max-width: 200px; width: 80%;}

.ny_lj{ font-size: 14px;}

.ny_lj1{ font-size: 14px; color: #fff; z-index: 3; top: 50px; position: absolute;}
.ny_lj1 a{ color: #fff;}
.ny_lj1 .red{ color: #fff;}



.mainView{ padding: 0px 100px;}


.layui-layer-setwin .layui-layer-close2{ right:20px !important; top: 0px !important; background:none !important; width: 40px !important; height: 40px !important;}
.layui-layer-setwin .layui-layer-close2::after{ width: 40px; height: 2px; background: #333; content: ''; display: block; transform: rotate(135deg); margin-top: -2px;}
.layui-layer-setwin .layui-layer-close2::before{ width: 40px; height: 2px; background: #333; content: ''; display: block; transform: rotate(45deg); margin-top: 20px;}


.baojia{ padding: 35px;  max-width: 500px; box-sizing: border-box;}
.baojia .logo img{ height: 40px;}

.baojia .nr{ padding-top: 50px; padding-bottom: 20px;}
.baojia .nr h2{ font-size: 13px; color: #333;}
.baojia .nr h3{ font-size: 40px; font-family: fantasy; color: #e60012; padding: 10px 0px;}
.baojia .nr h4{ height: 40px; padding: 10px 0px; line-height: 40px; display: flex; font-size: 14px;}
.baojia .nr h4 a{ display: block; width: 90px; height: 40px; background: #222; color: #fff; text-align: center; border-radius: 5px; margin-left: 10px;}
.baojia .nr h4 b{position:relative; cursor:pointer;}
.baojia .nr h4 b img{width:20px; height:auto;}
.baojia .nr h4 b span{
    position: absolute;
    bottom: 20px;
    right: -20px;
    display: none;
}
.baojia .nr h4 b span img{
    width: 130px !important;
    height: auto;
}

.baojia .nr h4 b:hover span{
    display: block;
}

.baojia .nr2 h2{ display: flex;}
.baojia .nr2 h2 .text:nth-child(2){ margin-left: 10px;}
.baojia .nr2 .text{ width: 50%; height: 45px; line-height: 45px; border: 0px; border-bottom: 1px solid #222; font-size: 14px; margin-bottom: 10px;}
.baojia .nr2 .text1{ width: 100%; height: 45px; line-height: 45px; border: 0px; border-bottom: 1px solid #222; font-size: 14px; margin-bottom: 10px;}
.baojia .nr2 p{ font-size: 13px; padding: 5px 0px 15px 0px;}
.baojia .nr2 p i{ margin-right: 3px;}
.baojia .nr2 .anniu{ width: 100%; height: 45px; line-height: 45px; font-size: 16px; color: #fff; background: #e60012;  border-radius: 5px; border: 0px; cursor: pointer;}


.ny_zxal{ padding-left: 100px; padding-right: 100px;}

.biaoq{ border-top: 1px solid #eee; padding-top: 20px; margin-top: 20px;}

.biaoq a{font-size: 13px;
    padding: 10px 15px;
    background: #fdfdfd;
    margin-right: 10px;
    display: block;
    box-shadow: 0px 0px 2px #e2e2e2; float: left; margin-bottom: 10px;
}

.sqbj{ padding-top: 20px; display: flex;}
.sqbj a{ width: 150px;
    display: block;
    margin-right: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e2070b;
    background: #ededed;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
	overflow: hidden;}
.sqbj a:nth-child(2){color: #fff;
		background: #e2070b; margin-left: 10px;}




.case_banner{ height: 620px; background-size: cover; background-position: center center; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; color: #fff;}
.case_banner h2{ font-size: 40px; text-shadow: 2px 3px 5px #666;}
.case_banner h3{ font-size: 16px; text-shadow: 2px 3px 5px #666;}
.case_banner b{ width: 50px; height: 4px; background: #fff; display: block; margin: 20px 0px;}
.case_banner p{ font-size: 16px;}

.case_xx{ background: #f6f6f6; margin: 0px auto; box-sizing: border-box; padding: 50px; margin-bottom: 40px; max-width: 1600px;}

.case_xx .nr{ position: relative; padding-bottom: 30px;}
.case_xx .nr .ewm{ text-align: center; color: #333; font-size: 14px; position: absolute; right: 0px; bottom: 30px;}
.case_xx .nr .ewm img{ margin-bottom: 10px;}

.case_xx .nr .jianj{ width: calc(100% - 200px); max-width: 960px;}
.case_xx .nr .jianj h2{ font-size: 40px; color: #333; padding-bottom: 20px;}
.case_xx .nr .jianj h3{ font-size: 26px; color: #333;}
.case_xx .nr .jianj b{ width: 30px; height: 3px; margin: 15px 0px; background: #ccc; display: block;}
.case_xx .nr .jianj h4{ font-size: 15px; color: #333; padding: 15px 0px;}
.case_xx .nr .jianj p{ font-size: 14px; color: #999; line-height: 24px;}
.case_xx .nr .jianj span{ display: block; padding-top: 20px;}
.case_xx .nr .jianj span a{ width: 140px; height: 55px; line-height: 55px; text-align: center; font-size: 14px; border: 1px solid #666; display: block; float: left; margin-right: 15px;}
.case_xx .nr .jianj span a i{ margin-right: 5px;}
.case_xx .nr .jianj span a:hover{border: 1px solid #d90000;}
.case_xx .nr .jianj span a:nth-child(2n+0){ color: #fff; background: #d90000; border: 1px solid #d90000;}


.case_xx .nr1 img{ display: block; width: 100%; height: auto;}

.case_xx .nr2{ text-align: center; padding-top: 60px;}
.case_xx .nr2 span{ display: inline-block; width: 110px; height: 110px; margin-right: 35px;}
.case_xx .nr2 span img{ width: 100%; height: auto;}
.case_xx .nr2 a{ display: inline-block; width: 110px; height: 110px; background: #fff; font-size: 14px; color: #333; text-align: center; line-height: 110px; border-radius: 5px;}
.case_xx .nr2 a:hover{ background: #333; color: #fff;}
.case_xx .nr2 h2{ font-size: 14px; color: #333; padding-top: 15px;}


.error{ max-width: 800px; margin: 0px auto; padding-top: 2%;}
.error img{ width: 100%;}

@media (max-width:1600px) {
	.error img{ width: 80%; margin-left: 10%;}
}

@media (max-width:1400px) {
	.error img{ width: 70%; margin-left: 15%;}
}

.error h2{ font-size: 43px; text-align: center; color: #333; padding: 15px 0px;}
.error h3{ font-family: "pingfang SC", "Microsoft YaHei", "黑体"; text-align: center; font-size: 22px; line-height: 40px; color: #333;}
.error h4{ font-family: "pingfang SC", "Microsoft YaHei", "黑体"; color: #333; text-align: center; padding: 20px 0px; font-size: 18px;}
.error h5{ font-family: "pingfang SC", "Microsoft YaHei", "黑体"; text-align: center;}
.error h5 a{ background: #e2070b; border: 1px solid #e2070b; color: #fff; height: 45px; line-height: 45px; display: inline-block; width: 150px; margin: 0px 10px; border-radius: 5px; font-size: 15px; box-shadow: 0px 0px 5px #ccc;}
.error h5 a i{ font-size: 14px; margin-right: 5px;}
.error h5 a:nth-last-child(1){ color: #e2070b; background: #fff;}


.city_banner{ height: 410px; background-size: cover; background-repeat: no-repeat; background-position:  top center;}

#main_pege{ margin: 50px 100px; padding: 5px 0 0 0;  border: 1px solid #EAEAEA;background-color: #fff;}
#main_pege .remen { line-height: 34px;font-size: 14px;margin: 25px 20px; }
#main_pege .remen span { display: block;float: left; }
#main_pege .remen a { display: block;float: left;margin-left: 25px; }
#main_pege .remen a:hover { color: #e2070b; }
#main_pege ul { margin: 0 auto; display: block;padding: 0px; }
#main_pege ul li { display: block;position: relative; border-top: 1PX solid #EAEAEA; margin: 0 auto;line-height: 34px;font-size: 14px;padding: 15px 15px 15px 0px; }
#main_pege ul li span { display: block; text-transform:uppercase; float: left;margin:0 15px;line-height: 50px;font-weight: bold; font-family: initial;font-size: 18px; }
#main_pege ul li:hover { background-color: #FAFAFA; }
#main_pege ul li:hover span {  color:#e2070b; }
#main_pege ul li a { display: block;background: #f2f2f2; border: 1px solid #EAEAEA; float: left;border-radius: 6px;padding: 0 10px;margin: 5px;font-size: 14px;}
#main_pege ul li a:hover { color: #FFFFFF;background-color: #e2070b;border: 1px solid #e2070b; }
.letter-order .lo-tips {display: inline-block;position: relative;width: 140px; height: 30px; line-height: 30px; text-align: center;font-size: 14px;vertical-align: middle;background-color: #e2070b; color: #fff;}
.letter-order .lo-tips i {bottom: -8px;left: 12px; position: absolute; border-top: 8px solid #e2070b; border-right: 8px solid transparent;border-left: 8px solid transparent;}
#main_pege ul li .span { display: block;  margin: 0;padding: 0;background:transparent;border: 0; }
#main_pege ul li .span:nth-child(2){ width: 100px;}
#main_pege ul li .span a:hover { background: transparent; }

#main_pege ul li .span:hover {  background: transparent;border: 0; }
.letter-order a { display: block;float: left; font-size: 16px; margin:0 2px;width: 24px;text-align: center; border-radius: 50%;background: #e2070b;color: #fff; }
.hghjfjktjhr a { margin-left: 5px !important;line-height: 24px;height: 24px;margin-top: 4px; }
.hghjfjktjhr a:hover { color: #fff !important; }


.ind9_logo1{
	margin-top: 30px;
	height: 200px;
	overflow: hidden;
}


.ind9_logo1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	height:90px !important;
	padding: 20px 0px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .ind9_logo1 .swiper-slide img{
	  max-width: 70%;
	  height: auto;
	  filter: grayscale(100%);
  }

  .ind9_logo1 .swiper-slide:hover img{
	filter: grayscale(0%);
  }


/* sponsor */
.sponsor_box {
    padding: 60px 0;
}

.sponsor_tit h3 {
    font-size: 36px;
    text-align: center;
    color: #b40c0f;
    letter-spacing: 1px;
}

.sponsor_tit {
    margin-bottom: 30px;
}

.sponsor_lis ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px;
    justify-content: center;
}

.sponsor_lis {
    margin-bottom: 60px;
}

.sponsor_lis:last-child {
    margin: 0;
}

.sponsor_lis li {
    width: 25%;
    padding: 20px 10px;
}

.sponsor_img img {
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sponsor_li {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sponsor_img {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
    text-align: center
}
.sponsor_img img{ width: 100%; height: auto;}

.sponsor_wz {
    padding: 20px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sponsor_wz h3 {
    font-size: 17px;
    text-transform: capitalize;
    color: #333;
    line-height: 30px;
}

.sponsor_wz h3 span{ float: right;}
.sponsor_wz h3 span img{width: 15px;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}

.sponsor_wz h5 {
    font-size: 14px;
    color: #00452c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4
}

.sponsor_wz h5 img {
    width: 15px;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sponsor_li:hover .sponsor_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sponsor_li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.sponsor_li:hover .sponsor_wz h5 img {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}




#newcase li{ visibility: inherit !important;}




@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {

	.in_banner{ display: none;}
	.in_banner1{ display: block; height: 100vh;}
	
	.in_banner1 .swiper-wrapper {
		transition-delay: 1s;
		background-size: cover; height: 100vh;
	}
	
	.in_banner1 .swiper-slide {
		text-align: center;
		font-size: 18px;
		display: flex;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	
	.in_banner1 .title {
		transition-delay: 1s;
		z-index: 10;
		padding: 0px 100px;
		width: 100%;
	}
	
	.in_banner1 .title h3 {
		font-weight: normal;
		font-size: 3.6vw;
		letter-spacing: -2px;
		color: rgba(255, 255, 255, 1);
	}
	
	.in_banner1 .title h3 strong {
		color: #c73041;
		padding-right: 10px;
	}
	
	.in_banner1 .title p {
		font-size: 1.8vw;
		letter-spacing: -1px;
		color: rgba(255, 255, 255, 1);
		opacity: 0.6;
		padding-top: 10px;
	}
	
	.in_banner1 .swiper-slide video{ height: 100%; width: 100%;}
	
	.in_banner1 .swiper-button-prev {
		left: 6vw;
		width: 28px;
		height: 79px;
		background: url(../images/in_button_prev.png) no-repeat;
		background-size: cover;
		opacity: 1;
	}
	
	.in_banner1 .swiper-button-next {
		right: 6vw;
		left: auto;
		width: 28px;
		height: 79px;
		background: url(../images/in_button_next.png) no-repeat;
		opacity: 1;
		background-size: cover;
	}
	
	

	

	.in_box1_r .swiper-slide image{ display: block;}

	
	}