/*basic*/

body {
	font-family: Microsoft YaHei, '\9ed1\4f53';
	color: #333;
	font-size: 14px;
}

.main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto !important;
}

u {
	width: 85%;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 5px 10px #1c4d80;
	background: #1c4d80;
	margin: auto;
	border-radius: 10px;
	opacity: .7;
	z-index: -1;
}

sub,
sup {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

sub {
	margin: 5px 0 0;
}

sup {
	margin: -5px 0 0;
}

::-webkit-scrollbar {
	background: transparent;
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: #eee;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-ms-input-placeholder {
	color: #ccc;
}

input:-moz-placeholder {
	color: #ccc;
}

textarea:-moz-placeholder {
	color: #ccc;
}

.clear {
	clear: both;
	height: 0;
}


/*btn*/

.btn {
	width: 220px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #1c4d80;
	color: white;
	margin-top: 35px;
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	font-weight: bold;
}

.light-search-search .btn {
	background: #fff;
	color: #333;
	border-radius: 5px;
	margin-left: 10px;
	margin-top: 0;
}

.btn i {
	color: white;
	margin: 0 10px 0 0;
}

.btn:hover {
	transform: translateY(5px);
}

.btn-yellow {
	background: #edd460;
	color: #333;
}

.btn-yellow u {
	box-shadow: 0 5px 10px #edd460;
	background: #edd460;
}

.btn-yellow i {
	color: #333;
}


/*head*/

.head {
	height: 80px;
	background: white;
	position: relative;
}

.logo {
	width: 260px;
	height: 80px;
	padding: 10px;
	animation-delay: .3s;
	position: relative;
	z-index: 100;
}

.logo img {
	width: auto;
	height: 100%;
}


/* .menu {width: 100%;flex: 1;position: absolute;left: 0;top: 30px;} */

.menu {
	width: 100%;
	flex: 1;
	position: absolute;
	left: 0;
	top: 0px;
}

.menu span {
	display: none;
	color: #1c4d80;
}

.menu-cont {
	text-align: center;
	position: relative;
	z-index: 3;
}

.menu-cont li {
	width: auto;
	padding: 20px 0;
	height: 80px;
	display: inline-block;
	width: 110px;
}

.menu-cont li>a {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 20px;
	display: block;
	position: relative;
}

.menu-cont li>a i {
	left: 0;
	right: 0;
	bottom: -20px;
	border-bottom-color: #1c4d80;
	border-width: 0 10px 10px 10px;
	display: none;
}

.menu-cont li:hover>a,
.menu-cont li.active>a {
	background: #1c4d80;
	color: white;
}

.menu-cont li:hover>a i {
	display: block;
}

.menu-tip {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	background: rgba(28, 77, 128, .8);
	z-index: 3;
	display: none;
}

.menu-cont li:hover .menu-tip {
	display: block;
}

.menu-list {
	padding: 30px 0;
	overflow: hidden;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.menu-cont li:nth-child(2) .menu-list {
	justify-content: normal;
}

.menu-cont li:nth-child(1) {
	margin-left: 5%;
}

.menu-group {
	padding: 0 0 0 60px;
	width: 20%;
	position: relative;
}

.menu-cont li:nth-child(2) .menu-group,
.menu-cont li:nth-child(3) .menu-group {
	min-height: 130px;
	margin-bottom: 30px;
}

.menu-cont li:nth-child(4) .menu-group,
.menu-cont li:nth-child(5) .menu-group {
	width: 20%;
	padding: 0;
	display: inline-block;
}

.menu-group h5 {
	color: white;
	padding: 0 20px 10px;
	font-size: 20px;
}

.menu-cont li:nth-child(2) .menu-group h5 {
	text-align: left;
}

.menu-cont li:nth-child(2) .menu-group>a {
	text-align: left;
}

.menu-group h5 a {
	color: white;
}

.menu-cont li:nth-child(2) .menu-group {
	width: 25%;
}

.menu-group>a {
	width: 100%;
	color: white;
	font-weight: normal;
	display: block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-group>a:hover {
	background: #edd460;
	color: #333;
}

.menu-group i {
	width: 80px;
	height: 80px;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: -25px;
}

.menu-group i.mi-1 {
	background-image: url("../images/1.png");
	background-size: 50px auto;
}

.menu-group i.mi-2 {
	background-image: url("../images/3.png");
	background-size: 50px auto;
}

.menu-group i.mi-4 {
	background-image: url("../images/01.png");
	background-size: 40px auto;
	left: 10px;
}


.menu-group i.se-1 {
	background-image: url("../images/2.png");
	background-size: 40px auto;
	left: 34px;
}
.menu-group i.se-2 {
	background-image: url("../images/02.png");
	background-size: 45px auto;
	left: 33px;
}
.menu-group i.se-3 {
	background-image: url("../images/03.png");
	background-size: 45px auto;
	left:30px;
}

.menu-group i.mi-3 {
	background-image: url("../images/3.png");
	background-size: 50px auto;
}

.head-login {
	width: auto;
	padding: 20px 10px;
	position: relative;
	z-index: 3;
}

.head-login a.btn {
	height: 40px;
	line-height: 40px;
	width: 130px;
	font-size: 16px;
	display: inline-block;
}

.head-login a.btn i,
.head-login a.btn span {
	color: white;
}

.head-login a.btn i {
	font-size: 24px;
	margin: 0;
}

.head-login h4 {
	/* line-height: 40px; */
}

.head-login h4 em {
	font-style: normal;
}

.head-login h4 span {
	color: #1c4d80;
	padding: 0 0 0 10px;
}

.head-login h4 a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: white;
	border-radius: 100%;
	background: #1c4d80;
	margin: 5px;
	font-size: 20px;
}

.lang {
	height: 80px;
	position: relative;
	padding: 20px 0;
	margin: 0;
	z-index: 3;
}

.lang a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	background-position: 10px center;
	padding: 0 0 0 10px;
	text-transform: capitalize;
	margin-left: 5px;
}

.lang-cont {
	top: 90px;
	right: 0;
	z-index: 3;
	background: white;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	position: absolute;
	display: none;
	padding: 10px;
	width: 100%;
}

.lang-cont a {
	margin: 5px 0;
	width: 100%;
	padding-left: 30px;
}

.lang-cont i {
	border-bottom-color: white;
	border-width: 0 10px 10px 10px;
	top: -10px;
	left: 0;
	right: 0;
}

.lang-cont a:hover {
	background-color: #eee;
}

.flag-zh {
	color: #999;
	background-size: 30px;
	background-color: #eee;
	background: #eee;
	border-radius: 20px;
}

.flag-en {
	color: #fff;
	background-size: 30px;
	background-color: #1c4d80;
	background: #1c4d80;
	border-radius: 20px;
}


/*.flag-jp {background-image: url(../images/flag/jp.svg);}*/


/*

@media(max-width:1550px) {

	.menu-cont li > a {padding: 0 10px;}

	.head-login a.btn {width: 50px;}

	.head-login a.btn span {display: none;}

}

*/


/*light*/

.light {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	height: auto;
	position: relative;
}

.light .swiper-container {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.light .swiper-slide {
	background-size: cover;
}

.light .swiper-slide img {
	width: 100%;
	height: auto;
}

.light .swiper-pagination {
	bottom: 80px;
	width: 50%;
	margin: auto;
	right: 0;
}

.light .swiper-pagination-bullet {
	width: 80px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px white solid;
	border-radius: 0;
	color: white;
	background: none;
	opacity: .3;
}

.light .swiper-pagination-bullet-active {
	opacity: 1;
}

.light-ss1 {
	padding: 350px 0 0;
}

.light-ss1 p {
	display: block;
	text-align: center;
	color: white;
	font-size: 24px;
	font-style: italic;
}

.light-ss1 a {
	margin: 50px auto;
	text-transform: uppercase;
}

.light-ss1 a u {
	width: 80%;
	z-index: 1;
}

.light-search {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 3;
	animation-delay: 1s;
	overflow: hidden;
}

.light-search .main {
	width: 100%;
	max-width: 1920px;
}

.light-search-cont {
	height: 100px;
	background: #1c4d80;
	border-radius: 5px 0 0 5px;
	position: relative;
}

.light-search-cont em {
	width: 10000px;
	height: 100px;
	background: #1c4d80;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: -1;
}

.light-search-cont h4 {
	line-height: 100px;
	padding: 0 30px;
	color: white;
	font-size: 22px;
	float: left;
}

.light-search-search {
	padding: 25px;
}

.light-search-search but {
	font-size: 24px;
}

.light-search-search button {
	width: 120px;
	height: 50px;
	line-height: 50px;
}

.light-search-search a {
	width: 180px;
	background: white;
	color: #333;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin: 0 0 0 10px;
	font-size: 14px;
}

.light-search-search-cont {
	width: 600px;
	height: 50px;
	background:rgba(255,255,255,0.5);
	border-radius: 5px;
	display: flex;
}

.light-search-search-cont i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: white;
	background: url("../images/ss.png") no-repeat center;
	background-size: auto 28px;
}

.light-search-search-cont input {
	width: 100%;
	flex: 1;
	background: none;
	color: white;
}


/*pop*/

.pop-main {
	max-width: 700px;
}

.pop-title {}

.pop-title h3 {
	line-height: 60px;
	font-size: 22px;
	font-weight: normal;
}

.pop-title a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #1c4d80;
}

