
@import url("core.css");
@import url("jtfont.css");
@import url("Gbold.css");

*::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgb(0 0 0 / 40%);
	background: rgba(0, 0, 0, 0.4);
}


*::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.15);
}


* p{
	/*font-size: 14px;
	color: #666;*/
	color: #545454;
	font-weight: 300 !important;
}

.to-big .img img {
	display: block;
	width: 100%;
}

.l,
.left {
	float: left;
}

.r,
.right {
	float: right;
}



*.thr>a,
*.thr>div,
*.thr>span,
*.thr>p {
	float: left;
	display: block;
}

*.thr>a:nth-child(3),
*.thr>div:nth-child(3),
*.thr>span:nth-child(3),
*.thr>p:nth-child(3) {
	margin-right: 0 !important;
}


*.four>a,
*.four>span,
*.four>p {
	float: left;
	display: block;
}




*.four>a:nth-child(4),
*.four>div:nth-child(4),
*.four>span:nth-child(4),
*.four>p:nth-child(4) {
	margin-right: 0 !important;
}

.a-upload {
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	padding: 15px 15px;
	font-size: 16px;
	color: #aaa;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin-top: 10px;
	background-color: #fff;
}

.a-upload input {
	position: absolute;
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
}

.btn {
	position: absolute;
	right: 15px;
	padding: 0 20px;
	width: auto;
	height: 30px;
	top: 8px;
	z-index: 1;
	background-color: #d7063b;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 16px;
	float: left;
	outline: unset;
	border: 1px solid #ccc;
	border-radius: 30px;
}

* {
	margin: 0;
	padding: 0;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

font,
span {
	/* display: block;
	width: 100%; */
}




.h2_des {
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 40px;
}

#kefu {
	position: fixed;
	top: 35%;
	right: 0px;
	width: 75px;
	z-index: 88888;
}

#kefu a {
	background-color: #d7063b;
	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;

}

#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;
	height: 100%;
	width: 100%;
}

/* #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: "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;
}



#open_sub {
	background-image: url(../image/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: 84.25%;
    max-width: 1610px;
}


a {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#mobile_height {
	height: 80px;
	display: none;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background-color: transparent;
}

#top.white {
	background-color: #fff;
}

#top.scroll {
	background-color: #fff;
}

#top,
#top .site-header {
	transition-duration: .1s;
	-ms-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}

#top li,
#top nav,
.language,
.site-header .logo a,
.site-header .logo,
#top .sub_menu,
#top .sub_menubox {
	transition-duration: .1s;
	-ms-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}

#top.scroll {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.site-header {
    padding: 0 20px;
    margin: 0 auto;
    width: 83.25%;
    max-width: 1610px;
    height: 110px;
}

.site-header .logo {
    display: block;
    float: left;
    width: 201px;
    overflow: hidden;
    /* position: absolute; */
    /* left: 50px; */
    margin-top: 27px;
    z-index: 9999;
}

.site-header .logo a {
    color: #454545;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 60px;
    background-size: 100% auto;
    display: block;
    text-indent: -2000px;
}

#top.scroll .site-header {}

.site-header nav {
    height: 110px;
    margin-left: 0px;
    float: right;
}


.loginb {
	float: right;
	color: #c78fbc;
	line-height: 60px;
	font-size: 16px;
	margin-left: 5%;
	margin-right: 3%;
	transition: all 0.3s;
}

.loginb:hover {
	color: #fff;
}

#menu ul li>a::after {
	position: absolute;
	display: block;
	content: "";
	background-color: #03234b;
	width: 0%;
	height: 2px;
	left: 0;
	bottom: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}



#menu ul li>a:hover,
#menu ul li.selected>a {
	color: #03234b;
}

#menu ul li>a:hover::after,
#menu ul li.selected>a::after {
	width: 100%;
}


.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: 110px;
	margin-right: 60px;
}

#menu li:nth-child(7) {
	margin-right: 0;
}


#menu li a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 110px;
    margin: 0px;
    position: relative;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    transition-duration: .0s;
    -ms-transition-duration: .0s;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    letter-spacing: 0;
}

#top.white #menu li a {
	color: #000;
}


#menu li>a {
	position: relative;
}


#menu li .sub_menu {
    display: none;
    position: absolute;
    top: 110px;
    border-top: 1px solid #ddd;
    line-height: normal;
    background-color: #03234b;
    min-width: 109px;
    padding: 15px 0;
    text-align: center;
    -webkit-animation: atop 0.3s linear;
    -moz-animation: atop 0.3s linear;
    animation: atop 0.3s linear;
    padding: 48px 0 68px;
}


#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: 20px;
	font-weight: bold;
	transition: all 0.3s;
	padding: 2px 20px;
	margin: 0;
	color: #000;
	display: block;
}

#top.scroll #menu li .sub_menu a,
#top.white #menu li .sub_menu a {
	color: #000;
}

#menu li .sub_menu a:hover {
	color: #03234b;
	background-color: #fff;
}



#top.scroll #menu li .sub_menu a:hover,
#top.white #menu li .sub_menu a:hover {
	color: #03234b;
	background-color: #fff;
}

#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(../image/logo22.png);
	background-repeat: no-repeat;
}

#top.white .site-header .logo a {
	background-image: url(../image/logo3.png);
	background-repeat: no-repeat;
}


#top.scroll .site-header .logo a {
	background-image: url(../image/logo3.png);
	background-repeat: no-repeat;
}

#top .pnm {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 444;
}

#top .pnm a img.img2 {
	display: none;
}

#top.scroll #menu li a,
#top.white #menu li a {
	color: #2a2a2a;
}

#top.scroll #menu li a:hover,
#top.white #menu li a:hover,
#top.scroll #menu li a.active,
#top.white #menu li a.active {
	color: #03234b
}

#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: 110px;
	line-height: 110px;
}

#top .search_form a {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

#top.white .search_form a {
	color: #333;
}

#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 .langurl {
	padding-left: 25px;
	display: inline-block;
	margin-left: 10px;
	background: url(../image/icon_dq2.png) no-repeat;
	background-position: left center;
	background-size: 17px;
}

#top .search_form a.lan-a.active {
	background-color: #03234b;
	color: #fff;
}

#top.scroll .search_form .langurl, #top.white .search_form .langurl {
    background: url(../image/icon_dq.png) no-repeat;
    background-position: left center;
    background-size: 17px;
}


#top .search_form a:nth-child(1) {
	position: relative;
	margin-bottom: -8px;
	margin-right: 25px;
}

#top .search_form a:nth-child(1) img{
	width: 17px;
}

#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 {
	margin-left: 10px;
	font-family: "Mus";
}

#top .search_form a:nth-child(3) {
	margin-right: 0;
}


#top .search_form .l_box a {
	margin-left: 0;
}


.fix-sear.active {
	opacity: 1;
	display: block;
}

.transOne {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.fix-sear {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 35, .9);
	opacity: 0;
	display: none;
}

.fix-sear .fix-box.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box {
	background-color: #fff;
	padding: 100px 0 160px;
	position: relative;
	opacity: 0;
	transition: all 0.7s !important;
}

.fix-sear .fix-box>a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px;
	color: #000;
	font-size: 30px;
	transform: rotateX(0deg);
}

.fix-box form {
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px 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;
}

#open_sub {
	background-image: url(../image/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;
}


#top .search_form a:hover {
	color: #03234b;
}

#top .search_form a .img2 {
	display: none;
}

#top .search_form a:hover .img1 {
	display: none;
}

#top .search_form a:hover .img2 {
	display: block;
	margin-top: -7px;
}

#top .search_form a.langurl:hover {
	background-image: url(../image/icon_dq.png)
}

.l_box {
	opacity: 0;
	background-color: #fff;
	display: none;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3 ease-in;
	bottom: 0px;
}

.l_box.active {
	display: block;
	opacity: 1;
	height: auto;
	line-height: 30px;
	width: 110px;
	position: absolute;
	right: 0;
	bottom: -35px;
}

.l_box a {
	display: block;
	width: 100%;
}

#top .search_form .l_box a {
	color: #333;
}

#top .search_form .l_box a:hover {
	background-color: #03234b;
	color: #fff;
}

#menu li.borderurl a {
	border: 2px solid #c70909;
	height: 50px;
	line-height: 46px;
	padding: 0 20px;
	margin-top: 19px;
	font-size: 17px;
	color: #c70909;
	border-radius: 5px;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}

#menu li.borderurl a:hover {
	border: 2px solid #000;
	color: #fff;
	background-color: #000;
}

/* #menu li.hasC {
	padding-right: 20px;
	background-image: url(../images/xjt.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#menu li.hasC:hover {
	background-image: url(../images/xjt2.png);
}

#menu li.hasC:hover>a {
	color: #c70909;
} */


/*#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:100vh;
    width: 100%;
}

#banner .w1510 {
	height: 100%;
}


#banner .swiper-pagination {
    text-align: left;
    width: 50%;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-bottom: 3%;
    text-align: center;
}

#banner .swiper-pagination-bullet {
    width: 19.2%;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255,255,255,0.7);
    opacity: 0.9;
    margin: 0;
    margin-left: 1%;
}

#banner .swiper-pagination-bullet:nth-child(1) {
	margin-left: 0;
}

#banner .swiper-pagination-bullet-active {
	background-color: #fff;
}



#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: 84.25%;
    max-width: 1610px;
    padding: 0 20px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    position: absolute;
	z-index: 333;
    top: 25%;
}


/* #banner .swiper-slide .slide-inner .con .tit {
	
	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: 55px;
    line-height: 85px;
    font-weight: bold !important;
}

#banner .swiper-slide .slide-inner .con .tit p font {
	font-size: 58px;
	font-weight: bold;
}

#banner .swiper-slide .slide-inner .con .tit p font i {
	color: #58bfee;
}

#banner .swiper-slide .slide-inner .con .des {
    letter-spacing: 0;
    margin-top: 35px;
    margin-bottom: 45px;
    width: 45%;
    font-family: "Microsoft YaHei";
}

#banner .swiper-slide .slide-inner .con .des p {
    line-height: 35px;
    font-size: 20px;
}

#banner .swiper-slide .slide-inner .con .url {
    font-size: 14px;
    padding: 15px 0px;
    width: 210px;
    text-align: center;
    margin-top: 45px;
    color: #fff;
    outline: 1px solid rgba(255,255,255,0.6);
    background-color: transparent;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    position: absolute;
    bottom: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#banner .swiper-slide .slide-inner .con .url font{
	position: relative;
	z-index: 333;
}

#banner .swiper-slide .slide-inner .con .url::before {
    content: "";
    border: 0;
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-90deg,#6db80f,#06a3db);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

/* #banner .swiper-slide .slide-inner .con .url::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid transparent;
    border-image: -webkit-linear-gradient(-90deg,#6db80f,#06a3db) 10 10;
    border-image: -moz-linear-gradient(-90deg,#6db80f,#06a3db) 10 10;
    border-image: -o-linear-gradient(-90deg,#6db80f,#06a3db) 10 10;
    border-image: linear-gradient(-90deg,#6db80f,#06a3db) 10 10;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
} */

#banner .swiper-slide .slide-inner .con .url:hover::before{
	width: 100%;
}




#banner .swiper-slide .slide-inner .con .tit {
	width: 60%;
}

#banner .swiper-slide .slide-inner .con .tit * {
	text-transform: uppercase;
}


#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;
	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: 5%;
	/* background-color: rgba(255, 255, 255, 0.5); */
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-size: 16px 25px;
}


