/*common start*/
.scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width:4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height:1px;
}
.scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius:10px;
	/*box-shadow:inset 0 0 2px #000;*/
	background:var(--primary-color);
}
.scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*box-shadow:inset 0 0 2px #999;*/
	border-radius:10px;
	background:#eee;
}
/*@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Light.eot');
    src: url('../fonts/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Light.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Light.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Light.svg#SourceHanSansCN-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Regular.eot');
    src: url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Regular.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Bold.eot');
    src: url('../fonts/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Bold.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

:root{
 --primary-color:#d1a280;
 --secondary-color:#425a44;
 --third-color:#f60;
 --black000:#000;
 --black333:#333;
 --black666:#666;
 --black999:#999;
 --grayeee:#eee;
 --grayccc:#ccc;
 --grayaaa:#aaa;
 --grayf5:#f5f5f5;
 --white:#fff;
 --red:#f00;
 --black-opacity99:rgba(0,0,0,.99);
 --black-opacity90:rgba(0,0,0,.9);
 --black-opacity70:rgba(0,0,0,.7);
 --black-opacity50:rgba(0,0,0,.5);
 --black-opacity10:rgba(0,0,0,.1);
 --black-gradation90:linear-gradient(180deg,transparent,rgba(0,0,0,.9));
 --white-opacity99:rgba(255,255,255,.99);
 --white-opacity90:rgba(255,255,255,.9);
 --white-opacity90:rgba(255,255,255,.7);
 --white-opacity50:rgba(255,255,255,.5);
 --white-opacity10:rgba(255,255,255,.1);
 --white-gradation90:linear-gradient(180deg,transparent,rgba(255,255,255,.9));
 --font48:48px;
 --font36:36px;
 --font32:32px;
 --font24:24px;
 --font20:20px;
 --font18:18px;
 --font16:16px;
 --font14:14px;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px;/* font-family: 'SourceHanSansCN';*/ font-family:Arial, Helvetica, sans-serif; color:#333; overflow-x:hidden; min-height:101vh;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; max-width:1280px; margin:0 auto;}
.wapper2{ width:80%; margin:0 auto;}
.wapper3{ width:70%; margin:0 auto;}
input,textarea,select{outline:none;/* font-family: 'SourceHanSansCN';*/ font-family: Arial,'Microsoft YaHei'; font-size:14px;border-radius:4px;}
input,input:link,input:visited,input:hover,input:active,input:focus{ outline:none;}
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
p{ padding:0;}
.wapper1{ width:90%; }
.wapper2{ width:90%; }
.wapper3{ width:90%; }
:root{
 --font48:28px;
 --font36:24px;
 --font32:22px;
 --font24:20px;
 --font20:18px;
 --font18:16px;
 --font16:14px;
 --font14:12px;
}
}
/*common end*/

