@charset "utf-8";
@import url("core.css");
@import url("gbo.css");
@import url("Gbold.css");
@import url("ol.css");

input {

appearance: none;

-webkit-appearance: none;

border-radius: 0;

}

.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: #0F3580;
	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 {
	transform: scale(1, 1.01);
	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: #0F3580;
	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: "ol", "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: #0F3580;
	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: 87.5%;
	max-width: 1665px;
}


a {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#mobile_height {
	height: 90px;
	display: none;
}

#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%;
}




#top.white {
	background: #fff;
	background-image: unset;
}

#top.scroll {
	background-image: unset;
}

#top,
#top .site-header {
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

#top li,
#top nav,
.language,
.site-header .logo a,
.site-header .logo,
#top .sub_menu,
#top .sub_menubox {
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

#top.scroll {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}



.site-header {
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	width: 87.5%;
	max-width: 1665px;
	height: 90px;
}

.site-header .logo {
	display: block;
	float: left;
	width: 256px;
	overflow: hidden;
	/* position: absolute; */
	/* left: 50px; */
	margin-top: 16px;
	z-index: 9999;
}

.site-header .logo a {
	color: #454545;
	line-height: 41px;
	font-family: "ol";
	font-size: 30px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	width: 256px;
	height: 54px;
	background-size: 99.5% 100%;
	display: block;
	text-indent: -2000px;
}

#top.scroll .site-header {}

nav {
	height: 90px;
	position: absolute;
	left: 26%;
}


.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: #0F3580; */
}


.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: 50px;
}

#menu li:nth-child(8) {
	margin-right: 0;
}


#menu li a {
	display: block;
	color: #fff;
	font-size: 15px;
	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-weight: 600; */
}

#top.white #menu li a {
	color: #000;
}

/* #menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #007dcb;
	transition: all 0.3s;
	-webkit-transition: 0.3s;
} */

#menu li>a {
	position: relative;
}

/* #menu li>a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #fff;
	display: block;
	
}

#menu li>a:hover::after,
#menu li.selected>a::after{
	background-color: #0F3580;
}
 */

#menu li .sub_menu {
	display: none;
	position: absolute;
	top: 90px;
	border: 1px solid #ebebeb;
	/* width: 100%; */
	min-width: 109px;
	padding: 10px 0;
	-webkit-animation: atop 0.8s linear;
	-moz-animation: atop 0.8s linear;
	animation: atop 0.8s linear;
}

#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: #0F3580;
	padding-left: ;
}

#menu li ul li {
	height: auto;
	line-height: normal;
	float: none;
	width: 100%;
}

#menu li ul li a,
#menu li.selected li a {
	color: rgba(255, 255, 255, 0.6);
	padding: 2px 20px;
	/* padding-left: 23px; */
	text-align: left;
	font-size: 14px;
	display: block;
	background: none;
	text-transform: capitalize;
	position: relative
}

#menu li ul li a:after,
#menu li.selected li a:after {
	display: none
}


#menu li ul li a:hover:before,
#menu li.selected li a:hover:before {
	/* background-color: #fff; */
}

#menu li ul li a:hover,
#menu li.selected li a:hover {
	color: #fff;
}

#top .site-header .logo a {
	background-image: url(/images/logo2.png);
	background-repeat: no-repeat;
}

#top.white .site-header .logo a {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
}


/* #top.white .site-header nav #menu>ul>li>a::after {
	background-color: #0F3580;
} */

#top.scroll .site-header .logo a {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
}

#top.scroll .site-header nav #menu ul li>a {
	color: #2a2a2a;
}

/* #top.scroll .site-header nav #menu>ul>li>a::after {
	background-color: #0F3580;
}
 */

#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;
	color: #fff;
	margin-right: 15px;
	display: inline-block;
}

#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: #0F3580;
	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;
}



/* #top .search_form a:nth-child(1) {
	margin-bottom: 5px;
	background-image: url(/images/icon_top_phone.png);
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
}

#top .search_form a:nth-child(2) {
	background-image: url(/images/icon_top_email.png);
	font-size: 18px;
} */

.fix-sear.active {
	opacity: 1;
	display: block;
}

.transOne {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.fix-sear {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 35, .9);
	opacity: 0;
	display: none;
}

/* .fix-sear .fix-box.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box {
	background-color: #fff;
	padding: 100px 0 160px;
	position: relative;
	opacity: 0;
	transition: all 0.7s !important;
}

.fix-sear .fix-box>a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px;
	color: #000;
	font-size: 30px;
	transform: rotateX(0deg);
}

.fix-box form {
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
	border-bottom: 2px solid #666;
}

.fix-sear .fix-box #key-inp {
	background-color: #fff;
	outline: unset;
	border: unset;
	color: #454545;
	height: 65px;
	line-height: 65px;
	padding-left: 15px;
	display: block;
	width: 75%;
	font-size: 18px;
	font-family: "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*/






@-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: 49vw;
	width: 100%;
}


