body {
	min-width: 1200px;
	background: #ffffff;
	font-size: 12px;
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #333;
}

img {
	border: 0;
}

input,
select,
textarea,
button {
	font-family: main, "microsoft yahei", arial;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}
.logo-box {
    display: flex;
    align-items: center;
}
.logo-box .title {
    font-size: 24px;
    font-weight: 400;
    color: rgba(41, 41, 41, 1);
    text-align: left;
	flex-shrink: 0;
}

@media only screen and (min-width: 769px) {

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
	::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		background-color: transparent;
	}

	/*定义滚动条轨道 内阴影+圆角*/
	::-webkit-scrollbar-track {
		-webkit-box-shadow: transparent;
		border-radius: 0;
		background-color: transparent;
	}

	/*定义滑块 内阴影+圆角*/
	::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #52587D;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	font-size: 0;
	transition: all 0.2s;
	z-index: 100;
}

.img {
    left: 91px;
    width: 40px;
    height: 40px;
}


header.on {
	background: rgba(0, 0, 0, 0.3);
	height: 84px;
}

.indexbanner .swiper-pagination-bullet,
.awardscontainer .swiper-pagination-bullet {
	width: 19px;
	height: 19px;
	border: 1px solid transparent;
	padding: 4px;
	box-sizing: border-box;
	opacity: 1;
	background: rgba(250, 196, 95, 1);
	background-clip: content-box;
}

.indexbanner .swiper-pagination-bullet-active,
.awardscontainer .swiper-pagination-bullet-active {
	/*border-color: #235fff;*/
	/*background: #235fff;*/
    background: rgba(255, 255, 255, 1);
	background-clip: content-box;
}

.logo {
	display: inline-block;
	vertical-align: top;
	perspective: 300;
	-webkit-perspective: 300;
}

.logo img {
	position: relative;
	transition: all 0.5s;
}

.logo:hover img {
	transform: rotateX(-10deg);
}

header .navline {
    display: flex;
    align-items: center;
}

header .navline .img {
    width: 39px;
    height: 39px;
    margin-left: 500px;
}

header .navline ul {
	display: inline-block;
	vertical-align: top;
}

header .navline li {
	position: relative;
	margin-left: 55px;
	display: inline-block;
	vertical-align: top;
}

header .navline li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: rgba(41, 41, 41, 1);
	line-height: 36px;
}

header .navline li a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	/*left: 50%;*/
	margin: 0;
	width: 0;
	height: 2px;
	background: rgba(255, 195, 0, 1);
	transition: all 0.3s;
}

header .navline li a:hover:before,
header .navline li a.on:before {
	/*margin-left: -20px;*/
	width: 100%;
}

header .lang {
	position: relative;
	display: inline-block;
	font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(41, 41, 41, 1);
    text-align: left;
}

/*header .lang:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	right: 0;*/
/*	margin-top: -4.5px;*/
/*	width: 14px;*/
/*	height: 9px;*/
/*	background: url(../image/lang_arrow.png);*/
/*	background-size: 100%;*/
/*}*/

header .lang:hover {
	background-position: left 4px center;
}

.cominfor_box {
	margin: 100px 0;
	background: #f1f2f6;
	overflow: hidden;
}

.cominfor_box .img {
	float: left;
	width: 700px;
	height: 550px;
	line-height: 550px;
	font-size: 0;
}

.cominfor_box .img img {
	width: 100%;
	vertical-align: middle;
}

.cominfor_box .right {
	float: left;
	width: 540px;
	padding: 70px 0 0 60px;
}

.cominfor_box .t {
	font-size: 50px;
	font-weight: bold;
}

.cominfor_box .n {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #2962f5;
}

.cominfor_box .i {
	margin-top: 35px;
	font-size: 17px;
	line-height: 34px;
	word-wrap: break-word;
	word-break: break-word;
	color: #666666;
}

.more_btn {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.more_btn p:first-child {
	border: 2px solid #235fff;
	color: #235fff;
	line-height: 46px;
}

.more_btn p:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 50px;
	background-color: #235fff;
	color: #ffffff;
	transition: all 0.36s;
	overflow: hidden;
}

.more_btn p span {
	display: block;
	width: 200px;
}

.more_btn:hover p:last-child {
	width: 100%;
}

.bigbrand_box {
	position: relative;
	margin-top: 55px;
	font-size: 0;
	overflow: hidden;
}