@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {


	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 40px;
		line-height: 40px;
	}

}

@media screen and (max-width:1280px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 16px;
		line-height: 27px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 32px;
		line-height: 32px;
	}

}

@media screen and (max-width:1182px) {

	#menu li.hasC {
		padding-right: 0;
		background-position: 95% 22px;
		background-image: url(../image/jtb.png);
		background-repeat: no-repeat;
	}

	#menu li .sub_menu {
		border: 0;
	}

	#banner .w1510 {
		height: 100%;
		width: 100%;
		padding: 0;
	}

	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 14px;
		line-height: 25px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}

	#banner .swiper-pagination {
		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-slide .slide-inner .con .tit span {
		font-size: 13px;
		line-height: 19px;
	}

	.swiper-slide .slide-inner>div {
		top: 15.5%;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 19px;
		line-height: 23px;
		margin-top: 15px;
	}

}

@media screen and (max-width:400px) {
	
}



/*#banner end*/









#qsym_solutions {
	position: relative
}

#qsym_solutions .h2_title font {
	font-size: 32px;
	font-family: "Microsoft YaHei";;
	font-weight: bold;
}

.h5_position {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 900;
    width: 100%;
}

.h5_position .h2_title * {
	text-align: left;
	display: block
}

#solutions_carousel .h2_title {
	font-size: 25px;
}

.sulutions_tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 910;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.sulutions_tabs ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}



.sulutions_tabs li {
    text-align: center;
    padding: 35px 10px;
    line-height: 1.3;
    flex: 1;
    width: 10.5%;
}

.sulutions_tabs li b {
	font-size: 20px;
	font-weight: normal;
	display: block;
}

.sulutions_tabs li p {
    display: block;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500 !important;
    color: #fff;
}

.sulutions_tabs li span {
	display: block;
	height: 24px;
}

.sulutions_tabs li.active a.url {
	display: inline-block
}

.sulutions_tabs li.active {
	background-image: linear-gradient(-90deg,#6db80f,#06a3db);
}

.sulutions_tabs li a {
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: normal;
}

.sulutions_tabs li a.url {
	background: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/icon_vv.png) no-repeat right center;
	display: inline-block;
	padding-right: 20px;
	color: #fff;
	display: none
}

#solutions_carousel .item>div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 901;
    color: #fff;
    padding-top:3%;
	background-color: rgba(0,0,0,0.0);
	transition: all 0.3s;
}

#solutions_carousel .item>div:hover{
	background-color: rgba(0,0,0,0.1);
}

#qsym_solutions .wauto {
	width: 83.25%;
	max-width: 1610px;
	padding: 0 20px;
	margin: 0 auto;
}

#qsym_solutions .wauto2 {
	width: 83.25%;
	max-width: 1610px;
	padding: 0 20px;
}

#solutions_carousel .item {
	line-height: 1.7;
	font-size: 14px;
	overflow: hidden;
}



#solutions_carousel .item .lit-tit {
	font-size: 15px;
	margin-top: 0px;
}

#solutions_carousel .item .lit-tit::after {
	content: "";
	background-color: #fff;
	width: 50px;
	height: 3px;
	display: block;
	margin: 35px 0 30px;
}

#qsym_solutions .big-tit {
	font-size: 20px;
	position: absolute;
	top: 15%;
	z-index: 30;
	width: 100%;
	color: #fff;
}


#qsym_solutions .big-tit .w1510 {
	position: relative;
	padding: 0 0px;
}

#qsym_solutions .item h1 {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	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: 0px;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
    font-family: "Microsoft YaHei";
}

#solutions_carousel .item .url {
	display: block;
	font-size: 20px;
	font-family: "Microsoft YaHei";;
	font-weight: normal;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #ec6a00;
	text-align: center;
	margin-top: 60px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#solutions_carousel .item .url:hover {
	background-color: transparent;
	color: #ec6a00;
	outline: 1px solid #ec6a00;
}



#qsym_solutions .owl-carousel .owl-item img {
	min-width: 500px;
}



@media screen and (max-width:1680px) {
	
	
	#qsym_solutions .h2_title font {
	    font-size: 26px;
	}

	#solutions_carousel .h2_title {
		font-size: 22px;
	}

	#solutions_carousel .item p {
		width: 50%;
		font-size: 16px;
	}

	.sulutions_tabs li img{
		max-width: 35px;
		height: 35px;
	}

	.sulutions_tabs li p {
		line-height: 24px;
		margin-top: 10px;
		font-size: 15px;
	}
}


@media screen and (max-width:1440px) {
	#qsym_solutions .big-tit {
		top: 13%;
	}

	#qsym_solutions .item h1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	#solutions_carousel .item p {
	    font-size: 14px;
	    line-height: 25px;
	    margin-top: 15px;
	}

	.sulutions_tabs li {
		padding: 0 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.sulutions_tabs li a {
		font-size: 18px;
	}
	
	#solutions_carousel .item .url {
	    font-size: 16px;
	    width: 130px;
	    height: 30px;
	    line-height: 30px;
	    margin-top: 30px;
	}
	
	#qsym_solutions .h2_title font {
	    font-size: 22px;
	}


	#solutions_carousel .h2_title {
		font-size: 20px;
	}

	#solutions_carousel .item p {
		font-size: 14px;
	}
}

@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;
	}
	
	.h5_position {
	    top: 95px;
	}
	
	#solutions_carousel .item>div{

	}

	.sulutions_tabs li img{
		max-width: 30px;
		height: 30px;
	}

	.sulutions_tabs li p {
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
	}

	
	#qsym_solutions .h2_title font {
	    font-size: 20px;
	}

	#solutions_carousel .h2_title {
		font-size: 18px;
	}

}

@media screen and (max-width:1000px) {
	#qsym_solutions {}
	
	#qsym_solutions .h2_title font {
		font-size: 18px;
	}

	#solutions_carousel .h2_title {
		font-size: 16px;
	}
	

	#qsym_solutions .big-tit {
		display: block;
		position: relative;
		background: #f6f6f6;
		color: #000;
		padding-left: 20px;
		padding-bottom: 20px;
	}

	#qsym_solutions .wauto {
		width: 100%;
	}

	#qsym_solutions .wauto *{
		color: #fff !important;
	}

	#qsym_solutions .wauto2 {
		width: 100%;
		padding: 0;
	}
	
	.sulutions_tabs {
	    position: relative;
	    background: rgba(0, 0, 0, 0.9);
	}

	#qsym_solutions .item h1,
	#qsym_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: 13px;
	}

	.sulutions_tabs li b {
		font-size: 16px;
		line-height: 30px;
	}
	
	
	.h5_position {
	    top: 20px;
	}

	#solutions_carousel .item>div {
		padding-left: 0px;
	}


}


@media screen and (max-width:600px) {
	
	#solutions_carousel .item>div {
	    padding-left: 0px;
	}
	
	#solutions_carousel .item .url {
	    font-size: 12px;
	    width: 120px;
	    height: 25px;
	    line-height: 25px;
	    margin-top: 20px;
	}
	
	.sulutions_tabs li {
		padding: 5px;
	}

	.sulutions_tabs li a {
		font-size: 13px;
	}

	#solutions_carousel .item p {
		display: block;
		margin-top: 5px;
		width: 100%;
		font-size: 13px;
		line-height: 20px;
	}

	#qsym_solutions .item h1 {
		font-size: 22px;
		line-height: 30px;
	}

	#solutions_carousel .item p {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.sulutions_tabs li img {
		max-width: 20px;
		height: 20px;
	}

	.sulutions_tabs li p {
		line-height: 20px;
		margin-top: 5px;
		font-size: 12px;
	}
}

/*#solution*/


/*footer*/


footer {
	background: #fff;
	color: #fff;
}


.footer .toplogo {
	margin-bottom: 45px;
}

.footer * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.new_icon_box {
	padding-left: 460px;
	height: 185px;
	background-image: url(../image/icon_new_txt.png);
	background-position: 170px center;
	background-repeat: no-repeat;
}

.icon_new_box {
	display: flex;
	height: 185px;
}

.new_icon_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	flex: 1;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	font-family: "Microsoft YaHei";
	font-size: 15px;
	line-height: 30px;
}

.new_icon_box a:nth-child(1) {
	border-left: 0;
}

.new_icon_box a .img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}


.footer {
	padding: 35px 20px 30px;
	margin: 0 auto;
	width: 92.15%;
	max-width: 1610px;
}

.footer .first-tit {

	font-size: 18px;
}

.footer .left {
	float: left;
	width: 541px;
	padding-right: 155px;
}

.footer .center {
	float: left;
	width: 15%;
}

.footer .center:nth-child(1) {
	width: 350px;
	padding-right: 3%;
}

.footer .center:nth-child(5) {
	width: 240px;
}

.footer .center:nth-child(1) .top p {
	color: #fff;
	margin-top: 25px;
	font-family: "Microsoft YaHei";
}


.footer .right {
	float: right;
	width: 140px;
}

.footer .right .top {
	padding-top: 50px;
}

.footer .right .top .tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.footer .right .top .con {
	font-size: 20px;
	line-height: 30px;
	color: #d7063b;
	font-weight: bold;
}

.footer .right .top .con font {
	color: #fff;
}



.footer .center .top .list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.footer .center .top .list a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #ccc;
	font-family: "Microsoft YaHei";
}


.footer .center .top .list a.first-tit {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-left: 0;
	margin-top: 0;
	position: relative;
	font-family: "JFB";
	/* transform: scale(1, 1.04); */
}

/* .footer .center .top .list a.first-tit::before {
	content: ">";
	font-size: 17px;
	font-weight: normal;
	color: #d7063b;
	position: absolute;
	left: 0;
	top: 0px;
	transform: scale(1.2, 1.6);
} */

.footer .right .top .list a.first-tit {
	font-size: 19px;
	color: #fff;
	display: block;
	padding-left: 20px;
	position: relative;
}

.footer .right .top .list a.first-tit::before {
	content: ">";
	font-size: 17px;
	font-weight: normal;
	color: #d7063b;
	position: absolute;
	left: 0;
	top: 0px;
	transform: scale(1.2, 1.6);
}

.footer .right .top .project-box {
	padding-left: 20px;
}

.footer .right .top .project-box a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 15px;
}

.footer .right .top .project-box a:nth-child(4n) {
	margin-right: 0;
}

.footer .right .top .project-box a img {
	display: block;
	width: 100%;
	height: 6vw;
}

.footer .center .top p {
	font-size: 18px;
	line-height: 30px;
	font-family: "Microsoft YaHei";
	margin-bottom: 45px;
	/* transform: scale(1, 1.04); */
}

.footer .center .top p b {
	font-size: 20px;
	font-weight: normal;
	font-family: "JFB";
	margin-bottom: 25px;
	display: block;
	color: #fff;
}

.footer .center .top p .ora {
	color: #ec6a00;
	font-size: 32px;
	font-weight: normal;
	font-family: "Microsoft YaHei";;
}

.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;

}




.footer .left:hover *,
.footer .center .top .list a:hover,
.footer .right:hover .add-con {
	color: #ec6a00;
}



.icon_box {
	background-image: unset;
	background-repeat: unset;
	background-size: unset;
	display: inline-block;
}

.icon_box a {
	display: block;
	float: left;
	width: 25px;
	height: 22px;
	margin-left: 10px;
	margin-top: 0 !important;
	padding: unset !important;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 222px auto;
}

.icon_box a:nth-child(1) {
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../image/icon.png);
}

