@charset "utf-8";
@import url("core.css");
@import url("xyzm.css");

*::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgb(0 0 0 / 40%);
	background: rgba(0, 0, 0, 0.4);
}


*::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
		border-radius: 0px;
		background: rgba(0,0,0, 0.15);
}

.to-big .img img {
    display: block;
    width: 100%;
}

.l,
.left {
	float: left;
}

.r,
.right {
	float: right;
}



*.thr>a,
*.thr>div,
*.thr>span,
*.thr>p {
	float: left;
	display: block;
}

*.thr>a:nth-child(3),
*.thr>div:nth-child(3),
*.thr>span:nth-child(3),
*.thr>p:nth-child(3) {
	margin-right: 0 !important;
}


*.four>a,
*.four>span,
*.four>p {
	float: left;
	display: block;
}




*.four>a:nth-child(4),
*.four>div:nth-child(4),
*.four>span:nth-child(4),
*.four>p:nth-child(4) {
	margin-right: 0 !important;
}

.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: #ffb813;
	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;
}

font,
span {
	/* display: block;
	width: 100%; */
}




.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: #ffb813;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	transition: all 0.5s;
	height: 55px;
	border-radius: 5px 0px 0px 5px;
	position: relative;
	font-family: "ol";
}

#kefu a:hover {
	background-color: #1972a3;
}

#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: "ol", "Microsoft yahei"; */
}

body {
	font-family: "Conv_Lato-Regular", "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: #ffb813;
	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: "ol";
}

#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: 93.15%;
	max-width: 1772px;
}


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;
	/* border-bottom: 1px solid #fff;
	background-image: url(/images/top-back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	background-color: #fff;
}




#top.white {
	background: #fff;
	background-image: unset;
}

#top.scroll {
	background: #fff;
}

#top,
#top .site-header {
	transition-duration: .1s;
	-ms-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}

#top li,
#top nav,
.language,
.site-header .logo a,
.site-header .logo,
#top .sub_menu,
#top .sub_menubox {
	transition-duration: .1s;
	-ms-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}

#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 {
	padding: 0 20px;
	margin: 0 auto;
	width: 93.15%;
	max-width: 1772px;
	height: 90px;
}

.site-header .logo {
	display: block;
	float: left;
	width: 137px;
	overflow: hidden;
	/* position: absolute; */
	/* left: 50px; */
	margin-top: 21px;
	z-index: 9999;
}

.site-header .logo a {
	color: #454545;
	line-height: 42px;
	font-family: "ol";
	font-size: 30px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 137px;
	background-size: 100% auto;
	display: block;
	text-indent: -2000px;
}

#top.scroll .site-header {}

nav {
	height: 90px;
	margin-right: 65px;
	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: #ffb813; */
}


.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: 45px;
}

#menu li:nth-child(7) {
	margin-right: 0;
}


#menu li a {
	display: block;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 90px;
	margin: 0px;
	position: relative;
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	letter-spacing: 0;
	font-family: "ACaslonPro-Semibold";
}

#top.white #menu li a {
	color: #000;
}


#menu li>a {
	position: relative;
}


#menu li .sub_menu {
	display: none;
	position: absolute;
	top: 90px;
	border: 1px solid #fff;
	background-color: #fff;
	/* width: 100%; */
	min-width: 109px;
	padding: 10px 0;
	-webkit-animation: atop 0.3s linear;
	-moz-animation: atop 0.3s linear;
	animation: atop 0.3s linear;
}


#top.scroll #menu li .sub_menu,
#top.white #menu li .sub_menu {

	border: 1px solid #fff;
	background-color: #fff;
}

#menu li .sub_menu a {
	line-height: 30px;
	font-size: 14.5px;
	transition: all 0.3s;
	padding: 2px 20px;
	margin: 0;
}

#top.scroll #menu li .sub_menu a,
#top.white #menu li .sub_menu a {
	color: #000;
}

#menu li .sub_menu a:hover {
	color: #fff !important;
	background-color: #ffb813;
	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;
}

#menu>ul>li.selected>a,
#menu>ul>li.selected>a:hover{
	color:#ffb813;
}

#menu>ul>li>a::after{
	content:"";
	width:0%;
	height:2px;
	position: absolute;
	background-color: #fff;
	bottom:0px;
	left:0px;
}

#menu>ul>li.selected>a::after,#menu>li:hover>a::after{
	background-color: #ffb813;
	width:100%;
}



#top .site-header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#top.white .site-header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}


#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 .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 {
	float: right;
	z-index: 444;
	height: 90px;
	line-height: 90px;
}

#top .search_form a {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #333136;
	display: inline-block;
	border-radius: 50%;
	margin-top: -10px;
}

#top.white .search_form a {
	color: #000;
}

#top .search_form a.lan-a {
	background-color: transparent;
	padding: 5px;
	border-radius: 20px;
	line-height: 17px;
	width: 50px;
	margin-right: 1px;
	text-align: center;
}

#top .search_form a.lan-a.active {
	background-color: #ffb813;
	color: #fff;
}

#top .search_form a:nth-child(1) {
	position: relative;
	margin-bottom: -5px;
}

#top.scroll .search_form a {
	color: #2a2a2a;
}


#top .search_form a .img2 {
	display: none;
}

#top.scroll .search_form a .img1,
#top.white .search_form a .img1 {
	display: none;
}

#top.scroll .search_form a .img2,
#top.white .search_form a .img2 {
	display: inline-block;
}

#top .search_form a:nth-child(3) {
	margin-right: 0;
}



.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: "ol";
}

#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 li .sub_menu.sub_menu_product {
    left: 0px;
    width: 100%;
    overflow: hidden;
    background-color: #eee !important;
    padding: 45px 0;
    padding-bottom: 25px;
}

#menu li .sub_menu.sub_menu_product .w1510 {
	overflow: auto;
	padding-bottom: 15px;
}

#menu li .sub_menu.sub_menu_product .w1510>.box{
	width: 1732px;
}

#menu li .sub_menu.sub_menu_product .w1510::-webkit-scrollbar {
	width: 10px;
}

#menu li .sub_menu.sub_menu_product .w1510::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(0, 0, 0, 0.3);
}

#menu li .sub_menu.sub_menu_product .w1510::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0 0 0 / 0%);
    border-radius: 0px;
    background: rgba(0,0,0, 0.1);
}


#menu li .sub_menu.sub_menu_product .list {
	float: left;
}

#menu li .sub_menu.sub_menu_product .tit {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: "ACaslonPro-Semibold";
}

#menu li .sub_menu.sub_menu_product .des {
	font-size: 14px;
    line-height: 24px;
    color: #555;
    font-family: 'arial';
}

#menu li .sub_menu.sub_menu_product .list .con-box {
	display: block;
	padding: unset;
	color: unset !important;
	background-color: unset !important;
}

#menu li .sub_menu.sub_menu_product .list .con-box:nth-child(1){
	margin-bottom: 25px;
} 

#menu li .sub_menu.sub_menu_product .list hr {
	width: 92%;
	background-color: #ccc;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}


#menu li .sub_menu.sub_menu_product .list .con {
	overflow: hidden;
	line-height: 25px;
}

#menu li .sub_menu.sub_menu_product .list .con img {
	float: left;
	margin-right: 27px;
	width: auto;
}



