@charset "utf-8";

/* section1 */
.swiper-one {
	width: 100%;
	height: auto;
	/* background-color: #2a2a2a; */
	background-color: #f9f9f9;
	font-size: 0;
}

.swiper-one .left {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	color: #333;
}

.swiper-one .right {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
	clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}

.swiper-one .right img {
	width: 100%;
	height: auto;
	transition: 1s all;
}
.pro_zhanshi_swiper {
    overflow: hidden;
}

.swiper-one .right:hover img {
	transform: scale(1.2);
}

.swiper-one .left h4 {
	font-size: 26px;
	font-family: benton-sans, sans-serif;
	font-weight: bold;
	margin-left: 20%;
	margin-top: 200px;
}

.swiper-one .left h3.tbi {
	font-size: 24px;
	width: 85%;
	margin-left: 20%;
	margin-top: 70px;
	text-transform: inherit;
	font-weight: 500;
	font-style: italic;
}

.swiper-one.swiper-container-horizontal .swiper-pagination-bullets,
.swiper-one .swiper-pagination-custom,
.swiper-one .swiper-pagination-fraction {
	left: 7%;
	bottom: 35%;
	width: 80%;
	text-align: left;
}

.swiper-one .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	border: 2px solid #333;
	background-color: transparent;
}

.swiper-one .swiper-pagination-bullet-active {
	background-color: #e35e38;
	border-color: #e35e38;
}

.swiper-one .swiper-button-next,
.swiper-one .swiper-button-prev {
	width: 50px;
	height: 80px;
	margin-top: -40px;
	background-size: 50px 80px;
}

.swiper-one .swiper-button-next {
	background-image: url(/uploads/index_1_right.png);
}

.swiper-one .swiper-button-prev {
	background-image: url(/uploads/index_1_left.png);
}

.swiper-two .swiper-slide {
	width: 100%;
	height: auto;
	position: relative;
	transition: 1s all;
	background-color: rgba(227, 94, 56);
}

.swiper-two .swiper-slide div.a_href {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}



.swiper-two .swiper-slide .a_href::after {
	content: '';
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	z-index: 5;
	background: url(/uploads/ind_box3_mask.png) no-repeat center;
	background-position: left center;
	background-size: auto 100%; 
	top: 0;
	left: 100%;	
	/* clip-path: polygon(0% 40px, 50% 40px, 100% 100%, 100% 0%, 0% 0%, 0% 40px); */
	mix-blend-mode: multiply;
	transition: all 0.3s;
}

.swiper-two .swiper-slide:hover .a_href::after {
	left: -50%;
}

.swiper-two .swiper-slide::before {
	background-color: rgba(227, 94, 56);
	mix-blend-mode: multiply;
	
}

/* .swiper-two .swiper-slide:nth-child(2)::before {
	background-color: rgba(230, 38, 41, 0.8);
}

.swiper-two .swiper-slide:nth-child(3)::before {
	background-color: rgba(255, 194, 0, 0.8);
}
 */
.swiper-two .swiper-slide img {
	width: 100%;
	height: auto;
	position: relative;
	/* mix-blend-mode: multiply; */
}

.swiper-two .swiper-slide div.a_href::before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0.2);
}

.swiper-two .swiper-slide h3 {
	color: white;
	font-size: 36px;
	position: absolute;
	width: 90%;
	top: 40%;
	left: 5%;
	z-index: 8;
	text-align: center;
}

