@charset "UTF-8";
/* css reset */



/* @font-face {
	font-family: "PingFang-ExtraLight-2";
	src: url("../fonts/PingFang-ExtraLight-2.woff2") format("woff2"),
		url("../fonts/PingFang-ExtraLight-2.woff") format("woff"),
		url("../fonts/PingFang-ExtraLight-2.ttf") format("truetype"),
		url("../fonts/PingFang-ExtraLight-2.eot") format("embedded-opentype"),
		url("../fonts/PingFang-ExtraLight-2.svg") format("svg");
}

@font-face {
	font-family: "苹方字体";
	src: url("../fonts/苹方字体.woff2") format("woff2"),
		url("../fonts/苹方字体.woff") format("woff"),
		url("../fonts/苹方字体.ttf") format("truetype"),
		url("../fonts/苹方字体.eot") format("embedded-opentype"),
		url("../fonts/苹方字体.svg") format("svg");
} */

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.otf") format("woff2"),
		url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),

}



body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
a,
input,
textarea,
label {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

span {
	display: inline-block;
}

i {
	font-style: normal;
	display: inline-block;
}

icon {
	display: inline-block;
}

ul,
li {
	list-style: none;
}

sub,
sup {
	font-size: 6px;
	margin-left: 2px
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea {
	display: inline-block;
	font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue";
}

/* body{font-family:"Aileron-Regular","Source Sans Pro",SourceHanSansCN,"Source Han Sans CN",Helvetica,"Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:1em;color:#333;margin:0 auto;width:100%;max-width: 1920px;background:#FFF;}
 */
html {
	font-size: 16px;
}

body {
	font-family: "SourceHanSansCN-Regular", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
	/* 	font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
 */
	font-weight: 300;
	color: #333;
	margin: 0 auto;
	width: 100%;
	background: #FFF;

}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(210, 210, 210, 0.48);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(123, 121, 121, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

.clear {
	clear: both;
	zoom: 1;
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.menu {
	display: none;
	float: right;
	margin-top: 31px;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.menu span {
	position: absolute;
	transition: 0.3s;
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #049757;
	display: block;
	margin-bottom: 5px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menu .span2 {
	top: 8.4px;
}

.menu .span3 {
	top: 17px;
}

.menu.on .span1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.on .span2 {
	opacity: 0;
}

.menu.on .span3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wrap {
	width: 1500px;
	margin: auto;
	max-width: 94%;
}

.wrap-about {
	width: 1200px;
	margin: auto;
	max-width: 94%;
}

.wrap3 {
	width: 1300px;
	margin: auto;
	max-width: 94%;
}

/* header */
.header {
	background: rgba(21, 91, 176, 0.8);
	height: 100px;
	line-height: 100px;
}

.header-logo {
	float: left;
}

.header-nav {
	float: right;
}

.header-nav ul {}

.header-nav ul li {
	float: left;
}

.header-nav ul li>a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 25px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

#header.on .header {
	background: rgba(21, 91, 176, 1);
}

/* index */
.index-product {}

.title-text {
	text-align: center;
	margin-bottom: 30px;
}

.title-text h3 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.title-text span {
	position: relative;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 30px;
	text-transform: uppercase;
}

.title-text span::after {
	position: absolute;
	content: "";
	width: 160px;
	height: 3px;
	background: #ececec;
	top: 10px;
	left: 100%;
}

.title-text span::before {
	position: absolute;
	content: "";
	width: 160px;
	height: 3px;
	background: #ececec;
	top: 10px;
	right: 100%;
}

.marg-top30 {
	margin-top: 30px;
}

.index-product-list {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 850px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}

.index-product-div {
	width: 50%;
	text-align: center;
}

.index-product-div-box {
	width: 45%;
	margin: auto;
	padding-top: 20%;
}

.index-product-div-bottom {}

.index-product-img {
	position: relative;
	width: 100px;
	height: 100px;
	margin: auto;
}

.index-product-img img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

.index-product-img .index-pro-img1 {}

.index-product-img .index-pro-img2 {
	transform: scale(0);
}

.index-product-div-bottom {
	margin-bottom: 30px;
}

.index-product-div-bottom h3 {
	font-size: 36px;
	color: #014b86;
	line-height: 60px;
}

.index-product-div-bottom p {
	font-size: 18px;
	line-height: 30px;
	color: #014b86;
}

.index-product-ul {
	margin-bottom: 20px;
	display: none;
}

.index-product-ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.index-product-ul li a {
	box-sizing: border-box;
	padding: 20px 0;
	color: #FFFFFF;
}

.index-product-div-box>a {
	color: #FFFFFF;
	font-size: 14px;
	background: url(../images/a-bac_10.jpg);
	border-radius: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8px 32px;
}

.index-product-div:hover {
	background: url(../images/pro-h_02.png) no-repeat;
	background-size: cover;
	background-position: center;
	transition: 1s;
}

.index-product-div:hover .index-product-div-bottom h3 {
	color: #FFFFFF;
}

.index-product-div:hover .index-product-div-bottom p {
	color: #FFFFFF;
}

.index-product-div:hover .index-product-div-box>a {
	background: none;
	border: 1px solid #FFFFFF;
}

.index-product-div:hover .index-product-img .index-pro-img1 {
	transform: scale(0);
	transition: 0.4s;
}

.index-product-div:hover .index-product-img .index-pro-img2 {
	transform: scale(1);
	transition: 0.4s;
}

.index-about,
.index-ly {
	padding-top: 100px;
}

.index-about-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}

.index-about-box .index-about-left {
	width: 46%;
}

.index-about-title {
	margin-top: 15px;
}

.index-about-title span {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	display: block;
}

.index-about-title h3 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-about-title i {
	width: 80px;
	height: 2px;
	background: #e2e2e2;
	display: block;
}

.index-about-right {
	width: 50%;
	margin-left: auto;
}

.index-about-text {
	margin-top: 20px;
}

.index-about-text p {
	margin-bottom: 16px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: justify;
}

.index-about-ul {
	margin: 45px 0 25px;
}

.index-about-ul li {
	width: 33.33333%;
	float: left;
}

.index-about-ul li a {
	background-position: left;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #184084;
	font-weight: bold;
	padding: 15px 0 15px 60px;
}

.index-ly {
	margin-bottom: 100px;
}

.index-ly-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.index-ly-box .index-ly-left {
	width: 60%;
	position: relative;

}

.index-ly-box .index-ly-left .index-ly-div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* opacity: 0; */
	display: none;
}

.index-ly-box .index-ly-left .index-ly-div.active {
	display: block;
	transition: 1.2s;
}

.index-ly-box .index-ly-left .index-ly-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	padding: 55px 80px 25px 40px;
	background: url(../images/yy-img_07.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.index-ly-box .index-ly-left .index-ly-text h3 {
	font-size: 24px;
	color: #FFFFFF;
	background-position: left;
	padding: 3px 0 3px 50px;
	font-weight: 500;
	/*margin-bottom: 10px;*/
	background-repeat: no-repeat;
	background-size: 30px;

}

.index-ly-box .index-ly-left .index-ly-text p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}

.index-ly-box .index-ly-left .index-ly-text a {
	background: #1e67b5;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 37px;
	margin-top: 10px;
}

.index-ly-right {
	width: 40%;
}

.index-ly-right ul {}

.index-ly-right ul li {
	padding: 25px 85px 25px 120px;
	box-sizing: border-box;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	cursor: pointer;
}

.index-ly-right ul li .ly-img {
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 50px;
	position: relative;
	z-index: 1;
}

.index-ly-right ul li.li1 {
	background: #7ecdf3;
}

.index-ly-right ul li.li2 {
	background: #54c3f1;
}

.index-ly-right ul li.li3 {
	background: #00bedc;
}

.index-ly-right ul li.li4 {
	background: #34a3f2;
}

.index-ly-right ul li.li5 {
	background: #138be1;
}

.index-ly-right ul li.li6 {
	background: #097dd0;
}

.index-ly-right ul li a {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.index-ly-right ul li.active a {
	color: #000000;
}

.index-ly-right ul li .ly-img1 {}

.index-ly-right ul li .ly-img2 {
	display: none;
}

.index-ly-right ul li.active .ly-img1 {
	display: none;
}

.index-ly-right ul li.active .ly-img2 {
	display: block;
}

.index-ly-right ul li::after {
	width: 0%;
	height: 100%;
	position: absolute;
	content: "";
	background: #FFFFFF;
	right: 0;
	top: 0;
	z-index: 0;
}

.index-ly-right ul li.active::after {
	width: 110%;
	transition: 0.4s;
}


/* footer */
.footer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.footer-left {
	float: left;
	width: 60%;
}

.footer-left .footer-left-top {
	margin-top: 40px;
}

.footer-left .footer-left-top dl {
	width: 25%;
	float: left;
}

.footer-left .footer-left-top dl dt {
	margin-bottom: 20px;
}

.footer-left .footer-left-top dl dt a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.footer-left .footer-left-top dl dd {}

.footer-left .footer-left-top dl dd a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer-left-bottom {
	margin-top: 20px;
}

.footer-left-bottom h3 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer-left-bottom p {
	color: #FFFFFF;
}

.footer-right {
	float: right;
	width: 39%;
	box-sizing: border-box;
	padding-left: 3%;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-right dt {
	margin-bottom: 15px;
}

.footer-right dt a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.footer-right dl {}

.footer-right dl dd {}

.footer-right dl dd p {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.footer-right dl dd .p1 {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.footer-right dl dd .p2 {
	width: 49%;

}

.footer-right dl dd p label {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
	width: 30px;
}

.footer-right dl dd p input {
	height: 35px;
	box-sizing: border-box;
	padding: 0 5px;
	background: rgba(255, 255, 255, 0.3);
	border: none;
	width: calc(100% - 40px);
	color: #FFFFFF;
}

.footer-right dl dd p textarea {
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding: 5px;
	background: rgba(255, 255, 255, 0.3);
	border: none;
	color: #FFFFFF;
	height: 70px;
	vertical-align: text-top;
	resize: none;
}

.footer-right dl dd button {
	color: #FFFFFF;
	background: #1e67b5;
	padding: 8px 50px;
	border: none;
	margin-left: 36px;
}

.footer-copy {
	background: #052662;
	text-align: center;
	padding: 15px 0;
	margin-top: 25px;
}

.footer-copy p a,
.footer-copy p {
	color: #FFFFFF;
	font-size: 14px;
}

/* about */
.about {}

.about-title {
	text-align: center;
	border-bottom: 2px solid #e2e2e2;
	padding: 30px 0 40px;
}

.about-title span {
	text-transform: uppercase;
	font-size: 16px;
	color: #666666;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.about-title h3 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.about-gk-box {}

.padd-50 {
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-text-left {
	width: 150px;
	float: left;
}

.about-text-left h3 {}

.about-text-left h3 span {
	color: #262344;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 10px;
}

.about-gk-right,
.about-wh-right,
.about-ry-right {
	float: right;
	width: calc(100% - 250px);
}

.about-gk-right p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 20px;
}

.about-wh-right {}

.about-wh-right ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}

.about-wh-right ul li {
	width: 33.33333%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 35px;
	margin-bottom: 50px;
	transition: 0.4s;
}

.about-wh-right ul li .about-li-img {
	width: 99px;
	height: 99px;
	border-radius: 100%;
	margin: auto;
	margin-bottom: 30px;
	transition: 0.4s;
}

.about-wh-right ul li h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}

.about-wh-right ul li p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	text-align: left;
}

.about-wh-right ul li:hover .about-li-img {
	box-shadow: 0 5px 10px #9a9a9a;

	transition: 0.4s;

}

.about-wh-right ul li:hover {
	margin-top: -8px;
	transition: 0.4s;
}

.about-ry-right {}

.about-ry-right p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 20px;
}

.about-ry-ul {
	margin-top: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	float: left;
	margin-bottom: 50px;
}

.about-ry-ul li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	justify-content: center;
	/* background: #f8f8f8; */
	/* box-shadow: 0 4px 4px #b5b5b5; */
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}

.about-ry-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.about-ry-ul li a {
	width: 100%;
	text-align: center;
	
	overflow: hidden;
}

.about-ry-ul li a img {
	width: 100%;
	transition: 0.4s;
}

.about-ry-ul li:hover a img {
	/* transform: scale(1.1);
	transition: 0.4s; */
}

/* case */
.case {
	padding: 100px 0;
}

.aside-left {
	float: left;
	width: 300px;
	box-shadow: 0 4px 6px #afafaf;
}

.aside-left dl {}

.aside-left dl dt {}

.aside-left dl dt a {
	color: rgba(255, 255, 255, 1);
	background: #2c81f1;
	padding: 13px 0;
	padding-left: 15%;
	font-size: 18px;
	display: block;
}

.aside-left dl dd {}

.aside-left dl dd>a {
	padding: 13px 0;
	padding-left: 15%;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px dashed #e6e6e6;
	display: block;
}

.aside-left dl dd>a i {
	width: 10px;
	height: 10px;
	background: url(../images/j-h_04.png) no-repeat;
	background-position: center;
	margin-top: 5px;
	float: right;
	margin-right: 45px;
}

.aside-left dl dd>a.active i,
.aside-left dl dd>a:hover i {
	background-image: url(../images/j-hh_07.png);
}

.aside-left dl dd>a.active,
.aside-left dl dd>a:hover {
	background: rgba(44, 129, 241, 0.1);
	color: #1e67b5;
}

.aside-right {
	width: calc(100% - 370px);
	float: right;
}

.case-ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}

.case-ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 4%;
}

.case-ul li:nth-of-type(2n) {
	margin-right: 0;
}

.case-ul li a {
	display: block;
}

.case-ul li .case-ul-img {
	overflow: hidden;
	margin-bottom: 25px;
	height: 295px;
}

.case-ul li .case-ul-img img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.case-ul li h4 {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.case-ul li:hover .case-ul-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.case-ul li:hover h4 {
	color: #1e67b5;
}

.marg-top50 {
	margin-bottom: 50px;
}

.n-top-nav {
	border-bottom: 1px solid #eeeeee;
	height: 70px;
	line-height: 70px;

}

.n-top-nav-div {
	font-size: 14px;
	color: #666666;
}

.n-top-nav-div a {
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
}

.n-top-nav-div a:hover {
	color: #1E67B5;
}

.n-top-nav-div a:last-of-type:hover {
	color: #666666;
}

/* case-detail */
.case-detail {
	padding-bottom: 100px;
}

.case-detail-list {}

.case-detail-list li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}

.case-detail-list li .case-detail-left {
	width: 40%;
}

.case-detail-list li .case-detail-left .case-detail-img img{

}

.case-detail-list li .case-detail-right {
	width: 55%;
	margin-left: auto;
}

.case-detail-list li .case-detail-right h3 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #E2E2E2;
	padding: 15px 0;
	margin-bottom: 30px;
}