#menu li .sub_menu.sub_menu_product .list-1 {
	width: 28%;
	border-right: 1px solid #ccc;
}


#menu li .sub_menu.sub_menu_product .list-2 {
	width: 31%;
	padding-left: 5%;
	border-right: 1px solid #ccc;
}

#menu li .sub_menu.sub_menu_product .list-3 {
	width: 28%;
	padding-left: 45px;
	border-right: 1px solid #ccc;
}

#menu li .sub_menu.sub_menu_product .list-3 hr {
	margin-left: -40px;
	width: 450px;
}

#menu li .sub_menu.sub_menu_product .list-3 .con-box {
	border-right: 0;
}

#menu li .sub_menu.sub_menu_product .list-4 {
	width: 13%;
	padding-left: 5%;
	float: right;
}

#menu li .sub_menu.sub_menu_product .list-4 .tit {
	text-align: center;
}

#menu li .sub_menu.sub_menu_product .list-4 .con img {
	margin-right: 0px;
	margin-bottom: 15px;
}

#menu li .sub_menu.sub_menu_product .list-4 a {
	display: block;
	padding: unset !important;
	color: unset !important;
	background-color: unset !important;
}

/*昕越照明新增产品导航*/
/*#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: 29.45vw;
	width: 100%;
}

#banner .w1510 {
	height: 100%;
}


#banner .swiper-pagination {
	text-align: left;
	width: 85%;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-bottom: 30px;
}

#banner .swiper-pagination-bullet {
	width: 19.2%;
	height: 3px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: 0.9;
	margin: 0;
	margin-left: 1%;
}

#banner .swiper-pagination-bullet:nth-child(1) {
	margin-left: 0;
}

#banner .swiper-pagination-bullet-active {
	background-color: #ffb813;
}



#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: -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;
}



.swiper-slide .slide-inner>div {
	width: 87.5%;
	max-width: 1555px;
	padding: 0 20px;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: left;
	position: absolute;
	top: 23%;
}


/* #banner .swiper-slide .slide-inner .con .tit {
	font-family: "ol";
	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 span font {
	display: inline-block;
}

#banner .swiper-slide .slide-inner .con .tit span {
	line-height: 35px;
	font-size: 22px;
	font-weight: bold;
}


#banner .swiper-slide .slide-inner .con .tit p {
	font-size: 45px;
	line-height: 55px;
	margin-top: 8px;
	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: #ffb813;
	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: "ol";
	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) {}

@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 .w1510 {
	    height: 100%;
	    width: 100%;
	    padding: 0;
	}
	
	#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;
	}

	#banner .swiper-pagination {
		text-align: left;
		width: 100%;
		padding: 0 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-pagination {
		display: none;
	}

	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 13px;
		line-height: 19px;
	}

	.swiper-slide .slide-inner>div {
		top: 15.5%;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 19px;
		line-height: 23px;
		margin-top: 15px;
	}

}

@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: left;
	width: 20%;
	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;
}

.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: #ffb813;
	border-left-color: #ffb813;
	border-right-color: #ffb813;
}

.sulutions_tabs li a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-family: "ol";
}

.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: 1665px;
	width: 87.4%;
	padding: 0 20px;
	margin: 0 auto;
}

#ld_solutions .wauto2 {
	max-width: 1665px;
	width: 87.4%;
	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: "ol";
	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: "ol";
	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: "ol";
}



#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;
	}

	.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: #333136;
	color: #fff;
}


.footer .toplogo {
	margin-bottom: 45px;
}

.footer * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.footer {
	padding: 90px 20px 47px;
	margin: 0 auto;
	width: 93.15%;
	max-width: 1772px;
}

.footer .first-tit {

	font-size: 18px;
}

.footer .left {
	float: left;
	width: 541px;
	padding-right: 155px;
}

.footer .center {
	float: left;
	margin-right: 9%;
	min-width: 125px;
}

.footer .center:nth-child(2) {
	width: 415px;
}

.footer .center:nth-child(3) {
	width: 160px;
}

.footer .center:nth-child(4) {
	margin-right: 0;
}


.footer .right {
	float: right;
	width: 26.68%;
}



.footer .center .top .list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.footer .center .top .list a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-top: 11px;
	padding-left: 20px;
	color: #f3f3f3;
	/* transform: scale(1, 1.04); */
}


.footer .center .top .list a.first-tit {
    margin-top: 0;
    font-size: 18px;
    color: #fff;
    display: block;
    padding-left: 20px;
    position: relative;
    font-family: 'ACaslonPro-Semibold';
    /* transform: scale(1, 1.04); */
}

.footer .center .top .list a.first-tit::before {
	content: ">";
	font-size: 17px;
	font-weight: normal;
	color: #ffb813;
	position: absolute;
	left: 0;
	top: 0px;
	transform: scale(1.2, 1.6);
}


.footer .right .top .list a.first-tit {
    font-size: 18px;
	color: #fff;
	display: block;
	padding-left: 20px;
	position: relative;
    font-family: 'ACaslonPro-Semibold';
}

.footer .right .top .list a.first-tit::before {
	content: ">";
	font-size: 17px;
	font-weight: normal;
	color: #ffb813;
	position: absolute;
	left: 0;
	top: 0px;
	transform: scale(1.2, 1.6);
}

.footer .right .top .project-box {
	padding-left: 20px;
}

.footer .right .top .project-box a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 15px;
}

.footer .right .top .project-box a:nth-child(4n) {
	margin-right: 0;
}

.footer .right .top .project-box a img {
    display: block;
    width: 100%;
    height: 5.4vw;
}

.footer .center .top p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
	/* transform: scale(1, 1.04); */
}

.footer .center .top p b {
	font-size: 24px;
}

.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: "ol";
}




.footer .left:hover *,
.footer .center .top .list a:hover,
.footer .right:hover .add-con {
	color: #ffb813;
}


#copyright {
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	margin-top: 25px;
	padding: 30px 0;
}

.icon_box {
	background-image: url(/images/icon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 31px;
	margin-top: 20px;
}


.icon_box a {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	margin-right: 6%;
	margin-top: 0 !important;
	padding: unset !important;
}

.icon_box a:nth-child(4) {
	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: 13px;
	color: #777;
	padding-left: 0px;
	font-weight: bold;
	transform: scale(1, 1.04);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#copyright a:hover {
	color: #ffb813;
}


#copyright .copy-con-right {
	float: right;
}

#copyright .copy-con-right a {
	display: inline-block;
	margin-right: 50px;
	font-size: 13px;
}

#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 p {
	    font-size: 14px;
	    line-height: 25px;
	    margin-bottom: 10px;
	}
	
	.footer .center .top .list {
	    margin-bottom: 25px;
	}

	.footer .center .top .list a {
	    display: block;
	    font-size: 14px;
	    line-height: 23px;
		margin-top: 7px;
	}
	
	.footer .center .top .list a.first-tit {
	    font-size: 16px;
	}
	
	.footer .right .top .list a.first-tit {
	    font-size: 16px;
	}
}

@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 .center:nth-child(2) {
		display: block;
	}

	.footer {
		padding: 30px 20px 30px;
		width: 100%;
	}

	.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: right;
		width: 50%;
		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: "ol";
		margin-top: 20px;
	} */

	#copyright a {
		font-size: 12px;
	}
}