#banner .swiper-pagination {
	text-align: left;
	width: 82%;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-bottom: 30px;
}

#banner .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: 0.9;
	margin: 0;
}

#banner .swiper-pagination-bullet-active {
	background-color: #0F3580;
}



#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: 1665px;
	padding: 0 20px;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: left;
	position: absolute;
	top: 30.5%;
}


/* #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: #0F3580;
	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: 50px;
	}

}

@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: 40px;
	}

}

@media screen and (max-width:1182px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 14px;
		line-height: 25px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}

	#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: 16px;
		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: #0F3580;
	border-left-color: #0F3580;
	border-right-color: #0F3580;
}

.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: #F7F7F7;
	color: #9B9B9B;
	border-top: 1px solid #F7F7F7;
}

.footer * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.footer {
	padding: 90px 20px 47px;
	margin: 0 auto;
	width: 87.4%;
	max-width: 1665px;
}

.footer .first-tit {

	font-size: 18px;
}

.footer .left {
	float: left;
	width: 541px;
	padding-right: 155px;
}

.footer .center {
	float: left;
	margin-right: 5.3%;
	min-width: 125px;
}

.footer .center:nth-child(1) {
	width: 388px;
}

.footer .center:nth-child(4) {
	margin-right: 0;
}

.footer .right {
	float: right;
	width: 24%;
}



.footer .center .top .list {
	float: left;
	width: 100%;
}

.footer .center .top .list a {
	display: block;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #9B9B9B;
	/* transform: scale(1, 1.04); */
}


.footer .center .top .list a.first-tit {
	margin-bottom: 40px;
	height: 26px;
	font-weight: bold;
	font-size: 21px;
	color: #0F3580;
	display: block;
	/* transform: scale(1, 1.04); */
}

.footer .center .top p {
	font-size: 16px;
	font-weight: bold;
	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 .right .add-con {
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	font-family: "ol";
}




.footer .right .add-con form input#b-sub {
	border: 0;
	background-color: #0F3580;
	color: #fff;
	border-radius: 0 25px 25px 0;
	appearance: none;
	-webkit-appearance: none;
	padding-left: 0;
}

.footer .right .add-con form input#b-keyword {
	height: 45px;
	line-height: 45px;
	width: 70%;
	float: left;
	background-color: unset;
	border: 0;
	outline: unset;
	border: 1px solid #a3a3a3;
	font-size: 16px;
	display: inline-block;
	padding-left: 21px;
	border-radius: 25px 0 0 25px;
}

input::input-placeholder{color:  #ccc !important;} 
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #ccc !important; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #ccc !important; 
} 
::-moz-placeholder { /* Mozilla Firefox 19  */ 
color: #ccc !important; 
} 
:-ms-input-placeholder { /* Internet Explorer 10  */ 
color: #ccc !important; 
}

.footer .right .add-con form input#b-sub {
	height: 45px;
	line-height: 45px;
	width: 30%;
	float: left;
	border: 0;
	outline: unset;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-left: -2px;
	text-align: center;
}


.footer .left:hover *,
.footer .center .top .list a:hover,
.footer .right:hover .add-con {
	color: #0F3580;
}


#copyright {
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	margin-top: 25px;
	padding: 30px 0;
	border-top: 1px solid #fff;
}

.icon_box {
	background-image: url(/images/icon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 31px;
	float: right;
	margin-top: 20px;
}


.icon_box a {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	margin-right: 7%;
	padding: unset !important;
}

.icon_box a:nth-child(5) {
	margin-right: 0;
}

.footer .right .l-con {
	float: left;
	width: 67%;
	padding-right: 10px;
}

.footer .right .r-con {
	float: right;
	width: 33%;
}

.footer .right .l-con p {
	margin-bottom: 10px;
	line-height: 25px;
}

.footer .right .l-con p:nth-child(2) {
	font-size: 24px;
	font-family: "Gbold";
}


.footer .right .l-con p img {
	display: inline-block;
	margin-right: 15px;
	margin-top: 25px;
}

.footer .right .r-con img {
	display: block;
	width: 100%;
}

#copyright .copy-con {
	float: right;
	width: 100%;
	font-size: 14px;
}

#copyright a {
	font-size: 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: #0F3580;
}


#copyright .copy-con-right {
	float: right;
}

#copyright .copy-con-right a {
	display: inline-block;
	margin-right: 50px;
	font-size: 13px;
	font-weight: bold;
}

#copyright .copy-con-right a:nth-child(4) {
	margin-right: 0;
}

@media screen and (max-width:1280px) {
	.footer .left .list {
		font-size: 16px;
		line-height: 25px;
	}

	.footer .center .top .list a {
		font-size: 16px;
		line-height: 25px;
	}

	.footer .first-tit {
		font-size: 16px;
	}

	.footer .right li a {
		line-height: 25px;
		font-size: 16px;
	}
}


@media screen and (max-width:1680px) {

	.footer .left {
		width: 540px;
	}
}