.case-detail-list li .case-detail-right h5 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.case-detail-list li .case-detail-right p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: justify;
}

/* contact */
.contact {}

.contact-text {}

.contact-text>h3 {
	border-bottom: 1px solid #002aff;
}

.contact-text>h3 span {
	background: #2c81f1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding: 8px 35px;
}

.contact-text-add {
	margin-top: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 10px;
}

.contact-text-add p {
	width: 50%;
	margin-bottom: 35px;
	box-sizing: border-box;
	padding: 0 45px 0 60px;
	background-position: left;
	background-repeat: no-repeat;
}

.contact-text-add p span {
	font-size: 24px;
	color: #353535;
	display: block;
	margin-bottom: 12px;
}

.contact-text-add p b {
	font-size: 30px;
	color: #353535;
	font-weight: bold;
	display: block;
}

.contact-text-add p:last-of-type {
	width: 100%;
	padding-right: 0;
}

.contact-map {
	width: 100%;
	height: 450px;
}

/* contact-join */
.contact-join-text {}

.contact-join-text>h3 {
	font-size: 24px;
	color: #36424b;
	font-weight: bold;
}

.join-list {
	margin-top: 30px;
	min-height: 200px;
}

.join-list ul {}

.join-list ul li {
	border-bottom: 1px solid #e5e7ee;
}