@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 {
		height: 35px;
		background-position: center;
		background-size: auto;
	}


	#copyright .copy-con-right {
		display: none;
	}
}

@media screen and (max-width:700px) {


	.footer .right {
		float: left;
		width: 100%;
	}
	
	
}



/*footer*/

#scrollTop {
	text-align: center;
	cursor: pointer;
	line-height: 20px;
	z-index: 990;
	background: #ffb813;
	opacity: 0.8;
	width: 50px;
	height: 30px;
	position: fixed;
	right: 5%;
	bottom: 50px;
	display: none;
}

#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: #ffb813;
	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:1760px) {

	#menu li {
		margin-right: 40px;
	}


}

@media screen and (max-width:1680px) {
	#menu li {
		margin-right: 30px;
	}
}




@media screen and (max-width:1440px) {

	#menu li a {
		font-size: 16px;
	}





	#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 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;
	}


	.site-header .logo {
		width: 115px;
		margin-top: 23px;
	}
	
	.site-header .logo a {
	    width: 115px;
	}


	/* #menu li a {
		font-size: 13px;
	} */

	nav {
		margin-right: 30px;
	}



}

@media screen and (max-width:1182px) {
	
	.footer .right .top .project-box a img {
	    display: block;
	    width: 100%;
	    height: 11vw;
	}
	
	#top .search_form {
		margin-right: 30px;
		margin-top: 16px;
		border-left: 0;
		height: unset;
		line-height: unset;
	}


	#top .search_form a:nth-child(1) {
	    position: relative;
	    margin-top: -2px;
	    margin-bottom: 0;
	    margin-right: 5px;
	}

	/* #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(2) {
	    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(2),
	#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: #ffb813;
		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: 10px;
	}



	/* .site-header .logo a {
	    width: 240px;
	    height: 20px;
	} */


	#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;
		left: 0;
	}

	#menu {
		background: #ffb813;
		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;
		line-height: 30px;
	}

	#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>ul>li.selected>a, #menu>ul>li.selected>a:hover {
		color: #fff;
	}

	#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%;
	}


	#banner .w1510 {
		padding: 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:700px) {
	.footer .right .top .project-box a img {
	    display: block;
	    width: 100%;
	    height: 23vw;
	}
}




@media screen and (max-width:670px) {
	#top .search_form a:nth-child(1) {
	    position: absolute;
	    margin-bottom: -5px;
	    top: 65px;
	    right: 12px;
	    background-color: #fff;
	    border-radius: 50%;
	    width: 30px;
	    height: 30px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border: 1px solid #ddd;
	}

	#top .search_form a.lan-a {
		padding: 0;
		line-height: 17px;
		width: 25px;
		margin-right: 1px;
		text-align: center;
		font-size: 12px;
	}
}



@media screen and (max-width:600px) {

	/* .site-header .logo {
	    width: 35px;
	} */
	.footer li.contact {
		padding-right: 0
	}


	#banner {
	    height: 30.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;
    text-align: center;
    font-family: 'ACaslonPro-Bold';
}


.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: 26px;
		line-height: 40px;
	}

	.h2_s_title {
		font-size: 16px !important;
	}
}

@media screen and (max-width:1440px) {

	.h2_title {
		font-size: 24px;
		line-height: 30px;
	}

	.h2_s_title {
		font-size: 14px !important;
	}
}

@media screen and (max-width:1182px) {

	.h2_title {
		font-size: 20px;
		line-height: 30px;
	}

}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	.h2_title {
		font-size: 18px;
		line-height: 30px;
	}




	.footer .left .address {
		font-size: 13px;
		line-height: 20px;
	}

	.footer .right .add-con form input#b-keyword {
		font-size: 13px;
	}

	.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;
	margin-left: 2px;
}

.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 {
	padding: 0px 15px 0;
	line-height: 25px;
	box-sizing: border-box;
	color: #fff;
}

.research__accordeon__field--textPositionHelper {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 50px 40px;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
}


.research__accordeon__field:hover .research__accordeon__field--textPositionHelper,
.research__accordeon__field.active .research__accordeon__field--textPositionHelper {
	opacity: 1;
}

.research__accordeon__field:hover .research__top,
.research__accordeon__field.active .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: 18px;
	line-height: 28px;
	color: #adadad;
}


.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: 0;
}

.research__accordeon__field:hover .research__accordeon__field--link,
.research__accordeon__field.active .research__accordeon__field--link {
	background: rgba(34, 45, 67, 0);
    z-index: 333;
}

.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: 29.43vw;
	}

	.research__accordeon__field--title .icon-arrow-right {
		display: none
	}

	.research__accordeon__field {
		-ms-flex: 0.73;
		flex: 0.73;
		transition: flex 0.5s ease;
		transition: flex 0.5s ease, -ms-flex 0.5s ease;
	}

	.research__accordeon__field:hover,
	.research__accordeon__field.active {
		-ms-flex: 4.3;
		flex: 4.3;
	}

	.research__accordeon__field--title * {
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}

	.research__accordeon__field:hover .research__accordeon__field--title,
	.research__accordeon__field.active .research__accordeon__field--title {}

	.research__accordeon__field:hover .research__accordeon__field--title b,
	.research__accordeon__field.active .research__accordeon__field--title b {
		font-size: 20px;
		font-family: "ol", sans-serif;
		display: block;
		line-height: 1.5;
	}


	.research__accordeon__field:hover .research__accordeon__field--title font,
	.research__accordeon__field.active .research__accordeon__field--title font {

		font-size: 0.9vw;
	}


	.research__accordeon__field:hover .research__accordeon__field--title p, .research__accordeon__field.active .research__accordeon__field--title p {
	    display: block;
	    padding-top: 0px;
	    font-size: 16px;
	    line-height: 25px;
	}

	.research__accordeon__field:hover .research__accordeon__field--title .url,
	.research__accordeon__field.active .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,
	.research__accordeon__field.active: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 .research__accordeon__field.active: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,
	.research__accordeon__field.active .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-image: unset;
		background-color: #fff;
	}

	#top.white #menu li a .img {
		display: none;
	}

	#top .site-header .logo a {
		background-image: url(../images/logo.png);
	}

	#top .search_form a.lan-a {
		color: #000;
	}

	#copyright {
		padding: 10px 0;
	}

	#top .search_form a:nth-child(1) .img1 {
		display: none !important;
	}

	#top .search_form a:nth-child(1) .img2 {
		display: block !important;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {

	#top.scroll .site-header .logo,
	.site-header .logo {
		margin-top: 15px;
		width: 90px;
	}

	.site-header .logo a {
	    width: 90px;
	}
}




/*#sol-index*/


#sol-index {
	padding: 70px 0 80px;
}


#sol-index .adv-box {
	margin-bottom: 75px;
	overflow: hidden;
}

#sol-index .adv-box .list {
	width: 22%;
	text-align: center;
	float: left;
}

#sol-index .adv-box .list:nth-child(1),
#sol-index .adv-box .list:nth-child(5) {
	width: 17%;
}

