html{font-size:625%;}
.wrap {
	width: 89.3%;
	margin: 0 auto;
}

.phone_copy{
display: none;}

.wrap2 {
	width: 76%;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

.wap {
	display: none;
}

.phoneheader {
	display: none;
}

.mobile-container {
	display: none;
}

.header {
	height: 130px;
	width: 100%;
	position: fixed;
	z-index: 99999;
}

.header .top_box {
	width: 100%;
}

.header .top_box .fl,
.header .top_box .fr {
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.header .top_box .fl {
	background: #d1f0ee;
}

.header .top_box .fr {
	background: #faf1e6;
}

.header .top_box .fl a,
.header .top_box .fr a {
	display: inline-block;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #0F0F0F;
}

.header .top_box .fl:hover {
	transition: .5s;
	background: #a7e9e7;
}

.header .top_box .fl:hover a {
	text-decoration: underline;
	transform: scale(1.5);
	transition: .5s;
}

.header .top_box .fr:hover {
	transition: .5s;
	background: #f9e3c7;
}

.header .top_box .fr:hover a {
	text-decoration: underline;
	transform: scale(1.5);
	transition: .5s;
}

.header .top_box li.active.fl {
	background: #a7e9e7;
}

.header .top_box li.active.fr {
	background: #f9e3c7;
}

.header .top_box li.active a {
	text-decoration: underline;
}

.header .nav_box {
	top: 60px;
	background: #000000;
	height: 70px;
	line-height: 70px;
}

.header .nav_box .fl {
	line-height: 70px;
}

.header .nav_box .fl img {
	margin-top: 24px;
	line-height: 70px;
}

.header .nav_box .nav_txt {
	width: 78%;
	margin: 0 auto;
}

.header .nav_box .fr li {
	float: left;
	margin-right: 45px;
}

.header .nav_box .fr li a {
	font-size: 12px;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-family: Source Han Sans CN;
	font-weight: 600;
	color: #FFFFFF;
}

.header .nav_box .fr li a:hover,
.header .fr li a.active {
	border-bottom: 2px solid #fff;
}


/**/

.header .nav_box .subs {
	position: fixed;
	width: 100%;
	top: 130px;
	left: 0;
	border-top-width: 3px;
	background-color: rgba(255, 255, 255, 1);
	/* box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);*/
	z-index: 9999;
	transition: 1s;
	display: none;
}

.header .nav_box li:hover .subs {
	display: block;
	transition: 1s;
}

.header .nav_box li .layer {
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	display: none;
	z-index: 1;
	display: none;
}

.header .nav_box li:hover .layer {
	display: block;
}
.header .nav_box li .layer:hover ~.sups{
display: none;
}

.header .nav_box .subs>ul {
	width: 80%;
	margin: 0 auto;
}

.header .nav_box .subs>ul>li {
	width: 20%;
	background-size: cover;
	float: left;
	margin: 0;
	box-sizing: border-box;
	padding: 20px 0 40px;
}

.header .nav_box .subs>ul>li li {
	display: block;
	float: none;
	padding-left: 10%;
}

.header .nav_box .subs>ul>li li a {
	line-height: 24px;
	height: 24px;
	display: block;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #4F4F4F;
}

.header .nav_box .subs>ul>li li a:hover {
	border-bottom: none;
	text-decoration: underline;
	
}

.header .nav_box .subs>div.nav_pro {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.header .nav_box .subs>div.nav_pro .nav_pro_list {
	width: 24%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.header .nav_box .subs>div.nav_pro .nav_pro_list img {
	max-width: 90%;

}

.header .nav_box .subs>div.nav_pro .nav_pro_list p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #4F4F4F;
	line-height: 26px;
}

.header .nav_box .subs>div.nav_pro .nav_pro_list a {
	line-height: normal;
	height: auto;
}

.header .nav_box .fr .search {
	cursor: pointer;
	margin-left: 120px;
}

.header .nav_box .fr .search img {
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

.header .nav_box .fr .search .searchbox {
	position: absolute;
	top: 130px;
	left: 11%;
	display: none;
	width: 78%;
	padding: 25px;
	text-align: right;
	border: 1px solid transparent;
	z-index: 99999;
	background-color: rgba(242, 241, 240, 0.8);
	border-color: #e7e4e2;
}

.header .nav_box .fr .search .searchbox form {
	background-color: #91919c;
	display: flex;
	height: 50px;
	line-height: 50px;
}

.search .searchbox form input {
	width: 85%;
	background-color: #91919c;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
}

.search .searchbox form input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #FFFFFF;
}

.search .searchbox form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

.search .searchbox form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #FFFFFF;
}

.search .searchbox form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

.search .searchbox form button {
	width: 12%;
	background: url(../images/search.png) no-repeat center center;
}

.search .searchbox form i {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
	font-family: Source Han Sans CN;
	font-weight: 500;
	width: 2%;
	text-align: center;
	cursor: pointer;
}

.header .nav_box .fr .cat {
	margin-left: 20px;
	cursor: pointer;
}


/*首页内页*/

.index_box1 {
	padding-top: 130px;
}

.index_box1 {
	padding-top: 130px;
}

.index_box1 .pc_box1{
	display: block;
}
.index_box1 .phone_box1{
	display: none;
}


.index_box1 li {
	float: left;
	width: 30.414%;
	height: auto;
	position: relative;
	 background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
}



.index_box1 li img {
	max-width: 100%;
	display: block;
	   
}

.index_box1 li.index_box1_img {
	width: 39.1666%;
	text-align: center;
	background-position: 50% 50%;
    background-size: cover;
    cursor:auto;
}

.index_box1 li.index_box1_img .index_box1_txt{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.index_box1 li.index_box1_img .index_box1_txt h4{
	font-size: 30px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
line-height: 32px;
margin-bottom: 20px;
margin-top: 30%;
}
.index_box1 li.index_box1_img .index_box1_txt p{
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
line-height: 32px;
}
.index_box1 li.index_box1_img .index_box1_txt i{
	width: 74px;
height: 4px;
display: block;
margin: 10% auto;
background: #FFFFFF;
}
.index_box1 li.index_box1_img .index_box1_txt span{
font-size: 78px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
display: block;
margin: 2% auto;
margin-bottom: 0;
}

.index_box1 li.index_box1_img .index_box1_txt  a{
	display: block;
	font-size: 13px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
width: 32%;
height: 45px;
background: #000;
line-height: 45px;
text-align: center;
margin: 0 auto;
margin-top: 21px;
}

.index_box1 .pc_box1 li a.index_box1_a{
	display: block;
	width: 100%;
	height: 100%;
}
.index_box1 .phone_box1 a.index_box1_a{
	display: block;
	width: 100%;
	height: 100%;
}


.index_box2{
	position: relative;
	width: 100%;
}
.index_box2 li{
	list-style: none;
}

.index_box2 img {
	width: 100%;
	display: block;
}
.index_box2 img .index_wap_img{
	width: 100%;
}

.index_box2 .index_box2_txt{
	position: absolute;
	width: 27.23%;
	height: 50%;
	top: 25%;
	left: 6.92%;
	background: #f2eae8;
	text-align: center;
	padding-bottom: 66px;
}

.index_box2 .index_box2_txt h2{
	width: 70%;
	text-align: center;
	border-bottom: 1px solid #000000;
	font-size: 26px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #020202;
line-height: 70px;
margin:0 auto;
margin-top: 16%;
margin-bottom: 21px;
}
.index_box2 .index_box2_txt p{
	width: 48.5%;
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #020202;
text-align: center;
margin: 0 auto;
}
.index_box2 .index_box2_txt a{
	display: block;
	font-size: 13px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
width: 33.2%;
height: 45px;
background: #000;
line-height: 45px;
text-align: center;
margin: 0 auto;
margin-top: 21px;
}

.index_box2_pc{
	display: block;
	width: 100%;
	background-position: 50% 50%;
    background-size: cover;

}


.index_box2_phone{
	display: none;
}

.index_box3 {
	margin-top: 50px;
	text-align: center;
}

.index_box3 h4 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-bottom: 58px;
}

.index_box3 li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 30px;
}

.index_box3 li img {
	max-width: 100%;
}

.index_box3 li a {
	display: block;
	width: 244px;
	height: 45px;
	line-height: 45px;
	margin: 37px auto;
	background: #000000;
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.index_box4 {
	margin-top: 68px;
}

.index_box4 .index_box4_title {
	margin: 0 auto;
	width: 76%;
	margin-bottom: 68px;
}

.index_box4 .index_box4_title li {
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
}

.index_box4 .index_box4_title li span {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 30px;
}

.index_box4 .index_box4_title li i {
	display: block;
	font-style: normal;
	width: 100%;
	background: #d8d8d8;
	border-radius: 7px;
	height: 14px;
}

.index_box4 .index_box4_title li:first-of-type i {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.index_box4 .index_box4_title li:last-of-type i {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.index_box4 .index_box4_title li.active i {
	background: #42d9d3;
}

.index_box4 .index_box4_con .index_box_con_list {
	display: none;
}

.index_box4 .index_box4_con .index_box_con_list:first-of-type {
	display: block;
}

.index_box4 .swiper-wrapper {
	width: 92%;
	text-align: center;
}

.index_box4 .swiper-slide {
	position: relative;
}

.index_box4 .swiper-slide img {
	max-width: 100%;
	cursor: pointer;
}

.index_box4 .swiper-slide img.show {
	opacity: 1;
}

.index_box4 .swiper-slide img.hide {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.8);
	transition: .5s;
}

.index_box4 .swiper-slide:hover img.show {
	opacity: 0;
	transition: .5s;
}

.index_box4 .swiper-slide:hover img.hide {
	opacity: 1;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: .5s;
}

.index_box4 .index_box4_swiper .swiper-button-next,
.index_box4 .index_box41_swiper .swiper-button-next {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 40%;
	cursor: pointer;
	right: 0;
	background: url(../images/icont_17.png) no-repeat center;
	background-size: 100% 100%;
}

.index_box4 .index_box4_swiper .swiper-button-prev,
.index_box4 .index_box41_swiper .swiper-button-prev {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 40%;
	left: 0;
	cursor: pointer;
	background: url(../images/icont_14.png) no-repeat center;
	background-size: 100% 100%;
}

.index_box4 .swiper-slide p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
}

.index_box4 .swiper-slide a.box4_more {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 174px;
	height: 47px;
	line-height: 47px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	background: #000;
}

.index_box1 h4 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin: 0 auto;
	margin-bottom: 58px;
	text-align: center;
}

.index_box5,
.index_box6,
.index_box7,
.index_box8 {
	margin-top: 50px;
	text-align: center;
}

.index_box5 h4,
.index_box6 h4,
.index_box7 h4,
.index_box8 h4 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-bottom: 58px;
}

