@charset "utf-8";
@import url("core.css");
@import url("DinBold.css");
@import url("DR.css");
@import url("gbo.css");
@import url("Gbold.css");
@import url("gm.css");
@import url("gl.css");

.a-upload {
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	padding: 15px 15px;
	font-size: 16px;
	color: #aaa;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin-top: 10px;
	background-color: #fff;
}

.a-upload input {
	position: absolute;
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
}

.btn {
	position: absolute;
	right: 15px;
	padding: 0 20px;
	width: auto;
	height: 30px;
	top: 8px;
	z-index: 1;
	background-color: #fc5a0e;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 16px;
	float: left;
	outline: unset;
	border: 1px solid #ccc;
	border-radius: 30px;
}

* {
	margin: 0;
	padding: 0;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

.h2_des {
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 40px;
}

#kefu {
	position: fixed;
	top: 35%;
	right: 0px;
	width: 75px;
	z-index: 88888;
}

#kefu a {
	background-color: #fc5a0e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 75px;
	display: block;
	margin-bottom: 15px;
	transition: all 0.5s;
	height: 55px;
	border-radius: 5px 0px 0px 5px;
	position: relative;
	font-family: "Noto Sans SC";
left:0;
}

#kefu a:hover {
	background-color: #fc880e;width:85px;left:-10px;
}

#kefu a img {
	display: block;
	width: 22px;
	margin: 0 auto;
	padding: 5px 0;
}

#kefu a:hover .duihua {
	opacity: 1;
	right: 85px;
}

#kefu .messbox1 {
	position: fixed;
	top: 35%;
	background-color: #fff;
	padding: 20px;
	right: 80px;
	width: 300px;
	border: 1px solid #eee;
	display: none;
	opacity: 0;
}

.messbox form {
	padding: 0 !important;
}

#kefu .messbox1.block {
	display: block !important;
}

.messbox label {
	font-weight: bold;
	display: block;
	font-size: .9em;
	font-size: 12px;
	margin-bottom: .4em;
	margin-top: 8px;
	margin-bottom: 3px;
}

.messbox input[type="text"],
.messbox textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .75em;
	height: 2.507em;
	font-size: .97em;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	-webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
	-o-transition: color .3s, border .3s, background .3s, opacity .3s;
	transition: color .3s, border .3s, background .3s, opacity .3s;
	outline: none;
}

.messbox textarea {
	min-height: 120px;
}

.messback {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	opacity: 0;
	display: none;
}

.messback.block {
	display: block;
}

.messbox2 {
	position: fixed;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 700px;
	background: #fff;
	padding: 40px;
	border: 1px solid #eee;
	z-index: 6;
}

.messbox2 #out {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #4a4a4a;
}

.messbox button {
	width: auto;
	background: #42464d;
	border: none;
	box-shadow: none;
	padding: 15px 35px;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}

.insert {
	background-color: #1952a3 !important;
	color: #000 !important;
	text-transform: capitalize !important;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 160px;
	text-align: center;
	font-weight: bold;
	padding: 0px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.5s;
}

.insert:hover {
	background-color: #1952a3 !important;
}

@media (max-width: 1000px) {
	.h2_des {
		font-size: 14px;
		line-height: 23px;
		padding-bottom: 20px;
	}

	#kefu {
		display: none !important;
	}

	.messbox2 {
		width: 90%;
		top: 20%;
	}
}

@media (max-width: 600px) {
	.h2_des {
		font-size: 13px;
		line-height: 22px;
	}

	.messbox2 {
		top: 12%;
		padding: 20px;
	}

	.messbox input[type="text"],
	.messbox textarea {
		line-height: 1.8em;
	}
}

#banner_page {
	overflow: hidden;
}

#banner_page>img {
	transition: all 0.3s;
	-webkittransition: all 0.3s;
}

#banner_page:hover>img {
	transform: scale(1.03);
}

.transOne {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.transTwo {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.transAll * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

html,
body {
	margin: 0 auto;
	min-width: 100%;
}

body {
	overflow-x: hidden;
	font-size: 14px;
	background: none;
	/* font-family: "Noto Sans SC", "Microsoft yahei"; */
}

body {
	font-family: "Noto Sans SC", "Microsoft yahei", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.to-big {
	overflow: hidden;
}

.to-big img {
	transition: all 0.7s;
}

.to-big:hover img {
	transform: scale(1.05);
}

.img {
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.fix-sear {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 35, .9);
	opacity: 0;
	display: none;
}

.fix-sear.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box {
	background-color: #fff;
	padding: 100px 0 160px;
	position: relative;
	opacity: 0;
	transition: all 0.7s !important;
}

.fix-sear .fix-box.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box>a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px;
	color: #000;
	font-size: 30px;
	transform: rotateX(0deg);
}

.fix-sear .fix-box>a:hover {
	color: #fc5a0e;
	transform: rotateX(360deg);
}

.fix-box form {
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
	border-bottom: 2px solid #666;
}

.fix-sear .fix-box #key-inp {
	background-color: #fff;
	outline: unset;
	border: unset;
	color: #454545;
	height: 65px;
	line-height: 65px;
	padding-left: 15px;
	display: block;
	width: 75%;
	font-size: 18px;
	font-family: "Noto Sans SC";
}

#open_sub {
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 100% 100%;
	display: block;
	float: right;
	background-color: unset;
	top: 25px;
	right: 20px;
	outline: unset;
	border: unset;
}

@media screen and (max-width: 1000px) {
	.fix-box form {
		width: 90%;
	}

	.fix-sear .fix-box>a {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 25px;
		font-size: 20px;
	}
}

/* .swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;} */
.w1510 {
	margin: 0 auto;
	padding: 0 20px;
	width: 82%;
	max-width: 1550px;
}

a {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#mobile_height {
	height: 90px;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#top.white {
	background: #fff;
}

#top,
#top .site-header {
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

#top li,
#top nav,
.language,
.site-header .logo a,
.site-header .logo,
#top .sub_menu,
#top .sub_menubox {
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

#top.scroll {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

.site-header {
	/* position: relative; */
	padding: 0 20px;
	margin: 0 auto;
	width: 82%;
	max-width: 1550px;
	height: 90px;
}

.site-header .logo {
	display: block;
	float: left;
	width: 145px;
	overflow: hidden;
	/* position: absolute; */
	/* left: 50px; */
	margin-top: 18px;
	z-index: 9999;
}

.site-header .logo a {
	color: #454545;
	padding-left: 80px;
	line-height: 41px;
	font-family: "Noto Sans SC";
	font-size: 30px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 46px;
	display: block;
	background-size: 100% 100%;
	text-indent: -2000px;
}

#top.scroll .site-header {}

nav {
	height: 90px;
	float: right;
}

.loginb {
	float: right;
	color: #c78fbc;
	line-height: 60px;
	font-size: 16px;
	margin-left: 5%;
	margin-right: 3%;
	transition: all 0.3s;
}

.loginb:hover {
	color: #fff;
}

#top.scroll .site-header #menu ul li>a:hover {
	/* color: #fc5a0e; */
}

.language {
	float: right;
	margin-top: 55px;
	position: relative;
}

/*#menu*/
.nav2 {
	width: 100%;
	background-color: #e5e5e5;
}

.nav2 .sec-box {
	margin-top: 22px;
	float: right;
}

#menu>ul {
	overflow: hidden;
	float: left;
}

#menu li {
	float: left;
	line-height: 90px;
	margin-right: 10px;
}

#menu li:nth-child(8) {
	margin-right: 0;
}

#menu li a {
	display: block;
	color: #fff;
	font-size: 18px;
	margin: 0 15px;
	position: relative;
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	letter-spacing: 0;
	font-weight: 500;
}

#top.white #menu li a {
	color: #000;
}

/* #menu>ul>li>a::after {content: "";width: 0;height: 2px;position: absolute;bottom: 0;left: 0;right: 0;background-color: #007dcb;transition: all 0.3s;-webkit-transition: 0.3s;} */
#menu li>a {
	position: relative;
}

#menu li>a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #fff;
	display: block;
}

#menu li>a:hover::after,
#menu li.selected>a::after {
	background-color: #fc5a0e;
}

#menu li .sub_menu {
	display: none;
	position: absolute;
	top: 90px;
	background: #ebebeb;
	/* width: 100%; */
	min-width: 109px;
	padding: 10px 0;
	-webkit-animation: atop 0.8s linear;
	-moz-animation: atop 0.8s linear;
	animation: atop 0.8s linear;
}

#menu li .sub_menu a {
    line-height: 30px;
    font-size: 14.5px;
    transition: all 0.3s;
    padding: 2px 20px;
    color: #fff;
    font-family: "arial";
    color: #444;
}

#menu li .sub_menu a:hover {
	color: #fff !important;
	background-color: #fc5a0e;
	padding-left: ;
}

#menu li ul li {
	height: auto;
	line-height: normal;
	float: none;
	width: 100%;
}

#menu li ul li a,
#menu li.selected li a {
	color: rgba(255, 255, 255, 0.6);
	padding: 2px 20px;
	/* padding-left: 23px; */
	text-align: left;
	font-size: 14px;
	display: block;
	background: none;
	text-transform: capitalize;
	position: relative
}

#menu li ul li a:after,
#menu li.selected li a:after {
	display: none
}

#menu li ul li a:hover:before,
#menu li.selected li a:hover:before {
	/* background-color: #fff; */
}

#menu li ul li a:hover,
#menu li.selected li a:hover {
	color: #fff;
}

#top .site-header .logo a {
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
}

#top.white .site-header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

/* #top.white .site-header nav #menu>ul>li>a::after {background-color: #fc5a0e;} */
#top.scroll .site-header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#top.scroll .site-header nav #menu ul li>a {
	color: #2a2a2a;
}

/* #top.scroll .site-header nav #menu>ul>li>a::after {background-color: #fc5a0e;}*/
#top .pnm {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 444;
}

#top .pnm a img.img2 {
	display: none;
}

#top.scroll .pnm a img.img1 {
	display: none;
}

#top.scroll .pnm a img.img2 {
	display: unset;
}

#top .search_form {
	margin-top: 37px;
	float: right;
	z-index: 444;
	margin-left: 15px;
}

#top .search_form a {
	margin-right: 10px;
}

#top .search_form a:nth-child(3) {
	margin-right: 0;
}

/* #top .search_form a:nth-child(1) {margin-bottom: 5px;background-image: url(/images/icon_top_phone.png);font-size: 21px;font-weight: bold;line-height: 30px;}#top .search_form a:nth-child(3) {background-image: url(/images/icon_top_email.png);font-size: 18px;} */
.fix-sear.active {
	opacity: 1;
	display: block;
}

.transOne {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.fix-sear {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 35, .9);
	opacity: 0;
	display: none;
}