.pop-title a.close {
	background: url("../images/xx.png") no-repeat center;
}

.pop u {
	z-index: 1;
}


/*login*/

.login {}

.login-cont {
	padding: 30px 40px 10px;
}

.login-cont li {
	margin: 10px 0;
	position: relative;
	padding: 0 0 0 110px;
}

.login-cont li span {
	width: 110px;
	line-height: 60px;
	font-size: 16px;
	text-transform: capitalize;
	position: absolute;
	left: 0;
	top: 0;
}

.login-cont li a.code {
	width: 180px;
	line-height: 60px;
	background: #eee;
	margin: 0 0 0 10px;
	text-align: center;
	color: #ccc;
	font-size: 30px;
	text-transform: uppercase;
}

.login-cont li em {
	width: 100%;
	text-align: right;
	font-style: normal;
	color: red;
	display: none;
	padding: 10px 0 0;
}

.login-cont button {
	margin: 15px auto;
}

.login-input {
	height: 60px;
	border: 1px #eee solid;
	width: 100%;
	flex: 1;
	display: flex;
}

.login-input i {
	width: 50px;
	height: 40px;
	margin: 10px;
	font-size: 26px;
	line-height: 40px;
	color: #ccc;
	border-right: 1px #eee solid;
	padding: 0 10px 0 0;
}

.login-input input,
select {
	width: 100%;
	height: 60px;
	background: none;
	flex: 1;
}

.login-info {
	border-top: 1px #eee solid;
}

.login-info a {
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	display: block;
	float: left;
}

.login-info a:hover {
	color: #1c4d80;
}

.login-info a.reg {
	float: right;
	color: #1c4d80;
}

.login-info a.reg i {
	margin: 0 10px 0 0;
	color: #1c4d80;
}


/*login1*/

.login {}

.login-cont1 {
	padding: 10px 40px 10px;
}

.login-cont1 li {
	margin: 10px 0;
	position: relative;
	padding: 0 0 0 100px;
}

.login-cont1 li span {
	width: 180px;
	line-height: 60px;
	font-size: 16px;
	text-transform: capitalize;
	position: absolute;
	left: 0;
	top: 0;
}

.login-cont1 button {
	margin: 15px auto;
}


/*introduction*/

.introduction {}

.introduction-title {
	height: 320px;
	background: url(../images/name.svg) right top no-repeat;
	margin: 50px 0 0;
}

.introduction-title h3 {
	width: 60%;
	height: 350px;
	background-image: url(../images/about.svg);
}

.introduction-cont {
	background: #f3f5f6;
	padding: 1px 0 80px 0;
	margin: 100px 0 0;
}

.introduction-txt {
	margin: -100px 0 0;
	position: relative;
}