#sol-index .adv-box .list .img {
	width: 70px;
	height: 70px;
	background-color: #333136;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 25px;
	
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); 	/* IE 9 */
		-moz-transform:rotate(0deg); 	/* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
		-o-transform:rotate(0deg);
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
}

#sol-index .adv-box .list:nth-child(1) .img {
	background-image: url(/images/advimg1.png);
}

#sol-index .adv-box .list:hover:nth-child(1) .img {
	background-image: url(/images/advimg11.png);
}

#sol-index .adv-box .list:nth-child(2) .img {
	background-image: url(/images/advimg2.png);
}

#sol-index .adv-box .list:hover:nth-child(2) .img {
	background-image: url(/images/advimg22.png);
}

#sol-index .adv-box .list:nth-child(3) .img {
	background-image: url(/images/advimg3.png);
}

#sol-index .adv-box .list:hover:nth-child(3) .img {
	background-image: url(/images/advimg33.png);
}

#sol-index .adv-box .list:nth-child(4) .img {
	background-image: url(/images/advimg4.png);
}

#sol-index .adv-box .list:hover:nth-child(4) .img {
	background-image: url(/images/advimg44.png);
}

#sol-index .adv-box .list:nth-child(5) .img {
	background-image: url(/images/advimg5.png);
}

#sol-index .adv-box .list:hover:nth-child(5) .img {
	background-image: url(/images/advimg55.png);
}

#sol-index .adv-box .list:hover .img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
}

#sol-index .adv-box .list .tit {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: "ACaslonPro-Bold";
}

#sol-index .adv-box .list .des {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #333136;
}


#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: 17px;
	font-weight: ;
	font-family: 'Conv_ACaslonPro-Regular';
	line-height: 28px;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: left;
	bottom: 50px;
	height: 81px;
}



#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: 25px;
	color: #fff;
}

#sol-index.index .research__accordeon__field:hover .research__des,
#sol-index.index .research__accordeon__field.active .research__des {
	opacity: 1;
}

#sol-index .product-url {
	border: 1px solid #949393;
	color: #949393;
	font-size: 14px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 180px;
	display: block;
	margin: 80px auto 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#sol-index .product-url:hover {
	background-color: #ffb813;
	color: #fff;
	border: 1px solid #ffb813;
}



@media screen and (min-width: 1182px) {
	#sol-index.index .research__accordeon__field .research__accordeon__field--title b {
	    font-size: 18px;
	    display: inline-block;
	    position: relative;
	    font-family: 'ACaslonPro-Bold';
	}



	#sol-index.index .research__accordeon__field:hover .research__accordeon__field--title b,
	#sol-index.index .research__accordeon__field .research__accordeon__field--title .url,
	#sol-index.index .research__accordeon__field.active .research__accordeon__field--title b {

		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: 20px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

#banner #banner-box .banner-box .list:hover p,
#banner #banner-box .banner-box .list.active p {
	color: #fff;
}


.h2_s_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
    font-family: 'Conv_ACaslonPro-Regular';
}

#sol-index .h2_title {
	margin-bottom: 60px;
	font-weight: normal;
}

.big-left-tit {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}


.l-t hr {
	background-color: #fc5000;
	height: 2px;
	width: 80px;
	margin: 30px 0;
}

.c-t {}


.c-t .big-left-des {
	font-size: 14px;
	line-height: 25px;
	color: #3e3a39;
	margin-top: 20px;
}









#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: #ffb813;
}

#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: #ffb813;
}

#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: #848484;
}

#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) {



	#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) {}






#partner {
	padding: 0 0 100px;
}

#partner .w1510 {
	overflow: hidden;
}

#partner .w1510 .list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    float: left;
    width: 20%;
    color: #8d8d8d;
    font-size: 18px;
}

#partner .w1510 .list .img img {
	max-height: 80%;
	max-width: 90%;
}




#news-index {
	padding: 0px 0px 80px;
}

#news-index .h2_title {
	text-align: center;
}

#news-index .news-box .left {
	float: left;
	width: 100%;
	position: relative;
	background-color: #fff;
}

#news-index .news-box .swi-list .img img {
	display: block;
	width: 100%;
}

#news-index .news-box .swi-list .con {
	padding: 30px 0;
	position: relative;
	background-color: #fff;
}

#news-index .news-box .swi-list .con .time {
	background-position: left top;
	background: url(/images/timeicon.png) no-repeat;
	font-size: 14px;
	color: #676767;
	font-weight: bold;
}

#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: #ffb813;
	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: 15px;
	font-weight: bold;
	width: 100%;
	letter-spacing: -0.5px;
}

#news-index .news-box .swi-list .con .des {
	font-size: 15px;
	line-height: 25px;
	height: 80px;
	color: #949494;
}



#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: #ffb813;
}

#news-index .news-box .right a .con .des {
	font-size: 15px;
	line-height: 23px;
	color: #949494;
}


.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) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:950px) {}

@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: 30px;
		line-height: 40px;
	}

	#who-cho .big-left-des {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 50px;
	}

}

@media screen and (max-width:1440px) {

	#who-cho {
		padding: 80px 0;
	}

	.big-left-tit {
		font-size: 26px !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 {
		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) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}

/*@media for pro-dis*/


/*@media for about-index*/
@media screen and (max-width:1800px) {}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {}

@media screen and (max-width:1000px) {}

@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) {}

/*@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 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;
		font-size: 12px;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	.footer {
		padding: 30px 20px 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*/






/*xyzm add new*/


/*#app/#product*/




/*#about*/
#about {
	padding: 0px 0px 80px;
}

#about .top {
	position: relative;
}

#about .top img {
	display: block;
	width: 100%;
}

#about .top .pos-con {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 975px;
	height: 275px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	padding: 0 150px;
}

#about .top .pos-con .tit {
    font-size: 30px;
    line-height: 40px;
    font-family: "ACaslonPro-Bold";
    margin-top: 40px;
    margin-bottom: 15px;
    color: #333136;
}

#about .top .pos-con .des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #555555;
}

#about .top .pos-con .pos-url {
	display: block;
	font-size: 14px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 1);
	border: 1px solid #000;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#about .top .pos-con .pos-url:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
}

#about .bottom {
    padding: 0 1%;
	height: 90px;
	text-align: center;
	background-color: #000;
}

#about .bottom .list {
	display: inline-block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
	width: 14%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#about .bottom .list:nth-child(1) {
	background-image: url(/images/ab1.png);
}

#about .bottom .list:hover:nth-child(1) {
	background-image: url(/images/ab11.png);
}

#about .bottom .list:nth-child(2) {
	background-image: url(/images/ab2.png);
}

#about .bottom .list:hover:nth-child(2) {
	background-image: url(/images/ab22.png);
}

#about .bottom .list:nth-child(3) {
	background-image: url(/images/ab3.png);
}

#about .bottom .list:hover:nth-child(3) {
	background-image: url(/images/ab33.png);
}

#about .bottom .list:nth-child(4) {
	background-image: url(/images/ab4.png);
}

#about .bottom .list:hover:nth-child(4) {
	background-image: url(/images/ab44.png);
}

#about .bottom .list:nth-child(5) {
	background-image: url(/images/ab5.png);
}

#about .bottom .list:hover:nth-child(5) {
	background-image: url(/images/ab55.png);
}

#about .bottom .list:nth-child(6) {
	background-image: url(/images/ab6.png);
}

