﻿@charset "utf-8";
@import url("styles.css?v=228");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open%20Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.ffo {font-family: 'Oswald', sans-serif;}
.ffs {font-family: 'Open Sans', sans-serif;}
.ffr {font-family: 'Roboto', sans-serif;}
/* wx: c5h865 */  
:root {
   --main-color: #d5042a;
}
/* head */
.header {
   width: 100%;
   height: 90px;
   line-height: 90px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 99999;
   background: #fff;
   box-shadow: 0 0 15px rgba(0,0,0,0.04);
}
.header .top {
   position: relative;
   height: 100%;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.header .logo {
   margin-left: 3%;
 }
.header .naver {
   margin: 0 10% 0 6%;
   font-weight: 500;
   text-transform: uppercase;
   flex: 1;
   font-size: 19px;
}
.header .naver ul {
   display: flex;
   justify-content: space-around;
   align-items: center;
}
.header .naver li a {
   position: relative;
   display: block;
   color: #000;
}
.header .naver li a:hover,
.header .naver li a.on,
.header .naver li:hover>a {
   color: var(--main-color);
}
.header .naver li>a::after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   width: 0;
   margin: 0 auto;
   border-bottom: 3px solid var(--main-color);
   transition: all .5s ease;
   transform: scaleX(0);
   opacity: 0;
}
.header .naver li>a:hover::after,
.header .naver li:hover>a::after {
   width: 100%;
   opacity: 1;
   transform: scaleX(1);
}
.header .naver li .sub {
   text-transform: initial;
   position: absolute;
   top: 111px;
   left: 0;
   background: #f6f6f6;
   border-radius: 3px;
   padding: 27px 30px 20px;
   width: 100%;
   opacity: 0;
   visibility: hidden;
   transition: all 0.5s;
   /* box-shadow: 0 0 15px rgba(0,0,0,0.04); */
}
.header .naver li:hover .sub {
   visibility: visible;
   opacity: 1;
   top: 90px;
}
.header .naver li .sub a {
   display: inline-block;
   font-weight: 600;
   padding: 0 30px;
   border-radius: 3px;
   margin-bottom: 13px;
}
.header .naver li .sub a:hover {
   background: var(--main-color);
   color: #fff;
}
.header .other {
   height: 100%;
   background: var(--main-color);
}
.header .other ul {
   display: flex;
}
.header .other li {
   position: relative;
   width: 90px;
   cursor: pointer;
}
.header .other li::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height: 90px;
   border-left: 1px solid #fff;
   overflow: hidden;
}
.header .other li i.icon-sousuo1 {
   font-size: 28px;
}
.header .other li i.icon-jiantou2 {
   font-size: 12px;
   vertical-align: 3px;
   margin-left: 3px;
}
.lang_list {
   display: none;
   width: 179px;
   position: absolute;
   top: 91px;
   right: 0;
   line-height: 52px;
}
.lang_list a {
   background: var(--main-color);
   color: rgba(255,255,255,0.8);
   display: block;
   padding-left: 34px;
   margin-bottom: 1px;
}
.lang_list a:hover {
   background: #222;
}
.lang_list span {
   display: inline-block;
   width: 25px;
   font-weight: bold;
}

.slide {
   margin-top: 90px;
   width: 100%;
   height: 700px;
   height: calc(100vh - 90px);
   overflow: hidden;
   text-align: center;
   position: relative;
}
.slide li,
.slide li a {
   display: block;
   width: 100%;
   height: 100%;
}
.slide .swiper-pagination {
   position: absolute;
   bottom: 50px !important;
   z-index: 999;
   --swiper-pagination-bullet-width: 36px;
   --swiper-pagination-bullet-height: 3px;
   --swiper-theme-color: #fff;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-inactive-color: #fff;
   --swiper-pagination-bullet-inactive-opacity: 0.5;
   --swiper-pagination-bullet-horizontal-gap: 8px
}
.slide .swiper-pagination-bullet {
   border-radius: 5px;
   cursor: pointer;
}

/* main */
.main {
   width: 1300px;
   margin: 0 auto;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.product_class {
   width: 100%;
   background: #efefef;
}
.product_class ul {
   display: flex;
   justify-content: center;
   align-items: center;
}
.product_class li {
   font-weight: 600;
}
.product_class li img {
   display: block;
   margin: 0 auto 20px;
}
.product_class li a {
   color: #222;
   display: block;
   padding: 60px 70px;
   border-left: 1px solid #e1e1e1;
}
.product_class li:first-child a {
   border: none;
}

.abouts {
   width: 100%;
   height: calc(100vh - 90px);
   position: relative;
   background: url(/images/abg.jpg) left bottom no-repeat #fff;
   overflow: hidden;
}
.abouts .a_box {
   width: 55%;
   padding-top: 130px;
}
.abouts .a_box h6 {
   font-weight: normal;
   color: var(--main-color);
   font-size: 16px;
}
.abouts .a_box h1 {
   font-family: 'Oswald', sans-serif;
   font-weight: 500;
   color: #222;
   font-size: 43px;
   position: relative;
   padding: 39px 0 29px;
}
.abouts .a_box h1::after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 60px;
   border-bottom: 3px solid var(--main-color);
}
.abouts .a_box ._desc {
   color: #666;
   padding: 30px 0 58px;
}
.abouts .a_box ._num {
   color: #535353;
}
.abouts .a_box ._num ul {
   display: flex;
   justify-content: space-between;
}
.abouts .a_box ._num li {
   width: 33%;
}
.abouts .a_box ._num li em {
   font-style: inherit;
   color: var(--main-color);
   font-size: 45px;
   font-family: 'Oswald', sans-serif;
   display: block;
   margin-bottom: 30px;
}
.abouts .a_box a {
   margin-top: 10px;
   display: inline-block;
   background: var(--main-color);
   color: #fff;
   padding: 16px 48px 17px;
   border-radius: 3px;
   font-size: 18px;
}
.abouts .a_box a:hover {
   background: #333;
}
.abouts .a_pic {
   position: absolute;
   top: 0;
   right: 0;
   width: 40%;
   height: 100%;
   overflow: hidden;
   cursor: pointer;
}
.abouts .a_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.abouts .a_pic p {
   position: absolute;
   left: 44.3%;
   top: 43.8%;
   width: 80px;
   height: 80px;
   border: 1px solid #fff;
   border-radius: 100px;
   font-size: 78px;
   color: #fff;
}
.abouts .a_pic p i {
   -webkit-transition:all .8s ease-in-out;
   transition:all .8s ease-in-out;
}
.abouts .a_pic:hover p i {
   -webkit-transform:rotate(180deg);
   transform:rotate(180deg);
}