.icon_box a:nth-child(2) {
	background-repeat: no-repeat;
	background-position: -40px center;
	background-image: url(../image/icon.png);
}

.icon_box a:nth-child(3) {
	background-repeat: no-repeat;
	background-position: -81px center;
	background-image: url(../image/icon.png);
}

.icon_box a:nth-child(4) {
	background-repeat: no-repeat;
	background-position: -122px center;
	background-image: url(../image/icon.png);
}

.icon_box a:nth-child(5) {
	background-repeat: no-repeat;
	background-position: -199px center;
	background-image: url(../image/icon.png);
	margin-right: 0;
}

/* .icon_box a:hover{
		background-image: url(../images/icon2.png);
	}
 */
.icon_box a:nth-child(6) {
	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;
}


.footer .right .l-con p img {
	display: inline-block;
	margin-right: 15px;
	margin-top: 25px;
}

.footer .right .r-con img {
	display: block;
	width: 100%;
}

#copyr .copy-con {
	float: right;
	width: 100%;
	font-size: 14px;
}

#copyr a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #ababab;
	padding-left: 0px;
}

#copyr a.copy {
	display: inline-block;
}

#copyr .copy-page {
	display: inline-block;
	margin-left: 90px;
}

#copyr .copy-page a {
	display: inline-block;
	margin: 0 10px;
}

#copyr a:hover {
	color: #fff;
}


#copyr .copy-con-right {
	float: right;
}

#copyr .copy-con-right font {
	font-size: 15px;
	display: inline-block;
	font-family: "Microsoft YaHei";
	position: relative;
	top: -6px;
}

#copyr .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;
	}

	.footer .center {
		width: 14%;
	}

	.footer .center .top .list a {
		font-size: 14px;
	}

	.footer .center .top p {
		font-size: 14px;
		line-height: 25px;
	}
}

@media screen and (max-width:1440px) {

	.footer {
		padding: 30px 20px 0px;
	}


	footer .center:nth-child(4) {
		width: 210px !important;
	}

	.footer .right .add-tit {
		font-size: 18px;
		margin-bottom: 45px;
	}

	#copyr .copy-con-right a {
		margin-right: 30px;
	}

	.footer .center .top .list a {
		display: block;
		font-size: 13px;
		line-height: 20px;
		margin-top: 7px;
	}

	.footer .center .top .list a.first-tit {
		margin-bottom: 20px;
		font-size: 14px;
	}

	#input_icon .icon_box {
		float: left;
		width: 150px;
	}

	/* .icon_box a {
		background-size: 165px;
		width: 22px;
		height: 23px;
	}

	.icon_box a:nth-child(2) {
		background-position: -35px center;
	}

	.icon_box a:nth-child(3) {
		background-position: -70px center;
	}

	.icon_box a:nth-child(4) {
		background-position: -106px center;
	}

	.icon_box a:nth-child(5) {
		background-position: -143px center;
	} */
}

@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;
	}

	.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;
		
		margin-top: 20px;
	} */

	#copyr 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 {}

	.footer .right .add-tit {
		font-size: 16px;
		margin-bottom: 25px;
	}


	.icon_box {
		height: 35px;
		background-position: center;
		background-size: auto;
	}


	#copyr .copy-con-right {
		display: none;
	}
}

@media screen and (max-width:700px) {


	.footer .right {
		float: left;
		width: 100%;
	}


}



/*footer*/

#scrollTop {
	text-align: center;
	cursor: pointer;
	line-height: 20px;
	z-index: 990;
	background: #03234b;
	opacity: 0.8;
	width: 50px;
	height: 30px;
	position: fixed;
	right: 5%;
	bottom: 50px;
	display: none;
}

#scrollTop i {
	font-size: 28px;
	color: #fff;
}

div.burger {
	height: 35px;
	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: #03234b;
	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 a {
		font-size: 15px;
	}
}




@media screen and (max-width:1440px) {




	#menu li a {
		font-size: 14px;
	}


	#menu li .sub_menu a {
		line-height: 27px;
		font-size: 13.5px;
		padding: 2px 15px;
	}


	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 18px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		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;
	}


	.site-header nav {
		height: 110px;
		float: right;
	}

	#top .search_form .langurl {
		padding-left: 20px;
		margin-left: 5px;
	}


	/* .site-header .logo {
	    width: 150px;
	    margin-top: 31px;
	}

	.site-header .logo a {
		width: 150px;
		height: 23px;
	} */



}



@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; */
	}


}

@media screen and (max-width:1182px) {
	.footer .right .top .project-box a img {
		display: block;
		width: 100%;
		height: 11vw;
	}

	#top .search_form {
		margin-right: 25px;
		margin-top: 9px;
		border-left: 0;
		height: unset;
		line-height: unset;
	}


	#top .search_form a:nth-child(1) {
	    position: relative;
	    margin-top: 0;
	    margin-bottom: 0;
	    margin-right: 5px;
	    top: 3px;
	}

	/* #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: #03234b;
		color: #fff;
		padding: 8px 8px 8px 24px;
		background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/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: 50px;
	}

	#top.scroll .site-header .logo,
	.site-header .logo {
		margin-top: 10px;
	}
	
	
	
	.site-header .logo {
	    width: 60px;
	}
	
	.site-header .logo a {
		width: 60px;
		height: 42px;
	}


	/* .site-header .logo a {
	    width: 240px;
	    height: 20px;
	} */


	#mobile_height {
		height: 50px !important;
		display: block;
	}

	.site-header nav {
		z-index: 9998;
		padding-top: 50px;
		right: 0;
		width: 100%;
		top: 0;
		height: 100%;
		position: fixed;
		display: none;
		margin-right: 0;
		left: 0;
	}

	#menu {
		background: #03234b;
		overflow: auto;
		padding: 20px 0
	}

	#menu li {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		margin-bottom: 0px;
		line-height: normal;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	#menu li li {
		margin-bottom: 0
	}

	#menu li ul li:last-child {
		border-bottom: 0
	}

	#menu .dropdown {
		width: 100%;
		padding-bottom: 30px
	}

	#menu li>a {
		display: block;
		padding: 0;
		border: 0;
		margin: 0;
		padding: 12px 30px;
		color: #fff;
		position: relative;
		float: none;
		line-height: 30px;
	}

	#menu li>.sub_menu a {
		padding: 5px 45px;
		display: block;
	}

	#menu li a .fa {
		position: absolute;
		right: 50px;
		top: 15px;
		display: block
	}

	#menu li .sub_menu {
	    position: static;
	    background-color: rgb(0,135,211);
	    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 {
		background: rgba(0, 0, 0, 0.3);
		color: #fff !important;
	}

	#menu li.selected .sub_menu {
	    background-color: unset;
	}

	#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 .sub_menu a:hover{
		color: #03234b !important;
	}

	#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;
		padding-left: 0 !important;
	}

	#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 .w1510 {
		padding: 0;
	}

	.w1510 {
		width: 100%;
	}



	/* #banner .swiper-pagination-bullets {
		bottom: 5%;
	}
 */
	/* #banner .swiper-button-next,
	#banner .swiper-container-rtl .swiper-button-prev {
		display: none;
	} */

	#banner .swiper-slide .slide-inner div {
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con {
		bottom: 14%;
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 14px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 34px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 13.5px;
		line-height: 25px;
	}


}





@media screen and (max-width:1090px) {}

@media screen and (max-width:1000px) {
	.site-header .logo a {
	    width: 50px;
	    height: 38px;
	}
}



@media screen and (max-width:700px) {
	.footer .right .top .project-box a img {
		display: block;
		width: 100%;
		height: 23vw;
	}
}




@media screen and (max-width:670px) {
	/* #top .search_form a:nth-child(1) {
	    position: absolute;
	    margin-bottom: -5px;
	    top: 65px;
	    right: 12px;
	    background-color: #fff;
	    border-radius: 50%;
	    width: 30px;
	    height: 30px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border: 1px solid #ddd;
	}

	#top .search_form a.lan-a {
		padding: 0;
		line-height: 17px;
		width: 25px;
		margin-right: 1px;
		text-align: center;
		font-size: 12px;
	} */
}



@media screen and (max-width:600px) {

	/* .site-header .logo {
	    width: 35px;
	} */
	.footer li.contact {
		padding-right: 0
	}



	#banner .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;
	}


	

	#banner .slide-inner {
		background-position: 72% center;
	}



}





.h2_title {
	font-size: 45px;
	margin-bottom: 10px;
	line-height: 55px;
	font-weight: bold;
	position: relative;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	font-family: "JFB";
}

.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: 30px;
		line-height: 40px;
	}

}

@media screen and (max-width:1440px) {

	.h2_title {
		font-size: 28px;
		line-height: 30px;
	}

}

@media screen and (max-width:1182px) {

	.h2_title {
		font-size: 20px;
		line-height: 30px;
	}

}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	.h2_title {
		font-size: 18px;
		line-height: 30px;
	}




	.footer .left .address {
		font-size: 13px;
		line-height: 20px;
	}

	.footer .right .add-con form input#b-keyword {
		font-size: 13px;
	}

	.footer .right .add-con form input#b-sub {
		font-size: 13px;
	}


	.footer .right {
		width: 100%;
	}

	.footer .right .l-con {
		float: left;
		width: 100%;
	}


	.footer .right .r-con {
		float: unset;
		width: 176px;
		margin-top: 25px;
	}
}

@media screen and (max-width:400px) {

	.h2_title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 25px;
	}


}


/*pro-index end*/













/* 
#research__accordeon .research__accordeon__field:nth-child(1) *{
	color: #000 !important;
} */

.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: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.research__accordeon__field:first-child {
	margin-left: 0;
}

.research__accordeon__field--figure {
    overflow: hidden;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.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;
	top: 0%;
	left: 0;
	width: 100%;
	/* height: 100%; */
	z-index: 2;
	opacity: 1;
	/* background: rgba(0, 0, 0, 0.5); */
	transition: all 0.3s;
	padding: 25px 25px;
	text-align: center;
}

.research__top p {
	display: block;
	padding-top: 0px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-family: "Microsoft YaHei";;
	font-weight: normal;
}

.research__top .tit {
    margin: 15px 0;
    line-height: 30px;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
    color: #fff;
}

.research__top .url {

	font-size: 14px;
	border: 1px solid #333;
	height: 40px;
	line-height: 36px;
	border-radius: 25px;
	padding-right: 40px;
	padding-left: 15px;
	width: 135px;
	background: url(../image/bjtb.png) no-repeat;
	background-position: 90px center;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.research__accordeon__field--textPositionHelper {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 25px;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
	/*background-color: rgba(0, 0, 0, 0.3);*/
}



.research__accordeon__field--textPositionHelper::before {
	content: "";
	display: block;
	width: 4px;
	height: 25px;
	top: 30%;
	background-color: #03234b;
	position: absolute;
	left: 0;
	display: none;
}


.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: #fff;
	position: relative;
	transition: font-size 0.8s ease;
	word-break: break-word;
	text-align: left;
}

.research__accordeon__field--title b {
	margin: 15px 0;
	line-height: 30px;
	font-size: 21px;
	font-weight: bold;
	box-sizing: border-box;
	display: block;
}

.research__accordeon__field--title .left{
	width: 100%;
}

.research__accordeon__field--title font {

	font-size: 0.8vw;
	line-height: 1.5;
}


.research__accordeon__field--title p {
	display: block;
	padding-top: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	float: left;
	width: 70%;
}


.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);
	z-index: 0;
}