#about .bottom .list:hover:nth-child(6) {
	background-image: url(/images/ab66.png);
}

#about .bottom .list:nth-child(7) {
	background-image: url(/images/ab7.png);
}

#about .bottom .list:hover:nth-child(7) {
	background-image: url(/images/ab77.png);
}


/*#project*/

#project {
	padding-bottom: 80px;
}

#project .pro-cate {
    padding: 25px 0;
    margin: 45px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#project .pro-cate a {
    font-size: 18px;
    line-height: 30px;
    margin: 0 42px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #333;
}

#project .pro-cate a.active,
#project .pro-cate a:hover {
	border-bottom: 1px solid #333;
}

#project .project-list {
	overflow: hidden;
}

#project .project-list .project-box {
	display: none;
}

#project .project-list .project-box.active {
	display: block;
}

#project .project-list a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

#project .project-list a:nth-child(4) {
	margin-right: 0;
}

#project .project-list a .img img{
	display: block;
	width: 100%;
}

#project .project-list .tit {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
	color: #474747;
}


/*#certification*/
#certi {
	padding-bottom: 110px;
}

#certi .certi-box {
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin: 40px 0;
}

#certi .certi-box span {
    margin: 0 1%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 65%;
    width: 13%;
    height: 70px;
}

#certi .certi-box span:nth-child(1) {
	background-image: url(/images/certi1.png);
}

#certi .certi-box span:nth-child(2) {
	background-image: url(/images/certi2.png);
}

#certi .certi-box span:nth-child(3) {
	background-image: url(/images/certi3.png);
}

#certi .certi-box span:nth-child(4) {
	background-image: url(/images/certi4.png);
	background-size: auto 100%;
}

#certi .certi-box span:nth-child(5) {
	background-image: url(/images/certi5.png);
	background-size: auto 100%;
}



/*#news*/

#news-index .top-news {
	margin-top: 40px;
	margin-bottom: 0px;
}

#news-index .top-news .l,
#news-index .top-news .r {
	width: 48.5%;
	position: relative;
}

.top-news .r {
	height: 24.45vw;
}

#news-index .top-news .l img {
	display: block;
	width: 100%;
}

#news-index .fix-tit {
	top: 0;
	left: 0;
	font-size: 20px;
	padding: 10px 30px;
	background-color: #515862;
	display: inline-block;
	position: absolute;
	color: #fff;
}

#news-index .top-news .r .r-tit {
	font-size: 18px;
	font-weight: bold;
	color: #ffb813;
	margin-bottom: 20px;
}

#news-index .top-news .r>.url {
	height: 45px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
}

#news-index .top-news .r>.url font {
	display: inline-block;
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	transform: scale(1);
	margin-left: 8px;
	margin-bottom: 10px;
}

#news-index .top-news .r .n-box a {
	padding-bottom: 5.5%;
	margin-bottom: 5.5%;
	border-bottom: 1px solid #dedede;
	display: block;
	position: relative;
}


#news-index .top-news .r .n-box a:nth-child(3) {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#news-index .top-news .r .n-box a .n-tit {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

#news-index .top-news .r .n-box a .n-des {
	font-size: 20px;
	line-height: 27px;
}

#news-index .top-news .r .n-box a .n-time {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	color: #676767;
	font-weight: bold;
}

#news-index .news-box {
	position: relative;
}

#news-index .news-box .big-box:hover .fix-box {
	background-color: #ffb813;
}


#news-index .top-news .l .list {
	position: relative;
}

#news-index .top-news .l .list .pos-con {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 60px 25px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
}

.top-news .l .swiper-button-prev,
.top-news .l .swiper-button-next {
	top: unset;
	bottom: 0;
	width: 62px;
	height: 50px;
	margin-top: unset;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #333;
	background-size: 12px 22px;
}

.top-news .l .swiper-button-prev {
	left: unset;
	right: 62px;
	background-image: url(/images/prev1.png);
}

.top-news .l .swiper-button-prev:hover {
	background-image: url(/images/prev2.png);
}

.top-news .l .swiper-button-next {
	right: 0;
	background-image: url(/images/next1.png);
}

.top-news .l .swiper-button-next:hover {
	right: 0;
	background-image: url(/images/next2.png);
}

.top-news .l .list .tit, #news-index .top-news .r .n-box a .n-tit {
    font-size: 24px;
    font-family: "ACaslonPro-Bold";
    line-height: 30px;
    width: 100%;
    margin-bottom: 0;
    color: #333;
}

.top-news .l .list .des, #news-index .top-news .r .n-box a .n-des {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 15px;
    color: #555555;
    width: 100%;
}

.top-news .l .list .tnh span,
.ncon .tnh span {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: auto;
	display: inline-block;
	font-size: 14px;
	color: #858585;
}

.top-news .l .list .tnh span:nth-child(1),
.ncon .tnh span:nth-child(1) {
	background-image: url(/images/time.png);
}

.top-news .l .list .tnh span:nth-child(2),
.ncon .tnh span:nth-child(2) {
	background-image: url(/images/author.png);
}

.top-news .r .n-box .ncon {
	padding-right: 27%;
}

.top-news .r .n-box .ncon .url {
	text-align: right;
	margin-top: 25px;
	color: #8d8d8d;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	padding-bottom: 3px;
	width: 81px;
	margin-left: auto;
	margin-right: 0;
}

.top-news .r .n-box .nimg {
	position: absolute;
	right: 0;
	top: 0;
	width: 24%;
}

.top-news .r .n-box .nimg img {
	display: block;
	width: 100%;
}

.top-news .r .n-box a:hover .ncon .url {
	border-bottom: 1px solid #333;
	color: #333;
}

@media screen and (max-width:1770px) {
	
}


@media screen and (max-width:1715px) {
	.footer .center {
	    margin-right: 5%;
	}
}

@media screen and (max-width:1680px) {

	#news-index .top-news .r .n-box a .n-tit {
		font-size: 24px;
		line-height: 30px;
	}

	#news-index .top-news .r .n-box a .n-des {
		font-size: 16px;
		line-height: 25px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width:1440px) {


	#news-index .fix-tit {
		top: 0;
		left: 0;
		font-size: 16px;
	}

	#news-index .top-news .r .r-tit {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#news-index .top-news .r .n-box a .n-tit {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	#news-index .top-news .r .n-box a .n-des {
		font-size: 14px;
		line-height: 22px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 17px;
		line-height: 24px;
	}
	
	.footer .center {
	    margin-right: 3%;
	}
	
	.footer .center:nth-child(2) {
	    width: 295px;
	}

}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {

	#sol-index .h2_title {
		margin-bottom: 20px;
		font-weight: normal;
	}


	#news-index {
		padding: 30px 0;
	}

	#news-index .top-news .r>.url {
		display: none;
	}
}


@media screen and (max-width:1000px) {


	#news-index .top-news .l,
	#news-index .top-news .r {
		width: 100%;
	}

	#news-index .top-news .l {
		margin-bottom: 20px;
	}

	#news-index .news-box .big-box {
		width: 100%;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}



/*xyzm add new*/


/*xyzm add new(media)*/