.index_box5 ul {}

.index_box5 ul li {
	width: 16%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}

.index_box5 ul li p {
	height: 14px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	margin-top: 30px;
}

.index_box6 .index_box6_swiper {
	position: relative;
}

.index_box6 .index_box6_swiper .swiper-button-prev {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 30%;
	left: 12px;
	right: auto;
	cursor: pointer;
	background: url(../images/icont_14.png) no-repeat center;
	background-size: 100% 100%;
}

.index_box6 .index_box6_swiper .swiper-button-next {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 30%;
	cursor: pointer;
	right: 12px;
	left: auto;
	background: url(../images/icont_17.png) no-repeat center;
	background-size: 100% 100%;
}

.index_box6 img.img {
	max-width: 100%;
}

.index_box6 h6 {
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #040404;
	margin: 30px auto;
}

.index_box6 p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #040404;
}

.index_box6 div.times {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9B9B9B;
	margin-bottom: 25px;
}

.index_box6 div.times img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.index_box6 div.times span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.index_box6 a.box6_more {
	display: block;
	margin: 0 auto;
	margin-top: 24px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	background: #000;
	width: 180px;
}

.index_box7 h4 span {
	display: block;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	margin-top: 10px;
}

.index_box7 li {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	margin-right: 1%;

}

.index_box7 li:nth-of-type(2n) {
	margin-right: 0%;
}

.index_box7 li video {
	width: 100%;
	max-height: 350px;
	cursor: pointer;
}

.index_box7 a.box7_more {
	display: block;
	width: 240px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin: 31px auto;
	background: #000000;
}

.index_box8 h4 span {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #008e8f;
}

.index_box8 ul {}

.index_box8 li {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #E0E0E0;
	background: #f1f1f1;
	margin-right: .8%;
	text-align: left;
	padding: 10px;
}

.index_box8 li:nth-of-type(1),
.index_box8 li:nth-of-type(2) {
	padding: 16px 30px;
}

.index_box8 li:nth-of-type(4n) {
	margin-right: 0%;
}

.index_box8 li h3 {
	margin-bottom: 8px;
}

.index_box8 li p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	margin-top: 14px;
}
.index_box9{
	margin-top: 50px;
}
.index_box8 li.box8_video video{
	width: 100%;
	max-height: 394px;
}



.pc_box6{
	display:block;
}
.phone_box6{
	display: none;
}


/*网站底部*/

.footer {
	background: #000000;
	padding: 80px 0;
	text-align: left;
	margin-top: 64px;
}

.footer .fl {
	width: 42%;
	margin-right: 4%;
}

.footer .fr {
	width: 52%;
}

.footer .fl .fl_title,
.footer .fr .fr_title {
	margin-bottom: 90px;
}

.footer .fl .fl_title span,
.footer .fr .fr_title span {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	margin-right: 30px;
}

.footer .fl .fl_title span {
	color: #A7E9E7;
}

.footer .fr .fr_title span {
	color: #FFFFFF;
}

.footer .fl .fl_title a,
.footer .fr .fr_title a {
	margin-right: 16px;
}

.footer .index_contact p,
.footer .index_abt p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #FFFFFF;
}

.footer .index_contact h6,
.footer .index_abt h6 {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer .index_contact {
	margin-bottom: 80px;
}

.footer .index_copy {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 70px;
}

.footer .index_copy a {
	color: #FFFFFF;
}
.footer .fr_ul{
	margin-left: 50px;
}

.footer .fr_ul ul li {
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5%;
}

.footer .fr_ul ul li:last-of-type {
	margin-right: 0%;
}

.footer .fr_ul ul li span,
.footer .fr_ul ul li a {
	display: block;
	font-size: 14px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	line-height: 32px;
}

.footer .fr_ul ul li span {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
}

.footer .index_from {
	margin-top: 70px;
	margin-left: 50px;
}

.footer .index_from input {
	width: 268px;
	height: 50px;
	line-height: 50px;
	background: no-repeat;
	padding-left: 16px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
	border: 1px solid #6e6e6e;
}

.footer .index_from input::-webkit-input-placeholder {
	color: #BBBBBB;
}

.footer .index_from input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #BBBBBB;
}

.footer .index_from input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #BBBBBB;
}