.swiper-two .swiper-slide a {
	display: block;
	width: 198px;
	height: auto;
	padding: 5px;
	font-size: 18px;
	
	font-weight: bold;
	color: white;
	position: absolute;
	top: 160%;
	left: calc(50% - 99px);
	z-index: 8;
	border: 1px solid #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

.swiper-two .swiper-slide:hover a {
	top: 60%;
	transition: 1s all;
}

.swiper-two{}
.swiper-two .con{
	position: relative;
	padding: 0 70px;
}
.swiper-two .swiper-container{
	background-color: white;
	padding-bottom: 60px;
}
.swiper-two .swiper-pagination-bullet{
	width: 48px;
	height: 5px;
	border-radius: 0;
	background-color: #e35e38;
}
.swiper-two .swiper-pagination-bullet-active{
	background-color: #e35e38;
}
.swiper-two .swiper-button-next, .swiper-two .swiper-button-prev{
	background: url(/uploads/ind_box3_next.png) no-repeat center;
	width: 30px;
	height: 68px;
	margin-top: -34px;
}
.swiper-two .swiper-button-prev{
	background-image: url(/uploads/ind_box3_prev.png);
}

.ind_about ul.list{
	width: 100%;
	height: auto;
	font-size: 0;
	padding-left: 0;
	margin-bottom: 40px;
}
.ind_about ul.list li{
	list-style: none;
	list-style-type: none;
	width: calc(20% - 4px);
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	height: auto;
	text-align: center;
}
.ind_about ul.list li img{
	width: 100%;
	max-width: 70px;
	height: auto;
}
.ind_about ul.list li:last-child{
	margin-right: 0;
}
.ind_about ul.list li h5{
	
	font-size: 24px;
	width: 100%;
	text-align: center;
	margin: 5px 0 ;
	padding: 0;
color: #fff;}
.ind_about ul.list li h6{
	
	font-size: 18px;
	width: 100%;
	text-align: center;
	font-weight: normal;
color: #fff;}
.ind_hor .copy ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 100px;
}

.ind_hor .copy li {
	list-style-type: none;
	list-style: none;
	font-size: 0;
	margin-bottom: 10px;
}

.ind_hor .copy li .yuan {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e35e38;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.ind_hor .copy li h6 {
	font-size: 18px;
	font-weight: bold;
	color: white;
	
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	margin-left: 10px;
	width: calc(100% - 30px);
}
.ind_hor_w{
	position: relative;
}
.ind_hor_w h2{
	text-align: center;
}
.ind_hor_w .img{
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
.ind_hor_w .btn{
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: calc(50% - 145px);
	bottom: 0px;
	z-index: 3;
}
.ind_hor_w .swiper-container{
	padding-bottom: 150px;
	margin-top: 150px;
}
.ind_hor_w .swiper-slide{
	transform: scale(0.85);
	overflow: hidden;
	cursor: pointer;
}
.ind_hor_w .swiper-slide-prev,.ind_hor_w .swiper-slide-next{
	transform: scale(0.9);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1)!important;
}
.ind_hor_w .swiper-slide img{
	transition: all 1s;
	width: 100%;
	height: auto;
}
.ind_hor_w .swiper-slide:hover img{
	transform: scale(1.1);
}
/* 导航栏 */
.language>ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 130px;
	height: auto;
	background-color: rgba(28, 26, 25, .95);
	padding: 5px 0;
}

.language>ul li {
	padding: 5px 0;
}

.language>ul li a img {
	margin-right: 15px;
}

.language>a {
	padding-right: 30px;
	background-position: right;
	background-size: 20px;
	background-repeat: no-repeat;
	background-image: url(/uploads/xiala.png);
	display: block;
}

.language:hover a.tou {
	background-image: url(/uploads/shangla.png);
}

.language:hover ul {
	display: block;
}


/* 内页banner */
.nav_banner {
	width: 100%;
	height: auto;
	position: relative;
}

.nav_banner iframe{
	width: 100vw;
	height: 100vh;
}

.nav_banner .nav_banner_title {
	position: absolute;
	left: 4.5%;
	top: 50%;
	transform: translateY(-50%);
display: block;}

.nav_banner .nav_banner_title h2 {
	font-size: 54px;
	color: white;
	margin-bottom: 10px;
}

.nav_banner .nav_banner_title p {
	font-size: 18px;
	color: white;
}

.break {
	position: absolute;
	bottom: 20px;
	left: 5%;
	font-size: 0;
}

.break img {
	width: 25px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.break a {
	font-size: 16px;
	
	color: white;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 5px;
	padding-top: 5px;
}
.about_navlist{
	width: 100%;
	height: auto;
	background-color: #2e2e2e;
	margin: 0;
	padding: 30px 0;
}
.about_navlist ul{
	width: 90%;
	margin: 0 auto;
	font-size: 0;
	padding: 0;
}
.about_navlist ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.about_navlist ul li a{
	padding: 1px 30px;
	display: block;
	border-radius: 15px;
	background-color: transparent;
	font-size: 18px;
	/*  */
	color: white;
	list-style-type: none;
}
.about_navlist ul li.active a{
	background-color: #e35e38;
}

.about_navlist ul li a:hover{
	text-decoration: none;
}
.about_navlist ul li.nav-current a{background-color: #e35e38;}
.about_navlist ul li:hover a{
	background-color: #e35e38;
}

.about_navlist ul li.current-menu-item a{
	background-color: #e35e38;
}
/* capabilities */

.capabilities_one h6 {
	font-size: 16px;
	
	font-weight: normal;
	color: white;
	width: 1200px;
	text-transform: none;
}

.cap_nav{
	overflow: hidden;
	margin-bottom: 30px;
}
.cap_nav a{
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #666;
	border: 1px solid #e5e5e5;
	float: left;
	margin-right: 8px;
	padding: 0px 20px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cap_nav a:hover{
	color: white;
	background-color: #e35e38;
	border-color: #e35e38;
	text-decoration: none;
}

.capabilities_one ul {
	width: 100%;
	height: auto;
	font-size: 0;
	margin: 50px 0;
	padding: 0;
}

.capabilities_one ul li {
	width: 23%;
	margin-right: calc(8% / 3);
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	list-style: none;
	list-style-type: none;
}

.capabilities_one ul li h3 {
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: normal;
	/*  */
	text-align: center;
	background-color: #e35e38;
	padding: 10px 0;
	letter-spacing: 0px;
	color: white;
	 font-family: benton-sans, sans-serif;
}

.capabilities_one ul li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.capabilities_one ul li:nth-child(4n) {
	margin-right: 0;
}

/* ceo */
.ceo_one .left .img {
	overflow: hidden;
	padding: 0;
}

.ceo_one .left img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.ceo_one .left:hover img {
	transform: scale(1.1);
}

.ceo_one .left h6,.left h6  span{
	width: 100%;
	height: auto;
	background-color: #e35e38;
	padding: 15px 0;
	font-size: 30px;
	text-align: center;
	text-transform: none;
	
}

.ceo_one .right {
	padding-left: 30px;
}

.ceo_one .right p {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	color: #333;
}

.ceo_one li {
	margin-bottom: 50px;
}

/* history */
.history {
	position: relative;
	/* margin-bottom: 50px; */
	/* background-color: white; */
}

.history .container {
	font-size: 0;
}

.history .left {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.history .shu {
	width: 2px;
	height: 100%;
	background-color: white;
	border: none;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: calc(50% - 1px);
}

.history .right {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-left: 4%;
}

.history .left ul {
	width: 100%;
	height: auto;
}

.history .left ul li {
	margin-bottom: 150px;
}

.history .left ul .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	clip-path: polygon(0% 0%, 96% 0%, 96% 45%, 100% 50%, 96% 55%, 96% 100%, 0% 100%);
}

.history .left ul .img img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.history .left ul .img:hover img {
	transform: scale(1.1);
}

.history .left .title {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 30px;
}

.history .left .title h4 {
	font-size: 50px;
	
}

.history .left li p {
	width: 100%;
	height: 200px;
	font-size: 14px;
	
	font-weight: normal;
	line-height: 25px;
	text-indent: 2em;
	margin-top: 20px;
}

.history .right ul {
	width: 100%;
	height: auto;
	padding: 0;
}

.history .right ul li {
	margin-top: 150px;
}

.history .right ul .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	clip-path: polygon(4% 0%, 4% 45%, 0% 50%, 4% 55%, 4% 100%, 100% 100%, 100% 0%);
}

.history .right ul .img img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.history .right ul .img:hover img {
	transform: scale(1.1);
}

.history .right .title {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	right: 30px;
}

.history .right .title h4 {
	font-size: 50px;
	
}

.history .right li p {
	width: 100%;
	height: 200px;
	font-size: 14px;
	
	font-weight: normal;
	line-height: 25px;
	text-indent: 2em;
	margin-top: 20px;
}

.history .yuan1 {
	width: 20px;
	height: 20px;
	background-color: white;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 10px);
	top: 11.2%;
}

.history .yuan2 {
	width: 20px;
	height: 20px;
	background-color: white;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 10px);
	top: 21.6%;
}

.history .yuan3 {
	width: 20px;
	height: 20px;
	background-color: white;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 10px);
	top: 59.1%;
}

.history .yuan4 {
	width: 20px;
	height: 20px;
	background-color: white;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 10px);
	top: 71%;
}