@media screen and (max-width:1865px){
	.top-news .l .list .tit, #news-index .top-news .r .n-box a .n-tit {
	    font-size: 28px;
	    line-height: 35px;
	}
	
	.top-news .l .list .des, #news-index .top-news .r .n-box a .n-des {
	    font-size: 17px;
	    line-height: 23px;
	    margin: 10px 0 15px;
	    color: #555555;
	    width: 100%;
	}
}

@media screen and (max-width:1735px){
	.top-news .l .list .tit, #news-index .top-news .r .n-box a .n-tit {
	    font-size: 26px;
	    line-height: 32px;
	}
	
	.top-news .l .list .des, #news-index .top-news .r .n-box a .n-des {
	    font-size: 15px;
	    line-height: 21px;
	    margin: 10px 0 15px;
	    color: #555555;
	    width: 100%;
	}
}


@media screen and (max-width:1680px){
	#banner .swiper-slide .slide-inner .con img{
		width: 400px;
	}
	#sol-index .adv-box .list .img {
	    width: 70px;
	    height: 70px;
	    margin-bottom: 25px;
	    background-size: 22px auto;
	}
	
	#sol-index .adv-box .list .tit {
	    font-size: 18px;
	    line-height: 25px;
	}
	
	#sol-index .adv-box .list .des {
	    font-size: 16px;
	    line-height: 25px;
	}
	
	#sol-index .adv-box {
	    margin-bottom: 75px;
	    overflow: hidden;
	}
	
	#news-index .top-news .r .n-box a {
	    padding-bottom: 3.5%;
	    margin-bottom: 3.5%;
	}
	
	.top-news .l .list .tit, #news-index .top-news .r .n-box a .n-tit {
	    font-size: 24px;
	    line-height: 28px;
	}
	
	.top-news .l .list .des, #news-index .top-news .r .n-box a .n-des {
	    font-size: 14px;
	    line-height: 19px;
	    margin: 10px 0 15px;
	    color: #555555;
	    width: 100%;
	}
	
	.top-news .r .n-box .ncon .url {
	    margin-top: 10px;
	}
}

@media screen and (max-width:1440px){
	#banner .swiper-slide .slide-inner .con img{
		width: 370px;
	}
	
	#project .pro-cate a {
	    font-size: 16px;
	    line-height: 30px;
	    margin: 0px 25px;
	}
	
	#certi .certi-box span{
		width: 16%;
	}
	
	.top-news .l .list .tit, #news-index .top-news .r .n-box a .n-tit {
	    font-size: 20px;
	    line-height: 27px;
	}
	
	.top-news .l .list .des, #news-index .top-news .r .n-box a .n-des {
	    font-size: 13px;
	    line-height: 18px;
	    margin: 7px 0 11px;
	    color: #555555;
	    width: 100%;
	}
	
	.top-news .r .n-box .ncon .url {
	    margin-top: 7px;
	    font-size: 13px;
	}
	
}

@media screen and (max-width:1280px){
	#banner .swiper-slide .slide-inner .con img{
		width: 40%;
	}
	
	#about .bottom .list{
		width: 13%;
	}
	
	#news-index .top-news .r .n-box a {
	    padding-bottom: 2.5%;
	    margin-bottom: 2.5%;
	}
	
	.top-news .r .n-box .ncon .url {
	    margin-top: -13px;
	    font-size: 13px;
	}
}

@media screen and (max-width:1182px){
	#menu li .sub_menu.sub_menu_product {
	    left: 0px;
	    width: 100%;
	    overflow: hidden;
	    background-color: #eee !important;
	    padding: 5px 0;
	}
	
	#menu li .sub_menu.sub_menu_product .w1510 {
	    overflow: hidden;
	    width: 100%;
	    padding: 0;
	}
	
	#menu li .sub_menu.sub_menu_product .list {
	    float: left;
	    width: 100% !important;
	    padding-left: 0 !important;
	}
	
	#menu li .sub_menu.sub_menu_product .list .con img {
	    display: none;
	}
	
	#menu li .sub_menu.sub_menu_product .list .tit {
	    font-size: 13px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	
	#menu li .sub_menu.sub_menu_product .list .des {
	    display: none;
	}
	
	#menu li .sub_menu.sub_menu_product {
	    background-color: #fff !important;
	}
	
	#menu li .sub_menu.sub_menu_product .list .con-box {
	    border: 0;
	    padding: 0 45px;
	}
	
	#menu li .sub_menu.sub_menu_product .list-4 .tit {
	    text-align: left;
	    padding-left: 45px;
	}
	
	#menu li .sub_menu.sub_menu_product .list hr{
		display: none;
	}
	
	#sol-index .product-url {
	    height: 40px;
	    line-height: 40px;
	    width: 145px;
	    margin: 30px auto 0;
	}
	
	
	#sol-index .adv-box {
	    margin-bottom: 30px;
	    overflow: hidden;
	}
	
	#sol-index .adv-box .list {
	    width: 49% !important;
	    margin-bottom: 15px;
	    height: 125px;
	}
	
	#about {
	    padding: 0px 0px 20px;
	}
	
	#about .top>img{
		display: none;
	}
	
	#about .top .pos-con {
	    position: relative;
		background: unset;
	    background-image: url(/images/about-back.png);
	    width: 100%;
	    height: 100%;
	    background-color: rgba(255, 255, 255, .8);
	    text-align: center;
	    padding: 20px 40px;
	}
	
	#about .top .pos-con .tit{
		color: #fff;
		font-size: 24px;
		line-height:28px;
	}
	
	#about .top .pos-con .des{
		color: #fff;
		font-size: 14px;
		line-height:22px;
	}
	
	#about .top .pos-con .pos-url {
	    display: block;
	    font-size: 14px;
	    width: 145px;
	    height: 40px;
	    line-height: 40px;
	    margin: 0 auto;
	    background-color: rgba(255, 255, 255, 1);
	    border: 1px solid #000;
	    color: #000;
	}
	
	#about .bottom .list {
	    width: 11%;
	    background-size: 75% auto;
	}
	
	#about .bottom {
	    padding: 0 20px;
	    height: 70px;
	}
	
	#project {
	    padding-bottom: 30px;
	}
	
	#project .pro-cate {
	    padding: 15px 0;
	    margin: 15px 0;
	}
	
	#project .pro-cate a {
	    font-size: 14px;
	    line-height: 25px;
	    margin: 0px 15px;
	}
	
	#certi {
	    padding-bottom: 0;
	}
	
	#certi .certi-box span {
	    margin: 0 1%;
	    background-size: 50% auto !important;
	    width: 15%;
	    height: 40px;
	}
	
	#certi .certi-box {
	    padding: 20px 0;
	    margin: 20px 0;
	}
	
	#news-index .top-news .l, #news-index .top-news .r{
		width: 100%;
		height: auto;
	}
	
	#news-index .top-news .r{
		margin-top:20px;
	}
	
	#news-index .top-news .l .list .pos-con {
	    padding: 40px 15px;
	}
	
	.top-news .l .swiper-button-prev {
	    left: unset;
	    right: 35px;
	    background-image: url(/images/prev1.png);
	}
	
	.top-news .l .swiper-button-prev, .top-news .l .swiper-button-next {
	    width: 35px;
	    height: 30px;
	    background-size: 9px 16px;
	}
	
	.top-news .r .n-box .ncon {
	    padding-right: 0;
	    float: left;
	    width: 73%;
	}
	.top-news .r .n-box .nimg {
	    position: relative;
	    right: 0;
	    top: 0;
	    width: 24%;
	    float: right;
	}
	
}