.research__accordeon__field:hover .research__accordeon__field--link,
.research__accordeon__field.active .research__accordeon__field--link {
	background: rgba(34, 45, 67, 0);
	z-index: 333;
}

.research__accordeon__field.hasExternalLink .icon-arrow-right {
	display: none
}

.researchslickcontainer .research__accordeon__field:nth-child(3) * {
	color: #fff;
	border-color: #fff;
}

.researchslickcontainer .research__accordeon__field:nth-child(3) .research__top .url,
.researchslickcontainer .research__accordeon__field:nth-child(3) .research__accordeon__field--title .url {}

.researchslickcontainer .research__accordeon__field:nth-child(3):hover .research__top .url,
.researchslickcontainer .research__accordeon__field:nth-child(3):hover .research__accordeon__field--title .url {}

@media screen and (min-width:1182px) {



	.research__accordeon__field.hasExternalLink:hover .research__accordeon__field--title:after {
		-webkit-mask-image: url('https://www.kinglight.com/wp-content/themes/pcb/assets/fonts/extlink.svg');
		mask-image: url('https://www.kinglight.com/wp-content/themes/pcb/assets/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: 30vw;
	}

	.research__accordeon__field--title .icon-arrow-right {
		display: none
	}

	.research__accordeon__field {
		-ms-flex: 1.4;
		flex: 1.4;
		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.5;
		flex: 7.5;
	}

	.con-box-list .three  .research__accordeon__field:hover,
	.con-box-list .three  .research__accordeon__field.active 
	{
		-ms-flex: 3;
		flex: 3;
	}



	.research__accordeon__field--title * {
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}

	.research__accordeon__field:hover .research__accordeon__field--title img,.research__accordeon__field.active .research__accordeon__field--title img{
		display: block;
	}


	.research__accordeon__field:hover .research__accordeon__field--title b, .research__accordeon__field.active .research__accordeon__field--title b {
		font-size: 21px;
		font-family: "Microsoft YaHei", sans-serif;
		display: inline-block;
		line-height: 30px;
		/* background-image: linear-gradient(-90deg,#6db80f,#06a3db);
		display: inline-block;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */
	}

	/* .research__accordeon__field:nth-child(1):hover .research__accordeon__field--title b, .research__accordeon__field:nth-child(1).active .research__accordeon__field--title b{
		background-image: linear-gradient(-90deg,#000,#000);
	} */


	.research__accordeon__field:hover .research__accordeon__field--title p,
	.research__accordeon__field.active .research__accordeon__field--title p {
		display: block;
		padding-top: 0px;
		color: #fff;
	}


	.researchslickcontainer .research__accordeon__field:nth-child(3):hover .research__accordeon__field--title p,
	.researchslickcontainer .research__accordeon__field:nth-child(3).active .research__accordeon__field--title p {
		color: #fff;
	}

	.research__accordeon__field .research__accordeon__field--title .url {
		font-size: 14px;
		height: 40px;
		line-height: 36px;
		color: #fff;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		float: right;
		font-family: "Microsoft YaHei";
	}

	.research__accordeon__field .research__accordeon__field--title {
		overflow: hidden;
	}

	.research__accordeon__field.active .research__accordeon__field--title .url {

		font-size: 14px;
		border: 1px solid #333;
		height: 40px;
		line-height: 36px;
		border-radius: 25px;
		padding-right: 40px;
		padding-left: 15px;
		width: 135px;
		background: url(../image/bjtb.png) no-repeat;
		background-position: 90px center;
		margin: 0 auto;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.research__accordeon__field.active:hover .research__accordeon__field--title .url {
		color: #fff;
		background: url(../image/bjt.png) no-repeat;
		background-position: 90px center;
		background-color: #d7063b;
		border-color: #d7063b;
	}

	.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: 30.65vw;
	}

	.research__accordeon__field--figure img {
		height: 100%;
		transition: all 0.5s ease-in;
		transform: scale(1);
	}

	.research__accordeon__field:hover .research__accordeon__field--figure img{
		transform: scale(1.05);
	}
}


@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__top {
		opacity: 0;
	}

	.research__accordeon__field:hover .research__top,
	.research__accordeon__field.active .research__top {
		opacity: 0;
	}


	.research__top .tit {
		display: none;
	}

	.research__accordeon__field--textPositionHelper {
		opacity: 1;
		bottom: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.research__accordeon__field--title .left img{
		max-height: 30px;
		max-width: 50px;
	}


	.research__accordeon__field--textPositionHelper * {
		color: #fff !important;
	}

	.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: 300px;
	}

	.research__accordeon__field {
		display: inline-block
	}

	.research__accordeon__field--figure {
		max-height: 420px;
		height: 100%;
		position: relative;
		margin-bottom: 0;
	}

	.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('https://www.kinglight.com/wp-content/themes/pcb/assets/fonts/extlink.svg');
		mask-image: url('https://www.kinglight.com/wp-content/themes/pcb/assets/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
	}

}




@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 {
		height: 68vw;
	}

	.research__accordeon__field--textPositionHelper {
		padding: 20px 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('https://www.kinglight.com/wp-content/themes/pcb/assets/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('https://www.kinglight.com/wp-content/themes/pcb/assets/fonts/arrow-right.svg')
}

.c-research-topics__item {
	position: relative;
	overflow: hidden
}

.c-research-topics__item:not(:last-child) {
	border-bottom: 1px solid #fff
}

.c-research-topics__link {
	color: initial;
	border-bottom: none;
	line-height: inherit;
	padding-bottom: 0;
	transition: none
}

.c-research-topics__link:visited {
	color: initial
}

.c-research-topics__link:focus {
	color: initial
}

.c-research-topics__link:hover {
	color: initial
}

.c-research-topics__link:active {
	color: initial
}

.c-research-topics__link:hover {
	border-bottom-width: 0
}

.c-research-topics__link:active {
	background-color: transparent
}

.c-research-topics__link[target='_blank']::after {
	content: none
}

.c-research-topics__link:hover .c-research-topics__headline {
	text-decoration: underline
}

.c-research-topics__figure {
	z-index: 0;
	height: 266px;
	position: relative
}

.c-research-topics__image {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.c-research-topics__image-gradiant:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 70%;
	opacity: 0.7;
	background-image: linear-gradient(to bottom, transparent, #000)
}

.c-research-topics__content {
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin: 0 13px 19px 19px
}

.c-research-topics__headline {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 21px;
	border: none;
	text-transform: none;
	color: #fff;
	margin-bottom: 12px
}

.c-research-topics__headline .icon-arrow-right:after {
	height: 18px;
	margin-top: 2px
}

.c-research-topics__teaser-text {
	border-bottom: none;
	border-left: none;
	clear: none;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: none;
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: none;
	color: #fff
}

@media screen and (min-width:650px) {
	.c-research-topics {
		border-bottom: 1px solid #e7e7e7
	}

	.c-research-topics__item {
		width: 50%;
		float: left;
		border-left: 1px solid #fff
	}

	.c-research-topics__content {
		margin: 0 44px 44px 44px
	}

	.c-research-topics__headline {
		font-size: 28px
	}

	.c-research-topics__headline .row h3 {
		border-bottom: none;
		border-left: none;
		clear: none;
		color: #333;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		line-height: 1em;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 0;
		text-transform: none;
		font-size: 50px;
		margin-bottom: 25px
	}

	.c-research-topics__headline.has-link:after {
		width: 15px;
		height: 15px;
		position: relative;
		right: 0px;
		top: -4px
	}

	.c-research-topics__headline.has-link--external:after {
		width: 10px;
		height: 18px;
		position: relative;
		right: 0px;
		top: -4px
	}

	.c-research-topics__teaser-text {
		font-size: 20px;
		line-height: 1.18
	}
}

@media screen and (min-width:800px) {
	.c-research-topics__figure {
		height: 450px
	}

	.c-research-topics__image {
		width: auto;
		max-width: none;
		min-width: 100%
	}

	.c-research-topics__headline {
		font-size: 38px
	}

	.c-research-topics__headline .row h3 {
		padding: 0
	}

	.c-research-topics__teaser-text {
		font-size: 28px
	}
}

@media screen and (max-width:1279px) and (min-width:800px) {
	.c-research-topics__headline .row h3 {
		font-size: 32px;
		padding-left: 45px;
		padding-right: 45px
	}

}






@media screen and (max-width:1680px) {}



@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	.sub_menubox {
		position: relative;
		z-index: 999;
		opacity: 0.9;
		padding: 10px 0;
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .sub_menubox a {
		width: 100%;
		text-align: left;
		position: relative;
		top: 10px;
		padding-left: 15px;
	}

	#top {
		background-color: #fff;
	}

	#top.white #menu li a .img {
		display: none;
	}

	#top .site-header .logo a {
		background-image: url(../image/logo.png);
	}

	#top .search_form a.lan-a {
		color: #000;
	}

	#copyr {
		padding: 10px 0;
	}

	#top .search_form a {
		color: #333;
	}

	#top .search_form a.langurl {
		background-image: url(../image/dq2.png);
	}

	#top .search_form a:nth-child(1) .img1 {
		display: none !important;
	}

	#top .search_form a:nth-child(1) .img2 {
		display: inline-block !important;
	}

	#top .search_form a {
		margin-left: 3px;
	}


}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {

	#top.scroll .site-header .logo, .site-header .logo {
	    margin-top: 8px;
	}


	#top .search_form a:nth-child(1) {
	    position: relative;
	    margin-top: 0px;
	    margin-bottom: 0;
	    margin-right: 0px;
	    top: 2px;
	}

	#top .search_form .langurl {
		padding-left: 22px;
		margin-left: 2px;
		font-size: 12px;
	}
}

@media screen and (max-width:400px) {


	#top .search_form .langurl {
		padding-left: 18px;
	}

	#top .search_form a.langurl,
	#top.scroll .search_form .langurl,
	#top.white .search_form .langurl {
		background-size: 13px;
	}

	#top .search_form a:nth-child(1) .img2 {
		width: 14px;
	}
}







/*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;
}


.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;
}






#partner {
	padding: 0 0 100px;
}

#partner .w1510 {
	overflow: hidden;
}

#partner .w1510 .list {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	float: left;
	width: 20%;
	color: #8d8d8d;
	font-size: 18px;
}

#partner .w1510 .list .img img {
	max-height: 80%;
	max-width: 90%;
}




#news-index {
	padding: 80px 0px
}

#news-index .h2_title {
	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: 20px 20px 20px;
		margin: 0 auto;
	}

	.footer .right {
		margin-top: 0;
	}

	.footer .right .l-con p {
		margin-bottom: 10px;
		line-height: 19px;
		font-size: 12px;
	}

	.footer .right .l-con p:nth-child(2) {
		font-size: 17px;
	}
}

/*@media for news-index*/






/*xyzm add new*/


/*#app/#product*/




/*#project*/

#project {
	padding-bottom: 80px;
}

#project .pro-cate {
	padding: 25px 0;
	margin: 45px 0;
	border-top: 1px solid #331522;
	border-bottom: 1px solid #331522;
	text-align: center;
}

#project .pro-cate a {
	font-size: 18px;
	line-height: 30px;
	margin: 0 42px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	color: #333;
}

#project .pro-cate a.active,
#project .pro-cate a:hover {
	border-bottom: 1px solid #333;
}

#project .project-list {
	overflow: hidden;
}

#project .project-list .project-box {
	display: none;
}

#project .project-list .project-box.active {
	display: block;
}

#project .project-list a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

#project .project-list a:nth-child(4) {
	margin-right: 0;
}