@media screen and (max-width:1440px) {
	.footer {
		padding: 95px 20px 85px;
	}

	.footer .left {
		width: 390px;
		padding-right: 90px;
	}

	.footer .left .companyname img {
		width: 50px;
	}

	.footer .left .address {
		font-size: 13px;
		line-height: 21px;
	}

	.footer .left .pne {
		margin-bottom: 50px;
	}

	.footer .left .pne div {
		font-size: 16px;
		margin-top: 10px;
	}

	.footer .left .pne .phone {
		font-size: 20px;
	}

	.footer .right .add-tit {
		font-size: 18px;
		margin-bottom: 45px;
	}

	#copyright .copy-con-right a {
		margin-right: 30px;
	}

	.footer .center .top .list a {
		display: block;
		font-size: 14px;
		line-height: 28px;
	}
}

@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(4) {
	    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 {
		width: 100%;
		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: 60px;
	z-index: 990;
	padding-top: 5px;
	-moz-border-radius: 50%;
	background: #ddd;
	opacity: 0.8;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 5%;
	bottom: 50px;
	display: none;
	border-radius: 50%;
}

#scrollTop i {
	font-size: 28px;
	color: #fff;
}

div.burger {
	height: 50px;
	width: 25px;
	position: absolute;
	top: -5px;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #0F3580;
	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: 24px;
	}
}




@media screen and (max-width:1440px) {

	#menu li a {
		font-size: 14px;
	}





	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 18px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-family: "ar";
		font-size: 50px;
		margin: 2% 0;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 17.5px;
		line-height: 30px;
	}

	#news_index .list {
		height: 455px;
	}

	#news_index .list2 {
		margin-bottom: 20px;
	}



	#menu li {
		margin-right: 17px;
	}

	#menu li a {}


}



@media screen and (max-width:1280px) {


	#menu li .sub_menu a {
		line-height: 24px;
		font-size: 13px;
		transition: all 0.3s;
		padding: 2px 15px;
		color: #fff;
	}

	.site-header .logo a {
		width: 190px;
		height: 38px;
		font-size: 19px;
		line-height: 28px;
		/* padding-left: 55px; */
	}


	.site-header .logo {
		width: 190px;
		margin-top: 23px;
	}


	#menu li a {
		font-size: 13px;
	}

	nav {
		left: 22%;
	}



}

@media screen and (max-width:1182px) {

	#top .search_form {
		margin-right: 45px;
		margin-top: 16px;
		border-left: 0;
		height: unset;
		line-height: unset;
	}


	/* #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: #0F3580;
		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: #0F3580;
		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;
	}
	
	#top.white #menu li a {
	    color: #fff;
	}

	#menu li>.sub_menu a {
		padding: 5px 45px;
	}

	#menu li a .fa {
		position: absolute;
		right: 50px;
		top: 15px;
		display: block
	}

	#menu li .sub_menu {
		position: static;
		background: rgba(0, 0, 0, 0.1);
		width: 100%;
		text-align: left
	}

	#menu li ul li a,
	#menu li.selected li a {
		text-align: left;
		color: #fff;
		border: 0
	}

	#menu li ul li {
		border-color: rgba(255, 255, 255, 0.2)
	}

	#menu li a:hover,
	#menu li.selected a {
		color: #fff;
		/* background: rgba(0, 0, 0, 0.3) */
	}

	#menu li a:hover,
	#menu li.selected2 a {
		color: #fff;
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 10px 50px;
		font-size: 16px;
	}

	#menu li a:after,
	#menu li a:hover:after,
	#menu li.selected a:after {
		display: none
	}

	#menu li ul li a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		color: #fff
	}

	#menu li {
		position: relative
	}

	#menu li * {
		float: none
	}

	#menu li .sub_menu {
		float: left;
		padding: 0
	}

	#menu li ul li {
		padding: 0 0px;
		float: none
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 15px 50px;
		display: block;
		font-size: 13px;
		padding-left: 43px;
	}

	#menu li ul li a:before,
	#menu li.selected li a:before {
		display: none
	}


	#top.scroll .site-header nav #menu ul li>a {
		color: #fff;
	}

	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* .site-header .logo {
		width: 33px;
	} */

	div.burger {
		right: 20px
	}

	#top.scroll .language {
		right: 70px;
	}

	#banner .owl-dots {
		bottom: 15px;
	}
}



/* @media screen and (max-width:1150px) {
	nav {
		margin-left: 130px;
	}
	#top .search_form {
	    margin-top: 24px;
	}
}

@media screen and (max-width:1100px) {
	nav {
		margin-left: 120px;
	}
	#menu li{
		margin-right: 5px;
	}
	#menu li a {
	    font-size: 14px;
	}
} */