.footer .index_from input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #BBBBBB;
}

.footer .index_from .index_textarea {
	margin: 18px auto;
}

.footer .index_from textarea {
	outline: none;
	background: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
	width: 540px;
	vertical-align: top;
	border: 1px solid #6e6e6e;
	height: 145px;
	resize: none;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
}

.footer .index_from .index_btn {
	width: 540px;
}

.footer .index_from .index_btn input {
	width: 540px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	border: 1px solid #1ca9a3;
	background: #1ca9a3;
	cursor: pointer;
}


/*网站内页*/

.content_box {
	padding-top: 130px;
}

.content_box .title_con {
	margin-top: 30px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #95958d;
}

.content_box .title_con a {
	color: #000000;
}


/*关于我们*/

.content_box .about_box .about_nav {
	text-align: center;
	margin-top: 60px;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
}

.content_box .about_box .about_nav h2 {
	font-size: 40px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	margin-bottom: 70px;
}

.content_box .about_box .about_nav a {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #5A5A5A;
	line-height: 32px;
	height: 36px;
	display: inline-block;
	margin-right: 60px;
}

.content_box .about_box .about_nav a.active {
	border-bottom: 3px solid #1d1d1d;
	color: #000000;
}

.content_box .about_box .certificate_box {
	margin-top: 82px;
	text-align: left;
}

.content_box .about_box .certificate_box ul {
	width: 74%;
	margin: 0 auto;
}

.content_box .about_box .certificate_box ul li {
	width: 26%;
	margin-right: 7%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 100px;
	background: url(../images/abt1_06.png) no-repeat center bottom;
	background-size:100%;
	padding: 0 25px;
	padding-bottom: 30px;
}

.content_box .about_box .certificate_box ul li:nth-of-type(3n) {
	margin-right: 0%;
}

.content_box .about_box .material_box {
	margin-top: 82px;
}

.material_box .material_box_title {
	text-align: center;
}

.material_box .material_box_title span.material_box_title_sp {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1D1D1D;
	line-height: 32px;
	display: block;
}

.content_box .about_box .material_box .material_box_title h3 {
	font-size: .24rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1D1D1D;
	line-height: 32px;
	margin: 30px auto;
}

.content_box .about_box .material_box .material_box_title p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1D1D1D;
	line-height: 24px;
	width: 80%;
	margin: 0 auto;
}

.content_box .about_box .material_box_con1,
.content_box .about_box .material_box_con2,
.content_box .about_box .material_box_con3 {
	margin: 120px auto;
}

.content_box .about_box .material_box_con1 img {
	max-width: 100%;
}

.content_box .about_box .material_box_con2 .material_box_con1_left,
.content_box .about_box .material_box_con2 .material_box_con1_right {
	width: 48%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.content_box .about_box .material_box_con2 .material_box_con1_left{
	width: 46% !important;
	margin-left: 2%;
}

.content_box .about_box .material_box_con2 .material_box_con1_left h1 {
	font-size: .4rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #010101;
	line-height: 42px;
}

.content_box .about_box .material_box_con2 .material_box_con1_left p {
/*	font-size: .21rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #010101;
	line-height: 42px;*/
}

.content_box .about_box .material_box_con3 {
	background: #a7e9e7;
	padding: 120px 0;
	text-align: center;
}

.content_box .about_box .material_box_con3 p {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #161616;
	line-height: 48px;
}

.content_box .about_box .abt_us_box .abt_us_box_con1,
.content_box .about_box .abt_us_box .abt_us_box_con2,
.content_box .about_box .abt_us_box .abt_us_box_con3 {
	margin: 120px auto;
	padding: 0 8%;
}

.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_left,
.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right {
	width: 48%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3%;
}

.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right {
	text-align: left;
	margin-right: 0%;
}

.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right i {
	display: block;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #454545;
	line-height: 32px;
	font-style: normal;
}

.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right h1 {
	font-size: 55px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
}

.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #373737;
	line-height: 24px;
	margin-bottom: 40px;
}

.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right a.abt_more {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #373737;
	line-height: 24px;
	display: block;
}

.content_box .about_box .abt_us_box .abt_us_box_con2 {
	text-align: center;
	cursor: pointer;
}

.content_box .about_box .abt_us_box .abt_us_box_con2 video{
	width: 100%;
	max-height: 570px;
	margin: 0 auto;

}


.content_box .about_box .abt_us_box .abt_us_box_con3 {
	text-align: center;
	background: url(../images/abt_us_07.png) no-repeat center;
	padding: 190px 0 120px 0;
}

.content_box .about_box .abt_us_box .abt_us_box_con3 h1 {
	font-size: 58px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #010101;
	line-height: 62px;
}