.honor {
   width: 100%;
   padding: 66px 0 89px;
   background: url(/images/nybg.jpg) center no-repeat;
   background-size: cover;
   background-attachment: fixed;
}
.honor .h_box {
   position: relative;
   width: 73%;
   margin: 0 auto;
}
.honor .h_box h2 {
   position: relative;
   font-size: 48px;
   font-weight: 400;
   font-family: 'Oswald', sans-serif;
   padding-bottom: 35px;
   margin-bottom: 40px;
}
.honor .h_box h2::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 60px;
   border-bottom: 3px solid var(--main-color);
}
.honor .h_list li {
   height: 358px;
   overflow: hidden;
   cursor: pointer;
}
.honor .h_list li img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.honor .h_box .swiper-button-next,
.honor .h_box .swiper-button-prev {
   top: 62%;
   color: #fff;
   opacity: 0.55;
}
.honor .h_box .swiper-button-next {
   right: -80px;
}
.honor .h_box .swiper-button-prev {
   left: -80px;
}
.honor .h_box .swiper-button-disabled {
   opacity: 0.25;
}

.product {
   padding: 90px 0 120px;
   background: url(/images/cpbg.png) left bottom no-repeat #f5f5f5;
}
.product .p_top {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.product .p_top ._text h6,
.news .n_top h6 {
   color: var(--main-color);
   font-size: 16px;
   font-weight: normal;
   text-transform: uppercase;
   margin-bottom: 28px;
}
.product .p_top ._text h2,
.news .n_top h2 {
   color: #34241f;
   font-size: 43px;
   font-weight: 500;
   font-family: 'Oswald', sans-serif;
   margin-left: -1px;
}
.product .p_top ._more {
   font-size: 60px;
}
.product .p_top ._more a {
   color: var(--main-color);
}
.product .p_top ._more a:hover {
   color: #34241f;
   padding-right: 5px;
}
.product .p_box {
   margin-top: 55px;
   background: #fff;
   height: 620px;
   overflow: hidden;
}
.product .p_left {
   width: 19%;
   height: 100%;
   border-right: 1px solid #f0f0f0;
}
.product .p_left ul {
   height: 100%;
}
.product .p_left li {
   height: 25%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-bottom: 1px solid #f0f0f0;
   transition: all 0.5s;
   cursor: pointer;
}
.product .p_left li:hover,
.product .p_left li.active {
   background: var(--main-color);
}
.product .p_left li:hover img,
.product .p_left li.active img {
   filter: grayscale(100%) brightness(1000%);
}
.product .p_left li:last-child {
   border: none;
}
.product .p_left li img {
   width: 120px;
}
.product .p_left li p {
   padding-top: 10px;
   font-weight: 600;
   font-size: 19px;
   line-height: 23px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.product .p_left li:first-child img {
   width: 100px;
}
.product .p_left li a {
   color: #34241f;
}
.product .p_left li a:hover,
.product .p_left li.active a {
   color: #fff;
}

.product .p_right {
   width: 78%;
   height: 100%;
}
.product .p_right .swiper-slide {
   opacity: 0 !important;
}
.product .p_right .swiper-slide-active {
   opacity: 1 !important;
}
.product .p_right ul,
.product .p_right .swiper-slide {
   height: 100%;
}
.product .p_right li {
   height: 100%;
   display: flex;
   justify-content: space-between;
}
.product .p_right ._left {
   width: 50%;
   padding: 43px 45px 0 0;
}
.product .p_right ._left h2 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 500;
   color: var(--main-color);
   font-size: 35px;
   line-height: 46px;
   letter-spacing: -1px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.product .p_right ._left h3 {
   color: #34241f;
   font-size: 31px;
   padding: 20px 0 26px;
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
}
.product .p_right ._left p {
   color: #666;
}
.product .p_right ._left p.d {
   max-height: 141px;
   overflow: hidden;
}
.product .p_right ._left p.ico {
   padding-top: 35px;
   display: flex;
}
.product .p_right ._left p.ico a {
   position: relative;
   display: block;
   width: 41px;
   height: 41px;
   line-height: 38px;
   border: 2px solid #c3c3c3;
   margin-right: 11px;
   color: #949494;
   text-align: center;
}
.product .p_right ._left p.ico i {
   display: inline-block;
   font-size: 25px;
}
.product .p_right ._left p.ico i.icon-keyan,
.product .p_right ._left p.ico i.icon-diqiu1 {
   font-size: 27px;
}
.product .p_right ._left p.ico a:hover {
   color: var(--main-color);
   border-color: var(--main-color);
}
.product .p_right ._left p.ico a em {
   display: none;
   position: absolute;
   top: 48px;
   left: -48%;
   width: 196%;
   padding: 5px 0 4px;
   line-height: 14px;
   background: #34241f;
   color: #fff;
   font-style: normal;
   border-radius: 3px;
   overflow: initial !important;
}
.product .p_right ._left p.ico a em::before {
   content: '';
   display: block;
   position: absolute;
   top: -11px;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 0;
   height: 0;
   border: 6px solid transparent;
   border-bottom-color: #34241f;
}
.product .p_right ._left p.ico a em:hover {
   background: var(--main-color);
}
.product .p_right ._left p.ico a em:hover::before {
   border-bottom-color: var(--main-color);
}
.product .p_right ._left p.more {
   padding-top: 55px;
}
.product .p_right ._left p.more a {
   width: 170px;
   padding: 14px 0 15px;
   display: block;
   background: var(--main-color);
   color: #fff;
   font-weight: 300;
   border-radius: 3px;
}
.product .p_right ._left p.more a i {
   font-size: 13px;
   display: inline-block;
   vertical-align: 1px;
   padding-left: 25px;
   transition: padding 0.5s;
}
.product .p_right ._left p.more a:hover {
   background: #34241f;
}
.product .p_right ._left p.more a:hover i {
   padding-left: 33px;
}
.product .p_right ._pic {
   padding: 70px;
   width: 50%;
   height: 100%;
   border-left: 1px solid #f0f0f0;
   overflow: hidden;
}
.product .p_right ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.product .p_case {
   padding: 40px 0 16px;
}
.product .p_case ul {
   display: flex;
   justify-content: space-between;
}
.product .p_case li {
   position: relative;
   width: 23.7%;
   height: 400px;
   overflow: hidden;
}
.product .p_case li:last-child:nth-child(4n - 1) {
   margin-right: calc(23.7% + 5.2% / 3);
}
.product .p_case li:last-child:nth-child(4n - 2) {
   margin-right: calc(47.4% + 10.4% / 3);
}
.product .p_case li img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.product .p_case li a {
   color: #fff;
}
.product .p_case li p {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 96px;
   padding: 25px 23px 0;
   background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
   font-weight: 400;
}

.news {
   padding: 90px 0;
}
.news .n_top h6 {
   margin-bottom: 23px;
}
.news .n_top h2 {
   margin-left: -1px;
}
.news .n_nav {
   margin-top: -20px;
   position: relative;
}
.news .n_nav ul {
   display: flex;
   justify-content: flex-end;
}
.news .n_nav li {
   margin-left: 50px;
}
.news .n_nav li a {
   padding-bottom: 14px;
   color: #757575;
   border-bottom: 2px solid #fff;
}
.news .n_nav li.active a {
   color: #34241f;
   border-bottom-color: var(--main-color);
}
.news .n_box {
   margin: 70px 0;
   width: 100%;
   height: 640px;
   overflow: hidden;
   position: relative;
}
.news .n_box::after {
   content: '';
   display: block;
   position: absolute;
   z-index: -1;
   right: 0;
   top: 0;
   width: 58%;
   height: 100%;
   background: #f7f7f7;
}
.news .n_box .swiper-slide {
   opacity: 0 !important;
}
.news .n_box .swiper-slide-active {
   opacity: 1 !important;
}
.news .n_pic {
   position: relative;
   margin-top: 73px;
   width: 50%;
   height: 490px;
   overflow: hidden;
}
.news .n_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.news .n_pic a {
   width: 100%;
   height: 100%;
   color: #fff;
   display: block;
}
.news .n_pic p {
   top: auto;
   bottom: 0;
   font-size: 18px;
   height: 0;
   justify-content: flex-start;
   padding: 0 3%;
   line-height: 25px;
}
.news .n_pic:hover p {
   height: auto;
   padding: 3%;
}
.news .n_list {
   padding-top: 70px;
   width: 46%;
}
.news .n_list li {
   position: relative;
   padding: 30px 0 20px;
   border-bottom: 1px solid #e1e1e1;
}
.news .n_list li::after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   bottom: -1px;
   width: 26%;
   border-bottom: 2px solid var(--main-color);
   transition: all 0.5s;
}
.news .n_list li:hover::after {
   width: 100%;
}
.news .n_list li p {
   font-size: 14px;
   line-height: 18px;
   color: #666;
}
.news .n_list li p a {
   min-width: 95px;
   color: var(--main-color);
   font-size: 16px;
   display: inline-block;
   border-right: 1px solid #777;
   margin-right: 10px;
   vertical-align: -1px;
   padding-right: 15px;
   font-weight: 500;
}
.news .n_list li p a:hover {
   text-decoration: underline;
}
.news .n_list li h2 {
   font-weight: 400;
   font-size: 18px;
   padding: 18px 0 16px;
   line-height: 26px;
}
.news .n_list li h2 a {
   color: #333;
   display: block;
}
.news .n_list li h2 a:hover {
   color: var(--main-color);
}


/* cols */
.cols_slide {
   position: relative;
   width: 100%;
   height: 450px;
   overflow: hidden;
}
.cols_slide::after {
   content: '';
   display: block;
   position: absolute;
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.1);
}
.cols_slide h1,
.cols_slide p {
   position: relative;
   z-index: 9;
   text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.cols_slide h1 {
   font-size: 50px;
   padding-top: 175px;
   font-weight: 500;
}
.cols_slide a {
   color: #fff;
}
.cols_slide a:hover {
   text-decoration: underline;
}
.cols_slide p {
   padding-top: 33px;
   opacity: .88;
}
.cols_slide p i {
   display: inline-block;
   margin: 0 2px;
}
.cols_mous {
   margin: 70px auto 0;
   position: relative;
   z-index: 9;
   width: 23px;
   height: 38px;
   border: 2px solid #fff;
   border-radius: 50px;
   cursor: pointer;
}
.cols_mous::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 8px;
	left: 9px;
	top: 19px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 5;
	-webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@-webkit-keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-5px);
	}
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		  -o-transform: translateY(0);
		     transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		  -o-transform: translateY(-8px);
		     transform: translateY(-8px);
	}
}