.fix-sear .fix-box.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box {
	background-color: #fff;
	padding: 100px 0 160px;
	position: relative;
	opacity: 0;
	transition: all 0.7s !important;
}

.fix-sear .fix-box>a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px;
	color: #000;
	font-size: 30px;
	transform: rotateX(0deg);
}

.fix-box form {
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
	border-bottom: 2px solid #666;
}

.fix-sear .fix-box #key-inp {
	background-color: #fff;
	outline: unset;
	border: unset;
	color: #454545;
	height: 65px;
	line-height: 65px;
	padding-left: 15px;
	display: block;
	width: 75%;
	font-size: 18px;
	font-family: "Noto Sans SC";
}

#open_sub {
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 100% 100%;
	display: block;
	float: right;
	background-color: unset;
	top: 25px;
	right: 20px;
	outline: unset;
	border: unset;
}

/*#menu*/
@-webkit-keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}
}

@keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
	}

	100% {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes l100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@keyframes w100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@-webkit-keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

@keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

/*#banner start*/
#banner {
	position: relative;
	z-index: 800;
	height: 44vw;
	width: 100%;
}

#banner .swiper-pagination {
	text-align: right;
	width: 79.05%;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-bottom: 30px;
}

#banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 0.9;
}

#banner .swiper-pagination-bullet-active {
	background-color: #fc5a0e;
}

#banner .swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}

#banner .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
	display: block;
	/* display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;color:#fff; */
}

#banner .slide-inner.active {
	display: block;
}

#banner .swiper-slide .slide-inner>div {
	width: 79.05%;
	max-width: 1500px;
	padding: 0 20px;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: left;
	position: absolute;
	top: 21%;
}

/* #banner .swiper-slide .slide-inner .con .tit {font-family: "Noto Sans SC";font-size: 64.65px;font-weight: bold;letter-spacing: -1px;} */
#banner .swiper-slide .slide-inner .con .tit font {
	position: relative;
	z-index: 1;
}

/* #banner .swiper-slide .slide-inner .con .tit font::after {content: "";display: block;height: 50%;width: 105%;position: absolute;left: 0;bottom: -2px;z-index: -1;background-color: #fc5a0e;} */
#banner .swiper-slide .slide-inner .con .tit font::before {
	content: "";
	display: inline-block;
	height: 5px;
	width: 55px;
	position: relative;
	margin-right: 10px;
	left: 0;
	bottom: 4px;
	z-index: 1;
	background-color: #fc5a0e;
}

/* ##banner .swiper-slide .slide-inner .con .tit span {font-family: "Noto Sans SC";font-size: 21px;font-weight: bold;line-height: 35px;text-transform: uppercase;} */
#banner .swiper-slide .slide-inner .con .tit span font {
	display: inline-block;
}

#banner .swiper-slide .slide-inner .con .tit span {
	line-height: 35px;
	font-size: 19px;
}

#banner .swiper-slide .slide-inner .con .tit p {
	font-family: "Noto Sans SC";
	font-size: 65px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 33px;
	font-weight: bold;
}

#banner .swiper-slide .slide-inner .con .des {
	letter-spacing: 0;
	width: 145px;
	margin-top: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fc5a0e;
	border-radius: 25px;
}

#banner .swiper-slide .slide-inner .con .des .list {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	font-size: 19px;
	line-height: 35px;
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
	font-family: "Noto Sans SC";
	background-size: 47px auto;
	padding: 0 15px;
	text-align: center;
	width: 25%;
}

#banner .swiper-slide .slide-inner .con .des .list:first-child {
	border-left: 1px solid #fff;
}

#banner .swiper-slide .slide-inner .con * {
	color: #fff;
}

#banner .swiper-button-prev {
	display: none;
}

#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-prev {
	right: 10%;
	background-color: rgba(255, 255, 255, 0.5);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-size: 16px 25px;
}

@media screen and (max-width:1680px) {
	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 55px;
		line-height: 55px;
	}
}

@media screen and (max-width:1440px) {
	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:1280px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 16px;
		line-height: 27px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 32px;
		line-height: 32px;
	}
}

@media screen and (max-width:1182px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 14px;
		line-height: 25px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}
}

@media screen and (max-width:754px) {
	#banner .swiper-slide .slide-inner .con .des {
		display: none;
	}

	#banner .swiper-button-next {
		display: none;
	}
}

@media screen and (max-width:600px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 13px;
		line-height: 19px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 20px;
		line-height: 20px;
		margin-top: 20px;
	}

	#banner .swiper-slide .slide-inner .con .tit font::before {
		content: "";
		display: inline-block;
		height: 3px;
		width: 30px;
		position: relative;
		margin-right: 10px;
		left: 0;
		bottom: 3px;
		z-index: 1;
		background-color: #fc5a0e;
	}
}

@media screen and (max-width:400px) {}

/*#banner end*/
#ld_solutions {
	position: relative
}

.h5_position {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 900;
	width: 100%;
}

.h5_position .h2_title * {
	color: #fff;
	text-align: left;
	display: block
}

.sulutions_tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 910;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.sulutions_tabs ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sulutions_tabs li {
    float: unset;
    width: unset;
    text-align: center;
    padding: 0 15px;
    padding-top: 45px;
    padding-bottom: 33px;
    /* border-left: 1px solid rgba(255, 255, 255, 0.1); */
    line-height: 1.6;
    flex: 1;
}

.sulutions_tabs li b {
	font-size: 20px;
	font-weight: normal;
	display: block;
}

.sulutions_tabs li p {
	display: block;
	margin-bottom: 25px
}

.sulutions_tabs li span {
	display: block;
	height: 24px;
}

.sulutions_tabs li.active a.url {
	display: inline-block
}

.sulutions_tabs li.active {
	background: #fc5a0e;
	border-left-color: #fc5a0e;
	border-right-color: #fc5a0e;
}

.sulutions_tabs li a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-family: "Noto Sans SC";
}

.sulutions_tabs li a.url {
	background: url(../images/icon_vv.png) no-repeat right center;
	display: inline-block;
	padding-right: 20px;
	color: #fff;
	display: none
}

#solutions_carousel .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 901;
	color: #fff;
	padding-top: 9%;
	background-color: rgba(0, 0, 0, 0.3);
}

#ld_solutions .wauto {
	max-width: 1550px;
	width: 82%;
	padding: 0 20px;
	margin: 0 auto;
}

#ld_solutions .wauto2 {
	max-width: 1550px;
	width: 82%;
	padding: 0 20px;
}

#solutions_carousel .item {
	line-height: 1.7;
	font-size: 14px;
	overflow: hidden;
}

#solutions_carousel .item b {
	font-size: 38px;
}

#solutions_carousel .item .lit-tit {
	font-size: 15px;
	font-family: "arial";
	margin-top: 0px;
}

#solutions_carousel .item .lit-tit::after {
	content: "";
	background-color: #fff;
	width: 50px;
	height: 3px;
	display: block;
	margin: 35px 0 30px;
}

#yax_solutions .big-tit {
	font-size: 20px;
	font-family: "Noto Sans SC";
	position: absolute;
	top: 15%;
	z-index: 30;
	width: 100%;
	color: #fff;
}

#yax_solutions .big-tit .w1510 {
	position: relative;
	padding: 0 0px;
}

#yax_solutions .item h1 {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Noto Sans SC";
	color: #494949;
}

#solutions_carousel .item h1 {
	color: #494949;
	font-size: 30px;
}

#solutions_carousel .item h1::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #fc5000;
}

#solutions_carousel .item p {
	display: block;
	margin-top: 5px;
	width: 60%;
	color: #494949;
	font-size: 16px;
	line-height: 25px;
	font-family: "Noto Sans SC";
}

#yax_solutions .owl-carousel .owl-item img {
	min-width: 800px;
}

@media screen and (max-width:1440px) {
	#yax_solutions .big-tit {
		top: 13%;
	}

	#yax_solutions .item h1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	#solutions_carousel .item p {
		font-size: 14px;
		line-height: 25px;
	}

	.sulutions_tabs li {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.sulutions_tabs li a {
		font-size: 18px;
	}
}

@media screen and (max-width:1280px) {
	#pcb-product .big-tit {
		font-size: 28px;
	}

	#pcb-product .big-des {
		font-size: 13px;
		line-height: 20px;
		margin: 15px 0 26px;
	}

	.sulutions_tabs li a {
		font-size: 16px;
	}
}

@media screen and (max-width:1000px) {
	#yax_solutions {}

	#yax_solutions .big-tit {
		display: block;
		position: relative;
		background: #f6f6f6;
		color: #000;
		padding-left: 20px;
		padding-bottom: 20px;
	}

	#yax_solutions .wauto {
		width: 100%;
	}

	#yax_solutions .wauto2 {
		width: 100%;
	}

	#yax_solutions .item h1,
	#yax_solutions .item p {
		padding: 0 20px;
		width: 100%;
	}

	.sulutions_tabs li {
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 5px;
		float: left;
		flex: unset;
	}

	.sulutions_tabs li a {
		color: #fff;
		display: block;
		font-size: 15px;
	}

	.sulutions_tabs li b {
		font-size: 16px;
		line-height: 30px;
	}

	#solutions_carousel .item a {
		padding-top: 20px;
		padding-left: 0px;
	}
}

@media screen and (max-width:600px) {
	.sulutions_tabs li {
		padding: 5px;
	}

	.sulutions_tabs li a {
		font-size: 13px;
	}

	#solutions_carousel .item b,
	#solutions_carousel .item font {
		font-size: 19px !important;
	}

	#solutions_carousel .item p {
		display: block;
		margin-top: 5px;
		width: 100%;
		font-size: 13px;
		line-height: 20px;
	}

	#yax_solutions .item h1 {
		font-size: 22px;
		line-height: 30px;
	}

	#solutions_carousel .item p {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}
}

/*#solution*/
/*footer*/
footer {
	background: #222323;
	color: #fff;
	border-top: 1px solid #222323;
}

.footer * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footer {
	padding: 90px 20px 47px;
	margin: 0 auto;
	width: 82%;
	max-width: 1550px;
}

.footer .first-tit {
	font-size: 18px;
}

.footer .left {
	float: left;
	width: 541px;
	padding-right: 155px;
}

.footer .center {
	float: left;
	width: 15%;
}

.footer .right {
	float: right;
	width: 35%;
	border-left: 1px solid #444;
	padding-left: 4%;
}

.footer .center .top .list {
	float: left;
	width: 100%;
	padding-right: 5%;
}

.footer .center .top .list a {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #f5f5f5;
	font-family: "Noto Sans SC";
}

.footer .center .top .list a.first-tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

.footer .center .top p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
}

.footer .center .bottom {
	margin-top: 58px;
}