#project .project-list a .img img {
	display: block;
	width: 100%;
}

#project .project-list .tit {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
	color: #474747;
}


/*#certification*/
#certi {
	padding-bottom: 110px;
}

#certi .certi-box {
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin: 40px 0;
}

#certi .certi-box span {
	margin: 0 1%;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 65%;
	width: 13%;
	height: 70px;
}

#certi .certi-box span:nth-child(1) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/certi1.png);
}

#certi .certi-box span:nth-child(2) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/certi2.png);
}

#certi .certi-box span:nth-child(3) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/certi3.png);
}

#certi .certi-box span:nth-child(4) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/certi4.png);
	background-size: auto 100%;
}

#certi .certi-box span:nth-child(5) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/certi5.png);
	background-size: auto 100%;
}



/*#news*/

#news-index .top-news {
	margin-top: 40px;
	margin-bottom: 0px;
}

#news-index .top-news .l,
#news-index .top-news .r {
	width: 48.5%;
	position: relative;
}

.top-news .r {
	height: 24.45vw;
}

#news-index .top-news .l img {
	display: block;
	width: 100%;
}

#news-index .fix-tit {
	top: 0;
	left: 0;
	font-size: 20px;
	padding: 10px 30px;
	background-color: #515862;
	display: inline-block;
	position: absolute;
	color: #fff;
}

#news-index .top-news .r .r-tit {
	font-size: 18px;
	font-weight: bold;
	color: #d7063b;
	margin-bottom: 20px;
}

#news-index .top-news .r>.url {
	height: 45px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
}

#news-index .top-news .r>.url font {
	display: inline-block;
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	transform: scale(1);
	margin-left: 8px;
	margin-bottom: 10px;
}

#news-index .top-news .r .n-box a {
	padding-bottom: 4.7%;
	margin-bottom: 3%;
	border-bottom: 1px solid #dedede;
	display: block;
	position: relative;
}



#news-index .top-news .r .n-box a:nth-child(3) {
	margin-bottom: 0px;
}


#news-index .top-news .r .n-box a .n-tit {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

#news-index .top-news .r .n-box a .n-des {
	font-size: 20px;
	line-height: 27px;
}

#news-index .top-news .r .n-box a .n-time {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	color: #676767;
	font-weight: bold;
}

#news-index .top-news .r .n-box a:hover .n-tit {
	color: #d7063b;
}

#news-index .news-box {
	position: relative;
}

#news-index .news-box .big-box:hover .fix-box {
	background-color: #d7063b;
}


#news-index .top-news .l .list {
	position: relative;
}

#news-index .top-news .l .list .pos-con {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 25px 70px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
}

.top-news .l .swiper-button-prev,
.top-news .l .swiper-button-next {
	top: unset;
	bottom: 0;
	width: 62px;
	height: 50px;
	margin-top: unset;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #333;
	background-size: 12px 22px;
}

.top-news .l .swiper-button-prev {
	left: unset;
	right: 62px;
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/prev1.png);
}

.top-news .l .swiper-button-prev:hover {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/prev2.png);
}

.top-news .l .swiper-button-next {
	right: 0;
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/next1.png);
}

.top-news .l .swiper-button-next:hover {
	right: 0;
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/next2.png);
}


.top-news .l .list .tit,
#news-index .top-news .r .n-box a .n-tit {
	font-size: 27px;
	font-weight: bold;
	line-height: 40px;
	width: 100%;
	margin-bottom: 0;
	color: #333;
}

.top-news .l .list .des,
#news-index .top-news .r .n-box a .n-des {
	font-size: 18px;
	line-height: 35px;
	margin: 10px 0 15px;
	color: #555555;
	width: 100%;
}

.top-news .l .list .des {
	margin-bottom: 0px
}

.top-news .l .list .tnh {
	position: absolute;
	right: 25px;
	top: 40px;
}


.top-news .l .list .tnh span,
.ncon .tnh span {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	width: auto;
	display: inline-block;
	font-size: 14px;
	color: #858585;
	height: 20px;
	line-height: 20px;
	font-family: "Microsoft YaHei";;
	font-weight: normal;
}


.top-news .l .list * {
	color: #fff !important;
}



#news-index .top-news .l .list:hover .pos-con .tit {
	color: #d7063b !important;
}


.top-news .l .list .tnh span:nth-child(1),
.ncon .tnh span:nth-child(1) {
	background-image: url(../image/time.png);
}

.top-news .l .list .tnh span:nth-child(2),
.ncon .tnh span:nth-child(2) {
	background-image: url(../image/author.png);
}

.top-news .l .list .tnh span:nth-child(1) {
	background-image: url(../image/time2.png);
}


.top-news .l .list .tnh span:nth-child(2) {
	background-image: url(../image/author2.png);
}

.top-news .r .n-box .ncon {
	padding-left: 29%;
	position: relative;
}

.top-news .r .n-box .ncon .url {
	text-align: right;
	color: #8d8d8d;
	font-size: 14px;
	width: 81px;
	margin-left: auto;
	margin-right: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.top-news .r .n-box .nimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 26%;
}

.top-news .r .n-box .nimg img {
	display: block;
	width: 100%;
}

.top-news .r .n-box a:hover .ncon .url {
	color: #333;
}

@media screen and (max-width:1770px) {}


@media screen and (max-width:1715px) {}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {


	#news-index .fix-tit {
		top: 0;
		left: 0;
		font-size: 16px;
	}

	#news-index .top-news .r .r-tit {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#news-index .top-news .r .n-box a .n-tit {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	#news-index .top-news .r .n-box a .n-des {
		font-size: 14px;
		line-height: 22px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 17px;
		line-height: 24px;
	}


	.footer .center .top p {
		font-size: 13px;
		line-height: 22px;
	}

	.footer .right .top .tit {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 25px;
	}

	.footer .right .top .con {
		font-size: 18px;
		line-height: 30px;
	}


}

@media screen and (max-width:1280px) {


	.footer .center {
		width: 13%;
	}

}

@media screen and (max-width:1182px) {

	#sol-index .h2_title {
		margin-bottom: 20px;
		font-weight: normal;
	}

	.top-news .l .list .tit,
	#news-index .top-news .r .n-box a .n-tit {
		font-size: 16px;
		line-height: 24px;
	}

	#news-index {
		padding: 30px 0;
	}

	#news-index .top-news .r>.url {
		display: none;
	}
}


@media screen and (max-width:1000px) {


	#news-index .top-news .l,
	#news-index .top-news .r {
		width: 100%;
	}

	#news-index .top-news .l {
		margin-bottom: 20px;
	}

	#news-index .news-box .big-box {
		width: 100%;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {}



/*xyzm add new*/


/*xyzm add new(media)*/

@media screen and (max-width:1865px) {}

@media screen and (max-width:1735px) {}


@media screen and (max-width:1680px) {

	#sol-index .adv-box .list .img {
		width: 70px;
		height: 70px;
		margin-bottom: 25px;
		background-size: 22px auto;
	}

	#sol-index .adv-box .list .tit {
		font-size: 18px;
		line-height: 25px;
	}

	#sol-index .adv-box .list .des {
		font-size: 16px;
		line-height: 25px;
	}

	#sol-index .adv-box {
		margin-bottom: 75px;
		overflow: hidden;
	}

	#news-index .top-news .r .n-box a {
		padding-bottom: 3.5%;
		margin-bottom: 3.5%;
	}


	.top-news .r .n-box .ncon .url {
		margin-top: 10px;
	}

	.top-news .l .list .tit,
	#news-index .top-news .r .n-box a .n-tit {
		font-size: 18px;
		line-height: 26px;
	}

	.top-news .l .list .des,
	#news-index .top-news .r .n-box a .n-des {
		font-size: 13px;
		line-height: 20px;
		margin: 7px 0 10px;
	}

	.top-news .l .list .tnh span,
	.ncon .tnh span {
		font-size: 13px;
	}

	.top-news .r .n-box .ncon .url {
		font-size: 12px;
	}

	.top-news .l .list .tnh {
		top: 30px;
	}


}

@media screen and (max-width:1440px) {

	#project .pro-cate a {
		font-size: 16px;
		line-height: 30px;
		margin: 0px 25px;
	}

	#certi .certi-box span {
		width: 16%;
	}



	#news-index .top-news .r .n-box a {
		padding-bottom: 3%;
		margin-bottom: 3%;
	}

	#news-index .top-news .r .n-box a .n-tit {
		font-size: 16px;
		line-height: 25px;
	}

	.top-news .l .list .des,
	#news-index .top-news .r .n-box a .n-des {
		font-size: 12px;
		line-height: 19px;
		margin: 5px 0 5px;
	}

	.top-news .l .list .tnh span,
	.ncon .tnh span {
		font-size: 12px;
	}


}


@media screen and (max-width:1300px) {

	#news-index .top-news .r .n-box a {
		padding-bottom: 2%;
		margin-bottom: 2%;
	}

}

@media screen and (max-width:1280px) {

	#news-index .top-news .r .n-box a {
		padding-bottom: 1.5%;
		margin-bottom: 1.5%;
	}

	.top-news .r .n-box .ncon .url {
		margin-top: -13px;
		font-size: 13px;
	}
}

@media screen and (max-width:1182px) {

	#menu li .sub_menu.sub_menu_product {
		left: 0px;
		width: 100%;
		overflow: hidden;
		background-color: #eee !important;
		padding: 5px 0;
	}

	#menu li .sub_menu.sub_menu_product .w1510 {
		overflow: hidden;
		width: 100%;
		padding: 0;
	}

	#menu li .sub_menu.sub_menu_product .list {
		float: left;
		width: 100% !important;
		padding-left: 0 !important;
	}

	#menu li .sub_menu.sub_menu_product .list .con img {
		display: none;
	}

	#menu li .sub_menu.sub_menu_product .list .tit {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	#menu li .sub_menu.sub_menu_product .list .des {
		display: none;
	}

	#menu li .sub_menu.sub_menu_product {
		background-color: #fff !important;
	}

	#menu li .sub_menu.sub_menu_product .list .con-box {
		border: 0;
		padding: 0 45px;
	}

	#menu li .sub_menu.sub_menu_product .list-4 .tit {
		text-align: left;
		padding-left: 45px;
	}

	#menu li .sub_menu.sub_menu_product .list hr {
		display: none;
	}

	#sol-index .product-url {
		height: 40px;
		line-height: 40px;
		width: 145px;
		margin: 30px auto 0;
	}


	#sol-index .adv-box {
		margin-bottom: 30px;
		overflow: hidden;
	}

	#sol-index .adv-box .list {
		width: 49% !important;
		margin-bottom: 15px;
		height: 125px;
	}



	#project {
		padding-bottom: 30px;
	}

	#project .pro-cate {
		padding: 15px 0;
		margin: 15px 0;
	}

	#project .pro-cate a {
		font-size: 14px;
		line-height: 25px;
		margin: 0px 15px;
	}

	#certi {
		padding-bottom: 0;
	}

	#certi .certi-box span {
		margin: 0 1%;
		background-size: 50% auto !important;
		width: 15%;
		height: 40px;
	}

	#certi .certi-box {
		padding: 20px 0;
		margin: 20px 0;
	}

	#news-index .top-news .l,
	#news-index .top-news .r {
		width: 100%;
		height: auto;
	}

	#news-index .top-news .r {
		margin-top: 20px;
	}

	#news-index .top-news .l .list .pos-con {
		padding: 40px 15px;
	}

	.top-news .l .swiper-button-prev {
		left: unset;
		right: 35px;
		background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/prev1.png);
	}

	.top-news .l .swiper-button-prev,
	.top-news .l .swiper-button-next {
		width: 35px;
		height: 30px;
		background-size: 9px 16px;
	}

	.top-news .r .n-box .ncon {
		padding-left: 0;
		float: right;
		width: 73%;
	}

	.top-news .r .n-box .nimg {
		position: relative;
		left: 0;
		top: 0;
		width: 24%;
	}

	#about .tit {
		font-size: 20px;
		margin: 15px 0 15px;
	}

	.footer .right .top .tit {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.footer .right .top .con {
		font-size: 16px;
		line-height: 30px;
	}

}