@media screen and (max-width:1000px) {



	#banner .swiper-pagination-bullets {
		bottom: 0%;
	}


	.w1510 {
		width: 100%;
	}



	/* #banner .swiper-pagination-bullets {
		bottom: 5%;
	}
 */
	/* #banner .swiper-button-next,
	#banner .swiper-container-rtl .swiper-button-prev {
		display: none;
	} */

	#banner .swiper-slide .slide-inner div {
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con {
		bottom: 14%;
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 14px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 34px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 13.5px;
		line-height: 25px;
	}


}





@media screen and (max-width:1090px) {}

@media screen and (max-width:1000px) {}



@media screen and (max-width:900px) {}




@media screen and (max-width:670px) {
	#top .search_form a:nth-child(1) {
		position: absolute;
		margin-bottom: -5px;
		top: 65px;
		right: 3px;
		background-color: #fff;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		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: 53.9vw;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 12px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 20px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		display: none;
	}





}





.h2_title {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 35px;
	position: relative;
}

.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: 0px;
	}
	
	#copyright {
	    padding: 10px 0;
	    margin-top: 0;
	}
}

@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 {
	font-size: 16px;
	font-family: "ol", sans-serif;
	padding: 25px 15px 0;
	line-height: 25px;
	box-sizing: border-box;
	color: #fff;
}

.research__accordeon__field--textPositionHelper {
	position: absolute;
	top: 0;
	left: 0;
	padding: 75px 65px;
	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: 0.9vw;
	line-height: 1.5rem;
}


.research__accordeon__field--link {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
	border: none;
	background: rgba(34, 45, 67, 0.4);
	z-index: 1;
}

.research__accordeon__field:hover .research__accordeon__field--link,
.research__accordeon__field.active .research__accordeon__field--link {
	background: rgba(34, 45, 67, 0);
}

.research__accordeon__field.hasExternalLink .icon-arrow-right {
	display: none
}

@media screen and (min-width:1182px) {



	.research__accordeon__field.hasExternalLink:hover .research__accordeon__field--title:after {
		-webkit-mask-image: url('../fonts/extlink.svg');
		mask-image: url('../fonts/extlink.svg');
		content: "";
		margin-left: 15px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-color: #ffffff;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}

	.research__headline h3 {
		font-size: 50px;
		line-height: 60px
	}

	.research__accordeon {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		height: 32vw;
	}

	.research__accordeon__field--title .icon-arrow-right {
		display: none
	}

	.research__accordeon__field {
		-ms-flex: 0.5;
		flex: 0.5;
		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: 7.2;
		flex: 7.2;
	}

	.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: 20px;
		line-height: 2rem;
		margin-bottom: 15px;
	}

	.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: 13px;
		width: 166px;
	}

	.site-header .logo a {
		width: 166px;
		height: 34px;
	}
}




/*#sol-index*/
#sol-index.index .research__top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#sol-index.index .research__top .tit {
	font-size: 22px;
	line-height: 30px;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 145px;
	left: -140px;
	width: 360px;
	transform: rotateZ(90deg);
	padding: 20px 0;
	text-align: left;
	padding-left: 20px;
}



#sol-index.index .research__des {
	position: absolute;
	top: 0;
	left: 0;
	padding: 67px 60px;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

#sol-index.index .research__accordeon__field:hover .research__des,
#sol-index.index .research__accordeon__field.active .research__des {
	opacity: 1;
}


@media screen and (min-width: 1182px) {
	#sol-index.index .research__accordeon__field .research__accordeon__field--title b {
		font-size: 30px;
		display: inline-block;
		position: relative;
	}





	#sol-index.index .research__accordeon__field:hover .research__accordeon__field--title b,
	#sol-index.index .research__accordeon__field .research__accordeon__field--title .url,
	#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;
}

#sol-index {
	padding: 100px 0;
	background-color: #F7F7F7;
}


.h2_s_title {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #0F3580;
	font-family: "ol";
}

#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: #0F3580;
}

#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: #0F3580;
}

#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) {

	#about {
		padding: 33px 0 40px;
	}

	#sol_index .img-box {
		display: none;
	}

	#sol_index .list-box .list {
		width: 100%;
		background-repeat: no-repeat;
		margin-bottom: 10px;
		height: 335px;
		background-size: cover;
	}

	#sol_index .list-box .list:nth-child(1) {
		background-image: url(/images/about-1.jpg);
	}

	#sol_index .list-box .list:nth-child(2) {
		background-image: url(/images/about-2.jpg);
	}

	#sol_index .list-box .list:nth-child(3) {
		background-image: url(/images/about-3.jpg);
	}

	#sol_index .list-box .list:nth-child(4) {
		background-image: url(/images/about-4.jpg);
	}

	#sol_index .list-box .list:nth-child(5) {
		background-image: url(/images/about-5.jpg);
	}

	#sol_index.two .list-box .list:nth-child(1) {
		background-image: url(/images/about-6.jpg);
	}

	#sol_index.two .list-box .list:nth-child(2) {
		background-image: url(/images/about-7.jpg);
	}

	#sol_index.two .list-box .list:nth-child(3) {
		background-image: url(/images/about-8.jpg);
	}

	#sol_index.two .list-box .list:nth-child(4) {
		background-image: url(/images/about-9.jpg);
	}

	#sol_index.two .list-box .list:nth-child(5) {
		background-image: url(/images/about-5.webp);
	}

	#sol_index .list-box .list .bottom {
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}

	#sol_index .list-box .list:hover .bottom {
		height: 100%;
		background-image: unset;
	}


	#sol_index #why_box {
		height: auto;
	}


}