.join-list ul li span {
	width: 15%;
	float: left;
	text-align: center;
}

.join-list ul li span.ziwei {
	width: 55%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	padding-left: 35px;
}

.join-list ul li.join-tit {
	background: #2a66b6;
	padding: 20px 0;
	border-bottom: none;
}

.join-list ul li.join-tit span {
	color: #ffffff;
	font-size: 18px;
}

.join-list ul li .join-li-dao {
	padding: 20px 0;
	cursor: pointer;
}

.join-list ul li .join-li-dao span {
	color: #000000;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.join-list ul li .join-li-dao icon {
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../images/j-on_03.jpg) no-repeat;
	background-position: center;
}

.join-list ul li.active .join-li-dao icon {
	background-image: url(../images/j-on_07.jpg);
}

.join-list ul li.active {
	background: #f7f8fa;
}

.join-list-text {
	padding: 20px 35px 45px;
	display: none;
}

.join-list-text h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	margin-bottom: 10px;
}

.join-list-text p {
	font-size: 14px;
	color: #666666;
	line-height: 29px;
}

.join-box {
	display: none;
}

.join-box.active {
	display: block;
}

.join-list ul li:hover {
	background: #f7f8fa;
}

.join-list ul li.join-tit:hover {
	background: #2a66b6;
}
.join-list ul li.active .join-li-dao span{
	color: #00468e;
}