.bigbrandbox {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.big_brand {
	position: relative;
}

.big_brand .bg {
	width: 100%;
}

.big_brand .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.brand_logo {
	padding: 160px 0 20px;
	min-height: 90px;
}

.brand_content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	width: 420px;
	height: 204px;
	font-size: 17px;
	color: #ffffff;
	line-height: 34px;
	word-wrap: break-word;
	word-break: break-word;
	overflow: hidden;
}

.more_btn.w p:first-child {
	border-color: #ffffff;
	color: #ffffff;
}

.more_btn.w p:last-child {
	background-color: #ffffff;
	color: #235fff;
}

@media only screen and (max-width: 1500px) {
	.bigbrandbox {
		position: relative;
		left: 50%;
		margin-left: -800px;
		width: 1600px;
	}

	.brand_logo {
		padding: 120px 0 20px;
	}

	.brand_content {
		width: 360px;
		height: 180px;
		font-size: 15px;
		line-height: 30px;
	}
}

.brand_control {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -20px;
	width: 100%;
	padding: 0 1.75rem;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.3s;
	z-index: 10;
}

.bigbrand_box:hover .brand_control {
	opacity: 1;
}

.brand_control a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.22);
	transition: all 0.3s;
}

.brand_control a img {
	width: 100%;
}

.brand_control a:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.brand_control a.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.22);
	opacity: 0.5;
	cursor: default;
}

.index_product {
	margin-top: 100px;
	font-size: 0;
}

.index_product .top {
	overflow: hidden;
}

.index_product .t {
	font-size: 50px;
	font-weight: bold;
	color: #222222;
}

.index_product .top a {
	position: relative;
	margin-left: -1px;
	display: inline-block;
	width: 190px;
	height: 60px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	line-height: calc(60px - 2px);
	text-align: center;
	vertical-align: top;
}

.index_product .top a img {
	max-width: 100%;
	vertical-align: middle;
}

.index_product .top a::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 2px;
	background-color: #2962f5;
	transition: all 0.3s;
}

.index_product .top a.on::before {
	margin-left: -95px;
	width: 190px;
}

.product_container {
	margin-top: 60px;
	font-size: 0;
	overflow: hidden;
	white-space: nowrap;
}

.product_container .section {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s;
	vertical-align: top;
}

.product_container .type {
	float: left;
	margin-right: 50px;
	width: 420px;
	font-size: 0;
}

.product_container .type:nth-child(3n) {
	margin-right: 0;
}

.product_container .img {
	height: 300px;
	line-height: 300px;
	overflow: hidden;
}

.product_container .img img {
	width: 100%;
	transform: scale(1);
	vertical-align: middle;
	transition: all 0.3s;
}

.product_container .type:hover img {
	transform: scale(1.08);
}

.product_container .type .content {
	position: relative;
	margin-top: 35px;
	padding: 5px 0 0 24px;
}

.product_container .type .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 26px;
	border-top-right-radius: 2px;
	background-color: #4778f6;
	transition: all 0.36s;
}

.product_container .type:hover .content::before {
	height: 100%;
}

.product_container .type .f24 {
	margin-top: -8px;
}

.product_container .data {
	margin-top: 10px;
	font-size: 16px;
	color: #70717d;
	line-height: 26px;
}

.product_container .more {
	margin-top: 25px;
	display: inline-block;
	font-size: 15px;
	color: #2962f5;
	opacity: 0;
	transition: all 0.3s;
}

.product_container .type:hover .more {
	opacity: 1;
}

.ovh {
	overflow: hidden;
}

.product_container .more_btn,
.more_btn.news {
	margin: 45px auto 100px;
	display: block;
}

.video_box {
	margin-bottom: 90px;
	position: relative;
	font-size: 0;
}

.video_box video {
	width: 100%;
	height: 7.8rem;
	background-color: #000000;
}

.video_img {
	position: relative;
}

.video_img .bg {
	width: 100%;
}

.video_img .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.video_img .in .player_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	opacity: 0.5;
	transition: all 0.3s;
	z-index: 10;
	cursor: pointer;
}

.video_img .in .player_btn:hover {
	opacity: 1;
}

.video-close {
	position: absolute;
	top: 30px;
	right: 30px;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 10;
}

.video-close:hover {
	transform: rotate(180deg);
}

@media only screen and (max-width: 1500px) {
	.video-close {
		top: 20px;
		right: 20px;
		width: 48px;
	}
	.video_img .in .player_btn {
		width: 80px;
		height: 80px;
		margin-top: -40px;
		margin-left: -40px;
	}
}