@media screen and (max-width:700px) {

	#sol_index .list-box .list .bottom {
		padding: 4% 6% 4%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#sol_index .list-box .list:hover .bottom {
		padding: 4% 6% 4%;
	}

	#sol_index .list-box .list .bottom .tit {
		font-size: 18px;
		margin-bottom: 5px;
		position: unset;
		padding-bottom: unset;
	}

}


@media screen and (max-width:500px) {}






#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: 12.5%;
}

#partner .w1510 .list .img img {
	max-height: 80%;
	max-width: 90%;
}




#news-index {
	padding: 115px 0;
}

#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: #0F3580;
	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: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	width: 100%;
}

#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: #0F3580;
}

#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*/

/*ldcs	add new*/


/*xzd add new*/
#pro-index {
	padding: 100px 0 0;
}

#pro-index .l *,
#pro-index .r * {
	color: #fff;
}

#pro-index .l,
#pro-index .r {
	height: 740px;
	width: 50%;
	background-size: cover;
}

#pro-index .l {
	background: url(/images/pl.jpg) no-repeat;
	padding: 115px 90px;
}

#pro-index .r .r-box {
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pro-index .r .r-box .con {
	padding: 35px 65px;
	text-align: center;
}

#pro-index .r a:nth-child(1) .r-box {
	background: url(/images/pr1.jpg) no-repeat;
}

#pro-index .r a:nth-child(2) .r-box {
	background: url(/images/pr2.jpg) no-repeat;
}

#pro-index .r a:nth-child(2) .r-box .con {
	background-color: #fff;
}

#pro-index .r a:nth-child(2) .r-box .con * {
	color: #000;
}

#pro-index .h2_title {
	margin-bottom: 60px;
}

#pro-index .l .tit,
#pro-index .r .tit {
	
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: "arial";
}

#pro-index .l .des,
#pro-index .r .des {
	font-size: 16px;
	line-height: 23px;
	margin-top: 15px;
}

#pro-index .l .url,
#pro-index .r .url {
	font-size: 16px;
	margin-top: 15px;
}


#pro-index hr {
	display: block;
	width: 75px;
	background-color: #fff;
	height: 1px;
	margin: 0 auto;
}

#pro-index .r a:nth-child(1) .r-box .con{
	background-color: #fff;
}

#pro-index .r a:nth-child(1) .r-box .con *{
	color: #000;
}


#pro-index .r a:nth-child(1) .r-box .con hr {
	background-color: #000;
}


#pro-index .r a:nth-child(2) .r-box .con hr {
	background-color: #000;
}


#pro-index .l hr {
	margin-left: 0;
}

#pro-index .r a:nth-child(2) .r-box .con hr {
	background-color: #000;
}


#pro-index .pro-list {
	background-color: #f7f7f7;
	padding: 100px 0;
	margin-top: 100px;
}

#pro-index .pro-list .swiper-container {
    padding-bottom: 50px;
}

#pro-index .pro-list a {
    width: 23.5%;
    margin-right: 2%;
    background-color: #fff;
    display: inline-block;
}

#pro-index .pro-list a:nth-child(4) {
    margin-right: 0;
}

#pro-index .pro-list a .img {
    margin: 20px 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

#pro-index .pro-list a .img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#pro-index .pro-list a .tit {
    font-size: 20px;
    line-height: 26px;
    padding: 0 15px;
    height: 45px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

#pro-index .pro-list>.url {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #0F3580;
	margin: 60px auto 0;
}

#about_index {
	padding: 100px 0;
}


#about_index .l,
#about_index .r {
	width: 50%;
}


#about_index .l .bottom,
#about_index .r {
	padding-left: 110px;
}

#about_index .l .top img {
	display: block;
	width: 100%;
}

#about_index .l .bottom{
	margin-top: 110px;
}

#about_index .l .bottom .h2_title {
	line-height: 45px;
	margin-bottom: 70px
}

#about_index .l .bottom .img-box {}

#about_index .l .bottom .img-box .list {
	display: inline-block;
	margin-right: 60px;
	text-align: center;
}

#about_index .l .bottom .img-box .list:nth-child(3) {
	margin-right: 0;
}

#about_index .l .bottom .img-box .list p {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	margin: 10px 0 5px;
	color: #0f3580;
}

#about_index .l .bottom .img-box .list span {
	font-size: 13px;
	font-weight: bold;
	color: #0f3580;
}

#about_index .r .top {
	margin-bottom: 165px;
}

#about_index .r .top .des {
	font-size: 20px;
	line-height: 30px;
	margin: 45px 0;
}