.footer .center .bottom a {
	width: 50%;
	padding-right: 5%;
	display: block;
	float: left;
}

.footer .right .add-tit {
	font-size: 20px;
	margin-bottom: 35px;
	color: #fff;
	font-family: "Noto Sans SC";
}

.footer .right .add-con {
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	font-family: "Noto Sans SC";
}

.footer .right select {
	width: 100%;
	background-color: unset;
	color: #fff;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	font-family: "Noto Sans SC";
	border: 0;
	border-bottom: 1px solid #a3a3a3;
}

.footer .right .add-con form input {
	height: 45px;
	line-height: 45px;
	width: 45%;
	margin-right: 10%;
	float: left;
	background-color: unset;
	border: 0;
	outline: unset;
	border: 0;
	border-bottom: 1px solid #a3a3a3;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	padding-left: 15px;
	font-family: "Noto Sans SC";
	margin-top: 44px;
}

.footer .right .add-con form input:nth-child(3),
.footer .right .add-con form input:nth-child(5) {
	margin-right: 0;
}

.footer .right .add-con form input#b-sub {
	border: 0;
	background-color: #fc5a0e;
	color: #fff;
	border-radius: 25px;
	padding-left: 0;
}

.footer .left:hover *,
.footer .center .top .list a:hover,
.footer .right:hover .add-con {
	color: #fc5a0e;
}

#copyright {
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	margin-top: 25px;
	padding: 30px 0;
	border-top: 1px solid #777;
}

.icon_box {
	background-image: url(/images/icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 31px;
	float: right;
	margin-top: 20px;
}

.icon_box a {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	margin-right: 7%;
	padding: unset !important;
}

.icon_box a:nth-child(5) {
	margin-right: 0;
}

.footer .right .l-con {
	float: left;
	width: 67%;
	padding-right: 10px;
}

.footer .right .r-con {
	float: right;
	width: 33%;
}

.footer .right .l-con p {
	margin-bottom: 10px;
	line-height: 25px;
}

.footer .right .l-con p:nth-child(2) {
	font-size: 24px;
	font-family: "Gbold";
}

.footer .right .l-con p img {
	display: inline-block;
	margin-right: 15px;
	margin-top: 25px;
}

.footer .right .r-con img {
	display: block;
	width: 100%;
}

#copyright .copy-con {
	float: right;
	width: 100%;
	font-size: 14px;
}

#copyright a {
	font-size: 14px;
	color: #777;
	padding-left: 0px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#copyright a:hover {
	color: #fc5a0e;
}

#copyright .copy-con-right {
	float: right;
}

#copyright .copy-con-right a {
	display: inline-block;
}

#copyright .copy-con-right a:nth-child(4) {
	margin-right: 0;
}

@media screen and (max-width:1280px) {
	.footer .left .list {
		font-size: 16px;
		line-height: 25px;
	}

	.footer .center .top .list a {
		font-size: 16px;
		line-height: 25px;
	}

	.footer .first-tit {
		font-size: 16px;
	}

	.footer .right li a {
		line-height: 25px;
		font-size: 16px;
	}
}

@media screen and (max-width:1680px) {
	.footer .left {
		width: 540px;
	}
}

@media screen and (max-width:1440px) {
	.footer {
		padding: 95px 20px 85px;
	}

	.footer .left {
		width: 390px;
		padding-right: 90px;
	}

	.footer .left .companyname img {
		width: 50px;
	}

	.footer .left .address {
		font-size: 13px;
		line-height: 21px;
	}

	.footer .left .pne {
		margin-bottom: 50px;
	}

	.footer .left .pne div {
		font-size: 16px;
		margin-top: 10px;
	}

	.footer .left .pne .phone {
		font-size: 20px;
	}

	.footer .right .add-tit {
		font-size: 18px;
		margin-bottom: 45px;
	}

	#copyright .copy-con-right a {
		margin-right: 30px;
	}

	.footer .center .top .list a {
		display: block;
		font-size: 14px;
		line-height: 28px;
	}

.footer .right .l-con p:nth-child(2) {
    font-size: 16px;
}
.footer .right .l-con p img {
    width: 20px;
}

}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	.nav2 {
		padding-top: 0;
		top: 60px;
	}

	.nav2 .sec-box {
		margin-top: 0px;
		margin-right: 20px;
	}

	.fix-box form {
		display: block;
		width: 80%;
	}

	.footer .center {
		display: none;
	}

	.footer {
		padding: 30px 20px 30px;
	}

	.footer .left {
		width: 350px;
		padding-right: 0px;
	}

	.footer .left .pne {
		margin-bottom: 0px;
	}

	.footer .left .companyname img {
		width: 45px;
	}

	#scrollTop {
		display: none !important;
	}

	.footer .left .address {
		font-size: 14px;
		line-height: 23px;
	}

	.footer .left .pne div {
		padding-left: 33px;
	}

	.footer .left .pne .phone {
		font-size: 16px;
	}

	.footer .right {
		float: left;
		width: 525px;
		padding-left: 0;
		border-left: 0;
	}

	.footer .right select {
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
	}

	.footer .right .add-con form input {
		height: 40px;
		line-height: 40px;
		margin-right: 10%;
		font-size: 13px;
		padding-left: 11px;
		font-family: "Noto Sans SC";
		margin-top: 20px;
	}

	#copyright a {
		font-size: 12px;
	}

.icon_box {
    height: 36px;
}

}

@media screen and (max-width:960px) {
	.footer .left {
		width: 100%;
		padding-right: 0;
	}

	.footer .left .pne div {
		margin-right: 20px;
	}

	.footer .left .pne div {
		font-size: 14px;
		margin-top: 10px;
	}

	.footer .left .pne div:nth-child(1) {
		background-size: 23px;
	}

	.footer .left .pne div:nth-child(2) {
		background-size: 23px;
	}

	.footer .right {
		margin-top: 25px;
	}

	.footer .right .add-tit {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.icon_box {
		width: 100%;
		height: 35px;
		background-position: center;
		background-size: auto;
	}

	#copyright .copy-con-right {
		display: none;
	}
}

/*footer*/
#scrollTop {
	text-align: center;
	cursor: pointer;
	line-height: 60px;
	z-index: 990;
	padding-top: 5px;
	-moz-border-radius: 50%;
	background: #ddd;
	opacity: 0.8;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 5%;
	bottom: 50px;
	display: none;
	border-radius: 50%;
}

#scrollTop i {
	font-size: 28px;
	color: #fff;
}

div.burger {
	height: 50px;
	width: 25px;
	position: absolute;
	top: -5px;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #fc5a0e;
	border-radius: 2px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

div.x,
div.y,
div.z {
	height: 2px;
	width: 26px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y.squize {
	width: 0;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y {
	top: 18px
}

div.z {
	top: 37px
}

div.open div.x,
div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

.item a {
	display: block;
	height: 29vw;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background-size: 100% auto;
	color: #fff;
	text-align: left;
}

.item a .con h1 {
	font-size: 70.49px;
	padding: 13vw 0 30px;
}

.item a .con .des {
	font-size: 21.91px;
	color: #eaeaea;
}

.system-service-bg-white-below {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 96px;
	z-index: 1;
	background-size: 100% 100%;
}

.pages {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 35px 0;
}

.pages .a1,
.pages .prev,
.pages .next {
	display: none;
}

/*.pages a,.pages span {padding: 12px 15px;margin-top: -3px;width: 4%;text-align: center;display: inline-table;color: black;transition: all 0.7s;box-sizing: border-box;background: #f1f1f1;}.pages span {color: white;background: #57144a;outline-color: #57144a;margin-top: 0px;display: inline-table;}*/
@media screen and (max-width:1700px) {
	#menu li a {
		font-size: 15px;
	}
}

@media screen and (max-width:1480px) {}

@media screen and (max-width:1440px) {

	/* .site-header .logo a {width: 156px;height: 29px;}.site-header .logo {top: 30px;width: 156px;} */
	#menu li a {
		font-size: 14.5px;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 18px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-family: "ar";
		font-size: 50px;
		margin: 2% 0;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 17.5px;
		line-height: 30px;
	}

	#news_index .list {
		height: 455px;
	}

	#news_index .list2 {
		margin-bottom: 20px;
	}

	#menu li {
		margin-right: 10px;
	}

	#menu li a {}
}

@media screen and (max-width:1280px) {
	#menu li .sub_menu a {
		line-height: 24px;
		font-size: 13px;
		transition: all 0.3s;
		padding: 2px 15px;
		color: #fff;
	}

	.site-header .logo a {
		width: 125px;
		height: 38px;
		background-size: 100% 100%;
		font-size: 19px;
		line-height: 28px;
		/* padding-left: 55px; */
	}

	.site-header .logo {
		width: 125px;
		margin-top: 23px;
	}

	#menu li a {
		font-size: 14px;
	}
}

@media screen and (max-width:1182px) {
	#top .search_form {
		margin-right: 50px;
		margin-top: 20px;
		border-left: 0;
	}

	/* #top .search_form a:nth-child(1) {font-size: 12px;line-height: 12px;height: 12px;background-size: 13px;padding-left: 20px;}#top .search_form a:nth-child(3) {font-size: 12px;background-size: 15px;padding-left: 23px;line-height: 12px;height: 12px;} */
	/* #top .search_form a:nth-child(1),#top .search_form a:nth-child(3),#top .search_form a:nth-child(3) {display: none;} */
	.search_form a.bs {
		display: inline-block;
		width: 15px;
	}

	.search_form a.bs img {
		width: 100%;
		display: block;
	}

	.search_form a.sign {
		margin-right: 0px;
		background-color: #fc5a0e;
		color: #fff;
		padding: 8px 8px 8px 24px;
		background-image: url(../images/login.png);
		background-repeat: no-repeat;
		background-position: 8px 7px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		font-size: 12px;
	}

	div.burger {
		display: block;
	}

	.site-header {
		width: 100%;
		position: relative;
	}

	.site-header {
		height: 60px;
	}

	#top.scroll .site-header .logo,
	.site-header .logo {
		margin-top: 13px;
    width: 105px;
	}

      .site-header .logo a {    width: 105px;
    height: 30px;
}
	#mobile_height {
		height: 60px !important;
		display: block;
	}

	nav {
		z-index: 9998;
		padding-top: 60px;
		right: 0;
		width: 100%;
		top: 0;
		height: 100%;
		position: fixed;
		display: none;
		margin-right: 0;
	}

	#menu {
		background: #fc5a0e;
		overflow: auto;
		padding: 20px 0
	}

	#menu li {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		margin-bottom: 0px;
		line-height: normal;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	#menu li li {
		margin-bottom: 0
	}

	#menu li ul li:last-child {
		border-bottom: 0
	}

	#menu .dropdown {
		width: 100%;
		padding-bottom: 30px
	}

	#menu li>a {
		display: block;
		padding: 0;
		border: 0;
		margin: 0;
		padding: 12px 30px;
		color: #fff;
		position: relative;
		float: none
	}

	#menu li>.sub_menu a {
		padding: 5px 45px;
	}

	#menu li a .fa {
		position: absolute;
		right: 50px;
		top: 15px;
		display: block
	}

	#menu li .sub_menu {
		position: static;
		background: rgba(0, 0, 0, 0.1);
		width: 100%;
		text-align: left
	}

	#menu li ul li a,
	#menu li.selected li a {
		text-align: left;
		color: #fff;
		border: 0
	}

	#menu li ul li {
		border-color: rgba(255, 255, 255, 0.2)
	}

	#menu li a:hover,
	#menu li.selected a {
		color: #fff;
		/* background: rgba(0, 0, 0, 0.3) */
	}

	#menu li a:hover,
	#menu li.selected2 a {
		color: #fff;
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 10px 50px;
		font-size: 16px;
	}

	#menu li a:after,
	#menu li a:hover:after,
	#menu li.selected a:after {
		display: none
	}

	#menu li ul li a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		color: #fff
	}

	#menu li {
		position: relative
	}

	#menu li * {
		float: none
	}

	#menu li .sub_menu {
		float: left;
		padding: 0
	}

	#menu li ul li {
		padding: 0 0px;
		float: none
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 15px 50px;
		display: block;
		font-size: 13px;
		padding-left: 43px;
	}

	#menu li ul li a:before,
	#menu li.selected li a:before {
		display: none
	}

	#top.scroll .site-header nav #menu ul li>a {
		color: #fff;
	}

	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* .site-header .logo {width: 33px;} */
	div.burger {
		right: 20px
	}

	#top.scroll .language {
		right: 70px;
	}

	#banner .owl-dots {
		bottom: 15px;
	}
}