.html{ opacity:1; visibility:visible; transition:all 2s ease;}
.html.onload{ opacity:0; visibility:hidden;}
.loading_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999999; transition:all .5s ease;}
.loading_box.removeload{ transform:translateY(-100%); opacity:0; visibility:hidden;}
.loading_close1{ width:100%; height:100%; background:#fff; position:absolute; top:0; left:0; z-index:1;}
.loadingbg{ width:90%; max-width:750px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.loading{ text-align:center; }
.loading_logo{ width:200px; height:200px; position:relative; margin:0 auto;}
.loading_logo img{ max-width:50%; max-height:50%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.loading_logo:before{ }
.loading_txt{ font-size:20px; line-height:30px; margin-top:55px; color:var(--primary-color); }
.loadEffect { width: 100%; height: 100%; position:absolute; top:0; left:0;}
.loadEffect div{
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: load 2s linear infinite;
}
.loadEffect div span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--primary-color);
	position: absolute;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
@-webkit-keyframes load{
	0%{
		-webkit-transform: rotate(0deg);
	}
	10%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		opacity: 1;
		-webkit-transform: rotate(160deg);
	}
	62%{
		opacity: 0;
	}
	65%{
		opacity: 0;
		-webkit-transform: rotate(200deg);
	}
	90%{
		-webkit-transform: rotate(340deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}

}
.loadEffect div:nth-child(1){
	-webkit-animation-delay:0.2s;
}
.loadEffect div:nth-child(2){
	-webkit-animation-delay:0.4s;
}
.loadEffect div:nth-child(3){
	-webkit-animation-delay:0.6s;
}
.loadEffect div:nth-child(4){
	-webkit-animation-delay:0.8s;
}
@media(max-width:999px){
.loading_txt{ font-size:16px; line-height:26px; margin-top:35px;}
}


.m6_head_height{ height:120px;}
.m6_head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0;}
.m6_head1bg{ background:#000;}
.m6_head1{ height:38px; color:#fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.m6_head1 a{}
.m6_head1 a:hover{}
.m6_head1 .lt{ font-size:14px;}
.m6_head .h_share{}
.m6_head .h_share a{ display:inline-block; text-align:center; margin:0 0 0 5px; width:24px; line-height:24px; border-radius:4px; background:rgba(255,255,255,.17); color:#fff; font-size:13px;}
.m6_head .h_share a:hover{ background:#333;
animation-name: elementor-animation-pop;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: 1;}
@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}
.m6_head2bg{}
.m6_head2{ height:82px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
/*logo*/
.m6_head .logo{ width:15%; height:82px; position:relative;}
.m6_head .logo img{ display:block; max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.m6_head .h_search_box{}
.m6_head .h_search_open{ display:block; width:40px; line-height:40px; text-align:center; color:var(--primary-color); font-size:18px;}
.m6_head .h_search_open:hover{ color:#333;}
.m6_head .h_search_bg{ width:100%; height:100%; position:fixed; z-index:55; left:0; top:0; z-index:999; display:none;}
.m6_head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.8); position:absolute; top:0; left:0; z-index:1;}
.m6_head .h_search{ width:70%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(0); z-index:2; transition:all .3s ease;}
.m6_head .h_search.active{ transform:translate(-50%,-50%) scale(1);}
.m6_head .h_search form{ height:70px; background:#fff; border-radius:4px; overflow:hidden;}
.m6_head .h_search form #search_keywords2{ float:left; border:none; background:none; height:70px; line-height:70px; padding:0 15px; width:calc(100% - 100px); font-size:30px;}
.m6_head .h_search form #search2{ float:right; border:none; background:var(--primary-color) url(../images/ico_search1.png) center no-repeat; background-size:50% auto; width:70px; height:70px; line-height:70px; color:#fff; font-size:0; cursor:pointer; }
.m6_head .h_search form #search2:hover{ background-color:var(--secondary-color);}
/*menu*/
.m6_head .menu{height:40px;line-height:40px; }
.m6_head .menu>ul{}
.m6_head .menu>ul>li{ float:left; position:relative; padding:0 18px;}
.m6_head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:normal; position:relative;}
.m6_head .menu>ul>li>a:hover,.m6_head .menu>ul>li:hover>a,.m6_head .menu>ul>li.hover>a{ color:var(--primary-color);}
.m6_head .menu>ul>li>a:after{ content:""; width:0; height:2px; background:#333; position:absolute; bottom:0; left:0; transition:all .3s ease;}
.m6_head .menu>ul>li>a:hover:after,.m6_head .menu>ul>li:hover>a:after,.m6_head .menu>ul>li.hover>a:after{ width:100%;}
.m6_head .menu>ul>li.menu_down>a{ padding-right:20px;}
.m6_head .menu>ul>li.menu_down>a:before{ content:""; width:10px; height:100%; background:url(../images/ico_menu1.png) right center no-repeat; background-size:contain; transition:all .3s ease; position:absolute; top:0; right:0;}
.m6_head .menu>ul>li.menu_down>a:hover:before,.m6_head .menu>ul>li.menu_down:hover>a:before{ background-image:url(../images/ico_menu1_hover.png);transform:rotateX(180deg)}
.m6_head .menu>ul>li.menu_down.hover>a:before{ background-image:url(../images/ico_menu1_hover.png);}
.m6_head .menu>ul>li>ul{ width:140px; background:#f5f5f5; position:absolute; top:100%; left:18px; z-index:5; display:none;}
.m6_head .menu>ul>li>ul li{ line-height:24px; position:relative;}
.m6_head .menu>ul>li>ul li a{ color:#666; display:block; font-size:14px; font-weight:normal; padding:10px 18px;}
.m6_head .menu>ul>li>ul li a:hover,.m6_head .menu>ul>li>ul li:hover>a{ color:#fff; background:var(--secondary-color)}
.m6_head .menu>ul>li>ul li ul{ width:100%; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,.1); position:absolute; top:0; left:100%; display:none;}
.m6_head .menu>ul>li>ul li:hover>ul{ display:block;}
@media(max-width:999px){
.m6_head_height{ height:90px;}
.m6_head1{ height:30px; }
.m6_head1 .lt{ font-size:12px;}
.m6_head .h_share{ display:none;}
.m6_head2{ height:60px;}
.m6_head .logo{ width:50%; height:60px; }
.m6_head .logo img{ margin:auto auto;}
.m6_head .h_search{ width:90%; }
.m6_head .h_search form{ height:40px; }
.m6_head .h_search form #search_keywords2{ height:40px; line-height:40px; padding:0 10px; width:calc(100% - 60px); font-size:16px;}
.m6_head .h_search form #search2{ width:40px; height:40px; line-height:40px; }
.m6_head .menu{ display:none;}
}

/*nav*/
.m6_head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative;}
.m6_head .nav_open i,.m6_head .nav_open:before,.m6_head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:0; transition:all .3s ease;}
.m6_head .nav_open i{ top:50%; transform:translate(0,-50%);}
.m6_head .nav_open:before{ content:""; top:0; }
.m6_head .nav_open:after{ content:""; bottom:0; }
.m6_head .nav_open.active i{ opacity:0; visibility:hidden;}
.m6_head .nav_open.active:before{transform: translateY(8px) rotate(45deg);}
.m6_head .nav_open.active:after{transform: translateY(-8px) rotate(-45deg);}
.m6_head .nav_box{ width:100%; height:calc(100% - 91px); border-top:1px solid #ededed; position:fixed; left:0; top:90px;  display:none;}
.m6_head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.m6_head .navbg{ width:100%; height:100%; background:#f5f5f5; position:absolute; left:0; top:0; z-index:999;}
.m6_head .nav{ position:relative;}
.m6_head .nav_close2{ display:none;}
.m6_head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.m6_head .nav_list ul{ }
.m6_head .nav_list ul li{ padding:5px 0;}
.m6_head .nav_list>ul>li{ padding:10px 0;}
.m6_head .nav_list ul li span{ display:block; position:relative; padding:0 5%;}
.m6_head .nav_list ul li span a{ display:inline-block; font-size:12px; line-height:22px; position:relative; z-index:2; font-weight:normal;}
.m6_head .nav_list>ul>li>span a{ font-size:14px; line-height:34px;}
.m6_head .nav_list ul li span i{ width:100%; height:100%; background:url(../images/ico_down2.png) right 5% center no-repeat; position:absolute; top:0; right:0; z-index:1;}
.m6_head .nav_list ul li ul{ display:none; padding-left:10px;}
.m6_head .nav_list ul li.active>span{ background:var(--secondary-color); }
.m6_head .nav_list ul li.active>span a{ color:#fff;}
.m6_head .nav_list ul li.active>span i{ background-image:url(../images/ico_up2.png);}
@media(max-width:999px){
.m6_head .nav_open{ display:block;}
}


/*banner*/
.m6_banner { position:relative; z-index:1;}
.m6_banner .swiper-container{}
.m6_banner .swiper-slide { position:relative; overflow:hidden; }
.m6_banner .swiper-slide img{ display:block; width:100%; height:40vw; transition:all 4s ease; position:relative; z-index:1;}
.m6_banner .swiper-slide.swiper-slide-active{ z-index:2;}
.m6_banner .swiper-slide.swiper-slide-active img{ transform:scale(1.1);}
//.m6_banner .swiper-slide:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:2;}
.m6_banner .swiper-slide:before{ content:""; width:100%; height:100%;  position:absolute; top:0; left:0; z-index:2;}
.m6_banner .swiper-slide .txtbg{ width:90%; max-width:840px; position:absolute; top:50%; left:20%; transform:translate(-50%,-50%); z-index:3;}
.m6_banner .swiper-slide .txt{ color:#fff; text-align:center;}
.m6_banner .swiper-slide .txt .h2{ font-size:72px; line-height:1.1em; font-weight:bold; margin-bottom:20px;}
.m6_banner .swiper-slide .txt .h3{ font-size:16px; line-height:1.5em;}
.m6_banner .swiper-pagination{ width:100%; height:10px; bottom:100px;}
.m6_banner .swiper-pagination span{ vertical-align:top; width:10px; height:10px; margin:0 6px; background:#fff; opacity:.1;}
.m6_banner .swiper-pagination span.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.m6_banner .swiper-button-prev,.m6_banner .swiper-button-next{ width:40px; height:40px; margin-top:-20px; border-radius:100%; background-size:10px 20px; background-color:rgba(0,0,0,.5); transition:all .3s ease; opacity:0; visibility:hidden;}
.m6_banner:hover .swiper-button-prev,.m6_banner:hover .swiper-button-next{ opacity:1; visibility:visible;}
.m6_banner .swiper-button-prev:hover,.m6_banner .swiper-button-next:hover{ background-color:var(--primary-color); }
.m6_banner .swiper-button-prev{ left:0;}
.m6_banner .swiper-button-next{ right:0;}
.m6_banner:hover .swiper-button-prev{ left:20px;}
.m6_banner:hover .swiper-button-next{ right:20px;}
@media(max-width:999px){
.m6_banner .swiper-slide img{ height:calc(100vh - 90px);}
.m6_banner .swiper-slide .txt .h2{ font-size:38px; line-height:1.1em; margin-bottom:20px;}
.m6_banner .swiper-slide .txt .h3{ font-size:14px; line-height:1.5em;}
.m6_banner .swiper-button-prev,.m6_banner .swiper-button-next{ display:none;}
}


.m6_more1{}
.m6_more1 span{ display:inline-block; text-align:center; font-size:15px; line-height:40px; border-radius:4px; background:#333; color:#fff; padding:0 20px; min-width:80px; transition:all .3s ease; cursor:pointer;}
.m6_more1 span:hover{ background:var(--secondary-color);}
.m6_con01bg{ margin-top:20px; position:relative; z-index:2;}
.m6_con01{}
.m6_con01 .list{}
.m6_con01 .list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.m6_con01 .list ul li{ width:calc((100% - 20px)/2); margin-left:20px; position:relative;}
.m6_con01 .list ul li:nth-child(2n-1){ margin-left:0;}
.m6_con01 .list ul li .nr_box{}
.m6_con01 .list ul li .imgbg{}
.m6_con01 .list ul li .img{ padding-bottom:56%; position:relative; overflow:hidden; border-radius:10px;}
.m6_con01 .list ul li .img img{ width:120%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:1; transition:all .6s ease;}
.m6_con01 .list ul li:hover .img img{ transform:translateX(-10%);}
//.m6_con01 .list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.3); position:absolute; top:0; left:0; z-index:2; transition:all .3s ease;}
.m6_con01 .list ul li .img:before{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; transition:all .3s ease;}
.m6_con01 .list ul li:hover .img:before{ background:rgba(0,0,0,.5);}
.m6_con01 .list ul li .txtbg{ width:84%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.m6_con01 .list ul li .txt{ color:#fff;}
.m6_con01 .list ul li .txt .h2{ font-size:16px; line-height:1.5em; font-weight:bold; margin-bottom:20px;}
.m6_con01 .list ul li .txt .h3{ font-size:36px; line-height:1.2em; font-weight:bold; margin-bottom:15px;}
@media(max-width:999px){
.m6_more1 span{ display:inline-block; text-align:center; font-size:15px; line-height:40px; border-radius:4px; background:#333; color:#fff; padding:0 20px; min-width:80px;}
.m6_more1 span:hover{ background:var(--secondary-color); transition:all .3s ease;}
.m6_con01bg{ margin-top:-60px; }
.m6_con01 .list ul{ display:block;}
.m6_con01 .list ul li{ width:100%; margin:0 0 20px 0; }
.m6_con01 .list ul li .img{ padding-bottom:100%; }
.m6_con01 .list ul li .txt .h2{ font-size:14px; line-height:1.5em; margin-bottom:20px;}
.m6_con01 .list ul li .txt .h3{ font-size:24px; line-height:1.2em; margin-bottom:15px;}
}


.m6_tit1{}
.m6_tit1 .h2{ font-size:16px; line-height:1.5em; font-weight:bold; color:var(--primary-color); margin-bottom:15px;}
.m6_tit1 .h3{ font-size:48px; line-height:1.2em; font-weight:bold;color: #000;}
.m6_con02bg{ padding:120px 0 0 0;margin-bottom: 20px;}
.m6_con02{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-direction:row-reverse;}
.m6_con02_lt{ width:38%;}
.m6_con02_lt .img{ position:relative;}
.m6_con02_lt .img img{ display:block; width:100%; position:relative; z-index:2;}
.m6_con02_lt .img:before{ content:""; width:100%; height:100%; background:url(../images/Pattern-3.png) right center no-repeat; position:absolute; top:0; left:0; z-index:1;}
.m6_con02_rt{ width:53%; padding:40px 0;}
.m6_con02_txt{}
.m6_con02_txt .list{ font-size:16px; line-height:1.5em; color:#666; margin-top:20px;}
.m6_con02_num{}
.m6_con02_num ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.m6_con02_num ul li{ width:100%; margin:0 0 0 20px; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); text-align:center; border-radius:10px;}
.m6_con02_num ul li:nth-child(1){ margin-left:0;}
.m6_con02_num ul li .nr_box{}
.m6_con02_num ul li .imgbg{ display:none;}
.m6_con02_num ul li .txtbg{}
.m6_con02_num ul li .txt{ padding:15px;}
.m6_con02_num ul li .txt .h2{ font-size:48px; line-height:1.2em; font-weight:bold; color:var(--primary-color);}
.m6_con02_num ul li .txt .h2 strong{}
.m6_con02_num ul li .txt .h2 span{}
.m6_con02_num ul li .txt .h3{ font-size:16px; line-height:1.5em;}
@media(max-width:999px){
.m6_tit1 .h2{ font-size:14px; line-height:1.5em; margin-bottom:15px;}
.m6_tit1 .h3{ font-size:28px; line-height:1.2em; }
.m6_con02bg{ padding:60px 0 0 0;}
.m6_con02{ display:block;}
.m6_con02_lt{ width:100%;}
.m6_con02_rt{ width:100%; padding:0; }
.m6_con02_txt .list{ font-size:14px; line-height:1.5em; margin-top:20px;}
.m6_con02_num ul{ display:block;}
.m6_con02_num ul li{ width:100%; margin:0 0 20px 0; }
.m6_con02_num ul li .txt .h2{ font-size:28px; line-height:1.2em; }
.m6_con02_num ul li .txt .h3{ font-size:14px; line-height:1.5em;}
}


.m6_more2{}
.m6_more2 span{ display:inline-block; text-align:center; font-size:13px; line-height:32px; border-radius:4px; background:#333; color:#fff; padding:0 20px; min-width:50px; transition:all .3s ease;}
.m6_more2 span:hover{ background:var(--secondary-color);}
.m6_con03bg{ padding:120px 0 0 0; position:relative;}
.m6_con03bg .bg{ width:100%; height:400px; background-position:center; background-repeat:no-repeat; background-size:cover; position:absolute; top:0; left:0; z-index:1;}
.m6_con03bg:before{ content:""; width:100%; height:400px; background:rgba(0,0,0,.0); position:absolute; top:0; left:0; z-index:2;}
.m6_con03{ position:relative; z-index:3;}
.m6_con03 .m6_tit1{ text-align:center; color:#fff;}
.m6_con03 .list{ margin-top:180px;}
.m6_con03 .list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.m6_con03 .list ul li{ width:calc((100% - 60px)/4); margin:20px 0 0 20px; border-radius:10px; background:#fff; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); overflow:hidden; text-align:center;}
.m6_con03 .list ul li:nth-child(4n-3){ margin-left:0;}
.m6_con03 .list ul li .nr_box{}
.m6_con03 .list ul li .imgbg{}
.m6_con03 .list ul li .img{ padding-bottom:118%; position:relative; overflow:hidden;}
.m6_con03 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.m6_con03 .list ul li:hover .img img{ transform:scale(1.1);}
.m6_con03 .list ul li .txtbg{}
.m6_con03 .list ul li .txt{ padding:20px 15px 30px 15px;}
.m6_con03 .list ul li .txt .h2{ font-size:24px; line-height:1.2em; font-weight:bold; margin-bottom:15px;}
@media(max-width:999px){
.m6_con03bg{ padding:60px 0 0 0; }
.m6_con03bg .bg{ height:200px; }
.m6_con03bg:before{ height:200px; }
.m6_con03 .list{ margin-top:10px;}
.m6_con03 .list ul li{ width:calc((100% - 20px)/2); margin:20px 0 0 20px; }
.m6_con03 .list ul li:nth-child(4n-3){ margin-left:20px;}
.m6_con03 .list ul li:nth-child(2n-1){ margin-left:0;}
.m6_con03 .list ul li .txt{ padding:15px 15px;}
.m6_con03 .list ul li .txt .h2{ font-size:18px; line-height:1.2em; margin-bottom:15px;}
}


.m6_more3{}
.m6_more3 span{ display:inline-block; text-align:center; font-size:16px; line-height:46px; border-radius:4px; border:1px solid #333; color:#333; padding:0 20px; min-width:110px; transition:all .3s ease;}
.m6_more3 span:hover{ background:#333; color:#fff;}
.m6_con04bg{ padding:120px 0 0 0;}
.m6_con04{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.m6_con04_lt{ width:50%; position:relative;}
.m6_con04_lt:before{ content:""; width:100%; height:100%; background:url(../images/Pattern-3.png) right center no-repeat; opacity:.2; position:absolute; top:0; left:0; z-index:1;}
.m6_con04_lt .nr_box{ padding:0 5% 0 0; position:relative; z-index:2;}
.m6_con04_lt .list{ margin-top:20px;}
.m6_con04_lt .list .txt{ font-size:16px; line-height:1.5em; color:#666; margin-bottom:30px;}
.m6_con04_rt{ width:48%;}
.m6_con04_rt .img{ position:relative;}
.m6_con04_rt .img img{ display:block; width:100%; position:relative; z-index:2;}
@media(max-width:999px){
.m6_con04bg{ padding:60px 0 0 0;}
.m6_con04{ display:block;}
.m6_con04_lt{ width:100%; margin-bottom:20px;}
.m6_con04_lt .nr_box{ padding:0;}
.m6_con04_lt .list{ margin-top:20px;}
.m6_con04_lt .list .txt{ font-size:14px; line-height:1.5em; margin-bottom:30px;}
.m6_con04_rt{ width:48%;}
}


.m6_con05bg{ padding:120px 0 120px 0;}
.m6_con05{}
.m6_con05 .m6_tit1{ text-align:center;}
.m6_con05 .list{ margin-top:40px;}
/*pro1*/
.index_product1{ }
.index_product1 ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.index_product1 ul li{ width:calc((100% - 60px)/4); margin:0 0 40px 20px; text-align:center; }
.index_product1 ul li:nth-child(4n-3){ margin-left:0;}
.index_product1 ul li .nr_box{ border:1px solid #fff; border-radius:4px;}
.index_product1 ul li:hover .nr_box{ border-color:var(--primary-color);}
.index_product1 ul li .img{ padding-bottom:140%; position:relative; border-radius:10px; overflow:hidden; background:#f9f9f9;}
.index_product1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.index_product1 ul li:hover .img img{ transform:scale(1.1);}
.index_product1 ul li .txtbg{ padding:10px 0 10px 0;}
.index_product1 ul li .txt{ color:#333; }
.index_product1 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px;}
.index_product1 ul li .txt .h3{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:20px; text-decoration:underline;display:none;}
@media(max-width:999px){
.m6_con05bg{ padding:60px 0 60px 0;}
.m6_con05 .list{ margin-top:20px;}
.index_product1 ul li{ width:calc((100% - 20px)/2); margin:0 0 30px 20px; }
.index_product1 ul li:nth-child(4n-3){ margin-left:20px; }
.index_product1 ul li:nth-child(2n-1){ margin-left:0; }
.index_product1 ul li .txtbg{ padding:10px 0 10px 0;}
.index_product1 ul li .txt{ height:auto;}
.index_product1 ul li .txt .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.index_product1 ul li .txt .h3{ font-size:14px; line-height:20px; margin-bottom:20px; display:none;}
}


.m6_more4{}
.m6_more4 span{ display:inline-block; text-align:center; font-size:16px; line-height:48px; border-radius:4px; border:1px solid #fff; color:#fff; padding:0 20px; min-width:120px; transition:all .3s ease;}
.m6_more4 span:hover{ border-color:var(--secondary-color); background:var(--secondary-color); color:#fff;}
.m6_con06bg{ padding:150px 0; background-position:center; background-repeat:no-repeat; background-size:cover;  position:relative;}
.m6_con06bg:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:1;}
.m6_con06{ max-width:580px; position:relative; z-index:2; color:#fff;}
.m6_con06 .m6_tit1{ color:#fff;}
.m6_con06 .list{ margin-top:20px;}
.m6_con06 .list .txt{ font-size:16px; line-height:1.5em; margin-bottom:30px;}
@media(max-width:999px){
.m6_con06bg{ padding:60px 0; }
.m6_con06 .list{ margin-top:20px;}
.m6_con06 .list .txt{ font-size:14px; line-height:1.5em; margin-bottom:30px;}
}


.m6_con07bg{ padding:120px 0; background:#f5f5f5;}
.m6_con07{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.m6_con07_lt{ width:50%; position:relative;}
.m6_con07_lt:before{ content:""; width:100%; height:100%; background:url(../images/Pattern-4.png) right center no-repeat; position:absolute; top:0; left:0; z-index:1;}
.m6_con07_lt .nr_box{ padding:0 5% 0 0; position:relative; z-index:2;}
.m6_con07_lt .list{ margin-top:20px;}
.m6_con07_lt .txt{ font-size:16px; line-height:1.5em; color:#666; margin-bottom:30px;}
.m6_con07_rt{ width:43%;}
.m6_con07_rt .list{}
.m6_con07_rt .list ul li{ margin-bottom:40px;}
.m6_con07_rt .list ul li .nr_box{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.m6_con07_rt .list ul li .imgbg{ width:70px;}
.m6_con07_rt .list ul li .img{ padding-bottom:100%; background:#fff; border-radius:100%; overflow:hidden; position:relative;}
.m6_con07_rt .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .5s ease;}
.m6_con07_rt .list ul li:hover .img img{ transform:rotate(360deg);}
.m6_con07_rt .list ul li .txtbg{ width:calc(100% - 90px);}
.m6_con07_rt .list ul li .txt{}
.m6_con07_rt .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:5px;}
.m6_con07_rt .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.m6_con07bg{ padding:60px 0; }
.m6_con07{ display:block;}
.m6_con07_lt{ width:100%; margin-bottom:30px;}
.m6_con07_lt .nr_box{ padding:0 ;}
.m6_con07_lt .txt{ font-size:14px; line-height:1.5em; margin-bottom:30px;}
.m6_con07_rt{ width:100%;}
.m6_con07_rt .list ul li{ margin-bottom:30px;}
.m6_con07_rt .list ul li .nr_box{ display:block;}
.m6_con07_rt .list ul li .imgbg{ margin:0 auto;}
.m6_con07_rt .list ul li .txtbg{ width:100%; text-align:center; margin-top:10px;}
.m6_con07_rt .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.m6_con07_rt .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.m6_con08bg{ padding:120px 0 120px 0;}
.m6_con08{}
.m6_con08 .m6_tit1{ text-align:center;}
.m6_con08 .list{ margin-top:40px;}
@media(max-width:999px){
.m6_con08bg{ padding:60px 0 60px 0;}
.m6_con08 .list{ margin-top:20px;}
}


.m6_con09bg{ padding:0 0 120px 0;}
.m6_con09bg .wapper1{ background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.m6_con09bg .wapper1:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.1); position:absolute; top:0; left:0; z-index:1;}
.m6_con09{ padding:150px 6%; position:relative; z-index:2;}
.m6_con09 .nr_box{ max-width:520px;}
.m6_con09 .list{ margin-top:20px;}
.m6_con09 .list .txt { font-size: 16px;line-height: 1.5em;color: #fff;margin-bottom: 30px;}
body > div.m6_con09bg > div > div > div > div.m6_tit1 > div.h3{color:#fff;}
body > div.m6_con09bg > div > div > div > div.list > div.m6_more3 > a > span{border: 1px solid #fff;color: #fff;}
body > div.m6_con09bg > div > div > div > div.list > div.m6_more3 > a > span:hover{background: #fff;color: #333;}
@media(max-width:999px){
.m6_con09bg{ padding:0 0 60px 0;}
.m6_con09{ padding:60px 5%; }
.m6_con09 .list .txt{ font-size:14px; line-height:1.5em; margin-bottom:30px;}
}


.m6_con10bg{ padding:120px 0; background:#f5f5f5;}
.m6_con10{}
.m6_con10 .m6_tit1{ text-align:center;}
.m6_con10 .list{ margin-top:40px;}
.m6_con10 .list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap:wrap;}
.m6_con10 .list ul li{ width:calc((100% - 60px)/4); margin:20px 0  0 20px; background:#fff; border-radius:10px; overflow:hidden;}
.m6_con10 .list ul li:nth-child(4n-3){ margin-left:0;}
.m6_con10 .list ul li .imgbg{}
.m6_con10 .list ul li .img{ padding-bottom:38%; position:relative; overflow:hidden;}
.m6_con10 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.m6_con10 .list ul li:hover .img img{ transform:scale(1.1);}
.m6_con10 .list ul li .txtbg{ display:none;}
@media(max-width:999px){
.m6_con10bg{ padding:60px 0; }
.m6_con10 .list{ margin-top:20px;}
.m6_con10 .list ul li{ width:calc((100% - 20px)/2); margin:20px 0  0 20px; }
.m6_con10 .list ul li:nth-child(4n-3){ margin-left:20px;}
.m6_con10 .list ul li:nth-child(2n-1){ margin-left:0;}
}


.m6_foot{ background:#333; color:#fff;}
.m6_foot a{ color:#fff;}
.m6_foot a:hover{ color:var(--primary-color);}
.m6_foot1bg{ padding:80px 0 40px 0;}
.m6_foot1{ font-size:14px; line-height:24px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.m6_foot1_lt{ width:27%;}
.m6_foot .f_logo{ margin-bottom:20px;}
.m6_foot .f_logo img{ max-width:100%; max-height:50px;}
.m6_foot .f_contact{ margin-bottom:25px;}
.m6_foot .f_contact ul li{ padding-left:24px; position:relative; margin-bottom:5px;}
.m6_foot .f_contact ul li i{ color:var(--primary-color); text-align:center; width:20px; height:24px; line-height:24px; position:absolute; left:0; top:0;}
.m6_foot .f_contact ul li i.fa-map-marker{ font-size:18px;}
.m6_foot .f_contact ul li i.fa-phone{ font-size:16px;}
.m6_foot .f_share{}
.m6_foot .f_share a{ display:inline-block; vertical-align:top; width:28px; line-height:28px; text-align:center; background:rgba(255,255,255,.17); border-radius:4px; margin-right:5px;}
.m6_foot .f_share a:hover{ background:#fff; color:var(--secondary-color);
animation-name: elementor-animation-pop;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: 1;}
.m6_foot1_ct{ width:15%;}
/*footnav*/
.m6_foot .f_nav{ }
.m6_foot .f_nav .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:15px;}
.m6_foot .f_nav>ul{}
.m6_foot .f_nav ul li{ margin-bottom:5px;}
.m6_foot .f_nav ul li a{ display:block;}
.m6_foot .f_nav>ul>li ul{ display:none;}
.m6_foot1_rt{ width:35%;}
.m6_foot .f_newsletter{}
.m6_foot .f_newsletter .h2{ margin-bottom:30px;}
.m6_foot .f_newsletter .h2 strong{ display:block; font-size:24px; line-height:34px; margin-bottom:15px;}
.m6_foot .f_newsletter .h2 span{ display:block;}
.m6_foot .f_message{}
.m6_foot .f_message ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.m6_foot .f_message ul li{ width:calc((100% - 10px)/2); margin-bottom:10px;}
.m6_foot .f_message ul li.li1{ width:100%;}
.m6_foot .f_message .input_text{ border:none; border-bottom:1px solid transparent; background:rgba(255,255,255,.17);height:46px; line-height:46px; padding:0 10px; width:calc(100% - 20px); color:#fff; border-radius:4px;}
.m6_foot .f_message .input_text:hover,.m6_foot .f_message .input_text:focus{ border-color:var(--primary-color);}
.m6_foot .f_message .input_button{ border:none; background:var(--primary-color); border-radius:4px; height:48px; line-height:48px; width:100%; color:#fff; font-size:16px; cursor:pointer; transition:all .3s ease;}
.m6_foot .f_message .input_button:hover{ background:var(--secondary-color);}
.m6_foot2bg{ padding:25px 0; background:#000;}
.m6_foot2{}
.m6_foot .f_info{ font-size:13px; line-height:1.8em;}
.m6_foot .f_info p{ padding:0; line-height:inherit;}
.go_top{ width:50px; line-height:50px; border-radius:100%; text-align:center; color:#fff; background:rgba(0,0,0,.5) url(../images/ico_backtop.png) center no-repeat; position:fixed; z-index:44; bottom:10px; right:10px; font-size:0;}
.go_top:hover{ background-color:var(--primary-color); color:#fff;}
.go_top i{}
@media(max-width:999px) {
.m6_foot1bg{ padding:40px 0 30px 0;}
.m6_foot1{ display:block;}
.m6_foot1_lt{ width:100%; margin-bottom:30px;}
.m6_foot1_ct{ display:none;}
.m6_foot1_rt{ width:100%;}
.m6_foot .f_newsletter .h2{ margin-bottom:25px;}
.m6_foot .f_newsletter .h2 strong{ display:block; font-size:24px; line-height:34px; margin-bottom:10px;}
.m6_foot2bg{ padding:25px 0; }
.m6_foot .f_info{ font-size:12px; line-height:1.5em;}
.go_top{ display:none;}
}


/*客服*/
.m1_side_kefu_box{ width:70px; position:fixed; z-index:44; right:10px; bottom:50px; display:none;}
.m1_side_kefu{ width:70px; background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.1); border-radius:8px; position:relative; right:0; transition:all .5s ease;}
.m1_side_kefu.active{ right:-80px;}
.m1_side_kefu ul li{ position:relative; padding:0 10px;}
.m1_side_kefu ul li>a{ display:block; padding:10px 0; position:relative; z-index:2; border-top:1px solid #f5f5f5;}
.m1_side_kefu ul li:nth-child(1)>a{ border:none;}
.m1_side_kefu ul li .ico{ height:28px; position:relative;}
.m1_side_kefu ul li .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.m1_side_kefu ul li .ico .img2{ display:none;}
.m1_side_kefu ul li:hover .ico .img1{ display:none;}
.m1_side_kefu ul li:hover .ico .img2{ display:block;}
.m1_side_kefu ul li .h2{ font-size:12px; line-height:1em; margin-top:10px; text-align:center;}
.m1_side_kefu ul li:hover .h2{ color:var(--primary-color);}
.m1_side_kefu ul li .boxbg{ width:fit-content; padding:0 10px 0 0; position:absolute; top:50%; right:100%; transform:translate(-50%,-50%); opacity:0; visibility:hidden; transition:all .5s ease;}
.m1_side_kefu ul li:hover .boxbg{ transform:translate(0,-50%); opacity:1; visibility:visible;}
.m1_side_kefu ul li .box{ width:fit-content; padding:10px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:4px;}
.m1_side_kefu ul li .box:before {
    content: "";
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.m1_side_kefu ul li .box .h3{ white-space:nowrap; line-height:30px; font-size:20px; text-align:center; min-width:150px;}
.m1_side_kefu ul li .box .h3 img{ vertical-align:top; height:30px; width:28px; object-fit:contain; margin-right:5px;}
.m1_side_kefu ul li .box .ewm{ text-align:center;}
.m1_side_kefu ul li .box .ewm .h4{ font-size:16px; margin-bottom:5px;}
.m1_side_kefu ul li .box .ewm img{ display:block; margin:0 auto; width:124px; padding:5px; border:1px solid #ccc; border-radius:4px;}
.m1_side_kefu_btn{ width:28px; height:28px; text-align:center; border-radius:100%; background:#fff; color:#999; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; z-index:66; bottom:-38px; right:21px; cursor:pointer; transition:all .3s ease; }
.m1_side_kefu_btn.active{transform:rotate(45deg);}
.m1_side_kefu_btn i{ display:block; width:28px; height:28px; background:url(../images/ico_btn1.png) center no-repeat; background-size:contain; position:absolute; top:0; left:0;}
.m1_side_kefu_btn.active{}
.m1_side_kefu_btn i.m1_side_kefu_open{ display:none;}
.m1_side_kefu_btn i.m1_side_kefu_close{}
.m1_side_kefu_btn.active i.m1_side_kefu_open{ display:block;}
.m1_side_kefu_btn.active i.m1_side_kefu_close{ display:none;}
@media(max-width:999px) {
.m1_fheight{ height:70px;}
.m1_side_kefu_box{ width:100%; right:0; top:auto; bottom:0; transform:translateY(0); display:block;}
.m1_side_kefu{ width:100%; border-radius:0;}
.m1_side_kefu.active{ right:0 !important;}
.m1_side_kefu ul li{ margin-bottom:0; float:left; width:25%; padding:0;}
.m1_side_kefu ul li>a{ border:none; border-left: 1px solid #f5f5f5;}
.m1_side_kefu ul li .h2{ font-size:12px; line-height:1em; margin-top:8px; }
.m1_side_kefu ul li.gotop{ display:block !important;}
.m1_side_kefu ul li .boxbg{ padding:0 0 10px 0; top:auto; bottom:100%; right:auto; left:50%; transform:translate(-50%,-20%) !important;}
.m1_side_kefu ul li:hover .boxbg{ transform:translate(-50%,0) !important; }
.m1_side_kefu ul li .box:before {
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: auto; bottom:0;
    margin-top: 0; margin-left:-5px;
    right: auto; left:50%;
}
.m1_side_kefu ul li .box1{ display:none !important;}
.m1_side_kefu_btn{ display:none;}
}

/*客服2*/
.m1_side_kefu2_box{ width:40px; position:absolute; top:50%; right:0; z-index:44; }
.m1_side_kefu2{}
.m1_side_kefu2 ul li{ width:40px; margin:1px 0; position:relative;}
.m1_side_kefu2 ul li>a{ display:block; text-align:center; background:var(--primary-color); color:#fff; opacity:.9;}
.m1_side_kefu2 ul li>a:hover,.m1_side_kefu2 ul li:hover>a{ background:var(--primary-color); color:#fff; opacity:1;}
.m1_side_kefu2 ul li .ico{ line-height:40px; font-size:20px;}
.m1_side_kefu2 ul li .ico i{}
.m1_side_kefu2 ul li .boxbg{ background:var(--primary-color); color:#fff; padding:5px 10px; text-align:center; position:absolute; top:50%; right:100%; transform:translate(-10%,-50%); opacity:0; visibility:hidden; transition:all .3s ease;}
.m1_side_kefu2 ul li:hover .boxbg{ transform:translate(0,-50%); opacity:1; visibility:visible;}
.m1_side_kefu2 ul li .box1{}
.m1_side_kefu2 ul li .box1 .h3{ white-space:nowrap; line-height:30px; font-size:20px; text-align:center; min-width:150px;}
.m1_side_kefu2 ul li .box1 .h3 i{ margin-right:5px;}
.m1_side_kefu2 ul li .box2{ padding:5px 10px 10px 10px;}
.m1_side_kefu2 ul li .box2 .h4{ font-size:16px; margin-bottom:5px;}
.m1_side_kefu2 ul li .box2 img{ display:block; width:124px;}
@media(max-width:999px) {
.m1_side_kefu2_box{ width:30px; display:none;}
.m1_side_kefu2 ul li{ width:30px; }
.m1_side_kefu2 ul li .ico{ line-height:30px; font-size:12px;}
}



.inbanner_box{ position:relative; z-index:1;}
.inbannerbg{ position:relative;}
.inbannerbg:before{ content:""; width:100%; height:100%; position:absolute; top:0; left:0;}
.inbanner{ background:#f9f9f9;}
.inbanner img{ display:block; width:100%; height:500px; filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}
.inbanner_txtbg{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ max-width:640px; padding:30px 0; background: #ffffff33; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.05); border-radius:10px;}
.inbanner_txt .h2{ margin:0 30px; padding:2px; border:1px solid var(--primary-color); font-size:72px; line-height:1em; font-weight:bold;}
.inbanner_txt .h2 strong{ display:block; border:1px solid var(--primary-color); padding:40px 30px;color:#fff;}
@media(max-width:999px) {
.inbanner img{ width:100%; height:280px; }
.inbanner_txt{ padding:15px 0; }
.inbanner_txt .h2{ margin:0 15px; padding:2px; font-size:38px; line-height:1em; text-align:center;}
.inbanner_txt .h2 strong{ padding:25px 15px;}
}
.weizhi{ box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); font-size:16px; line-height:26px; padding:25px 30px; color:var(--primary-color);}
.weizhi a{ color:var(--primary-color);}
.weizhi a:hover{ color:var(--secondary-color);}
@media(max-width:999px) {
.weizhi{ font-size:12px; line-height:22px; padding:15px 20px; }
}


.m6_insidebg{ padding:60px 0 120px 0;}
.m6_inside{}
.m6_inside_lt{ float:left; width:240px;/* margin-top:-160px;*/}
.m1_side_a{ width:240px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); margin-bottom:30px; position:relative; z-index:11;}
.m1_side_a.active{ position:fixed; top:130px;}
.m1_side_a>ul{}
.m1_side_a.active>ul{ max-height:calc(100vh - 100px); overflow-y:auto;}
.m1_side_a h2{ font-size:20px; line-height:24px; padding:20px 0; text-align:center; font-weight:normal; background:var(--primary-color); color:#fff; border-bottom:1px solid rgba(255,255,255,.5); letter-spacing:2px; text-transform:uppercase;}
.m1_side_a h2 strong{ display:block; font-size:19px; line-height:30px;}
.m1_side_a h2 span{ display:block; margin-top:6px; opacity:.7;}
.m1_side_a ul li{}
.m1_side_a>ul>li:nth-child(1){/* margin-bottom:10px; border:none;*/}
.m1_side_a>ul>li{ border-bottom:1px solid #eee;}
.m1_side_a>ul>li:last-child{ }
.m1_side_a ul li a{ display:block; font-size:16px; line-height:26px; padding:7px 40px 7px 35px; background:url(../images/ico_list1.png) left 10px center no-repeat; }
.m1_side_a ul li a:hover,.m1_side_a ul li.hover>span a{ color:#fff; background-color:var(--primary-color); background-image:url(../images/ico_list1_hover2.png);}
.m1_side_a ul li.active>span a{ }
.m1_side_a ul li span{ display:block; position:relative;}
.m1_side_a ul li span>i{ width:40px; height:100%; position:absolute; right:0; top:0; z-index:2; cursor:pointer; background:url(../images/ico_list3.png) center no-repeat;}
.m1_side_a ul li.active>span>i{ background-image:url(../images/ico_list3_hover.png);}
.m1_side_a ul li.hover span>i{ background-image:url(../images/ico_list4.png);}
.m1_side_a ul li.hover.active>span>i{ background-image:url(../images/ico_list4_hover.png);}
.m1_side_a ul li ul{ padding-left:20px; padding-bottom:10px; display:none;}
.m1_side_a ul li ul li{}
.m1_side_a ul li ul li a{ padding-top:7px; padding-bottom:7px;}
.m1_side_c{background:#fff;}
.m1_side_c.lfixed{ position:fixed; left:0; bottom:0; background:#f5f5f5; z-index:22; transform:translateX(0); transition:all .3s ease;}
.m1_side_c.lfixed.hiden{ transform:translateX(-270px);}
.m1_side_c.lfixed.shown{ transform:translateX(0px);}
.inLt_contact_btn{ position:absolute; top:0; left:100%; display:none;}
.m1_side_c.lfixed .inLt_contact_btn{ display:block;}
.inLt_contact_btn span{ display:block; text-align:center; font-size:0; line-height:2em; padding:15px 5px; width:20px; background:var(--primary-color); background-position:center; background-repeat:no-repeat; color:#fff; border-radius:0 4px 4px 0; cursor:pointer;}
.inLt_contact_btn .inLt_contact_close{ display:block; background-image:url(../images/ico_list1_hover2_left.png);}
.inLt_contact_btn .inLt_contact_open{ display:none; background-image:url(../images/ico_list1_hover2.png);}
.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close{ display:block;}
.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open{ display:none;}
.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_close{ display:none;}
.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_open{ display:block;}
.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_close{ display:block;}
.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_open{ display:none;}
.inLt_contact{/* background:#f5f5f5; border-radius:8px; padding:20px 0 10px 0;*/ width:240px;}
.m1_side_c.lfixed .inLt_contact{ width:270px;}
.inLt_contact .h2{ font-size:14px; line-height:20px; padding:15px 0 15px 60px; background:#f5f5f5 url(../images/ico_phone2.png) left center no-repeat; background-size:auto 60px; color:var(--primary-color); position:relative; margin-bottom:15px; text-transform:uppercase;}
.m1_side_c.lfixed .inLt_contact .h2{ border-bottom:1px solid #ddd;}
.inLt_contact .h2:before{/* content:""; width:100%; border-bottom:1px solid #eee; position:absolute; left:0; bottom:-10px;*/}
.inLt_contact .h2 span{ display:block; margin-bottom:6px;}
.inLt_contact .h2 strong{ display:block; font-size:22px; line-height:24px;}
.inLt_contact .h3{ font-size:14px; line-height:26px; font-weight:bold; padding:0 10px;}
.inLt_contact ul{ padding:5px 10px 10px 10px;}
.inLt_contact ul li{ font-size:14px; line-height:24px; margin:5px 0;}
.inLt_contact ul li span{}
.m6_inside_rt{ float:right; width:calc(100% - 280px);}
@media(max-width:1699px){
.m1_side_c.lfixed{ transform:translateX(-270px); }
.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close{ display:none;}
.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open{ display:block;}
}
@media(max-width:999px) {
.m6_insidebg{ padding:30px 0 60px 0;}
.m6_inside_lt{ display:none;}
.m6_inside_rt{ float:right; width:100%;}
}

/*新闻详情*/
.m6_news1{ }
//.m6_news1_lt{ float:left; width:calc(100% - 280px);}
.m6_news1_lt{ float:left; width:100%}
.m6_news1_rt{ float:right; width:240px;}
.m1_side_b{ margin-bottom:30px;background:#fff;padding:10px;}
.m1_side_b .h1{ font-size:var(--font20); line-height:24px; padding-left:30px; position:relative; border-bottom:1px solid #eee; padding-bottom:10px;}
.m1_side_b .h1 i{ width:24px; height:24px; background:url(../images/ico_hot.png) center no-repeat; background-size:contain; position:absolute; left:0; top:0;}
.m1_side_b .list{ margin-top:20px;}
.m1_side_b .list ul li{ margin-bottom:10px; position:relative; border-radius:8px; overflow:hidden;}
.m1_side_b .list ul li .nr_box{}
.m1_side_b .list ul li .imgbg{ height:0; opacity:0; visibility:hidden; transform:translateY(50%); transition:all .5s ease;}
.m1_side_b .list ul li .img{ padding-bottom:38%; position:relative; border-radius:8px; overflow:hidden;}
.m1_side_b .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.m1_side_b .list ul li .txtbg{}
.m1_side_b .list ul li .txt{}
.m1_side_b .list ul li .txt .h2{ font-size:var(--font14); line-height:24px; height:24px; padding:0 0 0 30px; position:relative; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.m1_side_b .list ul li .txt .h2 em{ width:24px; height:24px; line-height:24px; border-radius:0 8px 0 8px; text-align:center; color:#999; font-style:normal; position:absolute; left:0; top:0;}
.m1_side_b .list ul li .txt .h2 span{}
.m1_side_b .list ul li.active .imgbg{ height:auto; opacity:1; visibility:visible; transform:translateY(0);}
.m1_side_b .list ul li.active .txtbg{ width:100%; background:linear-gradient(180deg,transparent,rgba(0,0,0,.9)); position:absolute; bottom:0; left:0;}
.m1_side_b .list ul li.active .txt .h2{ color:#fff;}
.m1_side_b .list ul li:nth-child(1) .txt .h2 em{ color:#FE2D46;}
.m1_side_b .list ul li:nth-child(2) .txt .h2 em{ color:#F60;}
.m1_side_b .list ul li:nth-child(3) .txt .h2 em{ color:#FAA90E;}
.m1_side_b .list ul li.active .txt .h2 em{ color:#fff;}
.m1_side_b .list ul li.active:nth-child(1) .txt .h2 em{ background:#FE2D46;}
.m1_side_b .list ul li.active:nth-child(2) .txt .h2 em{ background:#F60;}
.m1_side_b .list ul li.active:nth-child(3) .txt .h2 em{ background:#FAA90E;}
@media(max-width:999px){
.m6_news1_lt{ float:left; width:100%; margin-bottom:40px;}
.m6_news1_rt{ float:right; width:100%; display:none;}
}


.m6_aboutus1bg{ padding:150px 0; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.m6_aboutus1bg:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.0); position:absolute; top:0; left:0; z-index:1;}
.m6_aboutus1{ max-width:640px; background:#ffffff; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); border-radius:10px; position:relative; z-index:2;}
.m6_aboutus1 .nr_box{ padding:50px;}
.m6_aboutus1 .list{ font-size:16px; line-height:1.5em; color:#666; margin-top:20px;}
body > div.m6_aboutus1bg > div > div > div > div.list{color:#333;}
@media(max-width:999px) {
.m6_aboutus1bg{ padding:60px 0; }
.m6_aboutus1 .nr_box{ padding:30px;}
.m6_aboutus1 .list{ font-size:14px; line-height:1.5em; margin-top:20px;}
}

.m6_aboutus2bg{ padding:120px 0;}
.m6_aboutus2{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.m6_aboutus2_lt{ width:38%; position:relative;}
.m6_aboutus2_lt:before{ content:""; width:100%; height:100%; background:url(../images/Pattern-4.png) right center no-repeat; position:absolute; top:0; left:0; z-index:1;}
.m6_aboutus2_lt .nr_box{ padding:0 5% 0 0; position:relative; z-index:2;}
.m6_aboutus2_lt .list{ font-size:16px; line-height:1.5em; color:#666; margin-top:20px;}
.m6_aboutus2_rt{ width:54%;}
.m6_aboutus2_rt .list{}
.m6_aboutus2_rt .list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.m6_aboutus2_rt .list ul li{ width:calc((100% - 20px)/2); margin:10px 0; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden; text-align:center;}
.m6_aboutus2_rt .list ul li .nr_box{ padding:30px;}
.m6_aboutus2_rt .list ul li .imgbg{ width:70px; margin:0 auto;}
.m6_aboutus2_rt .list ul li .img{ padding-bottom:100%; border-radius:100%; background:#f5f5f5; position:relative; overflow:hidden;}
.m6_aboutus2_rt .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.m6_aboutus2_rt .list ul li .txtbg{ margin-top:20px;}
.m6_aboutus2_rt .list ul li .txt{}
.m6_aboutus2_rt .list ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; font-weight:bold; margin-bottom:15px;}
.m6_aboutus2_rt .list ul li .txt .h3{ font-size:16px; line-height:26px; height:78px; color:#666;}
@media(max-width:999px) {
.m6_aboutus2bg{ padding:60px 0;}
.m6_aboutus2{ display:block;}
.m6_aboutus2_lt{ width:100%; margin-bottom:20px;}
.m6_aboutus2_lt .nr_box{ padding:0 ;}
.m6_aboutus2_lt .list{ font-size:14px; line-height:1.5em; margin-top:20px;}
.m6_aboutus2_rt{ width:100%;}
.m6_aboutus2_rt .list ul{ display:block;}
.m6_aboutus2_rt .list ul li{ width:100%; margin:20px 0 0 0; }
.m6_aboutus2_rt .list ul li .nr_box{ padding:30px;}
.m6_aboutus2_rt .list ul li .txtbg{ margin-top:15px;}
.m6_aboutus2_rt .list ul li .txt .h2{ font-size:18px; line-height:28px; height:auto; margin-bottom:10px;}
.m6_aboutus2_rt .list ul li .txt .h3{ font-size:14px; line-height:24px; height:auto; }
}



/*inpro1*/
.inside_product1{ }
.inside_product1 ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.inside_product1 ul li{ width:calc((100% - 40px)/3); margin:0 0 40px 20px; text-align:center; }
.inside_product1 ul li:nth-child(3n-2){ margin-left:0;}
.inside_product1 ul li .nr_box{ border:1px solid #fff; border-radius:4px;}
.inside_product1 ul li:hover .nr_box{ border-color:var(--primary-color);}
.inside_product1 ul li .img{ padding-bottom:140%; position:relative; border-radius:10px; overflow:hidden; background:#f9f9f9;}
.inside_product1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.inside_product1 ul li:hover .img img{ transform:scale(1.1);}
.inside_product1 ul li .txtbg{ padding:10px 0 10px 0;}
.inside_product1 ul li .txt{ color:#333; }
.inside_product1 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px;}
.inside_product1 ul li .txt .h3{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:20px; text-decoration:underline;display:none;}
@media(max-width:999px){
.inside_product1 ul li{ width:calc((100% - 20px)/2); margin:0 0 30px 20px; }
.inside_product1 ul li:nth-child(3n-2){ margin-left:20px; }
.inside_product1 ul li:nth-child(2n-1){ margin-left:0; }
.inside_product1 ul li .txtbg{ padding:10px 0 10px 0;}
.inside_product1 ul li .txt{ height:auto;}
.inside_product1 ul li .txt .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.inside_product1 ul li .txt .h3{ font-size:14px; line-height:20px; margin-bottom:20px; display:none;}
}


/*.proDetail*/
.m5_proDetail{}
.m5_proDetail .list1{ margin-bottom:60px;}
.m5_proDetail .list1 .lt{ float:left; width:40%;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.m5_galleryTop { border:1px solid #eee; margin-bottom:10px;}
.m5_galleryTop .img{ position:relative; padding-bottom:140%; position:relative;}
.m5_galleryTop .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.m5_galleryThumbs { }
.m5_galleryThumbs .swiper-slide { }
.m5_galleryThumbs .swiper-slide .img{ position:relative; padding-bottom:70%; position:relative; border:1px solid #eee; cursor:pointer;}
.m5_galleryThumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.m5_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img{ border-color:var(--primary-color);}
.m5_proDetail .list1 .rt{ float:right; width:50%;}
.m5_proDetail .list1 .rt .nr_box{ padding:40px 0 0 0;}
.m5_proDetail .list1 .rt .h2{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:20px; }
.m5_proDetail .list1 .rt .h3{ font-size:16px; line-height:26px; margin-bottom:30px;}
.m5_proDetail .list1 .rt .h3 ul{ margin-left:20px;}
.m5_proDetail .list1 .rt .h3 ul li{ list-style:outside disc;}
.m5_proDetail .list1 .rt .h4{ font-size:16px; line-height:26px; font-weight:bold;}
.m5_proDetail .list1 .rt .h4 ul{}
.m5_proDetail .list1 .rt .h4 li{ margin-top:10px;}
.pro_price{ font-size:18px; line-height:30px; margin-bottom:20px; font-weight:bold; color:var(--primary-color);}
.pro_price span{}
.pro_price strong{}
.pro_num{ font-size:18px; line-height:30px; margin-bottom:30px;}
.pro_num span{}
.pronum{ display:inline-block; vertical-align:middle; height:30px;}
.pronum a{ float:left; border:1px solid #ccc; width:28px; height:28px; line-height:28px; text-align:center;}
.pronum a.disable{ background:#eee; color:#ccc; cursor:not-allowed;}
.pronum input{ float:left; border:1px solid #ccc; border-left:none; border-right:none; height:28px; line-height:28px; width:60px; text-align:center;}
.pro_btn{}
.pro_btn a{ display:inline-block; text-align:center; border-radius:4px; width:120px; line-height:40px; border-radius:4px; background:var(--primary-color); color:#fff; font-size:16px;}
.pro_btn a:hover{ opacity:.9;}

.m5_proDetail .list2{ }
.m5_proDetail .list2 .hd{ border-bottom:1px solid #333; padding:0 10px; height:50px;}
.m5_proDetail .list2 .hd ul li{ display:inline-block; vertical-align:top;font-size:16px; line-height:50px;}
.m5_proDetail .list2 .hd ul li a{ display:block; padding:0 20px; min-width:60px; text-align:center; border:1px solid #333; background:#333; color:#fff;}
.m5_proDetail .list2 .hd ul li.on a{ color:var(--primary-color); border-bottom:1px solid #fff; background:#fff;}
.m5_proDetail .list2 .xiangqing{ padding:20px 0; font-size:16px; line-height:1.5em;}
.m5_proDetail .list2 .xiangqing img{ max-width:100%;}
.m5_pro_related{ margin-top:60px}
.m5_pro_related>.h2{font-size:36px; line-height:46px; font-weight:bold; margin-bottom:20px;}
.m5_pro_related>.h2 span{}
@media(max-width:999px){
.m5_proDetail .list1{ padding:10px 4% 20px 4%;}
.m5_proDetail .list1 .lt{ float:left; width:100%; margin-bottom:20px;}
.m5_proDetail .list1 .rt{ float:right; width:100%;}
.m5_proDetail .list1 .rt .h2{ font-size:16px; margin-bottom:10px;}
.m5_proDetail .list1 .rt .h3{ font-size:12px; margin-bottom:20px;}
.pro_price{ font-size:14px; line-height:30px; margin-bottom:10px;}
.pro_price strong{ font-size:24px; }
.pro_num{ font-size:14px; line-height:30px; margin-bottom:20px;}
.pro_btn a{ width:100px; line-height:32px; font-size:14px;}

.m5_proDetail .list2 .hd ul li{ font-size:16px; line-height:3em;}
.m5_proDetail .list2 .hd ul li a{ padding:0 10px; min-width:60px; }
.m5_proDetail .list2 .xiangqing{ padding:10px 0;}
.m5_pro_related>.h2{font-size:16px; line-height:2.5em; }
.m5_pro_related>.h2 span{ padding:0 15px; min-width:100px; border-radius:0 10px 0 0;}
}


/*联系*/
.m6_contact1{}
.m6_contact1 p{ padding:0;}
.m6_contact1 iframe{ width:100% !important;}
#allmap{ width:100%; height:480px;}
@media(max-width:999px){
.m6_contact1 iframe{ width:100% !important; height:280px !important;}
#allmap{ width:100%; height:240px;}
}

.m6_contact2bg{ padding:120px 0;}
.m6_contact2{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.m6_contact2_lt{ width:39%; height:700px; position:relative; border-radius:10px; overflow:hidden;}
.m6_contact2_lt:before{ content:""; width:100%; height:100%;background-image: radial-gradient(at top right, rgba(66,90,68,.8) 0%, #333 75%); position:absolute; top:0; left:0; z-index:1;}
.m6_contact2_lt .nr_box{ position:relative; z-index:2; color:#fff; font-size:16px; line-height:26px; padding:60px 10% 0 10%;}
.m6_contact2_lt dl{ margin-top:50px;}
.m6_contact2_lt dl:nth-child(1){ margin-top:0;}
.m6_contact2_lt dl dt{ color:var(--primary-color); margin-bottom:20px; font-weight:bold;}
.m6_contact2_lt dl dd{ font-size:24px; line-height:34px; font-weight:bold;}
.m6_contact2_lt .c_share{}
.m6_contact2_lt .c_share a{ display:inline-block; text-align:center; width:32px; line-height:32px; background:rgba(255,255,255,.17); color:#fff; font-size:16px; border-radius:4px; margin:0 5px 0 0;}
.m6_contact2_lt .c_share a:hover{ background:#333;
animation-name: elementor-animation-pop;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: 1;}
.m6_contact2_rt{ width:59%; height:700px; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); border-radius:10px;}
.m6_contact2_rt .nr_box{ padding:60px 8% 0 8%;}
.m6_contact2_rt .list{ margin-top:20px;}
.m6_contact2_rt .list .h2{ font-size:16px; line-height:1.5em; color:#666; margin-bottom:30px;}
.m6_contact2_rt .c_message{}
.m6_contact2_rt .c_message ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.m6_contact2_rt .c_message ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 0;}
.m6_contact2_rt .c_message ul li.li{ width:100%;}
.m6_contact2_rt .c_message .h3{ font-size:16px; line-height:26px; font-weight:bold;}
.m6_contact2_rt .c_message .input_text{ border:none; border-bottom:1px solid #333; height:46px; line-height:46px; padding:0 10px; width:calc(100% - 20px);}
.m6_contact2_rt .c_message .input_text:hover,.m6_contact2_rt .c_message .input_text:focus{ border-color:var(--primary-color); box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.05) inset;}
.m6_contact2_rt .c_message textarea{ border:none; border-bottom:1px solid #333; height:100px; line-height:46px; padding:0 10px; width:calc(100% - 20px);}
.m6_contact2_rt .c_message textarea:hover,.m6_contact2_rt .c_message textarea:focus{ border-color:var(--primary-color); box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.05) inset;}
.m6_contact2_rt .c_message .input_button{ border:1px solid #333; background:#fff; color:#333; height:48px; line-height:48px; cursor:pointer; border-radius:4px; transition:all .3s ease; font-size:16px; width:100%;}
.m6_contact2_rt .c_message .input_button:hover{ background:#333; color:#fff;}
@media(max-width:999px){
.m6_contact2bg{ padding:60px 0;}
.m6_contact2{ display:block;}
.m6_contact2_lt{ width:100%; height:auto; }
.m6_contact2_lt .nr_box{ font-size:14px; line-height:24px; padding:40px 5%;}
.m6_contact2_lt dl{ margin-top:30px;}
.m6_contact2_lt dl:nth-child(1){ margin-top:0;}
.m6_contact2_lt dl dt{ margin-bottom:10px; }
.m6_contact2_lt dl dd{ font-size:18px; line-height:28px; }
.m6_contact2_rt{ width:100%; height:auto; }
.m6_contact2_rt .nr_box{ padding:30px 5%;}
.m6_contact2_rt .list .h2{ font-size:14px; line-height:1.5em; margin-bottom:20px;}
.m6_contact2_rt .c_message .h3{ font-size:14px; line-height:24px; }
}


/*team*/
.m6_team1bg{ padding:120px 0 80px 0;}
.m6_team1{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.m6_team1_lt{ width:44%;}
.m6_team1_lt .list{ font-size:16px; line-height:1.5em; color:#666; margin-top:20px;}
.m6_team1_rt{ width:44%;}
.m6_team1_rt .img{ position:relative;}
.m6_team1_rt .img img{ display:block; width:100%; box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.1); position:relative; z-index:1;}
.m6_team1_rt .img:before{ content:""; width:150px; height:170px; background:url(../images/Pattern-4.png) center no-repeat; background-size:contain; position:absolute; left:0; top:50%; transform:translate(-50%,-50%);}
@media(max-width:999px){
.m6_team1bg{ padding:60px 0 40px 0;}
.m6_team1{ display:block;}
.m6_team1_lt{ width:100%; margin-bottom:20px;}
.m6_team1_lt .list{ font-size:14px; line-height:1.5em; margin-top:20px;}
.m6_team1_rt{ width:100%;}
}

.inside_team1{}
.inside_team1 .m6_tit1{ text-align:center; margin-bottom:40px;}
/*inpic1*/
.inside_picList1{}
.inside_picList1 ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.inside_picList1 ul li{ width:calc((100% - 20px)/2); margin:0 0 20px 0; border-radius:10px; overflow:hidden; position:relative;}
.inside_picList1 ul li:nth-child(2n-1){ margin-left:0;}
.inside_picList1 ul li .nr_box{ }
//.inside_picList1 ul li .img{ padding-bottom:135%; position:relative;}
.inside_picList1 ul li .img{ padding-bottom:50%; position:relative;}
.inside_picList1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:1;}
.inside_picList1 ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.3); position:absolute; top:0; left:0; z-index:2;/* opacity:0; visibility:hidden;*/ transition:all .3s ease;}
.inside_picList1 ul li:hover .img:before{ background:rgba(0,0,0,.5); opacity:1; visibility:visible;}
.inside_picList1 ul li .txtbg{ width:100%; position:absolute; left:0; bottom:0; z-index:2;}
.inside_picList1 ul li .txt{ padding:0 10% 30px 10%; color:#fff;}
.inside_picList1 ul li .txt .h2{ font-size:16px; line-height:27px; }
.inside_picList1 ul li .txt .h3{ font-size:24px; line-height:34px; font-weight:bold;}
@media(max-width:999px){
.inside_picList1 ul li{ width:calc((100% - 20px)/2); margin:0 0 20px 0; }
.inside_picList1 ul li:nth-child(4n-3){ margin-left:20px;}
.inside_picList1 ul li:nth-child(2n-1){ margin-left:0;}
.inside_picList1 ul li .txt{ padding:0 5% 10px 5%; }
.inside_picList1 ul li .txt .h2{ font-size:14px; line-height:24px; }
.inside_picList1 ul li .txt .h3{ font-size:18px; line-height:28px; }
}

.m6_team2bg{ padding:150px 0; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.m6_team2bg:before{ content:""; width:100%; height:100%; background-image: linear-gradient(90deg, rgba(66,90,68,.5) 0%, #333 75%); position:absolute; top:0; left:0; z-index:1;}
.m6_team2{ position:relative; z-index:2; color:#fff;}
.m6_team2_rt{ float:right; max-width:580px;}
.m6_team2 .list{ margin-top:20px; font-size:16px; line-height:1.5em;}
.m6_team2 .list img{ max-width:100%;}
@media(max-width:999px){
.m6_team2bg{ padding:60px 0; }
.m6_team2_rt{ float:none; max-width:100%;}
.m6_team2 .list{ margin-top:20px; font-size:14px; line-height:1.5em;}
}

.m6_team3bg{ padding:120px 0; }
.m6_team3{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: centers;}
.m6_team3_lt{ width:45%;}
.m6_team3_lt .list{ margin-top:20px;}
.m6_team3_lt .list .txt{ font-size:16px; line-height:1.5em; color:#666; margin-bottom:30px;}
.m6_team3_rt{ width:45%;}
.m6_team3_rt .message{}
.m6_team3_rt .message ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.m6_team3_rt .message ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 0;}
.m6_team3_rt .message ul li.li{ width:100%;}
.m6_team3_rt .message .h3{ font-size:16px; line-height:26px; font-weight:bold;}
.m6_team3_rt .message .input_text{ border:none; border-bottom:1px solid #333; height:46px; line-height:46px; padding:0 10px; width:calc(100% - 20px);}
.m6_team3_rt .message .input_text:hover,.m6_team3_rt .message .input_text:focus{ border-color:var(--primary-color); box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.05) inset;}
.m6_team3_rt .message textarea{ border:none; border-bottom:1px solid #333; height:100px; line-height:46px; padding:0 10px; width:calc(100% - 20px);}
.m6_team3_rt .message textarea:hover,.m6_team3_rt .message textarea:focus{ border-color:var(--primary-color); box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.05) inset;}
.m6_team3_rt .message .input_button{ border:1px solid #333; background:#fff; color:#333; height:48px; line-height:48px; cursor:pointer; border-radius:4px; transition:all .3s ease; font-size:16px; width:100%;}
.m6_team3_rt .message .input_button:hover{ background:#333; color:#fff;}
@media(max-width:999px){
.m6_team3bg{ padding:60px 0; }
.m6_team3{ display:block;}
.m6_team3_lt{ width:100%; margin-bottom:20px;}
.m6_team3_lt .list .txt{ font-size:14px; line-height:1.5em; margin-bottom:20px;}
.m6_team3_rt{ width:100%; }
.m6_team3_rt .message .h3{ font-size:14px; line-height:24px; }
}


/*news*/
/*inner_news1*/
.inside_news1{}
.inside_news1 ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.inside_news1 ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; background:#f5f5f5; border-radius:10px; overflow:hidden;}
.inside_news1 ul li:nth-child(3n-2){ margin-left:0;}
.inside_news1 ul li .nr_box{ }
.inside_news1 ul li .imgbg{ }
.inside_news1 ul li .img{ position:relative; padding-bottom:66%; overflow:hidden;}
.inside_news1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.inside_news1 ul li:hover .img img{ transform:scale(1.1);}
.inside_news1 ul li .txtbg{ }
.inside_news1 ul li .txt{ padding:30px 5%; color:#333;}
.inside_news1 ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inside_news1 ul li .txt .h3{ font-size:16px; line-height:26px; margin:10px 0 0 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;}
.inside_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#999; padding-left:24px; position:relative; margin:10px 0 0 0;}
.inside_news1 ul li .txt .time i{ width:20px; height:24px; background:url(../images/ico_time.png) center no-repeat; position:absolute; left:0; top:0;}
@media(max-width:999px){
.inside_news1 ul li{ width:100%; margin:0 0 20px 0; }
.inside_news1 ul li .txt{ padding:20px 5%; }
.inside_news1 ul li .txt .h2{ font-size:18px; line-height:28px; }
.inside_news1 ul li .txt .h3{ font-size:14px; line-height:24px; margin:10px 0 0 0; }
}


.m6_tit2{ text-align:center;}
.m6_tit2 .h2{ font-size:48px; line-height:58px; font-weight:bold;}
.m6_tit2 .h3{ font-size:14px; line-height:24px; color:#999; margin-top:15px;}
.m6_tit2 .h3 span{ display:inline-block; margin:0 10px;}
.m6_tit2 .h3 i{ color:var(--primary-color); margin-right:5px;}
.m6_newsDetail1{}
.m6_newsDetail1 .news_img{ }
.m6_newsDetail1 .news_img img{ display:block; width:100%; height:26vw;}
.m6_newsDetail1 .m6_news1_rt{ margin-top:20px;}
.m6_newsDetail1_top{/* background:#fff; border-radius:4px; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); margin:0 5%; margin-top:-60px;*/ padding:30px 0% 60px 0%; position:relative; z-index:1;}
.m6_newsDetail1 .xiangqing{ margin-top:60px; margin-bottom:60px; font-size:16px; line-height:1.5em; color:#666;}
.m6_newsDetail1 .xiangqing img{ max-width:100%;}
.prev_next{ position:relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.prev_next a{ max-width:40%; border:1px solid #ddd; line-height:40px; text-align:center; border-radius:4px; font-size:16px; padding:0 2%; background:#f9f9f9;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.prev_next a:hover{ background:#333; color:#fff;}
.prev_next a.backto_list{ width:40px; font-size:20px; padding:0; border-color:#ddd; color:#999;}
.prev_next a.backto_list:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.m6_tit2 .h2{ font-size:28px; line-height:38px; }
.m6_tit2 .h3{ font-size:12px; line-height:22px; margin-top:5px;}
.m6_newsDetail1_top{ box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); margin:0; padding:30px 0% 40px 0%; }
.m6_newsDetail1 .xiangqing{ margin-top:30px; margin-bottom:30px; font-size:14px; line-height:1.5em; }
.prev_next{ display:block; padding-right:50px;}
.prev_next a{ width:90%; line-height:20px; font-size:12px; padding:0 5%; margin:5px 0;}
.prev_next a.backto_list{ line-height:48px; margin:0; position:absolute; top:0; right:0;  }
}


/*faq*/
.inside_faq2{ margin-bottom:60px;}
.inside_faq2 .list{}
.inside_faq2 .list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.inside_faq2 .list ul li{ width:calc((100% - 40px)/3); margin:0 0 0 20px; box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1); border-radius:10px;}
.inside_faq2 .list ul li:nth-child(3n-2){ margin-left:0;}
.inside_faq2 .list ul li .nr_box{ padding:30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-direction:row-reverse;}
.inside_faq2 .list ul li .txtbg{ width:calc(100% - 90px);}
.inside_faq2 .list ul li .txt{}
.inside_faq2 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:15px;}
.inside_faq2 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
.inside_faq2 .list ul li .imgbg{ width:70px;}
.inside_faq2 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.inside_faq2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
@media(max-width:999px){
.inside_faq2{ margin-bottom:40px;}
.inside_faq2 .list ul{ display:block;}
.inside_faq2 .list ul li{ width:100%; margin:0 0 20px 0 ; }
.inside_faq2 .list ul li .nr_box{ padding:30px; display:block;}
.inside_faq2 .list ul li .txtbg{ width:100%;}
.inside_faq2 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.inside_faq2 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
.inside_faq2 .list ul li .imgbg{ width:70px; margin-bottom:20px;}
}

.inside_faq1{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.inside_faq1_lt{ width:28%;}
.inside_faq1_lt .list{ font-size:16px; line-height:1.5em; color:#666; margin-top:20px;}
.inside_faq1_rt{ width:63%;}
.inside_faq1_rt ul{ border:1px solid #f5f5f5;}
.inside_faq1_rt ul li{ border-top:1px solid #f5f5f5;}
.inside_faq1_rt ul li:nth-child(1){ border:none;}
.inside_faq1_rt ul li .h2{ font-size:18px; line-height:28px; font-weight:bold; padding:20px 40px 20px 20px; cursor:pointer; background:url(../images/ico_down2.png) right 10px center no-repeat;}
.inside_faq1_rt ul li.active .h2{ color:var(--primary-color); background-image:url(../images/ico_down2_hover.png);}
.inside_faq1_rt ul li .txt{ font-size:16px; line-height:1.5em; padding:20px; border-top:1px solid #f5f5f5; display:none;}
@media(max-width:999px){
.inside_faq1{ display:block;}
.inside_faq1_lt{ width:100%; text-align:center; margin-bottom:20px;}
.inside_faq1_lt .list{ font-size:14px; line-height:1.5em; margin-top:20px;}
.inside_faq1_rt{ width:100%;}
.inside_faq1_rt ul li .h2{ font-size:14px; line-height:24px; padding:20px 40px 20px 20px; }
.inside_faq1_rt ul li .txt{ font-size:14px; line-height:1.5em; padding:20px; }
}


/*搜索*/
.search_form{ background:#f9f9f9; padding:1.56vw; margin-bottom:2.08vw;}
.search_form form{ height:2.6vw;}
.search_form form #search_keywords{ float:left; border:none; background:#fff; height:2.6vw; line-height:2.6vw; padding:0 .5vw; width:calc(100% - 6.2vw);}
.search_form form #search{ float:right; border:none; width:5.2vw; height:2.6vw; line-height:2.6vw; font-size:.84vw; background:var(--primary-color); color:#fff; cursor:pointer;}
.search_form form #search:hover{ opacity:.9;}
@media(max-width:999px){
.search_form{ padding:10px; margin-bottom:20px; }
.search_form form{ height:40px;}
.search_form form #search_keywords{ height:40px; line-height:40px; padding:0 10px; width:calc(100% - 80px);}
.search_form form #search{ width:60px; height:40px; line-height:40px; font-size:14px; }
}


.shopptingcart_loading{ width:50%; height:100%; background:rgba(0,0,0,.5); position:fixed; z-index:9999; top:0; right:0; text-align:center; color:#fff; font-size:20px; line-height:2em;}
.loadEffect2{
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	margin-top:30vh;
}
.loadEffect2 span{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load2{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0.2;
	}
}
.loadEffect2 span:nth-child(1){
	left: 0;
	top: 50%;
	margin-top:-8px;
	-webkit-animation-delay:0.13s;
}
.loadEffect2 span:nth-child(2){
	left: 10px;
	top: 10px;
	-webkit-animation-delay:0.26s;
}
.loadEffect2 span:nth-child(3){
	left: 50%;
	top: 0;
	margin-left: -8px;
	-webkit-animation-delay:0.39s;
}
.loadEffect2 span:nth-child(4){
	top: 10px;
	right:10px;
	-webkit-animation-delay:0.52s;
}
.loadEffect2 span:nth-child(5){
	right: 0;
	top: 50%;
	margin-top:-8px;
	-webkit-animation-delay:0.65s;
}
.loadEffect2 span:nth-child(6){
	right: 10px;
	bottom:10px;
	-webkit-animation-delay:0.78s;
}
.loadEffect2 span:nth-child(7){
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	-webkit-animation-delay:0.91s;
}
.loadEffect2 span:nth-child(8){
	bottom: 10px;
	left: 10px;
	-webkit-animation-delay:1.04s;
}


@keyframes btnAnimation{
0% { transform:scale(1);}
50% { transform:scale(0.7);}
100% { transform:scale(1);}
}
/* Firefox */
@-moz-keyframes btnAnimation {
0% { transform:scale(1);}
50% { transform:scale(0.7);}
100% { transform:scale(1);}
}
/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
0% { transform:scale(1);}
50% { transform:scale(0.7);}
100% { transform:scale(1);}
}
/* Opera */
@-o-keyframes btnAnimation {
0% { transform:scale(1);}
50% { transform:scale(0.7);}
100% { transform:scale(1);}
}


/*购物车*/
.proShoppingcart_box .shopptingcart_open{ font-size:0; width:60px; height:60px; border-radius:100%; background:var(--primary-color) url(../images/ico_pbtn2.png) center no-repeat; background-size:50% auto; position:fixed; top:20%; right:10%; cursor:pointer; z-index:0;animation: btnAnimation 1s linear infinite 0s forwards;}
.proShoppingcart_box .shopptingcart_open:hover{ opacity:.9;}
.tit_cart{}
.tit_cart .h2{ border-bottom:1px solid #eee; font-size:1.25vw; line-height:1.5em;}
.tit_cart .h2 span{ display:inline-block; border-bottom:2px solid var(--primary-color); color:var(--primary-color); padding-bottom:.26vw;}
.shoppingcart_box{ width:100%; height:100%; position:fixed; top:0; right:0; z-index:999; display:none;}
.shoppingcart_close1{ width:100%; height:100%; background:rgba(0,0,0,.1); position:absolute; top:0; right:0; z-index:1;}
.shoppingcartbg{ width:50%; height:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.05); position:absolute; top:0; right:0; z-index:2; overflow-y:auto; transform:translateX(100%); transition:all .3s ease;}
.shoppingcartbg.active{ transform:translateX(0);}
.shoppingcart_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; cursor:pointer; position:absolute; top:10px; right:10px; z-index:3; opacity:.9; transition:all .3s ease;}
.shoppingcart_close2:hover{ opacity:1; transform:rotate(180deg)}
.shoppingcart{ padding:1.56vw;}
.shoppingcart_list{ margin-top:1.04vw; margin-bottom:1.56vw;}
.shoppingcart_list_top{ background:#f9f9f9; border:1px solid #eee; margin-bottom:.52vw; }
.shoppingcart_list_top table{}
.shoppingcart_list_top table th{ font-weight:normal; text-align:center; padding:.78vw .52vw; font-size:.84vw; line-height:1.5em;}
.shoppingcart_list_top .w1{ width:40%; text-align:left;}
.shoppingcart_list_top .w2{ width:15%;}
.shoppingcart_list_top .w3{ width:15%; padding-left:0; padding-right:0;}
.shoppingcart_list_top .w4{ width:15%;}
.shoppingcart_list_top .w5{ width:15%;}
.shoppingcart_list_mid{ border:1px solid #eee; border-bottom:none; margin-bottom:.52vw; max-height:calc(14.04vw + 10px); overflow-y:auto;}
.shoppingcart_list_mid table{}
.shoppingcart_list_mid table td{ text-align:center; padding:.78vw .52vw; font-size:.72vw; line-height:2em; border-bottom:1px solid #eee;}
.shoppingcart_list_mid .w1{ width:40%; text-align:left;}
.shoppingcart_list_mid .w1 .cart_pro{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.shoppingcart_list_mid .w1 .img{ width:3.12vw; height:3.12vw; border:1px solid #eee; position:relative;}
.shoppingcart_list_mid .w1 .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.shoppingcart_list_mid .w1 .h2{ width:calc(100% - 3.5vw);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.shoppingcart_list_mid .w2{ width:15%;}
.shoppingcart_list_mid .w3{ width:15%; padding-left:0; padding-right:0;}
.shoppingcart_list_mid .w3 .pronum{ height:1.56vw;}
.shoppingcart_list_mid .w3 .pronum a{ width:calc(1.56vw - 2px); height:calc(1.56vw - 2px); line-height:calc(1.56vw - 2px);}
.shoppingcart_list_mid .w3 .pronum input{ width:2.6vw; height:calc(1.56vw - 2px); line-height:calc(1.56vw - 2px);}
.shoppingcart_list_mid .w4{ width:15%; font-weight:bold;}
.shoppingcart_list_mid .w5{ width:15%;}
.shoppingcart_list_btm{ border:1px solid #eee;}
.shoppingcart_list_btm table{}
.shoppingcart_list_btm table td{ padding:.78vw .52vw; font-size:.84vw; line-height:1.5em;}
.shoppingcart_list_btm .w1{ width:40%; }
.shoppingcart_list_btm .w2{ width:60%; text-align:right;}
.shoppingcart_list_btm .w2 strong{ color:#e64347; font-size:20px;}
.shoppingcart_form{}
.shoppingcart_form .h2{ font-size:1.25vw; line-height:1.5em; margin-bottom:.26vw;}
.shoppingcart_form .message{}
.shoppingcart_form .message form{}
.shoppingcart_form .message ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap:wrap;}
.shoppingcart_form .message ul li{ width:calc((100% - 15px)/2); margin-top:.52vw;}
.shoppingcart_form .message ul li.li1{ width:100%;}
.shoppingcart_form .message .input_text{ border:1px solid #eee; background:#fff; height:2.08vw; line-height:2.08vw; padding:0 10px; width:calc(100% - 22px);}
.shoppingcart_form .message textarea{ border:1px solid #eee; background:#fff; height:6.24vw; line-height:2.08vw; padding:0 10px; width:calc(100% - 22px);}
.shoppingcart_form .message .yzm{ height:calc(2.08vw + 2px);}
.shoppingcart_form .message .yzm img{ float:right; width:100px; height:calc(2.08vw + 2px); }
.shoppingcart_form .message .input_text1{ border:1px solid #eee; background:#fff; height:2.08vw; line-height:2.08vw; padding:0 10px; width:calc(100% - 125px); float:left;}
.shoppingcart_form .message .yzm #sendcode{ float:right; width:100px; height:calc(2.08vw + 2px); background:var(--primary-color); color:#fff; cursor:pointer;}
.shoppingcart_form .message .yzm #sendcode:hover{ opacity:.9;}
.shoppingcart_form .message .input_button{ display:block; margin:0 auto; border:none; width:100%; height:calc(2.08vw + 2px); line-height:calc(2.08vw + 2px); background:var(--primary-color); color:#fff; cursor:pointer; font-size:12px;}
.shoppingcart_form .message .input_button:hover{ opacity:.9;}
.yzm input[disabled]{ background:#999 !important; cursor:not-allowed !important;}

.shoppingcart .success{ text-align:center; margin-top:20vh;}
.shoppingcart .success .h1{ font-size:1.25vw; line-height:2em; margin-top:.52vw;}
.shoppingcart .success .h2{ font-size:.84vw; line-height:1.5em; color:#999;}
.shoppingcart .success input{ display:block; margin:0 auto; border:none; width:20%; height:calc(2.08vw + 2px); line-height:calc(2.08vw + 2px); background:var(--primary-color); color:#fff; cursor:pointer; border-radius:4px; font-size:14px;  margin-top:1.3vw;}
.shoppingcart .success input:hover{ opacity:.9;}
@media(max-width:999px){
.shopptingcart_loading{ width:100%;}

.tit_cart .h2{ font-size:20px; line-height:1.5em;}
.tit_cart .h2 span{ padding-bottom:5px;}
.shoppingcartbg{ width:100%; height:100%; }
.shoppingcart{ padding:15px;}
.shoppingcart_list{ margin-top:20px; margin-bottom:20px; }
.shoppingcart_list_top{ display:none;}
.shoppingcart_list_mid{ margin-bottom:15px; max-height:44vh; }
.shoppingcart_list_mid table tr{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap:wrap;}
.shoppingcart_list_mid table td{ padding:10px 0; font-size:12px; line-height:24px; display:block; }
.shoppingcart_list_mid .w1{ width:100%; padding-left:5px; padding-right:5px; border:none; padding-bottom:0;}
.shoppingcart_list_mid .w1 .img{ width:40px; height:40px;}
.shoppingcart_list_mid .w1 .h2{ width:calc(100% - 45px); line-height:16px;}
.shoppingcart_list_mid .w2{ width:24%;}
.shoppingcart_list_mid .w3{ width:28%;}
.shoppingcart_list_mid .w3 .pronum{ height:24px;vertical-align: top;}
.shoppingcart_list_mid .w3 .pronum a{ width:22px; height:22px; line-height:22px;}
.shoppingcart_list_mid .w3 .pronum input{ width:44px; height:22px; line-height:22px;}
.shoppingcart_list_mid .w4{ width:24%;}
.shoppingcart_list_mid .w5{ width:24%;}
.shoppingcart_list_btm table td{ padding:10px 5px; font-size:12px; line-height:1.5em;}
.shoppingcart_list_btm .w2 strong{ font-size:20px;}
.shoppingcart_form{}
.shoppingcart_form .h2{ font-size:20px; line-height:1.5em; margin-bottom:0;}
.shoppingcart_form .message ul li{ width:calc((100% - 10px)/2); margin-top:10px;}
.shoppingcart_form .message ul li.li1{ width:100%;}
.shoppingcart_form .message .input_text{ height:30px; line-height:30px; padding:0 10px; width:calc(100% - 22px);}
.shoppingcart_form .message textarea{ height:60px; line-height:30px; padding:0 10px; width:calc(100% - 22px);}
.shoppingcart_form .message .yzm{ height:32px;}
.shoppingcart_form .message .yzm img{ width:100px; height:32px; }
.shoppingcart_form .message .input_text1{ height:30px; line-height:30px; padding:0 10px; width:calc(100% - 95px); }
.shoppingcart_form .message .yzm #sendcode{ width:68px; height:32px; font-size:12px;}
.shoppingcart_form .message .input_button{ height:32px; line-height:32px; font-size:12px;}

.shoppingcart .success{}
.shoppingcart .success img{ max-width:80px;}
.shoppingcart .success .h1{ font-size:20px; line-height:2em; margin-top:10px;}
.shoppingcart .success .h2{ font-size:12px; line-height:1.5em;}
.shoppingcart .success input{ width:30%; height:32px; line-height:30px; font-size:12px; margin-top:25px;}
}


/*Add------------------------------------------------------------------------------*/


/*<!---->*/
.popup_tip2_box { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10000; background: rgba(0, 0, 0, .6);/* display: none;*/ }
.popup_tip2bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.popup_tip2 { width: 440px; position: absolute; overflow: hidden; box-sizing: border-box; z-index: 10000; background-color: #fff; border-radius: 4px; box-shadow: 1px 1px 50px rgba(0, 0, 0, .3); }
.popup_tip2-body { width: 100%; height: calc(100% - 72px); }
.zoomIn{
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;}
@-webkit-keyframes zoomIn { 
0% { opacity:0; -webkit-transform:scale3d(.5, .5, .5); transform:scale3d(.5, .5, .5) }
50% { opacity:1 }
}
@keyframes zoomIn { 
0% { opacity:0; -webkit-transform:scale3d(.5, .5, .5); transform:scale3d(.5, .5, .5) }
50% { opacity:1 }
}
@media(max-width:750px){
.popUpBox { width: 90%; }
}
.ts{ padding:20px 20px 20px 20px;}
.ts .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.ts .h3{ font-size:14px; line-height:24px; margin-bottom:14px; display:inline-block; position:relative; padding-left:30px;}
.ts .h3 img{ display:inline-block; vertical-align:top; width:24px;}
.ts .h3 i{ width:24px; height:24px; background-position:center; background-repeat:no-repeat; background-size:contain; position:absolute; left:0; top:0;}
.success .ts i{ background-image:url(../images/ico_success.png);}
.error .ts i{ background-image:url(../images/ico_error.png);}
.warning .ts i{ background-image:url(../images/ico_warning.png);}
.ts .h3 span{ }
.ts_btn{ text-align:right; font-size:12px; line-height:32px;}
.ts_btn a{ display:inline-block; text-align:center; border-radius:4px; width:78px; border:1px solid #1890ff; background:#1890ff; color:#fff; margin-left:10px;}
.ts_btn a:hover{ border-color:#2e80e2; background:#2e80e2; color:#fff;}
.ts_btn a.bg2{ border:1px solid #ccc; background:#fff; color:#666;}
.ts_btn a.bg2:hover{ border-color:#1890ff; background:#fff; color:#1890ff;}


/*提示框*/
.popup_tip_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999999;}
.popup_tip_close1{ width:100%; height:100%; position:absolute; top:0; left:0;}
.popup_tipbg{ min-width:100px; max-width:750px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.popup_tip{ border-radius:8px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); }
.popup_tip_close2{ display:none;}
.popup_tip_txt{ padding:15px 20px; text-align:center; font-size:14px; line-height:24px;}
.popup_tip_txt span{ display:inline-block; padding-left:30px; position:relative;}
.popup_tip_txt span i{ width:24px; height:24px; background-position:center; background-repeat:no-repeat; background-size:contain; position:absolute; left:0; top:0;}
.success .popup_tip_txt span{ color:#4ebb23; }
.error .popup_tip_txt span{ color:#f34b51; }
.warning .popup_tip_txt span{ color:#f1b306; }
.success .popup_tip_txt span i{ background-image:url(../images/ico_success.png);}
.error .popup_tip_txt span i{ background-image:url(../images/ico_error.png);}
.warning .popup_tip_txt span i{ background-image:url(../images/ico_warning.png);}
@-webkit-keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInUp2 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }


/*联系弹窗*/
.proContact1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.proContact1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.proContact1_bg{ width:90%; max-width:700px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.proContact1_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; cursor:pointer; position:absolute; top:10px; right:10px; z-index:3; opacity:.9; transition:all .3s ease;}
.proContact1_close2:hover{ opacity:1; transform:rotate(180deg)}
.proContact1{ min-height:260px; background:#fff; border-radius:10px; position:relative; z-index:2; padding-left:235px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.proContact1>img{ width:230px; position:absolute; bottom:0; left:5px;}
.proContact1_con{ font-size:16px; line-height:20px; }
.proContact1_con ul li{ float:left; width:50%; margin:10px 0; color:var(--primary-color); padding-left:50px; min-height:40px;box-sizing: border-box; position:relative;}
.proContact1_con ul li:nth-child(1){ width:100%; padding-left:0;}
.proContact1_con ul li i{ width:40px; height:40px; line-height:40px; text-align:center; border-radius:100%; background:var(--primary-color); color:#fff; font-size:20px; position:absolute; left:0; top:0;}
.proContact1_con ul li .h2{ font-size:24px; line-height:34px; font-weight:bold; color:var(--primary-color);}
.proContact1_con ul li span{ display:block; color:#333; }
.proContact1_con ul li .h2 span{ color:var(--primary-color);}
@media(max-width:999px){
.proContact1{ min-height:0; padding:15px 5%; }
.proContact1>img{ width:36%; bottom:auto; top:0; left:50%; transform:translate(-50%,-100%)}
.proContact1_con{ font-size:14px; line-height:18px; }
.proContact1_con ul li{ float:left; width:100% !important; margin:5px 0; }
.proContact1_con ul li .h2{ font-size:20px; line-height:30px; }
}











/*news1*/
.index_news1{ padding:40px 0; background:#f2f2f2;}
.index_news1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; background:#fff;}
.index_news1 ul li:nth-child(2n){ margin-right:0;}
.index_news1 ul li .nr_box{ border:1px solid #f2f2f2;}
.index_news1 ul li .imgbg{ float:left; width:25%;}
.index_news1 ul li .img{ position:relative; height:166px;}
.index_news1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.index_news1 ul li .txtbg{ float:right; width:75%;}
.index_news1 ul li .txt{ padding:20px 20px;}
.index_news1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.index_news1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
.index_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#999; padding-left:24px; position:relative; margin:10px 0 0 0;}
.index_news1 ul li .txt .time i{ width:20px; height:24px; background:url(../images/ico_time.png) center no-repeat; position:absolute; left:0; top:0;}
@media(max-width:999px){
.index_news1 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*news2*/
.index_news2{ padding:40px 0;}
.index_news2 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 0 0; border-bottom:1px solid #ccc; padding:20px 0;}
.index_news2 ul li:nth-child(2n){ margin-right:0;}
.index_news2 ul li .txt{}
.index_news2 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden; padding-left:25px; position:relative;}
.index_news2 ul li .txt .h2:before{ content:""; width:6px; height:6px; background:#000; position:absolute; left:0; top:10px;}
.index_news2 ul li .txt .h2 a{ float:left; width:70%; height:26px; overflow:hidden; color:#333;}
.index_news2 ul li .txt .h2 span{ float:right; color:#999;}
.index_news2 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:999px){
.index_news2 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*news3*/
.index_news3{ padding:40px 0;}
.index_news3 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.index_news3 ul li:nth-child(2n){ margin-right:0;}
.index_news3 ul li .date{ float:left; width:80px; height:80px; background:#f2f2f2; color:#999; text-align:center;}
.index_news3 ul li .date strong{ display:block; font-size:36px; line-height:36px; padding:15px 0 2px 0;}
.index_news3 ul li .date span{ display:block; font-size:12px; line-height:12px;}
.index_news3 ul li .txt{ float:right; width:calc(100% - 100px); }
.index_news3 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden;}
.index_news3 ul li .txt .h2 a{ color:#333;}
.index_news3 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:999px){
.index_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}









/*inner_news2*/
.inside_news2{ padding:40px 0;}
.inside_news2 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 0 0; border-bottom:1px solid #ccc; padding:20px 0;}
.inside_news2 ul li:nth-child(2n){ margin-right:0;}
.inside_news2 ul li .txt{}
.inside_news2 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden; padding-left:25px; position:relative;}
.inside_news2 ul li .txt .h2:before{ content:""; width:6px; height:6px; background:#000; position:absolute; left:0; top:10px;}
.inside_news2 ul li .txt .h2 a{ float:left; width:70%; height:26px; overflow:hidden; color:#333;}
.inside_news2 ul li .txt .h2 span{ float:right; color:#999;}
.inside_news2 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:999px){
    .inside_news2 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*inner_news3*/
.inside_news3{ padding:40px 0;}
.inside_news3 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_news3 ul li:nth-child(2n){ margin-right:0;}
.inside_news3 ul li .date{ float:left; width:80px; height:80px; background:#f2f2f2; color:#999; text-align:center;}
.inside_news3 ul li .date strong{ display:block; font-size:36px; line-height:36px; padding:15px 0 2px 0;}
.inside_news3 ul li .date span{ display:block; font-size:12px; line-height:12px;}
.inside_news3 ul li .txt{ float:right; width:calc(100% - 100px); }
.inside_news3 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden;}
.inside_news3 ul li .txt .h2 a{ color:#333;}
.inside_news3 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:999px){
    .inside_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}



/*inphoto1*/
.inside_photo1{ padding:40px 0; }
.inside_photo1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 20px 20px 0; text-align:center; background:#fff;}
.inside_photo1 ul li:nth-child(4n){ margin-right:0;}
.inside_photo1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_photo1 ul li .imgbg{ position:relative;}
.inside_photo1 ul li .img{ padding-bottom:75%; position:relative;}
.inside_photo1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_photo1 ul li i{ width:40px; height:40px; background:url(../images/ico_search1.png) center no-repeat; background-size:contain; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inside_photo1 ul li .txtbg{ background:#eee;}
.inside_photo1 ul li .txt{ padding:20px 10px;}
.inside_photo1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_photo1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:999px){
.inside_photo1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_photo1 ul li:nth-child(4n){ margin-right:20px;}
.inside_photo1 ul li:nth-child(2n){ margin-right:0;}
}



/*innewsClass1*/
.itit1{}
.itit1 .h2{ height:20px; line-height:20px; font-size:20px;}
.itit1 .h2 strong{ float:left; font-weight:bold; border-left:5px solid var(--primary-color); padding-left:5px;}
.itit1 .h2 a{ float:right; font-size:14px; color:var(--primary-color);}
.inside_newsClass1{}
.inside_newsClass1_box{ padding:20px 0; border-bottom:1px solid #eee;}
.inside_newsClass1 .ilist{ padding:10px 10px 0 10px;}
.inside_newsClass1 .ilist ul li{ height:40px; line-height:40px; padding-left:15px; position:relative;}
.inside_newsClass1 .ilist ul li:before{ content:""; width:6px; height:6px; border-radius:100%; background:#ccc; position:absolute; left:0; top:17px;}
.inside_newsClass1 .ilist ul li a{ float:left; width:70%; height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:16px;}
.inside_newsClass1 .ilist ul li span{ float:right; font-size:14px; color:#999;}

/*inproClass1*/
.imore1{}
.imore1 span{ display:inline-block; vertical-align:top; border:1px solid #fff; height:38px; line-height:38px; padding:0 20px; font-size:14px;}
.imore1 span:hover{ background:#fff; color:#333;}
.inside_proClass1{ padding:40px 0; background:#f2f2f2;}
.inside_proClass1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center; background:#fff; position:relative;}
.inside_proClass1 ul li:nth-child(3n){ margin-right:0;}
.inside_proClass1 ul li .nr_box{ border:10px solid #eee;}
.inside_proClass1 ul li .img{ padding-bottom:100%; position:relative;}
.inside_proClass1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_proClass1 ul li .txtbg{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.inside_proClass1 ul li .txt{ padding:20px 5%; width:90%; color:#fff;}
.inside_proClass1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_proClass1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:999px){
.inside_proClass1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_proClass1 ul li:nth-child(3n){ margin-right:20px;}
.inside_proClass1 ul li:nth-child(2n){ margin-right:0;}
}