.introduction-txt .main {
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

.introduction-txt cite {
	width: 10000px;
	height: 480px;
	background: rgba(10, 160, 232, .8);
	position: absolute;
	right: 100%;
}

.introduction-img {
	width: 50%;
	height: 508px;
	background-size: cover;
}

.introduction-about {
	width: 50%;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 26px;
}

.introduction-about h3 {
	font-size: 32px;
	line-height: 90px;
	margin: 0 0 30px;
}

.introduction-about ul {
	padding: 20px 0;
	border-top: 1px #ddd solid;
	margin: 30px 0 0;
}

.introduction-about ul li {
	line-height: 36px;
}

.introduction-about ul li span {
	font-weight: bold;
	padding: 0 30px 0 0;
}

.introduction-about a u {
	z-index: 1;
}


/*title*/

.title {
	padding: 50px 0;
	text-align: center;
}

.title h3 {
	border-bottom: 1px #eee solid;
	display: inline-block;
	position: relative;
	padding: 0 90px;
	font-size: 36px;
	height: 80px;
	line-height: 80px;
	text-transform: inherit;
}

.title h3 i {
	height: 20px;
	border-right: 1px #eee solid;
	position: absolute;
	bottom: -10px;
}

.title h3 i:first-child {
	left: 10px;
}

.title h3 i:last-child {
	right: 10px;
}

.title span {
	color: #ccc;
	display: block;
	text-transform: capitalize;
	line-height: 40px;
}


/*product*/

.product {
	background:url("../images/pp-bg.jpg") no-repeat;
	position: relative;
    background-size: cover;
	padding: 0 0 70px;
}

.product cite {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	opacity: .3;
	z-index: -1;
}

.product .title h3 {
	color: white;
}

.product .title h3,
.product .title i {
	border-color: #fff;
}

.product .title span {
	color: #666;
}

.product-cont {
	display: flex;
	background: rgba(51, 51, 51, .9);
	padding: 20px;
}

.product-cont li {
	width: 100%;
	border-right: 2px #666 dashed;
	cursor: pointer;
	position: relative;
}

.product-cont li:last-child {
	border: 0;
}

.product-cont li h5 {
	color: white;
	font-size: 16px;
	text-align: center;
	padding: 50px 0 30px;
	text-transform: none;
}

.product-cont li p {
	color: white;
	padding: 0 20px;
	opacity: 0;
}

.product-cont li u {
	opacity: 0;
}

.product-cont li i {
	width: 100px;
	height: 100px;
	display: block;
	margin: 50px auto 0;
}

.product-cont li i.pli-1 {
	background-image: url(../images/1.svg);
}

.product-cont li i.pli-2 {
	background-image: url(../images/2.svg);
}

.product-cont li i.pli-3 {
	background-image: url(../images/3.svg);
}

.product-cont li i.pli-4 {
	background-image: url(../images/4.svg);
}

.product-cont li:hover i.pli-1 {
	background-image: url(../images/1r.svg);
}

.product-cont li:hover i.pli-2 {
	background-image: url(../images/2r.svg);
}

.product-cont li:hover i.pli-3 {
	background-image: url(../images/3r.svg);
}

.product-cont li:hover i.pli-4 {
	background-image: url(../images/4r.svg);
}

.product-cont li:hover {
	background: #1c4d80;
	transform: scale(1.2);
	border: 0;
	border-radius: 20px;
}

.product-cont li:hover h5 {
	padding: 20px 0;
	text-transform: none;
}

.product-cont li:hover p,
.product-cont li:hover u {
	opacity: 1;
	transition: 1s;
}


/*product*/

.productBig {
	background: black;
	position: relative;
	z-index: 1;
	padding: 0 0 70px;
}

.productBig cite {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	opacity: .3;
	z-index: -1;
}

.productBig .title h3 {
	color: white;
}

.productBig .title h3,
.productBig .title i {
	border-color: #666;
}

.productBig .title span {
	color: #666;
}

.productBigmain {
	width: 100%;
	max-width: 980px;
	margin: 0 auto !important;
}


/*news*/

.news {background: #f3f5f6;padding-bottom: 80px;}

.news h5 {
	font-size: 18px;
	padding: 0 0 10px;
	height: 27px;
	overflow: hidden;
}
.news a p{height: 28px;overflow: hidden;}

.news-light {
	width: 50%;
	height: 400px;
	background-size: cover;
	position: relative;
}
.news .news-light a{height: 100%;width: 100%;padding: 0;}
.news-light a h6{text-indent: 20px;z-index: 2;position: absolute;bottom: 0;left: 0;height: 50px;line-height: 50px;font-size: 16px;font-weight: normal;width: 100%;background: rgba(0,0,0,0.5);color: #fff;}
.news-list {
	width: 50%;
	padding: 0 30px;
	height: 400px;
	background: #fff;
}

.news a {
	border-bottom: 1px #eee solid;
	display: block;
	padding: 22px 15px;
}

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

/*.news a:hover {
	background: #f3f5f6;
}*/

.news a:hover h5 {
	color: #1c4d80;
}

.news-big {
	background: #f3f5f6;
	padding: 0 0 120px;
}

.news a.news-big-cont {
	width: 50%;
	height: 130px;
	padding: 20px;
	background: white;
}

.news a.news-more {
	width: 200px;
	height: 130px;
	border-radius: 0 20px 20px 0;
}

.news a.news-more i {
	color: white;
	font-size: 50px;
}

.news a.news-more u {
	z-index: 1;
}

.news a.news-more:hover {
	background: #1c4d80;
}


/* journalism */

.journalism {
	width: calc(100% + 30px);
	margin: 0 0 0 -15px;
	padding: 0 0 110px;
}

.journalism li {
	width: 25%;
	float: left;
	padding: 15px;
}

.journalism li i {
	width: 100%;
	height: 150px;
	background-size: cover;
	display: block;
}

.journalism-con {
	background: #efefef;
	padding: 15px;
}

.journalism-con h3 {
	width: 100%;
	height: 50px;
	overflow: hidden;
	font-size: 21px;
	line-height: 50px;
}

.journalism-con p {
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #999;
}

.journalism-con span {
	color: #ccc;
	display: block;
	margin-top: 10px;
}

.journalism li:hover {
	transform: translateY(5px);
}

.journalism li:hover .journalism-con {
	background: #1c4d80;
}

.journalism li:hover .journalism-con h3,
.journalism li:hover .journalism-con p,
.journalism li:hover .journalism-con span {
	color: white;
}


/*foot*/

.gotop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: white;
	background: #1c4d80 url("../images/top.png") no-repeat center;
	top: -30px;
	right: 30px;
	border-radius: 100%;
	font-size: 40px;
}

.gotop:hover {
	background: #edd460 url("../images/top.png") no-repeat center;
}

.foot {
	background: #222;
	position: relative;
}

.foot-nav {
	border-bottom: 1px #444 solid;
	text-align: center;
	padding: 20px 0;
}

.foot-nav a {
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	color: white;
	font-size: 16px;
	border-radius: 20px;
}

.foot-nav a:hover {
	background: #1c4d80;
}

.foot-cont {
	display: flex;
}

.foot-list {
	display: flex;
	width: 100%;
	flex: 1;
}

.foot-group {
	width: 100%;
	padding: 20px 0;
	margin: 0 10px;
}

.foot-group a {
	width: 100%;
	display: block;
	color: #666;
	line-height: 36px;
	padding: 0 20px;
	border-radius: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.foot-group h5 {
	color: white;
	padding: 10px 20px;
	text-transform: none;
}

.foot-group a:hover {
	background: white;
}

.foot-info {
	width: 500px;
	padding: 20px 0;
	text-align: right;
}

.foot-info em {
	font-style: normal;
	display: block;
	text-transform: capitalize;
	color: #666;
}

.foot-info h4 {
	color: #edd460;
	font-size: 40px;
	font-style: italic;
	padding: 0 10px;
}

.foot-info h6 {
	color: white;
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
}

.foot-copy {
	text-transform: uppercase;
	border-top: 1px #444 solid;
}

.foot-copy span {
	line-height: 60px;
	color: #666;
	display: block;
	float: left;
}

.foot-copy a {
	color: white;
}

.foot-copy a:hover {
	color: #1c4d80;
}

.foot-sns {}

.foot-sns a {
	width: 40px;
	height: 40px;
	margin: 10px;
	display: block;
	float: left;
	opacity: .4;
}

.foot-sns a.skype {
	background-image: url(../images/skype.svg);
}

.foot-sns a.weibo {
	background-image: url(../images/weibo.svg);
}

.foot-sns a.twitter {
	background-image: url(../images/twitter.svg);
}

.foot-sns a:hover {
	transform: rotate(360deg);
	opacity: 1;
}


/*crumb*/

.crumb {
	background: #1c4d80;
	overflow: hidden;
}

.crumb-cont {
	float: left;
	width: auto;
}

.crumb-cont i,
.crumb-cont a {
	color: white;
	float: left;
	height: 60px;
	line-height: 60px;
	display: block;
}

.crumb-cont i {
	width: 40px;
}

.crumb-cont i.home {
	background: url("../images/home.png") no-repeat center;
}

.crumb-cont i.jt {
	background: url("../images/yjt.png") no-repeat center;
	background-size: auto 16px;
}

.crumb-cont a {}

.crumb-cont a:hover {
	opacity: .6;
}

.search {
	float: right;
	width: 400px;
}

.search input {
	height: 40px;
	padding: 0 20px;
	background: rgba(255, 255, 255, .2);
	color: white;
	margin: 10px;
	border-radius: 20px;
}

.search button {
	background: url("../images/ss.png") no-repeat center;
	color: white;
	width: 40px;
	height: 40px;
}


/*classify*/

.classify {}

.classify-cont {}

.classify-cont h4 {
	color: #1c4d80;
	font-size: 28px;
}

.classify-cont p {
	padding: 10px 0;
	text-indent: 2em;
}

.classify-list {}

.classify-list li {
	margin: 30px 0;
	padding: 0 0 0 330px;
	position: relative;
	min-height: 300px;
}

.classify-list li em {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px #eee solid;
}

.classify-list li em img {
	max-width: 90%;
	max-height: 90%;
}

.classify-list li h5 {
	font-size: 24px;
	padding: 20px 0;
	border-bottom: 1px #eee solid;
	margin: 0 0 20px;
	text-transform: none;
}

.classify-list li p a {
	text-decoration: underline;
}

.classify-more {
	width: 300px;
	margin: 20px 0 70px;
}


/*car*/

.car {
	width: 400px;
	position: fixed;
	top: 25%;
	right: -400px;
	transition: 1s all;
	z-index: 2;
}

.car-show {
	right: 0;
}

.car-switch {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #1c4d80;
	position: absolute;
	left: -80px;
	top: 0;
	color: white;
	border-radius: 40px 0 0 40px;
	font-size: 35px;
}

.car-switch u {
	left: auto;
	width: 70%;
}

.car-switch span {
	width: 10px;
	height: 10px;
	background: #ff6507;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 100%;
}

.car h3 {
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	background: #1c4d80;
	color: white;
	font-size: 20px;
}

.car-cont {
	padding: 10px 10px 60px;
	background: #333;
}

.car-cont li {
	padding: 10px;
	display: flex;
}

.car-cont span {
	height: 30px;
	line-height: 30px;
	color: white;
	flex: 1;
}

.car-cont input {
	width: 60px;
	height: 30px;
	background: #585858;
	text-align: center;
	color: white;
}

.car-cont input:focus {
	background: #777;
}

.car-cont a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #404040;
	color: #585858;
	font-size: 26px;
}

.car-cont a:hover {
	background: #1c4d80;
	color: white;
}

.car-sub {
	width: 100%;
	border-radius: 0;
	margin: 0 0 20px;
}

.car-sub:hover {
	transform: translateY(0);
}

.car-sub u {
	width: 95%;
}


/*contact*/

.contact {
	position: relative;
}

.contact cite {
	width: 100%;
	height: 240px;
	background: #f3f5f6;
	position: absolute;
	left: 0;
	bottom: 130px;
	z-index: -1;
}

.contact-cont {
	margin: 0 0 80px;
}

.contact-cont h4 {
	font-size: 26px;
	padding: 0 0 40px;
}

.contact-message {
	width: 500px;
}

.contact-message-cont {
	padding: 20px 20px 15px 20px;
	background: #1c4d80;
	border-radius: 10px 10px 0 0;
}

.contact-message-cont h5 {
	color: white;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
}

.contact-message-cont p {
	padding: 10px 0;
	color: white;
}

.contact-message-cont input {
	width: 100%;
	margin: 0 0 10px;
	height: 40px;
	padding: 0 10px;
}

.contact-message-cont li {
	float: left;
	margin-right: 2%;
	width: 49%;
	position: relative;
}

.contact-message-cont li:nth-child(2n) {
	margin-right: 0;
}

.contact-message-cont li #hyz {
	position: absolute;
	right: 0;
	top: 0;
}

.contact-message-cont li:nth-child(5) {
	margin-right: 0;
	width: 100%;
}

.contact-message-cont textarea {
	width: 100%;
	padding:10px;
	height: 80px;
	resize: none;
}

.contact-message button {
	width: 100%;
	border-radius: 0 0 10px 10px;
	font-size: 20px;
	margin: 0 0 20px;
}

.contact-message button:hover {
	transform: translateY(0);
}

.contact-message button u {
	width: 90%;
}

.contact-info {
	width: calc(100% - 500px - 30px);
}

.contact-info li {
	line-height: 50px;
	border-bottom: 1px #eee solid;
	font-size: 16px;
	padding: 8px 0;
}

.contact-info li i {
	width: 40px;
	height: 50px;
	line-height: 50px;
	color: #ccc;
	margin: 0 20px 0 0;
}

.contact-code {
	display: flex;
	padding: 70px 0;
}

.contact-code a {
	width: 100%;
	display: block;
}

.contact-code a em {
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
}

.contact-code a em img {
	width: 100%;
	height: auto;
}

.contact-code a span {
	display: block;
	text-align: center;
	text-transform: capitalize;
	padding: 10px 0;
}

.map {
	height: 500px;
	background-image: url("../images/mapcn.jpg");
	background-size: cover;
}

#container {
	width: 100%;
	height: 100%;
}