.cols {
   width: 100%;
   background: url(/images/cpbgs.png) left bottom no-repeat #f9f9f9;
   background-attachment: fixed;
}
.cols_box {
   width: 86%;
   min-width: 1300px;
   padding: 50px 0 150px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}
.cols_left {
   padding-top: 15px;
   margin-right: 100px;
}
.cols_left h2 {
   color: var(--main-color);
   font-size: 40px;
}
.cols_left ul {
   padding-top: 20px;
   font-weight: 600;
}
.cols_left li a {
   color: #35477a;
}
.cols_left li a:hover,
.cols_left li a.on {
   color: var(--main-color);
}
.cols_left li ._sub a {
   color: #9a9a9a;
   font-weight: 500;
   display: block;
}
.cols_left li ._sub a:hover,
.cols_left li ._sub a.on {
   color: var(--main-color);
   text-decoration: underline;
}

.cols_right {
   flex: 1;
   overflow: hidden;
}

.cols_desc {
   color: #353535;
   overflow: hidden;
   padding: 20px 0 30px;
}
.cols_desc a {
   color: #353535;
}
.cols_desc a:hover {
   color: var(--main-color) !important;
}
.cols_desc img {
   max-width: 100%;
}

.cols_desc table {
   margin: 0 auto;
   width: auto;
   max-width: 100%;
   border-bottom: 2px solid var(--main-color);
   line-height: 25px !important;
   border-radius: 5px;
   overflow: hidden;
   /* border-top: 1px solid #fff;
   border-left: 1px solid #fff; */
}
.cols_desc table thead tr th {
   padding: 8px;
   background: var(--main-color);
   color: #fff;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   font-size: 16px;
   text-align: center;
   vertical-align: middle;
   font-family: 'GOTHAM-MEDIUM';
   font-weight: normal;
}
.cols_desc table tbody tr td {
   color: #1e2e53;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff !important;
   font-family: 'GOTHAM-MEDIUM';
   padding: 12px 8px;
   background: #f7f8f8;
   text-align: center;
   vertical-align: middle;
}
.cols_desc table tbody tr:nth-child(2n) td {
   background: #e8e8e8;
}
.cols_desc table tbody tr:nth-child(1) td {
   background: var(--main-color);
   color: #fff;
   border-right: 1px solid rgba(255,255,255,0.2);
}
.cols_desc table tbody tr:nth-child(3) td {
   background: #f7f8f8;
   color: #1e2e53;
}
.cols_desc table tbody tr td:last-child {
   border: none;
}