#about_index .r .top .url {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #0F3580;
    position: relative;
    z-index: 3;
}

#about_index .r .bottom img {
	display: block;
	width: 100%;
}

#app-index {
	padding: 100px 0 156px;
	background: url(/images/app-index.jpg) no-repeat;
	background-size: cover;
}

#app-index .h2_title,
#app-index .h2_s_title {
	color: #fff;
	text-align: center;
}

#app-index .h2_title {
	margin-bottom: 90px;
}

#app-index .app-box {
	position: relative;
}

#app-index .app-box .list {
    float: left;
    width: 18%;
    margin-right: 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 133px 65px 85px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

#app-index .app-box .list:nth-child(5) {
	margin-right: 0;
}

#app-index .app-box .list .con1 {
	text-align: center;
	height: 314px;
}

#app-index .app-box .list .con2 {
    text-align: center;
    padding: 105px 40px 85px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 10%;
    background-color: #0F3580;
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

#app-index .app-box .list:hover .con2 {
	opacity: 1;
	top: 0;
}

#app-index .app-box .list .img {
	text-align: center;
}

#app-index .app-box .list .img img {
	display: block;
	max-width: 70%;
	margin: 0 auto;
}

#app-index .app-box .list .con1 .tit {
	margin: 55px 0 75px;
	height: 51px;
}

#app-index .app-box .list .tit {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

#app-index .app-box .list .des {
    font-size: 16px;
    line-height: 25px;
    margin: 55px 0 75px;
    height: 120px;
    overflow: auto;
}

#app-index .app-box .list .des::-webkit-scrollbar {
		width: 10px;
}

#app-index .app-box .list .des::-webkit-scrollbar-thumb {
		border-radius: 10px;
		box-shadow: inset 0 0 5px rgba(50, 50, 250, 0.9);
		background: rgba(100, 100, 250, 0.9);
}

#app-index .app-box .list .des::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(50, 50, 250, 0.9);
		border-radius: 0px;
		background: rgba(100, 100, 250, 0.1);
}

#app-index .app-box .list .url {
	width: 155px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #000;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	text-transform: uppercase;
}

#app-index .app-box .list .con2 .url {
	border: 1px solid #fff;
}

#app-index .app-box .list .con2 * {
	color: #fff;
}

#app-index .app-box .swiper-pagination {
	text-align: center;
	width: 100%;
	margin-top: 70px;
}

#app-index .app-box .swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
	margin: 0 5px;
}

#app-index .app-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0F3580;
}

#news-index .top-news {
	margin-bottom: 70px;
}

#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;
	z-index:1;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#news-index .big-box .left:hover .fix-tit {
	background-color:#0F3580;
	color:#fff;
}

#news-index .top-news .l:hover .fix-tit{
	background-color:#0F3580;
	color:#fff;
}

#news-index .top-news .r .r-tit {
	font-size: 18px;
	font-weight: bold;
	color: #0F3580;
	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;
}

#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: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
	display: block;
	position: relative;
}


#news-index .top-news .r .n-box a:nth-child(2) {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#news-index .top-news .r .n-box a .n-tit {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	width: 80%;
}

#news-index .top-news .r .n-box a .n-des {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0px;
	width: 80%;color:#666;
}

#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: #0F3580;
}

@media screen and (max-width:1770px) {
	#app-index .app-box .list .des {
	    margin: 55px 25px 75px;
	}
}

@media screen and (max-width:1680px) {
	#about_index .l .bottom, #about_index .r {
	    padding-left: 70px;
	}
	#about_index .l .bottom .h2_title {
	    line-height: 40px;
	    margin-bottom: 60px;
	}
	#about_index .l .bottom .img-box .list img{
		width: 40px;
	}
	
	#about_index .l .bottom .img-box .list:nth-child(3) img{
		width: 55px;
	}
	#about_index .l .bottom .img-box .list p {
	    font-size: 16px;
	    line-height: 24px;
	}
	#about_index .l .bottom .img-box .list span {
	    font-size: 12px;
	}
	#about_index .l .bottom .img-box .list {
	    margin-right: 30px;
	}
	
	#app-index .app-box .list .img img{
		height: 65px;
	}
	#app-index .app-box .list .tit {
	    font-size: 20px;
	    line-height: 25px;
	}
	#app-index .app-box .list .url {
	    width: 150px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 13px;
	}
	
	#app-index .app-box .list .des {
		margin: 55px 15px 75px;
	    font-size: 14px;
	    line-height: 22px;
	}
	
	#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) {
	#pro-index .l {
	    background: url(/images/pl.jpg) no-repeat;
	    padding: 110px 55px;
	}
	#pro-index .r .r-box .con {
	    padding: 25px 30px;
	}
	#pro-index .l .des, #pro-index .r .des {
	    font-size: 14px;
	}
	#pro-index .l .tit, #pro-index .r .tit {
	    font-size: 24px;
	    line-height: 30px;
	}
	
	#pro-index .pro-list a .tit {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 0 15px;
	    height: 45px;
	    margin-bottom: 45px;
	}
	
	#pro-index .pro-list>.url {
	    width: 165px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    margin: 50px auto 0;
	}
	
	#about_index .r .top .des {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 30px 0;
	}
	
	#app-index .app-box .list {
	    padding: 40px 65px 30px;
	}
	
	#app-index .app-box .list .img img {
	    height: 55px;
	}
	
	#app-index .app-box .list .tit {
		font-size: 18px;
	}
	
	#app-index .app-box .list .con1 .tit {
	    margin: 45px 0 65px;
	}
	
	#app-index .app-box .list .con2 {
	    padding: 45px 15px 30px;
	}
	
	#app-index .app-box .list .des {
	    font-size: 13px;
	    line-height: 20px;
	    margin: 35px 5px 45px;
	    height: 85px;
	}
	
	#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;
	}