@media screen and (max-width:900px) {
	#certi .certi-box span {
		margin: 0 1%;
		background-size: 50% auto !important;
		width: 15%;
	}

	.sulutions_tabs ul {
		display: block;
		overflow: hidden;
	}

	.sulutions_tabs li {
		width: 50%;
		float: left;
		padding: 10px;
	}
}

@media screen and (max-width:700px) {


	.footer .center:nth-child(2) {
		width: 100%;
	}

	.footer .right .top .project-box {
		padding-left: 0;
	}

	.footer .center .top p {
		font-size: 13px;
		line-height: 20px;
	}

	#copyr {
		margin-top: 0;
	}

}

@media screen and (max-width:600px) {


	.top-news .l .list .tit,
	#news-index .top-news .r .n-box a .n-tit {
		font-size: 14px;
		line-height: 23px;
	}

	#news-index .top-news .l .list .pos-con {
		padding: 10px 15px 30px;
	}

	.top-news .l .list .tnh {
		top: 10px;
		position: relative;
		right: 0;
	}

	/* .top-news .r .n-box .ncon {
	    padding-right: 0;
	    float: left;
	    width: 56%;
	} */

	.top-news .r .n-box .ncon .url {
		margin-top: 5px;
		font-size: 13px;
	}

	/* .top-news .r .n-box .nimg {
	    position: relative;
	    right: 0;
	    top: 0;
	    width: 38%;
	    float: right;
	} */

	.top-news .r .n-box .ncon {
		width: 60%;
	}

	.top-news .r .n-box .nimg {
		width: 36%;
	}

	.top-news .l .list .des,
	#news-index .top-news .r .n-box a .n-des {
		font-size: 12px;
		line-height: 12px;
		margin: 5px 0 5px;
		color: #555555;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.top-news .l .list .tnh span,
	.ncon .tnh span {
		font-size: 12px;
	}

	.top-news .r .n-box .ncon .url {
		margin-top: 6px;
		font-size: 12px;
		text-align: left;
		width: 100%;
		position: relative;
	}

	#solutions_carousel .item {
		overflow: hidden;
		display: flex;
		justify-content: center;
	}

	#solutions_carousel .item img{
		min-width: auto;
		
	}
}



/*project-list.html*/

#projectdes {
	padding: 65px 0 80px;
}

#projectdes .l {
	width: 42.5%;
}

#projectdes .l img {
	display: block;
	width: 100%;
}

#projectdes .r {
	width: 55%;
	padding-top: 50px;
}

#projectdes .r .tit {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#projectdes .r .des {
	font-size: 18px;
	line-height: 35px;
	color: #6d6d6d;
}


#projectbox {
	padding: 80px 0 80px;
}

#projectbox .pbox {
	overflow: hidden;
}

#projectbox .pbox a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

#projectbox .pbox a:nth-child(4n) {
	margin-right: 0;
}

#projectbox .pbox a .img {
	height: 21.63vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

#projectbox .pbox a .img img {
	height: 100%;
}

#projectbox .pbox a .tit {
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	color: #949393;
	text-align: center;
	margin-bottom: 15px;
}

#projectbox .pbox a:hover .tit {
	color: #fff;
	background-color: #d7063b;
}


#pwindow {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

#pcontent {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 10%;
	margin: 0 auto;
	padding: 40px;
	background-color: #fff;
	width: 1455px;
	height: 85%;
}

#pcontent .center-box {
	overflow: hidden;
	height: 100%;
}

#pcontent .l {
	width: 56%;
	height: 100%;
}

#pcontent .l img {
	height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#pcontent .r {
	width: 41%;
	padding-right: 20px;
	overflow: auto;
	height: 100%;
}


#pcontent .r::-webkit-scrollbar {
	width: 10px;
}

#pcontent .r::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgb(0 0 0 / 40%);
	background: rgba(0, 0, 0, 0.4);
}


#pcontent .r::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.1);
}





#pcontent .r #relate_pro {
	margin-bottom: 20px;
}

#pcontent .r #jecttit {
	font-size: 25px;
	line-height: 31px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#pcontent .r #pro_img {
	max-width: 80%;
}

#pcontent .r #pro_url {
	font-size: 18px;
	line-height: 28px;
	color: #676767;
	border-bottom: 1px solid #676767;
}

#pcontent .r b {
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 5px;
	display: block;
}

#pcontent .r #jecttxt {
	font-size: 16px;
	line-height: 31px;
	color: #3d3d3d;
}

#pcontent .r #jecttxt img {
	max-width: 100%;
}

#pcontent #pclose {
	position: absolute;
	right: 0;
	top: -60px;
	z-index: 99999;
}

#mclose {
	display: none;
}

@media screen and (max-width:1680px) {
	#pcontent {
		width: 1295px;
	}
}

@media screen and (max-width:1455px) {
	#pcontent {
		width: 1295px;
	}

	#projectdes .r .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	#projectdes .r .des {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width:1295px) {
	#pcontent {
		width: 1000px;
	}
}

@media screen and (max-width:1182px) {

	#projectdes .l,
	#projectdes .r {
		width: 100%;
	}

	#projectdes .r {
		padding-top: 20px;
	}

	#projectbox {
		padding: 30px 0 30px;
	}

	#projectbox .pbox a {
		width: 32%;
	}

	#projectbox .pbox a .img {
		height: 30.5vw;
	}

	#projectbox .pbox a:nth-child(4n) {
		margin-right: 2%;
	}

	#projectbox .pbox a:nth-child(3n) {
		margin-right: 0;
	}

	#projectbox .pbox a .tit {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}

	#pcontent {
		width: 70%;
		overflow: auto;
		padding: 20px;
	}

	#mclose {
		display: block;
		position: absolute;
		color: #333;
		text-align: center;
		height: 30px;
		width: 30px;
		display: block;
		right: 14%;
		top: 5%;
	}

	#mclose img {
		display: block;
		width: 100%;
	}


	#pcontent .l,
	#pcontent .r {
		width: 100%;
	}

	#pcontent .center-box {
		overflow: unset;
		height: 100%;
	}

	#pcontent .l {
		height: unset;
		margin-bottom: 20px;
	}

	#pcontent .l img {
		width: 100%;
		height: auto;
	}

	#pcontent .r {
		height: auto;
	}

	#pcontent .r #jecttit {
		font-size: 20px;
		line-height: 27px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#pcontent .r b {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	#pcontent .r #pro_url {
		font-size: 13px;
		line-height: 25px;
	}

	#pcontent .r #jecttxt {
		font-size: 13px;
		line-height: 25px;
	}
}

@media screen and (max-width:600px) {

	#projectbox .pbox a {
		width: 49%;
	}

	#projectbox .pbox a:nth-child(3n) {
		margin-right: 2%;
	}

	#projectbox .pbox a:nth-child(2n) {
		margin-right: 0;
	}

	#projectbox .pbox a .img {
		height: 45.4vw;
	}

	#pcontent {
		width: 85%;
	}

	#mclose {
		right: 7%;
		top: 5%;
	}

}


/*project-list.html*/



/*20230215 头部更改*/




/*pro-menu*/


/*jmddc add new*/

/*#banner-pro*/

#banner_pro {}

#banner_pro .top-pro {
	margin: 80px 0;
}

#banner_pro .top-pro .list {
	float: left;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	position: relative;
	border-radius: 20px;
}

#banner_pro .top-pro .list:nth-child(2n) {
	margin-right: 0;
}


#banner_pro .top-pro .list .img {}

#banner_pro .top-pro .list .img img {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
}

#banner_pro .top-pro .list .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	height: 28%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#banner_pro .top-pro .list .con * {
	color: #333333;
	text-align: center;
}

#banner_pro .top-pro .list:nth-child(2) .con * {
	color: #000;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

/* #banner_pro .top-pro .list:hover .con{
		background-color: rgba(0,0,0,0.7);
		height: 100%;
	} */

/* #banner_pro .top-pro .list:hover .con *{
		color:#fff;
	}
	 */


#banner_pro .top-pro .list:nth-child(2) .con .img1.w {
	display: none;
}

#banner_pro .top-pro .list:nth-child(2):hover .con .img1.b {
	display: none;
}

#banner_pro .top-pro .list:nth-child(2):hover .con .img1.w {
	display: inline-block;
}

#banner_pro .top-pro .list .con .s-tit {
	font-size: 14px;
}

#banner_pro .top-pro .list .con .tit {
	font-size: 44px;
	font-weight: bold;
	margin: 20px 0;
	margin-top: 0;
}

#banner_pro .top-pro .list .con .tit font {
	font-weight: 800;
}

#banner_pro .top-pro .list .con .url {
	font-size: 14px;
	border: 1px solid #333;
	height: 40px;
	line-height: 36px;
	border-radius: 25px;
	padding-right: 40px;
	padding-left: 15px;
	width: 135px;
	background: url(../image/bjtb.png) no-repeat;
	background-position: 90px center;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


#banner_pro .top-pro .list .con .url .img2 {
	display: none
}

#banner_pro .top-pro .list .con .url:hover {
	color: #fff;
	background: url(../image/bjt.png) no-repeat;
	background-position: 90px center;
	background-color: #d7063b;
	border-color: #d7063b;
}

#banner_pro .top-pro .list .con .url:hover .img1 {
	display: none;
}

#banner_pro .top-pro .list .con .url:hover .img1.w {
	display: none;
}

#banner_pro .top-pro .list .con .url:hover .img2 {
	display: inline-block;
}

#banner_pro .swiper-container {
	margin-bottom: 1%;
}

#banner_pro .swiper-slide img {
	display: block;
	width: 100%;
}

#banner_pro .swiper-pagination {
	text-align: left;
	margin: 0 auto;
	padding: 0 20px;
	width: 81.7%;
	max-width: 1560px;
	display: block;
	left: 0;
	right: 0;
	bottom: 60px;
}

#banner_pro .swiper-pagination-bullet {
	background-color: #fff;
	width: 15px;
	height: 15px;
	opacity: 1;
}

#banner_pro .swiper-pagination-bullet-active {
	opacity: 1;
	background: #d7063b;
	color: #fff;
}

@media screen and (max-width:1680px) {
	#banner_pro .top-pro .list {
		height: 535px;
	}

	#banner_pro .top-pro .list .con .tit {
		font-size: 35px;
	}
}

@media screen and (max-width:1440px) {

	#banner_pro .top-pro .list .con .tit {
		font-size: 28px;
	}

	#banner_pro .swiper-pagination {
		bottom: 30px;
	}

	#banner_pro .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:1280px) {
	#banner_pro .top-pro .list {
		height: 405px;
	}

	#banner_pro .top-pro .list .con {
		height: 40%;
	}

	#banner_pro .top-pro .list .con .tit {
		font-size: 24px;
	}
}

@media screen and (max-width:1182px) {


	#banner_pro .swiper-pagination {
		bottom: 20px;
		width: 100%;
	}

	#banner_pro .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
}