.content_box .about_box .abt_us_box .abt_us_box_con3 p {
	font-size: 31px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #010101;
	line-height: 62px;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 {
	text-align: center;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 h1 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-bottom: 60px;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list {}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-wrapper {
	width: 92%;
	text-align: center;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide {
	position: relative;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide img {
	max-width: 100%;
	cursor: pointer;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide img.show {
	opacity: 1;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide img.hide {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.8);
	transition: .5s;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide:hover img.show {
	opacity: 0;
	transition: .5s;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide:hover img.hide {
	opacity: 1;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: .5s;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .abt_us_swiper .swiper-button-next {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 40%;
	cursor: pointer;
	right: 0px;
	background: url(../images/icont_17.png) no-repeat center;
	background-size: 100% 100%;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .abt_us_swiper .swiper-button-prev {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 40%;
	left: 0px;
	cursor: pointer;
	background: url(../images/icont_14.png) no-repeat center;
	background-size: 100% 100%;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
}

.content_box .about_box .abt_us_box .abt_us_box_con4 .abt_us_box_con4_list .swiper-slide a {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 174px;
	height: 47px;
	line-height: 47px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	background: #000;
}

.content_box .contact_box {
	margin-top: 80px;
}

.content_box .contact_box h1 {
	font-size: 48px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	margin-bottom: 70px;
}

.content_box .contact_box .contact_box_left {
	width: 14%;
	display: inline-block;
	vertical-align: top;
	margin-right: 6%;
}

.content_box .contact_box .contact_box_left li {
	display: block;
	height: 40px;
	line-height: 40px;
}

.content_box .contact_box .contact_box_left a {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #5a5a5a;
}

.content_box .contact_box .contact_box_left a.active {
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	color: #000;
}

.content_box .contact_box .contact_box_right {
	display: inline-block;
	vertical-align: top;
	width: 78%;
}

.content_box .contact_box .contact_box_right h2 {
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-bottom: 40px;
}

.content_box .contact_box .contact_box_right p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #0F0F0F;
	line-height: 32px;
}

.content_box .contact_box .contact_box_right p.contact_box_right_p {
	margin-bottom: 40px;
}

.content_box .contact_box .contact_box_right p.email span {
	font-weight: bold;
}

.content_box .contact_box .contact_box_right .contact_from {}

.content_box .contact_box .contact_box_right .contact_from {
	margin-top: 70px;
}

.content_box .contact_box .contact_box_right .contact_from h3 {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000;
	line-height: 36px;
}

.content_box .contact_box .contact_box_right .contact_from h3 i {
	color: #ff0000;
	font-style: normal;
	padding-right: 3px;
}

.content_box .contact_box .contact_box_right .contact_from input {
	width: 353px;
	height: 50px;
	line-height: 50px;
	background: no-repeat;
	padding-left: 16px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
	border: 1px solid #c5c5c5;
	margin-right: 40px;
}

.content_box .contact_box .contact_box_right .contact_from input::-webkit-input-placeholder {
	color: #BBBBBB;
}

.content_box .contact_box .contact_box_right .contact_from input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #BBBBBB;
}

.content_box .contact_box .contact_box_right .contact_from input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #BBBBBB;
}

.content_box .contact_box .contact_box_right .contact_from input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #BBBBBB;
}

.content_box .contact_box .contact_box_right .contact_from .index_textarea {
	margin: 18px auto;
}

.content_box .contact_box .contact_box_right .contact_from textarea {
	outline: none;
	background: none;
	text-align: left;
	display: block;
	vertical-align: middle;
	padding-left: 12px;
	width: 753px;
	vertical-align: top;
	border: 1px solid #c5c5c5;
	height: 275px;
	resize: none;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
}

.content_box .contact_box .contact_box_right .contact_from .contact_btn {
	width: 753px;
}

.content_box .contact_box .contact_box_right .contact_from .contact_btn input {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	border: 1px solid #1ca9a3;
	cursor: pointer;
	background: #1ca9a3;
}

.content_box .contact_box .contact_box_right .postLists .abstract span {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	line-height: 48px;
	color: rgba(51, 51, 51, 1);
}

.content_box .contact_box .contact_box_right .postLists h4 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 48px;
}

.content_box .contact_box .contact_box_right .postLists li {
	background: #FFFFFF;
	cursor: pointer;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.content_box .contact_box .contact_box_right .postLists .abstract {
	position: relative;
	line-height: 48px;
}

.content_box .contact_box .contact_box_right .postLists .abstract i.icon {
	width: 15px;
	height: 14px;
	margin-right: 5px;
	float: right;
	margin-top: 20px;
	background: url(../images/add_03.png)no-repeat;
}

.content_box .contact_box .contact_box_right .postLists li.active .abstract i.icon {
	background: url(../images/add_07.png)no-repeat;
}

.content_box .contact_box .contact_box_right .postLists .detailText {
	display: none;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.content_box .contact_box .contact_box_right .postLists .detailText p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #616161;
}


/*最新事件*/

.news_box {
	text-align: right;
}

.news_box li {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 50px;
	width: 85%;
	margin-left: 15%;
	position: relative;
	margin-bottom: 60px;
}

.news_box li .news_left {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin-right: 12%;
	text-align: left;
}

.news_box li .news_right {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.content_box .contact_box .contact_box_right .news_box li .news_left p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #040404;
	height: 160px;
}

.content_box .contact_box .contact_box_right .news_box li .news_left h2 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #010101;
	line-height: 30px;
}

.content_box .contact_box .contact_box_right .news_box li .news_left span.news_time {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #7C7C7C;
	line-height: 23px;
	display: block;
	position: absolute;
	bottom: 50px;
}

.content_box .contact_box .contact_box_right .news_box li .news_right {
	position: relative;
}

.content_box .contact_box .contact_box_right .news_box li .news_right img.news_img {
	height: 100%;
	width: 100%;
}

.content_box .contact_box .contact_box_right .news_box li .news_right .news_txt {
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 4px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	padding: 30px 60px 30px 47px;
}

.content_box .contact_box .contact_box_right .news_box li .news_right .news_txt p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	width: 40%;
	line-height: 18px;
	display: inline-block;
}

.content_box .contact_box .contact_box_right .news_box li .news_right .news_txt a.news_more {
	width: 114px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	border: 1px solid #fff;
	float: right;
}


/*page*/

.page {
	text-align: center;
	margin: 0 auto;
	line-height: 34px;
	margin-top: 30px;
	margin-bottom: 25px;
	float: right;
}

.page button {
	height: 32px;
	background-color: rgba(0, 0, 0, 0);
	color: #666;
	font-size: 14px;
	margin-left: 4px;
	display: block;
	float: left;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.page button i {
	color: rgba(102, 102, 102, 1);
	padding: 0 3px;
	vertical-align: middle;
	cursor: pointer;
}

.page ul {
	margin-right: 8px;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
}

.page ul li {
	width: 24px !important;
	height: 32px !important;
	line-height: 32px;
	text-align: center;
	float: left;
	margin-top: 0 !important;
	margin-left: 4px !important;
	color: #666;
}

.page ul li:hover {
	color: #26cab9;
	cursor: pointer;
}

.page ul li.active {
	color: #26cab9;
}

.page span {
	margin: 0 2px;
	color: #666;
}

.page button:hover {
	color: #26cab9;
}


/*新闻详情*/

.content_box .news_details {
	margin-top: 100px;
	position: relative;
}

.content_box .news_details h3 {
	width: 100%;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.content_box .news_details .news_time {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 28px;
}

.content_box .news_details .news_time span.times {
	display: inline-block;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin-top: 20px;
}

.content_box .news_details .news_time span.times img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.content_box .news_details .news_time span.times i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.content_box .news_details .news_time span.news_ts {
	margin-left: 60px;
}

.content_box .news_details .kw_con_fh a {
	display: block;
	width: 41px;
	height: 33px;
	background: url(../images/news_xq_03.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.content_box .news_details .kw_con_text {
	margin-top: 26px;
	line-height: 26px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.content_box .news_details .index_box6 h4 {
	text-align: left;
	margin-bottom: 44px;
	margin-left: 10px;
}


/*产品*/

.content_box .product_box {
	margin-top: 20px;
	padding-bottom: 70px;
}

.content_box .product_box .product_box_frist {
	width: 90%;
	margin: 0 auto;
}

.content_box .product_box .product_box_list {
	margin-top: 50px;
}

.content_box .product_box .product_box_list h1 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
}

.content_box .product_box .product_box_list .product_box_list_nav {
	margin-top: 40px;
	height: 30px;
	position: relative;
}

.content_box .product_box .product_box_list .product_box_list_nav span {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #818281;
}

.content_box .product_box .product_box_list .product_box_list_nav .product_box_up {
	float: right;
}

.content_box .product_box .product_box_list .product_box_list_nav .product_box_up span {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/pro_up_07.png) no-repeat right center;
	cursor: pointer;
	color: #3A3A3A;
}

.content_box .product_box .product_box_list .product_box_list_nav .product_box_up .product_box_up_a {
	display: none;
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 1;
}

.content_box .product_box .product_box_list .product_box_list_nav .product_box_up .product_box_up_a a {
	display: block;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #3A3A3A;
}

.content_box .product_box .product_box_list .product_box_list_nav .product_box_up span.active {
	background: url(../images/pro_don_07.png) no-repeat right center;
}

.content_box .product_box .product_box_list .product_box_list_box {
	margin-top: 40px;
}

.content_box .product_box .product_box_list .product_box_list_box ul li {
	position: relative;
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3.5%;
	text-align: center;
	margin-bottom: 50px;
}

.content_box .product_box .product_box_list .product_box_list_box ul li:nth-of-type(4n) {
	margin-right: 0%;
}

.content_box .product_box .product_box_list .product_box_list_box ul li img {
	max-width: 100%;
	cursor: pointer;
}

.content_box .product_box .product_box_list .product_box_list_box ul li img.show {
	opacity: 1;
}

.content_box .product_box .product_box_list .product_box_list_box ul li img.hide {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.8);
	transition: .5s;
}

.content_box .product_box .product_box_list .product_box_list_box ul li:hover img.show {
	opacity: 0;
	transition: .5s;
}

.content_box .product_box .product_box_list .product_box_list_box ul li:hover img.hide {
	opacity: 1;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: .5s;
}

.content_box .product_box .product_box_list .product_box_list_box ul li p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
		text-overflow: ellipsis;
}

.content_box .product_box .product_box_list .product_box_list_box ul li a.prdct_more {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 174px;
	height: 47px;
	line-height: 47px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	background: #000;
}

.video_detail .wrap {
	margin: 0 1% 1%;
	background: #f9f9f9;
}

.video_detail .smallphoto2 {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 7%;
	padding: 24px 0;
	height: 840px;
	position: relative;
}

.video_detail .smallphoto2 .swiper-container{
	height: 790px;
}

.video_detail .smallphoto2 h2 {
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 35px;
}

/*.video_detail .smallphoto2 .index_gallar_swiper .swiper-slide{
	margin: 0;
	width: 100%;
}*/

.video_detail .smallphoto2 .index_gallar_swiper .swiper-slide{
	width: 100px;
	height: 124px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.video_detail .smallphoto2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.video_detail .smallphoto2  .swiper-button-prev {
	width: 53px;
	height: 43px;
	z-index: 10;
	top:24px;
	left: 22px;
	right: auto;
	cursor: pointer;
	background: url(../images/xq_left_03.png) no-repeat center;
	background-size: 100% 100%;
}

.video_detail .smallphoto2   .swiper-button-next {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: auto;
	bottom: 0;
	cursor: pointer;
	right: 30px;
	left: auto;
	background: url(../images/xq_left_06.png) no-repeat center;
	background-size: 100% 100%;
}

/*.video_detail .smallphoto2 li:last-child {
	margin-right: 0;
}*/

.video_detail .detail2 {
	width: 89%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1%;
}

.video_detail .detail2 .fl {
	width: 50%;
	display: inline-block;
	float: initial;
	vertical-align: top;
	cursor: pointer;
}

.video_detail .detail2 .fldj {
	cursor: crosshair;
}

.video_detail .detail2 .fl img {
	width: 100%;
	display: none;
}

.video_detail .detail2 #video_xq_box{
	display: none;
	width: 50%;
		max-height: 500px;
}
.video_detail .detail2 #video_xq_box video {
	width: 100%;
		max-height: 500px;
}

.video_detail .detail2 .fl img:nth-of-type(1) {
	display: block;
}

.video_detail .detail2 .fr {
	width: 40%;
	padding-top: 0;
	display: inline-block;
	float: initial;
	vertical-align: top;
	margin-left: 5%;
}

.video_detail .detail2 .fr span.title {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 20px;
}

.video_detail .detail2 .fr span.price {
	margin-bottom: 20px;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #3C3C3C;
background: #f1f1f1;
}
.video_detail .detail2 .fr span.price em{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 10px;
}
.video_detail .detail2 .fr span.price i{
	font-style: normal;
	font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #E12222;
display: inline-block;
	vertical-align: middle;
}

.video_detail .detail2 .fr div.price_list{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
	margin-bottom: 16px;
	
}

.video_detail .detail2 .fr div.price_list li{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.video_detail .detail2 .fr div.price_list li p.price_qj{
		font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999;
}
.video_detail .detail2 .fr div.price_list li b.price_nmb{
font-size: 18px;
font-family: Source Han Sans CN;
color: #333;
}


.video_detail .detail2 .fr span.list {
	font-size: 12px;
	color: #000;
	display: block;
	margin-bottom: 20px;
}

.video_detail .detail2 .fr p {
	font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #3C3C3C;
margin-bottom: 5px;
}

.video_detail .detail2 .fr p i {
	color: #a19279;
	text-decoration: underline;
	font-size: 16px;
}

.video_detail .detail2 .fr .color {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.video_detail .detail2 .fr .color em,.video_detail .detail2 .fr div.size em{
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
	width: 10%;
}
.video_detail .detail2 .fr .color .color_txt{
	display: inline-block;
	vertical-align: top;
	width: 85%;
}

.video_detail .detail2 .fr .color .color_txt p {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 14px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: #FF0000;
	position: relative;
}
.video_detail .detail2 .fr .color .color_txt p b{
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 90px;
	font-family: Source Han Sans CN;
font-weight: 400;
	z-index: 222;
	border: 1px solid #555;
	text-align: center;
	display: none;
	color: #333;
	background-color: #FFFFFF;
	border-radius: 2px;
	box-sizing: border-box;
	
}
.video_detail .detail2 .fr .color .color_txt p.current{
	border: 2px solid #000;
}
.video_detail .detail2 .fr .color .color_txt p.current b{
	display: block;
}

.video_detail .detail2 .fr .color .color_txt i{
	display: inline-block;
	font-style: normal;
	padding: 0 5px;
	border: 1px solid #EEEEEE;
	text-align: center;
	line-height: 24px;
	font-family: Source Han Sans CN;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	
}
.video_detail .detail2 .fr .color .color_txt i.current{
	border: 1px solid #000;
}


/*.video_detail .detail2 .fr .color img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 14px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}*/

.video_detail .detail2 .fr .color img.current {
	border: 1px solid #000;
}

.video_detail .detail2 .fr p.size input{
	border: 1px solid #dfdfdf;
	padding-left: 8px;
}

.video_detail .detail2 .fr .help {
	padding-top: 20px;
}

.video_detail .detail2 .fr .help p {
	font-size: 12px;
	color: #000;
}

.video_detail .detail2 .fr .color p span {
	width: 25px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #999999;
	text-align: center;
	color: #666;
	display: inline-block;
	margin: 0 5px;
}
.video_detail .detail2 .fr div.size{
	margin-top: 14px;
	
}
.video_detail .detail2 .fr div.size select{
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	border: 1px solid #999999;
	position: relative;
	border: 1px solid #c5c5c5;
	padding-left:14px ;
	background:  url(../images/add2_20.png) no-repeat  94% center;
}
/*.video_detail .detail2 .fr div.size .mui-numbox button.add{
width: 8px;
height: 7px;
background: url(../images/add2_18.png) no-repeat center;
background-size:100%;
position: absolute;	
right: 5px;
top: 7px;
}
.video_detail .detail2 .fr div.size .mui-numbox button.reduce{
width: 8px;
height: 7px;
background: url(../images/add2_20.png) no-repeat center;
background-size:100%;
position: absolute;
right: 5px;
top: 17px;
}
.video_detail .detail2 .fr div.size .mui-numbox input{
	width: 24%;
	margin-top: 8px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #000000;
}
.video_detail .detail2 .fr div.size .mui-numbox i{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #000000;
	margin-top: 8px;
}*/

.video_detail .smallphoto2 li a {
	display: block;
	height: 100%;
}

.video_detail .smallphoto2 li a.current {
	opacity: .4;
}

.video_detail .detail2 .photo {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.video_detail .detail2 .photo img {
	margin-bottom: 50px;
	margin-right: 90px;
	max-width: 40%;
}

.video_detail .detail2 .fx_box {
	width: 60%;
display: inline-block;
vertical-align: top;
margin-top: 40px;
}

.video_detail .detail2 .fr .fx_box i {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none !important;
	margin-right: 12px;
	font-style: normal;
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #000;
line-height: 30px;
}
.fx_box a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	
}


.video_detail .detail2 .help .contact_from h3 {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000;
	line-height: 36px;
	margin-bottom: 18px;
}
.video_detail .detail2 .help .contact_from h6{
	font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #464646;
line-height: 30px;
}

.video_detail .detail2 .help .contact_from h3 i {
	color: #ff0000;
	font-style: normal;
	padding-right: 3px;
}
.video_detail .detail2 .help .contact_from span{
	display: inline-block;
	vertical-align: middle;
		font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
margin-right: 10px;
color: #464646;
width: 16%;
text-align: right;
}
.video_detail .detail2 .help .contact_from span i{
color: #FF0000;
padding-right: 4px;
}

.video_detail .detail2 .help .contact_from input {
	height: 36px;
	line-height: 36px;
	background: no-repeat;
	padding-left: 16px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
	border: 1px solid #c5c5c5;
	display: inline-block;
	vertical-align: middle;
}

.video_detail .detail2 .help .contact_from input::-webkit-input-placeholder {
	color: #BBBBBB;
}

.video_detail .detail2 .help .contact_from input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #BBBBBB;
}

.video_detail .detail2 .help .contact_from input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #BBBBBB;
}

.video_detail .detail2 .help .contact_from input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #BBBBBB;
}

.video_detail .detail2 .help .contact_from .index_textarea {
	margin: 12px auto;
	
}

.video_detail .detail2 .help .contact_from .from_input{
	margin-bottom: 12px;
}

.video_detail .detail2 .help .contact_from input.names{
	width: 18%;
}
.video_detail .detail2 .help .contact_from input.emails{
	width: 44%;
}
.video_detail .detail2 .help .contact_from input.companys{
	width: 81%;
}



.video_detail .detail2 .help .contact_from textarea {
	outline: none;
	background: none;
	text-align: left;
	display: block;
	vertical-align: middle;
	padding-left: 12px;
	width: 81%;
	vertical-align: top;
	border: 1px solid #c5c5c5;
	height: 130px;
	resize: none;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
	display: inline-block;
	vertical-align: top;
}
.video_detail .detail2 .help .contact_from .from_kgs{
	margin-bottom: 12px;
}
.video_detail .detail2 .help .contact_from .from_kgs input{
	width: 20%;
}
.video_detail .detail2 .help .contact_from .from_kgs select{
	outline: none;
	background: none;
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dddddd;
	padding-left: 12px;
	width: 60.5%;
	background: url(../images/pro_up_07.png) no-repeat 98% center;
}

.video_detail .detail2 .help .contact_from .contact_btn input {
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	background: #1ca9a3;
	cursor: pointer;
	float: right;
}

.content_box .product_box_center{
	background: #e9f0ef;
	padding: 64px 0;
}
.content_box .product_box_center .postLists2 .abstract2 {
	position: relative;
	line-height: 69px;	
	text-align: center;
}
.content_box .product_box_center .postLists2 .abstract2 span {
	font-size: 20px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #000000;
	line-height: 69px;

	color: rgba(51, 51, 51, 1);
}

.content_box .product_box_center .postLists2 h4 {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 48px;
}

.content_box .product_box_center .postLists2 li {
	background: #FFFFFF;
	cursor: pointer;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}



.content_box .product_box_center .postLists2 .abstract2 i.icon2 {
	width: 15px;
	height: 14px;
	margin-right: 24px;
	float: right;
	margin-top: 28px;
	background: url(../images/add_03.png)no-repeat;
}

.content_box .product_box_center .postLists2 li.active .abstract2 i.icon2 {
	background: url(../images/add_07.png)no-repeat;
}

.content_box .product_box_center .postLists2 .detailText2 {
	display: none;
	padding-bottom: 16px;
	padding: 0 10% 40px 10%;
	box-sizing: border-box;
	text-align: left;
}

.content_box .product_box_center .postLists2 .detailText2 p {
	font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #000000;
line-height: 24px;
}


.content_box .product_box_center_list{
	width: 100%;
	background: #FFFFFF;
	padding: 50px 0;
	
}
.content_box .product_box_center_list h2{
	font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #000000;
text-align: center;

}
.content_box .product_box_center_list h4{
	font-size: 15px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #000000;
margin:20px 0 40px 0;
text-align: center;
}

.content_box .product_box_center_list  ul{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.content_box .product_box_center_list  ul li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
}
.content_box .product_box_center_list  ul li:nth-of-type(3n){
	margin-right: 0%;
}

.content_box .product_box_center_list  ul li video{
	width: 100%;
    max-height: 164px;
}
.content_box .product_box_center_list  ul li p{
	font-size: 12px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #404040;
margin-top: 25px;
text-align: center;
}


/*产品详情底部*/
.product_box_footer{
	
}
.product_box_footer .index_box4_con .index_box_con_list {
display: block;
margin-bottom: 20px;
}

.product_box_footer .index_box4_con .index_box_con_list h3{
	font-size: 20px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #000000;
text-align: center;
margin: 80px auto;
}

.product_box_footer .swiper-wrapper {
	width: 92%;
	text-align: center;
}

.product_box_footer .swiper-slide {
	position: relative;
}

.product_box_footer .swiper-slide img {
	max-width: 100%;
	cursor: pointer;
}

.product_box_footer .swiper-slide img.show {
	opacity: 1;
}

.product_box_footer .swiper-slide img.hide {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.8);
	transition: .5s;
}

.product_box_footer .swiper-slide:hover img.show {
	opacity: 0;
	transition: .5s;
}

.product_box_footer .swiper-slide:hover img.hide {
	opacity: 1;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: .5s;
}

.product_box_footer .product_box_swiper1 .swiper-button-next,
.product_box_footer .product_box_swiper2 .swiper-button-next {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 40%;
	cursor: pointer;
	right: 0;
	background: url(../images/icont_17.png) no-repeat center;
	background-size: 100% 100%;
}

.product_box_footer .product_box_swiper1 .swiper-button-prev,
.product_box_footer .product_box_swiper2 .swiper-button-prev {
	width: 53px;
	height: 43px;
	z-index: 10;
	top: 40%;
	left: 0;
	cursor: pointer;
	background: url(../images/icont_14.png) no-repeat center;
	background-size: 100% 100%;
}

.product_box_footer .swiper-slide p {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
}

.product_box_footer .swiper-slide a {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 174px;
	height: 47px;
	line-height: 47px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	background: #000;
}



/*遮罩层*/

.layerr {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	left: 0;
	top: 0;
	display:block;
}

.login_box{
	position: fixed;
	width:60%;
	height: auto;
	left: 20%;
	top: 20%;
	z-index: 99999;
	background:#FFFFFF url(../images/tc_bg_03.png) no-repeat center;
	background-size:100%;
	box-sizing: border-box;
	display: block;
}

.login_box .delete {
	position: absolute;
	right: 11px;
	top: 11px;
	cursor: pointer;
}

.login_box .login_box_list{
	width: 58%;
	margin: 46px 46px 46px 0;
	margin-left: 38%;
	border-radius: 20px;
	border: 3px solid #7CE0DA;
	padding: 30px 34px 23px 34px;
	
}
.login_box .login_box_list h1{
	font-size: 72px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #1CA9A3;
text-align: center;
	
}

.login_box .login_box_list p{
	font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #2F2F2F;
line-height: 30px;
text-indent: 2em;
	
}
.login_box .login_box_list .from_input{
	margin: 20px 0;
}

.login_box .login_box_list .from_input input {
	width: 48%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
	background: no-repeat;
	padding-left: 16px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
	border: 1px solid #c5c5c5;
}
.login_box .login_box_list input.login_email{
	margin-right: 0%;
}

.login_box .login_box_list .from_input input::-webkit-input-placeholder {
	color: #BBBBBB;
}

.login_box .login_box_list .from_input  input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #BBBBBB;
}