/* @media screen and (max-width:1150px) {nav {margin-left: 130px;}#top .search_form {margin-top: 24px;}}@media screen and (max-width:1100px) {nav {margin-left: 120px;}#menu li{margin-right: 5px;}#menu li a {font-size: 14px;}} */
@media screen and (max-width:1000px) {
	#banner .swiper-pagination-bullets {
		bottom: 0%;
	}

	.w1510 {
		width: 100%;
	}

	/* #banner .swiper-pagination-bullets {bottom: 5%;}*/
	/* #banner .swiper-button-next,#banner .swiper-container-rtl .swiper-button-prev {display: none;} */
	#banner .swiper-slide .slide-inner div {
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con {
		bottom: 14%;
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 14px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 34px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 13.5px;
		line-height: 25px;
	}
}

@media screen and (max-width:1090px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:670px) {}

@media screen and (max-width:600px) {

	/* .site-header .logo {width: 35px;} */
	.footer li.contact {
		padding-right: 0
	}

	#banner {
		height: 53.9vw;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 12px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 20px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		display: none;
	}
}

.h2_title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
    position: relative;
    font-weight: 600;
}

#pro-index .h2_title {
	text-align: center;
	text-transform: uppercase;
}

.h2_title .a-box {
	position: absolute;
	right: 0;
	bottom: 5px;
	height: 75px;
	line-height: 45px;
}

.h2_title a {
	font-size: 20px;
	line-height: 45px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.h2_title a:hover {
	color: #1952a3;
}

@media screen and (max-width:1680px) {
	.h2_title {
		font-size: 32px;
		margin-bottom: 50px;
		line-height: 40px;
	}

	.h2_s_title {
		font-size: 22px !important;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1440px) {
	.h2_title {
		font-size: 28px;
		margin-bottom: 45px;
		line-height: 35px;
	}

	.h2_s_title {
		font-size: 20px !important;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1330px) {
	.h2_title {
		font-size: 24px;
		margin-bottom: 40px;
		line-height: 35px;
	}

	.h2_s_title {
		font-size: 18px !important;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1182px) {
	.h2_title {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 30px;
	}

	.h2_s_title {
		font-size: 16px !important;
		margin-bottom: 20px !important;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	.h2_title {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 30px;
	}

	.h2_s_title {
		font-size: 14px !important;
	}

	.footer .left .address {
		font-size: 13px;
		line-height: 20px;
	}

	.footer .right .add-con form input#b-keyword {
		font-size: 13px;
		padding-left: 8px;
	}

	.footer .right .add-con form input#b-sub {
		font-size: 13px;
	}

	.footer .right {
		width: 100%;
	}

	.footer .right .l-con {
		float: left;
		width: 100%;
	}

	.footer .right .r-con {
		float: unset;
		width: 176px;
		margin-top: 25px;
	}
}

@media screen and (max-width:400px) {
	.h2_title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 25px;
	}
}

/*pro-index end*/
.research {
	position: relative;
	overflow: hidden;
}

.research__headline h3 {
	text-transform: none;
	color: #000;
	font-weight: bold;
	border: none;
	position: relative
}

.research__accordeon__field {
	height: 100%;
	position: relative
}

.research__accordeon__field:first-child {}

.research__accordeon__field--figure {
	overflow: hidden;
	max-width: 100%
}

.research__accordeon__field--figure:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background-image: linear-gradient(transparent, #000);
	opacity: 0.45
}

.research__accordeon__field--figure img {
	width: auto;
	max-width: none
}

.research__top {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	/* height: 100%; */
	z-index: 2;
	opacity: 1;
	/* background: rgba(0, 0, 0, 0.5); */
	transition: all 0.3s;
}

.research__top .tit {
	font-size: 16px;
	font-family: "Noto Sans SC", sans-serif;
	padding: 25px 15px 0;
	line-height: 25px;
	box-sizing: border-box;
	color: #fff;
}

.research__accordeon__field--textPositionHelper {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 25px;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
}

.research__accordeon__field:hover .research__accordeon__field--textPositionHelper {
	opacity: 1;
}

.research__accordeon__field:hover .research__top {
	opacity: 0;
}

.research__accordeon__field--title {
	color: #ffffff;
	position: relative;
	transition: font-size 0.8s ease;
	word-break: break-word
}

.research__accordeon__field--title b {
	font-size: 1.05vw;
	display: block;
	line-height: 1.5;
}

.research__accordeon__field--title font {
	font-size: 0.8vw;
	line-height: 1.5;
}

.research__accordeon__field--title p {
	display: block;
	padding-top: 12px;
	font-size: 0.9vw;
	line-height: 1.5rem;
}

.research__accordeon__field--link {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
	border: none;
	background: rgba(34, 45, 67, 0.4);
	z-index: 1;
}

.research__accordeon__field:hover .research__accordeon__field--link {
	background: rgba(34, 45, 67, 0);
}

.research__accordeon__field.hasExternalLink .icon-arrow-right {
	display: none
}

@media screen and (min-width:1182px) {
	.research__accordeon__field.hasExternalLink:hover .research__accordeon__field--title:after {
		-webkit-mask-image: url('../fonts/extlink.svg');
		mask-image: url('../fonts/extlink.svg');
		content: "";
		margin-left: 15px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-color: #ffffff;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}

	.research__headline h3 {
		font-size: 50px;
		line-height: 60px
	}

	.research__accordeon {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		height: 32vw;
	}

	.research__accordeon__field--title .icon-arrow-right {
		display: none
	}

	.research__accordeon__field {
		-ms-flex: 2;
		flex: 2;
		transition: flex 0.5s ease;
		transition: flex 0.5s ease, -ms-flex 0.5s ease;
	}

	.research__accordeon__field:hover {
		-ms-flex: 5.4;
		flex: 5.4;
	}

	.research__accordeon__field--title * {
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5ss ease-out;
		transition: all 0.5s ease-out;
	}

	.research__accordeon__field:hover .research__accordeon__field--title {}

	.research__accordeon__field:hover .research__accordeon__field--title b {
		font-size: 20px;
		font-family: "Noto Sans SC", sans-serif;
		text-transform: uppercase;
		display: block;
		line-height: 1.5;
	}

	.research__accordeon__field:hover .research__accordeon__field--title font {
		font-size: 0.9vw;
	}

	.research__accordeon__field:hover .research__accordeon__field--title p {
		display: block;
		    padding-top: 0px;
		    font-size: 16px;
		    line-height: 1.5rem;
		    margin-bottom: 15px;
	}

	.research__accordeon__field:hover .research__accordeon__field--title .url {
		font-size: 16px;
		padding-bottom: 8px;
		border-bottom: 2px solid #3259be;
		letter-spacing: 0.5px;
		display: inline-block;
	}

	.research__accordeon__field:hover:not(.hasExternalLink) .research__accordeon__field--title .icon-arrow-right {
		display: initial
	}

	.research__accordeon__field:hover:not(.hasExternalLink) .research__accordeon__field--title .icon-arrow-right:after {
		bottom: 6px
	}

	.research__accordeon__field--figure {
		position: absolute;
		height: 32vw;
	}

	.research__accordeon__field--figure img {
		height: 100%;
	}
}

@media screen and (max-width:1182px) {
	.research__headline {
		padding-left: 45px;
		padding-right: 45px
	}

	.research__headline h3 {
		font-size: 32px;
		line-height: 35px
	}

	.research__accordeon__field {
		width: 49.5%
	}

	.research__accordeon__field:hover .research__top {
		opacity: 1;
	}

	.research__top .tit {
		display: none;
	}

	.research__accordeon__field--textPositionHelper {
		opacity: 1;
		bottom: 0;
		width: 100%;
	}

	.research__accordeon__field--title {
		bottom: unset;
	}

	.research__accordeon__field--title b {
		font-size: 15px;
	}

	.research__accordeon__field--title p {
		font-size: 13px;
		line-height: 23px;
		font-weight: normal;
	}

	.research__accordeon__field--title .url {
		display: none;
	}

	.research__accordeon {
		display: inline-block;
		width: 100%;
		height: 255px;
	}

	.research__accordeon__field {
		display: inline-block
	}

	.research__accordeon__field--figure {
		max-height: 420px;
		height: 100%;
		position: relative
	}

	.research__accordeon__field--figure img {
		min-width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: auto;
	}

	.research__accordeon__field--title .icon-arrow-right:after {
		width: 20px;
		height: 20px
	}

	.research__accordeon__field.hasExternalLink .research__accordeon__field--title:after {
		-webkit-mask-image: url('../fonts/extlink.svg');
		mask-image: url('../fonts/extlink.svg');
		content: "";
		margin-left: 15px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-color: #ffffff;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}

	.research__accordeon__field--link {
		background: unset;
	}
}

@media screen and (max-width:600px) {
	.research__accordeon__field--title b {
		font-size: 13px;
		line-height: 21px;
	}

	.research__accordeon__field--title p {
		display: block;
		padding-top: 8px;
		font-size: 13px;
		line-height: 25px;
	}

	.research__headline h3 {
		font-size: 28px;
		line-height: 30px
	}

	.research__accordeon__field {
		width: 100%;
		margin-bottom: 10px;
	}

	.research__accordeon__field--figure img {
		min-width: 100%
	}

	.research__accordeon__field--figure img {
		/* width: 100%; */
		height: 100%;
		/* top: 99%; */
	}

	.research__accordeon__field--textPositionHelper {
		padding: 15px 20px;
	}
}

.c-research-topics {
	padding-bottom: 44px
}

.c-research-topics__headline .row h3 {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 28px;
	color: #000;
	margin-bottom: 28px
}

.c-research-topics__headline.has-link {
	padding-right: 25px
}

.c-research-topics__headline.has-link:after {
	background-image: url('../images/extlink__white.svg');
	padding-right: 10px;
	content: "";
	margin-left: 5px;
	margin-right: 3px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	right: 0px;
	top: -1px
}

.c-research-topics__headline.has-link--external:after {
	background-image: url('../fonts/arrow-right.svg')
}

.c-research-topics__item {
	position: relative;
	overflow: hidden
}

.c-research-topics__item:not(:last-child) {
	border-bottom: 1px solid #fff
}

.c-research-topics__link {
	color: initial;
	border-bottom: none;
	line-height: inherit;
	padding-bottom: 0;
	transition: none
}

.c-research-topics__link:visited {
	color: initial
}

.c-research-topics__link:focus {
	color: initial
}

.c-research-topics__link:hover {
	color: initial
}

.c-research-topics__link:active {
	color: initial
}

.c-research-topics__link:hover {
	border-bottom-width: 0
}

.c-research-topics__link:active {
	background-color: transparent
}

.c-research-topics__link[target='_blank']::after {
	content: none
}

.c-research-topics__link:hover .c-research-topics__headline {
	text-decoration: underline
}

.c-research-topics__figure {
	z-index: 0;
	height: 266px;
	position: relative
}

.c-research-topics__image {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.c-research-topics__image-gradiant:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 70%;
	opacity: 0.7;
	background-image: linear-gradient(to bottom, transparent, #000)
}

.c-research-topics__content {
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin: 0 13px 19px 19px
}

.c-research-topics__headline {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 21px;
	border: none;
	text-transform: none;
	color: #fff;
	margin-bottom: 12px
}

.c-research-topics__headline .icon-arrow-right:after {
	height: 18px;
	margin-top: 2px
}

.c-research-topics__teaser-text {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: none;
	color: #fff
}

@media screen and (min-width:650px) {
	.c-research-topics {
		border-bottom: 1px solid #e7e7e7
	}

	.c-research-topics__item {
		width: 50%;
		float: left;
		border-left: 1px solid #fff
	}

	.c-research-topics__content {
		margin: 0 44px 44px 44px
	}

	.c-research-topics__headline {
		font-size: 28px
	}

	.c-research-topics__headline .row h3 {
		border-bottom: none;
		border-left: none;
		clear: none;
		color: #333;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		line-height: 1em;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 0;
		text-transform: none;
		font-size: 50px;
		margin-bottom: 25px
	}

	.c-research-topics__headline.has-link:after {
		width: 15px;
		height: 15px;
		position: relative;
		right: 0px;
		top: -4px
	}

	.c-research-topics__headline.has-link--external:after {
		width: 10px;
		height: 18px;
		position: relative;
		right: 0px;
		top: -4px
	}

	.c-research-topics__teaser-text {
		font-size: 20px;
		line-height: 1.18
	}
}

@media screen and (min-width:800px) {
	.c-research-topics__figure {
		height: 450px
	}

	.c-research-topics__image {
		width: auto;
		max-width: none;
		min-width: 100%
	}

	.c-research-topics__headline {
		font-size: 38px
	}

	.c-research-topics__headline .row h3 {
		padding: 0
	}

	.c-research-topics__teaser-text {
		font-size: 28px
	}
}

@media screen and (max-width:1279px) and (min-width:800px) {
	.c-research-topics__headline .row h3 {
		font-size: 32px;
		padding-left: 45px;
		padding-right: 45px
	}
}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	.sub_menubox {
		position: relative;
		z-index: 999;
		opacity: 0.9;
		padding: 10px 0;
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .sub_menubox a {
		width: 100%;
		text-align: left;
		position: relative;
		top: 10px;
		padding-left: 15px;
	}

	#top {
		background-color: #fff;
	}

	#top.white #menu li a .img {
		display: none;
	}

	#top .site-header .logo a {
		background-image: url(../images/logo.png);
	}

	#pro-index .h2_title {
		margin-bottom: 30px;
	}

	#copyright {
		padding: 10px 0;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}

/*#sol-index*/
#sol-index.index .research__top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#sol-index.index .research__top .tit {
	font-size: 22px;
	line-height: 30px;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 60px;
	width: 100%;
}