/* product */
.product-aside{}
.product-aside dl dd .aside-ul-top{
	box-sizing: border-box;
	padding: 0 16%;
}
.product-aside dl dd>a{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	background: #f4f4f4;
}
.product-aside dl dd>a i{
	width: 30px;
	height: 30px;
	margin-top: 0;
	position: absolute;
	right: 0%;
	top: 10px;
}
.product-aside dl dd .aside-ul-top li{}
.product-aside dl dd .aside-ul-top li a{
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 13px 0;
	padding-left: 20px;
	display: block;
	    box-sizing: border-box;
}
.product-aside dl dd .aside-ul-top li a::after{
	position: absolute;
	left: 0;
	top: 19px;
	width: 8px;
	height: 8px;
	background: #a0a0a0;
	transform: rotateZ(45deg);
	content: "";
}
.product-aside dl dd .aside-ul-top li a.active,.product-aside dl dd .aside-ul-top li a:hover{
	color: #2c81f1;
}
.product-aside dl dd .aside-ul-top li a.active::after,.product-aside dl dd .aside-ul-top li a:hover::after{
	background: #1e67b5;
}
.aside-left dl dd>a.active i{
	transform: rotateZ(90deg);
}

/* product */
.product-one-title{
	margin-bottom: 25px;
}
.product-one-title h3{
	font-size: 30px;
	color: #000000;
}
.product-one-text{}
.product-one-top{
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 50px;
}
.product-one-left{
	width: calc(100% - 360px);
	float: left;
}
.product-one-left h4{
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 20px;
}
.product-one-left p{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}
.product-one-right{
	float: right;
	width: 300px;
	overflow: hidden;
	text-align: center;
}
.product-one-bottom{
	margin-top: 50px;
}
.product-one-bottom-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.product-one-bottom-box dl{
	width: 31.33333%;
	margin-right: 3%;
	margin-bottom: 5%;
}
.product-one-bottom-box dl:nth-of-type(3n){
	margin-right: 0;
}
.product-one-bottom-box .cel2{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5%;
}
.product-one-bottom-box .cel2:nth-of-type(2n){
    margin-right: 0;
}
.product-one-bottom-box dl dt{
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 8px 15px;
	margin-bottom: 8px;
}
.product-one-bottom-box dl dt b{
	font-size: 16px;
	
	color: #000000;
}
.product-one-bottom-box dl p{
	margin-bottom: 7px;
}
.product-one-bottom-box dl p{
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	position: relative;
	line-height: 26px;
	padding-left: 20px;
}
.product-one-bottom-box dl p::after{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #666666;
	left: 10px;
	top: 10px;
}
.product-box{}
.product-list-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.product-list-ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
	
}
.product-list-ul li:nth-of-type(2n){
	margin-right: 0;
}
.product-list-ul li a{
	display: block;
	text-align: center;
}
.product-list-ul li .product-img{
	box-sizing: border-box;
	border: 1px solid #E2E2E2;
	width: 100%;
	padding: 35px;
	margin-bottom: 10px;
	
	
	overflow: hidden;
}
.product-list-ul li .product-img img{
	max-height: 300px;
	transition: 0.4s;
	max-width: 335px;
	/* display: block; */
}
.product-list-ul li a p{
	font-size: 18px;
	color: #000000;
}
.product-list-ul li a:hover .product-img span{
	transform: scale(1.1);
	transition: 0.4s;
}
.product-list-ul li a span{
	overflow: hidden;
	transition: 0.4s;
}

.product-body .header{
	background: rgba(21, 91, 176, 1);
}
.product-body .n-top-nav{
	margin-top: 100px;
}
.product-detail{
	margin-top: 30px;
}

.product-detail-div1{
	padding-bottom:50px;
}
.product-div1-left{
	width: 40%;
	float: left;
}
.product-left-img{
	position: relative;
	height: 400px;
	background: #f9f7f7;
}
.product-left-img img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 80%;
    	max-height: 80%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	opacity: 0;
}
.product-left-img img.active{
	opacity: 1;
	transition: 0.4s;
	max-width: 80%;
    	max-height: 80%;
}
.product-div1-swiper{
	margin-top: 20px;
}
.product-div1-swiper .swiper-slide{
	background: #EEEEEE;
}
.product-div1-swiper .swiper-slide a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	height: 100px;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	cursor: pointer;
}
.product-div1-swiper .swiper-slide a img{
	max-width: 90px;
	max-height: 90px;
	display: block;
	margin: auto;
}

