@charset "utf-8";
@font-face {
	font-family: "bold";
	src: url("../fonts/MiSans-Bold.ttf");
}

@font-face {
	font-family: "light";
	src: url("../fonts/MiSans-Light.ttf");
}

@font-face {
	font-family: "regular";
	src: url("../fonts/MiSans-Regular.ttf");
}

@font-face {
	font-family: "thin";
	src: url("../fonts/MiSans-Thin.ttf");
}

@font-face {
	font-family: "extralight";
	src: url("../fonts/MiSans-ExtraLight.ttf");
}

.flex_rb {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;}
.flex_ra {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;}
.flex_rc {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;}
.flex_cc {display:flex;flex-direction:column;justify-content:center;align-items:center;}

.img-cover{width:100%;height:100%;overflow: hidden;}
.img-cover img{width:100%;height:100%;object-fit: cover;-webkit-transition: all .6s ease-in-out;-moz-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.img-cover:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);}

/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:55px;font-size:18px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}



/* 广告图 */
.ibanner{
	width:100%;
	height:100%;
}
.ibanner .swiper-slide{ width:100%;}
.ibanner .swiper-slide a{
	width:100%;
	height:100%;
}
.ibanner .swiper-slide a img{
	width:100%;
	height:100%;
	object-fit: cover;
}


.ibanner img {width:100%;}
.ibanner .swiper-pagination {
	position:absolute;
	text-align: center;
	bottom:30px;
	padding:0;
	z-index:70;
}
.ibanner .swiper-pagination-bullet{
	display:inline-block;
	height:10px;
	width:10px;
	background:#fff;
	cursor:pointer;
	opacity:.6;
	border-radius:0;
	border-radius: 25px;
	margin: 0 8px !important;
}
.ibanner .swiper-pagination-bullet-active{
	display:inline-block;
	height:8px;
	width:8px;
	opacity:1;
	background:none;
	border: 1px solid #fff;
}

.ibanner .ivideo,.ibanner video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.ibanner .swiper-pagination {
		bottom:25px;
	}	
}


.inc_banner {font-size:0;}
.inc_banner img {width:100%;}


/*index*/
.header {
	height: 100px;
	background-color: #fff;
}

.header .header_box h1 {
	width: 169px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	float: left;
	margin-top: 18px;
}

.header .header_box h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header .header_box .header_nav {
	float: right;
	margin-right: 50px;
	margin-top: 38px;
	width: 58%;
}