#sol-index.index .research__des {
	position: absolute;
	top: 0;
	left: 0;
	padding: 67px 60px;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

#sol-index.index .research__accordeon__field:hover .research__des {
	opacity: 1;
}

@media screen and (min-width: 1182px) {
	#sol-index.index .research__accordeon__field .research__accordeon__field--title b {
		font-size: 30px;
		display: inline-block;
		position: relative;
	}

	#sol-index.index .research__accordeon__field:hover .research__accordeon__field--title b,
	#sol-index.index .research__accordeon__field .research__accordeon__field--title .url {
		display: inline-block;
	}
}

@media screen and (max-width: 1182px) {
	#sol-index.index .research__accordeon__field {
		margin-left: 0px !important;
	}

	#sol-index.index .research__des {
		display: none !important;
	}

	#sol-index.index .research__accordeon__field--textPositionHelper {
		padding: 15px 25px;
	}

	.icon_email .email input {
		height: 35px;
		line-height: 35px;
	}

	.icon_email .email input#emailsub {
		height: 37px;
		line-height: 37px;
		background-size: 20px;
	}
}

/*#sol-index*/
/*dtxcs	add news*/
/*ldcs	add new*/
#banner #banner-box {
	padding-top: 10%;
	z-index: 999;
	position: relative;
}

#banner #banner-box .banner-tit {
	font-size: 36px;
	line-height: 45px;
	color: #fff;
}

#banner #banner-box .banner-tit .or {
	color: #fc5000;
}

#banner #banner-box .banner-box {
	margin-top: 15%;
	overflow: hidden;
}

#banner #banner-box .banner-box .list {
	float: left;
	width: 19%;
	margin-right: 1.25%;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#banner #banner-box .banner-box .list:hover,
#banner #banner-box .banner-box .list.active {
	background-color: #fc5000;
}

#banner #banner-box .banner-box .list:nth-child(5) {
	margin-right: 0%;
}

#banner #banner-box .banner-box .list img {
	display: block;
	width: 100%;
}

#banner #banner-box .banner-box .list p {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
}

#banner #banner-box .banner-box .list:hover p,
#banner #banner-box .banner-box .list.active p {
	color: #fff;
}

#sol-index {
	padding: 100px 0;
}

#sol-index .h2_title,
#sol-index .h2_s_title {
	text-align: center;
}

.h2_s_title {
	font-size: 22px;
	font-family: "gm";
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

#sol-index .h2_s_title {
	margin-bottom: 60px;
}

.big-left-tit {
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 10px;
	font-weight: bold;
}

#who-cho {
	padding: 100px 0;
	background-color: #ececec;
}

#who-cho .h2_s_title {
	text-align: left;
}

.l-t hr {
	background-color: #fc5000;
	height: 2px;
	width: 80px;
	margin: 30px 0;
}

#who-cho .big-left-des {
	font-size: 16px;
	line-height: 30px;
	color: #3e3a39;
	margin-bottom: 50px;
}

#who-cho .left,
#who-cho .right {
	height: 770px;
	width: 32%;
	margin-right: 2%;
	float: left;
}

#who-cho .left .who-box {
	height: 48%;
	width: 100%;
	margin-bottom: 7%;
	background-color: #fff;
	border-radius: 15px;
	padding: 60px 85px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#who-cho .left .who-box:nth-child(2) {
	margin-bottom: 0;
}

#who-cho .left .who-box .img .img2 {
	display: none;
}

#who-cho .left .who-box:hover {
	background-color: #fc5000;
	box-shadow: 7px 7px 15px 4px #aaa;
}

#who-cho .left .who-box .tit {
	font-size: 26.55px;
	line-height: 33px;
	margin: 30px 0;
	font-weight: bold;
}

#who-cho .left .who-box .des {
	font-size: 16px;
	line-height: 25px;
        color:#555;font-family:"arial";
}

#who-cho .left .who-box:hover * {
	color: #fff;
}

#who-cho .left .who-box:hover .img .img1 {
	display: none;
}

#who-cho .left .who-box:hover .img .img2 {
	display: block;
}

#who-cho .right {
	background-color: #fff;
	border-radius: 15px;
	padding: 60px 45px;
	margin-right: 0%;
}

#who-cho .right .tit {
	font-size: 26.55px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 2px solid #fc5000;
}

#who-cho .right form input[type=text] {
	display: inline-block;
	outline: unset;
	border: 1px solid #eee;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	width: 37%;
	font-size: 18px;
}

#who-cho .right form .list span {
	position: relative;
	bottom: -17px;
	font-size: 18px;
}

#who-cho .right form label {
	margin: 35px 0 15px;
	font-size: 20px;
	display: block;
}

#who-cho .right form label:nth-child(1) {
	margin-top: 0;
}

#who-cho .right form select {
	width: 100%;
	display: block;
	outline: unset;
	border: 1px solid #eee;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-size: 18px;
	color: #aaa;
}

#who-cho .right form input[type=submit] {
	background-color: #fc5000;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	width: 180px;
	border-radius: 25px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	outline: 0;
	border: 0;
}

#pro-index {
	padding: 100px 0;
	background: url(/images/pro-back.png) no-repeat;
	background-size: cover;
}

.c-t {
	text-align: center;
	margin-bottom: 90px;
}

.c-t .big-left-des {
	font-size: 16px;
	line-height: 25px;
	color: #555;font-family:"arial";
	margin-top: 20px;
}

#pro-index .big-left-tit {
	font-size: 30px;
}

#pro-index .pro-box .list {
	display: block;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background-color: #fff;
	padding: 50px 25px 38px;
}

#pro-index .pro-box .list:nth-child(4) {
	margin-right: 0;
}

#pro-index .pro-box .list .img {
	margin-bottom: 40px;
}

#pro-index .pro-box .list .img img {
	width: 100%;
	display: block;
}

