* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: PingFang SC, helvetica neue, hiragino sans gb, microsoft yahei, sans-serif;
}

@font-face {
	font-family: 'zt';
	src: url(../font/DINCOND-REGULAR.OTF);
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

a {
	display: inline-block;
	text-decoration: none
}

span {
	display: inline-block;
}

.cen {
	width: 1200px;
	margin: 0 auto;
}


/*头部*/


/*header {
	height: 100px;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header ul li {
	float: left;
	padding: 0 22px;
	text-align: center;
	height: 100px;
	position: relative;
}

header ul li>a {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 100px;
	position: relative;
	transition: all 0.5s;
}

header ul li>a:after {
	content: "";
	position: absolute;
	top: 97%;
	left: 50%;
	width: 0;
	height: 3px;
	background: #095BCF;
	transition: all .8s;
}

header ul li>a:hover:after {
	left: 0%;
	width: 100%;
}

header ul li>a.nav_active,
header ul li>a:hover {
	font-weight: bold;
	color: #095BCF;
}

header .nav_down {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 100px;
	overflow: hidden;
	display: none;
}

header .nav_down a {
	width: 116px;
	height: 50px;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	transition: all ease 1s;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 3px;
	border-bottom: 1px solid #999999;
}

header .nav_down a:hover {
	color: #095BCF;
}

form input {
	outline: none;
	border: none;
	float: left;
}

form input:first-child {
	width: 200px;
	height: 36px;
	border: 1px solid #999999;
	border-radius: 4px 0px 0px 4px;
	box-sizing: border-box;
	padding-left: 15px;
}

form input:last-child {
	width: 36px;
	height: 36px;
	border-radius: 0px 4px 4px 0px;
	background: url(../image/sousuo.png) no-repeat 9px 9px, linear-gradient(0deg, #095BCF 0%, #4491FE 100%);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 15px;
	color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 15px;
	color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 15px;
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 15px;
	color: #999999;
}*/


/*banner*/


/*.indexbanner {
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}

.pb-carouselWarp .pb-carousel>div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: 0;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	outline: none;
	background: #095BCF url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	outline: none;
	background: #095BCF url(../img/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	background: url(../img/banner.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.indexbanner_con2 {
	background: url(../img/banner.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}*/


/*新闻中心*/


/*.news_tit {
	text-align: center;
	padding: 70px 0;
}

.news_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 90px;
}

.news_text .news_l {
	width: 700px;
}

.news_title {
	border-bottom: 3px solid #DDDDDD;
	display: flex;
	margin-bottom: 20px;
}

.news_title p {
	margin-right: 40px;
	position: relative;
}

.news_title p.news_title_active {
	color: #095BCF;
	padding-bottom: 14px;
}

.news_title p.news_title_active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #095BCF;
	transition: all .8s;
}

.news_title p:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 3px;
	background: #095BCF;
	transition: all .8s;
}

.news_title p:hover:after {
	left: 0%;
	width: 100%;
}

.news_title p:hover {
	color: #095BCF;
}

.news_title .news_video .video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.news_text .news_r {
	width: 470px;
}

.news_text .news_r .news_word {
	width: 100%;
}

.news_text .news_r .news_word .news_list .news_list_first p:first-child {
	font-size: 36px;
	font-family: 'zt';
	font-weight: bold;
	color: #095BCF;
}

.news_text .news_r .news_word .news_list .news_list_first p:nth-child(2) {
	font-size: 18px;
	color: #333333;
	padding: 20px 0;
}

.news_text .news_r .news_word .news_list .news_list_first p:last-child {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-bottom: 6px;
}

.news_text .news_r .news_word .news_list .news_list_text p a {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 18px;
	margin-top: 30px;
}

.news_text .news_r .news_word .news_list .news_list_text p a span:first-child {
	font-size: 18px;
	color: #333333;
	width: 345px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
	overflow: hidden;
}

.news_text .news_r .news_word .news_list .news_list_text p a span:last-child {
	font-size: 20px;
	font-family: 'zt';
	transition: all 0.5s;
	color: #999999;
}

.news_text .news_r .news_word .news_list .news_list_text p a:hover span {
	color: #095BCF;
}*/


/*产品中心*/


/*.product {
	width: 100%;
	background: #F5F5F5;
	overflow: hidden;

}

.product-container {
	width: auto!important;
}

.product-page {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0 50px 0;
	clear: both;
}

.product-page div {
	margin: 0 10px;
}

.product-page div:focus {
	border: none;
	outline: none;
}

.product .product_tit {
	text-align: center;
	padding: 50px 0;
}

.product .product_text ul {
	-webkit-transform: translateX(20vw);
	-ms-transform: translateX(20vw);
	transform: translateX(20vw);
	white-space: nowrap;
	transition: all 0.5s;
}

.product .product_text ul li {
	width: 19.6vw;
	margin-left: 2.4vw;
	display: inline-block;
}

.product .product_text ul li a {
	width: 100%;
}

.product .product_text ul li:first-child {
	margin-left: 0vw;
}

.product .product_text ul li:first-child a {
	background-image: url(../img/product_22.png), url(../img/product_1.png);
}

.product .product_text ul li:first-child a .product_text_word {
	color: #D5D9F0;
	margin-top: 20px;
	position: relative;
}

.product .product_text ul li:nth-child(2) a {
	background-image: url(../img/product_22.png), url(../img/product_2.png);
}

.product .product_text ul li:nth-child(2) a .product_text_word {
	color: #E8D8B6;
	margin-top: 20px;
	position: relative;
}

.product .product_text ul li:nth-child(3) a {
	background-image: url(../img/product_33.png), url(../img/product_3.png);
}

.product .product_text ul li:nth-child(3) a .product_text_word {
	color: #C2DDAC;
	margin-top: 20px;
	position: relative;
}

.product .product_text ul li:nth-child(4) a {
	background-image: url(../img/product_44.png), url(../img/product_4.png);
}

.product .product_text ul li:nth-child(4) .product_text_word {
	color: #ADDDE3;
	margin-top: 20px;
	position: relative;
}

.product .product_text ul li:nth-child(5) a {
	background-image: url(../img/product_22.png), url(../img/product_2.png);
}

.product .product_text ul li:nth-child(5) a .product_text_word {
	color: #E8D8B6;
	margin-top: 20px;
	position: relative;
}

.product .product_text ul li:nth-child(6) a {
	background-image: url(../img/product_33.png), url(../img/product_3.png);
}

.product .product_text ul li:nth-child(6) a .product_text_word {
	color: #C2DDAC;
	margin-top: 20px;
	position: relative;
}

.product .product_text ul li a {
	padding: 3.13vw 1.04vw 17.7vw 1.04vw;
	background-clip: padding-box;
	background-position: 0 100%, 50% 50%;
	background-repeat: no-repeat;
	background-size: 100.2% auto, cover;
	overflow: hidden;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.product .product_text ul li a p:first-child {
	font-size: 26px;
	color: #FFFFFF;
}

.product .product_text ul li a p.product_text_word:after {
	content: "";
	background: url(../img/jiantou.png) no-repeat;
	width: 46px;
	height: 24px;
	position: absolute;
	left: 0px;
	bottom: -59px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.product .product_text ul li a:hover {
	background-position: 0 120%, 50% 50%;
}

.product .product_text ul li a:hover .product_text_word:after {
	opacity: 1;
}*/


/*合作伙伴*/


/*.partner {
	padding-bottom: 70px;
	background: #FFFFFF;
}

.partner .partner_tit {
	text-align: center;
	padding: 90px 0 50px 0;
}

.partner .partner_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.partner .partner_text .partner_img {
	width: 211px;
	height: 102px;
	margin-bottom: 20px;
}

.partner .partner_text .partner_img img {
	width: 100%;
	transition: all 0.5s;
}

.partner .partner_text .partner_img:hover img {
	transform: scale(1.1);
}*/


/*导航*/

header {
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}

header .header_cen {
	width: 1320px;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
header .header_cen .logo img{
    width: 280px;
}
header .header_cen>ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

header .header_cen>ul>li>a {
	margin: 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 140px;
	transition: all 0.5s;
}

header .header_cen>ul>li>a.nav_active,
header .header_cen>ul>li>a:hover {
	color: #095BCF;
}

header .header_cen>ul>li .subMenu {
	display: none;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 99;
}

header .header_cen ul>li .subMenu .subMenu_cen {
	width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #a8a8a8;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r {
	width: 700px;
	display: flex;
	align-items: flex-start;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r ul {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r ul li {
	margin-right: 20px;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r ul li a {
	color: #333333;
	margin: 10px;
	border-left: 1px solid #999;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r ul li a:hover {
	color: #095BCF;
	text-decoration: underline;
}

header .header_cen form input {
	outline: none;
	border: none;
	float: left;
}

header .header_cen form input:first-child {
	width: 200px;
	height: 36px;
	border: 1px solid #999999;
	border-radius: 4px 0px 0px 4px;
	box-sizing: border-box;
	padding-left: 15px;
}

header .header_cen form input:last-child {
	width: 36px;
	height: 36px;
	border-radius: 0px 4px 4px 0px;
	background: url(../image/sousuo.png) no-repeat 9px 9px, linear-gradient(0deg, #095BCF 0%, #4491FE 100%);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 15px;
	color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 15px;
	color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 15px;
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 15px;
	color: #999999;
}

@media screen and (max-width:1400px) {
	body{
		zoom: 0.8;
	}
}


/*banner*/

.swiper-container {
	width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
}

/*公司简介*/

.about {
	width: 100%;
	background: #F5F5F5;
	padding-bottom: 90px;
}

.about .about_cen {
	width: 1400px;
	margin: 0 auto;
}

.title {
	text-align: center;
	padding: 100px 0 60px 0;
}

.title p span {
	font-size: 46px;
	color: #004EA7;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 15px;
}

.about .about_cen .about_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about .about_cen .about_text .about_text_l {
	width: 750px;
}

.about .about_cen .about_text .about_text_r {
	width: 628px;
}

.about .about_cen .about_text .about_text_r .about_text_r_tit p:first-child {
	font-size: 26px;
	color: #333333;
}

.about .about_cen .about_text .about_text_r .about_text_r_tit p:last-child {
	font-size: 14px;
	color: #999999;
	margin: 5px 0 15px 0;
	text-transform: uppercase;
}

.about .about_cen .about_text .about_text_r .about_text_r_word p {
	color: #333333;
	line-height: 26px;
}

.about .about_cen .about_text .about_text_r .about_more p {
	width: 130px;
	height: 40px;
	background: #004EA7;
	float: right;
	margin-top: 25px;
}

.about .about_cen .about_text .about_text_r .about_more p a {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 6px;
	color: #FFFFFF;
}


/*产品优势*/

.advantage {
	padding-bottom: 85px;
}

.swiper-container-xh {
	padding-bottom: 40px;
}

.swiper-wrapper-xh {}

.swiper-container-xh .swiper-slide {
	width: 978px;
	transition-timing-function: linear;
}


/*@media only screen and (max-width:1200px) {
	.swiper-container-xh .swiper-slide {
		width: 770px;
	}
}

@media only screen and (max-width:980px) {
	.swiper-container-xh .swiper-slide {
		width: 471px;
	}
}

@media only screen and (max-height:480px) {
	.swiper-container-xh .swiper-slide {
		width: 471px;
	}
}

.swiper-container-xh .swiper-slide img {
	width: 100%;
	border-radius: 4px;
}*/

.swiper-container-xh .swiper-button-next,
.swiper-container-xh .swiper-button-prev {
	width: 95px;
	height: 95px;
	background-size: 100%;
	outline: none;
}

.swiper-container-xh .swiper-button-next {
	background-image: url(../image/cursor-prev.png);
	position: absolute;
	right: 256px;
}

.swiper-container-xh .swiper-button-prev {
	background-image: url(../image/cursor-next.png);
	position: absolute;
	left: 256px;
}

.swiper-container-xh .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.swiper-container-xh .swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #CCC;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

.swiper-container-xh .swiper-pagination-bullet i {
	background: #000;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.swiper-container-xh .swiper-pagination-bullet-active span,
.swiper-container-xh .swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #000;
	position: relative;
	z-index: 1;
}

.swiper-container-xh .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

.swiper-container-xh .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

.swiper-container-xh .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

.swiper-container-xh .swiper-button-prev {
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-container-xh .swiper-button-next {
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-container-xh .swiper-button-prev::after {
	font-size: 0;
}

.swiper-container-xh .swiper-button-next::after {
	font-size: 0;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}
	/*091*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}
	/*0915*/
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}
	/*1090*/
	20% {
		transform: scaleX(0.3);
		left: 2px;
	}
	/*090*/
	100% {
		transform: scaleX(0.3);
		left: 0px;
	}
	/*090*/
}

@keyframes middle {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}
	/*1091*/
	20% {
		transform: scaleX(0.45);
		left: 2px;
	}
	/*092*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}
	/*0913*/
}


/*产品中心*/

.product {
	width: 100%;
	background: #F5F5F5;
	padding-bottom: 85px;
}

.product .product_cen {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .product_cen .product_cen_list {
	width: 464px;
}

.product .product_cen .product_cen_list .product_cen_img {
	width: 100%;
	overflow: hidden;
}

.product .product_cen .product_cen_list .product_cen_img img {
	width: 100%;
	transition: all 0.5s;
}

.product .product_cen .product_cen_list .product_cen_tit {
	width: 100%;
	height: 80px;
	background: #EEEEEE;
	text-align: center;
	line-height: 80px;
	font-size: 26px;
	color: #333333;
}

.product .product_cen .product_cen_list:hover img {
	transform: scale(1.1);
}

.product .product_cen .product_cen_list:hover .product_cen_tit {
	color: #004EA7;
}

.products {
	width: 100%;
	height: 780px;
	background: url(../image/products.jpg) no-repeat center;
	background-size: cover;
}

.products_title p span {
	color: #FFFFFF;
}

.box {
	width: 1400px;
	margin: 0 auto;
}

.baner-main {
	width: 1400px;
	height: 460px;
	position: relative;
}

.baner-main .baner-but {
	position: absolute;
	top: 0;
	width: 100px;
	height: 300px;
	z-index: 10;
}

.baner-main .baner-list .baner-item {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
		border-radius:10px;
}

.baner-main .baner-list .baner-item img {
	transition: all 0.5s;
}

.baner-main .baner-list .baner-item:hover img {
	transform: scale(1.1);
}

.baner-main .prev {
	left: 0;
	background: url(../image/prev.png) no-repeat center center;
}

.baner-main .next {
	right: 0;
	background: url(../image/next.png) no-repeat center center;
}

.baner-main img {
	width: 100%;
	height: 100%;
	/*border-radius:10px;*/
	/*border: 1px solid  #F5F5F5;*/
}


/*服务*/

.service .service_cen {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service .service_cen .service_l img {
	width: 808px;
}

.service .service_cen .service_r {
	width: 592px;
	padding: 90px 100px;
}

.service .service_cen .service_r .service_list {
	margin-bottom: 27px;
}

.service .service_cen .service_r .service_list:last-child {
	margin-bottom: 0px;
}

.service .service_cen .service_r .service_list p span:first-child {
	width: 26px;
	text-align: center;
	margin-right: 15px;
}

.service .service_cen .service_r .service_list p:first-child span:last-child {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
}

.service .service_cen .service_r .service_list p:last-child span:last-child {
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
}


/*合作伙伴*/

.partner .partner_cen {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.partner .partner_cen .partner_list {
	width: 208px;
	margin-bottom: 40px;
	transition: all 0.5s;
}

.partner .partner_cen .partner_list img {
	width: 100%;
	border: 2px solid  #F5F5F5;
}

.partner .partner_cen .partner_list:hover {
	margin-top: -10px;
}


/*底部*/

footer {
	width: 100%;
	/*height: 395px;*/
	background: #313131;
}

footer .footer_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0;
}

footer .footer_text .footer_l p:first-child {
	margin-bottom: 50px;
}

footer .footer_text .footer_l p:not(:first-child) {
	color: #999999;
	margin-bottom: 20px;
}

footer .footer_text .footer_c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer .footer_text .footer_c .footer_list {
	padding: 0 50px 0 30px;
	border-left: 1px solid #555555;
	position: relative;
}

footer .footer_text .footer_c .footer_list:after {
	content: "";
	position: absolute;
	top: 0;
	left: -2px;
	width: 2px;
	height: 16px;
	background: #095BCF;
	transition: all .8s;
}

footer .footer_text .footer_c .footer_list p:first-child a {
	color: #FFFFFF;
	margin-bottom: 28px;
}

footer .footer_text .footer_c .footer_list p:not(first-child) a {
	font-size: 14px;
	color: #999999;
	margin-bottom: 17px;
}

footer .footer_text .footer_r {
	width: 130px;
}

footer .footer_text .footer_r img {
	width: 100%;
	margin-bottom: 10px;
}

footer .footer_text .footer_r p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .footer_text .footer_r p span:first-child,
footer .footer_text .footer_r p span:last-child {
	width: 20px;
	height: 1px;
	background: #999999;
}

footer .footer_text .footer_r p span:nth-child(2) {
	font-size: 14px;
	color: #BBBBBB;
}

.footer_bottom {
	width: 100%;
	background: #313131;
	text-align: center;
	border-top: 1px dashed #555555;
}

.footer_bottom a {
	line-height: 55px;
	color: #999999;
}


/*子页*/


/*公司简介*/

.banner {
	width: 100%;
	height: 330px;
	background: url(../image/banner_bj.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.zy {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 50px;
}

.zy .zy_cen {
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(9, 91, 207, 0.13);
	border-radius: 10px;
	margin: 0 auto;
	padding: 0 50px 70px 50px;
	position: relative;
	top: -50px;
}

.zy .zy_cen .position {
	text-align: right;
	padding: 30px 0 40px 0;
}

.zy .zy_cen .position img {
	margin-right: 7px;
}

.zy .zy_cen .position a,
.zy .zy_cen .position p {
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
}

.zy .zy_cen .zy_about {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.zy .zy_cen .zy_about .zy_about_l {
	width: 175px;
	position: relative;
	padding-bottom: 130px;
}
.zy .zy_cen .zy_about .zy_about_l .zy_about_l_tit{
	color: #666666;
	/*margin-bottom: 35px;*/
	/*text-indent: 30px;*/
	font-size: 18px;
	font-weight: bold;
}
.zy .zy_cen .zy_about .zy_about_l:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}

.zy .zy_cen .zy_about .zy_about_l a {
	width: 100%;
	color: #666666;
	margin-bottom: 35px;
	text-indent: 30px;
	transition: all 0.5s;
}

.zy .zy_cen .zy_about .zy_about_l p.zy_nav a {
	color: #095BCF;
	text-indent: 40px;
	background: url(../image/jt.png) no-repeat 0px 7px;
	position: relative;
}

.zy .zy_cen .zy_about .zy_about_l p.zy_nav a:before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: 0;
	width: 5px;
	height: 22px;
	background: #095BCF;
}

.zy .zy_cen .zy_about .zy_about_l p:hover a {
	color: #095BCF;
	text-indent: 40px;
	background: url(../image/jt.png) no-repeat 0px 7px;
	position: relative;
}

.zy .zy_cen .zy_about .zy_about_l p:hover a:before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: 0;
	width: 5px;
	height: 22px;
	background: #095BCF;
}

.zy .zy_cen .zy_about .zy_about_r {
	width: 900px;
}

.zy_title p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #095BCF;
}

.zy_title p:last-child {
	font-size: 20px;
	font-family: 'zt';
	color: #999999;
	text-transform: Uppercase;
	margin-bottom: 38px;
}

.zy .zy_cen .zy_about .zy_about_r .zy_about_text p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
	line-height: 28px;
}
.zy .zy_cen .zy_about .zy_about_r .zy_about_text img{
    max-width: 100%;
}
.zy .zy_cen .zy_about .zy_about_r .zy_about_text .about_honor{
    	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.zy .zy_cen .zy_about .zy_about_r .zy_about_text .about_honor .about_honor_list{
    width: 210px;
}
.zy .zy_cen .zy_about .zy_about_r .zy_about_text .about_honor .about_honor_list .about_honor_img img{
    width: 100%;
}
.zy .zy_cen .zy_about .zy_about_r .zy_about_text .about_honor .about_honor_list .about_honor_tit{
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 28px;
    text-align: center;
}
.zy .zy_cen .zy_about .zy_about_r .zy_about_word {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 50px 0;
}

.zy .zy_cen .zy_about .zy_about_r .zy_about_word .zy_about_list {
	width: calc(100%/4);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.zy .zy_cen .zy_about .zy_about_r .zy_about_word .zy_about_list:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	width: 1px;
	height: 30px;
	background: #DDDDDD;
}

.zy .zy_cen .zy_about .zy_about_r .zy_about_word .zy_about_list:last-child:before {
	width: 0px;
}

.zy .zy_cen .zy_about .zy_about_r .zy_about_word .zy_about_list .zy_list_l {
	margin-right: 20px;
}

.zy .zy_cen .zy_about .zy_about_r .zy_about_word .zy_about_list .zy_list_r p:first-child {
	font-size: 40px;
	font-family: 'zt';
	font-weight: bold;
	color: #333333;
}

.zy .zy_cen .zy_about .zy_about_r .zy_about_word .zy_about_list .zy_list_r p:last-child {
	color: #666666;
}


/*产品中心*/

.zy_product {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.zy_product a {
	width: 284px;
}

.zy_product a.zy_produc_list {
	width: 284px;
	height: 0px;
}

.zy_product a .zy_product_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #f8f8f8;
	text-align: center;
}

.zy_product a .zy_product_img img {
	max-width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.zy_product a .zy_product_text {
	text-align: center;
	padding: 20px 0 30px 0;
}

.zy_product a .zy_product_text p:first-child {
	color: #333333;
	margin-bottom: 10px;
}

.zy_product a .zy_product_text p:last-child {
	font-size: 14px;
	color: #999999;
}

.zy_product a:hover img {
	transform: scale(1.1) rotate(8deg);
}

.page {
	text-align: center;
	margin-top: 20px;
}

.page b,
.page a {
	display: inline-block;
	/*width: 40px;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	background: #EEEEEE;
	font-size: 14px;
	color: #787878;
	/*border-radius: 50%;*/
	margin-right: 10px;
	transition: all 0.5s;
	padding: 10px 16px;
}

.page b,
.page a:hover {
	color: #076DD5;
}


/*产品详情*/

.product_details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 35px;
}

.product_details .product_details_l {
	width: 420px;
}

.product_details .product_details_l img {
	width: 100%;
}

.product_details .product_details_r {
	width: 450px;
}

.product_details .product_details_r .product_details_tit p:first-child {
	font-size: 26px;
	color: #000000;
}

.product_details .product_details_r .product_details_tit p:last-child {
	color: #999999;
}

.product_details .product_details_r .product_details_word p {
	border-bottom: 1px solid #EEEEEE;
	padding: 30px 0 16px 0;
}

.product_details .product_details_r .product_details_word p span:first-child {
	color: #095BCF;
}

.product_details .product_details_r .product_details_word p span:last-child {
	color: #666666;
}

.product_details_text p:first-child {
	border-bottom: 1px solid #EEEEEE;
}

.product_details_text p {
	margin-bottom: 30px;
}

.product_details_text p:first-child span {
	width: 120px;
	height: 38px;
	background: #095BCF;
	text-align: center;
	line-height: 38px;
	color: #fff;
}

.product_details_text p:not(:first-child) {
	color: #666666;
	line-height: 32px;
}


/*新闻中心*/

.zy_news {
	margin-bottom: 50px;
}

.zy_news a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #F6F6F6;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.zy_news a .zy_news_l {
	width: 200px;
}

.zy_news a .zy_news_l img {
	width: 100%;
}

.zy_news a .zy_news_r {
	width: 640px;
}

.zy_news a .zy_news_r p:first-child {
	font-size: 20px;
	color: #333333;
	transition: all 0.5s;
}

.zy_news a .zy_news_r p:nth-child(2) {
	font-size: 14px;
	color: #333333;
	padding: 5px 0 10px 0;
	transition: all 0.5s;
}

.zy_news a .zy_news_r p:last-child {
	color: #999999;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all 0.5s;
}

.zy_news a:hover {
	background: #076DD5;
}

.zy_news a:hover .zy_news_r p {
	color: #fff;
}


/*新闻详情*/

.news_details .news_details_tit p:first-child {
	font-size: 26px;
	color: #000000;
}

.news_details .news_details_tit p:last-child {
	font-size: 14px;
	color: #333333;
	padding: 30px 0 30px 0;
}

.news_details .news_details_text p {
	color: #666666;
	line-height: 26px;
	margin-bottom: 30px;
}

.news_details .news_details_text img {
	max-width: 100%;
}


/*视频*/

.zy_video {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zy_video .video_list {
	width: 284px;
}

.zy_video .video_list video {
	width: 100%;
	height: 200px;
	object-fit: fill;
}

.zy_video .video_list p {
	text-align: center;
	color: #333333;
	padding: 20px 0 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/*东油分库*/

.dongyou {
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
}

.dongyou .dongyou_list {
	/*width: 445px;*/
	/*height: 150px;*/
	border: 1px solid #DEDEDE;
	margin-bottom: 10px;
	text-align: center;
}

.dongyou .dongyou_list p:first-child {
	margin: 10px 0;
}

.dongyou .dongyou_list p:nth-child(2) {
	font-size: 20px;
	color: #333333;
}

.dongyou .dongyou_list p:nth-child(3) {
	width: 20px;
	height: 1px;
	background: #095BCF;
	margin: 10px auto;
}

.dongyou .dongyou_list p:last-child,
.dongyou .dongyou_list p:nth-child(4) {
	color: #666666;
	margin-bottom: 10px;
}


/*联系方式*/

.contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact .contact_cen {
	width: 620px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.contact .contact_cen .contact_text {
	width: 50%;
	display: flex;
	align-items: flex-start;
}

.contact .contact_cen .contact_text:first-child,
.contact .contact_cen .contact_text:nth-child(2) {
	margin-bottom: 50px;
}

.contact .contact_cen .contact_text .contact_l {
	width: 26px;
	text-align: center;
	margin-right: 18px;
}

.contact .contact_cen .contact_text .contact_l img {
	max-width: 100%;
}

.contact .contact_cen .contact_text .contact_r p:first-child {
	font-size: 20px;
	color: #333333;
}

.contact .contact_cen .contact_text .contact_r p:last-child {
	color: #666666;
	margin-top: 23px;
}

.contact .contact_ewm {
	width: 270px;
}

.contact .contact_ewm p {
	width: 130px;
	text-align: center;
	color: #999999;
}

.contact .contact_ewm p img {
	width: 130px;
	margin-top: 32px;
}
.baner-main .baner-list .baner-item{
        box-shadow: 0px 0px 20px #333;
}