.header .header_box .header_nav ul li {
	font-family: regular;
	float: left;
	color: #000;
	font-size: 0;
	margin-left: 4.4%;
	width: 13%;
	box-sizing: border-box;
	height: 35px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.header .header_box .header_nav ul li:nth-child(1){
	margin-left: 0;
}

.header .header_box .header_nav ul li em,.header .header_box .header_nav ul li span{
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	position: relative;
}


.header .header_box .header_nav ul li em::after{
	position: absolute;
	content: '';
	left: 20%;
	bottom: 0;
	display: inline-block;
	height: 1px;
	width: 60%;
	text-align: center;
	background: #000;
}

/* .header .header_box .header_nav ul li:hover em{
	display: block;
}

.header .header_box .header_nav ul li:hover span{
	display: none;
} */

.header .header_box .header_nav ul li a {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header .header_box .header_nav ul li:hover a{
	top: -35px;
}

/* .header .header_box .header_nav ul li:last-child {
	padding-right: 0;
} */

.header .search {
	float: right;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/search.png);
	cursor: pointer;
	background-size: auto 65%;
	margin-top: 40px;
	padding: 0;
}

.header .menu {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	cursor: pointer;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	margin-top: 15px;
	margin-left: 20px;
}

.header .header_form {
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 666;
	padding: 30px 0;
	text-align: center;
	width: 100%;
	height: 54px;
	overflow: hidden;
	display: none;
}

.header .header_form form {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.header .header_form form input.text {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}

.header .header_form form input.submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	background-image: url(../images/search_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}

@media (max-width: 1300px) {
	.header .header_box .header_nav ul li {
		width: 14%;
		margin-left: 3.2%;
	}
}

@media (max-width: 1200px) {
	.header .header_box h1 {
		width: 140px;
	}	
	
	.header .header_box .header_nav ul li {
		font-size: 16px;
		width: 15%;
		margin-left: 1%;
	}
		
	.header .header_box .header_nav {
		margin-top: 33px;
	}
	
	.header .search {
		margin-top: 33px;
	}
}

@media (max-width: 991px) {
	.header {
		height: 60px;
	}	
	
	.header .header_box h1 {
		width: 105px;
		height: 60px;
		margin-top: 0;
	}	
	
	.header .search {
		margin-top: 15px;
	}
}

@media (max-width: 768px) {
	.header {
		height: 50px;
	}
	
	.header .header_box h1 {
		width: 90px;
		height: 48px;
	}	
	
	.header .search {
		margin-top: 13px;
	}
	
	.header .menu {
		margin-top: 13px;
	}
}

/* foot */
.footer{
	width: 100%;
	height: 446px;
	background-color: #4d4d4d;
}

.footer .footer_box{
	padding: 80px 0 110px;
}

.footer .footer_nav{
	float: left;
}

.footer .footer_nav dl{
	float: left;
	margin-right: 66px;
}

.footer .footer_nav dl dt {
  font-family: light;
  font-size: 18px;
  color: #bababa;
  margin-bottom: 40px;
}

.footer .footer_nav dl dd {
  font-size: 14px;
  line-height: 30px;
  color: #bababa;
}

.footer .footer_nav dl dt:hover,.footer .footer_nav dl dd:hover {
  color: #fff;
}

.footer .footer_right{
	float: right;
}

.footer .footer_right p{
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.footer .footer_right .address{
	padding-bottom: 30px;
}

.footer .footer_right .phone a{
	font-size: 36px;
	font-weight: bold;
}

.footer_right .footer_share {
  margin-top: 42px;
  padding-left: 58px;
}

.footer_box .footer_share > div {
  display: inline-block;
}

.footer_right .footer_share .img {
  float: left;
  width: 48px;
  height: 48px;
  padding: 0;
  margin-right: 32px;
  position: relative;
  text-align: center;
}

.footer_right .footer_share .img a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer_right .footer_share .wechat {
    background-image: url(../images/wechat.png);
}

.footer_right .footer_share .program {
    background-image: url(../images/program.png);
}

.footer_right .footer_share .tiktok {
    background-image: url(../images/tiktok.png);
}

.footer_right .footer_share .red_booklittle {
    background-image: url(../images/red_booklittle.png);
}

.footer_right .footer_share .imgcode {
  position: absolute;
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -130px;
  left: -35px;
  display: none;
}

.footer_right .footer_share .img:hover .imgcode{
	display: block;
}

.footer .footer_line{
	height: 1px;
	background-color: #656565;
}

.footer .copyright{
	font-size: 16px;
	color: #bababa;
	padding:40px 0;
	text-align: center;
	background-color: #4d4d4d;
}

@media (max-width: 1200px) {
	.footer .footer_nav dl {
		margin-right:38px;
	}	
}

@media (max-width: 991px) {
	.footer .footer_right {
		float: none;
		text-align: center;
	}
	.footer_right .footer_share .img{
		width: 40px;
		height: 40px;
		text-align: center;
	}
	.footer .footer_box {
		padding: 60px 0;
	}
}

@media (max-width: 768px) {
	.footer {
	    height: auto;
	}
}

.index1{
	padding-top: 88px;
}

.index1 .index1_tit{
	text-align: center;
	color: #000;
	padding-bottom: 80px;
}

.index1 .index1_tit i{
	font-family: thin;
	font-size: 48px;
}

.index1 .index1_tit h2{
	position: relative;
	font-family: light;
	font-size: 24px;
	padding-top: 15px;
}

.index1 .index1_tit h2::after{
	position: absolute;
	content: '';
	left: 49%;
	bottom: -13px;
	display: inline-block;
	height: 1px;
	width: 24px;
	background: #000;
	text-align: center;
}

.index1 .hd .item{
	position: relative;
	height: 750px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.index1 .hd .item::after{
	content: '';
	display: block;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
}

.index1 .hd .item:hover::after{
	display: none;
}

.index1 .hd .item .text{
	position: absolute;
	text-align: center;
	left:50%;
	transform: translate(-50%, -50%);
	bottom: -50px;
	white-space: nowrap;
}

.index1 .hd .item .text i{
	font-family: thin;
	font-size: 24px;
	font-weight: bold;
}

.index1 .hd .item:hover .text i{
	color: #fff;
}

.index1 .hd .item:hover .text h4{
	color: #fff;
}

.index1 .hd .item .text h4{
	font-family: regular;
	font-size: 14px;
	padding-bottom: 45px;
}

.index1 .hd .item .text em{
	display: inline-block;
	width: 96px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.index1 .hd .item:hover .text .img{
	display: none;
}

.index1 .hd .item:hover .text .mask{
	display: block;
}

.index1 .hd .item .text .mask{
	display: none;
}

.index1 .hd .index1_box{
	position: relative;
}

.index1 .hd span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  outline: none;
  position: absolute;
  top: 48%;
  z-index: 100;
}

.index1 .hd span.swiper-prev {
  background-image: url(../images/prev.png);
  left: 3%;
}

.index1 .hd span.swiper-next {
  background-image: url(../images/next.png);
  right: 3%;
}

.index1 .bd{
	padding-top: 104px;
}

.index1 .bd .item{
	padding-bottom: 104px;
}

.index1 .bd .item .text{
	float: left;
	width: 40%;
	text-align: right;
	color: #000;
	padding-top:80px;
}

.index1 .bd .item:nth-child(2n) .text{
	float: right;
	text-align: left;
}

.index1 .bd .item .pic{
	float: right;
	width: 54%;
	height: 684px;
}

.index1 .bd .item:nth-child(2n) .pic{
	float: left;
}

.index1 .bd .item .pic .video{
	position: relative;
}

.index1 .bd .item .pic .video::after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/video_icon.png);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
}


.index1 .bd .item .text .tit em{
	display: inline-block;
	width: 103px;
	height: 25px;
	background-image: url(../images/pro_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 36px;
}

.index1 .bd .item .text .tit i{
	display: block;
	font-family: extralight;
	font-size: 48px;
	text-transform: uppercase;
}

.index1 .bd .item .text .tit h4{
	font-family: light;
	font-size: 36px;
	margin-bottom: 156px;
}

.index1 .bd .item .text .list i{
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/plus.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

.index1 .bd .item:nth-child(2n) .text .list i{
	float: left;
}

.index1 .bd .item .text .list .plus{
	background-image: url(../images/plus.png);
}

.index1 .bd .item .text .list .minus{
	background-image: url(../images/minus.png);
}

.index1 .bd .item .text .list ul li{
	display: none;
	font-size: 18px;
	padding-top: 22px;
	color: #666;
	cursor: pointer;
}
.index1 .bd .item:nth-child(1) .text .list ul li{
	display: list-item;
}

.index1 .bd .item .text .list ul li.on{
	color: #000;
}

@media (max-width:1500px) {
	.index1 .hd .item {
	    height: 700px;
	}
	.index1 .bd .item .pic{
		height: 584px;
	}
}

@media (max-width:1300px) {
	.index1 .bd .item .text .tit i {
	  font-size: 46px;
	}
	.index1 .bd .item .text .tit h4 {
	  font-size: 34px;
	  margin-bottom: 152px;
	}
}

@media (max-width:1200px) {
	.index1 .hd .item {
	    height: 550px;
	}
	.index1 .bd .item .pic{
		height: 430px;
	}
	.index1 .bd .item .text {
	  padding-top: 60px;
	}
	.index1 .hd .item .text i {
	    font-size: 22px;
	}
	.index1 .hd .item .text em {
		width: 92px;
		height: 92px;
	}
	.index1 .bd .item .text .tit em {
	    width: 98px;
	    margin-bottom: 32px;
	}
	.index1 .hd .item .text h4 {
	    padding-bottom: 42px;
	}
	.index1 .bd .item .text .tit i {
	    font-size: 40px;
	}
	.index1 .bd .item .text .tit h4 {
	    font-size: 30px;
	    margin-bottom: 80px;
	}
	.index1 .bd .item .text .list ul li {
	    font-size: 16px;
	    padding-top: 20px;
	}
	.index1 .bd .item .pic .video::after{
		width: 56px;
		height: 56px;
	}
}

@media (max-width:991px) {
	.index1 .hd .item {
	    height: 470px;
	}
	.index1 .bd .item .pic{
		height: 360px;
	}
	.index1 .hd .item .text i {
	    font-size: 20px;
	}
	.index1 .hd .item .text em {
		width: 88px;
		height: 88px;
	}
	.index1 .hd .item .text h4 {
	    padding-bottom: 40px;
	}
	.index1 .bd {
	    padding-top: 84px;
	}
	.index1 .bd .item {
	    padding-bottom: 84px;
	}
	.index1 .bd .item .text {
	  padding-top: 40px;
	}
	.index1 .bd .item .text .tit em {
	    width: 92px;
	    margin-bottom: 26px;
	}
	.index1 .bd .item .text .tit i {
	    font-size: 24px;
	}
	.index1 .bd .item .text .tit h4 {
	    font-size: 24px;
	    margin-bottom: 60px;
	}
	.index1 .bd .item .text .list ul li {
	    font-size: 14px;
	    padding-top: 16px;
	}
	.index1 .bd .item .pic .video::after{
		width: 52px;
		height: 52px;
	}
}

@media (max-width:768px) {
	.index1 .hd .item {
	    height: 570px;
	}
	.index1 .bd .item .pic{
		height: 290px;
	}
	.index1 .hd .item .text i {
	    font-size: 18px;
	}
	.index1 .hd .item .text em {
		width: 84px;
		height: 84px;
	}
	.index1 .hd .item .text h4 {
	    padding-bottom: 38px;
	}
	.index1 .bd {
	    padding-top: 64px;
	}
	.index1 .bd .item {
	    padding-bottom: 64px;
	}
	.index1 .bd .item .text .tit em {
	    width: 72px;
	    margin-bottom: 20px;
	}
	.index1 .bd .item .text .tit i {
	    font-size: 20px;
	}
	.index1 .bd .item .text .tit h4 {
	    font-size: 18px;
	    margin-bottom: 54px;
	}
	.index1 .bd .item .text .list ul li {
	    padding-top: 8px;
	}
	.index1 .bd .item .pic .video::after{
		width: 46px;
		height: 46px;
	}
}

.index2{
	margin-bottom: 180px;
}

.index2 .index2_left{
	float: left;
	width: 38%;
	/*height: 1000px;*/
	height: 690px;
	background-color: #4d4d4d;
	color: #fff;
}

.index2 .index2_left .text{
	/* padding: 154px 0 0 186px; */
	padding: 20% 0 0 26%;
}

.index2 .index2_left .index2_tit i{
	font-size: 48px;
	font-family: extralight;
}

.index2 .index2_left .index2_tit h2{
	position: relative;
	font-size: 24px;
	font-family: light;
}

.index2 .index2_left .index2_tit h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -13px;
    display: inline-block;
    height: 1px;
    width: 24px;
    background: #fff;
    text-align: center;
}

.index2 .index2_left p{
	padding-top: 62px;
	font-size: 14px;
}

.index2 .index2_right{
	float: left;
	background-color: #ececec;
	width: 62%;
	/*height: 1000px;*/
	height: 690px;
	overflow: hidden;
}

.index2 .index2_right .pic{
	margin: 36px 0 0 36px;
	position: relative;
}

.index2 .index2_right .pic .index2_item{
	max-width: 24%;
	height: auto;
	position: absolute;
	margin: 0 26px 26px 0;
}

.index2 .index2_right .pic .index2_item img{
	width: 100%;
}

@media (max-width:1200px) {
	.index2 {
	    margin-bottom: 140px;
	}
	.index2 .index2_left{
		height: 800px;
	}
	.index2 .index2_right{
		height: 800px;
	}
	.index2 .index2_left .text {
	    /* padding: 138px 0 0 100px; */
		padding: 20% 0 0 24%;
	}
	.index2 .index2_left .index2_tit i {
	    font-size: 44px;
	}
	.index2 .index2_left .index2_tit h2 {
	    font-size: 20px;
	}
	.index2 .index2_left p {
	    padding-top: 52px;
	}
}

@media (max-width:991px) {
	.index2 {
	    margin-bottom: 100px;
	}
	.index2 .index2_left{
		height: 600px;
	}
	.index2 .index2_right{
		height: 600px;
	}
	.index2 .index2_left .text {
	    /* padding: 110px 0 0 60px; */
		padding: 20% 0 0 20%;
	}
	.index2 .index2_left .index2_tit i {
	    font-size: 40px;
	}
	.index2 .index2_left .index2_tit h2 {
	    font-size: 16px;
	}
	.index2 .index2_left p {
	    padding-top: 42px;
	}
}

@media (max-width:768px) {
	.index2 {
	    margin-bottom: 60px;
	}
	.index2 .index2_left{
		height: 400px;
	}
	.index2 .index2_right{
		height: 400px;
	}
	.index2 .index2_left .text {
	    /* padding: 90px 0 0 40px; */
		padding: 20% 0 0 16%;
	}
	.index2 .index2_left .index2_tit i {
	    font-size: 36px;
	}
	.index2 .index2_left .index2_tit h2 {
	    font-size: 14px;
	}
	.index2 .index2_left p {
	    padding-top: 32px;
	}
}

.inews .inews_tit{
	text-align: center;
	color: #000;
	overflow: hidden;
}

.inews .tit_box{
	display: inline-block;
	position: relative;
}

.inews .tit_box::before{
	content: '';
	background-image: url(../images/inews_tit.png);
	background-position: left;
	background-repeat: repeat;
	display: inline-block;
	width: 1200px;
	height: 39px;
	position: absolute;
	left: -1240px;
	top: 14px;
}

.inews .tit_box::after{
	content: '';
	background-image: url(../images/inews_tit.png);
	background-position: right;
	background-repeat: repeat;
	display: inline-block;
	width: 1200px;
	height: 39px;
	position: absolute;
	right: -1240px;
	top: 14px;
}

.tit_box i{
	font-size: 48px;
	font-family: extralight;
	position: relative;
}

.tit_box h2{
	font-size: 24px;
	font-family: light;
	padding-top: 15px;
}

@media (max-width:1200px) {
	.inews .inews_tit i{
		font-size: 44px;
	}
	
	.inews .inews_tit h2{
		font-size: 20px;
	}
}

@media (max-width:991px) {
	.inews .inews_tit i{
		font-size: 40px;
	}
	
	.inews .inews_tit h2{
		font-size: 16px;
	}
	.inews .tit_box::before,.inews .tit_box::after{
		top: 8px;
	}
}

@media (max-width:768px) {
	.inews .inews_tit i{
		font-size: 36px;
	}
	
	.inews .inews_tit h2{
		font-size: 14px;
	}
	
	.inews .tit_box::before,.inews .tit_box::after{
		top: 5px;
	}
}

.inews .inews_box{
	padding-top: 40px;
	padding-bottom: 134px;
}

.inews .inews_box .item{
	width: 30%;
	height: 295px;
	float: left;
}

.inews .inews_box .item:hover{
	background-color: #f1f1f1;
}

.inews .inews_box .item .text{
	padding: 50px 34px;
}

.inews .inews_box .item .text i{
	display: inline-block;
	width: 16px;
	height: 4px;
	background-color: #000;
	
}

.inews .inews_box .item .text h4{
	font-size: 16px;
	color: #000;
	padding: 20px 0 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inews .inews_box .item .text span{
	display: inline-block;
	font-size: 14px;
	font-family: light;
	color: #000;
}

.inews .inews_box .item .text em{
	display: block;
	width: 33px;
	height: 33px;
	background-image: url(../images/inews_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 58px;
}

@media (max-width:1200px) {
	.inews .inews_box {
	    padding-top: 36px;
	    padding-bottom: 122px;
	}
	.inews .inews_box .item .text h4{
		font-size: 14px;
		padding: 18px 0 24px;
	}
}

@media (max-width:991px) {
	.inews .inews_box {
	    padding-top: 32px;
	    padding-bottom: 102px;
	}
	.inews .inews_box .item .text h4{
		padding: 16px 0 22px;
	}
}

@media (max-width:768px) {
	.inews .inews_box {
	    padding-top: 28px;
	    padding-bottom: 62px;
	}
	.inews .inews_box .item{
		width: 46%;
	}
	.inews .inews_box .item .text h4{
		padding: 16px 0 22px;
	}
	.inews .inews_box .item .text em {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
}

/* about */
.tit1 i{
	display: inline-block;
	font-size: 36px;
	font-family: extralight;
	padding-bottom: 18px;
}

.tit1 h2{
	font-size: 36px;
	font-family: light;
	position: relative;
}

.tit1 h2::after{
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -24px;
	background-color: #000;
}

@media (max-width:1200px) {
	.tit1 i{
		font-size: 32px;
		padding-bottom: 16px;
	}
	.tit1 h2{
		font-size: 32px;
	}
	.tit1 h2::after{
		bottom: -22px;
	}
}

@media (max-width:991px) {
	.tit1 i{
		font-size: 28px;
		padding-bottom: 14px;
	}
	.tit1 h2{
		font-size: 28px;
	}
	.tit1 h2::after{
		bottom: -20px;
	}
}

@media (max-width:768px) {
	.tit1 i{
		font-size: 24px;
		padding-bottom: 12px;
	}
	.tit1 h2{
		font-size: 24px;
	}
	.tit1 h2::after{
		bottom: -18px;
	}
}

.about1{
	padding: 68px 0 132px 0;
}

.about1 .text{
	padding-top: 110px;
}

.about1 .text p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

@media (max-width:1200px) {
	.about1{
		padding: 64px 0 128px 0;
	}
	.about1 .text{
		padding-top: 90px;
	}
	.about1 .text p{
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width:991px) {
	.about1{
		padding: 60px 0 124px 0;
	}
	.about1 .text{
		padding-top: 70px;
	}
	.about1 .text p{
		line-height: 24px;
	}
}

@media (max-width:768px) {
	.about1{
		padding: 56px 0 120px 0;
	}
	.about1 .text{
		padding-top: 50px;
	}
}

.about2 .item .pic_box{
	float: left;
	width: 50%;
	height: 560px;
	overflow: hidden;
}

.about2 .item .pic_box img{
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.about2 .item .pic_box:hover img{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}

.about2 .item:nth-child(2n) .pic_box{
	float: right;
}



.about2 .item .text_box{
	display: table;
	float: right;
	width: 50%;
	background-color: #ececec;
	height: 560px;
	box-sizing: border-box;
	padding: 0 80px;
}

.about2 .item:nth-child(2n) .text_box{
	float: left;
}

.about2 .item .text_box .text{
	display: table-cell;
	vertical-align: middle;
}

.about2 .item .text_box .text p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

@media (max-width:1200px) {
	.about2 .item .pic_box,.about2 .item .text_box{
		height: 500px;
	}
	.about2 .item .text_box .text p{
		line-height: 30px;
	}
}

@media (max-width:991px) {
	.about2 .item .pic_box,.about2 .item .text_box{
		height: 440px;
	}
	.about2 .item .text_box{
		padding: 0 70px;
	}
	.about2 .item .text_box .text p{
		line-height: 28px;
	}
}

@media (max-width:768px) {
	.about2 .item .pic_box,.about2 .item .text_box{
		height: 380px;
	}
	.about2 .item .text_box{
		padding: 0 60px;
	}
	.about2 .item .text_box .text p{
		font-size: 14px;
		line-height: 26px;
	}
}

.culture_tit{
	overflow: hidden;
	text-align: center;
	padding-top: 102px;
}

.tit2{
	display: inline-block;
	position: relative;
	height: 140px;
}

.tit2::before{
	content: '';
	background-image: url(../images/inews_tit.png);
	background-position: left;
	background-repeat: repeat;
	display: inline-block;
	width: 1200px;
	height: 39px;
	position: absolute;
	left: -1240px;
	top: 7px;
}

.tit2::after{
	content: '';
	background-image: url(../images/inews_tit.png);
	background-position: right;
	background-repeat: repeat;
	display: inline-block;
	width: 1200px;
	height: 39px;
	position: absolute;
	right: -1240px;
	top: 7px;
}

.tit2 i{
	display: inline-block;
	font-size: 36px;
	font-family: extralight;
	/* padding-bottom: 18px; */
}

.tit2 h2{
	font-size: 36px;
	font-family: light;
	position: relative;
	padding-top: 15px;
}

.tit2 h2::after{
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	position: absolute;
	left: 45%;
	bottom: -24px;
	background-color: #000;
}

@media (max-width:1200px) {
	.tit2 i{
		font-size: 32px;
		padding-bottom: 16px;
	}
	.tit2 h2{
		font-size: 32px;
	}
	.tit2 h2::after{
		bottom: -22px;
	}
	.tit2::before,.tit2::after{
		top: 3px;
	}
}

@media (max-width:991px) {
	.tit2 i{
		font-size: 28px;
		padding-bottom: 14px;
	}
	.tit2 h2{
		font-size: 28px;
	}
	.tit2 h2::after{
		bottom: -20px;
	}
	.tit2::before,.tit2::after{
		top: 0;
	}
}

@media (max-width:768px) {
	.tit2 i{
		font-size: 24px;
		padding-bottom: 12px;
	}
	.tit2 h2{
		font-size: 24px;
	}
	.tit2 h2::after{
		bottom: -18px;
	}
}

.culture .culture_box{
	width: 1400px;
	padding-top: 95px;
	padding-bottom: 164px;
	margin: 0 auto;
}

.culture .culture_box .item{
	width: 30%;
	height: 172px;
	border: 1px solid #f3f3f3;
	box-shadow:0 1px 9px rgb(0 0 0 / 16%);
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.culture .culture_box .item:hover {
  transform: translate(0, -10px);
}

.culture .culture_box .item em{
	display: inline-block;
	width: 61px;
	height: 61px;
	margin-right: 22px;
}

.culture .culture_box .item:nth-child(1) em{
	background: url(../images/culture1.png) no-repeat center;
}

.culture .culture_box .item:nth-child(2) em{
	background: url(../images/culture2.png) no-repeat center;
}

.culture .culture_box .item:nth-child(3) em{
	background: url(../images/culture3.png) no-repeat center;
}

.culture .culture_box .item .text h4{
	font-size: 16px;
	color: #000;
	padding-bottom: 20px;
}

.culture .culture_box .item .text p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

@media (max-width:1500px) {
	.culture .culture_box{
		width: auto;
	}		
}

@media (max-width:1300px) {
	.culture .culture_box .item .text h4,.culture .culture_box .item .text p{
		font-size: 14px;
	}		
}

@media (max-width:1200px) {
	.culture .culture_box .item {
		width: 45%;
		margin-bottom: 30px;
	}	
	.culture .culture_box .item .text h4,.culture .culture_box .item .text p{
		font-size: 16px;
	}
	.culture .culture_box {
	    padding-top: 85px;
	    padding-bottom: 144px;
	}
}

@media (max-width:991px) {
	.culture .culture_box {
	    padding-top: 75px;
	    padding-bottom: 124px;
	}
	.culture .culture_box .item .text h4,.culture .culture_box .item .text p{
		font-size: 14px;
	}
}

@media (max-width:768px) {
	.culture .culture_box .item {
		width: 70%;
	}	
	.culture .culture_box {
	    padding-top: 65px;
	    padding-bottom: 104px;
	}
}

.honor{
	background-color: #f5f5f5;
	padding-bottom: 45px;
}

.honor .honor_tit{
	overflow: hidden;
	text-align: center;
	padding-top: 70px;
}

.honor .honor_tit .tit2 h2::after {
    left: 49%;
}

.honor .honor_box{
	padding-top: 100px;
}

.honor .swiper-container .pic_box {
  width: 100%;
  height: 430px;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 35px 58px;
}

.honor .swiper-container .pic_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honor .swiper-container .swiper-slide p {
  font-size: 16px;
  color: #666;
  margin-top: 24px;
  text-align: center;
}

.honor .swiper-container {
  padding-bottom: 80px;
}

.honor .swiper-pagination-bullet {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #949494;
    cursor: pointer;
    opacity: 1;
    border-radius: 25px;
    margin-right:26px !important;
}

.honor .swiper-pagination-bullet-active {
    background: #666666;
}

@media (max-width:1500px) {
	.honor .swiper-container .pic_box {
	  height: 350px;
	}
}

@media (max-width:1200px) {
	.honor {
	    padding-bottom: 45px;
	}
	.honor .honor_box {
	    padding-top: 80px;
	}
	.honor .swiper-container .pic_box {
	  height: 320px;
	  padding: 25px 30px;
	}
}

@media (max-width:991px) {
	.honor {
	    padding-bottom: 35px;
	}
	.honor .honor_box {
	    padding-top: 70px;
	}
	.honor .swiper-container .pic_box {
	  height: 300px;
	  padding: 22px 26px;
	}
}

@media (max-width:768px) {
	.honor {
	    padding-bottom: 25px;
	}
	.honor .honor_box {
	    padding-top: 60px;
	}
	.honor .swiper-container .pic_box {
	  height: 280px;
	  padding: 20px 10px;
	}
	.honor .swiper-pagination-bullet {
	    height: 10px;
	    width: 10px;
	    margin-right: 13px !important;
	}
}

/* nav */
.nav1{
	float: right;
	border-bottom: 1px solid #000;
	width: 100%;
}

.nav1 ul{
	float: right;
}

.nav1 ul li{
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 112px;
	text-align: center;
	margin-right: 46px;
}

.nav1 ul li:last-child{
	margin-right: 0;
}

.nav1 ul li.on{
	font-weight: bold;
}

.nav1 ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}

@media (max-width: 1200px) {
	.nav1 ul li{
		font-size: 14px;
		line-height: 100px;
		margin-right: 44px;
	}	
}

@media (max-width: 991px) {
	.nav1 ul li{
		line-height: 86px;
		margin-right: 42px;
	}	
}

@media (max-width: 768px) {
	.nav1 ul li{
		line-height: 80px;
		margin-right: 40px;
	}	
}

/* case */
.case{
	padding: 90px 0;
}

.case .case_box .item{
	width: 48%;
	margin-bottom: 100px;
}

.case .case_box .item .img_box {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.case .case_box .item .img_box img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.case .case_box .item .text_box{
	padding-top: 50px;
}

.case .case_box .item .text_box h4{
	font-size: 18px;
	position: relative;
	padding-top: 18px;
	overflow：hidden;
	white-space: nowrap;
	text-overflow：ellipsis;
}

.case .case_box .item .text_box h4::before{
	position: absolute;
	content: '';
	width: ;
}

.case .case_box .item .text_box i {
    display: inline-block;
    width: 16px;
    height: 4px;
    background-color: #000;
}

.case .case_box .item .text_box em {
    display: block;
    width: 33px;
    height: 33px;
    background-image: url(../images/inews_icon.png);
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin-top: 36px;
}

@media (max-width:1200px) {
	.case{
		padding: 70px 0;
	}
	
	.case .case_box .item{
		margin-bottom: 80px;
	}
	
	.case .case_box .item .img_box {
	  height: 322px;
	}
	
	.case .case_box .item .text_box {
	    padding-top: 40px;
	}
	
	.case .case_box .item .text_box h4 {
		font-size: 16px;
		padding-top: 16px;
	}
}

@media (max-width:991px) {
	.case{
		padding: 50px 0;
	}
	
	.case .case_box .item{
		margin-bottom: 60px;
	}
	
	.case .case_box .item .img_box {
	  height: 256px;
	}
	
	.case .case_box .item .text_box {
	    padding-top: 30px;
	}
	
	.case .case_box .item .text_box h4 {
		font-size: 14px;
		padding-top: 14px;
	}
}

@media (max-width:768px) {
	.case{
		padding: 30px 0;
	}
	
	.case .case_box .item{
		margin-bottom: 40px;
	}
	
	.case .case_box .item .img_box {
	  height: 210px;
	}
	
	.case .case_box .item .text_box {
	    padding-top: 20px;
	}
	
	.case .case_box .item .text_box h4 {
		padding-top: 12px;
	}
	.case .case_box .item .text_box em {
		width: 30px;
		height: 30px;
	}
}

/* page */
.page {
	text-align: center;
	color: #666;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 36px;
	margin: 0 5px 10px;
	font-size: 15px;
	color: #333;
	background: #fff;
}

.page .pagination li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.page .pagination li.active,
.page .pagination li:hover {
	background-color: #333;
	color: #fff;
}

.page .pagination li.prev,
.page .pagination li.next {
	padding: 0;
	width: 36px;
	font-family: "宋体";
	border: none;
}

.page .pagination li.prev{
	background: url(../images/l_bg2.png) center center no-repeat;
	background-size: 6px 12px;
}

.page .pagination li.next{
	background: url(../images/r_bg2.png) center center no-repeat;
	background-size: 6px 12px;
}
.page .pagination li.disabled{
	display: none;
}
.page .pagination li.first,
.page .pagination li.last {
	width: 70px;
}

@media (max-width: 768px) {
	.page .pagination li {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		/* padding: 0 11px; */
		width: 30px;
		margin: 0 3px 10px;
	}

	.page .pagination li.prev,
	.page .pagination li.next {
		width: 30px;
	}

	.page ul li.first,
	.page ul li.last {
		width: 50px;
	}
}

/* newsv */
.newsv {
	padding-bottom: 107px;
}

.newsv_box {
	box-sizing: border-box;
}

.newsv_box .htit {
	padding-bottom: 50px;
	text-align: center;
}

.newsv_box .htit h4 {
	font-size: 30px;
	color: #333;
	padding-top: 116px;
}

.newsv_box .htit .date {
	margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}

.newsv_box .htit .date span {
	color: #999;
	font-size: 16px;
	/* line-height: 50px; */
	/* padding-left: 25px; */
}

.newsv_box .htit span.day {
	background-image: url(../images/date.png);
	/* margin-left: 20px;
	margin-right: 20px; */
}

.newsv_box .htit span.count {
	background-image: url(../images/view.png);
}

.newsv_box .text_box {
	font-size: 18px;
	color: #333;
	line-height: 34px;
	padding-bottom: 85px;
}

.newsv_box .next_group {
	/* height: 65px; */
	position: relative;
	/* padding-top: 104px; */
	box-sizing: border-box;
	font-size: 16px;
	color: #999;
}

.newsv_box .next_group a.back {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%,-25%);
  border: 1px solid #999;
  border-radius: 27px;
  text-align: center;
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
}

.newsv_box .next_group a {
	display: inline-block;
	/* padding: 0 20px; */
	/* position: relative; */
}

.newsv_box .next_group a.newsv_left {
	float: left;
}

.newsv_box .next_group a.newsv_left::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsleft.png) center center no-repeat;
}

.newsv_box .next_group a.newsv_right {
	float: right;
}

.newsv_box .next_group a.newsv_right::before {
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsright.png) center center no-repeat;
}

.newsv_box .next_group a:hover {
	color: #000;
}

@media (max-width:1500px) {
	/* .newsv_box {
		padding: 0 15px;
	} */
}

@media(max-width:1200px) {

	/* .newsv_box .next_group a.newsv_left,
	.newsv_box .next_group a.newsv_right {
		float: none;
		margin: 10px 0;
	} */
	.newsv_box .text_box {
	    font-size: 16px;
	    line-height: 30px;
	    padding-bottom: 82px;
	}
	.newsv_box .htit h4 {
	    font-size: 26px;
	    padding-top: 100px;
	}
	.newsv_box .next_group a.back{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:768px) {
	.newsv_box .htit h4{
		font-size: 20px;
		padding-top: 60px;
	}
	.newsv_box .htit {
		padding: 25px 0;
	}

	.newsv_box .htit h2 {
		font-size: 18px;
	}

	.newsv_box .next_group {
		font-size: 14px;
		/* height: 45px; */
		/* padding: 10px 30px; */
	}
	.newsv_box .next_group a.back{
		width: 140px;
		height: 30px;
		line-height: 30px;
	}
}

@media (max-width:500px) {
	.newsv {
		padding-bottom: 40px;
	}

	.newsv_box .htit h2 {
		font-size: 16px;
	}

	.newsv_box .htit p {
		font-size: 14px;
	}

	.newsv_box .next_group {
		/* padding: 10px 15px; */
	}
	
	.newsv_box .next_group a.back{
		border: 0;
		position: inherit;
		left:0;
		top: 0;
		display: inline;
		transform: none;
		text-align: left;
	}

	.newsv_box .next_group a {
		width: 100%;
		/* padding: 0 0px 0 20px; */
	}

	.newsv_box .next_group a.newsv_right::before {
		left: 0px;
	}
	
	.newsv_box .text_box {
	    padding-bottom: 52px;
	}

}

.newsv .newsv_box .text_box video,
.newsv .newsv_box .text_box iframe {
	display: block;
	width: 90% !important;
	margin: 0 auto;
}

.newsv .newsv_box .text_box iframe {
	height: 750px;
}

@media(max-width:1200px) {
	.newsv .newsv_box .text_box iframe {
		height: 650px;
	}
}

@media(max-width:992px) {
	.newsv .newsv_box .text_box iframe {
		height: 550px;
	}
}

@media(max-width:768px) {
	.newsv .newsv_box .text_box iframe {
		height: 450px;
	}
}

@media(max-width:680px) {
	.newsv .newsv_box .text_box iframe {
		height: 400px;
	}
}

/*contact*/
.contact{
	padding-top: 90px;
	/* padding-bottom: 62px; */
	box-sizing: border-box;
}

.way {
	/* padding: 90px 0 80px; */
	border: 1px solid #000;
	height: 337px;
}

.way .item {
	box-sizing: border-box;
	/* width: 100%; */
	color: #000;
	text-align: center;
	position: relative;
	float: left;
	width: 33.33%;
	height: 100%;
	
}

.way .item{
	border-right: 1px solid #000;
}

.way .item:nth-child(3){
	border-right: 0;
}

.way .item em {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}

.way .item h4 {
	margin: 30px 0 20px;
	font-size: 18px;
}

.way .item p {
	line-height: 30px;
	font-size: 20px;
}

@media (max-width:1200px) {
	.way {
		height: 317px;
	}
	.way .item h4 {
		font-size: 16px;
	}
	.way .item p {
		line-height: 28px;
		font-size: 20px;
	}
}

@media (max-width:991px) {
	.way {
		height: 297px;
	}
	.way .item h4 {
		font-size: 14px;
	}
	.way .item p {
		line-height: 26px;
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.way {
		height: 267px;
	}
	.way .item p {
		line-height: 24px;
		font-size: 16px;
	}
}

.map{
	width: 100%;
	height: 512px;
	margin-top: 64px;
	margin-bottom: 106px;
}

@media (max-width:1200px) {
	.map{
		height: 412px;
		margin-top: 54px;
		margin-bottom: 96px;
	}
}

@media (max-width:991px) {
	.map{
		height: 312px;
		margin-top: 44px;
		margin-bottom: 86px;
	}
}

@media (max-width:768px) {
	.map{
		margin-top: 34px;
		margin-bottom: 66px;
	}
}

/* join */

.prospects{
	padding-top: 140px;
	padding-bottom: 160px;
}

.prospects .fl,.prospects .fr{
	float: left;
	width: 50%;
	/* height: 397px; */
}

.prospects .fl .text em{
	display: inline-block;
	width: 103px;
	height: 44px;
	background-image: url(../images/join_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 106px;
	background-size: contain;
}

.prospects .fl .text p{
	font-size: 24px;
	font-family: light;
	margin-top: 54px;
}

.prospects .fr .pic_box{
	width: 75%;
	padding-left:20%;
}

.prospects .fr .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:1300px) {
	.prospects .fr .pic_box {
	    width: 85%;
	    padding-left: 16%;
	}
}

@media (max-width:1200px) {
	.prospects .fr .pic_box{
		width: 100%;
		padding: 0;
	}
	.prospects .fl .text em{
		width: 93px;
		height: 34px;
		margin-top: 96px;
	}
	.prospects .fl .text p{
		font-size: 22px;
		margin-top: 52px;
	}
	.prospects {
	    padding-top: 120px;
	    padding-bottom: 50px;
	}
}

@media (max-width:991px) {
	.prospects .fl .text em{
		width: 83px;
		height: 24px;
		margin-top: 86px;
	}
	.prospects .fl .text p{
		font-size: 20px;
		margin-top: 50px;
	}
	.prospects {
	    padding-top: 60px;
	}
}

@media (max-width:768px) {
	.prospects .fl,.prospects .fr{
		width: 100%;
		float:none;
	}
	.prospects .fr{
		padding-top: 20px;
	}
	.prospects .fr .pic_box{
		
	}
}

.advantage{
	padding-top: 94px;
	padding-bottom: 50px;
}

.join_tit{
	width: 100%;
	height: 110px;
	border: 1px solid #000;
	line-height: 110px;
}

.join_tit h2{
	font-family: extralight;
	font-size: 30px;
	float: left;
	padding-left: 60px;
}

.join_tit span{
	font-family: light;
	font-size: 24px;
	float: left;
	padding-left: 76px;
}

.join_tit i {
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-image: url(../images/join_plus.png);
    width: 48px;
    height: 48px;
    display: inline-block;
    cursor: pointer;
	margin-right: 70px;
	margin-top: 30px;
}

.join_tit .plus{
	background-image: url(../images/join_plus.png);
}

.join_tit .minus{
	background-image: url(../images/join_minus.png);
}

.join_tit2{
	overflow: hidden;
	text-align: center;
	padding-top: 102px;
	padding-bottom: 70px;
}

.join_tit2 .tit2 h2::after{
	content: none;
}

.join_tit2 .tit2{
	height: auto;
}


.about2 .item .text_box .text h4{
	font-size: 30px;
	font-family: light;
	padding-bottom: 48px;
}

@media (max-width:1200px) {
	.advantage {
	    padding-top: 84px;
	    padding-bottom: 110px;
	}
	.join_tit {
	    height: 90px;
	    line-height: 90px;
	}
	.join_tit h2 {
	    font-size: 28px;
	    padding-left: 58px;
	}
	.join_tit span {
	    font-size: 22px;
	    padding-left: 74px;
	}
	.join_tit i {
	    width: 44px;
	    height: 44px;
		margin-top: 24px;
	}
	.about2 .item .text_box .text h4 {
	    font-size: 28px;
	    padding-bottom: 46px;
	}
}

@media (max-width:991px) {
	.advantage {
	    padding-top: 74px;
	    padding-bottom: 80px;
	}
	.join_tit {
	    height: 70px;
	    line-height: 70px;
	}
	.join_tit h2 {
	    font-size: 26px;
	    padding-left: 56px;
	}
	.join_tit span {
	    font-size: 20px;
	    padding-
	}
	.join_tit i {
	    width: 40px;
	    height: 40px;
		margin-top: 16px;
	}
	.about2 .item .text_box .text h4 {
	    font-size: 26px;
	    padding-bottom: 44px;
	}
}

@media (max-width:768px) {
	.advantage {
	    padding-top: 64px;
	    padding-bottom: 50px;
	}
	.join_tit {
	    height: 50px;
	    line-height: 50px;
	}
	.join_tit h2 {
	    font-size: 24px;
	    padding-left: 54px;
	}
	.join_tit span {
	    font-size: 18px;
	    padding-left: 70px;
	}
	.join_tit i {
	    width: 32px;
	    height: 32px;
		margin-top: 8px;
	}
	.about2 .item .text_box .text h4 {
	    font-size: 24px;
	    padding-bottom: 38px;
	}
}

.support{
	padding-bottom: 50px;
}

.support .support_box{
	display: none;
}

.support .support1 .item{
	width: 23%;
	height: 322px;
	background-color: #f8f8f8;
	border-radius: 10px;
	margin-bottom: 40px;
}

.support .support1 .item em{
	display: inline-block;
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 30px;
}

.support .support1 .item .text{
	padding: 64px 32px;
}
	
.support .support1 .item h4{
	font-size: 24px;
	font-family: light;
	color: #333;
	padding-bottom: 22px;
}	

.support .support1 .item p{
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

@media (max-width:1200px) {
	.support {
		padding-bottom: 110px;
	}
	.support .support1 .item{
		height: 302px;
		margin-bottom: 36px;
	}
	.support .support1 .item .text{
		padding: 54px 30px;
	}
	.support .support1 .item em{
		width: 40px;
		height: 40px;
		padding-bottom: 26px;
	}
	.support .support1 .item h4{
		font-size: 22px;
		padding-bottom: 20px;
	}	
	.support .support1 .item p{
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width:991px) {
	.support {
		padding-bottom: 80px;
	}
		
	.support .support1 .item{
		width: 32%;
		height: 282px;
		margin-bottom: 32px;
	}
	.support .support1 .item .text{
		padding: 44px 28px;
	}
	.support .support1 .item em{
		width: 36px;
		height: 36px;
		padding-bottom: 24px;
	}
	.support .support1 .item h4{
		font-size: 20px;
		padding-bottom: 18px;
	}	
}

@media (max-width:768px) {
	.support {
		padding-bottom: 50px;
	}
	.support .support1 .item{
		width: 48%;
		height: 262px;
	}	
}

.store{
	padding-bottom: 50px;
}


.store .store_box{
	margin-top: 72px;
	display: none;
}

.store .store_box .item{
	width: 32%;
	height: 350px;
	margin-bottom: 56px;
	position: relative;
}

.store .store_box .item .pic_box{
	position: relative;
}

.store .store_box .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.store .store_box .item:hover .text{
	opacity: 1;
}

.store .store_box .item:hover .store_mask{
	opacity: 1;
}

.store_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
}

.store .store_box .item .text{
	position: absolute;
	top: 0;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	padding: 0px 70px;
}

.store .store_box .item .text p{
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

@media (max-width:1500px) {
	.store {
		padding-bottom: 120px;
	}
	.store .store_box .item {
	  height: 310px;
	}
}

@media (max-width:1200px) {
	.store {
		padding-bottom: 110px;
	}
	.store .store_box .item {
	  height: 248px;
	}
	.store .store_box .item .text p{
		font-size: 14px;
		line-height: 40px;
	}
}

@media (max-width:991px) {
	.store {
		padding-bottom: 80px;
	}
	.store .store_box .item {
	  width: 48%;	
	  height: 300px;
	}
}

@media (max-width:768px) {
	.store {
		padding-bottom: 50px;
	}
	.store .store_box .item {
	  height: 242px;
	  margin-bottom: 36px;
	}
	.store .store_box .item .text p{
		line-height: 30px;
	}
}

.apply{
	padding-bottom: 50px;
}

.apply .apply_box{
	padding-top: 127px;
	display: none;
}

.apply .apply_box .item {
  float: left;
  width: 100px;
  cursor: pointer;
  position: relative;
  margin-right: 150px;
  margin-bottom: 40px;
}

.apply .apply_box .item:last-child {
  margin-right: 0;
}

.apply .apply_box .item:last-child::after {
  display: none;
}

.apply .apply_box .item .circle{
	padding-bottom: 14px;
}

.apply .apply_box .item .circle em {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.apply .apply_box .item:nth-child(1) .circle em {
  background-image: url(../images/apply1.png);
}
.apply .apply_box .item:nth-child(2) .circle em {
  background-image: url(../images/apply2.png);
}
.apply .apply_box .item:nth-child(3) .circle em {
  background-image: url(../images/apply3.png);
}
.apply .apply_box .item:nth-child(4) .circle em {
  background-image: url(../images/apply4.png);
}
.apply .apply_box .item:nth-child(5) .circle em {
  background-image: url(../images/apply5.png);
}
.apply .apply_box .item:nth-child(6) .circle em {
  background-image: url(../images/apply4.png);
}
.apply .apply_box .item p{
	font-size: 16px;
}

.apply .apply_box .item::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 16px;
  background-image: url(../images/apply_next.png);
  position: absolute;
  top: 40px;
  right: -90px;
}

.apply .apply_box .apply1{
	padding-bottom: 54px;
	width: 85%;
	/* width: 1400px; */
	margin: 0 auto;
}

@media (max-width:1500px) {
	.apply .apply_box {
	    padding-top: 117px;
	}
	.apply .apply_box .apply1 {
	    padding-bottom: 64px;
	}
	.apply .apply_box .item {
	    margin-right: 120px;
	}
	.apply .apply_box .item::after {
	    right: -70px;
	}
}

@media (max-width:1200px) {
	.apply {
		padding-bottom: 110px;
	}
	.apply .apply_box {
	    padding-top: 107px;
	}
	.apply .apply_box .apply1 {
	    padding-bottom: 54px;
	}
	.apply .apply_box .item {
	    margin-right: 98px;
	}
	.apply .apply_box .item::after {
	    right: -58px;
	}
}

@media (max-width:991px) {
	.advantage {
		padding-bottom: 80px;
	}
	.apply .apply_box {
	    padding-top: 97px;
	}
	.apply .apply_box .apply1{
		padding-bottom: 44px;
		width: 80%;
	}
	.apply .apply_box .item {
	    margin-right: 90px;
	}
	.apply .apply_box .item::after {
	    right: -52px;
	}
}

@media (max-width:768px) {
	.advantage {
		padding-bottom: 50px;
	}
	.apply .apply_box {
	    padding-top: 87px;
	}
	.apply .apply_box .apply1{
		padding-bottom: 44px;
		width: 75%;
	}
	.apply .apply_box .item {
	    margin-right: 80px;
	}
	.apply .apply_box .item::after {
	    right: -45px;
	}
}

.form{
	width: 85%;
	margin: 0 auto;
}

.form input{
	width: 32%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dfdfdf;
	margin-bottom: 28px;
	font-size: 16px;
	padding-left: 25px;
	box-sizing:border-box;
}

.form .form_middle input:nth-child(2){
	width: 66%;
}

.form .sbtn{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.form .sbtn img{
	width: 170px;
	height: 50px;
	margin-right: 42px;
}

.form .sbtn input{
	width: 170px;
	text-align: center;
	padding-left: 0;
}

.form .sbtn .verify{
	margin-right: 42px;
}

.form .submit{
	color: #fff;
	background-color: #2f2f2f;
	border: 1px solid #2f2f2f;
}

@media (max-width:1200px) {
	.form .sbtn img{
		width: 160px;
		margin-right: 38px;
	}
	.form .sbtn input{
		width: 160px;
	}
}

@media (max-width:991px) {
	.form .sbtn img{
		width: 150px;
		margin-right: 38px;
	}
	.form .sbtn input{
		width: 150px;
	}
}

@media (max-width:768px) {
	.form input{
		font-size: 14px;
	}
	.form .sbtn img{
		width: 130px;
		margin-right: 32px;
	}
	.form .sbtn input{
		width: 130px;
	}
}

/* pro */
.pro_nav{
	height: 304px;
	background-color: #f1f1f1;
}

.pro_nav .hd{
	padding-top: 64px;
}

.pro_nav .hd .item{
	height: 210px;
	text-align: center;
	cursor: pointer;
}

.pro_nav .hd .item i{
	font-family: thin;
	font-size: 24px;
	font-weight: bold;
}

.pro_nav .hd .item h4{
	font-family: regular;
	font-size: 14px;
	padding-bottom: 28px;
}

.pro_nav .hd .item em{
	display: inline-block;
	width: 96px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}

.pro_nav .hd .item.on em::after{
	position: absolute;
	z-index: 1;
	left: 40%;
	bottom: -17px;
	display: inline-block;
	height: 1px;
	width: 24px;
	content: '';
	background: #000;
}

.pro .bd{
	padding-top: 104px;
}

.pro .bd .item{
	padding-bottom: 104px;
}

.pro .bd .item .text{
	float: left;
	width: 40%;
	text-align: right;
	color: #000;
}

.pro .bd .item:nth-child(2n) .text{
	float: right;
	text-align: left;
}

.pro .bd .item .pic{
	float: right;
	width: 54%;
	height: 684px;
}

.pro .bd .item:nth-child(2n) .pic{
	float: left;
}

.pro .bd .item .pic .video{
	position: relative;
}

.pro .bd .item .pic .video::after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/video_icon.png);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
}


.pro .bd .item .text .tit em{
	display: inline-block;
	width: 103px;
	height: 25px;
	background-image: url(../images/pro_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 36px;
}

.pro .bd .item .text .tit i{
	display: block;
	font-family: extralight;
	font-size: 48px;
}

.pro .bd .item .text .tit h4{
	font-family: light;
	font-size: 36px;
	padding-bottom: 156px;
}

.pro .bd .item .text .list i{
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/plus.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

.pro .bd .item:nth-child(2n) .text .list i{
	float: left;
}

.pro .bd .item .text .list .plus{
	background-image: url(../images/plus.png);
}

.pro .bd .item .text .list .minus{
	background-image: url(../images/minus.png);
}

.pro .bd .item .text .list ul li{
	display: none;
	font-size: 18px;
	padding-top: 22px;
	color: #666;
	cursor: pointer;
}

.pro .bd .item .text .list ul li.on{
	color: #000;
}

@media (max-width:1500px) {
	.pro .bd .item .pic {
	  height: 584px;
	}
}

@media (max-width:1200px) {
	.pro .bd .item .pic {
	  height: 430px;
	}
	.pro_nav .hd .item  i {
	    font-size: 22px;
	}
	.pro_nav .hd .item  em {
		width: 92px;
		height: 92px;
	}
	.pro .bd .item .tit em {
	    width: 98px;
	    margin-bottom: 32px;
	}
	.pro .hd .item .text h4 {
	    padding-bottom: 42px;
	}
	.pro .bd .item .text .tit i {
	    font-size: 44px;
	}
	.pro .bd .item .text .tit h4 {
	    font-size: 32px;
	    padding-bottom: 100px;
	}
	.pro .bd .item .text .list ul li {
	    font-size: 16px;
	    padding-top: 20px;
	}
	.pro .bd .item .pic .video::after{
		width: 56px;
		height: 56px;
	}
}

@media (max-width:991px) {
	.pro .bd .item .pic {
	  height: 360px;
	}
	.pro_nav .hd .item  i {
	    font-size: 20px;
	}
	.pro_nav .hd .item em {
		width: 88px;
		height: 88px;
	}
	.pro .hd .item .text h4 {
	    padding-bottom: 40px;
	}
	.pro .bd {
	    padding-top: 84px;
	}
	.pro .bd .item {
	    padding-bottom: 84px;
	}
	.pro .bd .item .text .tit em {
	    width: 92px;
	    margin-bottom: 26px;
	}
	.pro .bd .item .text .tit i {
	    font-size: 38px;
	}
	.pro .bd .item .text .tit h4 {
	    font-size: 28px;
	    padding-bottom: 80px;
	}
	.pro .bd .item .text .list ul li {
	    font-size: 14px;
	    padding-top: 16px;
	}
	.pro .bd .item .pic .video::after{
		width: 52px;
		height: 52px;
	}
}

@media (max-width:768px) {
	.pro_nav {
	    height: 284px;
	}
	.pro_nav .hd {
	    padding-top: 44px;
	}
	.pro_nav .hd .item i {
	    font-size: 18px;
	}
	.pro_nav .hd .item em {
		width: 84px;
		height: 84px;
	}
	.pro_nav .hd .item h4 {
	    padding-bottom: 24px;
	}
	.pro .bd {
	    padding-top: 64px;
	}
	.pro .bd .item {
	    padding-bottom: 64px;
	}
	.pro .bd .item .pic {
	  height: 290px;
	}
	.pro .bd .item .text .tit em {
	    width: 72px;
	    margin-bottom: 20px;
	}
	.pro .bd .item .text .tit i {
	    font-size: 28px;
	}
	.pro .bd .item .text .tit h4 {
	    font-size: 18px;
	    padding-bottom: 54px;
	}
	.pro .bd .item .text .list ul li {
	    padding-top: 8px;
	}
	.pro .bd .item .pic .video::after{
		width: 46px;
		height: 46px;
	}
}

.nav2{
	padding: 66px 0 56px 0;
}

.nav2 ul li{
	float: left;
	border: 1px solid #eeeeee;
	margin-right: 48px;
}

.nav2 ul li:last-child{
	margin-right: 0;
}

.nav2 ul li a{
	display:inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 48px;
	color: #000;
	font-size: 16px;
}

.nav2 ul li.on{
	background-color: #636363;
}

.nav2 ul li.on a{
	color: #fff;
}

.pro_cont{
	padding-bottom: 90px;
}

.pro_cont .pro_cont_box .item{
	width: 49%;
	margin-bottom: 62px;
}

.pro_cont .pro_cont_box .item .img_box{
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.pro_cont .pro_cont_box .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_cont .pro_cont_box .item p{
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 22px;
}

@media (max-width:1200px) {
	.nav2 ul li {
	    margin-right: 44px;
	}
	.nav2 ul li a {
	    height: 53px;
	    line-height: 53px;
	    padding: 0 46px;
	}
	.pro_cont .pro_cont_box .item .img_box {
	    height: 400px;
	}
	.pro_cont .pro_cont_box .item {
	    margin-bottom: 58px;
	}
	.pro_cont {
	    padding-bottom: 70px;
	}
}

@media (max-width:991px) {
	.nav2 ul li {
	    margin-right: 40px;
	}
	.nav2 ul li a {
	    height: 50px;
	    line-height: 50px;
	    padding: 0 42px;
	}
	.pro_cont .pro_cont_box .item .img_box {
	    height: 300px;
	}
	.pro_cont .pro_cont_box .item {
	    margin-bottom: 54px;
	}
	.pro_cont {
	    padding-bottom: 60px;
	}
}

@media (max-width:768px) {
	.nav2 ul li {
	    margin-right: 36px;
	}
	.nav2 ul li a {
		font-size: 14px;
	    height: 46px;
	    line-height: 46px;
	    padding: 0 38px;
	}
	.pro_cont .pro_cont_box .item .img_box {
	    height: 230px;
	}
	.pro_cont .pro_cont_box .item {
	    margin-bottom: 50px;
	}
	.pro_cont {
	    padding-bottom: 50px;
	}
}

/* prov */
.prov .prov_box{
	padding: 90px 0;
}

.prov .prov_box .pic_box{
	float: left;
	width: 50%;
	height: 526px;
}

.prov .prov_box .text_box{
	float: right;
	width: 50%;
}

.prov .prov_box .pic_box .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.prov .prov_box .video{
	position: relative;
}

.prov .prov_box .video::after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/video_icon.png);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
}

.prov .prov_box .swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 17px;
    padding: 0;
    z-index: 70;
}

.prov .prov_box .swiper-pagination-bullet {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #333;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
    border-radius: 25px;
    margin: 0 8px !important;
}

.prov .prov_box .swiper-pagination-bullet-active {
    display: inline-block;
    height: 10px;
    width: 10px;
    opacity: 1;
    background: none;
    border: 1px solid #333;
}

.prov .prov_box .text_box{
	box-sizing: border-box;
}

.prov .prov_box .text_box .text{
	padding: 0 110px;
}

.prov .prov_box .text_box .text i{
	display:inline-block;
	font-size: 23px;
	font-family: light;
	padding-bottom: 10px;
}

.prov .prov_box .text_box .text h2{
	font-size: 48px;
	font-family: extralight;
	padding-bottom: 24px;
}

.prov .prov_box .text_box .text p{
	font-size: 16px;
	line-height: 32px;
}

.prov .prov_box .text_box .text .sort{
	padding-bottom: 30px;
}

.prov .prov_box .text_box .text .intro{
	padding-bottom: 60px;
}

.prov .prov_box .text_box .text .button{
	padding-top: 50px;
}

.prov .prov_box .text_box .text .button .prev{
	background-image: url(../images/prov_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 32px;
	height: 13px;
}

.prov .prov_box .text_box .text .button .back{
	background-image: url(../images/prov_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0 22px;
}

.prov .prov_box .text_box .text .button .next{
	background-image: url(../images/prov_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 32px;
	height: 13px;
}

@media (max-width:1500px) {
	.prov .prov_box .pic_box{
		height: 486px;
	}
	.prov .prov_box .text_box .text i{
		font-size: 21px;
		padding-bottom: 18px;
	}
	
	.prov .prov_box .text_box .text h2{
		font-size: 46px;
		padding-bottom: 22px;
	}
	
	.prov .prov_box .text_box .text{
		padding: 0 90px;
	}
	.prov .prov_box .text_box .text .sort{
		padding-bottom: 26px;
	}
	
	.prov .prov_box .text_box .text .intro{
		padding-bottom: 56px;
	}
	.prov .prov_box .text_box .text .button {
	    padding-top: 44px;
	}
}

@media (max-width:1300px) {
	.prov .prov_box .pic_box{
		height: 426px;
	}
	
	.prov .prov_box .text_box .text i{
		font-size: 19px;
		padding-bottom: 16px;
	}
	
	.prov .prov_box .text_box .text h2{
		font-size: 44px;
		padding-bottom: 20px;
	}
	
	.prov .prov_box .text_box .text{
		padding: 0 70px;
	}
	.prov .prov_box .text_box .text .sort{
		padding-bottom: 20px;
	}
	
	.prov .prov_box .text_box .text .intro{
		padding-bottom: 48px;
	}
	.prov .prov_box .text_box .text .button {
	    padding-top: 34px;
	}
}

@media (max-width:1200px) {
	.prov .prov_box .text_box .text i{
		font-size: 17px;
		padding-bottom: 14px;
	}
	
	.prov .prov_box .text_box .text h2{
		font-size: 40px;
		padding-bottom: 18px;
	}
	
	.prov .prov_box .text_box .text{
		padding: 0 60px;
	}
	.prov .prov_box .text_box .text .sort{
		padding-bottom: 16px;
	}
	
	.prov .prov_box .text_box .text .intro{
		padding-bottom: 46px;
	}
	.prov .prov_box .text_box .text .button {
	    padding-top: 24px;
	}
	.prov .prov_box .video::after{
		width: 50px;
		height: 50px;
	}
}

@media (max-width:991px) {
	.prov .prov_box {
	    padding: 60px 0;
	}
	.prov .prov_box .pic_box{
		float: none;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.prov .prov_box .text_box{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.prov .prov_box .text_box .text{
		padding:0 50px;
	}
	.prov .prov_box .text_box .text i{
		font-size: 15px;
		padding-bottom: 12px;
	}
	
	.prov .prov_box .text_box .text h2{
		font-size: 38px;
		padding-bottom: 16px;
	}
	
	.prov .prov_box .text_box .text .sort{
		padding-bottom: 14px;
	}
	
	.prov .prov_box .text_box .text .intro{
		padding-bottom: 44px;
	}
	.prov .prov_box .text_box .text .button {
	    padding-top: 50px;
	}
}

@media (max-width:768px) {
	.prov .prov_box {
	    padding: 40px 0;
	}
	.prov .prov_box .text_box{
		margin-top: 20px;
	}
	.prov .prov_box .text_box .text{
		padding:0 45px;
	}
	.prov .prov_box .text_box .text i{
		padding-bottom: 10px;
	}
	
	.prov .prov_box .text_box .text h2{
		font-size: 36px;
		padding-bottom: 14px;
	}
	
	.prov .prov_box .text_box .text .sort{
		padding-bottom: 12px;
	}
	
	.prov .prov_box .text_box .text .intro{
		padding-bottom: 42px;
	}
	.prov .prov_box .text_box .text .button {
	    padding-top: 40px;
	}
}

.information{
	padding-bottom: 50px;
}

.information_box{
	padding-top: 76px;
}

.information .infor_l,.information .infor_r{
	float: left;
	width: 50%;
	height: 470px;
	overflow: hidden;
}

.information .infor_l{
	background-color: #ececec;
	display: table;
	box-sizing: border-box;
}

.information .infor_l .text{
	padding: 80px 50px;
	color: #000;
	font-size: 16px;
	line-height: 56px;
	display: table-cell;
}

.information .infor_l .text .text_l p:nth-child(2n-1){
	width: 330px;
	float: left;
}


.information .infor_l .text .text_l p:nth-child(2n){
	float: left;
}

/* .information .infor_l .text .text_l{
	width: 360px;
	float: left;
}

.information .infor_l .text .text_r{
	float: left;
} */

.information .infor_l .color{
	margin-top: 32px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
}

.information .infor_l .color p{
	display: inline-block;
	float: left;
}

.information .infor_l .color ul li{
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	padding-left: 30px;
	
}

.information .infor_l .color ul li img{
	width: 100%;
	height: 32px;
	border-radius: 50%;
}

.information .infor_r{
	background:linear-gradient(to bottom,#f5f5f5,#e6e6e6);
}

.information .infor_r .pic_box{
	width: 403px;
	height: 322px;
	object-fit: contain;
}

@media (max-width:1400px) {
	.information .infor_l .text {
	    padding-left:50px;
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width:1300px) {
	.information .infor_l .text {
	    font-size: 14px;
	}
	.information .infor_l .text .text_l p:nth-child(2n-1) {
	    width: 300px;
	}
}

@media (max-width:1200px) {
	.information .infor_l, .information .infor_r {
	    height: 450px;
	}
	.information .infor_l .text {
	    line-height: 52px;
	}
	.information .infor_l .text .text_l p:nth-child(2n-1) {
	    width: 260px;
	}
	.information .infor_l .color ul li {
	    width: 28px;
	    height: 28px;
	    padding-left: 24px;
		padding-bottom: 10px;
	}
}

@media (max-width:1100px) {
	.information .infor_l .text .text_l p:nth-child(2n-1) {
	    width: 240px;
	}
	.information .infor_l .text{
		padding: 60px 30px;
	}
}

@media (max-width:991px) {
	.information .infor_l, .information .infor_r {
	    float: none;
	    width: 100%;
		height: 400px;
	}
	.information .infor_l .text {
	    padding: 50px 50px;
	}
	.information .infor_l .text .text_l p:nth-child(2n-1) {
	    width: 50%;
	}
}

.detail {
    padding-bottom: 50px;
}

.detail .detail_box{
	padding: 72px 110px 0 110px;
	/* text-align: center; */
	font-size: 16px;
	line-height: 32px;
	color: #000;
	/* display: none; */
}

.application {
    padding-bottom: 50px;
}

.application .application_box{
	padding: 72px 110px 0 110px;
	/* text-align: center; */
	font-size: 16px;
	line-height: 32px;
	color: #000;
	/* display: none; */
}