.big_news {
	display: block;
	width: 579px;
}

.big_news .img {
	overflow: hidden;
}

.big_news .img img {
	width: 100%;
	height: 386px;
	line-height: 386px;
}

.big_news img {
	width: 100%;
	transition: all 0.3s;
	vertical-align: middle;
}

.big_news .title {
	margin-top: 20px;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.big_news .date,
.list_news .date {
	margin-top: 10px;
	font-size: 15px;
	color: #aaaaaa;
}

.big_news .msg,
.list_news .msg {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 56px;
	font-size: 16px;
	color: #70717d;
	line-height: 28px;
	overflow: hidden;
}

.list_news {
	margin-bottom: 27px;
	display: block;
	font-size: 0;
}

.list_news .img {
	display: inline-block;
	width: 240px;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
	vertical-align: top;
}

.big_news .img img,
.list_news .img img {
	width: 100%;
	transition: all 0.3s;
	vertical-align: middle;
}

.list_news .content {
	display: inline-block;
	width: 455px;
	padding: 0 25px;
	vertical-align: top;
}

.list_news .title {
	padding-top: 20px;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.big_news:hover .img img,
.list_news:hover .img img {
	transform: scale(1.08);
}

.big_news:hover .title, 
.list_news:hover .title {
	color: #2962f5;
}

.joinus_box {
	position: relative;
	margin-top: 100px;
	font-size: 0;
	overflow: hidden;
}

.joinus_box .bg {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.joinus_box .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.main {
	margin: auto;
	width: 1200px;
}

.joinus_box .container {
	float: right;
	width: 380px;
	padding-top: 115px;
}

.joinus_box .msg {
	margin-top: 50px;
	font-size: 17px;
	color: #ffffff;
	line-height: 40px;
}


footer {
	background: rgba(33, 33, 33, 1);
	margin-top: 160px;
}

footer .footer-box {
	width: 1210px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	padding: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

footer .footer-box .f-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 26.06px;
	color: rgba(255, 255, 255, 1);
}

footer .footer-box ul {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(255, 255, 255, 1);
	margin-top: 36px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.f-product-box {
	margin-left: 107px;
}

.f-aboutus-box {
	margin-left: 188px;
}

.f-guanzhu-box {
	margin-left: 150px;
}

.flex-box {
	display: flex;
	align-items: center;
	gap:8px;
}

footer .bottom {
	width: 950px;
	height: 56px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .bottom .beian {
	font-size: 12px;
	font-weight: 400;
	line-height: 17.38px;
	color: rgba(255, 255, 255, 1);
}

footer .bottom ul {
	display: flex;
	font-size: 12px;
	font-weight: 400;
	line-height: 17.38px;
	color: rgba(255, 255, 255, 1);
	gap: 10px;
}

footer .bottom ul li {
	border-right: 1px solid #fff;
	height: 15px;
	padding-right: 10px;
}

footer .bottom ul li:last-child {
	border:none;
}

.footer_navline {
	margin: 45px 0;
	font-size: 12px;
	text-align: center;
}


.footer_navline a {
	font-size: 16px;
	transition: all 0.3s;
}

.footer_navline span {
	padding: 0 20px;
}

.footer_navline a:hover {
	color: #235fff;
}

.qrcode_line {
	margin-top: 70px;
	padding-bottom: 100px;
}

.qrcode_line li {
	margin: 0 61px;
	display: inline-block;
	vertical-align: top;
}

.qrcode_line li img {
	width: 166px;
	height: 166px;
}

.qrcode_line li a {
	margin-top: 16px;
	display: block;
	font-size: 16px;
	color: #aaaaaa;
	transition: all 0.2s;
}

.qrcode_line li a:hover {
	color: #235fff;
}

footer .bottom a,
footer .bottom span {
	font-size: 15px;
	color: #ffffff;
	opacity: 0.6;
	vertical-align: middle;
	transition: all 0.2s ;
}

footer .bottom a:hover {
	opacity: 1;
}

header.t {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.common_banner {
	position: relative;
}

.common_banner .bg {
	width: 100%;
}

.common_banner .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.common_banner .container {
	padding-top: 300px;
}

.light {
	font-weight: lighter;
}

.cominf_l {
	float: left;
	width: 390px;
	padding-top: 90px;
}

.cominf_r {
	float: right;
	width: 800px;
	padding-top: 90px;
	font-size: 17px;
	color: #666666;
	line-height: 34px;
}

.cominf_photo {
	margin-top: 80px;
	position: relative;
	height: 580px;
	font-size: 0;
}

.cominf_photo .photo {
	position: relative;
	top: 39px;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	height: 503px;
	background-color: #000000;
	line-height: 503px;
	transition: all 0.3s;
}

.cominf_photo .photo img {
	width: 100%;
	opacity: 0.4;
	vertical-align: middle;
	transition: all 0.3s;
}

.cominf_photo .swiper-slide-prev,
.cominf_photo .swiper-slide-next {
	z-index: 9;
}

.cominf_photo .swiper-slide-active {
	z-index: 10;
}

.cominf_photo .swiper-slide-active .photo {
	top: 0;
	margin-left: -450px;
	width: 900px;
	height: 580px;
	line-height: 580px;
}

.cominf_photo .swiper-slide-active .photo img {
	opacity: 1;
}

.cominf_prev,
.cominf_next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	opacity: 0.4;
	cursor: pointer;
	transition: all 0.3s;
}

.cominf_prev:hover,
.cominf_next:hover {
	opacity: 1;
}

.cominf_prev {
	left: 105px;
}

.cominf_next {
	right: 105px;
}

.cominf_prev.swiper-button-disabled,
.cominf_next.swiper-button-disabled {
	opacity: 0.1;
	cursor: default;
}

.commission_box {
	margin-top: 100px;
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}

.commission_box .bg {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.commission_box .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.commission_box .main {
	padding-top: 245px;
	text-align: center;
}

.commission_box .msg {
	margin-top: 60px;
	font-size: 24px;
	white-space: pre-line;
	color: #ffffff;
	line-height: 48px;
}

.comline_box {
	margin-top: 65px;
}

.comline_box .left {
	float: left;
	position: relative;
	width: 220px;
	height: 480px;
}

.comline_box .left::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	width: 2px;
	background-color: #dbdde6;
}

.comline_box .left .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(../image/comline_prev.png);
	transition: all 0.2s;
	cursor: pointer;
	z-index: 10;
}

.comline_box .left .prev:hover {
	background: url(../image/comline_prevon.png);
}

.comline_box .left .next {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(../image/comline_next.png);
	transition: all 0.2s;
	cursor: pointer;
	z-index: 10;
}

.comline_box .left .next:hover {
	background: url(../image/comline_nexton.png);
}

.comlineleft {
	height: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}

.comlineleft span {
	position: relative;
	display: block;
	padding-left: 48px;
	font-size: 16px;
	color: #aaaaaa;
	transition: all 0.2s;
}

.comlineleft .swiper-slide-active span {
	font-size: 24px;
	font-weight: bold;
	color: #235fff;
}

.comlineleft span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4.5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #dbdde6;
	transition: all 0.2s;
}

.comlineleft .swiper-slide-active span::before {
	left: 4px;
	width: 12px;
	height: 12px;
	background-color: #235fff;
}

.comline_box .right {
	float: right;
	width: 900px;
}

.comline_type {
	padding-bottom: 50px;
}

.comline_type .img {
	height: 480px;
	line-height: 480px;
	overflow: hidden;
}

.comline_type .img img {
	width: 100%;
	vertical-align: middle;
}

.comline_type .msg {
	margin-top: 25px;
	min-height: 102px;
	font-size: 17px;
	color: #555555;
	line-height: 34px;
}

.comlineleft span:hover {
	padding-left: 55px;
	cursor: pointer;
}

.newslist_box {
	margin-top: 80px;
}

.newslist_box .type {
	margin-bottom: 35px;
	display: block;
	transition: all 0.3s;
}

.newslist_box .type:hover {
	background-color: #f1f2f6;
}

.newslist_box .type .img {
	display: inline-block;
	width: 330px;
	height: 220px;
	line-height: 220px;
	overflow: hidden;
	vertical-align: top;
}

.newslist_box .type img {
	width: 100%;
	vertical-align: middle;
	transition: all 0.3s;
}

.newslist_box .type:hover .img img {
	transform: scale(1.08);
}

.newslist_box .type .right {
	margin-left: 30px;
	display: inline-block;
	width: 668px;
	padding: 30px 0 0;
	vertical-align: top;
}

.newslist_box .type .t {
	font-size: 22px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.newslist_box .type .msg {
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 56px;
	padding-top: 20px;
	border-top: 1px dotted #b7b7b7;
	font-size: 16px;
	color: #70717d;
	line-height: 28px;
}

.pager {
	padding-top: 30px;
	padding-bottom: 80px;
	text-align: center;
}

.pager li {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.pager a,
.pager span {
	margin: 0 2.5px;
	display: inline-block;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	transition: all 0.2s;
}

.pager a:hover,
.pager li.active span {
	border-color: #235fff;
	background: #235fff;
	color: #fff;
}

.newsdet_left {
	float: left;
	position: sticky;
	top: 60px;
	width: 193px;
	padding: 80px 0;
	text-align: center;
}

.f42 {
	font-size: 42px;
}

.newsdet_right {
	float: left;
	position: relative;
	width: 995px;
	padding-left: 40px;
	box-sizing: border-box;
	border-left: 1px solid #eeeeee;
}

.bshare-custom a {
	margin: 0 auto 12px !important;
	display: block !important;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
}

.bshare-custom a.bshare-weixin {
	background: url(../image/share_icon1.png) no-repeat center !important;
}

.bshare-custom a.bshare-qqim {
	background: url(../image/share_icon2.png) no-repeat center !important;
}

.bshare-custom a.bshare-qzone {
	background: url(../image/share_icon3.png) no-repeat center !important;
}

.bshare-custom a.bshare-sinaminiblog {
	background: url(../image/share_icon4.png) no-repeat center !important;
}

.newsdet_right .t {
	position: relative;
	padding: 70px 0 40px;
	font-size: 36px;
	line-height: 54px;
}

.newsdet_right .t::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -40px;
	right: -800px;
	height: 1px;
	background-color: #eeeeee;
}

.newsdet_right .container {
	padding: 35px 0 66px;
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	word-wrap: break-word;
	word-break: break-word;
}

.newsdet_right .container img {
	max-width: 100% !important;
}

.contact_section {
	margin-bottom: 40px;
}

.contact_section .top {
	height: 100px;
	padding: 0 30px;
	line-height: 100px;
	background-color: #f1f2f6;
}

.cts_logo {
	float: left;
}

.cts_logo img {
	max-height: 100%;
	vertical-align: middle;
}

.contact_section .right {
	float: right;
}

.contact_section .right li {
	margin-left: 20px;
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #aaaebc;
	line-height: normal;
	vertical-align: middle;
	transition: all 0.3s;
}

.contact_section .right a {
	display: block;
}

.contact_section .right li a img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.contact_section .right li a img:last-child,
.contact_section .right li:hover a img:first-child{
	opacity: 0;
}

.contact_section .right li:hover {
	background-color: #ffffff;
}

.contact_section .right li:hover a img:last-child {
	opacity: 1;
}

.contact_section .qrcode {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -76px;
	width: 152px;
	padding: 4px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.contact_section .qrcode img {
	width: 100%;
	height: 144px;
}

.contact_section .qrcode p {
	font-size: 15px;
	color: #aaaaaa;
	padding-bottom: 8px;
}

.contact_section .qrcode::before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #ffffff;
}

.contact_section .qrcode::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 30px;
}

.contact_section li:hover .qrcode {
	opacity: 1;
	visibility: visible;
}

.contact_section .container {
	border: 1px solid #eeeeee;
	border-top: 0;
}

.contact_section .type {
	/*float: left;*/
	/*width: 398px;*/
	height: 260px;
	padding: 35px 40px;
	box-sizing: border-box;
	border-right: 1px solid #eeeeee;
}

.contact_section .type .t {
	font-size: 24px;
	font-weight: bold;
	color: #235fff;
}

.contact_section .type .data {
	margin-top: 20px;
	font-size: 17px;
	color: #666666;
	line-height: 36px;
}

.contact_section .type .tips {
	color: #aaaaaa;
}

.address_line {
	margin-bottom: 100px;
	padding: 20px 35px;
	background-color: #f1f2f6;
	font-size: 17px;
	line-height: 36px;
}

.col235 {
	color: #235fff;
}

.rec_top {
	font-size: 0;
}

.rec_top select {
	margin-right: 20px;
	width: 260px;
	height: 50px;
	padding: 0 60px 0 15px;
	border: 1px solid #e5e5e5;
	background: url(../image/select_arrow.png) no-repeat right center;
	font-size: 16px;
	color: #aaaaaa;
	vertical-align: top;
}

.rec_top select:nth-child(3) {
	margin-right: 0;
}

.rec_input {
	float: right;
}

.rec_input input {
	width: 350px;
	height: 50px;
	padding-right: 50px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	font-size: 16px;
	color: #aaaaaa;
	vertical-align: top;
}

.rec_input button {
	margin-left: -50px;
	width: 50px;
	height: 50px;
	border: 0;
	background: url(../image/rec_search.png) no-repeat right center;
	vertical-align: top;
	transition: all 0.3s;
	cursor: pointer;
}

.rec_input button:hover {
	background: url(../image/rec_search.png) no-repeat right 10px center;
}

.rec_container {
	margin-top: 30px;
	border: 1px solid #eeeeee;
	border-bottom: 0;
}

.rec_type .top {
	position: relative;
	height: 88px;
	padding: 0 29px;
	line-height: 88px;
	background-color: #f1f2f6;
	border-bottom: 1px solid #eeeeee;
	font-size: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: pointer;
}

.rec_type .top .tips {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	display: inline-block;
	border-radius: 28px;
	padding: 0 15px;
	font-style: normal;
	background-color: #235fff;
	font-size: 15px;
	color: #ffffff;
	line-height: 28px;
	vertical-align: middle;
	transition: left 0.3s;
}

.rec_type .top .l {
	float: left;
	position: relative;
	width: 450px;
	height: 100%;
}

.rec_type .top .title {
	padding: 0 0 0 100px;
	display: inline-block;
	max-width: 345px;
	font-size: 22px;
	color: #222222;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	transition: color 0.3s;
}

.rec_type.on .top .title {
	padding: 0 16px 0 0;
}

.rec_type.on .top .tips {
	margin: 0;
	position: static;
}

.rec_type .msg {
	float: left;
	height: 100%;
	max-width: 540px;
}

.rec_type .msg p {
	display: inline-block;
	font-size: 16px;
	color: #aaaaaa;
	line-height: normal;
	vertical-align: middle;
}

.rec_type .r {
	float: right;
	font-size: 16px;
	color: #666666;
	padding-right: 18px;
	background: url(../image/rec_arr.png) no-repeat right center;
}

.rec_type.on .r {
	color: #235fff;
	background: url(../image/rec_arron.png) no-repeat right center;
}

.rec_type:nth-child(2n) .top {
	background-color: #ffffff;
}

.rec_type:hover .title {
	color: #235fff;
}

.rec_type:hover .tips {
	left: 8px;
}

.rec_type .container {
	display: none;
}

.rec_type .dataline {
	padding: 30px 0 30px 39px;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	color: #666666;
}

.rec_type .dataline strong {
	color: #333333;
}

.rec_type .dataline .dt {
	display: inline-block;
	width: 260px;
	padding-right: 15px;
	vertical-align: top;
}

.rec_type .detail {
	position: relative;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.rec_type .detail .fl {
	width: 720px;
	padding: 40px 40px 30px;
	border-right: 1px solid #eeeeee;
}

.rec_type .detail .in {
	margin-top: 25px;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	/* white-space: pre-line; */
}

.rec_type .detail .fr {
	margin-left: -2px;
	float: right;
	position: relative;
	left: 1px;
	width: 318px;
	padding: 40px;
	border-left: 1px solid #eeeeee;
}

.lh34 {
	line-height: 34px;
}

.rec_type .qrcode {
	margin: 25px auto;
	width: 238px;
	height: 238px;
	border: 1px solid #eeeeee;
}

.rec_type .qrcode img {
	width: 100%;
}

.rec_type .detail a:hover {
	opacity: 0.6;
}

.second_navline {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 0;
	line-height: normal;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.second_navline::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #dddddd;
}

header .navline li .second_navline a {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #cdcdcd;
}

header .navline li .second_navline a::before {
	display: none;
}

.second_navline a span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: normal;
	vertical-align: middle;
	transition: all 0.2s;
}

header .navline li .second_navline a:last-child {
	border-bottom: 0;
}

.second_navline a:hover span {
	color: #235FFF;
}

header .navline li:hover .second_navline {
	opacity: 1;
	visibility: visible;
}

.brand_navline {
	position: sticky;
	top: 100px;
	height: 80px;
	border-bottom: 2px solid #eeeeee;
	background-color: #ffffff;
	font-size: 0;
	z-index: 100;
}

.brand_navline a {
	position: relative;
	display: inline-block;
	width: 20%;
	font-size: 18px;
	color: #666666;
	line-height: 80px;
	text-align: center;
	vertical-align: top;
	transition: all 0.2s;
}

.brand_navline a:hover,
.brand_navline a.on {
	color: #235fff;
}

.brand_navline a::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 2px;
	background-color: #235fff;
	transition: all 0.2s;
}

.brand_navline a.on::before {
	margin-left: -50%;
	width: 100%;
}

.brand_information {
	padding: 90px 0;
	overflow: hidden;
}

.brand_information .img {
	float: left;
	width: 480px;
}

.brand_information .img img {
	max-width: 100%;
}

.brand_information .content {
	float: right;
	width: 700px;
}

.brand_information .in {
	margin-top: 40px;
	font-size: 17px;
	line-height: 34px;
	color: #5555551;
}

.brand_block {
	padding-bottom: 100px;
	font-size: 0;
}

.brand_block .block {
	margin-right: 40px;
	position: relative;
	display: inline-block;
	width: 580px;
	height: 652px;
	vertical-align: top;
}

.brand_block .block:nth-child(2n) {
	margin-right: 0;
}

.brand_block .block img {
	width: 100%;
}

.brand_block .block .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	transition: all 0.3s;
	z-index: 6;
}

.brand_block .c {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 116px 40px;
	color: #ffffff;
	text-align: center;
	transition: all 0.3s;
}

.f17 {
	font-size: 17px;
}

.brand_block .block:hover .c {
	bottom: 30%;
}

.brand_block .block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	transition: all 0.3s;
}