#pro-index .pro-box .list .con {
	position: relative;
	height: 46px;
}

#pro-index .pro-box .list .con .l {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffede4;
	padding: 15px 6px;
	border: 1px solid #ccc;
	text-align: center;
}

#pro-index .pro-box .list .con .r {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	padding: 15px 10px;
	text-align: center;
}

#pro-index .pro-box .list:hover .r,
#pro-index .pro-box .list:hover .l {
	color: #fc5000;
}

#about_index {
	background: url(/images/about-back.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

#about_index .big-left-tit {
	font-size: 30px;
}

#about_index .c-t {
	color: #fff;
	margin-bottom: 90px;
}

#about_index .about-box {
	background-color: #fff;
}

#about_index .about-box .l {
	float: left;
	width: 50%;
}

#about_index .about-box .l img {
	display: block;
	width: 100%;
}

#about_index .about-box .l .swiper-button-next {
	right: 0;
	background-color: #fff;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 8px center;
	height: 80px;
}

#about_index .about-box .l .swiper-pagination {
	text-align: left;
	padding-left: 20px;
}

#about_index .about-box .l .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

#about_index .about-box .l .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fc5a0e;
	opacity: 1;
}

#about_index .about-box .r {
	float: right;
	width: 50%;
	position: relative;
	padding: 125px 80px 0;
}

#about_index .about-box .r .addree-box {
	position: absolute;
	top: -25px;
	right: 0;
}

#about_index .about-box .r .addree-box a {
	display: inline-block;
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	position: relative;
	color: #878787;
	background-color: #e5e5e5;
}

#about_index .about-box .r .addree-box a:nth-child(1)::before {
	content: "";
	display: inline-block;
	border-right: 0px solid #e5e5e5;
	border-left: 10px solid transparent;
	border-bottom: 25px solid #e5e5e5;
	width: 0;
	height: 0;
	position: absolute;
	left: -10px;
	top: 0;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
}

#about_index .about-box .r .addree-box a.active:nth-child(1)::before,
#about_index .about-box .r .addree-box a:hover:nth-child(1)::before {
	border-right: 0px solid #fc5a0e;
	border-bottom: 25px solid #fc5a0e;
}

#about_index .about-box .r .addree-box a:nth-child(1)::after {
	content: "";
	display: inline-block;
	border-right: 10px solid transparent;
	border-left: 0px solid #e5e5e5;
	border-top: 25px solid #e5e5e5;
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	top: 0;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
}

#about_index .about-box .r .addree-box a.active:nth-child(1)::after,
#about_index .about-box .r .addree-box a:hover:nth-child(1)::after {
	border-left: 0px solid #fc5a0e;
	border-top: 25px solid #fc5a0e;
}

#about_index .about-box .r .addree-box a:nth-child(2) {
	margin-left: 10px;
}

#about_index .about-box .r .addree-box a:nth-child(2)::before {
	content: "";
	display: inline-block;
	border-right: 0px solid #e5e5e5;
	border-left: 10px solid transparent;
	border-bottom: 25px solid #e5e5e5;
	width: 0;
	height: 0;
	position: absolute;
	left: -10px;
	top: 0;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
}

#about_index .about-box .r .addree-box a.active:nth-child(2)::before,
#about_index .about-box .r .addree-box a:hover:nth-child(2)::before {
	border-right: 0px solid #fc5a0e;
	border-left: 10px solid transparent;
	border-bottom: 25px solid #fc5a0e;
}

#about_index .about-box .r .addree-box a.active,
#about_index .about-box .r .addree-box a:hover {
	background-color: #fc5a0e;
	color: #fff;
}

#about_index .about-box .r .con-box .box-list {
	display: none;
}

#about_index .about-box .r .con-box .box-list.active {
	display: block;
}

#about_index .about-box .r .con-box .tit {
	font-size: 30px;
	font-weight: bold;
	color: #fc5a0e;
}

#about_index .about-box .r .con-box .des {
    font-size: 16px;
    line-height: 28px;
    margin: 40px 0;
    color: #555;
    font-family: "arial";
}

#about_index .about-box .r .con-box .num-box .list {
	display: inline-block;
	margin-right: 35px;
}

#about_index .about-box .r .con-box .num-box .list:nth-child(3) {
	margin-right: 0px;
}

#about_index .about-box .r .con-box .num-box .list div {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Gbold";
	letter-spacing: -1.5px;
}

#about_index .about-box .r .con-box .num-box .list div font {
	font-size: 24px;
	font-family: "黑体";
	letter-spacing: 0px;
}

#about_index .about-box .r .con-box .num-box .list p{
        font-size: 16px;
	font-family:"arial";color:#555;
}

#sol_index {
	padding: 100px 0;
	background-color: #f0f0f0;
}

#sol_index .h2_title {
	text-align: center;
	position: relative;
}

#sol_index .h2_title::after {
	content: "Comprehensive solutions";
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	text-transform: uppercase;
	font-size: 75px;
	font-family: "Gbold";
	font-weight: bold;
	color: #e1e1e1;
	text-align: center;
	z-index: 0;
}

#sol_index .h2_title span {
	position: relative;
	z-index: 1;
}

#sol_index .h2_title font {
	font-size: 60px;
	color: #fc5a0e;
}

#sol_index .sol-box {
	text-align: center;
	margin: 65px 0 42px;
}

#sol_index .sol-box p {
	display: inline-block;
	margin: 0 10px;
	padding: 28px 15px 28px 110px;
	background-color: #fff;
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: auto;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#sol_index .sol-box p:nth-child(1) {
	background-image: url(/images/soli1.png);
}

#sol_index .sol-box p:nth-child(2) {
	background-image: url(/images/soli2.png);
	background-position: 20px center;
}

#sol_index .sol-box p:nth-child(3) {
	background-image: url(/images/soli3.png);
}

#sol_index .sol-box p:hover {
	background-color: #fc5a0e;
}

#sol_index .sol-box p:hover * {
	color: #fff;
}

#sol_index .sol-box p:hover:nth-child(1) {
	background-image: url(/images/soli11.png);
}

#sol_index .sol-box p:hover:nth-child(2) {
	background-image: url(/images/soli22.png);
}

#sol_index .sol-box p:hover:nth-child(3) {
	background-image: url(/images/soli33.png);
}

#sol_index .sol-box p span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	text-align: left;
}

#sol_index .sol-box p font {
	display: block;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #555;font-family:"arial";
}

#sol_index #why_box {
	height: 30vw;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

#sol_index .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
}

#sol_index .img-box img {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

#sol_index .img-box img#wb1 {
	display: block;
}

#sol_index .img-box img#wb2 {
	display: none;
}

#sol_index .img-box img#wb3 {
	display: none;
}

#sol_index .img-box img#wb4 {
	display: none;
}

#sol_index .list-box {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}

#sol_index .list-box .list {
	width: 20%;
	height: 100%;
	display: block;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	transition: all 0.7s;
}

#sol_index .list-box .list:nth-child(5) {
	border-right: 0;
}

#sol_index .list-box .list .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 4% 8% 0;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.0);
}

#sol_index .list-box .list:hover .bottom {
	background-color: rgba(0, 0, 0, 0.3);
}

#sol_index .list-box .list .bottom .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	padding-bottom: 15%;
	z-index: 2;
}

@media screen and (max-width:1680px) {
	#sol_index .list-box .list .bottom .tit {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width:1550px) {
	#sol_index .list-box .list .bottom .tit {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1440px) {
	#sol_index .num-box .num p {
		font-size: 56.14px;
	}

	#sol_index .num-box .num span {
		font-size: 16px;
	}
}

@media screen and (max-width:1418px) {
	#sol_index .list-box .list .bottom .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1280px) {
	#sol_index .list-box .list:hover .bottom {
		height: 100%;
		padding: 6% 8% 0;
	}

	#sol_index .list-box .list .bottom .tit {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1000px) {
	#about {
		padding: 33px 0 40px;
	}

	#sol_index .img-box {
		display: none;
	}

	#sol_index .list-box .list {
		width: 100%;
		background-repeat: no-repeat;
		margin-bottom: 10px;
		height: 335px;
		background-size: cover;
	}

	#sol_index .list-box .list:nth-child(1) {
		background-image: url(../images/about-1.jpg);
	}

	#sol_index .list-box .list:nth-child(2) {
		background-image: url(../images/about-2.jpg);
	}

	#sol_index .list-box .list:nth-child(3) {
		background-image: url(../images/about-3.jpg);
	}

	#sol_index .list-box .list:nth-child(4) {
		background-image: url(../images/about-4.jpg);
	}

	#sol_index .list-box .list:nth-child(5) {
		background-image: url(../images/about-5.jpg);
	}

	#sol_index.two .list-box .list:nth-child(1) {
		background-image: url(../images/about-6.jpg);
	}

	#sol_index.two .list-box .list:nth-child(2) {
		background-image: url(../images/about-7.jpg);
	}

	#sol_index.two .list-box .list:nth-child(3) {
		background-image: url(../images/about-8.jpg);
	}

	#sol_index.two .list-box .list:nth-child(4) {
		background-image: url(../images/about-9.jpg);
	}

	#sol_index.two .list-box .list:nth-child(5) {
		background-image: url(../images/about-5.webp);
	}

	#sol_index .list-box .list .bottom {
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}

	#sol_index .list-box .list:hover .bottom {
		height: 100%;
		background-image: unset;
	}

	#sol_index #why_box {
		height: auto;
	}
}

@media screen and (max-width:700px) {
	#sol_index .list-box .list .bottom {
		padding: 4% 6% 4%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#sol_index .list-box .list:hover .bottom {
		padding: 4% 6% 4%;
	}

	#sol_index .list-box .list .bottom .tit {
		font-size: 18px;
		margin-bottom: 5px;
		position: unset;
		padding-bottom: unset;
	}
}

@media screen and (max-width:500px) {}

#honor-index {
	padding: 9% 0;
	position: relative;
	background: url(/images/hor-back.jpg) no-repeat;
	background-size: cover;
}

#honor-index .w1510.pos {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
}

#honor-index .left {
	position: absolute;
	left: 0;
	top: 0px;
	width: 43%;
	padding: 17px;
	background-color: #fff;
}

#honor-index .left::after {
	content: "";
	border-left: 30px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: 45%;
	right: -30px;
	width: 0px;
	height: 0px;
}

#honor-index .left img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 36vw;
    margin: 0 auto;
}

#honor-index .right {
	float: right;
	width: 49%;
}

#honor-index .right * {
	color: #fff;
	text-align: center;
}

#honor-index .right .tit {
	font-size: 30px;
}

#honor-index .right .s-tit {
	font-size: 24px;
	margin-top: 10px;
	font-family: "gbo";
	text-transform: uppercase;
}