.login_box .login_box_list .from_input  input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #BBBBBB;
}

.login_box .login_box_list .from_input  input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #BBBBBB;
}

.login_box .login_box_list  .index_textarea {
	margin: 18px auto;
}

.login_box .login_box_list  textarea {
	outline: none;
	background: none;
	text-align: left;
	display: block;
	vertical-align: middle;
	padding-left: 12px;
	width: 100%;
	vertical-align: top;
	border: 1px solid #c5c5c5;
	height: 140px;
	resize: none;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBBBBB;
}

.login_box .login_box_list  .contact_btn input {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 28px;
	border: 1px solid #1ca9a3;
	cursor: pointer;
	background: #1ca9a3;
}


/*视频列表*/

.video_box_list_box{
	margin-top: 30px;
}
.video_box_list_box li{
	width: 30%;
	margin-right: 2.5%;
	display:inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 40px;
	
}
.video_box_list_box li:nth-of-type(3n){
	margin-right: 0;
}
.video_box_list_box li video{
	width: 100%;
max-height: 250px;
}
.video_box_list_box li p{
	margin-top: 16px;
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #2F2F2F;
text-align: center;
width: 90%;
margin: 0 auto;
}

.video_layerr{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	left: 0;
	top: 0;
	display:none;

}
.videoID {
    width: 60%;
    position: fixed;
    top: 20%;
    height: 70%;
    left: 20%;
    display: none;
    z-index: 9999999;
    background-color: rgba(255,255,255,1);
}
.videoID .closeBtn {
    position: absolute;
    right: -25px;
    top: -22px;
    width: 52px;
    height:44px;
    background: url(../images/video_dl_03.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    z-index: 1;
}
.videoID video{
	width: 80%;
	height: 80%;
	margin: 0 auto;
	margin-top: 8%;
	margin-left: 10%;
}




@media screen and (min-width:1401px) and (max-width:1600px) {
	.header .nav_box .fr li{
		margin-right: 35px;
	}
	
	
.index_box1 li.index_box1_img .index_box1_txt h4{
margin-top: 20%;
}

.index_box2 .index_box2_txt{
	width: 34.23%;
	top: 15%;
	left: 6.92%;
	padding-bottom: 56px;
}

.index_box2 .index_box2_txt h2{
	width: 70%;
margin-top: 8%;

}

.index_box1 li.index_box1_img .index_box1_txt span{
font-size: 68px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
display: block;
margin: 1% auto;
margin-bottom: 0;
}


	
	.content_box .contact_box .contact_box_left {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
}

.content_box .contact_box .contact_box_right {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.content_box .about_box .material_box_con2 .material_box_con1_left h1 {
    font-size: 36px;
}
.content_box .about_box .material_box_con2 .material_box_con1_left p {
   /* font-size: 18px;*/
    
}
.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right h1 {
    font-size: 45px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right p{
	font-size: 12px;
}

.content_box .about_box .abt_us_box .abt_us_box_con3 h1 {
    font-size: 46px;
}
.content_box .about_box .abt_us_box .abt_us_box_con3 p {
    font-size: 26px;
}



.video_detail .smallphoto2 {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 7%;
	padding: 24px 0;
	height: 640px;
	position: relative;
}

.video_detail .smallphoto2 .swiper-container{
	height: 600px;
}

.video_detail .smallphoto2 h2 {
	text-align: center;
	font-size: 20px;
	color: #000;
	margin-bottom: 35px;
}

/*.video_detail .smallphoto2 .index_gallar_swiper .swiper-slide{
	margin: 0;
	width: 100%;
}*/

.video_detail .smallphoto2 .index_gallar_swiper .swiper-slide{
	width: 80px;
	height: 94px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.video_detail .smallphoto2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.video_detail .smallphoto2  .swiper-button-prev {
	width: 43px;
	height: 35px;
	z-index: 10;
	top:21px;
	left: 18px;
	right: auto;
	cursor: pointer;
	background: url(../images/xq_left_03.png) no-repeat center;
	background-size: 100% 100%;
}

.video_detail .smallphoto2   .swiper-button-next {
	width: 43px;
	height: 35px;
	z-index: 10;
	top: auto;
	bottom: 0;
	cursor: pointer;
	right: 19px;
	left: auto;
	background: url(../images/xq_left_06.png) no-repeat center;
	background-size: 100% 100%;
}

.video_detail .detail2 .fr span.title {
	font-size: 18px;

}

.video_detail .detail2 .fr span.price i{
	font-size: 22px;
}

.video_detail .detail2 .fr .color .color_txt {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}
.video_detail .detail2 .fr .color em, .video_detail .detail2 .fr div.size em {
    margin-right: 3%;
    width: 16%;
}

.video_detail .detail2 .fr p i {
	font-size: 14px;
}


.video_detail .detail2 .fr div.size .mui-numbox{
	width: 36%;
	height: 35px;
}

.video_detail .detail2 .photo {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.video_detail .detail2 .photo img {
	margin-bottom: 50px;
	margin-right: 90px;
	max-width: 40%;
}

.video_detail .detail2 .help .contact_from h3 {
	font-size: 16px;

}

.video_detail .detail2 .help .contact_from span {
    
    width: 18%;
    text-align: right;
}

.video_detail .detail2 .help .contact_from .from_input{
	margin-bottom: 12px;
}

.video_detail .detail2 .help .contact_from input.names{
	width: 20%;
}
.video_detail .detail2 .help .contact_from input.emails{
	width: 36%;
}
.video_detail .detail2 .help .contact_from input.companys{
	width: 78%;
}



.video_detail .detail2 .help .contact_from textarea {
	width: 78%;
}
.video_detail .detail2 .help .contact_from .from_kgs{
	margin-bottom: 12px;
}
.video_detail .detail2 .help .contact_from .from_kgs input{
	width: 20%;
}
.video_detail .detail2 .help .contact_from .from_kgs select{
	width: 57%;
}

.video_detail .detail2 .help .contact_from .contact_btn input {
	width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 0;
   
}
.video_detail .detail2 .fx_box {
	width: 65%;
}


.login_box{
	width:70%;
	left: 15%;
	top: 20%;
	display: block;
}

.login_box .delete {
	position: absolute;
	right: 11px;
	top: 11px;
	cursor: pointer;
}

.login_box .login_box_list{
	width: 58%;
	margin: 46px 36px 30px 0;
	margin-left: 38%;
	border-radius: 20px;
	border: 3px solid #7CE0DA;
	padding: 20px 24px 16px 24px;
	
}
.login_box .login_box_list h1{
	font-size: 52px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #1CA9A3;
text-align: center;
	
}

.login_box .login_box_list p{
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #2F2F2F;
line-height: 30px;
text-indent: 2em;
	
}
.login_box .login_box_list .from_input{
	margin: 20px 0;
}


.login_box .login_box_list  .index_textarea {
	margin: 18px auto;
}

.login_box .login_box_list  textarea {
	height: 110px;
}

.login_box .login_box_list  .contact_btn input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border-radius: 25px;

}
.content_box .contact_box .contact_box_right .contact_from input {
    width: 45.5%;
    height: 50px;
    line-height: 50px;
    background: no-repeat;
    padding-left: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #BBBBBB;
    border: 1px solid #c5c5c5;
    margin-right: 5%;
}
.content_box .contact_box .contact_box_right .contact_from input.emailss{
margin-right: 0%;
}

.header .nav_box .fr .search {
    cursor: pointer;
    margin-left: 40px;
}

}
@media screen and (min-width:1200px) and (max-width:1400px) {
	.header .nav_box .fr li{
		margin-right: 20px;
	}
	

.index_box1 li.index_box1_img .index_box1_txt h4{
	font-size: 24px;
margin-top: 18%;
}
.index_box1 li.index_box1_img .index_box1_txt p{
	font-size: 14px;
}
.index_box1 li.index_box1_img .index_box1_txt i{
	width: 54px;
	margin: 5% auto;
}

.index_box1 li.index_box1_img .index_box1_txt  a{
	font-size: 12px;
width: 40%;
height: 40px;
line-height: 40px;
}	
.index_box1 li.index_box1_img .index_box1_txt span{
font-size: 48px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
display: block;
margin: 1% auto;
margin-bottom: 0;
}
	
	
	.index_box2 .index_box2_txt{
	position: absolute;
	width: 34.23%;
	height: auto;
	top: 8%;
	left: 6.92%;
	background: #f2eae8;
	text-align: center;
	padding-bottom: 46px;
}

.index_box2 .index_box2_txt h2{
	width: 80%;
	text-align: center;
	border-bottom: 1px solid #000000;
	font-size: 22px;

margin-top: 16%;
margin-bottom: 21px;
}
.index_box2 .index_box2_txt p{
	width: 48.5%;
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #020202;
text-align: center;
margin: 0 auto;
}
.index_box2 .index_box2_txt a{
font-size: 12px;
width: 40%;
height: 40px;
line-height: 40px;
}
	
	
	.content_box .product_box .product_box_list .product_box_list_box ul li a {
    width: 100px;
    height: 37px;
    line-height: 37px;
}

.content_box .contact_box .contact_box_left {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
}

.content_box .contact_box .contact_box_right {
    display: inline-block;
    vertical-align: top;
    width: 66%;
}

.content_box .about_box .material_box_con2 .material_box_con1_left h1 {
    font-size: 30px;
}
.content_box .about_box .material_box_con2 .material_box_con1_left p {
    /*font-size: 16px;*/
    
}
.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right h1 {
    font-size: 32px;
}
.content_box .about_box .abt_us_box .abt_us_box_con1 .abt_us_box_con1_right p{
	font-size: 12px;
}
.content_box .about_box .abt_us_box .abt_us_box_con3 h1 {
    font-size: 38px;
}
.content_box .about_box .abt_us_box .abt_us_box_con3 p {
    font-size: 20px;
}
.content_box .contact_box .contact_box_right .contact_from input {
    width: 47%;
    height: 50px;
    line-height: 50px;
    background: no-repeat;
    padding-left: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #BBBBBB;
    border: 1px solid #c5c5c5;
    margin-right:5%;
}
.content_box .contact_box .contact_box_right .contact_from input.emailss{
margin-right: 0;
}
.content_box .contact_box .contact_box_right .contact_from .index_textarea {
    margin: 18px auto;
    width: 100%;
}
.content_box .contact_box .contact_box_right .contact_from textarea {

    width: 100%;
    height: 227px;
}
.content_box .contact_box .contact_box_right .contact_from .contact_btn {
    width: 100%;
}
.content_box .contact_box .contact_box_right .contact_from .contact_btn input {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.video_detail .smallphoto2 {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 7%;
	padding: 13px 0;
	height: 530px;
	position: relative;
}

.video_detail .smallphoto2 .swiper-container{
	height: 500px;
}

.video_detail .smallphoto2 h2 {
	text-align: center;
	font-size: 20px;
	color: #000;
	margin-bottom: 35px;
}

/*.video_detail .smallphoto2 .index_gallar_swiper .swiper-slide{
	margin: 0;
	width: 100%;
}*/

.video_detail .smallphoto2 .index_gallar_swiper .swiper-slide{
	width: 65px;
	height: 76px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.video_detail .smallphoto2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.video_detail .smallphoto2  .swiper-button-prev {
	width: 33px;
	height: 27px;
	z-index: 10;
	top:18px;
	left: 17px;
	right: auto;
	cursor: pointer;
	background: url(../images/xq_left_03.png) no-repeat center;
	background-size: 100% 100%;
}

.video_detail .smallphoto2   .swiper-button-next {
	width: 33px;
	height: 27px;
	z-index: 10;
	top: auto;
	bottom: 0;
	cursor: pointer;
	right: 17px;
	left: auto;
	background: url(../images/xq_left_06.png) no-repeat center;
	background-size: 100% 100%;
}





.video_detail .detail2 .fr span.title {
	font-size: 18px;
}


.video_detail .detail2 .fr span.price i{
	font-size: 22px;

}



.video_detail .detail2 .fr .color em,.video_detail .detail2 .fr div.size em{
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
	width: 16%;
}
.video_detail .detail2 .fr .color .color_txt{
	display: inline-block;
	vertical-align: top;
	width: 76%;
}

.video_detail .detail2 .fr .color img {
	width: 20px;
	height: 20px;
}

.video_detail .detail2 .fr .color img.current {
	border: 1px solid #000;
}

.video_detail .detail2 .fr p.size input{
	border: 1px solid #dfdfdf;
	padding-left: 8px;
}

.video_detail .detail2 .fr .help {
	padding-top: 20px;
}

.video_detail .detail2 .fr .help p {
	font-size: 12px;
	color: #000;
}

.video_detail .detail2 .fr div.size .mui-numbox{
	width: 40%;
}



.video_detail .detail2 .fx_box {
	width: 75%;
display: inline-block;
vertical-align: top;
margin-top: 20px;
}

.video_detail .detail2 .help .contact_from span{
width: 22%;
}
.video_detail .detail2 .help .contact_from span.names_span{
	width: 16%;
}


.video_detail .detail2 .help .contact_from .from_input{
	margin-bottom: 12px;
}

.video_detail .detail2 .help .contact_from input.names{
	width:22%;
}
.video_detail .detail2 .help .contact_from input.emails{
	width: 38%;
}
.video_detail .detail2 .help .contact_from input.companys{
	width: 74%;
}



.video_detail .detail2 .help .contact_from textarea {
	width: 74%;
	
}

.video_detail .detail2 .help .contact_from .from_kgs input{
	width: 22%;
}
.video_detail .detail2 .help .contact_from .from_kgs select{
	width: 50.5%;
}

.video_detail .detail2 .help .contact_from .contact_btn input {
	width: 120px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
padding-left: 0;
}


.login_box{
	width:80%;
	left: 10%;
	top: 20%;
}

.login_box .delete {
	position: absolute;
	right: 11px;
	top: 11px;
	cursor: pointer;
}

.login_box .login_box_list{
	width: 58%;
	margin: 46px 36px 30px 0;
	margin-left: 38%;
	border-radius: 20px;
	border: 3px solid #7CE0DA;
	padding: 20px 24px 16px 24px;
	
}
.login_box .login_box_list h1{
	font-size: 52px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #1CA9A3;
text-align: center;
	
}

.login_box .login_box_list p{
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #2F2F2F;
line-height: 30px;
text-indent: 2em;
	
}
.login_box .login_box_list .from_input{
	margin: 20px 0;
}


.login_box .login_box_list  .index_textarea {
	margin: 18px auto;
}

.login_box .login_box_list  textarea {
	height: 100px;
}

.login_box .login_box_list  .contact_btn input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border-radius: 25px;

}
.header .nav_box .fr .search {
    cursor: pointer;
    margin-left: 30px;
}


}

@media screen and (min-width:999px) and (max-width:1199px) {
	.header .nav_box .nav_txt {
    width: 86%;
    margin: 0 auto;
}
	
	.header .nav_box .fr li {
    float: left;
    margin-right: 15px;
}
.header .nav_box .fr .search img {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
	
}