.brand_block .block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 0.3s;
}

.brand_block .block:hover::before {
	opacity: 0;
}

.brand_block .block:hover::after {
	opacity: 1;
}

.brand_story {
	position: relative;
	overflow: hidden;
}

.brand_story .img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.brand_story .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.brand_story .title {
	font-size: 42px;
}

.brand_story .content {
	margin-top: 55px;
	font-size: 17px;
	color: #555555;
	line-height: 34px;
}

.indstr_box {
	padding: 90px 0;
	background-color: #f1f2f6;
}

.lh36 {
	line-height: 36px;
}

.indstr_container {
	margin-top: 70px;
	position: relative;
	padding: 0 50px;
}

.indstr_type {
	margin: auto;
	display: block;
	width: 300px;
}

.indstr_type {
	text-align: center;
}

.indstr_type .c {
	position: relative;
	height: 540px;
	overflow: hidden;
}

/* .indstr_type .in {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
} */

.indstr_type .img {
	height: 410px;
	line-height: 410px;
	overflow: hidden;
	transition: all 0.3s;
}

.indstr_type .img img {
	width: 100%;
	vertical-align: middle;
}

.indstr_type .msg {
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 102px;
	font-size: 17px;
	color: #555555;
	line-height: 34px;
	transition: all 0.3s;
}

