/*必备样式*/
* {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font: 14px Arial, Tahoma;
	color: #666;
	font-weight: normal;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #666;
	vertical-align: baseline;
	cursor: pointer;
	font-size: inherit;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

/* a:hover {
    color: #333;
} */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #f2f2f2;
	margin: 0 auto;
	width: 100%;
	/* min-width: 1200px; */
	font-size: 14px;
	color: #333;
}

* {
	box-sizing: border-box;
}

em,
i {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

/*清浮*/
.g-cf:after {
	content: "";
	clear: both;
	display: table;
}

.g-cf {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*浮动*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

.none {
	display: none;
}

.block {
	display: block;
}

input,
textarea {
	outline: none;
	-webkit-appearance: none;
	background: none;
}

input[type='checkbox']:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8b8b8b;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8b8b8b;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8b8b8b;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8b8b8b;
}

/* 滚动条样式 */
.ab1_infor::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.ab1_infor::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.ab1_infor::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.header {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	webkit-transition: .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: .8s cubic-bezier(.19,1,.22,1);
	-o-transition: .8s cubic-bezier(.19,1,.22,1);
	transition: .8s cubic-bezier(.19,1,.22,1);
	z-index: 99;
}
.header._hidden._show {
	position: fixed;
	transform: translateY(0);
}
.header._hidden {
	background: #fff;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	box-shadow: 0 0 10px rgba(53,53,53,0.2);
}
.header._hidden .logo img,.inheader .logo img{
	display: none;
}
.header._hidden .logo img + img,.inheader .logo img +img{
	display: inline-block;
}
.header._hidden .nav ul li a,.inheader .nav ul li a{
	color: #666;
}
.header._hidden .nav ul li:hover a,.header._hidden .nav ul li.active a,
.inheader .nav ul li:hover a,.inheader .nav ul li.active a{
	color: #d71618;;
}
.hdn {
	position: relative;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

/* .header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 99;
}
 */
.header .container {
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	line-height: 100px;
	z-index: 99;
}
.logo img+img{
	display: none;
}

.nav li {
	opacity: 0;
}

.nav {
	text-align: right;
	margin-right: 140px;
}

.nav ul li {
	display: inline-block;
	line-height: 100px;
	font-size: 13px;
	transform: translateY(-66px);
	opacity: 0;
}

@keyframes logo {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nav ul li a {
	position: relative;
	display: block;
	padding: 0 20px;
	color: rgba(255, 255, 255, .46);
}
.nav ul li a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0px;
	height: 7px;
	background: url(../images/icon07.png) no-repeat center;
	background-size: 100% 100%;
	transform: translateX(-50%);
	z-index: 9;
}
.nav ul li.on a:after{width: 14px;}
.nav ul li.active a {
	color: #fff;
}
.nav ul li.active a:before{
	content: '';
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #d71618;
	border-radius: 1px;
	transform: translateX(-50%);
}

.nav ul li:nth-child(1) {
	animation: translateY ease-in-out .8s forwards;
}

.nav ul li:nth-child(2) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: .2s;
}

.nav ul li:nth-child(3) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: .4s;
}

.nav ul li:nth-child(4) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: .6s;
}

.nav ul li:nth-child(5) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: .8s;
}

.nav ul li:nth-child(6) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: 1s;
}

.nav ul li:nth-child(7) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: 1.2s;
}

.nav ul li:nth-child(8) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: 1.4s;
}

.nav ul li:nth-child(9) {
	animation: translateY ease-in-out .8s forwards;
	animation-delay: 1.6s;
}