@media screen and (max-width:900px){
	#certi .certi-box span {
	    margin: 0 1%;
	    background-size: 50% auto !important;
	    width: 15%;
	}
}

@media screen and (max-width:700px) {


	.footer .center:nth-child(2){
		width: 100%;
	}
	
	.footer .right .top .project-box {
	    padding-left: 0;
	}
	
	.footer .center .top p {
	    font-size: 13px;
	    line-height: 20px;
	}
	
	#copyright{
		margin-top: 0;
	}
	
}

@media screen and (max-width:600px){
	
	#sol-index .adv-box {
	    margin-bottom: 20px;
	}
	
	
	#sol-index .adv-box .list .img {
	    width: 40px;
	    height: 40px;
	    margin-bottom: 15px;
	    background-size: 18px auto;
	}
	
	#sol-index .adv-box .list .tit {
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 0;
	}
	
	#sol-index .adv-box .list .des {
	    font-size: 13px;
	    line-height: 21px;
	    margin-bottom: 0;
	}
	
	
	#about .bottom .list{
		width: 13%;
	}
	
	#project .project-list a {
	    float: left;
	    width: 49%;
	    margin-right: 2%;
	}
	
	#project .project-list a:nth-child(2){
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#project .project-list .tit {
	    font-size: 14px;
	    line-height: 25px;
	    margin-top: 5px;
	}
	
	.top-news .r .n-box .ncon {
	    padding-right: 0;
	    float: left;
	    width: 56%;
	}
	
	.top-news .r .n-box .ncon .url {
	    margin-top: 5px;
	    font-size: 13px;
	}
	
	.top-news .r .n-box .nimg {
	    position: relative;
	    right: 0;
	    top: 0;
	    width: 38%;
	    float: right;
	}
	
	.top-news .l .list .tit, #news-index .top-news .r .n-box a .n-tit {
	    font-size: 18px;
	    line-height: 22px;
	}
	
	.top-news .l .list .des, #news-index .top-news .r .n-box a .n-des {
	    font-size: 12px;
	    line-height: 12px;
	    margin: 5px 0 5px;
	    color: #555555;
	    width: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	.top-news .l .list .tnh span, .ncon .tnh span{
	    font-size: 12px;
	}
	
	.top-news .r .n-box .ncon .url {
	    margin-top: 10px;
	    font-size: 12px;
	    text-align: left;
	    width: 100%;
	}
}



/*project-list.html*/

#projectdes {
	padding: 65px 0 0px;
	overflow: hidden;
}

#projectdes .l {
    width: 42.5%;
}

#projectdes .l img{
	display: block;
	width: 100%;
}

#projectdes .r {
	width: 55%;
	padding-top: 50px;
}

#projectdes .r .tit {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Conv_ACaslonPro-Regular";
}

#projectdes .r .des {
    font-size: 16px;
    line-height: 30px;
    color: #6d6d6d;
}


#projectbox {
	padding: 80px 0 80px;
}

#projectbox .pbox {
	overflow: hidden;
}

#projectbox .pbox a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

#projectbox .pbox a:nth-child(4n) {
	margin-right: 0;
}

#projectbox .pbox a .img {
    height: 21.63vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#projectbox .pbox a .img img {
	height: 100%;
}

#projectbox .pbox a .tit {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    color: #949393;
    text-align: center;
    margin-bottom: 15px;
}

#projectbox .pbox a:hover .tit {
	color: #fff;
	background-color: #ffb813;
}


#pwindow {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

#pcontent {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 10%;
	margin: 0 auto;
	padding: 40px;
	background-color: #fff;
	width: 1455px;
	height: 85%;
}

#pcontent .center-box {
	overflow: hidden;
	height: 100%;
}

#pcontent .l {
    width: 56%;
    height: 100%;
}

#pcontent .l img {
    height: 100%;
	max-width: 100%;
    display: block;
	margin: 0 auto;
}

#pcontent .r {
	width: 41%;
	padding-right: 20px;
	overflow: auto;
	height: 100%;
}


#pcontent .r::-webkit-scrollbar {
	width: 10px;
}

#pcontent .r::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgb(0 0 0 / 40%);
	background: rgba(0, 0, 0, 0.4);
}


#pcontent .r::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
		border-radius: 0px;
		background: rgba(0,0,0, 0.1);
}





#pcontent .r #relate_pro {
	margin-bottom: 20px;
}

#pcontent .r #jecttit {
	font-size: 25px;
	line-height: 31px;
	font-family: "Conv_ACaslonPro-Regular";
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#pcontent .r #pro_img {
	max-width: 80%;
}

#pcontent .r #pro_url {
	font-size: 18px;
	line-height: 28px;
	color: #676767;
	border-bottom: 1px solid #676767;
	font-family: "arial";
}

#pcontent .r b {
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 5px;
	display: block;
	font-family: "Conv_ACaslonPro-Regular";
}

#pcontent .r #jecttxt {
	font-size: 16px;
	line-height: 31px;
	color: #3d3d3d;
}

#pcontent .r #jecttxt img {
	max-width: 100%;
}

#pcontent #pclose {
	position: absolute;
	right: 0;
	top: -60px;
	z-index: 99999;
}

#mclose{
	display: none;
}

@media screen and (max-width:1680px) {
	#pcontent{
		width: 1295px;
	}
}

@media screen and (max-width:1455px) {
	#pcontent{
		width: 1295px;
	}
	
	#projectdes .r .tit {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 15px;
	}
	
	#projectdes .r .des {
	    font-size: 14px;
	    line-height: 25px;
	}
	
	#projectbox .pbox a .tit {
	    font-size: 14px;
	    line-height: 45px;
	    height: 45px;
	}
	
	#pcontent .r #pro_url {
	    font-size: 16px;
	    line-height: 25px;
	}
	
	#pcontent .r #jecttxt {
	    font-size: 14px;
	    line-height: 25px;
	}
}

@media screen and (max-width:1295px) {
	#pcontent{
		width: 1000px;
	}
}

@media screen and (max-width:1182px) {
	
	#projectdes .l,#projectdes .r{
	    width: 100%;
	}
	
	#projectdes .r{
		padding-top: 20px;
	}
	
	#projectbox {
	    padding: 30px 0 30px;
	}
	
	#projectbox .pbox a {
	    width: 32%;
	}
	
	#projectbox .pbox a .img {
	    height: 30.5vw;
	}
	
	#projectbox .pbox a:nth-child(4n){
		margin-right: 2%;
	}
	
	#projectbox .pbox a:nth-child(3n){
		margin-right: 0;
	}
	
	#projectbox .pbox a .tit {
	    font-size: 14px;
	    line-height: 30px;
	    height: 30px;
	}
	
	#pcontent {
	    width: 70%;
	    overflow: auto;
	    padding: 20px;
	}
	
	#mclose {
	    display: block;
	    position: absolute;
	    color: #333;
	    text-align: center;
	    height: 30px;
	    width: 30px;
	    display: block;
	    right: 14%;
	    top: 5%;
	}
	
	#mclose img{
		display: block;
		width: 100%;
	}
	
	
	#pcontent .l,#pcontent .r{
		width: 100%;
	}
	
	#pcontent .center-box {
	    overflow: unset;
	    height: 100%;
	}
	
	#pcontent .l {
	    height: unset;
	    margin-bottom: 20px;
	}
	
	#pcontent .l img{
		width:100%;
		height: auto;
	}
	
	#pcontent .r{
		height: auto;
	}
	
	#pcontent .r #jecttit {
	    font-size: 20px;
	    line-height: 27px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	
	#pcontent .r b {
	    font-size: 14px;
	    line-height: 25px;
	    margin-bottom: 5px;
	}
	
	#pcontent .r #pro_url {
	    font-size: 13px;
	    line-height: 25px;
	}
	
	#pcontent .r #jecttxt {
	    font-size: 13px;
	    line-height: 25px;
	}
}