.cols_desc video,
.cols_desc .edui-video-iframe {
   width: 100%;
   height: auto;
   margin: 10px auto 15px;
   border-radius: 5px;
   background: #000;
   overflow: hidden;
}

.cols_pic {
   padding: 30px 0;
}
.cols_pic img {
   max-width: 100%;
}

.gmap {
	display: inline-block;
	position: relative;
}
.gmap>div {
	cursor: pointer;
}
.gmap .Africa {
	position: absolute;
	top: 160px;
	left: 43px;
	z-index: 1;
	width: 96px;
	height: 180px;
	border-radius: 20px;
}
.gmap .Asia {
	position: absolute;
	top: 125px;
	left: 183px;
	z-index: 1;
	width: 168px;
	height: 90px;
	border-radius: 20px;
}
.gmap .Europe {
	position: absolute;
	top: 40px;
	left: 183px;
	z-index: 1;
	width: 220px;
	height: 66px;
	border-radius: 20px;
}
.gmap .Australia {
	position: absolute;
	top: 343px;
	left: 338px;
	z-index: 1;
	width: 100px;
	height: 82px;
	border-radius: 20px;
}
.gmap .North-Amercia {
	position: absolute;
	top: 15px;
	left: 590px;
	z-index: 1;
	width: 150px;
	height: 170px;
	border-radius: 20px;
}
.gmap .South-Amercia {
	position: absolute;
	top: 250px;
	left: 773px;
	z-index: 1;
	width: 90px;
	height: 180px;
	border-radius: 20px;
}
.gmap .lxcn {
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	position: absolute;
	left: 70px;
	top: 0;
	z-index: 9;
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 15px 20px;
	display: none;
	width: auto;
}
.gmap>div:hover .lxcn {
	display: block;
} 