@media screen and (max-width:1000px) {
	#banner_pro .top-pro .list {
		height: 240px;
		width: 100%;
	}

	#banner_pro .top-pro .list .img {
		display: block;
		justify-content: unset;
		height: 100%;
	}

	#banner_pro .top-pro .list .img img {
		display: block;
		height: auto;
		width: 100%;
		margin: 0 auto;
		margin-top: -25%;
		min-width: 600px
	}

	#banner_pro .top-pro .list .con {
		height: 100% !important;
		background-color: rgba(0, 0, 0, 0.4) !important;
	}

	#banner_pro .top-pro .list .con * {
		color: #fff;
	}

	#banner_pro .top-pro .list:nth-child(2) .con * {
		color: #fff;
	}

	#banner_pro .top-pro .list .con .url {
		border: 1px solid #fff;
		height: 30px;
		line-height: 28px;
		padding-right: 5px;
		padding-left: 15px;
		text-align: left;
		width: 120px;
		background: url(../image/bjt.png) no-repeat;
		background-position: 73px center;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	#banner_pro .top-pro .list .img {
		display: flex;
		justify-content: center;
		height: 100%;
		align-items: center;
	}

	#banner_pro .top-pro .list {
		height: 200px;
		width: 100%;
		border-radius: 10px;
	}

	#banner_pro .top-pro .list .con .tit {
		font-size: 16px;
		margin: 15px 0;
	}

	#banner_pro .top-pro .list .con .s-tit,
	#banner_pro .top-pro .list .con .url {
		font-size: 13px;
	}

	#banner_pro .top-pro .list .img img {
		height: auto;
		width: 100%;
		margin-top: 0;
		min-width: unset;
	}



	#banner_pro .swiper-pagination {
		bottom: 10px;
		width: 100%;
	}

	#banner_pro .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}
}



#banner_pro .swiper-slide {
	position: relative;
}

/* #banner_pro .swiper-slide .w1510{
		width: 100%;
	} */

#banner_pro .swiper-slide .con {
	position: absolute;
	top: 16%;
	width: 100%;
}

#banner_pro .swiper-slide .con * {
	color: #fff;
}

#banner_pro .swiper-slide .con p {
	font-size: 14px;
	margin-bottom: 25px;
}

#banner_pro .swiper-slide .con div {
	font-size: 40px;
}

@media screen and (max-width:1680px) {
	#banner_pro .swiper-slide .con div {
		font-size: 35px;
	}
}

@media screen and (max-width:1440px) {
	#banner_pro .swiper-slide .con div {
		font-size: 28px;
	}
}

@media screen and (max-width:1280px) {
	#banner_pro .swiper-slide .con div {
		font-size: 24px;
	}
}

@media screen and (max-width:1182px) {
	#banner_pro .swiper-slide .con div {
		font-size: 20px;
	}
}

@media screen and (max-width:600px) {
	#banner_pro .swiper-slide .con div {
		font-size: 18px;
	}

	#banner_pro .swiper-slide .con p {
		font-size: 13px;
		margin-bottom: 10px;
	}
}



/*#about*/

#about {
	padding: 111px 0 255px;
	background: url(../image/about-back.jpg) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	background-attachment: fixed;
}

#about * {
	text-align: center;
	color: #fff;
}

#about .s-tit {
	font-size: 24px;
}


#about .tit {
	font-size: 40px;
	margin: 0px 0 20px;
	font-weight: bold;
}

#about .des {
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	max-width: 745px;
	margin: 0 auto;
}

#about .special {
	width: 100%;
	max-width: 940px;
}

#about .pos-url {
	display: block;
	font-size: 14px;
	border: 1px solid #fff;
	height: 40px;
	line-height: 36px;
	border-radius: 25px;
	padding-right: 40px;
	padding-left: 15px;
	width: 135px;
	margin: 0 auto;
	margin-top: 70px;
	color: #fff;
	background: url(../image/bjt.png) no-repeat;
	background-position: 90px center;
	background-color: transparent;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#about .pos-url .img2 {
	display: none
}

#about .pos-url:hover {
	background-color: #d7063b;
	border: 1px solid #d7063b;
}

#about .pos-url:hover .img1 {
	display: none;
}

#about .pos-url:hover .img2 {
	display: inline-block;
}

#about .special {
	overflow: hidden;
	margin: 65px auto 120px;
}

#about .special .list {
	float: left;
	padding-left: 100px;
	padding-right: 10px;
	margin-right: 125px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 55px auto;
	position: relative;
	box-sizing: border-box;
}

#about .special .list * {
	text-align: left;
}

#about .special .list:nth-child(3) {
	margin-right: 0;
}

#about .special .list:nth-child(1) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/about-icon1.png);
}

#about .special .list:nth-child(2) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/about-icon2.png);
}

#about .special .list:nth-child(3) {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/about-icon3.png);
}

#about .special .list * {
	color: #fff;
}

#about .special .list div {
	font-size: 45px;
	line-height: 50px;
	font-family: "Arial";
	font-weight: bold;
}

#about .special .list div::before {
	content: "";
	width: 2px;
	height: 95%;
	background-color: #fff;
	position: absolute;
	display: block;
	left: 75px;
	top: 5px;
}

#about .special .list p {
	font-size: 21px;
	line-height: 30px;
}


@media screen and (max-width:1680px) {
	#about .tit {
		font-size: 36px;
	}
}

@media screen and (max-width:1440px) {

	#about .s-tit {
		font-size: 20px;
	}

	#about .tit {
		font-size: 28px;
	}

	#about .des {
		font-size: 13px;
		line-height: 25px;
		width: 80%;
		margin: 0 auto;
	}

	#about .pos-url {
		font-size: 13px;
	}
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {

	#about {
		padding: 35px 0 25px;
		height: auto;
	}

	#about .tit {
		font-size: 24px;
	}

	#about .s-tit {
		font-size: 18px;
	}

	#about .des {
		font-size: 14px;
		line-height: 25px;
		width: 100%;
	}
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	#about .tit {
		font-size: 20px;
	}


	#about .s-tit {
		font-size: 16px;
	}

	#about .des {
		font-size: 13px;
		line-height: 24px;
		width: 100%;
	}
}




/*#news-index*/

#newlb .swiper-pagination {
	padding: 0 15px;
}

#newlb .swiper-pagination-bullet {
	background-color: #fff;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0 5px;
}

#newlb .swiper-pagination-bullet-active {
	opacity: 1;
	background: #d7063b;
	color: #fff;
}

/* .top-news .l::before {
	    content: "公司新闻";
	    position: absolute;
	    width: 32px;
	    height: 34px;
	    padding: 10px;
	    line-height: 18px;
	    font-weight: bold;
	    color: #fff;
	    background-color: #d7063b;
	    top: 0;
	    left: 0;
	    font-size: 16px;
	    z-index: 111;
	}
	
	.top-news .r::before{
		content:"产品动态";
		position: absolute;
		width: 32px;
		height: 32px;
		padding: 10px;
	    line-height: 18px;
	    font-weight: bold;
	    color: #fff;
	    background-color: #d7063b;
		top: 0;
		left: 0;
		font-size: 16px;
		z-index: 111;
	} */

@media screen and (max-width:600px) {

	.top-news .l::before,
	.top-news .r::before {
		width: 28px;
		height: 29px;
		padding: 9px;
		text-align: center;
		line-height: 16px;
		font-size: 12px;
		z-index: 111;
	}
}



/*#footer*/
#input_icon {
	margin: 50px 0 20px;
}

#input_icon .t-tit {
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-left: 0;
	position: relative;

}

#input_icon .input-box {
	float: right;
	width: 400px;
	height: 50px;
	position: relative;
}

#input_icon .input-box>#content {
	height: 100%;
	width: 100%;
	display: block;
	padding-left: 20px;
	font-size: 14px;
	outline: 0;
	border: 0;
	background-color: #fff;
	border-radius: 5px;
}

#input_icon .input-box #subimg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background-color: unset;
	outline: unset;
	border: 0;
	text-indent: -200px;
	overflow: hidden;
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/subemail.png);
	background-color: #d7063b;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0 5px 5px 0;
}



#input_icon .icon_box {
	float: left;
	width: 190px;
}


@media screen and (max-width:1440px) {

	#input_icon .t-tit {
		margin-bottom: 20px;
		font-size: 14px;
	}

	#input_icon .input-box {
		height: 35px;
		width: 400px;
	}

	#input_icon .input-box>#content {
		font-size: 12px;
	}
}


@media screen and (max-width:1182px) {


	#input_icon {
		margin: 0px 0 15px;
	}

}


@media screen and (max-width:1000px) {
	.footer {
		width: 100%;
	}
}

@media screen and (max-width:860px) {}

@media screen and (max-width:670px) {

	#input_icon .input-box {
		width: 280px;
		margin-bottom: 20px;
		float: left;
		max-width: 100%;
	}

}

@media screen and (max-width:600px) {
	#input_icon .t-tit {
		margin-bottom: 20px;
		font-size: 16px;
	}

	#input_icon .input-box {
		height: 40px;
	}

	#input_icon .input-box>#content {
		padding-left: 20px;
		font-size: 12px;
	}

	#input_icon .icon_box {
		width: 100%;
		background-size: 100%;
	}

}



/*2023 5 20 牛摩星新增*/

/*头部*/

#menu li .sub_menu.subpro {
	padding: 0;
	background-color: #f5f5f5 !important;
}

#menu li .sub_menu.subpro .cate-box {
	padding: 60px 0;
	float: left;
	width: 27%;
	line-height: normal;
}

#menu li .sub_menu.subpro .cate-box a {
	display: block;
	width: 100%;
	text-align: right;
	padding-right: 70px !important;
	line-height: 30px !important;
	margin-bottom: 42px !important;
	font-size: 18px !important;
	color: #333;
}


#menu li .sub_menu.subpro .cate-box a:hover,
#menu li .sub_menu.subpro .cate-box a.active {
	background-color: unset !important;
	color: #d7063b !important;
}

#menu li .sub_menu.subpro .pro-box {
	float: right;
	width: 73%;
	background-color: #fff;
	padding: 0 70px;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list {
	display: none;
	padding: 60px 0;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list.active {
	display: block;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list a {
	float: left;
	width: 25%;
	margin-bottom: 25px;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list a:nth-child(5),
#menu li .sub_menu.subpro .pro-box .cate-pro-list a:nth-child(6),
#menu li .sub_menu.subpro .pro-box .cate-pro-list a:nth-child(7),
#menu li .sub_menu.subpro .pro-box .cate-pro-list a:nth-child(8) {
	margin-bottom: 0%;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list a.anyurl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 11vw;
}


#menu li .sub_menu.subpro .pro-box .cate-pro-list a.anyurl div {
	display: block;
	font-size: 14px;
	border: 2px solid #d7063b;
	height: 40px;
	line-height: 36px;
	border-radius: 25px;
	padding-right: 40px;
	padding-left: 15px;
	width: 135px;
	color: #fff;
	background: url(../image/bjt.png) no-repeat;
	background-position: 90px center;
	background-color: #d7063b;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list a.anyurl div:hover {
	background-color: transparent;
	color: #333;
	background: url(../image/bjtb.png) no-repeat;
	background-position: 90px center;
}


#menu li .sub_menu.subpro .pro-box .cate-pro-list a:hover {
	background-color: transparent;
	color: #d7063b !important;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list a img {
	display: block;
	width: 100%;
}

#menu li .sub_menu.subpro .pro-box .cate-pro-list a p {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}