/* join */
.join li {
	padding: 0 50px;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.join p {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-align: justify;
}

.join .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.join img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.join .img:hover img {
	transform: scale(1.2);
}

/* curcle */
.curcle .left,.curcle .right{
	width: 100%;
	height: auto;
	font-size: 0;
}

.curcle .img img{
	width: 100%;
	height: auto;
}
.curcle .title{
	width: 30%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0 10%;
	color: #333;
}
.curcle .title h2{
	
}
.curcle .title hr{
	width: 60%;
	height: 2px;
	border: none;
	background-color: #e35e38;
	margin:20px 0;
}
.curcle .title  p{
	
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-indent: 0;
}
.curcle .left .img{
	width: 50%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.curcle .right .img{
	width: 50%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.curcle .img {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

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

.curcle p {
	width: 100%;
	height: auto;
	line-height: 30px;
	/*  */
	font-weight: normal;
	/* color: white; */
	color: #333;
	font-size: 16px;
	text-indent: 2em;
	margin: 50px 0;
	text-align: justify;
}

/* honor */
.honor li {
	margin-bottom: 50px;
}

.honor div.img {
	background-color: #dddddd;
}

.honor div.img img {
	width: 50%;
	margin: 20px 25%;
}

/* about */
.about_nav {
	width: 80%;
}

.about_nav h2 {
	text-align: center;
}

.about_nav p {
	width: 80%;
	margin: 20px 10% 0;
	font-size: 14px;
	line-height: 30px;
}

.about_contain .top ul {
	width: 100%;
	height: auto;
	font-size: 0;
}

.about_contain .top ul li {
	width: 31%;
	height: auto;
	overflow: hidden;
	margin-left: calc(7% / 2);
	vertical-align: top;
	display: inline-block;
}

.about_contain .top ul li img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.about_contain .top ul li:hover img {
	transform: scale(1.1);
}

.about_contain .top ul li:first-child {
	margin-left: 0;
}

.about_contain .middle {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background-color: #e35e38;
	padding: 30px 10%;
	margin: 60px 0;
}

.about_contain .middle p {
	width: 100%;
	height: auto;
	font-size: 14px;
	
	line-height: 30px;
	color: white;
}

.about_contain .bottom {
	width: 100%;
	height: auto;
	position: relative;
}

.about_contain .bottom>img {
	width: 100%;
	height: auto;
}

.about_contain .bottom div.vr {
	display: none;
	position: absolute;
	top: calc(50% - 75px);
	left: calc(50% - 75px);
}

.about_contain .bottom div.vr img {
	max-width: 150px;
	height: auto;
}

.about_contain .bottom:hover .vr {
	display: block;
}

/* news */
.newslist {
	width: 100%;
	height: auto;
	background-color: white;
	padding: 50px 0;
}

.newslist .swiper-container {
	padding: 50px 5%;
}

.newslist .swiper-slide {
	box-sizing: border-box;
	box-shadow: 1px 2px 2px #ccc;
}

.newslist .swiper-slide .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newslist .swiper-slide .img img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.newslist .swiper-slide:hover img {
	transform: scale(1.1);
}

.newslist .swiper-slide .title {
	background-color: white;
	padding: 40px;
	width: 100%;
	height: auto;
	margin: 0;
}

.newslist .swiper-slide .title h3 {
	/*  */
	color: #000000;
	font-size: 22px;
	text-transform: capitalize;
	height: 80px;
	overflow: hidden;
}

.newslist .swiper-slide .title h4 {
	/* font-family: benton-sans, sans-serif; */
	color: #b0b0b0;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0.5px;
}

.newslist .swiper-slide .title p {
	color: black;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	height: 60px;
}

.newslist a {
	text-decoration: none;
}

.newslist .swiper-button-next,
.newslist .swiper-button-prev {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	margin-top: -30px;
}

.newslist .swiper-button-next {
	background-image: url(/uploads/news_right.png);
}

.newslist .swiper-button-prev {
	background-image: url(/uploads/news_left.png);
}

.newslist div.container>hr {
	width: 90%;
	height: 1px;
	background-color: #a4a4a4;
	margin: 40px auto 0px;
}

.newslist .bottom ul {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.newslist .bottom ul li {
	width: 100%;
	height: auto;
	font-size: 0;
	border-bottom: 1px solid #A4A4A4;
	padding: 40px 0;
}

.newslist .bottom ul li .left {
	width: 30%;
	overflow: hidden;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.newslist .bottom ul li .right {
	width: 85%;
	overflow: hidden;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5%;
}

.newslist .bottom ul li .date {
	width: 5%;
	overflow: hidden;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.newslist .bottom ul li .left img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.newslist .bottom ul li:hover img {
	transform: scale(1.2);
}

.newslist .bottom ul li .right h3 {
	font-size: 28px;
	color: black;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.newslist .bottom ul li .right p {
	font-size: 16px;
	color: black;
	letter-spacing: 0px;
	line-height: 25px;
	text-align: justify;
}

.newslist .bottom ul li .right h5 {
	font-size: 16px;
	color: black;
	text-transform: capitalize;
	letter-spacing: 0px;
	line-height: 25px;
	margin-bottom: 0;
}

.newslist .bottom ul li .date h4 {
	
	color: #6f6f6f;
	font-size: 26px;
}

.newslist .container p{color:#000;}

.newslist li b{color:#000;}

/* down */
.downlist {
	background-color: white;
	width: 100%;
	height: auto;
}

.down_one {
	width: 80%;
	height: auto;
	padding-top: 50px;
	font-size: 0;
	padding-left: 0;
	margin: 0 auto;
}

.down_one li {
	width: 31%;
	margin-right: calc(7% / 2);
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	text-align: center;
	color: white;
	padding: 8px 0;
	list-style: none;
	list-style-type: none;
	margin-top: 20px;
	background-color: #818181;
}
.down_one li a{
	color:#fff;
}
.down_one li.nav-current {
  background-color: #e35e38;
}
.down_one li:hover{
	background-color: #e35e38;
}
.down_one li:nth-child(3n) {
	margin-right: 0;
}

.down_two {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
}

.down_two li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 15px 10px;
	border-bottom: 1px solid #c8c8c8;
	font-size: 0;
}

.down_two li .left {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

.down_two li .left p {
	font-size: 22px;
	color: #000000;
	
	margin-bottom: 0;
}

.down_two li .right {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.down_two li .right h5 {
	font-size: 22px;
	color: #858585;
	margin-bottom: 0;
	float: left;
	font-weight: normal;
}

.down_two li .right img {
	width: 25px;
	height: auto;
	float: right;
	margin-top: 8px;
}

/* page start */
.com_page{
	padding: 3em 0;
}
.com_page .tac{
	text-align: center;
}

.com_page a {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	border: 1px solid #a0a0a0;
	padding: 12px 15px;
	margin: 0 4px;
	letter-spacing: 0.5px;
	/* background-color: #f0f0f0; */
}

.com_page a:hover,
.com_page a.active {
	background-color: #e35e38;
	color: white;
	border: 1px solid #e35e38;
	text-decoration: none;
}

.com_page p {
	display: inline-block;
	margin: 0 25px 0 16px;
}
.page_p{
	line-height: 60px;
	font-size: 20px;
	color: #7e7e7e;
}
/* page end */


/* video */

/* 视频播放*/
.video {
	width: 100%;
	height: auto;
	background-color: white;
	padding: 50px 0;
}

.video ul {
	font-size: 0;
	width: 100%;
	height: auto;
}

.video ul li {
	width: 23%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-right: calc(8% / 3);
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 50px;
}

.video ul li:nth-child(4n) {
	margin-right: 0;
}

.video ul li .play-btn {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(/uploads/play.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}

.video ul li:hover .play-btn {
	display: block;
}

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

.tianjiatvwrap {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 25%;
	margin-top: -125px;
}

.tianjiatvwrap .videobox {
	height: 500px;
	position: relative;
	z-index: 1;
}

.recclosebtn {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: -5px;
	cursor: pointer;
	z-index: 100;
	margin: -20px -20px 0 0;
	z-index: 9;
}

.recclosebtn:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.recclosebtn:after {
	content: '';
	position: absolute;
	top: 10px;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*视频结束*/


/* contact */
.contact {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: white;
}

.contact h3 {
	font-size: 30px;
	color: #000000;
	
}

.contact form {
	text-align: center;
}

.contact form ul {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 0;
	margin-top: 40px;
}

.contact form ul li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin-right: 2%;
}

.contact form ul li:nth-child(3) {
	margin-right: 0;
}

.contact form ul li h4 {
	font-size: 20px;
	width: 100%;
	height: auto;
	color: #000000;
	text-align: left;
}

.contact form ul li input {
	width: 100%;
	height: auto;
	border: 1px solid #e7e7e7;
	background-color: #f9f9f9;
	box-sizing: border-box;
	padding-left: 70px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 2% center;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
}

input::-webkit-input-placeholder.textarea::-webkit-input-placeholder {
	color: #b0b0b0;
	
	font-size: 16px;
}

.contact form ul li:first-child input {
	background-image: url(/uploads/name.png);
}

.contact form ul li:nth-child(2) input {
	background-image: url(/uploads/tel.png);
}

.contact form ul li:nth-child(3) input {
	background-image: url(/uploads/email.png);
}

.contact form .tet {
	margin-top: 40px;
}

.contact form .tet h4 {
	font-size: 20px;
	width: 100%;
	height: auto;
	color: #000000;
	
	text-align: left;
}

.contact form .tet textarea {
	width: 100%;
	height: 240px;
	border: 1px solid #e7e7e7;
	background-color: #f9f9f9;
	box-sizing: border-box;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 1% 2%;
	padding-left: 70px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
	background-image: url(/uploads/text.png);
}

.contact form button {
	width: 240px;
	height: auto;
	background-color: #e35e38;
	color: white;
	font-size: 20px;
	
	outline: none;
	padding: 10px 0;
	cursor: pointer;
	margin-top: 40px;
}

.contact .map {
	margin-top: 30px;
	width: 100%;
	height: 500px;
}

.contact .map .list {
	width: 100%;
	height: 450px;
	margin-top: 30px;
}


/* pro */
.prolist .container>ul {
	width: 100%;
	height: auto;
	padding: 50px 0;
	font-size: 0;
}

.prolist ul li.hover_li {
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	list-style-type: none;
	list-style: none;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 50px;
}

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

.prolist ul li img {
	width: 100%;
	height: auto;
	transition: 1s all;
}

.prolist ul li .title {
	position: absolute;
	top: 45%;
	left: 15%;
	width: 70%;
	text-align: center;
	z-index: 5;
}

.prolist ul li .title h3 {
	font-size: 34px;
	color: white;
	margin-bottom: 0;
}

.prolist ul li .title ul {
	display: none;
	padding: 0;
	text-align: left;
}

.prolist ul li .title ul li {
	width: 100%;
	margin-top: 10px;
	text-align: center;
text-transform: capitalize;}

.prolist ul li .title ul li a {
	font-size: 16px;
	color: white;
	
	line-height: 20px;
	text-align: left;
}

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

.prolist ul li.hover_li::before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.prolist ul li.hover_li:hover::before{
	opacity: 1;
}

.prolist ul li:hover .title ul {
	display: block;
}

.prolist ul li:hover .title h3 {
	font-size: 28px;
	color: #e35e38;
	line-height: 1.3;
	margin-bottom: 10px;
}

.prolist ul li:hover .title {
	top: 10%;
	width: 80%;
	left: 10%;
}

/* product */
.product .top {
	font-size: 0;
}

.product ul {
	padding-left: 0;
}

.product .top .left {
	width: 50%;
	height: auto;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
}

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

.product .top .left .pic-hd {
	width: 70%;
	padding: 0 45px;
	margin: 20px 0;
}

.product .swiper-button-next,
.product .swiper-button-prev {
	width: 34px;
	height: 100px;
	background-size: 34px 100px;
	margin-top: -50px;
}

.product .swiper-button-next {
	background-image: url(/uploads/pro_right.jpg);
}

.product .swiper-button-prev {
	background-image: url(/uploads/pro_left.jpg);
}

.product .right {
	width: 45%;
	display: inline-block;
	margin-left: 5%;
	vertical-align: top;

}

.product .right h3 {
	font-size: 30px;
	
	color: black;
	margin-top: 80px;
}
.product .right h1{
	font-size: 30px;
	
	color: black;
	margin-top: 80px;
}
.product .right hr {
	width: 100%;
	height: 1px;
	background-color: white;
	border: none;
	margin: 40px 0;
}

.product .right p {
	font-size: 18px;
	
	color: black;
	line-height: 25px;
}

.product .right ul li {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.product .right ul li img {
	width: 50px;
	height: 50px;
}

.product .middle {
	width: 100%;
	height: auto;
color: #333;}

.product .nav {
	width: 100%;
	height: auto;
	font-size: 0;
	background-color: #f4f4f4;
}

.product .nav li {
	list-style: none;
	list-style-type: none;
	font-size: 20px;
	
	color: #000000;
	display: inline-block;
	vertical-align: top;
	padding: 10px 40px;
	cursor: pointer;
}

.product .nav li.active {
	background-color: #e35e38;
	color: white;
}

.product .nav li:hover {
	background-color: #e35e38;
	color: white;
}

.product .cont {
	display: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 40px 10%;
	background-color: white;
}

.product .cont.active {
	display: block;
}

.product .bottom form {
	width: 100%;
	height: auto;
}

.product .bottom form ul {
	padding: 0;
}

.product .bottom form ul li input {
	width: 70%;
	border: 1px solid #CCCCCC;
	border-left: 2px solid #e35e38;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin-top: 40px;
	font-size: 14px;
}

.product .bottom form ul li textarea {
	width: calc(100% - 122px);
	border: 1px solid #CCCCCC;
	border-left: 2px solid #e35e38;
	border-radius: 3px;
	height: 150px;
	line-height: 30px;
	padding-left: 20px;
	margin-top: 40px;
	font-size: 14px;
}
.product .bottom form button{
	width: calc(100% - 122px);
	height: auto;
	text-align: center;
	color: white;
	font-size: 20px;
	
	background-color: #e35e38;
	padding: 10px 0;
}

.pro_zhanshi{
	width: 100%;
	height: auto;
}
.pro_zhanshi ul{
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 0;
}
.pro_zhanshi ul li{
	list-style: none;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: calc(8% / 3);
}
.pro_zhanshi ul li:last-child{
	margin-right: 0;
}
.pro_zhanshi ul li .img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_zhanshi ul li img{
	width: 100%;
	height: auto;
	transition: 1s all;
}
.pro_zhanshi ul li:hover img{
	transform: scale(1.2);
}
.pro_zhanshi ul li h4{
	width: 100%;
	height: 60px;
	background-color: #e35e38;
	font-size: 18px;
	line-height: 30px;
	/* padding: 10px 0; */
	text-align: center;
	color: white;
	letter-spacing: 0;
	overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
}

.pro_list{
	width: 100%;
	height: auto;
	font-size: 0;
	padding-bottom: 50px;
	background-color: white;
}
.pro_list .pro_break{
	padding: 20px 0;
}
.pro_list .pro_break a{
	color: #000000;
	
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.pro_list .left{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	height: auto;
}
.pro_list .right{
	width: 63%;
	margin-left: 2%;
	vertical-align: top;
	display: inline-block;
}
.pro_list .pro_mo_top_1{
	display: none;
}
.pro_list .right div.input{
	width: 32%;
	margin-left: 68%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}
.pro_list .right div.input input{
	width: 100%;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	font: -webkit-control;
}
.pro_list .right div.input input::-webkit-input-placeholder{
	color: #898989;
	
	font-size: 16px;
}
.pro_list .right div.input button{
	position: absolute;
	top: 5px;
	width: 95px;
	height: 30px;
	right: 5px;
	border-radius: 2px;
	background-color: #e35e38;
	background-image: url(/uploads/pro_search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	outline: none;
}
.pro_list .right ul{
	padding: 0;
	font-size: 0;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.pro_list .right ul li{
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.pro_list .right>ul>li>a{
	display: block;
	border: 1px solid #212121;
}
.pro_list .right ul li ul{
	width: 100%;
	height: auto;
	font-size: 0;
}
.pro_list .right ul li ul li{
	display: inline-block;
	width: 48%;
	margin-left: 4%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e35e38;
	margin-bottom: 0;
	margin-right: 0;
}
.pro_list .right ul li ul li a{
	font-size: 18px;
	font-family: tbi;
	color: white;
	transition: all 0.5s;
}
.pro_list .right ul li ul li:hover a{
	font-size: 20px;
}
.pro_list .right ul li ul li:first-child{
	margin-left: 0;
	background-color: #212121;
}
.pro_list .right ul li:nth-child(3n){
	margin-right: 0;
}
.pro_list .right ul li .img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_list .right ul li img{
	width: 100%;
	height: auto;
	transition: 1s all;
	width: 100%;
	height: 300px;
}
.pro_list .right ul li:hover img{
	transform: scale(1.1);
}
.pro_list .right ul li a{
	text-decoration: none;
}
.pro_list .right ul li .title{
	width: 100%;
	height: auto;
	background-color: white;
	padding: 20px 5%;
	box-sizing: border-box;
}
.pro_list .right ul li .title h3{
	font-size: 16px;
	color: #000000;
	letter-spacing: 0;
	height: 35px;
	text-transform: capitalize;
}
.pro_list .right ul li .title p{
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	display: none;
}
.pro_list .left>ul{
	width: 100%;
	height: auto;
	padding-left: 0;
}
.pro_list .left>ul>li .icon-cate{
	width: 100%;
	/* line-height: auto; */
	box-sizing: border-box;
	
	background-image: url(/uploads/xiala.png);
	background-repeat: no-repeat;
	background-position: center;cursor: pointer;
width: 30px;height: 30px;line-height: 30px;display: block;position: absolute;top: 8px;right: 10px;}
/*.pro_list .left> ul> li.nav-current{*/
/*	background-image: url(/uploads/shangla.png);*/
/*}*/
.pro_list .left >ul >li{margin-bottom:10px;}
.pro_list .left >ul >li .icon-cate.icon-cate-up{
	background-image: url(/uploads/shangla.png);
}
.pro_list .left >ul >li>a{
	display: block;
	font-size: 20px;
	padding: 5px 0;
	color: white;
	padding-left: 15px;
	text-transform: capitalize;
	text-decoration: none;
}
.pro_list .left> ul> li ul{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	display: none;
	padding: 8px 0 0;
}
/*.pro_list .left ul li ul{*/
/*	display: block;*/
/*}*/
.pro_list .left >ul> li >ul li{
	width: 100%;
	line-height: 1.3;
	border-bottom: 1px solid #212121;
	padding: 5px 0;
text-transform: capitalize;}
.pro_list .left >ul >li >ul li:last-child{
	border-bottom: none;
}
.pro_list .left >ul >li >ul li a{
	font-size: 16px;
	
	color: #212121;
	padding-left: 40px;
	transition: all 0.5s;
}
.pro_list .left >ul >li >ul li a:hover{
	text-decoration: none;
}
.pro_list .left >ul >li >ul li:hover a{
	color: #e35e38;
}

.pro_list .left >ul >li{
	background-color: #212121;position: relative;
}
.pro_list .left >ul >li.nav-current,.pro_list .left >ul >li:hover{
	background-color: #e35e38;
}


/* 2022-03-17 新增 */

.pd-60{
	padding: 60px 0;
}
.ind_box3{
	
}
.ind_box4{
	background-color: white;
}
.ind_box4 h2{
	color: #201e1d;
	margin-bottom: 1em;
}

@media screen and (max-width:1800px) {
	.swiper-one .left h3.tbi{
		font-size: 3.7rem;
	}
}
@media screen and (max-width:1738px) {
	
}
@media screen and (max-width:1700px) {
	.swiper-one .swiper-pagination-bullets, .swiper-one .swiper-pagination-custom, .swiper-one .swiper-pagination-fraction{
		bottom: 30%;
	}
	.nav_banner .nav_banner_title h2{
		font-size: 80px;
	}
	.history .yuan1{
		top: 10.5%;
	}
	
}
@media screen and (max-width:1650px) {
	
}
@media screen and (max-width:1600px) {
	.swiper-one .left h3.tbi{
		font-size: 3rem;
	}
	.swiper-one .swiper-pagination-bullets, .swiper-one .swiper-pagination-custom, .swiper-one .swiper-pagination-fraction{
		bottom: 25%;
	}
	.swiper-two .swiper-slide h3{
		font-size: 36px;
	}
	.nav_banner .nav_banner_title h2{
		font-size: 75px;
	}
	.history .yuan1{
		top: 10%;
	}
	.history .yuan3{
		top: 58.3%;
	}
	.history .yuan4{
		top: 70.8%;
	}
	.product .right h3{
		font-size: 34px;
	}
	.product .right p{
		font-size: 16x;
	}
	.prolist ul li .title h3{
		font-size: 32px;
	}
}

@media screen and (max-width:1500px) {
	.swiper-one .left h4{
		margin-top: 150px;
	}
	.swiper-two .swiper-slide h3{
		font-size: 30px;
	}
	.nav_banner .nav_banner_title h2{
		font-size: 70px;
	}
	.history .yuan1{
		top: 9.7%;
	}
	.history .yuan3{
		top: 57.8%;
	}
	.newslist .swiper-slide .title h3{
		font-size: 20px;
	}
	.newslist .bottom ul li .right h3{
		font-size: 24px;
	}
	.newslist .bottom ul li .right p{
		font-size: 16px;
	}
	.newslist .bottom ul li .date h4{
		font-size: 20px;
	}
}

@media screen and (max-width:1400px) {
	.swiper-two .swiper-slide h3{
		font-size: 28px;
	}
	.nav_banner .nav_banner_title h2{
		font-size: 60px;
	}
	.history .yuan1{
		top: 9%;
	}
	.history .yuan3{
		top: 57%;
	}
	.down_two li .left p{
		font-size: 20px;
	}
	.prolist ul li .title h3{
		font-size: 28px;
	}
	.product .right hr{
		margin: 30px 0;
	}
	.product .right h3{
		margin-top: 60px;
	}
	.prolist ul li:hover .title{
		width: 70%;
		left: 15%;
		top: 5%;
	}
	.prolist ul li:hover .title h3{
		font-size: 12px;
	}
	.about_navlist ul li{
		margin-right: 20px;
	}
}

@media screen and (max-width:1300px) {
	.swiper-one .left h3.tbi{
		font-size: 2.5rem;
	}
	.nav_banner .nav_banner_title h2{
		font-size: 50px;
	}
	.history .yuan1{
		top: 8.6%;
	}
	.history .yuan2{
		top: 21%;
	}
	.history .yuan3{
		top: 56.5%;
	}
	.history .yuan4{
		top: 70.4%;
	}
	.down_one{
		width: 90%;
	}
	.down_two{
		width: 90%;
	}
	.prolist ul li .title h3{
		font-size: 24px;
	}
	.product .right p{
		font-size: 12px;
	}
	.product .right h3{
		font-size: 30px;
	}
	.prolist ul li:hover .title{
		width: 80%;
		left: 10%;
		top: 5%;
	}
}
.wapshow{
	display: none !important;
}
@media screen and (max-width:1040px) {
	.pro_list .right ul li{width: 48%;}
}


/* app */
@media screen and (max-width:768px) {
	.pcshow{
		
	}
	.wapshow{
		display: block !important;
	}
	.pd-60{
		padding: 40px 0;
	}
	.nav_banner .bg-video{
		font-size: 0;
	}
	.nav_banner iframe{
		/* width: 80vw;
		margin-left: 10vw; */
		height: 60vh;
	}
	.swiper-one .swiper-button-next, .swiper-one .swiper-button-prev{
		width: 30px;
		height: 48px;
		background-size: 100% auto;
	}
	
	
	.offset-lg-1{
		display: block;
	}
	.swiper-one .left{
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
	.swiper-one .right{
		width: 100%;
		clip-path:polygon(0% 0%, 100% 0, 100% 100%, 0% 100%)
	}
	.swiper-one .swiper-pagination{
		display: none;
	}
	.swiper-one .left h4{
		margin-top: 0px;
		margin-left: 10%;
	}
	.swiper-one .left h3.tbi{
		margin-left: 10%;
		margin-top: 50px;
	}
	.index_about .col-md-6{
		max-width: 100%;
		width: 100%;
		flex:0 0 100%;
	}
	.ind_about{
		margin-top: 50px;
	}
	.swiper-two .con{
		padding: 0;
	}
	.ind_about h3{
		margin-bottom: 30px;
	}
	.swiper-two .swiper-slide h3{
		font-size: 20px;
	}
	.ind_box4 h2{
		width: 100%;
		text-align: center;
	}
	.links-list li i{
		width: 0px;
		display: none;
	}
	.links-list a{
		width: 100%;
	}
	.links-list li{
		margin-bottom: 0;
	}
	.home .block-hero{
		height: auto;
		padding-bottom: 0;
	}
	.ceo_one .col-md-4,.ceo_one .col-md-8{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.ceo_one ul{
		margin: 0;
		padding: 0;
	}
	.about_navlist{
		padding: 20px 0;
	}
	.about_navlist ul li a{
		padding: 4px 0;
	}
	.about_navlist ul li{
		width: 32%;
		margin-right: 2%;
		box-sizing: border-box;
		padding: 5px 0;
		text-align: center;
	}
	.about_navlist ul li:nth-child(3n){
		margin-right: 0;
	}
	.n_licheng .fl01 .left{
		display: none;
	}
	.n_licheng .fl01 .right{
		width: 100%;
		padding: 0;
	}
	.n_licheng .fl01 .right:before{
		left: 240px;
	}
	.curcle .left .img,.curcle .right .img{
		width: 100%;
	}
	.curcle .title{
		width: 80%;
		padding: 50px 0;
		margin-left: 0;
	}
	.curcle .img{
		width: 100%;
	}
	.cap_nav a{
		padding: 0;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	.cap_nav a:nth-child(2n){
		margin-right: 0;
	}
	.capabilities_one ul li{
		width: 48%;
		margin-right: 4%;
	}
	.capabilities_one ul li:nth-child(2n){
		margin-right: 0;
	}
	.join li{
		padding: 0;
		margin-bottom: 30px;
	}
	.join .col-md-6{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.join p{
		margin-top: 50px;
	}
	.join ul{
		padding: 0;
		margin: 0;
	}
	.prolist ul li.hover_li{
		width: 100%;
		margin-right: 0;
	}
	.prolist ul li:hover .title{
		top: 15%;
	}
	.prolist ul li:hover .title h3{
		font-size: 18px;
	}
	.pro_list .left{
		width: 100%;
	}
	.pro_list .pro_mo_top_1{
		display: none;
	}
	.pro_list .pro_mo_top_1 select{
		border: 1px solid black;
		margin-top: 30px;
		font-size: 18px;
		color: #000000;
		background:url(/uploads/icon_xiala.png) no-repeat right center;
	}
	
	.pro_list .pro_mo_top_1 option{
		font-size: 14px;
		color: black;
	}
	.pro_list .pro_mo_top_1 option.title{
		font-size: 16px;
		font-weight: bold;
	}
	.pro_list .right{
		width: 100%;
		margin: 30px 0;
	}
	.pro_list .right ul li{
		width: 100%;
		margin-right: 0;
	}
	.product .top .left{
		width: 100%;
	}
	.product .top .left .pic-hd{
		width: 100%;
	}
	.product .right{
		width: 100%;
		margin-left: 0;
	}
	.product .middle{
		margin-top: 30px;
	}
	.product .nav li{
		width: 50%;
		box-sizing: border-box;
		padding: 10px 0;
		text-align: center;
	}
	.product .cont{
		padding: 20px 5%;
	}
	.pro_zhanshi ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.pro_zhanshi ul li:nth-child(2n){
		margin-right: 0;
	}
	.pro_zhanshi ul li h4{
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.newslist .bottom ul li .left{
		width: 100%;
	}
	.newslist .bottom ul li .right{
		width: 100%;
		margin: 30px 0;
	}
	.newslist .bottom ul li .date{
		width: auto;
	}
	.video ul{
		padding: 0;
		margin: 0;
	}
	.video ul li{
		width: 48%;
		margin-right: 4%;
	}
	.video ul li:nth-child(2n){
		margin-right: 0;
	}
	.video ul li .play-btn{
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}
	.downlist .pro_mo_top_1 select{
		border: 1px solid black;
		margin-top: 30px;
		font-size: 18px;
		color: #000000;
		background:url(/uploads/icon_xiala.png) no-repeat right center;
	}
	
	.downlist .pro_mo_top_1 option{
		font-size: 16px;
		color: black;
	}
	.down_two{
		width: 100%;
		padding: 30px 0;
	}
	.contact form ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contact form .tet{
		margin-top: 0;
	}
	#menu-primary>.menu-item>a{
		font-size: 2rem;
		line-height: 25px;
	}
	#site-header{
		padding: 10px 0;
	}
	.ind_about ul.list li img{
	    width: 70%;
	    margin: 0 auto;
	}
	.pro_list .right div .input{display:none;}
}
@media screen and (max-width:600px){
	.n_licheng .fl01 .right .ul .li .ll{
		width: 160px;
	}
	.n_licheng .fl01 .right .ul .li .ll font{
		font-size: 26px;
	}
	.n_licheng .fl01 .right:before{
		left: 160px;
	}
	.n_licheng .fl01 .right .ul .li .rr{
		width: calc(100% - 160px);
	}
	.n_licheng .fl01 .right .ul .li .rr ul li{
		font-size: 14px;
	}
	.join p{
		margin-top: 40px;
	}
	.prolist ul li:hover .title{
		top: 10%;
	}
	
	.pro_list .right div.input{width: 40%;    margin-left: 60%;}
	.pro_list .right div.input button{width: 27px;}
}
@media screen and (max-width:500px){
	.h3, h3{
		font-size: 2.2rem;
	}
	.swiper-one .left h4{
		font-size: 20px;
	}
	.swiper-one .left h3.tbi{
		font-size: 18px;
		margin-top: 30px;
	}
	.swiper-one .left{
		padding: 30px 0;
	}
	.h2, h2{
		font-size: 2.5rem;
	}
	.block-50-50{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ind_about ul.list li h5{
		font-size: 18px;
	}
	.ind_about ul.list li h6{
		font-size: 14px;
	}
	.swiper-two .swiper-slide h3{
		font-size: 22px;
	}
	.ceo_one .left h6{
		font-size: 25px;
	}
	.ceo_one .right p{
		font-size: 16px;
	}
	.about_navlist ul li a{
		font-size: 16px;
	}
	.curcle .title p{
		font-size: 16px;
	}
	.curcle p{
		font-size: 14px;
	}
	.cap_nav a{
		font-size: 13px;
	}
	.capabilities_one ul li h3{
		font-size: 18px;
	}
	.join p{
		margin-top: 30px;
		font-size: 16px;
	}
	.prolist ul li:hover .title{
		top: 5%;
	}
	.prolist ul li:hover .title h3{
		font-size: 14px;
	}
	.prolist ul li .title ul li a{
		font-size: 14px;
	}
	.prolist ul li .title h3{
		font-size: 20px;
	}
	.product .bottom form ul li input{
		width: 100%;
		margin-top: 20px;
		padding-left: 10px;
	}
	.product .bottom form ul li textarea{
		width: 100%;
		margin-top: 20px;
		padding-left: 10px;
	}
	.product .bottom form button{
		font-size: 14px;
	}
	.product .nav li{
		font-size: 16px;
	}
	.product .right h3{
		font-size: 24px;
	}
	.newslist .bottom ul li{
		padding: 20px 0;
	}
	.newslist .bottom ul li .right h3{
		font-size: 20px;
	}
	.newslist .bottom ul li .right p{
		font-size: 14px;
		line-height: 1.8;
	}
	.newslist .swiper-slide .title h4{
		font-size: 14px;
	}
	.newslist .swiper-container{
		padding: 10px 10px;
	}
	.newslist .swiper-slide .title{
		padding: 10px;
	}
	.newslist .swiper-button-next, .newslist .swiper-button-prev{
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	.newslist .swiper-slide .title p{
		font-size: 14px;
	}
	.video ul li .play-btn{
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
	}
	.down_two li .left p{
		font-size: 16px;
	}
	.down_two li .right h5{
		font-size: 18px;
	}
	.down_two li .right img{
		margin-top: 4px;
	}
	.contact h3{
		font-size: 24px;
	}
	.contact form ul li h4{
		font-size: 18px;
	}
	.contact form .tet h4{
		font-size: 18px;
	}
}
@media screen and (max-width:414px){
	.h3, h3{
		font-size: 1.8rem;
	}
	.h2, h2{
		font-size: 2.2rem;
	}
	#site-footer{
		padding: 30px 0 40px;
	}
	#legal{
		padding: 20px 0 0;
	}
	.contact .map{
		height: 360px;
	}
	
	.contact .map iframe{
		height: 100%;
	}
	.swiper-one .left h4{
		font-size: 16px;
	}
	.swiper-one .left h3.tbi{
		font-size: 16px;
	}
	.block-50-50 .copy p{
		font-size: 14px;
	}
	.links-list a{
		font-size: 16px;
	}
	.btn{
		font-size: 1.7rem;
	}
	.ind_new .item .data h3{
		font-size: 24px;
	}
	.ind_new .item .data p{
		font-size: 14px;
	}
	.ind_new .item .info h3{
		font-size: 18px;
	}
	.ind_new .item .info h4{
		font-size: 12px;
	}
	.ind_new .media a .text h4{
		font-size: 20px;
	}
	.ind_new .media a .text h5{
		font-size: 12px;
	}
	.ceo_one .right p{
		font-size: 14px;
	}
	.ceo_one .left h6{
		font-size: 20px;
	}
	.about_navlist ul li a{
		font-size: 14px;
	}
	.n_licheng .fl01 .right .ul .li .ll{
		width: 100px;
	}
	.n_licheng .fl01 .right .ul .li .ll font{
		font-size: 16px;
	}
	.n_licheng .fl01 .right:before{
		left: 100px;
	}
	.n_licheng .fl01 .right .ul .li .rr{
		width: calc(100% - 100px);
		padding-left: 10px;
	}
	.n_licheng .fl01 .right .ul .li .rr ul li{
		font-size: 13px;
		line-height: 24px;
	}
	.n_licheng .fl01 .left .top .box_table .title004 h3{
		font-size: 24px;
	}
	.n_licheng .fl01 .left .bottom .top_con h4{
		font-size: 24px;
	}
	.curcle .title{
		padding: 30px 0;
	}
	.capabilities_one ul li h3{
		font-size: 16px;
	}
	.join p{
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.8;
	}
	.prolist ul li:hover .title h3{
		font-size: 12px;
	}
	.prolist ul li .title h3{
		font-size: 18px;
	}
	.product .right h3{
		font-size: 20px;
	}
	.product .nav li{
		font-size: 14px;
	}
	.newslist .swiper-slide .title h3{
		font-size: 16px;
	}
	.newslist .bottom ul li .right h3{
		font-size: 16px;
	}
	.down_two li .left p{
		font-size: 14px;
	}
	.down_two li .right h5{
		font-size: 16px;
	}
	.down_two li .right img{
		margin-top: 2px;
	}
	.contact h3{
		font-size: 22px;
	}
	.contact form ul li h4{
		font-size: 16px;
	}
	.contact form .tet h4{
		font-size: 16px;
	}
	.contact form button{
		font-size: 16px;
		margin-top: 20px;
	}
	.com_page{
		padding: 30px 0;
	}
	.com_page .tac{
		font-size: 0;
	}
	.com_page a{
		padding: 8px 11px;
		margin: 3px;
	}
}










.youtube_warp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.index_popup_close {
   position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url(/uploads/fancy_close.png) no-repeat center center;
    cursor: pointer;
}
.youtube_warp .youtube_box{
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    position: absolute;
}
.youtube_warp:after{
    content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,.4);    z-index: -1;
}

.featured{background: #201e1d;}