.product-div1-right{
	width: 55%;
	float: right;
}
.product-div1-title{
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
}
.product-div1-title h3{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 8px;
}
.product-div1-title a{
	font-size: 18px;
	color: #666666;
	background: url(../images/quan_03.png) no-repeat;
	background-position: right;
	font-weight: bold;
	padding-right: 30px;
}
.product-div1-text{
	margin-top: 35px;
}
.product-div1-text h4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}
.product-div1-text p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.product-div1-text a{
	margin-top: 30px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 3px;
	padding: 15px 50px;
	background: #1e67b5;
}
.product-detail-div1,.product-detail-div2{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pro-title{
	text-align: center;
}
.pro-title h3 span{
	font-size: 30px;
	font-weight: bold;
	background: url(../images/quan_03.png) left no-repeat;
	padding-left: 35px;
}

.product-div2-left{
	width: 30%;
}
.product-div2-center{
	width: 35%;
	text-align: center;
}
.product-div2-list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	margin-top: 55px;
	margin-bottom: 50px;
}
.product-div2-left div{
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 80px;
	box-sizing: border-box;
	padding-left: 10%;
}
.product-div2-left div h4{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.product-div2-left div p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.product-div-t1{
	margin-bottom: 30%;
}
.p-div2 div{
	background-position: left;
	padding-right: 10%;
	padding-left: 80px;
	text-align: left;
}

.product-div3-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	width: 75%;
	margin: auto;
	margin-top: 70px;
}
.product-div3-ul li{
	width: 33.33333%;
	text-align: center;
	margin-bottom: 40px;
	transition: 0.4s;
}
.product-div3-ul li .div3-img{
	width: 100px;
	height: 100px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-div3-ul li .div3-img{
	border-radius: 100%;
}
.product-div3-ul li:hover .div3-img{
	box-shadow: 0 5px 10px #9a9a9a;
	    transition: 0.4s;
}
.product-div3-ul li:hover{
	margin-top: -5px;
	transition: 0.4s;
}
.product-div3-ul li p{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.product-detail-div4{
	background: #f4fbff;
}
.product-div4-ul{
	margin-top: 65px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: auto;
	max-width: 100%;
	margin-top: 55px;
}
.product-div4-ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
}
.product-div4-ul li:nth-of-type(2n){
	margin-right: 0;
}
.product-div4-ul li div{
	line-height: 54px;
}
.product-div4-ul li div span{
	
	font-size: 16px;
	color: #2f3032;
	font-weight: bold;
	float: left;
	width: 135px;
	position: relative;
}
.product-div4-ul li div span::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #2ac0ff;
	width: 85px;
	height: 2px;
}
.product-div4-ul li div p{
	font-size: 16px;
	color: #666666;
	float: right;
	width: calc(100% - 170px);
}
.product-div5-swiper{
	margin-top: 55px;
}
.product-div5-swiper .swiper-slide{
	opacity: 0.6;
}
.product-div5-swiper .swiper-slide.swiper-slide-active{
	opacity: 1;
}
.product-div5-swiper .swiper-slide a{
	height: 400px;
	overflow: hidden;
	display: block;
	position: relative;
}
.product-div5-swiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.product-div5-swiper .swiper-button-black{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #000000;
	background-size: 15px;
}
.product-div5-swiper .swiper-button-prev{
	left: 3%;
} 
.product-div5-swiper .swiper-button-next{
	right: 3%;
}
/* .product-div5-swiper .swiper-slide a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,0.8);
} */
.index-about-right{
	overflow: hidden;
	transition: 0.4s;
}
.index-about-right-img{
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	transition: 0.4s;
}
.index-about-right:hover .index-about-right-img{
	transform: scale(1.1);
	transition: 0.4s;
}
.index-about-ul li{
	transition: 0.4s;
}
.index-about-ul li:hover{
	margin-top: -5px;
	transition: 0.4s;
}
.footer-right{
	margin-top: 40px;
}
.n-banner img{
	width: 100%;
}


.index-about-text p,.about-gk-right p,.about-ry-right p,.product-aside dl dd .aside-ul-top li a,.product-div1-text p,.aside-left dl dd>a,.case-ul li h4,.case-detail-list li .case-detail-right p{
	color: #000000;
}
.about-title h3,.title-text h3,.index-about-title h3,.index-ly-right ul li a,.footer-left-bottom h3,.case-detail-list li .case-detail-right h3{
	font-weight: bolder;
}
.contact-text-add p b{
	font-size: 26px;
	font-weight: bolder;
}
.index-product-div-bottom h3{
	font-size: 32px;
	font-weight: bolder;
}
.about-wh-right ul li p,.product-aside dl dd .aside-ul-top li a,.product-div1-text p,.product-div2-left div p,.aside-left dl dd>a,.case-detail-list li .case-detail-right p,.join-list ul li .join-li-dao span,.join-list-text p{
	font-size: 15px;
}
.case-ul li h4{
	font-size: 18px;
}


/*new 1*/
.product-div2-center .div2-img{
    display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
}

.product-list-ul li .product-img{
	display: flex;
	height: 370px;
	justify-content: center;
	align-items: center;
}
.product-div-t1{
	margin-top: 10%;
}

.about-ry-box .swiper-container{
	padding-bottom: 65px;
}
.about-ry-box .swiper-container .swiper-wrapper{
	align-items: center;
}
.about-ry-box .swiper-container a{
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}


/* en */
.index-product-div-box{
	width: 55%;
}
.footer-right dl dd button{
	margin-left: 0;
	
}
.footer-right dl dd .p1{
	margin-right: 4%;
	width: 48%;
}
.footer-right dl dd .p2{
	width: 48%;
}
.footer-right dl dd p label{
	margin-bottom: 5px;
	display: block;
	width: 100%;
}
.footer-right dl dd p input{
	width: 100%;
}
.footer-right dl dd p textarea{
	width: 100%;
}
.product-aside dl dd>a{
	padding-right: 75px;
}
.contact-text-add p b{
	font-size: 22px;
}

.lang{
	float: right;
	margin-left: 15px;
}
.lang a{
	color: #FFFFFF;
	font-size: 18px;
}




@media (max-width:1620px) {
	.index-product-div-bottom h3{
		line-height: 48px;
	}
	.index-about-ul li a{
		box-sizing: border-box;
		padding: 15px 50px 15px 60px;
	}
}

@media (max-width:1520px) {}