/*join*/

.join {
	margin: 0 0 60px;
}

.join-cont {}

.join-cont li {
	width: 25%;
	float: left;
	padding: 20px;
}

.join-cont li a {
	width: 100%;
	height: 250px;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	border-radius: 10px;
	padding-top: 170px;
}

.join-cont li a u {
	transition: .4s all;
}

.join-cont li a:hover {
	background: #edd460;
	color: #333;
}

.join-cont li a:hover u {
	background: #edd460;
	box-shadow: 0 5px 10px #edd460;
}

.join-cont li i {
	width: 90%;
	height: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .1;
	margin: auto;
}

.join-cont li i.jla-1 {
	background-image: url(../images/1.svg);
}

.join-cont li i.jla-2 {
	background-image: url(../images/2.svg);
}

.join-cont li i.jla-3 {
	background-image: url(../images/3.svg);
}

.join-cont li i.jla-4 {
	background-image: url(../images/4.svg);
}

.join-cont li i.jla-5 {
	background-image: url(../images/5.svg);
}

.join-cont li i.jla-6 {
	background-image: url(../images/6.svg);
}

.job {}

.job-cont {
	padding: 10px 30px 30px;
	max-height: 500px;
	overflow: auto;
}

.job-cont h5 {
	padding: 10px 0;
	font-size: 20px;
}

.job-cont li {
	line-height: 30px;
}


/*details*/

.details {}

.details-title {
	padding: 30px 0 20px;
	border-bottom: 1px #eee solid;
}

.details-title h3 {
	font-size: 24px;
	text-transform: inherit;
}

.details-title span {
	color: #1c4d80;
	font-size: 22px;
}

.details-info {
	padding: 30px 0;
	display: flex;
}

.details-info em {
	width: 300px;
	height: 252px;
	background: #f5f5f5;
	position: relative;
	margin: 0 30px 0 0;
}

.details-info em.active {
	width: 600px;
	height: 600px;
}

.details-info em img {
	max-width: 96%;
	max-height: 96%;
	mix-blend-mode: multiply;
}

.details-info em i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

.details-info em i.zoom {
	width: 30px;
	height: 30px;
	background: url("../images/big.png") no-repeat center;
}


/*   enzyme     */

.details-info1 {
	padding: 30px 0;
	display: flex;
}

.details-info1 em {
	width: 360px;
	height: 260px;
	background: #f5f5f5;
	position: relative;
	margin: 0 30px 0 0;
}

.details-info1 em.active {
	width: 600px;
	height: 600px;
}

.details-info1 em img {
	max-width: 90%;
	max-height: 90%;
	mix-blend-mode: multiply;
}

.details-info1 em i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}


/*       */

.details-list {
	width: 100%;
	flex: 1;
}

.details-list ul {
	border: 1px #eee solid;
	overflow: hidden;
	display: block;
}

.details-list ul li {
	display: flex;
	line-height: 50px;
	border-bottom: 1px #eee solid;
	padding: 0 20px;
}

.details-list ul li:last-child {
	border: 0;
}

.details-list ul li:hover {
	background: #f7f7f7;
}


/*.details-list ul li span {width: 100%;text-transform: capitalize;}*/

.details-list ul li span {
	width: 100%;
}

.details-list ul li span.blue {
	color: #1c4d80;
}

.details-list ul li span:first-child {
	width: 30%;
}

.details-list a {
	margin: 30px 10px 30px 0;
	float: left;
}

.details-list li a {
	margin: 5px 20px 5px 0;
	background: #1c4d80;
	padding: 0 20px;
	color: white;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
}

.details-list li a i {
	margin: 0 5px 0 0;
	color: white;
}

.details-tab {
	height: 60px;
	border-radius: 5px;
	background: #1c4d80;
	display: flex;
	padding: 5px 20px 0;
}

.details-tab li {
	width: 250px;
	padding: 0 5px;
	float: left;
}

.details-tab li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: white;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
}

.details-tab li a:hover,
.details-tab li a.active {
	background: white;
	color: #1c4d80;
}

.details-cont {}

.details-group {
	display: none;
	padding: 20px 0;
}

.details-group h4 {
	line-height: 50px;
	font-size: 16px;
}

.details-group p {
	padding: 10px 0;
}


/*relevant*/

.relevant {
	padding: 40px 0 70px;
}

.relevant-title {
	border-bottom: 1px #eee solid;
	position: relative;
	z-index: 1;
}

.relevant-title h4 {
	height: 26px;
	line-height: 26px;
	margin: 20px 0;
	padding: 0 20px;
	border-left: 5px #1c4d80 solid;
	font-size: 22px;
}

.relevant-title .swiper-button-prev {
	background: url("../images/left.png") no-repeat;
	top: 20px;
}

.relevant-title .swiper-button-next {
	background: url("../images/right.png") no-repeat;
	top: 20px;
}

.relevant-title .swiper-button-prev:hover {
	background: url("../images/left2.png") no-repeat;
}

.relevant-title .swiper-button-next:hover {
	background: url("../images/right2.png") no-repeat;
}

.relevant-title .swiper-button-next:hover,
.relevant-title .swiper-button-prev:hover {
	color: #1c4d80;
}

.relevant-title .swiper-button-prev {
	left: auto;
	right: 50px;
}

.relevant-cont {
	padding: 30px 0;
}

.relevant-cont .swiper-container {
	width: 100%;
	height: 100%;
}

.relevant-cont .swiper-slide {}

.relevant-cont .swiper-slide em {
	background: #f5f5f5;
	height: 300px;
	position: relative;
	border: 1px #f5f5f5 solid;
}

.relevant-cont .swiper-slide em:hover {
	background: white;
	border-color: #eee;
}

.relevant-cont .swiper-slide em img {
	max-width: 90%;
	max-height: 90%;
	mix-blend-mode: multiply;
}