@keyframes translateY {
	0% {
		opacity: 0;
		transform: translateY(-66px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.n-naver {
	display: none;
}

.bg {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	top: 100%;
	/* background: rgba(229, 0, 68, .7); */
	z-index: 60;
	display: none;
}

.naver {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	display: none;
	min-width: 280px;
	padding:  0 10px;
	background-color: #d71618;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.35);
}

.naver span {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	transition: all ease-in-out .3s;
}
.naver span:last-child{
	padding-right: 0;
}
.naver span a {
	position: relative;
	display: block;
	padding-right: 20px;
	color: #eee;
	transition: all ease-in-out .3s;
}
.naver span a:after{
	content: '';
	position: absolute;
	top: 70%;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all .4s;
}
.naver span:hover a {
	color: #fff;
}
.naver span:hover a:after{
	content: '';
	width: 100%;
}
@keyframes headerRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.m_header {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 4px 4px rgba(51, 51, 51, 0.1);
	background: #FFFFFF;
}

.m_hcon {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.m_logo {
	float: left;
	margin: 8px 0;
}

.m_logo img {
	height: 40px;
}

.nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 24px;
}

.nav_icon span {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 5px;
	background: #d71718;
	position: relative;
	top: 0;
	-webkit-transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-o-transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.nav_icon span:nth-child(2) {
	width: 18px;
	margin: 7px 0;
}

.nav_icon.on span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_icon.on span:nth-child(2) {
	opacity: 0;
}

.nav_icon.on span:nth-child(3) {
	top: -9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m_naver {
	position: fixed;
	width: 100%;
	left: 0;
	top: 56px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	display: none;
	z-index: 999;
}

.m_naver ul {
	padding: 15px 0;
}

.m_naver ul li {
	/* position: relative; */
	text-indent: 6%;
	font-size: 14px;
	line-height: 35px;
	padding-right: 15px;
	box-sizing: border-box;
}

.m_naver ul li>a {
	display: block;
	color: #333333;
}
.m_naver ul li>a.icon1,
.m_language>a {
	position: relative;
}

.m_naver ul li>a.active {
	color: #d71718;
}
.m_naver ul li>a.icon1:before,
.m_language>a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 10px;
	transition: all ease-in-out .36s;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url(../images/icon08.png) no-repeat center;
	background-size: cover;
}

.m_naver ul li>a.icon1.active:before,
.m_language>a.on:before {
	transform: rotate(90deg);
}

.m_naver ul li dl {
	display: none;
}

.m_naver ul li dl dd {
	font-size: 14px;
	line-height: 30px;
	text-indent: 8%;
}

.m_naver ul li dl dd a {
	color: #666666;
}
.language {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100px;
	z-index: 99;
}
.language>a {
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #d71718;
	box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.35);
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.language img {
	margin-left: 6px;
}
.language dl {
	display: none;
	position: absolute;
	top: 68px;
	width: 100%;
	width: 100%;
	text-align: center;
	background-color: #d71718;
	z-index: 99;
	border-radius: 5px;
	/* box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.35); */
}

.language dl a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.35);
	border-radius: 5px;
}
.inlanguage>a,.inlanguage dl a{
	box-shadow: none;
}
.m_language {
	padding-right: 15px;
}

.m_language>a {
	display: block;
	text-indent: 6%;
	font-size: 14px;
	line-height: 30px;
	color: #2C2C2C;
}

.swip_bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide-active .swip_bg img {
	transition: all 0.5s ease-in-out;
	animation: mymove 4s;
}

@keyframes mymove {
	from {
		transform: scale(1.2, 1.2);
	}

	to {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes mymove {
	from {
		transform: scale(1.2, 1.2);
	}

	to {
		transform: scale(1, 1);
	}
}

.p_banner,
.swiper-container {
	width: 100%;
	height: 100%;
}

.p_banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_banner .swiper-button-next{
	width: 208px;
	height: 80px;
}

.p_banner .swiper-button-next {
	background-image: none;
	background-size: 0;
	margin-top: 0;
	top: auto;
}

.p_banner .swiper-pagination-bullet,
.m_banner .swiper-pagination-bullet {
	width: 25px;
	height: 7px;
	background-color: #ffffff;
	border-radius: 3px;
	opacity: 1;
}

.p_banner .swiper-pagination-bullet-active,
.m_banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.p_banner .container{position: relative;}
.p_banner .i_sbtn{
	font-size: 0;
	left: 0;
	bottom: 55px;
	
}
.p_banner .i_sbtn>*{
	display: inline-block;
	vertical-align: middle;
}
.p_banner .i_sbtn span{
	width: 128px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #333;
	background-color: #ffffff;
	border-radius: 5px 0px 0px 5px;
	text-align: center;
}
.p_banner .i_sbtn img{
	border-radius: 0 5px 5px 0;
}
.m_banner {
	display: none;
	padding-top: 56px;
}
.index1{
	position: relative;
	margin-bottom: 160px;
	z-index: 9;
}
.i1_top {
	position: absolute;
	right: 0;
	top: -120px;
	width: 44%;
	padding-right: 13.5%;
	background-color: #333;
	z-index: 99;
}
.i1_top a{
	display: block;
	width: 100%;
	padding: 40px 0 40px 45px;
	padding-right: 0;
}
.i1_top a p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: justify;
}
.i1_top a i{
	position: relative;
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #d71718;
}
.i1_top a i:after{
	content: '';
	position: absolute;
	left: 80px;
	top: 50%;
	width: 94px;
	height: 2px;
	background-color: #d71718;
	transform: translateY(-50%);
}
.i1_main {
	padding-top: 95px;
}
.i1_mleft{
	display: inline-block;
	width: 37%;
	margin-right: 2%;
	vertical-align: bottom;
}
.i1_mright {
	position: relative;
	display: inline-block;
	width: 60.7%;
	vertical-align: bottom;
}
.i1_mrlist {
	font-size: 0;
}
.i1_mrleach {
	display: inline-block;
	width: 25%;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
}
.i1_mrleach h1 {
	color: #333;
	font-size: 0;
}
.i1_mrleach h1>*{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.i1_mrleach h1 span{
	margin-right: 5px;
	font-size: 60px;
	line-height: 50px;
	font-weight: bold;
}
.i1_mrleach p{
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.i1_mrbottom {
	position: absolute;
	right: 60px;
	bottom: -90px;
	/* width: 56%; */
	background-color: #333333;
	z-index: 9;
}
.i1_mrbottom a{
	display: block;
	padding: 70px 55px 30px 30px;
}
.i1_mrbottom h1{
	position: relative;
	font-size: 18px;
	color: #d71718;
}
.i1_mrbottom h1:after{
	content: '';
	position: absolute;
	left: 100px;
	top: 50%;
	width: 50px;
	height: 2px;
	background-color: #d71718;
	transform: translateY(-50%);
}
.i1_mrbottom h2{
	margin-top: 15px;
	font-size: 32px;
	color: #fff;
}
.ibg {
	width: 100%;
	padding-bottom: 160px;
	background-image: url(../images/0104.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.index2{
	
}
.i2_con{
	position: relative;
	float: right;
	width: 91.67%;
	height: 678px;
	background-color: rgba(0,93,156,.1);
}
.i2_bg1 {
	position: absolute;
	left: 0;
	top: 23%;
	z-index: 1;
}
.i2_bg2 {
	position: absolute;
	top: 0;
	right: 20.45%;
	z-index: 1;
}
.i_title h1{
	font-size: 38px;
	color: #333;
	font-weight: bold;
}
.i_title h2{
	width: 19%;
	margin-top: 15px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}
.i2_cmain {
	padding-top: 60px;
	padding-left: 100px;
}
.i2_swiper {
	position: relative;
	margin-top: 35px;
	padding-left: 45px;
}
.i2_swiper .swiper-container{
	padding: 40px 0 70px;
	
}
.i2_swiper .swiper-button-next,.i3_swiper .swiper-button-next{
    background-image:url(../images/0107.jpg);
    right: auto;
    left: 0;
	box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.2);
	border-radius: 5px;
	width: 96px;
	height: 96px;
	background-size: 100% 100%;
}
.i2_scon {
	position: relative;
}
.i2_sbg{
	transform: scale(1);
	transition: all .4s;
}
.i2_scon:hover .i2_sbg{
	transform: scale(1.14);
	box-shadow: 12px 2px 22px 0px rgba(4, 0, 0, 0.2);
	/* box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.2); */
}
.i2_scon p{
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 100%;
	font-size: 28px;
	color: #333;
	text-align: center;
	transform: translateX(-50%);
}
.index3 {
	margin-top: 320px;
}
.i3_scon{
	position: relative;
}
.i3_swiper{
	position: relative;
	padding-left: 45px;
}
.i3_swiper .swiper-container{
	padding-bottom: 45px;
	margin-top: 45px;
}
.i3_smain{
	display: flex;
	align-items: flex-end;
}
.i3_smain .i3_scon:first-child{
	margin-right: 30px;
}
.i3_scpage {
	position: absolute;
	top: 50%;
	left: 50%;
	width:500px;
	padding: 60px 40px 50px;
	background-color: #333333;
	transform: translate(-50%,-50%);
	z-index: 99;
}
.i3_scpage1 {
	top: auto;
	bottom: -45px;
	transform: translateY(0);
}
.i3_scpage h2{
	font-size: 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i3_scpage h3{
	position: relative;
	margin-top: 50px;
	font-size: 14px;
	color: #d71718;
}
.i3_scpage h3:after{
	content: '';
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 2px;
	background-color: #d71718;
}
.i_title1 {
	/* position: absolute; */
	left: 0;
	top: 0;
	z-index: 9;
}
.i_title1 h2{
	width: auto;
}
.index4 {
	margin-top: 170px;
}
.i_title2 {
	text-align: center;
}
.i_title2 h2{
	width: 100%;
}
.i4_list {
	margin-top: 50px;
}
.i4_list li{
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
}
.i4_list li:nth-child(3n){
	margin-right: 0;
}
.i4_infor{
	width: 100%;
	padding: 30px 30px 20px;
	background-color: #fff;
}
.i4_infor h1{
	height: 48px;
	font-size: 18px;
	color: #333;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i4_infor h2{
	height: 42px;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i4_ibottom{
	margin-top: 20px;
}
.i4_ibl>*{
	display: inline-block;
	vertical-align: middle;
}
.i4_ibl span{
	margin-left: 5px;
	font-size: 14px;
	color: #2190db;
}
.i4_ibottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.i4_ibr{
	font-size: 12px;
	color: #333;
}
.i4_img{
	overflow: hidden;
}
.i4_img img{
	transform: scale(1);
	transition: all .4s;
}

.i4_list li:hover .i4_infor{
	box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.2);
}
.i4_list li:hover .i4_infor h1{
	color: #d71718;
}
.i4_list li:hover .i4_img img{
	transform: scale(1.2);
}
.i4_list li:nth-child(2) .i4_ibl span{
	color: #e82d2e;
}
.i4_list li:nth-child(3) .i4_ibl span{
	color: #e3900e;
}
.i4_list li {
	/* opacity: 0; */
}
.i4_list li:nth-child(1) {
	animation: translateY1 ease-in-out .8s forwards;
}
.i4_list li:nth-child(2) {
	animation: translateY1 ease-in-out .8s forwards;
	animation-delay: .2s;
}
.i4_list li:nth-child(3) {
	animation: translateY1 ease-in-out .8s forwards;
	animation-delay: .4s;
}

@keyframes translateY1 {
	0% {
		opacity: 0;
		transform: translateY(66px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.index5 {
	position: relative;
	width: 100%;
	height: 817px;
	
	background-size: 100% 100%;
}
.i5_title{
	padding-top: 90px;
}
.i5_title h1{
	display: inline-block;
	/* width: 23%; */
	margin-right: 20%;	
	/* letter-spacing: 10px; */
	font-size: 38px;
	color: #333;
	font-weight: bold;
	vertical-align: top;
}
.i5_title h2{
	display: inline-block;
	width: 36%;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	vertical-align: top;
}
.index6 {
	margin-top: 50px;
	margin-bottom: 100px;
}
.i6_con {
	margin-left: 160px;
}
.i6_leach>*{
	display: inline-block;
	margin-bottom: 35px;
	vertical-align: middle;
}
.i6_leach span{
	margin-left: 10px;
	font-size: 18px;
	color: #333;
}
.i6_right{
	position: relative;
	margin-top: -17%;
	width: 41%;
	padding: 40px 50px;
	background-color: #333333;
	z-index: 9;
}
.i6_rtitle >*{
	display: inline-block;
	vertical-align: middle;
}
.i6_rtitle span{
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}
.i6_rform{
	margin-top: 35px;
}
.i6_rfinp {
	width: 45%;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.i6_rfinp>*{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
}
.i6_rfinp input{
	width: 75%;
	padding-left: 10px;
	padding-right: 10px;
}
.i6_rftop {
	margin-bottom: 35px;
}
.i6_rfbottom{
	width: 100%;
}
.i6_rfbottom>*{
	display: inline-block;
	vertical-align: top;
}
.i6_rfbottom textarea{
	width: 80%;
	height: 60px;
	padding:0 10px;
	resize: none;
}
.i6_rfbtn {
	display: block;
	width: 140px;
	height: 40px;
	margin: 40px auto 0;
	line-height: 40px;
	background-color: #d71718;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.footer{
	width: 100%;
	padding-top: 70px;
	background: rgba(0,93,156,.1);
}
.ftop{
	width: 100%;
	padding-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #c9c9c9;
}
.fnav li{
	float: left;
	padding: 0 20px;
	
}
.fnav li>a{
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
}
.fnav li dl a{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.fbottom{
	padding: 20px 0;
	font-size: 14px;
	color: #666;
}
/* 关于我们 */
.inheader{
	position: relative;
	background-color: #fff;
}
.abg {
	width: 100%;
	background: url(../images/0201.png) no-repeat left top;
	background-size: contain;
}
.about1{
	position: relative;
	top: -125px;
	/* margin-bottom: 100px; */
	z-index: 2;
}
.about1_con {
	width: 1280px;
	margin: 0 auto;
	padding: 35px 50px 55px;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
}
.ab_title {
	text-align: center;
}
.ab_title h1{
	font-size: 38px;
	font-weight: bold;
	margin-top: 15px;
}
.ab1_txt {
	margin-top: 40px;
	font-size: 18px;
	line-height: 35px;
	color: #666;
}
.about2{
	margin-top: -25px;
	padding-bottom: 60px;
	margin-bottom: 100px;
}
.ab2_main {
	position: relative;
	z-index: 2;
}
.ab2_main:before{
	content: '';
	position: absolute;
	left: 60px;
	top: 60px;
	width: 58.57%;
	height: 546px;
	background-color: rgba(0,93,156,.1);
	z-index: 1;
}
.ab2_main{
	font-size: 0;
}
.ab2_left{
	position: relative;
	width: 58%;
}
.ab2_right{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	padding: 40px 65px 60px;
	z-index: 2;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
	transform: translateY(-50%);
}
.ab2_txt {
	margin-top: 40px;
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.about3 {
	margin-bottom: 30px;
}
.ab3_list li{
	float: left;
	width: 18%;
	margin: 60px 0 50px;
	margin-right: 2.5%;
	text-align: center;
}
.ab3_list li:nth-child(5n){
	margin-right: 0;
}
.ab3_list li img,.ab4_li img{
	padding: 10px;
	border: solid 2px #bebebe;
}
.ry_img,.zl_img{
	overflow: hidden;
}
.ry_img img,.zl_img img{
	transform: scale(1);
	transition: all .4s;
}
.ab3_list li:hover .ry_img{
	border: solid 2px #d71618;
}
.ab3_list li:hover .ry_img img{
	transform: scale(1.2);
}
.ab4_li:hover .zl_img img{
	transform: scale(1.2);
}
.ab3_list li p,.ab4_li p{
	position: relative;
	width: 80%;
	height: 50px;
	margin: 20px auto 0;
	padding-top: 10px;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ab3_list li p:before,.ab4_li p:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: #666;
	transform: translateX(-50%);
}
.ab3_list li{
	opacity: 0;
}
.ab3_list li:nth-child(1){animation: translateY2 ease-in-out .8s forwards;}
.ab3_list li:nth-child(2){animation: translateY2 ease-in-out .8s forwards;animation-delay: .2s;}
.ab3_list li:nth-child(3){animation: translateY2 ease-in-out .8s forwards;animation-delay: .4s;}
.ab3_list li:nth-child(4){animation: translateY2 ease-in-out .8s forwards;animation-delay: .6s;}
.ab3_list li:nth-child(5){animation: translateY2 ease-in-out .8s forwards;animation-delay: .8s;}
.ab3_list li:nth-child(6){animation: translateY2 ease-in-out .8s forwards;animation-delay: 1s;}
.ab3_list li:nth-child(7){animation: translateY2 ease-in-out .8s forwards;animation-delay: 1.2s;}
.ab3_list li:nth-child(8){animation: translateY2 ease-in-out .8s forwards;animation-delay: 1.4s;}
.ab3_list li:nth-child(9){animation: translateY2 ease-in-out .8s forwards;animation-delay: 1.6s;}
.ab3_list li:nth-child(10){animation: translateY2 ease-in-out .8s forwards;animation-delay: 1.8s;}
.ab3_list li:nth-child(11){animation: translateY2 ease-in-out .8s forwards;animation-delay: 2s;}
.ab3_list li:nth-child(12){animation: translateY2 ease-in-out .8s forwards;animation-delay: 2.2s;}
.ab3_list li:nth-child(13){animation: translateY2 ease-in-out .8s forwards;animation-delay: 1.4s;}
.ab3_list li:nth-child(14){animation: translateY2 ease-in-out .8s forwards;animation-delay: 2.6s;}
.ab3_list li:nth-child(15){animation: translateY2 ease-in-out .8s forwards;animation-delay: 2.8s;}
@keyframes translateY2{
    0%{
        opacity: 0;
         transform: translateY(100px);
    }
    100%{
        opacity: 1;
         transform: translateY(0);
    }
}
.about4 {
	/* height: 734px; */
	padding-top: 100px;
	margin-bottom: 65px;
	background: url(../images/0203.jpg) no-repeat right top;
}
.ab4_swipt{
	position: relative;
	margin-top: 30px;
}
.ab4_swipt .swiper-container{
	width: 86%;
}
.ab4_li{
	margin: 30px 0 35px;
	text-align: center;
}
.ab4_swipt .swiper-button-next,.ab4_swipt .swiper-button-prev{
	width: 96px;
	height: 96px;
	margin-top: -40px;
	box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.2);
	border-radius: 5px;
}
.ab4_swipt .swiper-button-next {
    background-image: url(../images/0206.jpg);
    right: 0;
    left: auto;
	background-size: 100% 100%;
}
.ab4_swipt .swiper-button-prev {
    background-image: url(../images/0107.jpg);
    right: auto;
    left: -10px;
	background-size: 100% 100%;
}
.ab4_li p{
	-webkit-line-clamp: 1;
	height: auto;
}
 /* 产品中心 */
.pbg {
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/0301.png) no-repeat center center;
	background-size: cover;
}
.product_list {
	margin-top: 80px;
}
.product_list li.clearfix{
	width: 100%;
	height: 380px;
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.2);
	overflow: hidden;
}
.pleft {
	position: relative;
	width: 50%;
	height: 100%;
}
.product_list li:hover .pleft:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	/* background-image: linear-gradient(90deg, rgba(255,255,255) 0%, rgba(255,255,255,.4) 100%), linear-gradient(#5e5e5e, #5e5e5e);
	background-blend-mode: normal, normal; */
	z-index: 2;
}
.pro_pre,.pro_next {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}
.pro_pre{
	left: 0;
}
.pro_next{
	right: 0;
}
.pro_pre:hover{
	background-image:url(../images/0325.png);
}
.pro_next:hover{
	background-image: url(../images/0326.png);
}
.pleft .swiper-button-next,.pleft .swiper-button-prev {
  width: 16px;
  height: 30px;
  background-size: 100% 100%;
}
.pleft .swiper-button-next{
	background-image: url(../images/0304.png);
}
.pleft .swiper-button-prev{
	background-image: url(../images/0303.png);
}
.pright {
	width: 50%;
	padding: 45px 40px 0;
}
.pright h1{
	font-size: 23px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.pr_list{
	margin-top: 30px;
}
.pr_list li{
	position: relative;
	float: left;
	/* padding-right: 30px;
	padding-left: 30px; */
	width: 25%;
	text-align: center;
}
.pr_list li:first-child{
	padding-left: 0;
}
.pr_list li:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #dadada;
	transform: translateY(-50%);
}
.pr_list li:last-child{
	padding-right: 0;
}
.pr_list li:last-child:after{
	width: 0;
}
.pr_list li p{
	width: 80%;
	margin: 8px auto 0;
	font-size: 14px;
	color: #9c9c9c;
}
.pr_infor{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 28px;
	margin-top: -25px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.pr_more {
    display: block;
    width: 160px;
    height: 58px;
    line-height: 58px;
    background-color: #d71718;
    border-radius: 29px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 19px;
}
.pro_swiper {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
/* 产品详情 */
.p_banner{
	position: relative;
}
.p_banner p{
	position: absolute;
	top: 30%;
	left: 50%;
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	transform: translateX(-50%);
}
.m_banner p{
	position: absolute;
	top: 20%;
	left: 50%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transform: translateX(-50%);
}
.pdbg {
	width: 100%;
	background: url(../images/0322.png) no-repeat top center;
	background-size: cover;
}
.pd1_txt {
	width: 71%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #666;
	line-height: 35px;
	text-align: center;
}
.product_d1 .pr_list{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.product_d1 .pr_list li{
	display: inline-block;
	float: none;
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.product_d1 .pr_list li p{
	width: 100%;
}
.product_d2,.product_d4,.product_d5{
	margin-bottom: 90px;
}
.pd2_main{
	position: relative;
}
.pd2_left{
	width: 55%!important;
	padding:4%;
}
.pd2_right{
	position: absolute;
	right: 0;
	top: 50%;
	width: 52%;
	padding:50px 60px;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
	transform: translateY(-50%);
}
.pd2_right h1{
	font-size: 38px;
	font-weight: bold;
	color: #333;
}
.pd2_right dl{
	margin-top: 20px;
	height:300px;
	overflow-y: auto;
}
.pd2_right dl dd{
	position: relative;
	padding-left: 17px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #666666;
}
.pd2_right dl dd:before{
	content: '';
	position: absolute;
	left: 0;
	top:10px;
	width: 8px;
	height: 8px;
	background-color: #d71718;
	border-radius: 50%;
	/* transform: translateY(-50%); */
}
.product_d3 {
	position: relative;
	margin-bottom: 45px;
}
.product_d3bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 828px;
	height: 550px;
	background-color: rgba(0,93,156,.1);
	z-index: -1;
}
.pd3_swiper {
	position: relative;
	margin-top: 40px;
	padding-bottom: 45px;
	text-align: center;
}
.pd3_swiper .swiper-container{
	width: 91.43%;
}
.pd3_swiper .swiper-button-next,.pd3_swiper .swiper-button-prev {
    width: 22px;
    height: 40px;
    background-size: 100% 100%;
}
.pd3_swiper .swiper-button-next{
	background-image: url(../images/0324.png);
}
.pd3_swiper .swiper-button-prev{
	background-image: url(../images/0323.png);
}
.pd3_swiper .swiper-pagination-bullet {
    width:21px;
    height: 21px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
	background-image: url(../images/0318.png);
	background-size: 100% 100%;
	background-color: transparent;
}
.pd3_swiper .swiper-pagination-bullet-active{
	background-image: url(../images/0319.png);
}
.pd4_txt{
	margin-top: 40px;
	text-align: center;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.pd5_list{
	margin-top: 50px;
}
.pd5_list li{
	float: left;
	width: 31.8%;
	margin-bottom: 40px;
	margin-right: 2.3%;
}
.pd5_list li:nth-child(3n){
	margin-right: 0;
}
.pd5_list .pright{
	width: 100%;
	padding: 30px 35px;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.2);
}
.pd5_list .pright .pr_list li{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	width: 31.5%;
}
.pd5_list .pright .pr_list li img{height: 20px;}
.pd5_list .pright .pr_list li p{
	width: 100%;
	font-size: 12px;
}
.pd5_list .pright .pr_infor{
	height: 80px;
	-webkit-line-clamp: 3;
}
.pd5_more {
	display: block;
	font-size: 16px;
	color: #d71718;
	text-decoration: underline;
}
.pd5_allmore{
	display: block;
	width: 240px;
	height: 64px;
	margin: 0 auto;
	line-height: 64px;
	border-radius: 32px;
	border: solid 2px #d71718;
	text-align: center;
	font-size: 16px;
	color: #d71718;
}
.pd5_allmore:hover,.other_more:hover{
	color: #fff;
	background-color: #d71718;
}
/* 解决问题 */
.solve_bg {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 40px;
	background: url(../images/0402.png) no-repeat top left;
	background-size: cover;
}
.solve_list li{
	margin-bottom: 50px;
}
.sl_left {
	width: 51.7%;
}
.sl_right {
	position: relative;
	width: 48.3%;
	padding: 60px 40px;
	margin-left: -50px;
	margin-top: 40px;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
	z-index: 2;
}
.sl_right h1{
	font-size: 38px;
	color: #333;
	font-weight: bold;	
	text-align: center;
}
.sl_right p{
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #666;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sl_more{
	display: block;
	width: 160px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	background-color: #d71718;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.sd_bg {
	width: 100%;
	background: url(../images/0403.png) no-repeat top center;
	background-size: cover;
}
.sd1_txt {
	margin-top: 20px;
	font-size: 18px;
	color: #666;
	line-height: 35px;
	text-align: justify;
}
.sd1_txt img{
	display: block;
	margin: 0 auto;
}
.sd2_list{
	margin-top: 50px;
}
.sd2_list li{
	float: left;
	width: 31.86%;
	margin-bottom: 50px;
	margin-right: 2.21%;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.2);
}
.sd2_list li:nth-child(3n){
	margin-right: 0;
}
.sd2_list li a{
	display: block;
	padding: 25px 40px;
}
.sd2_list li h1{
	height: 68px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.sd2_list li p{
	height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sd2_list li i{
	display: block;
	font-size: 16px;
	color: #d71718;
	text-decoration: underline;
	text-align: center;
}
.sd2_list li {
	opacity: 0;
}
.sd2_list li:nth-child(1) {
	animation: translateY3 ease-in-out .8s forwards;
}
.sd2_list li:nth-child(2) {
	animation: translateY3 ease-in-out .8s forwards;
	animation-delay: .2s;
}
.sd2_list li:nth-child(3) {
	animation: translateY3 ease-in-out .8s forwards;
	animation-delay: .4s;
}

@keyframes translateY3 {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.other_more {
	display: block;
	width: 240px;
	height: 64px;
	margin: 0 auto;
	line-height: 62px;
	border-radius: 32px;
	border: solid 2px #d71718;
	font-size: 16px;
	color: #d71718;
	text-align: center;
}
.solve_d2{
	margin-bottom: 90px;
}
/* 工程案例 */
.case_bg{
	width: 100%;
	background: url(../images/0501.png) no-repeat top center;
	background-size: cover;
}
.cl_main {
	position: relative;
	overflow: hidden;
}
.case_list{
	margin-top: 90px;
}
.case_list li{
	float: left;
	width: 48.93%;
	margin-bottom: 50px;
	margin-right: 2.14%;
}
.case_list li:nth-child(2n){
	margin-right: 0;
}
.case_list li a{
	display: block;
}
.case_img{
	position: relative;
	overflow: hidden;
}
.case_img img{
	transform: scale(1);
	transition: all .4s;
}
.case_list li:hover .case_img img{
	transform: scale(1.2);
}
.cl_main>p{
	position: relative;
	margin-top: 25px;
	padding-top: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.cl_main>p:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 12px;
	height: 2px;
	background-color: #333;
	transform: translateX(-50%);
}
.cl_show {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.82);
	transform: translateY(120%);
	transition: all .4s;
}
.case_list li:hover .cl_show{
	transform: translateY(0);
}
.cl_show i{
	display: block;
	width: 160px;
	height: 58px;
	margin: 36% auto 0;
	line-height: 58px;
	background-color: #d71718;
	border-radius: 29px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.case_details{
	margin-top: 90px;
}
.cd1_video {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.cd1_video video{
	width: 100%;
	object-fit: cover;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
}
.cd1{
	margin-bottom: 90px;
}
.cd2{
	margin-bottom: 60px;
}
.cd_list{
	margin-top: 50px;
}
.cd_list li{
	float: left;
	width: 23.4%;
	margin-bottom: 30px;
	margin-right: 2.13%;
}
.cd_list li:nth-child(4n){
	margin-right: 0;
}
/* 服务支持 */
.service_support{
	margin-top: 90px;
}
.ss1,.ss2,.ss3,.ss4{
	margin-bottom: 90px;
}
.ss1_main {
	position: relative;
	margin-top: 40px;
}
.ss1_list {
	width: 72%;
	margin: 0 auto;
}
.ss1_list li{
	border-bottom: 1px solid #dcdcdc;
}
.ss1_list li a{
	display: block;
	padding: 30px 20px 20px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ss1_list li:hover a{
	color: #d71718;
}
.ss1_pre,.ss1_next{
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14%;
	height: 100%;
	z-index: 2;
}
.ss1_pre img,.ss1_next img{
	display: none;
	box-shadow: 0px 12px 22px 0px rgba(4, 0, 0, 0.2);
	border-radius: 5px;
}
.ss1_pre{
	left: 0;
}
.ss1_next {
	right: 0;
}
.ss1_pre:hover img,.ss1_next:hover img{
	display: block;
}
.ss2_con {
	width: 1280px;
	margin: 0 auto;
}
.ss2_list {
	margin-top: 50px;
}
.ss2_list li{
	margin-bottom: 10px;
}
.ss2_ltop {
	width: 100%;
	height: 58px;
	padding: 0 20px 0 30px;
	line-height: 58px;
	overflow: hidden;
	background-color: rgba(0,93,156,.1);
}
.ss2_ltl {
	width: 85%;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ss2_ltr a{
	display: inline-block;
	margin-right: 50px;
	font-size: 18px;
	color: #333;
	text-decoration:underline !important;
	vertical-align: middle;
}
.ss2_ltr img + img{
	display: none;
}
.ss2_list li:hover .ss2_ltop,.ss2_list li.active .ss2_ltop{
	background-color: #d71718;
}
.ss2_list li:hover .ss2_ltl,.ss2_list li:hover .ss2_ltr a,
.ss2_list li.active .ss2_ltl,.ss2_list li.active .ss2_ltr a{
	color: #fff;
}
.ss2_list li:hover .ss2_ltr img,
.ss2_list li.active .ss2_ltr img{
	display: none;
}
.ss2_list li:hover .ss2_ltr img + img,
.ss2_list li.active .ss2_ltr img + img{
	display: inline-block;
}
.ss2_lbottom {
	display: none;
	width: 100%;
	padding: 40px;
	background-color: #fff;
}
.ss2_lbtxt {
	padding-bottom: 30px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	border-bottom: dashed 1px #bfbfbf;
}
.ss2_lbtxt img{
	display: block;
	margin: 0 auto;
}
.ss2_lbdown{
	margin-top: 25px;
	text-align: center;
}
.paging {
	margin-top: 30px;
	text-align: center;
}
.page{font-size: 0;display: inline-block;vertical-align: middle;}
.page a{
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
	margin-bottom: 10px;
	line-height: 33px;
	border-radius: 5px;
	border: solid 1px #dddddd;
	text-align: center;
	font-size: 12px;
	color: #a3a3a3;
	vertical-align: middle;
}
.page a:last-child{margin-right: 0;}
.page a.active{
	background-color: #d71718;
	color: #fff;
}
.page_inp {
	display: inline-block;
	width: 75px;
	height: 33px;
	margin-left: 8px;
	border-radius: 5px;
	border: solid 1px #dddddd;
	font-size: 0;
	vertical-align: top;
	text-align: left;
}
.page_inp input{
	display: inline-block;
	width: 40px;
	height: 33px;
	padding: 0 5px;
	font-size: 12px;
	color: #a3a3a3;
	border-radius: 5px 0 0 5px;
	vertical-align: middle;
}
.page_inp a{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	border-radius:0 5px 5px 0;
	vertical-align: top;
	text-align: center;
	background-color: #d71718;
}
.page_num{
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 5px;
	margin-left: 8px;
	border-radius: 5px;
	vertical-align: top;
	font-size: 12px;
	color: #a3a3a3;
	border: solid 1px #dddddd;
}
.ss3 {
	width: 100%;
	background: url(../images/0605.png) no-repeat top center;
	background-size: cover;
}
.ss3_list {
	margin-top: 50px;
}
.ss3_list li{
	float: left;
	width: 23.4%;
	margin-bottom: 50px;
	margin-right: 2.13%;
}
.ss3_list li:nth-child(4n){
	margin-right: 0;
}
.ss3_list li a{
	display: block;
}
.ss3_list li p{
	position: relative;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ss3_list li p:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 2px;
	background-color: #333;
}
.ss3_list li:hover img{
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
}
.ss3 .paging{margin-top: 0;}
.ss4_list{
	margin-top: 50px;
}
.ss4_list li{
	float: left;
	width: 31.4%;
	padding: 35px 25px;
	margin-right: 2.9%;
	background-color: #fff;
}
.ss4_list li:nth-child(3n){margin-right: 0;}
.ss4_lml{
	display: inline-block;
	width: 42.5%;
	vertical-align: middle;
	text-align: center;
}
.ss4_lmr{
	display: inline-block;
	width: 51.5%;
	margin-left: 4.5%;
	vertical-align: middle;
}
.ss4_lmr h2{
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.ss4_lmr h3{
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.ss4_list li:hover{
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
}
/* 新闻 */
.news{
	margin-top: 90px;
	margin-bottom: 90px;
}
.news_top{
	font-size: 0;
}
.news_top>*{
	display: inline-block;
	vertical-align: middle;
}
.news_top>p{
	margin-right: 15px;
	font-size: 18px;
	color: #333;
}
.news_tab{
	font-size: 0;
}
.news_tab li{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	background-color: #2190db;
	border-radius: 10px;
	vertical-align: middle;
}
.news_tab li:nth-child(2){
	background-color: #e82d2e;
}
.news_tab li:nth-child(3){
	background-color: #e3900e;
}
.news_tab li a{
	display: block;
	padding: 0 20px;
	font-size: 0;
}
.news_tab li img{
	display: inline-block;
	vertical-align: middle;
}
.news_tab li span{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	vertical-align: middle;
}
.news_list{
	margin-top: 30px;
}
.news_list li{
	float: left;
	width: 48.9%;
	margin-right: 2.2%;
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
}
.news_list li:nth-child(2n){margin-right: 0;}
.news_list li a{
	display: block;
	padding: 35px;
}
.nl_top>*{
	display: inline-block;
	/* vertical-align: middle; */
}
.nl_top span{
	margin-left: 8px;
	font-size: 14px;
}
.news_blue {
	color: #2190db;
}
.news_red{
	color: #e82d2e;
}
.news_yellow{
	color: #e3900e;
}
.news_list li h2{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.news_list li p{
	height: 88px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list li i{
	display: block;
	font-size: 16px;
	color: #d71718;
	text-decoration: underline;
}
.nd_list li{
	margin-bottom: 50px;
}
/* 联系我们 */
.contact1 .about1_con{
	padding: 0;
}
.cf_main{
	position: relative;
}
.cf_left {
	width: 75.3125%;
	padding: 50px 60px;
}
.cf_ltop{
	font-size: 0;
	/* margin-bottom: 30px; */
}
.cf_inp{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.each_inp {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	vertical-align: top;
}
.each_inp p{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.each_inp input{
	display: block;
	width: 230px;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	border: solid 1px #dbdbdb;
}
.cf_inp_p {
	display: inline-block;
	position: relative;
	top: -10px;
	padding-right: 20px;
	color: #333333;
	font-size: 16px;
	vertical-align:text-top;
	cursor: pointer;
}
/* .cf_inp_p:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 1.5px;
	background-color: #333;
	transform: translateY(-50%);
} */
.cf_bottom {
	display: none;
}
.cf_bottom textarea{
	display: block;
	width: 100%;
	height: 80px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	border: solid 1px #dbdbdb;
	resize: none;
}
.cf_right{
	position: absolute;
	right: 0;
	top: 0;
	width: 24.6875%;
	height: 100%;
	background-color: #d9e3e9;
	z-index: 2;
}
.cf_submit{
	display: block;
	width: 240px;
	height: 70px;
	margin: 45px auto 0;
	line-height: 70px;
	background-color: #d71718;
	border-radius: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.contact2{
	position: relative;
}
.ct2_main{
	padding-bottom: 70px;
	margin-bottom: 20px;
}
.ct2_map{
	position: relative;
	margin-top: 50px;
	z-index: 2;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
}
.ct2_bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48.75%;
	height: 645px;
	background-color: rgba(0,93,156,.1);
	z-index: -1;
}
.contact3{
	margin-bottom: 60px;
}
.ct3_main{
	margin-top: 50px;
}
.ct3_each {
	margin-bottom: 30px;
}
.ct3_eleft,.ct3_eright{
	padding: 35px 40px;
	font-size: 0;
	background-color: #fff;
}
.ct3_eleft{
	width: 31.429%;
	margin-right: 2.85%;
}
.ct3_each_diff .ct3_eleft:nth-child(3n){margin-right: 0;}
.ct3_eleft:hover,.ct3_eright:hover{
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.15);
}
.ct3_ell{
	display: inline-block;
	width: 30%;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
}
.ct3_elr{
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
.ct3_elr h2{
	font-size: 14px;
	color: #333;
}
.ct3_elr h3{
	margin-top: 10px;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.ct3_eright {
	width: 65.7%;
}
.ct3_eright .ct3_ell{
	width: 22%;
}
.ct3_eright .ct3_elr{
	width: 73%;
}
.ct3_erl,.ct3_err{
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	background-color: #fff;
}
.ct3_erl{
	margin-right: 4%;
}
.ct3_erl .ct3_ell{
	width: 45%;
}
.ct3_erl .ct3_elr{
	width: 47%;
}
.ct3_err {
	padding-left: 40px;
}
.ct3_err .ct3_ell{
	width: 30%;
}
.ct3_err .ct3_elr {
	width: 55%;
}
.i3_scon a{
	display: block;
}
.fbl span:first-child{
	margin-right: 10px;
}
.containers{
	height: 460px;
}
.pd2_right dl::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.pd2_right dl::-webkit-scrollbar-thumb {
	border-radius: 3px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: #e60012;
}

.pd2_right dl::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.1);
}
/* add 2020.1.13 */
.ab2_left .swiper-button-next,.ab2_left .swiper-button-prev {
    width: 14px;
    height: 24px;
	top: auto;
	bottom: 30px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ab2_left .swiper-button-next{
	right: -70px;
	background-image: url(../images/icon10.png);
}
.ab2_left .swiper-button-prev{
	left: auto;
	right: -25px;
	background-image: url(../images/icon09.png);
}
.add_pl .pd5_list{
	margin-top: 40px;
}
.add_pl .pd5_list>li{
	margin-bottom: 30px;
	box-shadow: 0px 10px 17px 1px rgba(6, 0, 1, 0.2);
}
.add_pl .pd5_list .pright{
	box-shadow: none;
}
.cd1_video {
	position: relative;
}
.video_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 9;
	text-align: center;
}
.video_bg img{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	transform: translate(-50%,-50%);
	z-index: 10;
}