/* licheng */
.licheng {
   padding: 40px 0;
}
.licheng .l_list {
   background: url(/images/lc.png) left top repeat-x;
   position: relative;
   margin: 0 70px 50px;
}
.licheng .l_list li {
   position: relative;
   padding-top: 60px;
   width: 20%;
   cursor: pointer;
   transition: all 0.5s;
}
.licheng .l_list li::before,
.licheng .l_list li::after {
   display: block;
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 20px;
   height: 20px;
   border: 1px solid var(--main-color);
   border-radius: 50px;
   background: #fff;
}
.licheng .l_list li::after {
   top: 4px;
   border: none;
   background: var(--main-color);
   width: 14px;
   height: 14px;
}
.licheng .l_list li i {
   display: block;
   position: absolute;
   top: 30px;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 0;
   height: 21px;
   border-left: 1px solid #aaa;
}
.licheng .l_list li:hover,
.licheng .l_list .swiper-slide-thumb-active {
   color: var(--main-color);
}

.licheng .l_box {
   position: relative;
   background: #fff;
   padding: 50px;
   border-radius: 3px;
}
.licheng .l_box .cols_desc {
   padding: 0 0 30px;
}
.licheng .l_box .cols_desc h2 {
   color: var(--main-color);
   font-size: 50px;
   text-align: center;
   font-weight: 400;
   padding: 20px 0 40px;
   font-family: 'Oswald', sans-serif;
}
.licheng .l_box .swiper-button-next,
.licheng .l_box .swiper-button-prev {
   top: -118px;
}


/* newslist */
.newslist {
   padding: 16px 0 30px;
}
.newslist li {
   margin-bottom: 22px;
}
.newslist li a {
   position: relative;
   padding: 27px 25px;
   display: block;
   color: #333;
   overflow: hidden;
   background: url(/images/xwlistbg.jpg) right bottom no-repeat #fff;
   border-radius: 3px;
}
.newslist li a:hover {
   color: var(--main-color);
}
.newslist li a::after,
.piclist li::after,
.zhishi li::after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 9;
   width: 0;
   opacity: 0.2;
   border-bottom: 2px solid var(--main-color);
   transition: all 0.5s;
}
.newslist li a:hover::after,
.piclist li:hover::after,
.zhishi li:hover::after {
   opacity: 1;
   width: 100%;
}
.newslist li h2 {
   font-weight: 500;
   font-size: 22px;
}
.newslist li p {
   padding-top: 10px;
   color: #888;
   font-size: 15px;
}
.newslist li ._pic {
   width: 18%;
   margin-right: 20px;
   border-radius: 3px;
   overflow: hidden;
}
.newslist li ._pic img {
   width: 100%;
}
.newslist li span {
   display: inline-block;
   vertical-align: 3px;
   color: var(--main-color);
   font-size: 16px;
}