@media screen and (max-width:600px) {
	
	#projectbox .pbox a {
	    width: 49%;
	}
	
	#projectbox .pbox a:nth-child(3n){
		margin-right: 2%;
	}
	
	#projectbox .pbox a:nth-child(2n){
		margin-right: 0;
	}
	
	#projectbox .pbox a .img {
	    height: 45.4vw;
	}
	
	#pcontent {
	    width: 85%;
	}
	
	#mclose {
	    right: 7%;
	    top: 5%;
	}
	
}


/*project-list.html*/



/*20230215 头部更改*/
#menu li .sub_menu.sub_project_menu{
						width:100%;
						left: 0;
						background-color: #eee !important;
						padding: 65px 0;
					}
					
					#menu li .sub_menu.sub_project_menu .w1510 a{
						float: left;
						width: 19.2%;
						margin-right: 1%;
						background-color: unset !important;
						text-align: center;
						color: #333 !important;
						padding: 0;
					}
					
					#menu li .sub_menu.sub_project_menu .w1510 a:nth-child(5){
						margin-right: 0;
					}
					
					#menu li .sub_menu.sub_project_menu a .tit {
					    font-size: 18px;
					    margin-bottom: 10px;
					    font-family: "ACaslonPro-Semibold";
					}
					
					@media screen and (max-width:1182px) {
						
						#menu li .sub_menu.sub_project_menu {
						    background-color: #fff !important;
						    padding: 5px 0;
						}
						
						#menu li .sub_menu.sub_project_menu .w1510{
							padding:0;
						}
						
						#menu li .sub_menu.sub_project_menu .w1510 a{
							width: 100%;
							text-align: left;
							padding: 0 45px;
						}
						
						#menu li .sub_menu.sub_project_menu a  .tit {
						    font-size: 13px;
						    line-height: 24px;
						    margin-bottom: 10px;
						}
						
						#menu li .sub_menu.sub_project_menu a .img {
						    display: none;
						}
						
					}
					
					#menu li .sub_menu.sub_menu_product{
						overflow: hidden;
					}
					
					#menu li .sub_menu.sub_menu_product a .tcon{
						color:#333;
					}
					
					#menu li .sub_menu.sub_menu_product a:hover{
						background-color: unset !important;
					}
					
					
					#menu li .sub_menu.sub_menu_product .l{
						width:100%;
						overflow: hidden;
					}
					
					#menu li .sub_menu.sub_menu_product .r{
						width: 13%;
					}
					
					#menu li .sub_menu.sub_menu_product .l a{
						float: left;
						width: 33%;
						overflow: hidden;
						padding: 0;
						box-sizing: border-box;
						margin-top: 25px;
						padding: 0 10px;
					}
					
					
					#menu li .sub_menu.sub_menu_product .l a:nth-child(1),
					#menu li .sub_menu.sub_menu_product .l a:nth-child(2),
					#menu li .sub_menu.sub_menu_product .l a:nth-child(3),
					#menu li .sub_menu.sub_menu_product .l a:nth-child(4)
					{
						margin-top: 0;
					}
					
					#menu li .sub_menu.sub_menu_product .r a{
						width: 100%;
						overflow: hidden;
					}
					
					#menu li .sub_menu.sub_menu_product .l a .img {
					    float: left;
					    width: 40%;
					}
					
					
					#menu li .sub_menu.sub_menu_product .l a .img img{
						display: block;
						width: 100%;
					}
					
					#menu li .sub_menu.sub_menu_product a .tcon{
						float: right;
						width: 55%;
					}
					
					#menu li .sub_menu.sub_menu_product .r a img{
						width: 100%;
					}
					
					#menu li .sub_menu.sub_menu_product .l a {
					    float: left;
					    width: 25%;
					    overflow: hidden;
					}
					
					#menu li .sub_menu.sub_menu_product .l a:nth-child(4n){
						border-right:0
					}
					
					#menu li .sub_menu.sub_menu_product .r a .tcon {
					    width: 100%;
					}
					
					#menu li .sub_menu.sub_menu_product .r .tit{
						text-align: center;
					} 
					
					@media screen and (max-width:1680px) {
						
						#menu li .sub_menu.sub_menu_product .tit {
						    font-size: 14px;
						    line-height: 23px;
						}
						
						
						#menu li .sub_menu.sub_menu_product .des {
						    font-size: 12px;
						    line-height: 22px;height: 85px;
						    color: #4e4e4e;
						    font-family: 'arial';
						}
						
						#menu li .sub_menu.sub_project_menu a .tit {
						    font-size: 15px;
						}
					}
					
					@media screen and (max-width:1440px) {
						#menu li .sub_menu.sub_menu_product .tit {
						    font-size: 13px;
						    line-height: 18px;margin-bottom: 5px;

						}
						
						#menu li .sub_menu.sub_menu_product .des {
						    font-size: 12px;
						    line-height: 18px;
						}
						
						#menu li .sub_menu.sub_project_menu a .tit {
						    font-size: 14px;
						}
						
						#sol-index .adv-box .list .tit {
						    font-size: 16px;
						    line-height: 25px;
						}
						
						#about .top .pos-con .tit {
						    font-size: 26px;
						    line-height:35px;
						    margin-top: 35px;
						    margin-bottom: 15px;
						}
					}
					
					
					@media screen and (max-width:1182px) {
						#menu li .sub_menu.sub_menu_product .l {
						    width: 100%;
						}
						
						#menu li .sub_menu.sub_menu_product .l a {
						    width: 100%;
						    margin-bottom: 0;
						    margin-top: 10px !important;
						    padding: 0 45px;
						    border-right: 0;
						}
						
						#menu li .sub_menu.sub_menu_product .l a .img {
						    display: none;
						}
						
						#menu li .sub_menu.sub_menu_product a .tcon {
						    width: 100%;
						}
						
						#menu li .sub_menu.sub_menu_product .tit {
						    font-size: 12px;
						    line-height: 17px;
						}
						
						#menu li .sub_menu.sub_menu_product .des {
						    display: none;
						}
						
						#menu li .sub_menu.sub_menu_product .r {
						    width: 100%;
						}
						
						#menu li .sub_menu.sub_menu_product .r a{
							padding: 0 45px;
						}
						
						#menu li .sub_menu.sub_menu_product .r .img{
							display: none;
						}
						
						#menu li .sub_menu.sub_menu_product .r .tit {
						    text-align: left;
						}
					}