@media (max-width:1440px) {
	.index-about-ul li a{
		box-sizing: border-box;
		padding: 15px 40px 15px 60px;
	}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
	/* html {
		width: 1280px;
		margin: auto;
	} */

	.wrap {
		width: 1200px !important;
		margin: auto;
		max-width: 94%;
	}

	.wrap-about {
		width: 1200px;
		margin: auto;
		max-width: 94%;
	}

	.wrap3 {
		width: 1300px;
		margin: auto;
		max-width: 94%;
	}
	.header-logo a{
		width: 160px;
	}
	.header{
		height: 80px;
		line-height: 80px;
	}
	.header-nav ul li>a{
		font-size: 16px;
	}
	.title-text h3,.index-about-title h3,.about-title h3{
		font-size: 28px;
	}
	.index-product-div-bottom h3{
		font-size: 24px;
	}
	.index-product-div-bottom p{
		font-size: 17px;
	}
	.index-product-img{
		width: 80px;
		height: 80px;
	}
	.index-product-div-box{
		padding-top: 13%;
	}
	.index-product-ul li a{
		padding: 15px 0;
	}
	.index-product-list{
		height: 666px;
	}
	.index-ly-right ul li a{
		font-size: 20px;
	}
	.index-ly-right ul li .ly-img{
		margin-right: 35px;
	}
	.index-ly-right ul li{
		padding: 17px 85px 17px 100px;
	}
	.index-ly-box .index-ly-left .index-ly-text h3{
		font-size: 20px;
		padding: 10px 0 10px 50px;
	}
	.footer-left-bottom h3{
		font-size: 22px;
	}
	.about-text-left h3 span{
		font-size: 22px;
	}
	.product-one-title h3,.product-div1-title h3,.case-detail-list li .case-detail-right h3{
		font-size: 24px;
	}
	.product-div1-title h3{
		font-size: 24px;
	}
	.pro-title h3 span{
		font-size: 26px;
	}
	.product-div5-swiper .swiper-button-black{
		width: 50px;
		height: 50px;
	}
	.contact-text-add p b,.contact-text-add p span{
		font-size: 20px;
	}
	.join-list ul li .join-li-dao{
		padding: 12px 0;
	}
	
}
@media (max-width:1200px){
	.product-div5-swiper .swiper-slide a{
		height: 310px;
	}
	.case-ul li .case-ul-img{
		height: 240px;
	}
	.index-product-div-box{
		width: 65%;
	}
}
@media (max-width:992px){
	.header-logo a{
		width: 135px;
	}
	.header{
		height: 70px;
		line-height: 70px;
	}
	.index-banner .swiper-button-white{
		background-size: 20px;
	}
	.title-text h3, .index-about-title h3, .about-title h3{
		font-size: 24px;
	}
	.index-product-img{
		width: 65px;
		height: 65px;
	}
	.index-product-div-bottom h3{
		font-size: 20px;
	}
	.index-product-div-bottom p{
		font-size: 16px;
	}
	.index-product-div-box{
		width: 65%;
	}
	.index-product-ul li a{
		padding: 13px 0;
	}
	.index-product-list{
		height: 585px;
	}
	.index-about-ul li a{
		font-size: 14px;
		background-size: 35px;
		padding: 15px 0 15px 46px;
	}
	.index-ly-right ul li{
		padding: 10px 15px 10px 35px;
	}
	.index-ly-right ul li .ly-img{
		margin-right: 25px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.index-ly-right ul li a{
		font-size: 18px;
	}
	.index-ly-box .index-ly-left .index-ly-text h3{
		font-size: 18px;
	}
	.header-nav ul li>a{
		padding: 0 15px;
	}
	.about-text-left h3 span{
		font-size: 20px;
	}
	.about-gk-right, .about-wh-right, .about-ry-right{
		width: calc(100% - 175px);
	}
	.about-wh-right ul li .about-li-img{
		width: 80px;
		height: 80px;
		margin-bottom: 15px;
	}
	.aside-left{
		width: 100%;
		margin-bottom: 40px;
	}
	.aside-left dl dt a,.aside-left dl dd>a,.product-aside dl dd .aside-ul-top{
		padding-left: 6%;
	}
	.product-one-title h3, .product-div1-title h3, .case-detail-list li .case-detail-right h3,.contact-join-text>h3,.contact-text>h3 span{
		font-size: 20px;
	}
	.aside-right{
		width: 100%;
	}
	.product-one-top{
		padding: 30px;
	}
	.product-one-right{
		width: 260px;
	}
	.product-one-left{
		width: calc(100% - 300px);
	}
	.product-list-ul li .product-img{
		height: 320px;
	}
	.product-list-ul li .product-img img{
		max-height: 250px;
	}
	.product-left-img img{
		max-width: 90%;
		max-height: 310px;
	}
	.product-left-img{
		height: 355px;
	}
	.pro-title h3 span{
		font-size: 22px;
	}
	.product-div2-center .div2-img img{
		max-width: 90%;
	}
	.product-div2-left{
		width: 32%;
	}
	.product-div2-left div,.p-div2 div{
		background-size: 50px;
	}
	.product-div2-left div{
		padding-right: 65px;
	}
	.p-div2 div{
		padding-left: 65px;
		padding-right: 10%;
	}
	
	.product-div3-ul li .div3-img{
		width: 80px;
		height: 80px;
	}
	
	.case{
		padding: 40px 0;
	}
	
	.header-nav ul li>a {
	    padding: 0 8px;
	}
	.index-product-div-box {
	    width: 85%;
	}
	.index-product-div-bottom h3 {
	    line-height: 30px;
	        margin-bottom: 5px;
	        margin-top: 10px;
	    
	}
	.index-product-ul li a {
	    padding: 10px 0;
	}
	.index-about-ul li a{
		padding: 15px 0 15px 39px;
	}
	.n-top-nav{
		height: auto;
		    line-height: 30px;
	}
	
}
@media (max-width:750px){
	
	.menu{
		display: block;
		margin-top: 21px;
	}
	.menu span{
		background: #FFFFFF;
	}
	.header-nav{
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		line-height: normal;
		padding: 10px 0;
		height: calc(100vh - 65px);
		background: #FFFFFF;
	}
	.header-logo a{
		width: 115px;
	}
	.header{
		height: 60px;
		line-height: 60px;
	}
	.index-banner{
		margin-top: 60px;
	}
	.index-banner .swiper-button-white{
		background-size: 15px;
	}
	.header-nav ul li{
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.header-nav ul li a{
		display: block;
		color: #333333;
	}
	.header-nav ul li>a{
		padding: 15px 0;
		box-sizing: border-box;
		border-bottom: 1px dashed #CCCCCC;
	}
	
	.footer-left{
		display: none;
	}
	.footer-right{
		width: 100%;
	}
	.title-text span::after,.title-text span::before{
		width: 15%;
	}
	
	.title-text h3, .index-about-title h3, .about-title h3{
		font-size: 18px;
	}
	.title-text span{
		font-size: 14px;
		padding: 0 10px;
	}
	.marg-top30{
		margin-top: 25px;
	}
	.title-text{
		margin-bottom: 20px;
	}
	.index-product-div-bottom h3{
		font-size: 16px;
		line-height: 35px;
	}
	.index-product-div-bottom p{
		font-size: 14px;
		line-height: 26px;
	}
	.index-product-div-box>a{
		font-size: 12px;
		padding: 6px 22px;
	}
	.index-product-img{
		width: 55px;
		height: 55px;
	}
	.index-product-list{
		height: auto;
		flex-wrap: wrap;
	}
	.index-product-div{
		width: 100%;
		padding: 40px 0;
	}
	.index-product-div-box{
		padding-top: 0;
	}
	.index-product-ul li a{
		font-size: 14px;
		padding: 10px 0;
	}
	.index-product-div-bottom{
		margin-bottom: 15px;
	}
	.index-about-box .index-about-left{
		width: 100%;
	}
	.index-about, .index-ly{
		padding-top: 20px;
	}
	.index-about-text p{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.index-about-text{
		margin-top: 10px;
	}
	.index-about-ul{
		margin: 15px 0 15px;
	}
	.index-about-right{
		width: 100%;
		height: 250px;
	}
	.index-ly-box{
		flex-wrap: wrap;
	}
	.index-ly-box .index-ly-left{
		width: 100%;
		height: 260px;
	}
	.index-ly-right{
		display: none;
	}
	.index-ly-box .index-ly-left .index-ly-text h3{
		font-size: 16px;
		background-size: 25px;
		padding: 10px 0 10px 37px;
	}
	.index-ly-box .index-ly-left .index-ly-text a{
		font-size: 12px;
		padding: 8px 15px;
	}
	.index-ly-box .index-ly-left .index-ly-text{
		padding: 25px 40px 15px 20px;
	}
	.index-ly-box .index-ly-left{
		height: auto;
	}
	.index-ly-box .index-ly-left .index-ly-div{
		
		position: relative;
		opacity: 1;
		display: block;
		height: 260px;
		margin-bottom: 15px;
	}
	.footer-right dt a{
		font-size: 15px;
	}
	.footer-right{
		border: none;
		padding-left: 0;
		margin-top: 0;
	}
	.index-ly{
		margin-bottom: 25px;
	}
	.footer-right dl dd .p1,.footer-right dl dd .p2{
		width: 100%;
		margin-right: 0;
	}
	.footer-right dl dd p input{
		height: 30px;
	}
	.footer-right dl dd button{
		font-size: 12px;
		padding: 8px 35px;
	}
	.footer-copy p a, .footer-copy p{
		font-size: 12px;
	}
	.footer{
		padding-top: 35px;
	}
	
	.about-text-left{
		width: 100%;
		margin-bottom: 10px;
	}
	.about-gk-right, .about-wh-right, .about-ry-right{
		width: 100%;
	}
	.about-text-left h3 span{
		font-size: 16px;
	}
	.about-gk-right p,.about-ry-right p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.padd-50{
		padding: 25px 0;
	}
	.about-title{
		padding: 25px 0 20px;
	}
	.about-wh-right ul li .about-li-img{
		width: 55px;
		height: 55px;
	}
	.about-wh-right ul li h4{
		font-size: 15px;
	}
	.about-wh-right ul li{
		padding: 0 5px;
		margin-bottom: 15px;
	}
	.about-wh-right{
		margin-top: 25px;
	}
	.about-ry-ul li{
		width: 49%;
	}
	.about-ry-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.about-ry-ul{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.about-title span{
		font-size: 14px;
	}
	.n-banner{
		margin-top: 60px;
	}
	.aside-left dl dt a{
		font-size: 16px;
	}
	.product-aside dl dd .aside-ul-top li a{
		font-size: 14px;
	}
	.product-one-title h3{
		font-size: 16px;
	}
	.product-one-top{
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.product-one-right{
		width: 100%;
		text-align: center;
	}
	.product-one-left{
		width: 100%;
	}
	.product-one-left h4{
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.product-one-left p{
		font-size: 14px;
		line-height: 26px;
	}
	.product-one-bottom-box dl{
		width: 100%;
		margin-right: 0;
	}
	.product-one-bottom-box dl dt b{
		font-size: 14px;
	}
	.product-one-bottom{
		margin-top: 20px;
	}
	.aside-left dl dd>a{
		padding: 10px 0;
		padding-left: 6%;
	}
	.product-aside dl dd .aside-ul-top li a{
		padding: 10px 0;
		padding-left: 20px;
	}
	.product-aside dl dd .aside-ul-top li a::after{
		width: 6px;
		height: 6px;
		top: 17px;
	}
	.product-list-ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.product-list-ul li a p{
		font-size: 15px;
	}
	.product-list-ul li .product-img{
		height: auto;
	}
	.product-list-ul li .product-img img{
		max-height: 200px;
	}
	.product-div1-left{
		width: 100%;
	}
	.n-top-nav-div a{}
	.n-top-nav-div a{
		font-size: 12px;
		margin: 0;
	}
	.product-left-img img{
		max-height: 250px;
	}
	.product-left-img{
		height: 300px;
	}
	.product-div1-right{
		width: 100%;
		margin-top: 20px;
	}
	.product-div1-title h3{
		font-size: 16px;
	}
	.product-div1-title a{
		font-size: 15px;
		background-size: 14px;
	}
	.product-div1-title{
		padding: 10px 0;
	}
	.product-div1-text h4{
		margin-bottom: 10px;
	}
	.pro-title h3 span{
		font-size: 18px;
		background-size: 15px;
	}
	.product-div2-list{
		flex-wrap: wrap;
	}
	.product-div2-left{
		width: 100%;
	}
	.product-div2-center{
		width: 85%;
	}
	.product-div2-left div{
		background-position: left;
		text-align: left;
		padding-left: 65px;
		padding-right: 10%;
	}
	.product-div2-left div, .p-div2 div{
		background-size: 40px;
	}
	.product-div-t1{
		margin-top: 0;
		margin-bottom: 7%;
	}
	.product-div2-left div h4{
		font-size: 16px;
	}
	.product-div2-left div p{
		font-size: 14px;
	}
	.product-div2-list{
		margin-top: 40px;
	}
	.product-div2-center{
		margin: 25px 0;
	}
	.product-div3-ul{
		width: 90%;
		margin-top: 50px;
	}
	.product-div3-ul li .div3-img{
		width: 60px;
		height: 60px;
	}
	.product-div3-ul li p{
		font-size: 14px;
	}
	.product-div4-ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.product-div4-ul li div span{
		font-size: 15px;
		width: 110px;
	}
	.product-div4-ul li div p{
		font-size: 14px;
		width: calc(100% - 120px);
	}
	.product-div4-ul li div{
		line-height: 40px;
	}
	.product-div4-ul{
		margin-top: 25px;
	}
	.product-div5-swiper .swiper-button-black{
		width: 30px;
		height: 30px;
		background-size: 8px;
		margin-top: 0;
	}
	.product-div5-swiper{
		margin-top: 30px;
	}
	.product-div5-swiper .swiper-slide a{
		height: 235px;
	}
	.product-body .n-top-nav{
		margin-top: 60px;
	}
	.n-top-nav{
		height: 55px;
		line-height: 55px;
	}
	.aside-left dl dd>a{
		font-size: 14px;
	}
	.case{
		padding: 25px 0;
	}
	.case-ul li{
		width: 100%;
		    margin-right: 0;
		    margin-bottom: 15px;
	}
	.case-ul li .case-ul-img{
		height: auto;
		max-height: 235px;
	}
	.case-ul li .case-ul-img img{
		max-height: 235px;
	}
	.case-ul li .case-ul-img{
		margin-bottom: 15px;
	}
	.case-ul li h4{
		font-size: 15px;
	}
	.marg-top50{
		margin-bottom: 30px;
	}
	.case-detail-list li .case-detail-left{
		width: 100%;
	}
	.case-detail-list li .case-detail-left .case-detail-img img{
		max-height: 235px;
	}
	.case-detail-img{
		max-height: 235px;
		overflow: hidden;
	}
	.case-detail-list li .case-detail-right{
		width: 100%;
	}
	.case-detail-list li .case-detail-right h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.case-detail-list li .case-detail-right h5{
		font-size: 15px;
	}
	.case-detail-list li .case-detail-right p{
		font-size: 14px;
		line-height: 26px;
	}
	.contact-text>h3 span{
		font-size: 16px;
		padding: 6px 35px;
	}
	.contact-text-add p{
		width: 100%;
		background-size: 22px;
		padding-left: 38px;
		margin-bottom: 15px;
	}
	.contact-text-add p b, .contact-text-add p span{
		font-size: 15px;
	}
	.contact-text-add p span{
		margin-bottom: 8px;
	}
	.contact-text-add{
		margin-top: 25px;
	}
	.contact-map{
		height: 325px;
	}
	.contact-join-text>h3{
		font-size: 16px;
	}
	.join-list{
		margin-top: 22px;
	}
	.join-list ul li.join-tit{
		padding: 10px 0;
	}
	.join-list ul li.join-tit span{
		font-size: 14px;
	}
	.join-list ul li .join-li-dao span{
		font-size: 14px;
	}
	.join-list ul li .join-li-dao{
		padding: 10px 0;
	}
	.join-list ul li span.ziwei{
		padding-left: 15px;
		width: 40%;
	}
	.join-list ul li span.time{
		width: 25%;
	}
	.join-list ul li span.caozuo{
		width: 10%;
	}
	.join-list ul li span.didian{
		width: 25%;
	}
	.join-list ul li .join-li-dao span{
		font-size: 13px;
	}
	.join-list ul li .join-li-dao icon{
		width: 22px;
		height: 22px;
		background-size: 100%;
		margin-top: 7px;
	}
	.join-list ul li span.caozuo{
		
	}
	.join-list-text h3{
		font-size: 14px;
	}
	.join-list-text p{
		font-size: 14px;
		line-height: 26px;
	}
	.join-list-text{
		padding: 15px 10px 20px;
	}
	
	
	.aside-left dl dd>a i{
		margin-right: 10px;
		top: 5px;
	}
	.n-top-nav {
	    height: auto;
	    line-height: 25px;
		padding: 5px 0;
	}
	
	.join-list ul li .join-li-dao span{
		line-height: normal;
		height: auto;
	}
	.join-list ul li .join-li-dao{
		display: -webkit-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
	}
	.lang{
		margin-right: 18px;
	}
	.lang a{
		font-size: 16px;
	}
	
	
}