/* piclist */
.piclist {
   padding: 16px 0 30px;
}
.piclist ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: flex-start;
}
.piclist ul::after {
   content: '';
   width: 32%;
}
.piclist li {
   position: relative;
   width: 32%;
   background: #fff;
   padding: 25px;
   margin-bottom: 25px;
   border-radius: 3px;
   overflow: hidden;
}
.piclist li p {
   color: #888;
}
.piclist li h2 {
   padding: 15px 0 25px;
   font-size: 20px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.piclist li ._pic {
   height: 230px;
   overflow: hidden;
}
.piclist li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.piclist li ._desc {
   color: #888;
   padding: 25px 0 15px;
}
.piclist li a {
   color: #333;
}
.piclist li a:hover {
   color: var(--main-color);
}

/* videolist */
.videolist li {
   padding: 0;
}
.videolist li ._pic {
   height: 280px;
}
.videolist li h2 {
   padding: 18px 18px 22px;
   font-size: 16px;
   font-weight: normal;
}


/* notelist */
.notelist {
   padding: 16px 0 30px;
}
.notelist li {
   padding: 20px 23px;
   margin-bottom: 20px;
   overflow: hidden;
   background: url(/images/xwlistbg.jpg) right bottom no-repeat #fff;
   border-radius: 3px;
   transition: all 0.5s;
}
.notelist li a {
   color: #333;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.notelist li a:hover,
.notelist li a:hover i.iconfont {
   color: var(--main-color);
}
.notelist li h2 {
   font-size: 22px;
   line-height: 30px;
   flex-grow: 2;
   margin: 0 25px;
   font-weight: 500;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.notelist li ._date {
   background: var(--main-color);
   border-radius: 3px;
   padding: 8px 15px 10px;
   color: #fff;
   font-weight: 300;
   transition: all 0.5s;
}
.notelist li ._date p.r {
   font-size: 35px;
   margin-bottom: 5px;
}
.notelist li i.iconfont {
   font-size: 38px;
   color: #ccc;
   transition: all 0.5s;
}
.notelist li a:hover i.iconfont {
   padding-right: 15px;
}
.notelist li a:hover ._date {
   background: #ffdf00;
   color: #000;
}

/* zhishi */
.zhishi {
   padding: 16px 0 35px;
}
.zhishi ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: flex-start;
}
.zhishi li {
   position: relative;
   width: 49%;
   background: url(/images/xwlistbg.jpg) right bottom no-repeat #fff;
   border-radius: 3px;
   margin-bottom: 2%;
   padding: 26px 20px;
   transition: all 0.5s;
   overflow: hidden;
}
.zhishi li::before {
   content: '';
   display: block;
   position: absolute;
   right: -25px;
   top: -25px;
   width: 40px;
   height: 40px;
   background: var(--main-color);
   transform: rotate(45deg);
}
.zhishi li a {
   color: #333;
   display: block;
}
.zhishi li a:hover {
   color: var(--main-color);
}
.zhishi li h2 {
   padding-bottom: 12px;
   font-size: 20px;
}
.zhishi li p {
   color: #888;
}

/* down */
.down ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
.down li h2 {
   font-size: 18px;
   margin: 0 20px;
}
.down li {
   width: 49.2%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.down li i {
   display: inline-block;
   margin-right: 5px;
}
.down li a {
   margin-right: 6px;
   font-size: 16px;
   border: 1px solid var(--main-color);
   color: var(--main-color);
   border-radius: 50px;
   padding: 10px 22px;
}
.down li a:hover {
   background: var(--main-color);
   color: #fff;
}

/* photo */
.photo {
   padding: 16px 0 30px;
}
.photo ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: flex-start;
}
.photo li {
   border: 1px solid #f5f5f5;
   background: #fff;
   width: 23.5%;
   margin-bottom: 2%;
   overflow: hidden;
   cursor: pointer;
}
.photo li:last-child:nth-child(4n - 1) {
   margin-right: calc(23.5% + 6% / 3);
}
.photo li:last-child:nth-child(4n - 2) {
   margin-right: calc(47% + 12% / 3);
}
.photo li ._pic {
   padding: 10px;
   height: 230px;
   overflow: hidden;
}
.photo li ._pic img,
.fangan li img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.photo li ._desc {
   padding: 16px 5px 17px;
   border-top: 1px solid #f6f6f6;
   color: #353535;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   transition: all 0.5s;
}
.photo li ._desc a {
   color: #353535;
   display: block;
   padding: 16px 5px 17px;
}
.photo li:hover ._desc,
.photo li ._desc a:hover {
   color: var(--main-color);
}

.fc-lay .layui-layer-ico {
   background: url(/images/search_close.png) center no-repeat;
   width: 30px;
   height: 30px;
   -webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;
}
.fc-lay .layui-layer-phimg img {
   position: relative;
   width: 100%;
   display: inline-block;
   *display: inline;
   *zoom: 1;
   vertical-align: top;
}
.fc-lay .layui-layer-setwin .layui-layer-close2 {
   position: fixed;
   right: 30px;
   top: 55px;
   opacity: 0.6;
   -webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;
}
.fc-lay .layui-layer-setwin .layui-layer-close2:hover {
   background-position: 0;
   opacity: 1;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.fc-lay .layui-layer-imgbar {
   text-align: center;
}


.p_search {
	background: #fff;
	padding: 30px;
}
.p_search form {
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-radius: 3px;
   overflow: hidden;
}
.p_search input,
.p_search button {
   display: block;
   border: none;
   height: 52px;
   font-size: 16px;
}
.p_search input {
   width: 80%;
   padding: 0 22px;
   background: #eee;
}
.p_search button {
   width: 20%;
   background: var(--main-color);
   color: #000;
   cursor: pointer;
   transition: all 0.5s;
   font-size: 20px;
}
.p_search button i {
	font-size: 28px;
	color: #fff;
}
.p_search button:hover {
   background: #333;
   color: #fff;
}
.p_search input::-webkit-input-placeholder {
   font-size: 16px;
   color: #585858;
}













/* net */
.network #map_box {
   width: 100%;
   padding: 15px 0;
   overflow: hidden;
   border-radius: 5px;
   background: #fff;
}
.network #map_box img {
   max-width: 100%;
}

.network ul {
   padding: 16px 0 5px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
.network ul::after {
   content: '';
   width: 32.3%;
}
.network li {
   width: 32.3%;
   padding: 25px 20px;
   margin-bottom: 20px;
   background: url(/images/xwlistbg.jpg) right bottom no-repeat #fff;
   border-radius: 3px;
   overflow: hidden;
   transition: all 0.5s;
   cursor: pointer;
}
.network li h2 {
   font-size: 22px;
   margin-bottom: 12px;
}
.network li p {
   padding: 3px 0;
}
.network li .nc img {
   display: none;
   width: 0;
   height: 0;
}

/* product_list */
.product_box {
   
}
.product_box h1 {
   color: var(--main-color);
   font-size: 30px;
   margin-bottom: 20px;
}
.product_box .p_nav {
   padding: 20px 0 10px;
   overflow: hidden;
}
.product_box .p_nav li {
   float: left;
   margin-right: 60px;
}
.product_box .p_nav li a {
   display: block;
   color: #333;
}
.product_box .p_nav li a:hover,
.product_box .p_nav li a.on {
   color: var(--main-color);
}
.product_box .p_nav li i {
   position: relative;
   display: inline-block;
   vertical-align: -3px;
   margin-right: 6px;
   width: 16px;
   height: 16px;
   border: 1px solid #999;
}
.product_box .p_nav li a.on i {
   border-color: var(--main-color);
}
.product_box .p_nav li a.on i::before {
   content: '';
   display: inline-block;
   position: absolute;
   top: 3px;
   left: 3px;
   width: 0;
   height: 0;
   border: 4px solid var(--main-color);
}
.product_box .p_list {
   padding: 16px 0 30px;
}
.product_box .p_list ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
.product_box .p_list li {
   width: 24%;
   margin-bottom: 30px;
   background: #fff;
   border: 1px solid #f3f3f3;
}
.product_box .p_list li:last-child:nth-child(4n - 1) {
   margin-right: calc(24% + 4% / 3);
}
.product_box .p_list li:last-child:nth-child(4n - 2) {
   margin-right: calc(48% + 8% / 3);
}
.product_box .p_list li ._pic {
   padding: 25px;
   height: 300px;
   overflow: hidden;
   transition: all 0.5s;
}
.product_box .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.product_box .p_list li a {
   display: block;
   color: #555;
}
.product_box .p_list li a:hover {
   color: var(--main-color);
}
.product_box .p_list li ._box {
   border-top: 1px solid #f5f5f5;
   padding: 20px;
   display: flex;
   justify-content: flex-start;
}
.product_box .p_list li ._box span {
   display: block;
   padding-top: 2px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.product_box .p_list li ._box span.e {
   color: var(--main-color);
   font-weight: 500;
   padding: 0 12px 0 0;
}
.product_box .p_list li:hover ._pic {
   border-color: var(--main-color);
}
.product_box .p_list li ._box span i {
   display: inline-block;
   vertical-align: 4px;
   width: 25px;
   height: 0;
   border-bottom: 1px solid #555;
   transition: all 0.5s;
}
.product_box .p_list li a:hover ._box span i {
   border-bottom-color: var(--main-color);
   width: 30px;
}

/* product_info */
.p_info {
   padding: 50px 0 0;
}
.product_info {
   position: relative;
   background: url(/images/wen.png) right bottom no-repeat #fff;
   padding: 45px;
   border-radius: 3px;
   overflow: hidden;
}
.product_info::before {
   content: '';
   display: block;
   position: absolute;
   right: -90px;
   top: -90px;
   width: 130px;
   height: 130px;
   background: var(--main-color);
   transform: rotate(45deg);
}
.product_info .p_i_top {
   overflow: hidden;
}
.product_info .p_i_top_pic {
   width: 41%;
   height: 500px;
   padding: 45px;
   border: 1px solid #eee;
   overflow: hidden;
}
.product_info .p_i_top_pic img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.product_info .p_i_top_box {
   width: 54%;
}
.product_info .p_i_top_box h1 {
   font-size: 50px;
   font-weight: 500;
   font-family: 'Oswald', sans-serif;
   color: var(--main-color);
   margin-bottom: 50px;
}
.product_info .p_i_top_box h2 {
   font-size: 32px;
   margin: 8px 0 25px;
   font-weight: 600;
   letter-spacing: -1px;
}
.product_info .p_i_top_box h2 i {
   display: inline-block;
   margin-left: -4px;
   font-size: 25px;
   font-weight: normal;
   color: #606b74;
}
.product_info .p_i_top_box p {
   padding-bottom: 20px;
   line-height: 35px;
}
.product_info .p_i_top_box p.lx a {
   margin-top: 20px;
   display: inline-block;
   background: var(--main-color);
   color: #fff;
   padding: 6px 30px;
   border-radius: 3px;
}
.product_info .p_i_top_box p.lx a:hover {
   background: #ffdf00;
   color: #333;
}
.product_info .p_i_top_box p.re a {
   color: #c5c5c5;
   display: inline-block;
   padding-left: 1px;
   margin-right: 15px;
} 
.product_info .p_i_top_box p.re a:hover {
   color: var(--main-color);
   text-decoration: underline;
}
#p_desc {
   position: relative;
   margin: 70px 0;
   padding: 70px 0;
   background: url(/images/scp.jpg) center no-repeat;
   background-size: cover;
   background-attachment: fixed;
}
#p_desc::after {
   content: '';
   display: block;
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: rgba(12,24,52,0.8);
}
#p_desc .cols_desc {
   max-width: 1600px;
   margin: 0 auto;
   padding: 0;
   position: relative;
   z-index: 9;
}
.p_info_xg {
   padding: 0 35px 85px;
}
.p_info_xg .p_list {
   padding: 10px 0 0;
}