#about_index .l .bottom{
	margin-top: 40px;
}

}

@media screen and (max-width:1280px) {
	#app-index .app-box .list .des {
	    margin: 20px 0px 30px;
	}
	#app-index .app-box .list {
	    padding: 50px 30px 40px;
	}
}

@media screen and (max-width:1182px) {
	
		#sol-index .h2_title {
		    margin-bottom: 20px;
		    font-weight: normal;
		}
		
		#pro-index {
		    padding: 30px 0 0;
		}
		
		#pro-index .h2_title {
		    margin-bottom: 20px;
		}
		
		#pro-index .l {
		    background: url(/images/pl.jpg) no-repeat;
		    padding: 30px 25px;
		    background-size: cover;
		    height: auto;
		    width: 100%;
		}
		
		#pro-index .r {
		    height: auto;
		    width: 100%;
		    background-size: cover;
		}
		#pro-index .r .r-box{
			height: auto;
		    padding: 30px 25px;
		    background-size: cover !important;
		    width: 100%;
		}
		
		#pro-index .pro-list {
		    padding: 30px 0;
		    margin-top: 30px;
		}
		#about_index {
		    padding: 30px 0;
		}
		#about_index .l .bottom{
			padding-left: 0;
		}
		#about_index .l .top img {
		    margin-bottom: 30px;
		}
		#about_index .r .top {
		    margin-bottom: 30px;
		}
		
		#about_index .l .bottom .h2_title {
		    line-height: 30px;
		    margin-bottom: 25px;
		}
		
		
		#app-index {
		    padding: 30px 0 50px;
		}
		
		#app-index .app-box .swiper-pagination {
		    margin-top: 20px;
		}
		
		#app-index .h2_title {
		    margin-bottom: 20px;
		}
		
		#news-index {
		    padding: 30px 0;
		}
		
		#app-index .app-box .list .tit {
		    font-size: 14px;
		}
		
		#app-index .app-box .list .url {
		    width: 110px;
		    height: 30px;
		    line-height: 30px;
		    font-size: 12px;
		}
		
		#app-index .app-box .list .con1 {
		    height: 230px;
		}
		
		#pro-index .l .tit, #pro-index .r .tit {
		    font-size: 18px;
		    line-height: 25px;
		}
		
		#pro-index .l .des, #pro-index .r .des {
		    font-size: 13px;
		}
		
		#pro-index .l .url, #pro-index .r .url {
		    font-size: 13px;
		    margin-top: 15px;
		    padding-bottom: 5px;
		}
		
		#news-index .fix-tit {
		    top: 0;
		    left: 0;
		    font-size: 14px;
		    padding: 10px 20px;
		}
		
		#news-index .top-news .r .n-box a .n-tit {
		    font-size: 16px;
		    line-height: 23px;
		    margin-bottom: 5px;
		}
		
		#news-index .top-news .r .n-box a .n-des {
		    font-size: 12px;
		    line-height: 20px;
		}
		
		#news-index .top-news .r .n-box a .n-time {
		    font-size: 12px;
		}
		
		#news-index .top-news .r>.url {
		    margin-top: 20px;
		    font-size: 12px;
		    height: 35px;
		}
		
		#news-index .top-news .r>.url font {
		    color: #fff;
		    width: 20px;
		    height: 20px;
		    line-height: 20px;
		    font-size: 12px;
		}
		
		#news-index .top-news {
		    margin-bottom: 20px;
		}
		
		#news-index .news-box .swi-list .con .tit {
		    font-size: 14px;
		    line-height: 23px;
		    margin-bottom: 10px;
		}
		
		#news-index .news-box .swi-list .con .time {
		    font-size: 12px;
		}
		#news-index .news-box .swi-list .con {
		    padding: 10px 0;
		    margin-bottom: 10px;
		    position: relative;
		    background-color: #fff;
		}
		
		.footer .center .top .list a.first-tit {
		    margin-bottom: 15px;
		    height: 26px;
		    font-size: 16px;
		}
		
		.footer .center .top p {
		    font-size: 13px;
		    line-height: 20px;
		    margin-bottom: 20px;
		}
		
		.footer .right .add-con form input#b-keyword {
		    font-size: 13px;
		    height: 35px;
		    line-height: 35px;
		}
		
		.footer .right .add-con form input#b-sub {
		    font-size: 13px;
		    height: 35px;
		    line-height: 35px;
		}
		
		
		#pro-index .pro-list a .tit {
		    font-size: 14px;
		    line-height: 24px;
		    margin-bottom: 0px;
		}
}