#honor-index .right .g-tit {
	font-size: 22px;
	margin-top: 55px;
}

#honor-index .right .g-box {
	margin-top: 40px;
	text-align: center;
}

#honor-index .right .g-box span {
	display: inline-block;
	padding: 0 30px;
	border-right: 1px solid #ccc;
	font-size: 30px;
	font-family: "Gbold";
}

#honor-index .right .g-box span:nth-child(3) {
	border-right: 0;
}

#honor-index .right .g-box span font {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	font-family: "黑体";
}

#honor-index .right .box-list {
	overflow: hidden;
	margin-top: 30px;
}

#honor-index .right .box-list .list {
	background-color: #3b3b3b;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 90px;
	line-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 11px;
	font-size: 16px;
	line-height: 27px;
	box-sizing: border-box;
	border: 4px solid #3b3b3b;
}

#honor-index .right .box-list .list:nth-child(2n) {
	background-color: #505050;
	border: 4px solid #505050;
}

#honor-index .right .box-list .list:nth-child(4n) {
	margin-right: 0;
}

#honor-index .right .box-list .list.active {
	border: 4px solid #fc5a0e;
}

#partner {
	padding: 50px 0;
	background-color: #dcdcdc;
}

#partner .w1510 {
	overflow: hidden;
}

#partner .w1510 .list {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	float: left;
	width: 14.2%;
}

#partner .w1510 .list .img img {
	max-height: 80%;
	max-width: 90%;
}

#news-index {
	padding: 115px 0;
	background-color: #f5f5f5;
}

#news-index .h2_title {
	text-align: center;
}

#news-index .news-box .left {
	float: left;
	width: 100%;
	position: relative;
	height: 660.5px;
	background-color: #fff;
}

#news-index .news-box .swi-list .img img {
	display: block;
	width: 100%;
}

#news-index .news-box .swi-list .con {
	padding: 100px 36px 65px;
	position: relative;
	background-color: #fff;
}

#news-index .news-box .swi-list .con .time {
	width: 83px;
	height: 83px;
	position: absolute;
	z-index: 30;
	top: -22px;
	left: 37px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #575756;
	font-size: 18px;
	font-family: "Gbold";
	color: #fff;
	text-align: center;
}

#news-index .news-box .swi-list .con .time .d {
	font-size: 43px;
	margin-top: 5px;
}

#news-index .news-box .swi-list .con .time .y-m {
	transform: scale(0.9, 1);
}

#news-index .news-box .swi-list .con .cate {
	font-size: 14px;
	color: #fc5a0e;
	font-family: "gbo";
	margin-bottom: 10px;
	text-transform: uppercase;
}

#news-index .news-box .swi-list .con .cate span {
	text-align: left;
	font-weight: bold;
}

#news-index .news-box .swi-list .con .cate font {
	text-align: right;
	position: absolute;
	right: 45px;
	font-size: 18px;
}

#news-index .news-box .swi-list .con .tit {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: bold;
}

#news-index .news-box .swi-list .con .des {
	font-size: 15px;
	line-height: 25px;
	height: 80px;
	color: #949494;
}

#news-index .news-box .right {
	padding: 45px 20px 40px;
	background-color: #fff;
	width: 100%;
	position: relative;
	height: 660.5px;
}

#news-index .news-box {
	overflow: hidden;
}

#news-index .news-box .big-box {
	float: left;
	width: 32%;
	margin-right: 2%;
}

#news-index .news-box .big-box:nth-child(3) {
	margin-right: 0;
}

#news-index .news-box .right a {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #cecece;
}

#news-index .news-box .right a:nth-child(4) {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

#news-index .news-box .right a .con {
	float: left;
	width: 100%;
}

#news-index .news-box .right a .con .tit {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}

#news-index .news-box .right a .con .time {
	font-size: 13px;
	margin: 10px 0;
	font-family: "gbo";
	color: #fc5a0e;
}

#news-index .news-box .right a .con .des {
    font-size: 14px;
    line-height: 23px;
    color: #949494;
    font-family: "arial";
}

.news-box .top-tit {
	position: relative;
	border-bottom: 1px solid #454545;
	margin-bottom: 65px;
}

.news-box .top-tit p {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.news-box .top-tit span {
	font-size: 14px;
	display: block;
	width: 145px;
	margin-bottom: -5px;
	background-color: #f5f5f5;
	font-family: "gbo";
	font-weight: bold;
	text-transform: uppercase;
}

.news-box .top-tit a {
	font-size: 14px;
	display: block;
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 70px;
	height: 20px;
	background-color: #f5f5f5;
	z-index: 111;
	text-align: center;
}

@media screen and (max-width:1680px) {
	#news-index .news-box .swi-list .con {
		padding: 75px 36px 60px;
	}

	#news-index .news-box .swi-list .con .time {
		width: 70px;
		height: 70px;
		top: -17px;
		left: 37px;
		font-size: 16px;
	}

	#news-index .news-box .swi-list .con .time .d {
		font-size: 40px;
		margin-top: 5px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 20px;
		line-height: 26px;
	}

	#news-index .news-box .swi-list .con .des {
		font-size: 14px;
		line-height: 24px;
		height: 80px;
	}

	#news-index .news-box .left,
	#news-index .news-box .right {
		height: 580px;
		overflow: hidden;
	}

	#news-index .news-box .right {
		padding: 65px 10px 35px;
		height: 580px;
	}

	#news-index .news-box .right a .con .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#news-index .news-box .right a .con .time {
		font-size: 13px;
		margin: 5px 0;
	}

	#news-index .news-box .right a .con .des {
		font-size: 13px;
		line-height: 20px;
	}
}

@media screen and (max-width:1440px) {
	#news-index {
		padding: 85px 0;
	}

	#news-index .news-box .swi-list .con {
		padding: 65px 25px 45px;
	}

	#news-index .news-box .swi-list .con .time {
		width: 60px;
		height: 60px;
		top: -15px;
		left: 25px;
		font-size: 14px;
	}

	#news-index .news-box .swi-list .con .time .d {
		font-size: 30px;
		margin-top: 5px;
	}

	#news-index .news-box .swi-list .con .time .y-m {
		font-size: 13px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	#news-index .news-box .swi-list .con .des {
		font-size: 13px;
		line-height: 22px;
		height: 80px;
	}

	#news-index .news-box .left,
	#news-index .news-box .right {
		height: 540px;
		overflow: hidden;
	}

	#news-index .news-box .right {
		padding: 55px 10px 30px;
		height: 540px;
	}

	#news-index .news-box .right::after {
		font-size: 16px;
		width: 130px;
		padding: 10px 5px;
	}

	#news-index .news-box .right a {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#news-index .news-box .right a .con .tit {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	#news-index .news-box .right a .con .time {
		font-size: 12px;
		margin: 5px 0;
	}

	#news-index .news-box .right a .con .des {
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (max-width:1280px) {

	#news-index .news-box .left,
	#news-index .news-box .right {
		height: 520px;
		overflow: hidden;
	}

	#news-index .news-box .right {
		height: 520px;
	}

	#news-index .news-box .right a {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	#news-index .news-box .right a .con .tit {
		font-size: 14px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#news-index .news-box .swi-list .con .des {
		font-size: 12px;
		line-height: 20px;
		height: 80px;
	}
}

@media screen and (max-width:1182px) {
	#news-index .w1510 {
		width: 100%;
	}

	#news-index {
		padding: 30px 0;
	}
}

@media screen and (max-width:950px) {
	#news-index .news-box .big-box {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	#news-index .news-box .left,
	#news-index .news-box .right {
		height: auto !important;
	}

	#news-index .news-box .right {
		padding-top: 10px;
	}

	.news-box .top-tit {
		margin-bottom: 20px;
	}

	#news-index .news-box .big-box:nth-child(1) {
		margin-top: 0;
	}

	#news-index .news-box .swi-list .con .des {
		height: auto;
	}

	#news-index .news-box .swi-list .con {
		padding: 45px 15px 20px;
	}

	#news-index .news-box .swi-list .con .time {
		width: 62px;
		height: 62px;
		top: -25px;
		left: 15px;
		font-size: 12px;
	}

	#news-index .news-box .swi-list .con .time .d {
		font-size: 28px;
		margin-top: 5px;
	}
}

@media screen and (max-width:600px) {}

/*news-index end*/
/*@media for banner*/
@media screen and (max-width:1680px) {
	#banner #banner-box {
		padding-top: 6%;
	}

	#banner #banner-box .banner-tit {
		font-size: 30px;
		line-height: 40px;
	}

	#banner #banner-box .banner-box {
		margin-top: 13%;
		overflow: hidden;
	}

	#banner #banner-box .banner-box .list p {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		margin-top: 10px;
	}
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#banner #banner-box .banner-box {
		display: none;
	}

	#banner #banner-box {
		padding-top: 15%;
	}

	#banner #banner-box .banner-tit {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}

/*@media for banner*/
/*@media for sol-index*/
@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {
	#sol-index {
		padding: 80px 0;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#sol-index {
		padding: 30px 0;
	}
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}

/*@media for sol-index*/
/*@media for why-cho*/
@media screen and (max-width:1680px) {
	.big-left-tit {
		font-size: 28px;
		line-height: 35px;
	}

	#who-cho .big-left-des {
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1440px) {
	#who-cho {
		padding: 80px 0;
	}

	.big-left-tit {
		font-size: 24px !important;
		line-height: 35px !important;
	}

	#who-cho .big-left-des {
		font-size: 14px !important;
		line-height: 25px !important;
		margin-bottom: 50px;
	}

	#who-cho .left .who-box {
		padding: 55px 40px;
	}

	#who-cho .left .who-box img {
		height: 60px;
	}

	#who-cho .left .who-box .tit {
		font-size: 23.55px;
		line-height: 30px;
		margin: 30px 0;
		font-weight: bold;
	}

	#who-cho .left .who-box .des {
		font-size: 16px;
		line-height: 25px;
	}

	#who-cho .right .tit {
		font-size: 22.55px;
	}

	#who-cho .right form label {
		margin: 30px 0 10px;
		font-size: 16px;
		display: block;
	}

	#who-cho .right form input[type=text] {
		font-size: 15px;
		width: 33%;
	}

	#who-cho .right form .list span {
		position: relative;
		bottom: -17px;
		font-size: 13px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#who-cho {
		padding: 30px 0;
	}

	.big-left-tit {
		font-size: 22px !important;
		line-height: 30px !important;
	}

	#who-cho .big-left-des {
		font-size: 13px !important;
		line-height: 20px !important;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {
	#who-cho .left {
		width: 100%;
		height: auto;
	}

	#who-cho .left .who-box {
		height: auto;
		padding: 25px 20px;
		margin-bottom: 20px;
	}

	#who-cho .left .who-box:nth-child(2) {
		margin-bottom: 20px;
	}

	#who-cho .left .who-box img {
		height: 30px;
	}

	#who-cho .left .who-box .tit {
		font-size: 16px;
		line-height: 25px;
		margin: 15px 0;
	}

	#who-cho .left .who-box .des {
		font-size: 14px;
		line-height: 23px;
	}

	#who-cho .right {display:none !important;
		width: 100%;
		height: auto;
		padding: 25px 20px;
	}

	#who-cho .right .tit {
		font-size: 16px;
	}

	#who-cho .right form label {
		margin: 20px 0 10px;
		font-size: 14px;
		display: block;
	}

	#who-cho .right form input[type=text] {
		font-size: 14px;
		width: 100%;
	}

	#who-cho .right form .list span {
		position: unset;
		bottom: 0;
		font-size: 12px;
		margin-bottom: 10px;
		display: block;
	}

	#who-cho .right form input[type=text] {
		height: 40px;
		line-height: 40px;
	}

	#who-cho .right form select {
		height: 40px;
		line-height: 40px;
		padding-left: 15px;
		font-size: 14px;
	}

	#who-cho .right form input[type=submit] {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		width: 150px;
	}
}