@media screen and (max-width:1680px) {


	#menu li .sub_menu.subpro .cate-box a {
		line-height: 30px !important;
		margin-bottom: 30px !important;
		font-size: 16px !important;
	}
}


@media screen and (max-width:1440px) {


	#menu li .sub_menu.subpro .cate-box a {
		line-height: 25px !important;
		margin-bottom: 20px !important;
		font-size: 14px !important;
	}

}

@media screen and (max-width:1182px) {
	#menu li .sub_menu.subpro .cate-box {
		width: 100%;
		padding: 10px 0;
		background-color: #fff;
	}

	#menu li .sub_menu.subpro .cate-box a {
		text-align: left;
		font-size: 14px !important;
		margin-bottom: 0 !important;
		padding: 0px 45px;
	}

	#menu li .sub_menu.subpro .pro-box {
		display: none;
	}
}



/*牛摩星产品模块*/


#banner_pro .top-cate {
	padding: 80px 0;
}

#banner_pro .catebox {
	margin-top: 70px;
}


@media screen and (max-width: 1680px) {

	.h2_title, .research__accordeon__field--title b, .research__accordeon__field:hover .research__accordeon__field--title b, .research__accordeon__field.active .research__accordeon__field--title b, .research__top .tit {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1440px) {

	.research__top {
		padding: 25px 20px;
	}

	.h2_title, .research__accordeon__field--title b, .research__accordeon__field:hover .research__accordeon__field--title b, .research__accordeon__field.active .research__accordeon__field--title b, .research__top .tit {
		font-size: 16px;
		line-height: 27px;
	}
}

@media screen and (max-width: 1280px) {

	.h2_title, .research__accordeon__field--title b, .research__accordeon__field:hover .research__accordeon__field--title b, .research__accordeon__field.active .research__accordeon__field--title b, .research__top .tit {
		font-size: 14px;
		line-height: 23px;
	}
}

@media screen and (max-width: 1182px) {

	#banner_pro .top-cate {
		padding: 30px 0;
	}

	#banner_pro .catebox {
		margin-top: 10px;
	}

	.research__accordeon__field {
		margin-left: 0;
	}

	.h2_title,
	.research__accordeon__field--title b,
	.research__accordeon__field:hover .research__accordeon__field--title b,
	.research__accordeon__field.active .research__accordeon__field--title b,
	.research__top .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.research__top .url,
	.research__accordeon__field .research__accordeon__field--title .url,
	.research__accordeon__field.active .research__accordeon__field--title .url
	{
	font-size: 13px;
	height: 30px;
	line-height: 28px;
	border-radius: 25px;
	padding-right: 55px;
	padding-left: 15px;
	width: 135px;
	}


}

@media screen and (max-width: 600px) {

	.h2_title,
	.research__accordeon__field--title b,
	.research__accordeon__field:hover .research__accordeon__field--title b,
	.research__accordeon__field.active .research__accordeon__field--title b,
	.research__top .tit {
		font-size: 16px;
		line-height: 25px;
		margin: 5px 0;
	}

}



/*牛摩星banner-pro*/

#banner_pro .cate-pro {
	background-image: url(https://www.kinglight.com/wp-content/themes/pcb/assets/images/products-back.jpg);
	background-size: 100% 100%;
	padding: 80px 0;
}

.h2_s_title {
	font-size: 28px;
	line-height: 35px;
	text-align: center;
}

#banner_pro .cate-pro .pro-box {
	margin-top: 70px;
}

#banner_pro .cate-pro .pro-box a {
	float: left;
	width: 33.3%;
	text-align: center;
}

#banner_pro .cate-pro .pro-box a .img {
	height: 324px;
	display: flex;
	align-items: flex-end;
	position: relative;
	top: 0;
}

#banner_pro .cate-pro .pro-box a:hover .img {
	top: -10px;
}

#banner_pro .cate-pro .pro-box a img {
	max-width: 95%;
	margin: 0 auto;
}

#banner_pro .cate-pro .url {
	display: block;
	font-size: 14px;
	border: 2px solid #d7063b;
	height: 40px;
	line-height: 36px;
	border-radius: 25px;
	padding-right: 40px;
	padding-left: 15px;
	width: 135px;
	margin: 0 auto;
	margin-top: 70px;
	color: #fff;
	background: url(../image/bjt.png) no-repeat;
	background-position: 90px center;
	background-color: #d7063b;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	top: 0;
}

#banner_pro .cate-pro .url:hover {
	top: -10px;
}


@media screen and (max-width:1680px) {


	#banner_pro .cate-pro .pro-box a .img {
		height: 260px;
	}
}


@media screen and (max-width:1440px) {


	#banner_pro .cate-pro .pro-box a .img {
		height: 210px;
	}
}


@media screen and (max-width:1182px) {
	#banner_pro .cate-pro {
		padding: 20px 0 30px;
	}

	#banner_pro .cate-pro .pro-box {
		margin-top: 20px;
	}

	#banner_pro .cate-pro .pro-box a .img {
		height: 20vw;
	}

	#banner_pro .cate-pro .url {
		font-size: 12px;
		height: 30px;
		line-height: 28px;
		border-radius: 25px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100px;
		margin-top: 20px;
		background: url(../image/bjt.png) no-repeat;
		background-position: 64px center;
		background-size: 24px auto;
		background-color: #d7063b;
	}

	#banner_pro .top-pro {
		margin: 20px 0;
	}
}



@media screen and (max-width:600px) {
	#banner_pro .cate-pro .pro-box a {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	#banner_pro .cate-pro .pro-box a .img {
		height: 30vw;
	}

	#banner_pro .cate-pro .pro-box a .img img {
		height: 100%;
		width: auto;
	}

	#banner_pro .cate-pro {
		padding-top: 0;
	}
}



/*牛摩星公司介绍*/

@media screen and (max-width: 1680px) {

	#about .special .list div {
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (max-width: 1440px) {

	#about .special .list div {
		font-size: 28px;
	}

	#about .special .list p {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1182px) {

	#about .special {
		overflow: hidden;
		margin: 30px auto 30px;
	}


	#about .special .list div {
		font-size: 24px;
		line-height: 30px;
	}

	#about .special .list p {
		font-size: 16px;
		line-height: 30px;
	}

	#about .special .list {
		float: left;
		width: 33.3%;
		padding-left: 60px;
		padding-right: 10px;
		margin-right: 0;
		background-size: 30px auto;
	}

	#about .special .list div::before {
		content: "";
		width: 2px;
		height: 95%;
		background-color: #fff;
		position: absolute;
		display: block;
		left: 45px;
		top: 5px;
	}
}

@media screen and (max-width: 600px) {
	#about .special .list {
		width: 50%;
		margin-bottom: 15px;
	}

	#about .special .list div {
		font-size: 20px;
		line-height: 30px;
	}

	#about .special .list p {
		font-size: 14px;
		line-height: 25px;
	}

	#about .pos-url {
		height: 30px;
		line-height: 28px;
		padding-right: 20px;
		padding-left: 15px;
		text-align: left;
		width: 120px;
		margin: 0 auto;
		margin-top: 0px;
		background: url(../image/bjt.png) no-repeat;
		background-position: 78px center;
	}
}


/*牛摩星新闻*/

#news-index .big-url {
	float: left;
	width: 49%;
	border-radius: 15px;
	position: relative;
}

#news-index .big-url .img {
	height: 960px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#news-index .big-url img {
	height: 100%;
	width: auto;
}

#news-index .big-url .con {
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	background-color: rgba(240, 240, 240, 0.9);
	text-align: center;
	padding: 45px 10px;
	margin: 0 auto;
	width: 70%;
}

#news-index .big-url .con .tit {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 20px;
}

#news-index .big-url .url {
	display: block;
	font-size: 14px;
	border: 1px solid #333;
	height: 40px;
	line-height: 36px;
	border-radius: 25px;
	padding-right: 40px;
	padding-left: 15px;
	width: 135px;
	background: url(../image/bjtb.png) no-repeat;
	background-position: 90px center;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#news-index .big-url .url:hover {
	color: #fff;
	background: url(../image/bjt.png) no-repeat;
	background-position: 90px center;
	background-color: #d7063b;
	border-color: #d7063b;
}

#news-index .news-list {
	float: right;
	width: 49.5%;
}

#news-index .news-list .img {
	border-radius: 15px;
}

#news-index .news-list img {
	width: 100%;
}

#news-index .news-list .list {
	margin-bottom: 30px;
	display: block;
}

#news-index .news-list .list .con {
	padding: 25px 32px;
	padding-bottom: 0;
}

#news-index .news-list .list .con .tit {
	font-size: 22px;
	line-height: 21px;
	font-weight: bold;
	color: #3a3a3a;
}

#news-index .news-list .list .con p {
	font-size: 16px;
	line-height: 26px;
	color: #636363;
	margin: 15px 0 30px;
}

#news-index .news-list .list .con .tnh span {
	color: #8d8d8d;
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}

#news-index .news-list .list .con .tnh span:nth-child(1) {
	background-image: url(../image/time.png);
}

#news-index .news-list .list .con .tnh span:nth-child(2) {
	background-image: url(../image/author.png);
}


@media screen and (max-width:1750px) {
	#news-index .big-url .img {
		height: 900px;
	}
}

@media screen and (max-width:1680px) {
	#news-index .big-url .img {
		height: 835px;
	}

	#news-index .news-list .list {
		margin-bottom: 20px;
	}

	#news-index .news-list .list .con {
		padding: 20px 25px;
	}

	#news-index .news-list .list .con .tit {
		font-size: 20px;
		line-height: 18px;
	}

	#news-index .news-list .list .con p {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0 15px;
	}
}

@media screen and (max-width:1440px) {
	#news-index .big-url .img {
		height: 760px;
	}

	#news-index .news-list .list .con .tit {
		font-size: 18px;
		line-height: 17px;
	}

	#news-index .news-list .list .con p {
		font-size: 13px;
		line-height: 22px;
		margin: 10px 0 10px;
	}
}

@media screen and (max-width:1280px) {
	#news-index .big-url .img {
		height: 725px;
	}
}

@media screen and (max-width:1182px) {

	#news-index .news-list .list .con .tit {
		font-size: 16px;
		line-height: 15px;
	}

	#news-index .news-list .list .con p {
		font-size: 12px;
		line-height: 21px;
		margin: 10px 0 10px;
	}

	#news-index .news-list .list .con .tnh span {
		font-size: 12px;
	}
}


@media screen and (max-width:900px) {
	#news-index .big-url .img {
		height: 255px;
	}

	#news-index .big-url .img img {
		width: 100%;
		height: auto;
	}

	#news-index .big-url {
		width: 100%;
		margin-bottom: 20px;
	}

	#news-index .news-list {
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	#news-index .big-url .img {
		height: 170px;
	}

	#news-index .big-url .con {
		bottom: 12%;
		padding: 25px 10px;
		width: 60%;
	}

	#news-index .big-url .url {
		font-size: 13px;
		height: 30px;
		line-height: 28px;
		border-radius: 25px;
		padding-right: 30px;
		padding-left: 15px;
		text-align: left;
		width: 120px;
		background: url(../image/bjtb.png) no-repeat;
		background-position: 75px center;
	}

	#news-index .news-list .list .con {
		padding: 15px 10px;
		padding-bottom: 0;
	}

	#news-index .news-list .list {
		margin-bottom: 15px;
	}

	#news-index .news-list .list:nth-child(2) {
		margin-bottom: 0;
	}
}