@media screen and (max-width:1000px) {


	.top-news .r {
	    height: auto;
	}

	#pro-index .pro-list a {
	    width: 49%;
	    margin-bottom: 2%;
	}
	#pro-index .pro-list .four a:nth-child(2n){
	    margin-right: 0;
	}
	#pro-index .pro-list a .tit {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 0 15px;
	    height: 45px;
	    margin-bottom: 15px;
	}
	
	#pro-index .pro-list>.url {
	    width: 165px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	    margin: 20px auto 0;
	}
	
	
	#about_index .l .bottom .img-box .list {
	    margin-right: 30px;
	    width: 35%;
	    text-align: left;
	    margin-bottom: 15px;
	}
	
	#app-index .app-box .list {
	    float: left;
	    width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	
	#app-index .app-box .list:nth-child(2n){
		margin-right: 0;
	}
	
	#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%;
	}
	
	#about_index .r .top .des {
	    font-size: 13px;
	    line-height: 23px;
	    margin: 15px 0;
	}
	
	#about_index .r .top .url {
	    display: block;
	    width: 140px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 13px;
	}
}

@media screen and (max-width:900px) {
	#about_index .r,#about_index .l{
		width:100%;
	}
	#about_index .r{
		padding-left:0;
		margin-top: 25px;
	}
}

@media screen and (max-width:600px) {
	
	/* #pro-index .pro-list a {
	    width: 100%;
	} */
	
	#pro-index .pro-list a .img {
	    margin: 20px 0;
	    height: auto;
	    margin-top: 0;
	}
	
	#pro-index .pro-list a .img img{
		width: 100%;
	    height: auto;
	}
	#pro-index .pro-list a .tit{
		height: auto;
	}
	
	#app-index .app-box .list {
	    float: left;
	    width: 100%;
		margin-bottom: 2%;
	}
	
	#app-index .app-box .list {
	    padding: 20px 15px 30px;
	}
	
	#app-index .app-box .list .con1 {
		height: auto;
	}
	
	#app-index .app-box .list .tit {
	    font-size: 16px;
	}
	
	#app-index .app-box .list .con1 .tit {
	    margin: 20px 0 30px;
	}
	
	#app-index .app-box .list .con2 {
	    padding: 20px 15px 30px;
	}
	
	#app-index .app-box .list .des {
	    font-size: 13px;
	    line-height: 20px;
	    margin: 20px 0 30px;
	    height: 60px;
	}
	#news-index .top-news .r .n-box a .n-tit,#news-index .top-news .r .n-box a .n-des{width:100%;}
        #news-index .top-news .r .n-box a .n-time {
	    position: relative;
    }
	
	#pro-index .pro-list a .tit {
	    font-size: 13px;
	    line-height: 18px;
	    padding: 0 0px;
	    margin-bottom: 10px;
	}
	
	#pro-index .pro-list>.url {
	    width: 115px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 13px;
	    margin: 20px auto 0;
	}
	
	#app-index .app-box .list .con2 {
	    padding: 25px 10px 30px;
	    opacity: 1;
	    top: 0;
	}
	
	#app-index .app-box .list .des {
	    font-size: 13px;
	    line-height: 20px;
	    margin: 20px 0 30px;
	}
	
	#top .search_form a.lan-a {
	    padding: 0;
	    line-height: 25px;
	    width: 35px;
	    margin-right: 3px;
	    text-align: center;
	    font-size: 12px;
	}
	
	
	#top .search_form a:nth-child(1) {
	    width: 30px;
	    height: 30px;
	    right: -3px;
	}
	
	#top .search_form a:nth-child(1) img {
	    width: 13px;
	}
	
	.fix-sear .fix-box {
	    height: 35vh;
	    padding: 13vh 0 20px;
	}
	
	.fix-sear .fix-box #key-inp {
	    height: 35px;
	    line-height: 35px;
	    padding-left: 15px;
	    display: block;
	    width: 75%;
	    font-size: 13px;
	}
	
	#open_sub {
	    width: 20px;
	    height: 20px;
	    top: 6px;
	    right: 20px;
	}
	
	#menu li>a {
	    padding: 5px 30px;
	}
	
	div.burger {
	    right: 15px;
	    top: -7px;
	}
	
	#down-bottom .left .list .down {
	    background-size: auto 12px !important;
	}
	
	
	
	#top .search_form {
	    margin-right: 30px;
	}
}

/*xzd add new*/