/* info */
.info {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.info .i_left,
.info .i_box {
   background: #fff;
   border-radius: 3px;
   overflow: hidden;
}
.info .i_left {
   width: 70%;
   padding: 50px 35px 30px;
}
.info .i_left .title {
   padding-bottom: 30px;
   margin-bottom: 15px;
   border-bottom: 1px solid #eee;
}
.info .i_left .title h1 {
   font-size: 28px;
   color: #333;
}
.info .i_left .title p {
   padding-top: 25px;
   color: #888;
}
.info .i_left .title p i {
   display: inline-block;
   margin: 0 2px 0 15px;
}
.info .i_left .title p i:first-child {
   margin-left: 1px;
}
.info .i_left .title p a {
   color: #888;
   display: inline-block;
   vertical-align: 1px;
}
.info .i_left .title p a:hover {
   color: var(--main-color);
}
.info .i_right {
   width: 28%;
}
.info .i_box {
   padding: 30px 22px 25px;
   margin-bottom: 20px;
}
.info .i_box h2 {
   font-size: 18px;
   color: #333;
}
.info .i_list {
   padding-top: 15px;
}
.info .i_list li a {
   display: block;
   color: #333;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden
}
.info .i_list li a:hover {
   color: var(--main-color);
   text-decoration: underline;
}
.info .i_next a {
   color: var(--main-color);
   display: block;
   padding-top: 15px;
   line-height: 22px;
}
.info .i_next a:hover {
   font-weight: bold;
   text-decoration: underline;
}


/* pages */
.n_pages {
   padding-bottom: 30px;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
}
.n_pages a {
   display: block;
   background-color: #fff;
   color: #666;
   padding: 11px 14px;
   margin: 0 4px;
   border-radius: 3px;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: var(--main-color) !important;
   border-color: var(--main-color) !important;
   color: #fff;
}
.n_pages .not_data {
   letter-spacing: 1px;
   color: #999;
}


/* message */
.apply ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.apply li {
   width: 49%;
   margin: 8px 0;
}
.apply li.w100 {
   width: 100%;
}
.apply li input,
.apply li textarea {
   width: 100%;
   border: 1px solid #ddd;
   padding: 15px;
   font-size: 15px;
   border-radius: 3px;
   color: #666;
   background: #fff;
}
.apply li textarea {
   height: 100px;
}
.apply li button {
   margin-top: 15px;
   background: var(--main-color);
   color: #fff;
   border-radius: 3px;
   line-height: 50px;
   width: 100%;
   border: none;
   font-size: 22px;
   cursor: pointer;
   transition: all .3s linear 0s;
   font-family: 'Oswald', sans-serif;
   font-weight: 300;
}
.apply li button:hover {
   opacity: 0.8;
}
.apply li img {
   display: inline-block;
   cursor: pointer;
   vertical-align: -8px
}


/* footer */
.footer {
   width: 100%;
}
.footer .foot_top {
   background: url(/images/footbg1.jpg) right bottom no-repeat;
   height: 280px;
}
.footer .foot_top .main {
   position: relative;
   height: 100%;
}
.footer .foot_lx {
   padding-top: 45px;
}
.footer .foot_lx h2 {
   font-weight: 400;
   font-size: 31px;
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   margin-bottom: 20px;
}
.footer .foot_lx i {
   display: inline-block;
   margin-right: 6px;
   margin-left: -1px;
}
.footer .foot_wx {
   padding-top: 56px;
   margin-left: 130px;
}
.footer .foot_wx p {
   padding-top: 13px;
}
.footer .foot_wx img {
   width: 130px;
}
.footer .foot_pic {
   position: absolute;
   right: -72px;
   bottom: 0;
   z-index: 99;
}
.footer .foot {
   padding: 62px 0;
   background: url(/images/footbg2.jpg) center no-repeat;
   overflow: hidden;
}
.footer .foot_nav {
   display: flex;
   justify-content: space-between;
   padding-bottom: 55px;
}
.footer .foot_nav dt {
   color: #fff;
   font-size: 23px;
   margin-bottom: 16px;
   text-transform: uppercase;
}
.footer .foot_nav dd a {
   display: block;
   color: #bdbdbd;
}
.footer .foot_nav dd a:hover {
   color: #fff;
   text-decoration: underline;
}

.footer .copy {
   padding-top: 43px;
   border-top: 1px solid rgba(255,255,255,0.15);
   color: #929292;
}
.footer .copy p {
   padding-top: 23px;
   font-size: 20px;
}
.footer .copy a {
   margin: 0 9px;
   display: inline-block;
   color: #777;
}
.footer .copy a:hover {
   color: #fff;
}

/* search */
.search_box {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999999;
   background: rgba(0,0,0,0.7);
}
.search_box .s_close {
   position: absolute;
   top: 80px;
   right: 57px;
}
.search_box .s_close i {
   display: block;
   color: #fff;
   font-size: 45px;
   cursor: pointer;
   -webkit-transition: all .8s ease-in-out;
   transition: all .8s ease-in-out;
}
.search_box .s_close:hover i {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.search_box .s_box {
   width: 50%;
   height: 100%;
   margin: 0 auto;
   display: flex;
   align-items: center;
}
.search_box .search {
   width: 100%;
   background-color: #fff;
   border: 6px solid var(--main-color);
   border-radius: 4px;
}
.search_box .search input,
.search_box .search button {
   height: 70px;
   line-height: 70px;
   border: none;
   display: block;
   float: left;
   overflow: hidden;
}
.search_box .search input {
   width: 85%;
   font-size: 18px;
   color: #555;
   padding: 0 2.7%;
   background: #fff;
}
.search_box .search button {
   width: 15%;
   cursor: pointer;
   background-color: var(--main-color);
   color: #fff;
}
.search_box .search button i {
   font-size: 36px;
}

.all_box {
   padding: 40px 0 25px;
}
.all_box form {
   height: 55px;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
}
.all_box input,
.all_box button {
   height: 100%;
   border: 3px solid var(--main-color);
   background: #fff;
   display: block;
   padding: 0 15px;
   width: 580px;
   border-radius: 3px 0 0 3px;
   font-size: 16px;
}
.all_box button {
   width: 120px;
   background: var(--main-color);
   color: #fff;
   cursor: pointer;
   border-radius: 0 3px 3px 0
}
.all_box button i {
   font-size: 30px;
}
.all_box input::-webkit-input-placeholder {
   font-size: 16px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #999;
   font-size: 18px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
   z-index: 999;
}
p#back-to-top i {
   display: block;
   font-size: 28px;
}
p#back-to-top a {
   width: 45px;
   height: 45px;
   line-height: 45px;
   border-radius: 5px;
   text-align: center;
   display: block;
   background-color: var(--main-color);
   color: #fff;
   overflow: hidden;
}
p#back-to-top a:hover {
   background: #000;
}

@media screen and (max-width: 1680px) {
   .abouts {
      height: 100vh;
   }
   .abouts .a_box {
      padding-top: 70px;
   }
   .honor .h_list li {
      height: 300px;
   }
}