@media screen and (max-width:600px) {}

/*@media for why-cho*/
/*@media for pro-dis*/
@media screen and (max-width:1680px) {
	#pro-index .pro-box .list {
		padding: 35px 20px 30px;
	}

	#pro-index .pro-box .list .con .l {
		padding: 10px 6px;
	}

	#pro-index .pro-box .list .con .r {
		padding: 10px 10px;
	}
}

@media screen and (max-width:1440px) {
	#pro-index .pro-box .list .con .l {
		font-size: 13px;
		line-height: 20px;
	}

	#pro-index .pro-box .list .con .r {
		font-size: 13px;
		line-height: 20px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#pro-index {
		padding: 30px 0 30px;
	}

	.c-t {
		margin-bottom: 20px !important;
	}

	#pro-index .pro-box .list .con {
		position: relative;
		height: auto;
	}

	#pro-index .pro-box .list .con .l {
		position: relative;
		width: 100%;
		padding: 10px 0 !important;
	}

	#pro-index .pro-box .list .con .r {
		position: relative;
		width: 100%;
		text-align: center;
	}

	#pro-index .pro-box .list {
		padding: 15px 20px 10px;
	}
}

@media screen and (max-width:1000px) {
	#pro-index .pro-box .list {
		width: 49%;
		margin-bottom: 20px;
	}

	#pro-index .pro-box .list:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	#pro-index .pro-box .list {
		width: 100%;
	}

	#pro-index .pro-box .list .img {
		margin-bottom: 15px;
	}
}

/*@media for pro-dis*/
/*@media for about-index*/
@media screen and (max-width:1800px) {
	#about_index .about-box .r {
		padding: 115px 60px 0;
	}

	#about_index .about-box .r .con-box .num-box .list {
		display: inline-block;
		margin-right: 25px;
	}
}

@media screen and (max-width:1680px) {
	#about_index .about-box .r {
		padding: 70px 50px 0;
	}

	#about_index .about-box .r {
		padding: 50px 40px 0;
	}

	#about_index .about-box .r .con-box .tit {
		font-size: 26px;
		font-weight: bold;
		color: #fc5a0e;
	}

	#about_index .about-box .r .con-box .des {
		font-size: 14px;
	}

	#about_index .about-box .r .con-box .num-box .list div {
		font-size: 30px;
	}

	#about_index .about-box .r .con-box .num-box .list div font {
		font-size: 20px;
	}
}

@media screen and (max-width:1440px) {
	#about_index .about-box .r .con-box .tit {
		font-size: 24px;
	}

	#about_index .about-box .r .con-box .des {
		font-size: 14px;
		line-height: 25px;
		margin: 25px 0;
	}

	#about_index .about-box .r .con-box .num-box .list div {
		font-size: 24px;
	}

	#about_index .about-box .r .con-box .num-box .list div font {
		font-size: 16px;
	}
}

@media screen and (max-width:1280px) {
	#about_index .about-box .r .con-box .tit {
		font-size: 20px;
	}

	#about_index .about-box .r .con-box .des {
		font-size: 13px;
		line-height: 20px;
		margin: 20px 0;
	}

	#about_index .about-box .r .con-box .num-box .list {
		margin-right: 10px;
	}

	#about_index .about-box .r .con-box .num-box .list div {
		font-size: 20px;
	}

	#about_index .about-box .r .con-box .num-box .list div font {
		font-size: 13px;
	}

	#about_index .about-box .r .con-box .num-box .list p {
		font-size: 12px;
	}
}

@media screen and (max-width:1182px) {
	#about_index .about-box .r {
		padding: 25px 25px 0;
	}

	#about_index {
		padding: 30px 0;
	}
}

@media screen and (max-width:1000px) {
	#about_index .about-box .l {
		width: 100%;
	}

	#about_index .about-box .r {
		width: 100%;
		padding: 35px 25px 25px;
	}

	#about_index .about-box .r .addree-box {
		top: 0;
		right: 0;
	}

	#about_index .about-box .r .con-box .num-box .list {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}

/*@media for about-index*/
/*@media for sol_index*/
@media screen and (max-width:1680px) {
	#banner #banner-box {
		padding-top: 6%;
	}

	#banner #banner-box .banner-tit {
		font-size: 30px;
		line-height: 40px;
	}

	#banner #banner-box .banner-box {
		margin-top: 13%;
		overflow: hidden;
	}

	#banner #banner-box .banner-box .list p {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		margin-top: 10px;
	}
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#banner #banner-box .banner-box {
		display: none;
	}

	#banner #banner-box {
		padding-top: 15%;
	}

	#banner #banner-box .banner-tit {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) 
	#banner #banner-box .banner-tit {
		font-size: 18px;
		line-height: 26px;
	}
}

/*@media for banner*/
/*@media for sol-index*/
@media screen and (max-width:1680px) {
	#sol_index .h2_title font {
		font-size: 45px;
	}

	#sol_index .h2_title::after {
		top: 20px;
		font-size: 60px;
	}

	#sol_index .sol-box p {
		display: inline-block;
		margin: 0 10px;
		padding: 28px 15px 28px 90px;
		background-color: #fff;
		background-position: 25px center;
		background-size: auto 40px;
	}

	#sol_index .sol-box p span {
		font-size: 18px;
		line-height: 27px;
	}

	#sol_index .sol-box p font {
		font-size: 14px;
		line-height: 23px;
	}
}

@media screen and (max-width:1440px) {
	#sol_index .h2_title font {
		font-size: 35px;
	}

	#sol_index .h2_title::after {
		top: 15px;
		font-size: 40px;
	}

	#sol_index .sol-box p {
		display: inline-block;
		margin: 0 10px;
		padding: 28px 15px 28px 90px;
		background-color: #fff;
		background-position: 25px center;
		background-size: auto 40px;
	}

	#sol_index .sol-box p span {
		font-size: 18px;
		line-height: 27px;
	}

	#sol_index .sol-box p font {
		font-size: 14px;
		line-height: 23px;
	}

	#sol_index .sol-box p {
		margin: 0 10px;
		padding: 20px 15px 20px 75px;
		background-color: #fff;
		background-position: 21px center;
		background-size: auto 30px
	}

	#sol_index .sol-box p span {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 5px;
	}

	#sol_index .sol-box p font {
		font-size: 13px;
		line-height: 18px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#sol_index {
		padding: 30px 0;
	}

	#sol_index .sol-box p {
		width: 100%;
		margin-bottom: 10px;
	}

	#sol_index .sol-box {
		margin: 35px 0 22px;
	}
}

@media screen and (max-width:1000px) {
	#sol_index .h2_title::after {
		top: 15px;
		font-size: 24px;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}

/*@media for sol_index*/
/*@media for honor_index*/
@media screen and (max-width:1680px) {
	#honor-index .right .tit {
		font-size: 26px;
	}

	#honor-index .right .s-tit {
		font-size: 20px;
		margin-top: 10px;
	}

	#honor-index .right .g-tit {
		font-size: 20px;
		margin-top: 40px;
	}

	#honor-index .right .g-box span {
		padding: 0 30px;
		font-size: 25px;
	}

	#honor-index .right .g-box span font {
		font-size: 14px;
		margin-top: 10px;
	}

	#honor-index .right .box-list .list {
		height: 80px;
		padding: 0 11px;
		font-size: 14px;
		line-height: 25px;
	}
}

@media screen and (max-width:1440px) {
	#honor-index .right .tit {
		font-size: 22px;
	}

	#honor-index .right .s-tit {
		font-size: 18px;
		margin-top: 10px;
	}

	#honor-index .right .g-tit {
		font-size: 18px;
		margin-top: 30px;
	}

	#honor-index .right .g-box span {
		padding: 0 20px;
		font-size: 22px;
	}

	#honor-index .right .g-box span font {
		font-size: 13px;
		margin-top: 10px;
	}

	#honor-index .right .box-list .list {
		height: 70px;
		padding: 0 11px;
		font-size: 13px;
		line-height: 22px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {
	#honor-index .right {
		float: right;
		width: 100%;
	}

	#honor-index .w1510.pos {
		display: none;
	}

	#honor-index {
		padding: 30px 0;
	}

	#honor-index .right .box-list .list {
		height: 60px;
		padding: 0 11px;
		font-size: 13px;
		line-height: 20px;
		width: 49%;
	}

	#honor-index .right .box-list .list:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:600px) {
	#honor-index .right .g-box span {
		padding: 0 13px;
		font-size: 18px;
	}
}

/*@media for honor_index*/
/*@media for partner*/
@media screen and (max-width:1440px) {}

@media screen and (max-width:1182px) {
	#partner {
		padding: 15px 0;
	}

	#partner .w1510 .list {
		height: 70px;
	}
}

@media screen and (max-width:600px) {}

/*@media for partner*/
/*@media for news-index*/
@media screen and (max-width:1440px) {
	.news-box .top-tit {
		margin-bottom: 35px;
	}

	.news-box .top-tit p {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.news-box .top-tit span {
		font-size: 12px;
		width: 125px;
	}

	.news-box .top-tit a {
		font-size: 13px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	#partner {
		padding: 15px 0;
	}

	#partner .w1510 .list {
		height: 70px;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	.footer {
		padding: 30px 0px 30px;
		margin: 0 auto;
	}

	.footer .right {
		margin-top: 0;
	}

	.footer .right .l-con p {
		margin-bottom: 10px;
		line-height: 19px;
		font-size: 12px;
	}

	.footer .right .l-con p:nth-child(2) {
		font-size: 17px;
	}
}

/*@media for news-index*/
/*ldcs	add new*/