.indstr_type:hover .msg {
	-webkit-line-clamp: 6;
	height: 204px;
}

.indstr_type:hover .img {
	margin-top: -102px;
}

.indstr_prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	z-index: 10;
	opacity: 0.5;
	transition: all 0.3s;
	cursor: pointer;
}

.indstr_next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	z-index: 10;
	opacity: 0.5;
	transition: all 0.3s;
	cursor: pointer;
}

.indstr_prev:hover,
.indstr_next:hover {
	opacity: 1;
}

.awards_container {
	margin-top: 50px;
	width: 1210px;
	font-size: 0;
}

.awards_type {
	margin: 0 28px 28px 0;
	display: inline-block;
	width: 280px;
	text-align: center;
	vertical-align: top;
}

.awards_type:nth-child(4n) {
	margin-right: 0;
}

.awards_type .img {
	height: 168px;
	border: 1px solid #eeeeee;
	line-height: 168px;
}

.awards_type .img img {
	max-width: 100%;
	vertical-align: middle;
}

.col555 {
	color: #555555;
}

.awardscontainer {
	padding-bottom: 60px;
}

.brand_story2 {
	position: relative;
	overflow: hidden;
}

.brand_story2 .bg {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	font-size: 0;
	white-space: nowrap;
}

.brand_story2 .bg img {
	width: 50%;
}