.relevant-cont .swiper-slide em i {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.relevant-cont .swiper-slide h5 {
	height: 50px;
	line-height: 160%;
	font-size: 16px;
	word-break: break-all;
	text-transform: inherit;
}

.relevant-cont .swiper-slide em i:hover,
.relevant-cont .swiper-slide h5:hover {
	color: #1c4d80;
}


/*entry*/

.entry {
	margin: 0 0 60px;
}

.entry-cont {}

.entry-cont li {
	margin: 40px 0;
	padding: 0 320px 0 0;
	position: relative;
	min-height: 220px;
}

.entry-cont li em {
	width: 280px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
	border-radius: 10px;
}

.entry-cont li em:hover {
	opacity: .8;
}

.entry-cont li a {
	padding: 20px 0;
	display: block;
	border-bottom: 1px #eee solid;
}

.entry-cont li h3 {
	font-size: 20px;
	border-left: 10px #1c4d80 solid;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 20px;
}

.entry-cont li a:hover h3 {
	color: #1c4d80;
}

.entry-cont li p {
	padding: 20px 0;
}

.entry-cont li span {
	color: #ccc;
}

.entry-cont li span i {
	font-size: 20px;
	color: #ccc;
	margin: 0 10px 0 0;
}

.entry-more {
	padding: 0;
	border: 0;
	width: 50%;
	margin: 30px auto;
	font-size: 24px;
	padding: 0 90px 0 0;
}

.entry-more u {
	width: 90%;
}

.entry-more i {
	float: left;
	line-height: 60px;
	margin: 0 30px;
}


/*tab*/

.tab {
	text-align: center;
	margin: 0 auto 30px;
}

.tab ul {
	width: auto;
	display: inline-block;
	position: relative;
}

.tab ul u {
	width: 90%;
}

.tab ul a {
	display: inline-block;
	border-radius: 0;
}

.tab ul a:first-child {
	border-radius: 30px 0 0 30px;
}

.tab ul a:last-child {
	border-radius: 0 30px 30px 0;
}

.tab ul a:hover,
.tab ul a.active {
	background: #2dbcfd;
	transform: translate(0);
}


/*page*/

.page {
	padding: 50px 0;
	text-align: center;
}

.page a {
	min-width:50px;
	padding-left:5px;
	padding-right:5px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border: 1px #eee solid;
	vertical-align: middle;
	margin: 3px;
	border-radius: 5px;
	font-size: 18px;
}

.page span {
	min-width:50px;
	padding-left:5px;
	padding-right:5px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border: 1px #eee solid;
	vertical-align: middle;
	margin: 3px;
	border-radius: 5px;
	font-size: 18px;
}

.page a.material-icons {
	font-size: 24px;
}

.page a:hover,
.page a.active {
	background: #1c4d80;
	border-color: #1c4d80;
	color: white;
}

.page span:hover,
.page span.current {
	background: #1c4d80;
	border-color: #1c4d80;
	color: white;
}


/*article*/

.article {
	padding: 20px 0 60px;
}

.article-title {
	padding: 30px 0 20px 0;
	text-align: center;
	border-bottom: 1px #eee solid;
	margin-bottom: 30px;
}

.article-title h3 {
	font-size: 26px;
	padding: 20px 0 0 0;	
	margin: 0 0 10px;
}

.article-title span {
	color: #ccc;
}

.article-title span i {
	font-size: 20px;
	margin: 0 10px 0 0;
	color: #ccc;
}

.article-cont {}

.article-cont p {
	padding: 10px 0;
	font-size: 16px;
}

.article-cont p img {
	max-width: 100%;
}

.article-page {
	border-top: 1px #eee solid;
	margin: 20px 0;
}

.article-page a span,
.article-page a i {
	height: 50px;
	line-height: 50px;
}

.article-page a span {
	font-size: 16px;
	font-weight: bold;
}

.article-page a i {
	width: 50px;
	float: left;
}

.article-page a:last-child span,
.article-page a:last-child i {
	float: right;
}

.article-page a:hover span,
.article-page a:hover i {
	color: #1c4d80;
}


/*order*/

.order {}

.order-car {}

.order-car h3 {
	height: 60px;
	background: #1c4d80;
	border-radius: 5px;
}

.order-car h3 i {
	width: 60px;
	height: 60px;
	color: white;
	line-height: 60px;
}

.order-car h3 i.all {
	float: right;
	cursor: pointer;
}

.order-car h3 span {
	color: white;
	font-size: 18px;
	line-height: 60px;
	line-height: 60px;
}

.order-car ul {}

.order-car li {
	height: 60px;
	padding: 15px 0;
	border-bottom: 1px #eee solid;
	display: flex;
}

.order-car li span,
.order-car li a,
.order-car li em,
.order-car li i {
	height: 30px;
	line-height: 30px;
}

.order-car li a,
.order-car li em,
.order-car li i {
	width: 30px;
	font-size: 20px;
}

.order-car li span,
.order-car li input {
	font-size: 16px;
}

.order-car li input,
.order-car li a {
	background: #f5f5f5;
}

.order-car li span {
	width: 100%;
	flex: 1;
}

.order-car li input {
	text-align: center;
	width: 100px;
}

.order-car li a {
	margin: 0 5px;
}

.order-car li em {
	border: 1px #eee solid;
	cursor: pointer;
}

.order-car li i {
	color: #1c4d80;
	display: none;
	width: 27px;
	line-height: 27px;
}

.order-car li em.active i {
	display: block;
}

.order-form {
	padding: 30px 0 70px;
}

.order-form h4 {
	font-size: 24px;
	color: #1c4d80;
	padding: 20px 0;
	text-align: center;
}

.order-form h5 {
	font-size: 20px;
	padding: 10px 0;
}

.order-form h4 p {
	padding: 10px 0;
	color: #333;
	text-align: justify;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.order-form ul {
	display: block;
	overflow: hidden;
}

.order-form li {
	width: 100%;
	padding: 5px;
	position: relative;
	float: left;
}

.order-form li.l2 {
	width: 50%;
}

.order-form li.l3 {
	width: 33.33%;
}

.order-form li.l4 {
	width: 25%;
}

.order-form li input,
.order-form li select,
.order-form li textarea {
	width: 100%;
	height: 50px;
	border: 1px #eee solid;
	padding: 0 10px;
	background: none;
}

.order-form li textarea {
	padding: 10px;
	height: 160px;
	resize: none;
}

.order-form .file {
	border: 1px #eee solid;
}

.order-form .file input[type="file"] {
	border: 0;
	opacity: 0;
}

.order-form li i {
	width: 50px;
	line-height: 50px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: -1;
}

.order-form button {
	margin: 30px 5px;
}

.order-form .error {
	border-color: red;
}


/*produce*/

.produce {}

.produce-side {
	width: 280px;
}

.produce-side h3 {
	line-height: 60px;
	font-size: 20px;
}

.produce-group {}

.produce-group li {}

.produce-group li h5,
.produce-group li h5 i {
	height: 50px;
	line-height: 50px;
	color: white;
}

.produce-group li h5 {
	background: #1c4d80;
	border-radius: 5px;
	padding: 0 0 0 15px;
	font-weight: normal;
	margin: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.produce-group li h5 i,
.produce-group-cont li a i {
	width: 50px;
	float: right;
}

.produce-group-cont li a i {
	background: url(../images/yjt2.png) no-repeat center;
	background-size: auto 16px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.produce-group li.active h5 {
	background: #edd460;
	color: #333;
}

.produce-group li.active h5 i,
.produce-group-cont li.active>a i {
	transform: rotate(90deg);
	color: #333;
}

.produce-group li.active .produce-group-cont {
	display: block;
}

.produce-group-cont li.active .produce-group-cont2 {
	display: block;
}

.produce-group-cont li.active>a {
	background: #ddd;
}

.produce-group-cont {
	display: none;
	background: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
}

.produce-group-cont a {
	line-height: 30px;
	padding: 10px 10px 10px 20px;
}

.produce-group-cont2 a {
	line-height: 30px;
	padding: 5px 30px;
	color: #666;
}

.produce-group-cont2 {
	border-bottom: 2px solid #fff;
	background: #f9f9f9;
	display: none;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
}

.produce-group-cont a:hover,.produce-group-cont a.ons {
	background: #ddd;
}
.produce-group-cont .produce-group-cont2 a:hover,.produce-group-cont .produce-group-cont2 a.ons{color: #1c4d80;background:#fff;}

.produce-group-cont a span {
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	display: inline-block;
	vertical-align: middle;
}

.produce-group-cont a span.active {
	background: #1c4d80;
	border-color: #1c4d80;
}

.produce-group-cont a span.active i {
	display: block;
}

.produce-group-cont a span i {
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: 16px;
	color: white;
	display: none;
}

.produce-condition {}

.produce-condition li h5 {
	background: white;
	color: #333;
	border: 1px #eee solid;
}

.produce-condition li.active h5 {
	border-color: #edd460;
}

.produce-classify a {
	width: 100%;
	display: block;
}

.produce-cont {
	width: calc(100% - 300px);
	padding: 0 0 60px;
}

.produce-cont h3 {
	line-height: 60px;
	font-size: 20px;
}

.produce-cont h3 a {
	float: right;
	font-size: 16px;
	color: #1c4d80;
}

.produce-factor {
	padding: 5px 0;
}

.produce-factor li,
.produce-factor li a {
	height: 30px;
	line-height: 30px;
}

.produce-factor li {
	float: left;
	background: #edd460;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
}

.produce-factor li a {
	width: 30px;
	font-size: 22px;
	margin: 0 0 0 20px;
	cursor: pointer;
}

.produce-list {
	padding: 20px 0 0;
}

.produce-list li {
	width: 33.33%;
	float: left;
	padding: 10px;
}

.produce-list li em {
	width: 100%;
	height: 260px;
	display: block;
	background: #f5f5f5;
	position: relative;
	border: 1px #f5f5f5 solid;
	text-align: center;
}

.produce-list li em:hover {
	background: white;
	border-color: #eee;
}

.produce-list li em img {
	max-width: 90%;
	max-height: 90%;
	mix-blend-mode: multiply;
	display: inline-block;
}

.produce-list li em i {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.produce-list li em i:hover {
	color: #1c4d80;
}

.produce-list li h5 {
	    line-height: 24px;
    height: 48px;
    font-size: 16px;
    text-transform: inherit;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.produce-list li h5:hover {
	color: #1c4d80;
}

.produce-word {}

.produce-word li {
	border-bottom: 1px #eee solid;
}

.produce-word li a {
	line-height: 55px;
	font-size: 16px;
	display: block;
}

.produce-word li a:hover {
	background: #f7f7f7;
}

.produce-word li a span {
	float: right;
	padding: 0 10px;
	color: #ddd;
}

.produce-word li a i {
	width: 10px;
	height: 10px;
	margin: 20px 10px 0;
	float: left;
	background: #1c4d80;
	border-radius: 100%;
}

.produce-sear {}

.produce-sear li {
	border-bottom: 1px #eee solid;
}

.produce-sear li a {
	line-height: 55px;
	font-size: 16px;
	display: block;
}

.produce-sear li a:hover {
	background: #f7f7f7;
}

.produce-sear li a span {
	float: right;
	padding: 0 10px;
	color: #ddd;
}

.produce-sear li a i {
	width: 150px;
	padding-left: 10px;
	float: left;
	color: #666;
}

.mrna {
	width: 100%;
}

.mrna li {
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	display: flex;
	margin: 10px 0;
	border: 1px #eee solid;
}

.mrna li i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #1c4d80;
}

.mrna li h4 {
	width: 100%;
	flex: 1;
	font-size: 18px;
}

.mrna li.active {
	background: #1c4d80;
	border-color: #1c4d80;
}

.mrna li.active i:last-child {
	transform: rotate(90deg);
}

.mrna li.active i,
.mrna li.active h4 {
	color: white;
}

.mrna-cont {}

.mrna-table {
	margin: 0 0 20px;
	display: none;
}

.mrna-table table {
	width: 100%;
	border: 1px #eee solid;
	border-width: 1px 0 0 1px;
}

.mrna-table table tr:hover {
	background: #f7f7f7;
	transition: .3s all;
}

.mrna-table table td {
	height: 40px;
	vertical-align: middle;
	text-align: center;
	text-transform: none;
	border: 1px #eee solid;
	border-width: 0 1px 1px 0;
}

.mrna-table table thead td {
	font-weight: bold;
}

.mrna-table table td a {
	text-decoration: underline;
	padding: 0 5px;
	display: block;
}

.mrna-table table td a:hover {
	color: #1c4d80;
}


/*success*/

.success {}

.success-cont {
	padding: 30px;
}

.success-cont i {
	width: 100px;
	height: 100px;
	font-size: 100px;
	display: block;
	margin: auto;
}

.success-cont h4 {
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
}

.success-cont a {
	margin: 20px auto;
}

.success-cont ul {
	padding: 0 40px 20px;
}

.success-cont ul li {
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
	margin: 10px 0;
	border-radius: 5px;
}

.success-cont ul li span {
	width: 110px;
	padding: 0 20px;
	display: block;
	float: left;
	text-transform: capitalize;
}

.success-cont ul li em {
	font-style: normal;
}

.success-win i {
	color: #1c4d80;
}

.success-lost i {
	color: firebrick;
}


/*user*/

.user {
	padding: 0 0 60px;
}

.bill {}

.bill li {
	line-height: 40px;
	display: flex;
	padding: 10px 0;
}

.bill li h5,
.bill li span {
	width: 100%;
	flex: 1;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
}

.bill li span:last-child {
	width: 12%;
	flex: initial;
}

.bill-head {
	background: #1c4d80;
	border-radius: 5px;
}

.bill-head li {
	margin: 0 0 10px;
}

.bill-head span {
	color: white;
	font-weight: bold;
}

.bill-cont {}

.bill-cont li {
	border-bottom: 1px #eee solid;
}

.bill-cont li h5 {}

.bill-cont li span {}

.bill-cont li i {
	cursor: pointer;
	color: #1c4d80;
}

.bill-info {
	background: #f7f7f7;
	display: none;
}

.bill-info li span {
	text-align: left;
}

.bill-info li span:first-child {
	width: 200px;
	flex: initial;
	padding: 0 20px;
}

.bill-info li span:last-child {
	width: auto;
	flex: 1;
}


/*about*/

.about {}

.produce-cont h2 {
	line-height: 60px;
	font-size: 20px;
	width: 100%
}

.crumb h2 {
	float: right;
	display: inline-block;
}

.crumb h2 a {
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
}

.about-cont {
	padding: 0 0 100px;
}

.about-cont h4 {
	font-size: 26px;
	line-height: 200%;
}


/*.about-cont p {padding: 10px 0;}*/

.about-cont img {
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}


/*custom*/

.custom {}

.custom-cont {
	padding: 50px 0 100px;
}

.custom-cont h4 {
	font-size: 24px;
}

.custom-cont img {
	max-width: 100%;
	height: auto;
}

.custom-cont ul {
	overflow: hidden;
	padding: 30px 0;
}

.custom-cont ul li {
	width: 33.3%;
	float: left;
	padding: 10px 30px;
}

.custom-cont ul li a {
	background: #1c4d80;
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 20px 0;
	border-radius: 30px;
	display: block;
}

.custom-cont ul li a:hover {
	background: #edd460;
}

.custom-message {
	padding: 50px 0 0;
}

.custom-message .contact-message {
	width: 100%;
}

.custom-banner {
	height: 200px;
	background-image: url("../images/custom.jpg");
	background-size: cover;
}

.custom-banner h2 {
	color: white;
	font-size: 36px;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.tip {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px #eee solid;
}


/*新增*/

.produce h2 a {
	float: right;
	font-size: 16px;
	color: #1c4d80;
	line-height: 60px;
}

.custom h3 a {
	float: right;
	font-size: 16px;
	color: #1c4d80;
	line-height: 40px;
}

.w90 {
	width: 86%;
	margin: 0 auto;
}

.plan11 {
	background: url(../images/indexJob.jpg) no-repeat 50%/cover;
	position: relative;
}

.plan11 .lcyj11 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}

.plan11 .lcyj11 a {
	display: flex;
	height: 68px;
	width: calc(33.33% - 25px);
	font-size: 18px;
	color: #FFFFFF;
	border-bottom: rgba(255, 255, 255, 0.30) solid 1px;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #222222;
	border-bottom: 1px solid #333333;
}

.dicon {
	position: absolute;
	bottom: 60px;
	right: 0;
	display: flex;
	align-items: center;
}

.join .title h3 {
	color: #333;
}

.join .title h3,
.join .title i,.news .title h3,
.news .title i {
	border-color: #666;
}

.join .title span {
	color: #666;
}

.xjt-hs {
	background: url("../images/xjt-hs.png") no-repeat center;
	width: 20px;
	height: 15px;
	background-size: 20px auto;
}

.join .btn,.news .btn {
	margin: 20px auto;
}

.join .wz1,
.join .wz2 {
	color: #333;
	font-size: 30px;
	padding-top: 30px;
}

.join .wz2 {
	padding: 30px 0 60px 0;
}

.contact-message .tj {
	background: url("../images/sc.png") no-repeat center;
	width: 30px;
	height: 60px;
}

.login-input i.tb1 {
	background: url("../images/tb1.jpg") no-repeat center;
}

.login-input i.tb2 {
	background: url("../images/tb2.jpg") no-repeat center;
}

.login-input i.tb3 {
	background: url("../images/tb3.jpg") no-repeat center;
}

.login-input i.tb4 {
	background: url("../images/tb4.jpg") no-repeat center;
}

.login-input i.tb5 {
	background: url("../images/tb5.jpg") no-repeat center;
}

.contact-info li i.tb1 {
	background: url("../images/tb5.jpg") no-repeat center;
}

.contact-info li i.tb2 {
	background: url("../images/tb2.jpg") no-repeat center;
}

.contact-info li i.tb3 {
	background: url("../images/tb2.jpg") no-repeat center;
}

.contact-info li i.tb4 {
	background: url("../images/tb.png") no-repeat center;
	background-size: auto 25px;
}

.entry-more i.ico1 {
	background: url("../images/bq1.png") no-repeat center;
	height: 60px;
	width: 40px;
}

.produce-group li h5 i.material-icons {
	background: url(../images/yjt.png) no-repeat center;
	background-size: auto 16px;
}

.btn-yellow i.zx {
	background: url(../images/zx.png) no-repeat center;
	background-size: auto 26px;
	height: 60px;
	width: 30px;
}

.order .btn i.tj {
	background: url("../images/sc2.png") no-repeat center;
	width: 30px;
	height: 60px;
}

.order-form li.l3 {
	width: 50%;
	position: relative;
}

.order-form li.l3 #hyz {
	position: absolute;
	right: 0;
	top: 6px;
}

.xjt-white {
	background: url("../images/xjt-bs.png") no-repeat center;
	width: 20px;
	height: 15px;
	background-size: 20px auto;
}

.pc_all_content .title_left_dt {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	line-height: 26px;
}

.pc_all_content .WProduct_title_right {
	display: flex;
	align-items: center;
}

.pc_all_content .WProduct_title_right a {
	display: inline-block;
	line-height: 51px;
	margin-right: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	position: relative;
	flex-shrink: 0;
	padding: 0px 10px;
}

.pc_all_content .WProduct_title_right a:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX( -10deg);
	border: 1px solid #DFDFDF;
	z-index: -1;
}

.pc_all_content .WProduct_title_right a:last-child {
	margin-right: 0px;
}

.pc_all_content .WProduct_title_right a.on {
	color: #fff;
}

.pc_all_content .WProduct_title_right a.on:before {
	background: #06c;
	border: 1px solid #06c;
}

.pc_all_content .recrBotItem {
	width: calc( 33.33% - 15px);
	position: relative;
}

.recrBot .recrBotItem .recrBotImg {
	width: 100%;
	position: relative
}

.recrBot .recrBotItem .recrBotImg:before {
	content: '';
	display: block;
	padding-top: calc( 100% * ( 414 / 710))
}

.recrBot .recrBotItem .recrBotImg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fill: cover
}

.recrBot .recrBotItem .recrBotText {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 0 60px;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.recrBot .recrBotItem .recrBotText .recrBotEn {
	font-size: 16px;
	color: #FFffff
}

.recrBot .recrBotItem .recrBotText .recrBotCn {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bolder
}

.recrBot .recrBotItem .recrBotText .recrBotMore {
	margin-top: 45px
}

.recrBot .recrBotItem .recrBotText .recrBotMore .ab53 i {
	color: #06c
}

.recrBot {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}

.recrBot2 {
	margin-bottom: 60px;
	margin-top: 0px
}

.ab53 {
	width: 164px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/product48.png) no-repeat 50%/100% 100%;
	font-size: 15px;
	color: #FFFFFF
}

.ab53 i {
	margin-left: 10px
}

.pc_all_content .recrBotItem span {
	color: #fff;
}

.pc_all_content .WProduct_title {
	margin-bottom: 30px;
}

.pc_all_content {
	clear: both;
}

.WPreparations .WPreparations_content {
	position: relative;
}

.WPreparations .WPreparations_content .swiper-wrapper {
	padding-bottom: 10px;
}

.WPreparations .WPreparations_content .WPreparations_content_list {
	background: #f8f8f8;
	padding: 25px 20px 30px 20px;
	padding-right: 15px;
	border-radius: 4px;
	position: relative;
}

.WPreparations .WPreparations_content .WPreparations_content_list .content_list_dd {
	margin-bottom: 10px;
	font-size: 17px;
	word-break: break-word;
	color: #333;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	height: 68px;
}

.WPreparations .WPreparations_content .WPreparations_content_list .content_list_dt {
	color: #888;
	font-size: 13px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.WPreparations .WPreparations_content .swiper-button-next:after,
.WPreparations .WPreparations_content .swiper-button-prev:after {
	color: #dfdfdf;
	font-size: 24px;
}

.WPreparations .WPreparations_content .swiper-button-next {
	right: -40px;
}

.WPreparations .WPreparations_content .swiper-button-prev {
	left: -40px;
}

.WPreparations .WPreparations_content .WPreparations_content_list:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #1c4d80;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.WPreparations .WPreparations_content .WPreparations_content_list:hover {
	background: #1c4d80 url(../images/bn2.png) no-repeat 50% 100%;
}

.WPreparations .WPreparations_content .WPreparations_content_list:hover .content_list_dd {
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.WPreparations .WPreparations_content .WPreparations_content_list:hover .content_list_dt {
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.WPreparations .WPreparations_content .WPreparations_content_list:hover:before {
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.WPreparations .WPreparations_content .WPreparations_content_list.on {
	background: #1c4d80 url(../images/bn2.png) no-repeat 50% 100%;
}

.WPreparations .WPreparations_content .WPreparations_content_list.on .content_list_dd {
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.WPreparations .WPreparations_content .WPreparations_content_list.on .content_list_dt {
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.WPreparations .WPreparations_content .WPreparations_content_list.on:before {
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.WProduct .WProduct_title .WProduct_title_right02 {
	width: 50%;
	display: block;
}

.WProduct .WProduct_title .WProduct_title_right02 a {
	margin-top: 20px;
}

.empty{background: url("../images/nono.png") no-repeat center top;color: #666;font-size: 18px;text-align: center;padding-top: 110px;background-size: 95px auto;margin-top: 130px;}
/*.goods{background: url("../images/cp.png") no-repeat right center;padding-right: 30px;}
*/

.classify-more i.cp {
	background: url("../images/cp.png") no-repeat center;
	padding-right: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	margin-top: -1px;
}


/*.classify-more{float: right;}*/

.WPreparations .WProduct_title .WProduct_title_left .title_left_dt p {
	font-weight: normal;
	margin-bottom: 8px;
	font-size: 15px;
}

.WPreparations .WProduct_title .WProduct_title_left .title_left_dt p strong {
	font-size: 18px;
	font-weight: normal !important;
	color: #333;
}

.title_left_dt li {
	position: relative;
	padding-left: 15px;
	width: 100%;
}

.title_left_dt li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #999;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 12px;
}

.WProduct .WProduct_title .WProduct_title_left .title_left_dt .lip1 {
	font-size: 16px;
	background: #fff;
	padding: 0px 30px 30px 0px;
	margin-bottom: 0px;
	padding-top: 25px;
	width: 100%;
}

.WProduct .WProduct_title .WProduct_title_left .title_left_dt .lip1 span {
	display: flex;
	align-items: center;
}

.WProduct .WProduct_title .WProduct_title_left .title_left_dt .lip1 span:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url(../images/yx.png) no-repeat 0% 100%;
	margin-right: 15px;
}

.WProduct .WProduct_title .WProduct_title_left .title_left_dt .list-paddingleft-2 {
	background: #f8f8f8;
	padding: 0px 30px;
	margin-bottom: 60px;
	padding-bottom: 25px;
	padding-top: 25px;
	display: none;
	flex-wrap: wrap;
}

.WProduct .WProduct_title .WProduct_title_left .title_left_dt .list-paddingleft-2#list-paddingleft-3 li {
	width: 48%;
	margin-right: 2%;
}

.qie {
	margin-bottom: 60px;
}

.pc_all_txbz .recrBotItem {
	width: calc(50% - 15px);
	position: relative;
}

.Talent .TalentLeft {
	width: 48%;
	float: left;
}

.gltdLeft {
	display: flex;
	align-items: center
}

.gltdLeft .ab511 {
	font-size: 40px;
	line-height: 60px;
	color: #000
}

.gltdLeft .ab512 {
	display: flex;
	flex-direction: column;
	padding-left: 30px
}

.gltdLeft .ab512 .ab5121 {
	margin-top: 5px;
	font-size: 16px;
	color: #06c;
	font-weight: bold;
	text-transform: capitalize
}

.gltdLeft .ab512 .ab5122 {}

.Talent .TalentLeft .TalentText {
	font-size: 16px;
	color: #888888;
	line-height: 28px;
	text-align: justify;
	margin: 40px 0 70px
}

.TalentMore {
	width: 164px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/about17.png) no-repeat 50%/100% 100%;
	font-size: 15px;
	color: #888888
}

.TalentMore i {
	margin-left: 10px
}

.Talent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px 0 120px 0;
}

.Talent .TalentRight {
	position: relative;
	width: 50%;
	float: right;
}

.Talent .TalentRight div {
	transform: skewY(-15deg);
	transform-origin: 50% 50%;
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
	width: 400px;
	background: #FFFFFF;
	cursor: pointer;
	z-index: 1;
	transition: all ease-in 0.75s;
}

.Talent .TalentRight div img {
	opacity: 0.8;
	width: 100%;
}

.rcfz {
	width: 100%;
	background: url(../images/about3.jpg) no-repeat 50% / cover;
	min-height: 700px;
	color: #FFFFFF;
	overflow: hidden;
}

.rcfz1 {
	width: 100%;
	font-size: 34px;
	text-align: center;
	margin: 95px auto 120px;
}

.rcfz2 {
	margin: 0 0 150px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rcfz2 .rcfzXun {
	width: calc( 50% - 22px);
	background: rgba(255, 255, 255, .10);
	padding: 60px 40px;
}

.rcfz2 .rcfzXun .rcfzXun1 {
	font-size: 30px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-weight: bolder;
	border-bottom: #fff solid 4px;
	width: fit-content;
}

.rcfz2 .rcfzXun .rcfzXun2 {
	font-size: 18px;
	margin: 25px 0 15px;
	color: #fff;
}

.rcfz2 .rcfzXun .rcfzXun3 {
	font-size: 16px;
	line-height: 2em;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}

.search2 {
	width: auto;
}

.rcfzXun31 div {
	width: 50%;
}

.rcfzXun32 div {
	width: calc( 100% * 1 / 3);
}
.recruitment{margin:100px auto!important}
.recrTop{display:flex;align-items:center;justify-content:space-between}
.recrTop .recrTopLeft{font-size:16px;line-height:26px;color:#666666}
.recrBot{width:100%;display:flex;justify-content:space-between;margin-top:50px}
.recrBot2{margin-bottom: 60px;margin-top:0px}
.recrBot .recrBotItem{width:calc( 33.33% - 15px);position:relative}
.recrBot .recrBotItem .recrBotImg{width:100%;position:relative}
.recrBot .recrBotItem .recrBotImg:before{content:'';display:block;padding-top:calc( 100% * ( 414 / 710))}
.recrBot .recrBotItem .recrBotImg img{position:absolute;width:100%;height:100%;left:0;top:0;object-fill:cover}
.recrBot .recrBotItem .recrBotText{position:absolute;width:100%;height:100%;left:0;top:0;z-index:9;padding:0 60px;display:flex;justify-content:center;flex-direction:column}
.recrBot .recrBotItem .recrBotText .recrBotEn{font-size:16px;color:#FFffff}
.recrBot .recrBotItem .recrBotText .recrBotCn{font-size:36px;color:#FFFFFF;font-weight:bolder}
.recrBot .recrBotItem .recrBotText .recrBotMore{margin-top:45px}
.recrBot .recrBotItem .recrBotText .recrBotMore .ab53 i{color:#06c}
.recrBot .recrBotItem .recrBotText .recrBotMore span{color: #fff;}
.presence{width:100%;overflow:hidden}
.presence .pic img{width:100%;height:100%;object-fit:cover}
.presence .dg-container .dg-wrapper{height:28vw}
.presence .max-size{margin-top:45px}
.pageTitle1{width:100%;font-size:40px;text-align:center;line-height:2em;margin-top:120px}
.dg-container nav a > i.left02{background: url("../images/left02.png") no-repeat center;width: 36px;height: 36px;background-size: 36px auto;}
.dg-container nav a > i.right02{background: url("../images/right02.png") no-repeat center;width: 36px;height: 36px;background-size: 36px auto;}
.socialBox{width:94%;display:flex;justify-content:space-between;flex-wrap:wrap;margin:50px auto 20px;max-width:1300px}
.socialBox .socialItem{display:flex;flex-direction:column;margin-bottom:30px;width:calc( 50% - 15px);background:#f6f6f6;padding:40px 30px}
.socialTop{display:flex;display:flex;align-items:center;justify-content:space-between}
.socialTop .socialTitle{font-size:24px;line-height:36px;color:#333333}
.socialTop .socialTime{font-size:16px;line-height:28px;color:#888888}
.socialMess{font-size:16px;line-height:2em;color:#666666;padding:20px 0;margin-bottom:20px;border-bottom:#dfdfdf solid 1px}
.socialBox .socialItem .socialContent{font-size:16px;line-height:28px;height:128px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.socialBox .socialItem .socialMore{display:flex;align-items:center;margin-top:20px}
.socialBox .socialItem .socialMore span{font-size:16px;color:#888}
.socialBox .socialItem .socialMore i{font-size:14px;color:#06c;margin-left:10px}
.fenye{width:100%;display:flex;justify-content:center;align-items:center}
.fenye li{margin:0 5px}
.fenye li a{display:block;text-align:center;line-height:46px;height:48px;width:48px;border:#EDEDED solid 1px;font-size:16px;color:#333333;background:#FFFFFF}
.fenye li.on a{background:#06c;color:#FFFFFF}
.fenye li a:hover{background:#06c;color:#FFFFFF}
.socialTc{width:100vw;height:100vh;background:rgba(0,0,0,0.50);position:fixed;display:none;justify-content:center;align-items:center;z-index:99999;left:0;top:0}
.socialTc .socialTcBox{width:90%;max-width:900px;background:#FFFFFF;max-height:90%;padding:65px 55px 30px;overflow:hidden;overflow-y:auto;transform:translateY(-50px);opacity:0.5;transition:all ease-in 0.8s;position:relative}
.socialTc.on .socialTcBox{transform:translateY(0px);opacity:1}
.socialTc .socialTcBox .socialClose{top:10px;right:20px;cursor:pointer;position:absolute;font-size:20px}
.socialTc .socialTcBox .socialContent{font-size:16px;line-height:28px;overflow:hidden}
.socialTc .socialTcBox .socialTcSQ{width:100%;display:flex;align-items:center;justify-content:space-between;padding:50px 0}
.socialTc .socialTcBox .socialTcSQ .socialTcSQL{width:200px;height:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;background:#1c4d80;color:#FFFFFF;font-size:16px;border-bottom:#dfdfdf solid 1px}
.socialTc .socialTcBox .socialTcSQ .socialTcSQL img{margin-right:10px}
.socialTc .socialTcBox .socialTcSQ .socialTcSQR{display:flex;align-items:center}
.socialTc .socialTcBox .socialTcSQ .socialTcSQR a{margin-left:15px}
.socialTc .socialTcBox .socialQie{border-top:#dfdfdf solid 1px;display:flex;align-items:center;justify-content:space-between;padding:20px 0}
.socialTc .socialTcBox .socialQie a{font-size:14px;color:#888888}
.socialTc .socialTcBox .socialQie a span{margin:0 10px}
.xjt-ls{background: url("../images/xjt-ls.png") no-repeat center;width: 20px;height: 15px;background-size: 20px auto;}
.socialTc .socialTcBox .socialTcSQ .socialTcSQL span{color: #fff;}
.contact-info h5{font-size: 26px;padding: 10px 0 30px 0;}
.produce-list th{background: #1c4d80;color: #fff;font-size: 16px;text-align: left;padding: 0 20px;line-height: 54px;}
.produce-list .tr1{background: #f8f9fa;}
.produce-list td{border-bottom: 1px solid #e9ecef;padding: 12px 20px;height: 58px;box-sizing: border-box;text-align: left;vertical-align: middle;}
.produce-list td a{color: #333;font-size: 16px;}
.produce-list table tr{
    background-color: #f8f9fa;
}
.produce-list table tr:nth-child(2n) {
    background-color: #fff;
}
.picture-box{margin-bottom: 50px;}
.picture-box li{margin-right: 2%;width:23.5%;float: left;}
.picture-box li:nth-child(4n){margin-right: 0;}
.picture-box li img{width: 100%;}
.pp-detail .cp-title span{color: #fff;background: #1c4d80;padding:0 30px;display: inline-block;height: 40px;line-height: 40px;font-size: 18px;font-weight: bold;}
.pp-detail .cp-title{border-bottom: 1px solid #dfdfdf;margin-bottom: 30px;}
.pp-detail p{color: #333;font-size: 14px;line-height: 28px;}
.article-page i{font-size: 14px;font-weight: bold;}
.article-page{padding-top: 30px;}
.news a.btn{padding: 0;margin:50px auto 20px auto;}
.news a u{z-index: 1;}
@media screen and (max-width: 1350px) {
	.main{max-width: 1100px;}
	
}
@media screen and (max-width: 1330px) {
	.menu-group i.se-2,.menu-group i.se-1,.menu-group i.se-3{left: 9px;}
	.introduction-cont{background: #fff;}
	.introduction-about h3{line-height: normal;}
	
}
@media screen and (max-width: 640px) {
.picture-box li{margin-right: 0;width:100%;float:none;margin-bottom: 13px;}
.picture-box li:nth-child(4n){margin-right: 0;}
.WProduct .WProduct_title .WProduct_title_left .title_left_dt .list-paddingleft-2{margin-bottom: 20px;}
.classify-more i.cp{height: 52px;}
.empty{margin-top: 80px;}
}