.brand_story2 .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.brand_story2 .content {
	margin-top: 20px;
	font-size: 17px;
	color: #555555;
	line-height: 34px;
}

.brand_ela {
	position: relative;
	overflow: hidden;
}

.brand_ela .img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.brand_ela .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.brand_ela .main {
	padding-top: 120px;
}

.brand_plusminus {
	padding: 90px 0;
	text-align: center;
	overflow: hidden;
}

.brand_plusminus .fl,
.brand_plusminus .fr {
	width: 580px;
}

.brand_plusminus .type {
	margin-top: -2px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 65px;
	border: 2px solid #f1f2f6;
}

.brand_vision {
	position: relative;
	background-color: #f1f2f6;
	overflow: hidden;
}

.brand_vision .bg {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.brand_vision .bg img {
	width: 960px;
}

.brand_vision .in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.brand_vision .main {
	padding: 154px 25px 0 675px;
	box-sizing: border-box;
	text-align: center;
}

.brand_story3 {
	margin: auto;
	width: 1000px;
	padding: 90px 0;
}

.brand_story3 .artical {
	margin-top: 50px;
	max-height: 204px;
	font-size: 17px;
	color: #555555;
	line-height: 34px;
	overflow: hidden;
}

.brand_story3 .more {
	margin-top: 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #235fff;
	padding-right: 24px;
	background: url(../image/rec_arron.png) no-repeat right center;
	transition: all 0.3s;
}

.brand_story3 .more:hover {
	opacity: 0.6;
}

.brand_story3 .artical.all {
	max-height: none;
}

.brand_story3 .artical.all + .more {
	display: none;
}

.brand_story3 .img {
	margin-top: 42px;
	width: 100%;
}

.team_box {
	position: relative;
	overflow: hidden;
}

.team_box::before {
	content: "";
	position: absolute;
	top: 326px;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 140px;
	background: url(../image/team_line.png) no-repeat;
	background-size: 100%;
}

.team_container {
	position: relative;
	padding: 60px 0 100px;
	z-index: 10;
}

.team_ava {
	margin: 132px auto 0;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 10px solid #f1f2f6;
	overflow: hidden;
	transition: all 0.3s;
}

.team_ava img {
	width: 100%;
	vertical-align: middle;
}

.swiper-slide-active .team_ava {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border: 15px solid #f1f2f6;
}

.team_prev,
.team_next {
	position: absolute;
	top: 175px;
	left: 380px;
	opacity: 0.6;
	z-index: 12;
	transition: all 0.3s;
	cursor: pointer;
}

.team_next {
	left: auto;
	right: 380px;
}

.team_prev:hover,
.team_next:hover {
	opacity: 1;
}

.team_type {
	margin: auto;
	width: 440px;
	text-align: center;
}

.team_type .content {
	margin-top: 28px;
	font-size: 17px;
	color: #555555;
	line-height: 34px;
}

.lang + .second_navline {
	left: auto;
	right: 80px;
	margin: 0;
	width: 100px;
	padding: 0 10px;
}

.lang:hover + .second_navline,
.langnav:hover {
	opacity: 1;
	visibility: visible;
}

.langnav a {
	display: block;
	height: 60px;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	border-bottom: 1px solid #cdcdcd;
}

.langnav a:last-child {
	border: 0;
}

.langnav a:hover {
	color: #235fff;
}

.indexbanner img {
	width: 100%;
}

.index_main {
    background: #fff;
    padding: 0 100px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1500px) {
	/*.index_main {*/
	/*	width: 1200px;*/
	/*	background: #fff;*/
	/*	margin: 0 auto;*/
	/*	padding: 0 100px;*/
	/*}*/
	
	.cominfor_box .img {
		width: 620px;
		height: 487px;
		line-height: 487px;
	}
	
	.cominfor_box .right {
		width: 500px;
		padding-left: 40px;
	}
	
	.cominfor_box .t {
		font-size: 45px;
	}
	
	.cominfor_box .n {
		margin-top: 18px;
		font-size: 22px;
	}
	
	.cominfor_box .i {
		margin-top: 30px;
		font-size: 15px;
		line-height: 30px;
	}
	
	.product_container .type {
		width: 380px;
		margin-right: 20px;
	}
	
	.product_container .type .img {
		height: 270px;
		line-height: 270px;
	}
	
	.product_container .type .content {
		margin-top: 30px;
	}
	
	.index_product .t {
		font-size: 45px;
	}
	
	.video_box + .f50 {
		font-size: 45px !important;
	}
	
	.big_news {
		width: 540px;
	}
	
	.big_news .img {
		height: 360px;
	}
	
	.list_news .img {
		width: 200px;
		height: 133px;
		line-height: 133px;
	}
	
	.list_news .content {
		width: 380px;
		padding: 0 20px;
	}
	
	.list_news .title {
		padding-top: 10px;
	}
	
	.joinus_box .f50 {
		font-size: 45px !important;
	}
	
	.joinus_box .msg {
		font-size: 15px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 768px) {
	.main {
		overflow: hidden;
	}
}