/*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:#005bac;
 --secondary-color:#d20000;
 --third-color:#0469c3;
 --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));
}
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:16px; /*font-family: 'SourceHanSansCN';*/ font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; min-height:101vh;}
video,iframe,canvas{ vertical-align: middle; max-width: 100%; max-height: 100%;}
a{ color:#666; vertical-align: middle;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1400px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto;}
.wapper3{ width:90%; margin:0 auto;}
input,textarea,select{outline:none;/* font-family: 'SourceHanSansCN';*/ font-family: Arial,'Microsoft YaHei'; font-size:14px; border-radius:8px;}
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%; min-width:0;}
.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;}
}


/*首页全屏*/
.index_swiper{ position:relative;}
.index_swiper>.swiper-container{ height:100vh;}
.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide{ height:100vh;}
.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:last-child{/* height:auto !important;*/}
.index_swiper>.swiper-pagination{ position:absolute; left:3.12vw; top:50%; transform:translateY(-50%); z-index:11;}
.index_swiper>.swiper-pagination .swiper-pagination-bullet{ display:block; width:auto; height:auto; border-radius:0; background:none; font-size:14px; line-height:34px; color:rgba(255,255,255,.7); padding-left:1.56vw; position:relative; opacity:1; outline:none;}
.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ color:#fff; opacity:1;}
.index_swiper>.swiper-pagination .swiper-pagination-bullet:before{ content:""; width:5px; height:5px; border-radius:100%; border:1px solid #fff; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ background:#fff;}
.index_swiper>.swiper-pagination .swiper-pagination-bullet:after{ content:""; width:3.12vw; height:2px; position:absolute; left:0; top:50%; transform:translate(-100%,-50%);}
.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{ background:#fff;}
.index_swiper>.swiper-pagination.active .swiper-pagination-bullet{ color:#666;}
.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active{ color:var(--primary-color);}
.index_swiper>.swiper-pagination.active .swiper-pagination-bullet:before{ border-color:#D6D6D6;}
.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ border-color:var(--primary-color); background:var(--primary-color);}
.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:after{ background:var(--primary-color);}
@media(max-width:999px){
.index_swiper>.swiper-container{ height:auto;}
.index_swiper>.swiper-container>.swiper-wrapper{ display:block;}
.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide{ height:auto;}
}


.m11_head{ width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; z-index:55; left:0; top:0;}
.m11_head1bg{ background:var(--primary-color); color:#fff;}
.m11_head1{ height:40px;
display: flex;
justify-content: space-between;
align-items: center;}
.m11_head1 .lt{ font-size:15px;}
.m11_head1 .rt{display: flex; justify-content: flex-end; align-items: center; font-size:13px; line-height:40px;}
.m11_head1 .rt a{ display:block; color:#fff; background:var(--third-color); padding:0 1.82vw;}
.m11_head1 .rt a:nth-child(2){ background:var(--secondary-color);}
.m11_head1 .rt a:hover{ opacity:.9;}
.m11_head2bg{ width:100%; }
.m11_head2{ height:130px;
display: flex;
justify-content: space-between;
align-items: center;}
.m11_head2 .lt{ display: flex; justify-content: flex-start; align-items: center;}
.m11_head .logo{ height:80px;display: flex; justify-content: flex-start; align-items: center;}
.m11_head .logo a{ height:100%;display: flex; justify-content: flex-start; align-items: center;}
.m11_head .logo img{ display:block; max-width:100%; max-height:90%; }
.m11_head .logo_txt{border-left: 1px solid #ddd; padding-left: 1.82vw; margin-left: 1.82vw;}
.m11_head .logo_txt .h2{ font-size: 1.46vw; font-weight:bold;}
.m11_head .logo_txt .h3{font-size: .94vw;}
.m11_head2 .rt{ display: flex; justify-content: flex-end; align-items: center;}
.m11_head .h_phone{ text-align:right; padding-right:55px; background:url(../images/h_phone1.png) right center no-repeat;}
.m11_head .h_phone .h2{ font-size:16px;}
.m11_head .h_phone .h2 span{ display:block;}
.m11_head .h_phone .h2 strong{ display:block;font-size: 36px;}
.h_search_btn{ display:block; width:20px; height:20px; cursor:pointer; background:url(../images/top_search_btn2.png) center no-repeat; margin-left:1.3vw; }
.h_search_btn.active{ background-image:url(../images/chahao2.png);}
.h_search_box{ width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:99; display:none;}
.h_search_close1{ }
.h_searchbg{ width:90%; max-width:1000px; margin:0 auto;}
.h_search_close2{ }
.h_search{ padding:40px 0;}
.h_search form{ height:60px; border:1px solid #ccc; border-radius:8px; overflow:hidden;}
.h_search form #search_keywords2{ float:left; border:none; background:none; height:60px; line-height:60px; padding:0 10px; width:calc(100% - 80px);}
.h_search form #search2{ float:right; border:none; background:var(--primary-color) url(../images/ico_search1.png) center no-repeat; background-size:50% auto; height:60px; width:60px; cursor:pointer; transition:all .3s ease; font-size:0; color:transparent;}
.h_search form #search2:hover{ background-color:var(--secondary-color);}
.m11_head3bg{ border-top:1px solid #eee; border-bottom:4px solid var(--primary-color);}
.m11_head3{ }
/*menu*/
.m11_head .menu{height:65px;line-height:65px; }
.m11_head .menu>ul{ display: flex; justify-content: flex-start; align-items: center;}
.m11_head .menu>ul>li{ position:relative; width:12.5%;}
.m11_head .menu>ul>li>a{ color:#333; display:block; font-size:18px; font-weight:normal; position:relative; text-align:center;}
.m11_head .menu>ul>li>a:hover,.m11_head .menu>ul>li:hover>a{ color:var(--primary-color); font-weight:normal;}
.m11_head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; top:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.m11_head .menu>ul>li>a:hover:before,.m11_head .menu>ul>li:hover>a:before{ width:100%;}
.m11_head .menu>ul>li>ul{ width:100%; background:#fff; padding:10px 0; box-shadow:0 5px 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translate(-50%,0); z-index:5; display:none;}
.m11_head .menu>ul>li>ul li{ position:relative; }
.m11_head .menu>ul>li>ul li a{ color:#666; display:block; font-weight:normal; padding:10px 5px; font-size:14px; line-height:1.5em; text-align:center; white-space:nowrap;}
.m11_head .menu>ul>li>ul li a:hover,.m11_head .menu>ul>li>ul li:hover>a{ color:#fff; background:var(--primary-color); }
.m11_head .menu>ul>li>ul li ul{ width:100%; background:#fff; padding:10px 0; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; position:absolute; top:0; left:100%; display:none;}
.m11_head .menu>ul>li>ul li:hover>ul{ display:block;}
.m11_head_height{ height:240px;}
@media(max-width:999px){
.m11_head_height{ height:60px;}
.m11_head{ position:fixed;}
.m11_head1bg{ display:none;}
.m11_head2{ height:60px;}
.m11_head .logo{ height:60px; }
.m11_head .logo_txt{ display:none;}
.m11_head .h_phone{ display:none;}
.h_search{ padding:20px 0;}
.h_search form{ height:40px; }
.h_search form #search_keywords2{ height:40px; line-height:40px; padding:0 10px; width:calc(100% - 60px);}
.h_search form #search2{ height:40px; width:40px; }
.m11_head3bg{ display:none;}
.m11_head .menu{ display:none;}
}

/*nav*/
.m11_head .nav_open{ width:60px; height:60px; background:var(--primary-color); cursor:pointer; display:none; position:absolute; top:0; right:0;}
.m11_head .nav_open i,.m11_head .nav_open:before,.m11_head .nav_open:after{ width:24px; height:2px; background:#fff; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.m11_head .nav_open i{ top:50%; transform:translate(-50%,-50%);}
.m11_head .nav_open:before{ content:""; top:20px; }
.m11_head .nav_open:after{ content:""; bottom:20px; }
.m11_head .nav_open.active i{ opacity:0; visibility:hidden;}
.m11_head .nav_open.active:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.m11_head .nav_open.active:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.m11_head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px;  display:none;}
.m11_head .nav_close1{ width:100%; height:100%;  position:absolute; left:0; top:0; z-index:998;}
.m11_head .navbg{ width:100%; height:100%; background:var(--primary-color); color:#fff; position:absolute; left:0; top:0; z-index:999;}
.m11_head .nav{ position:relative;}
.m11_head .nav_close2{ display:none;}
.m11_head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.m11_head .nav_list ul{ }
.m11_head .nav_list ul li{ padding:5px 5%;}
.m11_head .nav_list>ul>li{ border-bottom:1px solid rgba(255, 255, 255, 0.2); padding:10px 5%;}
.m11_head .nav_list ul li span{ display:block; position:relative;}
.m11_head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px;; position:relative; z-index:2; color:#fff;}
.m11_head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.m11_head .nav_list ul li span i{ width:100%; height:100%; background:url(../images/ico_down2.png) right center no-repeat; position:absolute; top:0; right:0; z-index:1;}
.m11_head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.m11_head .nav_list ul li.active>span>i{ background-image:url(../images/ico_up2.png);}
@media(max-width:999px){
.m11_head .nav_open{ display:block;}
}


/*banner*/
.banner { position:relative; overflow:hidden;}
.banner .swiper-container{}
.banner .swiper-slide { position:relative; overflow:hidden; z-index:1;}
.banner .swiper-slide.swiper-slide-active{ z-index:2;}
.banner .swiper-slide img{ display:block; width:100%; }
.banner .swiper-slide .txtbg{ width:80%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner .swiper-slide .txt{ color:#fff; text-align:center;}
.banner .swiper-slide .txt .h2{ font-size:3.12vw; line-height:1.2em; font-weight:bold; margin-bottom:1.04vw;}
.banner .swiper-slide .txt .h3{ font-size:2.08vw; line-height:1.4em;}
.banner .swiper-pagination{ height:10px; bottom:20px;}
.banner .swiper-pagination span{ display:inline-block; vertical-align:top; width:10px; height:10px; border-radius:10px; margin:0 6px; background:#fff; opacity:1; transition:all .3s ease;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width:20px; background:var(--primary-color); opacity:1;}
.banner .swiper-button-prev,.banner .swiper-button-next{ width:40px; height:80px; margin-top:-40px; background-color:rgba(0,0,0,.5); background-size:20px 40px; opacity:0; transition:all .3s ease; border-radius:4px;}
.banner .swiper-button-prev{ left:5%; }
.banner .swiper-button-next{ right:5%; }
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{ opacity:.7; }
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{ opacity:1;}
@media(max-width:999px){
.banner .swiper-slide img{ }
.banner .swiper-pagination{ height:10px; bottom:10px;}
.banner .swiper-pagination span{ margin:0 4px; }
.banner .swiper-button-prev,.banner .swiper-button-next{ width:20px; height:40px; margin-top:-20px; background-size:10px 20px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:36px; line-height:46px; font-weight:bold;}
.tit1 .h3{ font-size:21px; line-height:31px; opacity:.7;}
.con01bg{ padding:80px 0; background-position:center; background-repeat:no-repeat; background-size:cover;}
.con01{}
.con01 .list{ margin-top:40px;}
.con01 .list ul{ display: flex;justify-content:space-between;/*align-items: center;*/}
.con01 .list ul li{ width:23%; text-align:center;}
.con01 .list ul li .nr_box{}
.con01 .list ul li .box1{ display: flex;justify-content:center;align-items: center;}
.con01 .list ul li .box1 .imgbg{ width:63px; margin-right:-31px;}
.con01 .list ul li .box1 .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:var(--primary-color);}
.con01 .list ul li .box1 .img img{ max-width:70%; max-height:70%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01 .list ul li .box1 .txtbg{ width:160px; height:160px; background:#fff; border:1px #eee solid; border-radius:100%; display: flex;justify-content:center;align-items: center;}
.con01 .list ul li .box1 .txt{ width:90%;}
.con01 .list ul li .box1 .txt .h2{ font-size:25px; line-height:35px;}
.con01 .list ul li .box1 .txt .h3{ font-size:32px; line-height:42px; font-weight:bold;}
.con01 .list ul li .box2{ margin-top:20px;}
.con01 .list ul li .h4{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.tit1 .h2{ font-size:20px; line-height:30px; }
.tit1 .h3{ font-size:12px; line-height:22px; }
.con01bg{ padding:40px 0; }
.con01 .list{ margin-top:20px;}
.con01 .list ul{ flex-wrap:wrap;}
.con01 .list ul li{ width:48%; margin-bottom:20px;}
.con01 .list ul li .box1 .imgbg{ width:40px; margin-right:-20px;}
.con01 .list ul li .box1 .txtbg{ width:100px; height:100px; }
.con01 .list ul li .box1 .txt .h2{ font-size:20px; line-height:30px;}
.con01 .list ul li .box1 .txt .h3{ font-size:24px; line-height:34px; }
.con01 .list ul li .box2{ margin-top:10px;}
.con01 .list ul li .h4{ font-size:14px; line-height:24px;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:42px; line-height:52px; font-weight:bold;}
.tit2 .h3{ font-size:17px; line-height:27px; opacity:.7; margin-top:5px;}
.tit2 .line1{ margin-top:6px;}
.tit2 .line1 i{ display:block; margin:0 auto; width:22px; height:22px; background:url(../images/ico_tit2.png) center no-repeat; background-size:contain; animation:Screw 2s infinite;}
.con02bg{ padding:80px 0; background-color:#f9f9f9; background-position:center; background-repeat:no-repeat; background-size:cover;}
.con02{}
.con02 .list{ margin-top:40px;}
.slideTxtBox_01{}
.slideTxtBox_01 .hd{ background:#fff; margin-bottom:30px; font-size:18px; line-height:28px;}
.slideTxtBox_01 .hd ul{ display: flex;justify-content:space-between;/*align-items: center;*/}
.slideTxtBox_01 .hd ul li{ cursor:pointer; width:100%; border-left:1px solid #eee;}
.slideTxtBox_01 .hd ul li:nth-child(1){ border-left:none;}
.slideTxtBox_01 .hd ul li a{ display:block; text-align:center; display: flex;justify-content:center;align-items: center;}
.slideTxtBox_01 .hd ul li i{ display:inline-block; vertical-align:top; width:30px; height:80px; position:relative; overflow:hidden;}
.slideTxtBox_01 .hd ul li i img{ width:30px; position:absolute; top:0; left:0;}
.slideTxtBox_01 .hd ul li span{ max-width:calc(100% - 30px); height:80px; display: flex;justify-content:center;align-items: center;}
.slideTxtBox_01 .hd ul li.on a{ background:var(--primary-color); color:#fff;}
.slideTxtBox_01 .hd ul li.on i img{ top:-90px;}
.slideTxtBox_01 .bd{}
.con02_list{ display: flex;justify-content:space-between;/*align-items: center;*/}
.con02_lt{ width:39%; background:#fff; margin-bottom:15px; position:relative; display: flex;justify-content:center;align-items: center;}
.con02_lt .nr_box{ width:82%; }
.con02_lt .txt{}
.con02_lt .txt .h2{ font-size:30px; line-height:40px; border-bottom:1px dotted #ccc; padding-bottom:5px; margin-bottom:20px;}
.con02_lt .txt .h3{ font-size:16px; line-height:26px;}
.con02_lt .txt .h3 ul{ display: flex;justify-content:space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con02_lt .txt .h3 ul li{ width:calc(50% - 30px); padding-left:30px; background:url(../images/ico_list3_a.png) left top 2px no-repeat; margin-top:5px;}
.con02_lt .img{ height:440px; position:relative; margin-top:20px;}
.con02_lt .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; }
.con02_lt .i_phone{ background:var(--secondary-color) url(../images/i_phone1.png) left 45px center no-repeat; color:#fff; font-size:16px; line-height:26px; padding:10px 80px 10px 100px; width:380px; position:absolute; bottom:-10px; left:50%; transform:translateX(-50%);white-space: nowrap;box-sizing: border-box;}
.con02_lt .i_phone:before{ content:""; width:402px; height:10px; background:url(../images/c2_bg2.png) center no-repeat; position:absolute; bottom:0; left:-11px;}
.con02_lt .i_phone span{ display:block;}
.con02_lt .i_phone strong{ display:block; font-size:30px; line-height:1em; font-weight:normal;}
.con02_rt{ width:57%;}
.con02_rt ul{ display: flex;justify-content:space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con02_rt ul li{ width:calc((100% - 15px)/2); margin:0 0 15px 15px; text-align:center;}
.con02_rt ul li:nth-child(2n-1){ margin-left:0;}
.con02_rt ul li .nr_box{ border:1px solid #ddd; background:#fff;}
.con02_rt ul li .img{ height:275px; position:relative; overflow:hidden;}
.con02_rt 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; z-index:1;}
.con02_rt ul li:hover .img img{ transform:scale(1.1);}
.con02_rt ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0, 0, 0, 0.5) url(../images/ico_big.png) center no-repeat; position:absolute; top:-101%; left:0; transition:all .3s ease; z-index:2;}
.con02_rt ul li:hover .img:before{ top:0;}
.con02_rt ul li .txt{ background:#eeecec; padding:17px 5%; transition:all .3s ease;}
.con02_rt ul li:hover .txt{ background:var(--primary-color); color:#fff;}
.con02_rt ul li .txt .h2{ font-size:15px; line-height:25px; height:25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@-webkit-keyframes Screw{
0%{transform: rotate(0)}
100%{transform: rotate(360deg)}
}
@-moz-keyframes mymove{
0%{transform: rotate(0)}
100%{transform: rotate(360deg)}
} 
@-ms-keyframes Screw{
0%{transform: rotate(0)}
100%{transform: rotate(360deg)}
}
@-o-keyframes Screw{
0%{transform: rotate(0)}
100%{transform: rotate(360deg)}
}
@media(max-width:999px){
.tit2 .h2{ font-size:20px; line-height:30px; }
.tit2 .h3{ font-size:12px; line-height:22px; margin-top:0;}
.tit2 .line1{ margin-top:6px;}
.con02bg{ padding:40px 0; }
.con02 .list{ margin-top:20px;}
.slideTxtBox_01 .hd{ margin-bottom:20px; font-size:14px; line-height:18px; overflow-x:auto;}
.slideTxtBox_01 .hd ul{/* width:768px;*/}
.con02_list{ display:block;}
.con02_lt{ width:100%; margin-bottom:15px; display:block;}
.con02_lt .nr_box{ width:90%; padding:20px 5%;}
.con02_lt .txt .h2{ font-size:20px; line-height:30px; padding-bottom:5px; margin-bottom:10px;}
.con02_lt .txt .h3{ font-size:14px; line-height:24px;}
.con02_lt .txt .h3 ul li{ width:calc(50% - 25px); padding-left:25px; background-position:left top 1px; margin-top:5px;}
.con02_lt .img{ height:auto; padding-bottom:100%; margin-top:20px;}
.con02_lt .i_phone{ background-position:left 10px center; font-size:16px; line-height:26px; padding:10px 10px 10px 70px; width:100%; position:static; transform:translateX(0);}
.con02_lt .i_phone:before{ display:none;}
.con02_lt .i_phone strong{ font-size:30px; line-height:1em; }
.con02_rt{ width:100%;}
.con02_rt ul{ display: flex;justify-content:space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con02_rt ul li{ width:calc((100% - 15px)/2); margin:0 0 15px 15px; text-align:center;}
.con02_rt ul li:nth-child(2n-1){ margin-left:0;}
.con02_rt ul li .img{ height:auto; padding-bottom:75%;}
.con02_rt ul li .txt{ padding:10px 5%; }
.con02_rt ul li .txt .h2{ font-size:14px; line-height:24px; height:auto; }
}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:18px; line-height:46px; width:152px; border-radius:50px; background:#fff; color:#333; transition:all .3s ease;}
.more1 span:hover{ background:var(--secondary-color); color:#fff;}
.con03bg{ padding:80px 0;}
.con03{}
.con03 .list{ margin-top:40px;}
.con03 .list dl{ display: flex;justify-content:space-between;/*align-items: center;*/}
.con03 .list dl dd{ width:11.4%; margin-left:.5%; transition:all .5s ease; position:relative; overflow:hidden;}
.con03 .list dl dd:nth-child(1){ margin-left:0;}
.con03 .list dl dd .img{ height:790px; position:relative; overflow:hidden;}
.con03 .list dl dd .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list dl dd .txt1bg{ width:100%; height:100%; background:rgba(2,7,22,0.7); position:absolute; top:0; left:0; }
.con03 .list dl dd .txt1{ padding:150px 5% 0 5%; color:#fff; text-align:center;}
.con03 .list dl dd .txt1 .ico{ height:39px; position:relative; margin-bottom:20px;}
.con03 .list dl dd .txt1 .ico img{max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list dl dd .txt1 .h2{ font-size:36px; line-height:46px; font-weight:bold;}
.con03 .list dl dd .txt1 .line1{ margin:0 auto; width:1px; height:65px; background:#fff; margin-top:160px; margin-bottom:70px;}
.con03 .list dl dd .txt1 .h3{ font-size:14px; line-height:24px; font-weight:bold;}
.con03 .list dl dd .txt2bg{ width:44.6%; height:100%; background:rgba(14,79,165,0.9); position:absolute; top:0; right:0; display:none;}
.con03 .list dl dd .txt2{ padding:150px 5% 0 5%; color:#fff; }
.con03 .list dl dd .txt2 .h2{ display:inline-block; border:1px solid #fff; padding:20px 5%; font-size:14px; line-height:24px; font-weight:bold; margin-bottom:60px;}
.con03 .list dl dd .txt2 .h2 strong{ display:block; font-size:36px; line-height:46px;}
.con03 .list dl dd .txt2 .h2 span{ display:block; text-transform:uppercase;}
.con03 .list dl dd .txt2 .h3{ font-size:24px; line-height:34px; font-weight:bold; border-bottom:2px solid #fff; padding-bottom:10px; margin-bottom:25px;}
.con03 .list dl dd .txt2 .h4{ font-size:15px; line-height:25px; margin-bottom:60px;}
.con03 .list dl dd .txt2 .h4 ul li{ margin-top:10px; padding-left:15px; background:url(../images/ico_list4_a.png) left top 7px no-repeat;}
.con03 .list dl dd.on{ width:64.1%;}
.con03 .list dl dd.on .txt1bg{ display:none;}
.con03 .list dl dd.on .txt2bg{ display:block;}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:34px; width:100px; }
.con03bg{ padding:40px 0 0 0;}
.con03 .list{ margin-top:20px;}
.con03 .list dl{ display:block;}
.con03 .list dl dd{ width:100% !important; margin:0 0 15px 0 !important; }
.con03 .list dl dd .img{ height:auto; padding-bottom:64%; }
.con03 .list dl dd .txt1bg{ display:none !important;}
.con03 .list dl dd .txt2bg{ width:100%; position:static; display:block !important;}
.con03 .list dl dd .txt2{ padding:20px 5%; }
.con03 .list dl dd .txt2 .h2{ padding:10px 5%; font-size:12px; line-height:16px; margin-bottom:20px;}
.con03 .list dl dd .txt2 .h2 strong{ font-size:20px; line-height:30px;}
.con03 .list dl dd .txt2 .h3{ font-size:18px; line-height:28px; padding-bottom:5px; margin-bottom:10px;}
.con03 .list dl dd .txt2 .h4{ font-size:14px; line-height:18px; margin-bottom:20px;}
.con03 .list dl dd .txt2 .h4 ul li{ margin-top:5px; background-position:left top 4px;}
}


.con04bg{ padding:100px 0 120px 0; background-position:center; background-repeat:no-repeat;}
.con04{}
.con04 .list{ margin-top:110px;}
.con04 .list ul{ width:1110px; margin:0 auto;}
.con04 .list ul li{ float:left; width:234px; height:234px; background:url(../images/c4_bg2.png) top center no-repeat; text-align:center; margin-left:-88px;}
.con04 .list ul li:hover{ background-position:bottom center; color:#fff;}
.con04 .list ul li .txtbg{ width:210px; height:210px; padding:0 24px 24px 0;display: flex; justify-content:center; align-items: center;box-sizing: content-box;}
.con04 .list ul li .txt{ width:90%;}
.con04 .list ul li .txt .h2{ font-size:48px; line-height:1em; color:#eee; margin-bottom:10px;}
.con04 .list ul li .txt .h3{ font-size:23px; line-height:33px;}
.con04 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
.con04 .list ul li:nth-child(1){ margin-left:0;}
.con04 .list ul li:nth-child(2n-1){ margin-top:-66px;}
.con04 .list ul li:nth-child(2n){ margin-top:66px;}
@media(max-width:999px){
.con04bg{ display:none;}
}


.con05bg{ padding:0 0 80px 0;}
.con05{}
.con05 .list{}
.sccj_swiper{ padding:0 100px; position:relative;}
.sccj_swiper .swiper-container { width: 100%; }
.sccj_swiper .swiper-container .swiper-slide { position:relative;}
.sccj_swiper .swiper-container .swiper-slide .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.sccj_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.sccj_swiper .swiper-container .swiper-slide .txt{ width:100%; height:45px; overflow:hidden; background:rgba(0, 0, 0, 0.3); color:#fff; text-align:center; overflow:hidden; position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease;}
.sccj_swiper .swiper-container .swiper-slide:hover .txt{ height:100%; display: flex;justify-content:center;align-items: center;}
.sccj_swiper .swiper-container .swiper-slide .txt .h2{ font-size:15px; line-height:45px; padding:0 5%;}
.sccj_swiper .swiper-pagination{ display:none;}
.sccj_swiper .swiper-pagination .swiper-pagination-bullet{ }
.sccj_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.sccj_swiper .swiper-button-prev,.sccj_swiper .swiper-button-next{ text-align:center; width:63px; height:63px; line-height:63px; margin-top:-31px; border-radius:100%; background:rgba(0,0,0,.3); color:#fff; font-size:30px;transition:all .3s ease;}
.sccj_swiper .swiper-button-prev:hover,.sccj_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.sccj_swiper .swiper-button-prev{ left:0;}
.sccj_swiper .swiper-button-next{ right:0;}
@media(max-width:999px){
.con05bg{ padding:40px 0;}
.sccj_swiper{ padding:0 ;}
.sccj_swiper .swiper-container .swiper-slide .txt{ height:44px; }
.sccj_swiper .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:44px; }
.sccj_swiper .swiper-button-prev,.sccj_swiper .swiper-button-next{ width:30px; height:30px; line-height:30px; margin-top:-15px; font-size:20px;}
}


.tit3{}
.tit3 .h2{ font-size:34px; line-height:1em; font-weight:bold; text-transform:uppercase; font-family:Times New Roman; margin-bottom:5px;}
.tit3 .h3{ font-size:34px; line-height:44px; font-weight:bold; color:var(--primary-color);}
.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:16px; line-height:45px; width:140px; background:var(--primary-color); color:#fff;}
.more2 span:hover{ opacity:.9;}
.con06bg{ padding:100px 0; background-position:center; background-repeat:no-repeat; background-size:cover;}
.con06{ background:#fff; padding:50px 5%; display: flex;justify-content:space-between;align-items: center;}
.con06_lt{ width:58%;}
.con06_lt img{ display:block; width:100%;}
.con06_rt{ width:38%;}
.con06_rt .box1{ margin-top:1.04vw; margin-bottom:2.08vw;}
.con06_rt .box1 .txt{ font-size:15px; line-height:2em; margin-bottom:1.04vw;}
.con06_rt .box1 .txt p{ padding:0; line-height:inherit !important;}
.con06_rt .box2{}
.con06_rt .box2 ul{ display: flex;justify-content:space-between;/*align-items: center;*/}
.con06_rt .box2 ul li{ width:25%; text-align:center; border-left:1px #ddd dashed;}
.con06_rt .box2 ul li:nth-child(1){ border-left:none;}
.con06_rt .box2 ul li .txt{}
.con06_rt .box2 ul li .txt .h2{ font-size:1.86vw; font-weight:bold;}
.con06_rt .box2 ul li .txt .h2 strong{}
.con06_rt .box2 ul li .txt .h2 span{ display:inline-block; vertical-align:top; text-align:center; font-size:.84vw; width:1.04vw; height:1.04vw; line-height:1.04vw; border-radius:100%; background:var(--primary-color); color:#fff;}
.con06_rt .box2 ul li .txt .h3{ font-size:.78vw; line-height:1.6em;}
@media(max-width:999px){
.tit3 .h2{ font-size:24px; line-height:1em; margin-bottom:0;}
.tit3 .h3{ font-size:24px; line-height:34px; }
.more2 span{ font-size:14px; line-height:30px; width:100px; }
.con06bg{ padding:80px 0; }
.con06{ padding:40px 5%; display:block;}
.con06_lt{ width:100%; margin-bottom:10px;}
.con06_rt{ width:100%;}
.con06_rt .box1{ margin-top:10px; margin-bottom:20px;}
.con06_rt .box1 .txt{ font-size:14px; line-height:2em; margin-bottom:10px;}
.con06_rt .box2 ul{ flex-wrap:wrap;}
.con06_rt .box2 ul li{ width:calc(50% - 1px); margin:10px 0;}
.con06_rt .box2 ul li:nth-child(2n-1){ border-left:none;}
.con06_rt .box2 ul li .txt .h2{ font-size:24px; }
.con06_rt .box2 ul li .txt .h2 span{ font-size:12px; width:16px; height:16px; line-height:16px; }
.con06_rt .box2 ul li .txt .h3{ font-size:14px; line-height:1.6em;}
}


.con07bg{ padding:80px 0; background:#f5f5f5;}
.con07{}
.con07 .list{ margin-top:40px;}
.slideTxtBox_02{}
.slideTxtBox_02 .hd{ margin-bottom:30px; font-size:20px; line-height:24px;}
.slideTxtBox_02 .hd ul{ display: flex;justify-content:center;/*align-items: center;*/}
.slideTxtBox_02 .hd ul li{ cursor:pointer; width:230px; background:#fff; border-radius:50px; overflow:hidden; margin:0 6px;}
.slideTxtBox_02 .hd ul li a{ display:block; text-align:center; display: flex;justify-content:center;align-items: center;}
.slideTxtBox_02 .hd ul li i{ display:inline-block; vertical-align:top; width:30px; height:50px; position:relative; overflow:hidden; margin-right:5px;}
.slideTxtBox_02 .hd ul li i img{ width:30px; position:absolute; top:10px; left:0;}
.slideTxtBox_02 .hd ul li span{ max-width:calc(100% - 35px); height:50px; display: flex;justify-content:center;align-items: center;}
.slideTxtBox_02 .hd ul li.on a{ background:var(--primary-color); color:#fff;}
.slideTxtBox_02 .hd ul li.on i img{ top:-60px;}
.slideTxtBox_02 .bd{}
.con07_list{}
.con07_list ul li{ float:left; width:calc((100% - 60px)/3); margin:0 0 30px 30px;}
.con07_list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.con07_list ul li .nr_box{}
.con07_list ul li .img{ padding-bottom:72%; position:relative; overflow:hidden; border:1px solid #ddd; background:#fff;}
.con07_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;}
.con07_list ul li:hover .img img{ transform:scale(1.1);}
.con07_list ul li .txt{ padding:20px 0 0 5%; position:relative;}
.con07_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:35px; padding-left:100px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con07_list ul li .txt .h3{ font-size:14px; line-height:24px; color:#999; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con07_list ul li .txt .btn{}
.con07_list ul li .txt .btn i{ display:inline-block; width:32px; height:7px; background:url(../images/ico_more1.png) left 2px center no-repeat; transition:all .3s ease;}
.con07_list ul li .txt .btn i:hover{ background-position:left -32px center;}
.con07_list ul li .txt .date{ width:87px; height:46px; padding:40px 0 0 0; font-size:18px; line-height:46px; background:#343434 url(../images/c7_bg1.png) center no-repeat; color:#fff; text-align:center; position:absolute; left:5%; top:0; transform:translateY(-50%); box-sizing:content-box;}
@media(max-width:999px){
.con07bg{ padding:40px 0; }
.con07 .list{ margin-top:20px;}
.slideTxtBox_02 .hd{ margin-bottom:20px; font-size:14px; line-height:18px;}
.slideTxtBox_02 .hd ul li{ width:230px; margin:0 2px;}
.slideTxtBox_02 .hd ul li i{ width:20px; height:40px; margin-right:5px;}
.slideTxtBox_02 .hd ul li i img{ width:20px; top:12px; }
.slideTxtBox_02 .hd ul li span{ max-width:calc(100% - 25px); height:40px; }
.slideTxtBox_02 .hd ul li.on i img{ top:-36px;}
.con07_list ul li{ width:100%; margin:0 0 20px 0;}
.con07_list ul li .txt{ padding:20px 0 0 5%; }
.con07_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:15px; }
.con07_list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px; }
}


.con08bg{ background:#f5f5f5; margin-bottom:-100px;}
.con08{ background:var(--primary-color); color:#fff; border-radius:10px; padding:25px 1.5%; position:relative; z-index:2;}
.con08 .list{}
.con08 .list dl{ display: flex;justify-content:space-between;/*align-items: center;*/}
.con08 .list dl dt{ font-size:20px; line-height:23px;}
.con08 .list dl dt strong{ font-weight:normal; font-family:Impact; margin-left:5px;}
.con08 .list dl dd{ width:calc(100% - 140px); font-size:13px; line-height:23px;}
.con08 .list dl dd a{ color:#fff; margin:0 10px 0 0;}
.con08 .list dl dd a:hover{ text-decoration:underline;}
@media(max-width:999px){
.con08{ padding:20px 5%;}
.con08 .list dl{ display:block;}
.con08 .list dl dt{ font-size:20px; line-height:30px;}
.con08 .list dl dt strong{ margin-left:5px;}
.con08 .list dl dd{ width:100%; font-size:13px; line-height:23px;}
.con08 .list dl dd a{ margin:5px 10px 0 0;}
}




.foot{ padding:100px 0 0 0; background:#06162f url(../images/footbga2.jpg) top center no-repeat; color:#ccc; }
.foot a{ color:#ccc;}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:80px 0 0 0;}
.foot1{display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .lt{ width:21%;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_logo img{ max-width:100%;}
.foot .f_phone{ font-size:26px; line-height:36px; padding-left:35px; background:url(../images/f_phone1.png) left center no-repeat; color:#fff; margin-bottom:15px;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact ul li{ margin-top:5px;}
.foot .f_contact ul li span{ display:inline-block; width:45px;
text-align: justify; text-justify:inter-ideograph;
/**/
text-align: justify;
-moz-text-align-last: justify;
text-align-last: justify;}
.foot1 .ct{ width:54%;}
.foot .f_nav{ font-size:14px; line-height:24px;}
.foot .f_nav>ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.foot .f_nav>ul>li{ border-left:1px solid #292929; padding:0 1.04vw; max-width:150px; box-sizing:content-box;}
.foot .f_nav>ul>li>a{ font-size:16px; position:relative; z-index:1; color:#fff; font-weight:bold;}
.foot .f_nav>ul>li:before{ content:""; width:40px; height:40px; background:url(../images/buttom6.png) center no-repeat; position:absolute; left:-10px; top:50%; transform:translateY(-50%); z-index:-1;}
.foot .f_nav ul li ul{ margin-top:20px;}
.foot .f_nav ul li ul li{ margin-top:5px;}
.foot1 .rt{ width:17%;}
.foot .f_ewmbg{}
.slideTxtBox_03{display: flex; justify-content: space-between; align-items: flex-end; flex-direction:row-reverse;}
.slideTxtBox_03 .hd{ width:38px;}
.slideTxtBox_03 .hd ul li{ cursor:pointer; margin:15px 0 0 0;}
.slideTxtBox_03 .hd ul li i{ display:block; width:38px; height:38px; position:relative; overflow:hidden; border-radius:100%; background:#4c4b4b;}
.slideTxtBox_03 .hd ul li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.slideTxtBox_03 .hd ul li.on i{ background:var(--primary-color);}
.slideTxtBox_03 .bd{ width:calc(100% - 80px); max-width:150px;}
.foot .f_ewm{ text-align:center;}
.foot .f_ewm span{ display:block; font-size:17px; line-height:27px; margin-bottom:15px;}
.foot .f_ewm img{ display:block; margin:0 auto; width:calc(100% - 10px); border:1px solid #2f373d; padding:4px;}
.foot2bg{ padding:40px 0;}
.foot2{ font-size:14px; line-height:24px;display: flex; justify-content: space-between;/* align-items: center;*/}
.foot2 .lt{}
.foot2 .rt{}
@media(max-width:999px){
.foot{ padding:100px 0 0 0; }
.foot1bg{ padding:30px 0 0 0;}
.foot1{display:block;}
.foot1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_phone{ font-size:26px; line-height:36px; padding-left:35px; margin-bottom:15px;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact ul li{ margin-top:5px;}
.foot .f_contact ul li span{ width:45px; }
.foot1 .ct{ display:none;}
.foot1 .rt{ width:100%;}
.slideTxtBox_03 .bd{ width:calc(100% - 50px); max-width:150px;}
.foot .f_ewm span{ font-size:16px; line-height:26px; margin-bottom:10px;}
.foot2bg{ padding:15px 0;}
.foot2{ font-size:12px; line-height:22px;display:block;}
}


@media only screen and (min-width: 999px) {
.ml_mbbot { display: none; }
.ml_sidebar { position: fixed; bottom: 50%; right: 0px; z-index: 99999; }
.ml_sidebar ul li { width: 65px; height: 65px; background-color: var(--primary-color); text-align: center; color: #fff; border-bottom: 1px solid #fff; cursor: pointer; position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.ml_sidebar ul li i { font-size: 30px !important; }
.ml_sidebar ul li span { font-size: 12px !important; }
.ml_sidebar_pos { transition: all ease 0.4s; height: 65px; width: 200px; position: absolute; background-color: var(--primary-color); color: #fff; right: 100%; top: 0; display: flex; align-items: center; flex-direction: column; justify-content: center; transform: rotateX(90deg); border-bottom: 1px solid var(--primary-color); font-size:16px;}
.ml_sidebar_pos_code { width: 150px !important; height: 150px !important; padding: 10px; }
.ml_sidebar_pos_code img { width: 100%; }
.ml_sidebar ul li:hover .ml_sidebar_pos { transform: rotateX(0deg); }
.backtotop { border-bottom: none !important; transition:all .3s ease;/* opacity: 0; visibility: hidden;*/ }
.ml_sidebar_show1 { opacity: 1 !important; visibility: visible !important; }
}
 @media only screen and (max-width: 999px) {
.ml_sidebar { display: none; }
.ml_mbbot { z-index: 99999; position: fixed; bottom: 0; display: flex; justify-content: space-between; left: 0; background-color: var(--primary-color); width: 100%; height: 60px; }
.ml_mbbot li { flex: 1; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #fff; align-items: center; }
.ml_mbbot li i { font-size: 20px !important; color: #fff; }
.ml_mbbot li p { font-size: 16px; color: #fff; }
}



.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) {
.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; color:#999;}
.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:.9;}
.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:.9; 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{ position:relative;}
.inbanner img{ display:block; width:100%; background:#f9f9f9;}
.inbanner .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.inbanner .txt{ }
.inbanner .txt .h2{ font-size:42px; line-height:52px; }
.inbanner .txt .h3{ font-size:16px; line-height:26px; margin-top:15px;}
.inbarbg{ border-bottom:1px solid #e7e7e7;}
.inbar{
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;}
.inner_menu{ font-size:16px; line-height:20px; border:1px solid #eee; box-shadow:4px 9px 30px 0 rgba(170,177,191,.18); margin-bottom:40px;}
.inner_menu>ul{ display: flex; justify-content: space-between;/* align-items: center;*/}
.inner_menu>ul>li{ width:100%;}
.inner_menu ul li a{ display:block; text-align:center; padding:0 5px; height:50px; display:flex;justify-content: center; align-items: center;}
.inner_menu ul li.hover a,.inner_menu ul li a:hover{ background:var(--primary-color); color:#fff;}
.inner_menu ul li ul{ display:none;}
.inbar .goback{}
.inbar .goback a{ color:#999; font-size:20px;}
.inbar .goback a:hover{ color:#333;}
.weizhi{ font-size:16px; line-height:40px; color:#999; padding-left:25px; background:url(../images/ico_home.png) left center no-repeat; border-top:1px solid #eee; border-bottom:1px solid #eee; margin-bottom:40px;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px) {
.inbanner img{ width:100%; min-height:0;}
.inbanner .txt .h2{ font-size:24px; line-height:34px; }
.inbanner .txt .h3{ display:none;}
.inbar{ height:40px;  }
.inner_menu{ border:none; box-shadow:none; margin-bottom:20px;}
.inner_menu>ul{ justify-content: flex-start; flex-wrap:wrap;}
.inner_menu>ul>li{ width:calc(100%/3); box-shadow:4px 9px 30px 0 rgba(170,177,191,.18);}
.inner_menu ul li a{ height:40px; }
.weizhi{ font-size:12px; line-height:40px; padding-left:20px; margin-bottom:20px;}
}

.m11_insidebg{ padding:40px 0 60px 0;min-height: 40vh;}
.m11_inside{}
.m11_inside_lt{ float:left; width:260px;/* margin-top:-160px;*/}
.m1_side_a{ background:#f5f5f5; }
.m1_side_a h2{ font-size:30px; line-height:34px; background:var(--primary-color); color:#fff; padding:30px 10px; text-align:center;}
.m1_side_a h2 strong{ display:block;}
.m1_side_a h2 span{ display:block; font-size:14px; line-height:24px; }
.m1_side_a>ul{ }
.m1_side_a ul li{ border-bottom:1px #dad5d5 dashed;}
.m1_side_a>ul>li{ border-bottom:1px solid #bfbebe; }
.m1_side_a ul li>span{ display:block; position:relative; cursor:pointer;}
.m1_side_a>ul>li>span{ background:#dedede;}
.m1_side_a ul li>span:hover,.m1_side_a ul li.hover>span{ background-color:var(--secondary-color); color:#fff;}
.m1_side_a ul li.menu_down>span i{ width:20px; height:20px; background:url(../images/ico_list1.png) center no-repeat; position:absolute; right:10px; top:18px; }
.m1_side_a>ul>li>span:hover i,.m1_side_a>ul>li.hover>span i{ background-image:url(../images/ico_list1_hover2.png);}
.m1_side_a ul li.menu_down.active>span i{ transform:rotate(90deg);}
.m1_side_a ul li a{ display:block; color:#333; font-size:15px;}
.m1_side_a>ul>li>span a{ font-size:16px; padding:18px 10px 18px 20px;}
.m1_side_a ul li>span:hover a,.m1_side_a ul li.hover>span a{ color:#fff;}
.m1_side_a ul li ul{ display:none;}
.m1_side_a ul li ul li{ }
.m1_side_a ul li ul li span{ position:relative; background:url(../images/ico_ejbg.jpg) left 20px center no-repeat;}
.m1_side_a ul li ul li a{ padding:15px 10px 15px 40px;}

.m1_side_c{background:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); border:1px solid #eee; border-radius:10px;}
.m1_side_c.lfixed{ position:fixed; left:0; bottom:0; background:#f5f5f5; z-index:22; transform:translateX(0); transition:all .3s ease; border-radius:0;}
.m1_side_c.lfixed.hiden{ transform:translateX(-240px);}
.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:12px; line-height:2em; padding:10px 5px; width:20px; background:var(--primary-color); color:#fff; border-radius:0 4px 4px 0; cursor:pointer;}
.inLt_contact_btn .inLt_contact_close{ display:block;}
.inLt_contact_btn .inLt_contact_open{ display:none;}
.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;}
.inLt_contact .h2{ font-size:18px; line-height:20px; padding:15px 0 15px 70px; background:#f5f5f5 url(../images/ico_phone2.png) left 5px center no-repeat; background-size:auto 60px; color:var(--primary-color); position:relative; margin-bottom:15px; border-radius:10px 10px 0 0;}
.m1_side_c.lfixed .inLt_contact .h2{ border-bottom:1px solid #ddd; border-radius:0;}
.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:16px; 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{}
.inLt_contact ul li i{ display:inline-block; text-align:center; width:14px; line-height:24px; font-size:14px; margin-right:5px; color:var(--primary-color);}
.inLt_contact ul li i.fa-mobile{ font-size:20px;}
.m11_inside_rt{ float:right; width:calc(100% - 290px);}

@media(max-width:999px) {
.m11_insidebg{ padding:20px 0 40px 0;}
.m11_inside_lt{ display:none;}
.m1_side_a .h1{ font-size:24px; line-height:28px; padding:20px 10px; }
.m1_side_a .h1 span{ font-size:12px; line-height:16px; }
.m1_side_a ul li span{ padding:10px 10px 10px 20px; }
.m1_side_a ul li a{ font-size:15px;}
.m1_side_a>ul>li>span a{ font-size:16px;}
.m1_side_a ul li ul li span{ padding:5px 10px 5px 40px; }
.m11_inside_rt{ float:right; width:100%;}
}
.side_b{ background:#f5f5f5 url(../images/side_b_bg.jpg) bottom center no-repeat; background-size:100% auto;}
.side_b .txt{ text-align:center; padding:40px 5%;}
.side_b .txt .h2{ font-size:25px; line-height:35px; margin-bottom:10px;}
.side_b .txt .h3{ font-size:15px; line-height:25px; border:1px solid #d2d2d2; padding:10px 1%; margin-bottom:10px;}
.side_b .txt .h4{ font-size:30px; line-height:40px; color:var(--primary-color); font-family:Impact;}
@media(max-width:999px){

.side_b .txt{ padding:20px 5%;}
.side_b .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.side_b .txt .h3{ font-size:15px; line-height:25px; padding:10px 1%; margin-bottom:10px;}
.side_b .txt .h4{ font-size:30px; line-height:40px; }
}

.m11_news1{ }
.m11_news1_lt{ float:left; width:calc(100% - 280px);}
.m11_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){
.m11_news1_lt{ float:left; width:100%; }
.m11_news1_rt{ float:right; width:100%; display:none;}
}




/*地图*/
#allmap{ width:100%; height:500px; background:#f9f9f9; border-radius:10px;}
@media(max-width:999px){
#allmap{ width:100%; height:250px;}
}


/*详情*/
.m11_newsdetail{}
.m11_newsdetail .tit{ border-bottom:1px solid #eee; padding-bottom:10px; text-align:center;}
.m11_newsdetail .tit .h2{ font-size:24px; line-height:34px; }
.m11_newsdetail .tit .h3{ font-size:14px; line-height:24px; color:#999; margin-top:5px;}
.m11_newsdetail .tit .h3 span{ display:inline-block; margin:0 20px 0 0;}
.m11_newsdetail .tit .h3 span img{ vertical-align:sub; height:16px;}
.m11_newsdetail .list1{ padding:40px 0; }
@media(max-width:999px){
.m11_newsdetail .tit .h2{ font-size:18px; line-height:28px; }
.m11_newsdetail .tit .h3{ font-size:12px; line-height:22px; margin-top:5px;}
.m11_newsdetail .tit .h3 span{ margin:0 10px 0 0;}
.m11_newsdetail .list1{ padding:20px 0; margin:20px 0 0 0;}
}


/*上一个下一个*/
.prev_next{ font-size:14px; line-height:34px; padding:15px 0; border-top:1px solid #eee; display:flex;justify-content: space-between; align-items: center;}
.prev_next a{ display:block; margin:5px 0; max-width:40%; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.prev_next{ font-size:12px; line-height:22px; padding:15px 0; display:block;}
.prev_next a{ margin:5px 0; max-width:100%; }
}


/*.proDetail*/
.m11_proDetail{}
.m11_proDetail .list1{ margin-bottom:2.08vw;}
.m11_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;}
.m1_galleryTop { border:1px solid #eee; margin-bottom:10px;}
.m1_galleryTop .img{ position:relative; padding-bottom:64%; position:relative;}
.m1_galleryTop .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.m1_galleryThumbs { position:relative; padding:0 30px;}
.m1_galleryThumbs .swiper-slide { }
.m1_galleryThumbs .swiper-slide .img{ position:relative; padding-bottom:64%; position:relative; border:1px solid #eee; cursor:pointer;}
.m1_galleryThumbs .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; object-fit:contain;}
.m1_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img{ border-color:var(--primary-color);}
.m1_galleryThumbs .swiper-button-prev,.m1_galleryThumbs .swiper-button-next{ width:20px; height:100%; margin-top:0; background-size:100% auto; top:0;}
.m1_galleryThumbs .swiper-button-prev{ left:0;}
.m1_galleryThumbs .swiper-button-next{ right:0;}
.m11_proDetail .list1 .rt{ float:right; width:56%;}
.m11_proDetail .list1 .rt .nr_box{}
.m11_proDetail .list1 .rt .h2{ font-size:30px; line-height:1.3; margin-bottom:10px; }
.m11_proDetail .list1 .rt .h3{ font-size:24px; line-height:1.3; margin-bottom:20px; }
.m11_proDetail .list1 .rt .h4{ font-size:16px; line-height:1.5; margin-bottom:40px;}
.m11_proDetail .phone{ font-size:1.04vw; line-height:1em; margin-bottom:1.6em; color:var(--primary-color); padding:0 0 0 5.2vw; position:relative;}
.m11_proDetail .phone i{ text-align:center; width:4.16vw; line-height:5.2vw; font-size:4.16vw; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.m11_proDetail .phone span{ display:block; margin-bottom:.52vw;}
.m11_proDetail .phone strong{ display:block; font-size:1.66vw; line-height:1em;}
.m11_prevnext2{ font-size:16px; line-height:2.5; margin-top:30px;}
.m11_prevnext2 ul li{ float:left;}
.m11_prevnext2 ul li:nth-child(2n){ float:right;}
.m11_prevnext2 ul li a{ display:block;  border:1px solid #eee;/* border-radius:40px;*/ padding:0 20px; min-width:150px; text-align:center; background:#f5f5f5; box-sizing:border-box;}
.m11_prevnext2 ul li a:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.m11_proDetail .list2{ border:1px solid #eee; margin-bottom:2.08vw;}
.m11_proDetail .list2 .hd{font-size:15px; line-height:40px; border-bottom:1px solid #eee;}
.m11_proDetail .list2 .hd ul li{ display:inline-block; vertical-align:top; }
.m11_proDetail .list2 .hd ul li a{ display:block; padding:0 10px; min-width:100px; text-align:center; border-right:1px solid #eee; border-bottom:none;}
.m11_proDetail .list2 .hd ul li.on a{ color:#fff; background:var(--primary-color);}
.m11_proDetail .list2 .xiangqing{ padding:20px;}
.m11_proDetail .list2 .xiangqing img{ max-width:100%;}
.m11_pro_related{ border:1px solid #eee;}
.m11_pro_related>.h2{font-size:16px; line-height:40px; border-bottom:1px solid var(--primary-color);}
.m11_pro_related>.h2 span{ display:inline-block; vertical-align:top; padding:0 10px; /*min-width:100px; text-align:center; color:#fff; background:var(--primary-color);*/}
.m11_pro_related .index_product1{ padding:20px 20px 0 20px; background:#fafafa;}
@media(max-width:999px){
.m11_proDetail .list1{ margin-bottom:30px;}
.m11_proDetail .list1 .lt{ float:left; width:100%; margin-bottom:20px;}
.m11_proDetail .list1 .rt{ float:right; width:100%;}
.m11_proDetail .list1 .rt .h2{ font-size:18px; margin-bottom:0; }
.m11_proDetail .list1 .rt .h3{ font-size:16px; margin-bottom:10px; }
.m11_proDetail .list1 .rt .h4{ font-size:14px; margin-bottom:20px;}
.m11_proDetail .phone{ font-size:14px; line-height:1em; margin-bottom:1.6em; padding:15px 20px 15px 60px; }
.m11_proDetail .phone i{ width:60px; line-height:60px; font-size:40px; }
.m11_proDetail .phone span{ margin-bottom:5px;}
.m11_proDetail .phone strong{ font-size:18px; line-height:1em;}
.m11_proDetail .list2{ margin-bottom:30px;}
.m11_proDetail .list2 .hd ul li a{ min-width:60px;}
.m11_prevnext2{ margin-bottom:30px;}
}


/*搜索*/
.search_form{ background:#f9f9f9; padding:1.56vw; margin-bottom:2.08vw; border-radius:10px;}
.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; }
}



.aboutus1bg{ padding:25px 0 40px 0;}
.aboutus1{}
.aboutus1 .list1{ box-shadow:0px 3px 15px #eaeaea; border-radius:10px; padding:10px 5%; text-align:center; margin-bottom:40px;}
.aboutus1 .list1 .h2{ font-size:25px; line-height:35px; margin-bottom:5px;}
.aboutus1 .list1 .h2 strong{ font-weight:normal;}
.aboutus1 .list1 .h3{ font-size:17px; line-height:27px; color:#999;}
.aboutus1 .list2{ box-shadow:0px 3px 15px #eaeaea; border-radius:10px; overflow:hidden;display: flex; justify-content: space-between; align-items:center;}
.aboutus1 .list2 .img{ width:46%;}
.aboutus1 .list2 .img img{ display:block; width:100%;}
.aboutus1 .list2 .txtbg{ width:54%;}
.aboutus1 .list2 .txt{ padding:0 5%;}
.aboutus1 .list2 .txt .h2{ font-size:28px; line-height:38px; color:var(--primary-color); text-align:center; margin-bottom:25px;}
.aboutus1 .list2 .txt .h3{ font-size:15px; line-height:25px; max-height:18.75vw; overflow-y:auto;}
.aboutus1 .list2 .txt .h3 p{ padding:0; line-height:inherit !important;}
@media(max-width:999px){
.aboutus1bg{ padding:25px 0 40px 0;}
.aboutus1 .list1{ padding:10px 5%; margin-bottom:20px;}
.aboutus1 .list1 .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus1 .list1 .h3{ font-size:14px; line-height:24px; }
.aboutus1 .list2{ display:block;}
.aboutus1 .list2 .img{ width:100%;}
.aboutus1 .list2 .txtbg{ width:100%;}
.aboutus1 .list2 .txt{ padding:20px 5%;}
.aboutus1 .list2 .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.aboutus1 .list2 .txt .h3{ font-size:14px; line-height:24px; max-height:200px; overflow-y:auto;}
}

.aboutus2bg{ padding:80px 0; background:#f5f5f5;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px;}
.scroll_01{}
.scroll_01 .bd{}
.scroll_01 .bd ul li{ float:left; width:25%;}
.scroll_01 .bd ul li .nr_box{ margin:0 10px;}
.scroll_01 .bd ul li .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.scroll_01 .bd 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;}
.scroll_01 .bd ul li:hover .img img{ transform:scale(1.1);}
.scroll_01 .bd ul li .txt{ background:#ececec; text-align:center; padding:0 5%; height:36px; }
.scroll_01 .bd ul li .txt .h2{ font-size:16px; line-height:36px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0; }
.aboutus2 .list{ margin-top:20px;}
.scroll_01 .bd ul li{ width:50%;}
.scroll_01 .bd ul li .nr_box{ margin:0 5px;}
.scroll_01 .bd ul li .txt{ height:34px; }
.scroll_01 .bd ul li .txt .h2{ font-size:14px; line-height:34px; }
}



.m12_contact1{ margin-bottom:40px; margin-top:20px;}
.m12_contact1 .list{ margin-top:30px;}
.m12_contact1 .list ul{
display: flex;
justify-content: flex-start;
/*align-items: center;*/}
.m12_contact1 .list ul li{ width:32%; margin:0 0 30px 2%; text-align:center; border-radius:20px; box-shadow:0 0 10px rgba(0,0,0,.1);}
.m12_contact1 .list ul li:nth-child(3n-2){ margin-left:0;}
.m12_contact1 .list ul li .txt{ padding:1.56vw 5% 1.04vw 5%;}
.m12_contact1 .list ul li .txt i{ color:var(--primary-color); font-size:40px; margin-bottom:1.04vw;}
.m12_contact1 .list ul li .txt strong{ display:block; font-size:16px; line-height:1.5em; height:1.5em; color:var(--primary-color); margin-bottom:5px;}
.m12_contact1 .list ul li .txt span{ display:block; font-size:16px; line-height:1.5em; height:3em;}
.m12_contact1 .list2{ margin-top:30px;}
.m12_contact1 .list2 img,.m12_contact1 .list2 iframe{ width:100%;}
.m12_contact2{ overflow:hidden;}
.m12_contact2 .list{ margin-top:20px;}
.m12_contact2 .list ul{}
.m12_contact2 .message2{}
.m12_contact2 form{}
.m12_contact2 form 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-end;
align-items: flex-end;
flex-wrap:wrap;}
.m12_contact2 form ul li{ width:48%; margin:0 0 1.04vw 4%;}
.m12_contact2 form ul li.li1{ width:100%; margin-left:0;}
.m12_contact2 form ul li.li2{ width:100%; margin-left:0; text-align:center;}
.m12_contact2 form ul li:nth-child(1),.m12_contact2 form ul li:nth-child(3),.m12_contact2 form ul li:nth-child(6){ margin-left:0;}
.m12_contact2 form .h3{ font-size:14px; line-height:1.5em;}
.m12_contact2 form .h3 font{ color:#f00;}
.m12_contact2 form .input_text{ border:1px solid #f1f1f1; background:#fff; height:40px; line-height:38px; padding:0 10px; width:100%; box-sizing:border-box;}
.m12_contact2 form textarea{ border:1px solid #f1f1f1; background:#fff; height:100px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; }
.m12_contact2 form .yzm{ height:40px;}
.m12_contact2 form .yzm img{ width:95px; height:40px; float:right;}
.m12_contact2 form .input_text1{ border:1px solid #f1f1f1; background:#fff; height:40px; line-height:38px; padding:0 10px; width:calc(100% - 105px); box-sizing:border-box; float:left;  }
.m12_contact2 form #sendcode2{ border:1px solid #fff; background:var(--primary-color); color:#fff; height:40px; line-height:38px; width:120px; cursor:pointer; transition:all .3s ease; float:right; }
.m12_contact2 form #sendcode2:hover{ background:var(--third-color); color:#fff;}
.m12_contact2 form #sendcode2[disabled]{ background:#999;}
.m12_contact2 form .input_button{ border:1px solid #fff; background:var(--primary-color); color:#fff; height:40px; line-height:38px; width:50%; max-width:200px; cursor:pointer; transition:all .3s ease; position:relative; overflow:hidden; font-size:16px; margin-top:20px;}
.m12_contact2 form .input_button:hover{ background:var(--third-color); color:#fff;}
.m12_contact2 form .input_button span{ display:block; position:relative; z-index:2;}
@media(max-width:999px){
.m12_contact1 .list ul{ display:block;}
.m12_contact1 .list ul li{ width:100%; margin:0 0 20px 0;}
.m12_contact1 .list ul li .txt{ padding:15px 5% 20px 5%;}
.m12_contact1 .list ul li .txt i{ font-size:40px; margin-bottom:10px;}
.m12_contact1 .list ul li .txt strong{ font-size:16px; line-height:1.5em; height:auto; margin-bottom:5px;}
.m12_contact1 .list ul li .txt span{ font-size:16px; line-height:1.5em; height:auto;}

.m12_contact2 form ul{ display:block;}
.m12_contact2 form ul li{ width:100%; margin:0 0 10px 0;}
.m12_contact2 form ul li.li2{ text-align:center;}
.m12_contact2 form .h3{ font-size:14px; line-height:1.8em;}

.m12_contact2 form .input_button{ height:40px; line-height:38px; width:100%; max-width:100%; font-size:14px; margin-top:10px;}
}




/*Add------------------------------------------------------------------------------*/

/*<!--弹窗2-->*/
.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 }*/
/*提示框升级-------------------------------------开始*/
/* 居中消息弹框样式 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 10000;
    padding-top: 20%;
}

.modal-box {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    padding: 0;
    max-width: 400px;
    width: 90%;
    animation: modalSlideIn 0.4s ease-out;
    transform-origin: center;
    position: relative;
    overflow: hidden;
}

.modal-box.compact {
    max-width: 360px;
}

.modal-header {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-header.compact {
    padding: 14px 20px;
}

.modal-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.modal-title {
    font-weight: 600;
    font-size: 18px;
    flex: 1;
}

.modal-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #666;
}

.modal-close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}

.modal-content {
    padding: 0 20px 16px 56px;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}

.modal-progress {
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    transform-origin: left;
    /* 默认动画，会被JavaScript覆盖 */
    animation: progressDefault 5s linear forwards;
}

/* 不同类型样式 */
.modal-box.success .modal-title {
    color: #2e7d32;
}

.modal-box.success .modal-icon {
    color: #4caf50;
}

.modal-box.success .modal-progress {
    background: linear-gradient(90deg, #4caf50, #81c784);
}

.modal-box.error .modal-title {
    color: #c62828;
}

.modal-box.error .modal-icon {
    color: #f44336;
}

.modal-box.error .modal-progress {
    background: linear-gradient(90deg, #f44336, #e57373);
}

.modal-box.info .modal-title {
    color: #1565c0;
}

.modal-box.info .modal-icon {
    color: #2196f3;
}

.modal-box.info .modal-progress {
    background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.modal-box.warning .modal-title {
    color: #f57f17;
}

.modal-box.warning .modal-icon {
    color: #ff9800;
}

.modal-box.warning .modal-progress {
    background: linear-gradient(90deg, #ff9800, #ffb74d);
}

/* 动画效果 */
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modalSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
}

/* 默认进度条动画 */
@keyframes progressDefault {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

.modal-box.hiding {
    animation: modalSlideOut 0.3s ease-in forwards;
}

@media (max-width: 768px) {
    .modal-overlay {
        padding-top: 15%;
    }

    .modal-box {
        width: 95%;
        max-width: 350px;
    }

    .modal-box.compact {
        max-width: 280px;
    }

    .button-group {
        grid-template-columns: 1fr;
    }
}
/*提示框升级-------------------------------------结束*/

/*联系弹窗*/
.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; }
}


/*留言咨询1*/
.tc_message_open1{ cursor:pointer; width:60px; height:60px;/* padding:10px;*/ margin-top:-40px; border-radius:100%; box-shadow:0 0 5px rgba(0,0,0,.1); background:var(--primary-color) url(../images/ico_zxly1.png) center no-repeat; background-size:40px auto; color:#fff; font-size:0; line-height:20px; text-align:center; position:fixed; z-index:44; left:0; top:50%;animation: btnAnimation 1s linear infinite 0s forwards; display:none !important;}
.tc_message_box{ width:100%; height:100%; background:rgba(0,0,0,.5); position:fixed; z-index:99; top:0; left:0; display:none;}
.tc_message_close1{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;}
.tc_message_bg{ width:90%; max-width:500px;background:#fff; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.tc_message_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; cursor:pointer; position:absolute; top:10px; right:10px; transition:all .3s ease;}
.tc_message_close2:hover{ transform:rotate(180deg);}
.tc_message{ 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: center;
align-items: center;}
.tc_message_lt{ width:180px; font-size:16px; line-height:26px;}
.tc_message_lt ul{}
.tc_message_lt ul li{}
.tc_message_lt ul li i{ font-size:20px; width:16px; text-align:center; margin-right:5px;}
.tc_message_lt ul li i.fa-mobile{ font-size:24px;}
.tc_message_lt ul li i.fa-envelope{ font-size:16px;}
.tc_message_lt ul li .ewm{ width:150px; margin-top:5px;}
.tc_message_lt ul li .ewm img{ display:block; margin:0 auto; width:100px; height:100px; margin-bottom:5px;}
.tc_message_lt ul li .ewm span{ display:block; background:#fff; color:var(--primary-color); font-size:12px; line-height:22px; text-align:center;}
.tc_message_rt{ width:100%; }
.tc_message .h2{ font-size:22px; line-height:32px; font-weight:bold; text-align:center; margin-bottom:20px;}
.tc_message .message{}
.tc_message .message form{}
.tc_message .message ul li{ margin-top:20px;}
.tc_message .message .input_text{border: 1px solid #ccc; background: #fff; height: 40px; line-height: 38px; padding: 0 10px; width: calc(100% - 22px); border-radius: 4px; box-sizing:border-box;}
.tc_message .message textarea{border: 1px solid #ccc; background: #fff; height: 80px; line-height: 24px; padding: 10px 10px; width: calc(100% - 22px); border-radius: 4px; box-sizing:border-box;}
.tc_message .message .input_button{border: 1px solid var(--primary-color); background: var(--primary-color); color:#fff; height: 40px; line-height: 38px; width: 140px; border-radius: 4px; cursor: pointer; display: block; margin: 0 auto; font-size: 16px; box-sizing:border-box;}
.tc_message .message .input_button:hover{ opacity:.9;}
.tc_message .h3{ font-size:12px; line-height:24px; text-align:center;}
.tc_message .h3 span{ font-size:16px; color:var(--primary-color);}
@media(max-width:999px){
.tc_message{ padding:30px; display:block;}
.tc_message_lt{ width:100%; font-size:14px;}
.tc_message_lt ul{ position:relative;}
.tc_message_lt ul li{ margin-top:8px;}
.tc_message_lt ul li:last-child{ position:absolute; top:0; right:10px; margin-top:0;}
.tc_message_lt ul li .ewm{ width:90px; margin-top:0;}
.tc_message_lt ul li .ewm img{ width:90px; height:90px; margin-bottom:0;}
.tc_message_lt ul li .ewm span{ display:none; }
.tc_message_rt{ width:100%; padding:20px 0 0 0;}
}
@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);}
}


/*询盘*/
.pinquiry1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.pinquiry1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.pinquiry1_bg{ width:600px; height:700px; position:absolute; bottom:0; right:0; z-index:2;}
.pinquiry1_close2{ width:53px; height:53px; background:url(../images/chahao2.png) center no-repeat; cursor:pointer; position:absolute; top:0; right:0; z-index:1; opacity:.9; transition:all .3s ease;}
.pinquiry1_close2:hover{ opacity:1; transform:rotate(180deg)}
.pinquiry1{ background:#fff; height:600px; padding:60px 30px 40px 30px; transform:scale(0) translate(100%,100%); transition:all .5s ease; z-index:2; transform-origin:bottom right;}
.pinquiry1.fadeInRight2{ transform:scale(1) translate(0,0);}
.pinquiry1 .h2{ font-size:var(--font20);}
.pinquiry1 .tips1{ font-size:12px; line-height:22px; color:#999;}
.pinquiry1 .h2 .tips1{ display:inline-block; margin-left:10px;}
.pinquiry1 font{ color:var(--red);}
.pinquiry1_con{ font-size:var(--font16); line-height:32px; margin-top:35px;}
.pinquiry1_con dl{ padding-left:120px; position:relative; margin-top:20px;}
.pinquiry1_con dl dt{ position:absolute; left:0; top:0; color:#999;}
.pinquiry1_con dl dd{ min-height:32px;}
.pinquiry1_con .input_text{ border:1px solid #eee; background:#fff; border-radius:4px; height:30px; line-height:30px; padding:0 10px; width:calc(100% - 22px); max-width:300px;}
.pinquiry1_con textarea{ border:1px solid #eee; background:#fff; border-radius:4px; height:100px; line-height:30px; padding:0 10px; width:calc(100% - 22px);}
.pinquiry1_con .input_button{ display:block; width:100px; line-height:32px; border-radius:4px; background:var(--primary-color); color:#fff;}
.pinquiry1_con .input_button:hover{ opacity:.9;}
.pinquiry1_con .yzm{}
.pinquiry1_con .yzm .input_text{ float:left;}
.pinquiry1_con .yzm #sendcode{ float:right; border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:32px; line-height:30px; border-radius:4px; width:calc(100% - 332px);}
.pinquiry1_con .yzm img{ float:left; height:32px; margin-left:10px;}
.pinquiry1_con #proName{ max-height:84px; overflow-y:auto;}
.pinquiry1_con #proName span{ display:inline-block; vertical-align:top; border:1px solid #eee; background:#fff; border-radius:4px; height:30px; line-height:30px; padding:0 32px 0 10px; position:relative; margin:0 10px 10px 0; overflow:hidden;}
.pinquiry1_con #proName span i{ width:12px; height:12px; line-height:10px; text-align:center; font-size:12px; font-style:normal; border:1px solid #f5f5f5; color:#999; cursor:pointer; position:absolute; top:9px; right:9px;}
.pinquiry1_con #proName span i:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.pinquiry1_bg{ width:100%; height:100%;}
.pinquiry1_close2{ width:40px; height:40px;/* background-size:contain;*/}
.pinquiry1{ height:calc(100% - 80px); padding:40px 20px; }
.pinquiry1_con dl{ padding-left:80px;}
.pinquiry1_con .input_text{ max-width:100%;}
.pinquiry1_con .yzm .input_text{ width:calc(100% - 112px);}
.pinquiry1_con .yzm #sendcode{ width:80px;}
}


.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;}
}


/*筛选*/
.screen_btn{ position:fixed; top:100px; right:calc(15% - 40px); z-index:11; display:none;}
.screen_btn a{display: block; width: 40px; height: 40px; background-color:var(--secondary-color); background-position: center; background-repeat: no-repeat; background-size: 20px auto; background-image:url(../images/ico_screen.png);}
.screen_close{ font-size:0; width:40px; height:40px; cursor:pointer; border-radius:100%; background:url(../images/ico_btn1.png) center no-repeat; background-size:contain; position:absolute; top:0; right:calc(15% - 40px); z-index:2; display:none;}
.screen{}
.screen_box{ width:100%; font-size:14px; line-height:28px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); border-radius:4px; margin-bottom:30px; position:relative; z-index:22;}
.screen_box>ul{ position:relative; padding:5px 15px 0 15px;}
.screen_box>ul>li{ position:relative; padding:15px 0 5px 70px; position:relative; border-top:1px solid #eee;}
.screen_box>ul>li:first-child{ border-top:none;}
.screen_box>ul>li:nth-child(n+3){ display:none;}
.screen_box.active>ul>li:nth-child(n+3){ display:block;}
.screen_box>ul>li>span{ display:block; font-size:16px; line-height:30px; position:absolute; left:0; top:15px;}
.screen_box>ul>li .boxbg{/* height:35px;*/ overflow:hidden; position:relative;/* padding-right:30px;*/ }
.screen_box>ul>li .boxbg.active{/* height:auto;*/}
.screen_box .box_btn{ display:none; padding-bottom:15px;}
.screen_box .box_btn i{ display:block; margin:0 auto; width:30px; height:30px; background:url(../images/ico_down1.png) center no-repeat; cursor:pointer;}
.screen_box .box_btn i.i1{}
.screen_box .box_btn i.i2{ background-image:url(../images/ico_list2.png); display:none;}
.screen_box.active .box_btn i.i1{ display:none;}
.screen_box.active .box_btn i.i2{ display:block;}
.screen_box>ul>li .box{ }
.screen_box>ul>li a{ display:inline-block; padding:0 15px; color:#999; border:1px solid #f5f5f5; margin:0 10px 10px 0; border-radius:4px;}
.screen_box>ul>li a:hover{ color:var(--primary-color); border-color:var(--primary-color);}
.screen_box>ul>li a.hover{ color:#fff; border-color:var(--primary-color); background:var(--primary-color);}
.screen.tfixed .screen_box{ position:fixed; top:100px; left:0; z-index:33; transform:translateY(-100%); transition:all .3s ease; opacity:0; visibility:hidden;}
.screen.tfixed.shown .screen_box{ transform:translateY(0); opacity:1; visibility:visible;}
.screen.tfixed.hiden .screen_box{ transform:translateY(-100%); opacity:0; visibility:hidden;}
.screen.tfixed .screen_box>ul{ width:70%; margin:0 auto; }
.screen.tfixed .screen_btn{ display:block;}
.screen.tfixed .screen_close{ display:block;}
/*.screen.active{ position:fixed; left:0; top:0; padding:0;}
.screen.active>ul{ width:70%; margin:0 auto;
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;}
.screen.active>ul>li{ width:100%; position:static; padding:0; border:none; cursor:pointer; text-align:center; }
.screen.active>ul>li>span{ position:relative; left:auto; top:auto; line-height:60px; display:inline-block;}
.screen.active>ul>li>span:after{ content:""; width:20px; height:100%; background:url(../images/ico_down1.png) center no-repeat; position:absolute; top:0; left:100%;}
.screen.active>ul>li:hover>span:after{ background-image:url(../images/ico_up1.png);}
.screen.active>ul>li .boxbg{ width:100%; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:0; display:none;}
.screen.active>ul>li:hover .boxbg{ display:block;}
.screen.active>ul>li .box{ width:70%; margin:0 auto; padding:20px 0;}*/
@media(max-width:1699px){
.screen_btn{ right:calc(10% - 40px)}
.screen_close{ right:calc(10% - 40px)}
.screen.tfixed .screen_box>ul{ width:80%;}
/*.screen.active>ul{ width:80%;}
.screen.active>ul>li .box{ width:80%; }*/
}
@media(max-width:1279px){
.screen_btn{ right:calc(5% - 40px)}
.screen_close{ right:calc(5% - 40px)}
}
@media(max-width:999px){
.screen_box{ font-size:12px; line-height:24px;/* margin-top:35px;*/ display:none;}
.screen.tfixed .screen_box{ top:60px; display:block;}
.screen_btn{ right:0}
.screen_close{ right:0;}
.screen_box>ul{ max-height:calc(100vh - 120px); overflow-y:auto;}
.screen_box>ul>li{/* margin-bottom:15px;*/ padding-bottom:10px; padding-left:60px;}
.screen_box>ul>li>span{ font-size:12px; line-height:24px;}
.screen_box>ul>li a{ padding:0 5px; margin:0 5px 5px 0;}
.screen.tfixed .screen_box>ul{ width:90%;}
/*.screen.active>ul{ width:90%;}
.screen.active>ul>li .box{ width:90%; }*/
}







/*pro1*/
.index_product1{ }
.index_product1 ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.index_product1 ul li{ width:23.5%; margin:0 0 2% 2%; text-align:center; background:#fff;}
.index_product1 ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.index_product1 ul li .nr_box{ }
.index_product1 ul li .img{ padding-bottom:64%; position:relative; overflow:hidden; }
.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{}
.index_product1 ul li .txt{ padding:15px 5%; color:#666;}
.index_product1 ul li .txt .h2{ font-size:16px; line-height:1.5; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.index_product1 ul li:hover .txt .h2{ color:var(--primary-color);}
.index_product1 ul li .txt .h3{ display:none;}
@media(max-width:999px){
.index_product1 ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.index_product1 ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.index_product1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.index_product1 ul li .txt{ padding:10px 5%; }
.index_product1 ul li .txt .h2{ font-size:14px; line-height:1.5em; height:1.5em; }
}

/*news1*/
.index_news1{ padding:40px 0; background:#f2f2f2;}
.index_news1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 0 20px 20px; background:#fff;}
.index_news1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.index_news1 ul li .nr_box{ border:1px solid #f2f2f2;
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;}
.index_news1 ul li .imgbg{ width:25%;}
.index_news1 ul li .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.index_news1 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_news1 ul li:hover .img img{ transform:scale(1.1);}
.index_news1 ul li .txtbg{ width:75%;}
.index_news1 ul li .txt{ padding:20px 20px; color:#666;}
.index_news1 ul li .txt .h2{ font-size:.94vw; line-height:1.5em; height:1.5em; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.index_news1 ul li:hover .txt .h2{ color:var(--primary-color);}
.index_news1 ul li .txt .h3{ font-size:.72vw; line-height:1.5em; height:3em; margin:10px 0 0 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.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 0 0 20px; border-bottom:1px solid #ccc; padding:20px 0;}
.index_news2 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.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:hover .txt .h2 a{ color:var(--primary-color);}
.index_news2 ul li .txt .h2 span{ float:right; color:#999;}
@media(max-width:999px){
.index_news2 ul li{ float:left; width:100%; margin:0; }
}


/*news3*/
.index_news3{ padding:40px 0;}
.index_news3 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 0 20px 20px; }
.index_news3 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.index_news3 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: flex-start;
align-items: flex-start;}
.index_news3 ul li .date{ 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{ width:calc(100% - 100px); color:#666;}
.index_news3 ul li .txt .h2{ font-size:.94vw; line-height:1.5em; height:1.5em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.index_news3 ul li .txt .h2 a{ color:#333;}
.index_news3 ul li:hover .txt .h2 a{ color:var(--primary-color);}
.index_news3 ul li .txt .h3{ font-size:.72vw; line-height:1.5em; height:3em; margin:5px 0 0 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.index_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}




/*inner_news1*/
.inside_news1{ }
.inside_news1 ul li{ padding:20px 0; border-bottom:1px solid #eee;}
.inside_news1 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;}
.inside_news1 ul li .imgbg{ width:25%;}
.inside_news1 ul li .img{ position:relative; padding-bottom:70%; overflow:hidden; border-radius:10px;}
.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; background:#f9f9f9;}
.inside_news1 ul li:hover .img img{ transform:scale(1.1);}
.inside_news1 ul li .txtbg{ width:75%;}
.inside_news1 ul li .txt{ padding-left:5%; color:#666;}
.inside_news1 ul li .txt .h2{ font-size:18px; line-height:1.5em; color:#333; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inside_news1 ul li:hover .txt .h2{ color:var(--primary-color);}
.inside_news1 ul li .txt .h3{ font-size:14px; line-height:1.5em; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inside_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#999; padding-left:24px; position:relative; }
.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 .txt .h2{ font-size:14px; line-height:1.5em; height:auto;-webkit-line-clamp: 2; margin-bottom:5px;}
.inside_news1 ul li .txt .h3{ display:none;}
}



/*inner_news2*/
.inside_news2{ }
.inside_news2 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 0 0 20px; border-bottom:1px solid #ccc; padding:20px 0;}
.inside_news2 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.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:hover .txt .h2 a{ color:var(--primary-color);}
.inside_news2 ul li .txt .h2 span{ float:right; color:#999;}
@media(max-width:999px){
.inside_news2 ul li{ float:left; width:100%; margin:0; }
}


/*inner_news3*/
.inside_news3{ }
.inside_news3 ul li{ padding:20px 0; border-bottom:1px dashed #e5e5e5; display: flex; justify-content: space-between; align-items:center;}
.inside_news3 ul li .date{ width:85px; height:85px; background:#f2f2f2; color:#666; text-align:center; margin-right:15px;}
.inside_news3 ul li .date strong{ display:block; font-size:24px; line-height:24px; padding:20px 0 5px 0;}
.inside_news3 ul li .date span{ display:block; font-size:14px; line-height:14px;}
.inside_news3 ul li .txt{ flex:1; color:#666;}
.inside_news3 ul li .txt .h2{ font-size:18px; line-height:1.5em; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inside_news3 ul li .txt .h2 a{ color:#333;}
.inside_news3 ul li:hover .txt .h2 a{ color:var(--primary-color);}
.inside_news3 ul li .txt .h3{ font-size:14px; line-height:1.5em; margin:10px 0 0 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.inside_news3 ul li .date{ width:80px; height:80px;  margin-right:10px;}
.inside_news3 ul li .date strong{ font-size:24px; line-height:24px; padding:15px 0 5px 0;}
.inside_news3 ul li .date span{ font-size:14px; line-height:14px;}
}

/*inpic1*/
.inside_picList1{ }
.inside_picList1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px; text-align:center; background:#f0f0f0; border-radius:10px; overflow:hidden;}
.inside_picList1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.inside_picList1 ul li .nr_box{ }
.inside_picList1 ul li .img{ padding-bottom:64%; position:relative; overflow:hidden;}
.inside_picList1 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; background:#f9f9f9;}
.inside_picList1 ul li:hover .img img{ transform:scale(1.1);}
.inside_picList1 ul li .txtbg{ position:relative;}
.inside_picList1 ul li .txtbg:before{ content:""; width:100%; height:100%; background:var(--primary-color); position:absolute; left:0; top:0; transition:transform .38s cubic-bezier(.4,0,.2,1); transform:scaleY(0); transform-origin:50% 100% 0;}
.inside_picList1 ul li:hover .txtbg:before{ transform:scaleY(1); transform-origin:50% 0 0;}
.inside_picList1 ul li .txt{ padding:15px 5%; color:#666; position:relative; z-index:2;}
.inside_picList1 ul li .txt .h2{ font-size:14px; line-height:1.5em; height:1.5em; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inside_picList1 ul li:hover .txt .h2{ color:#fff;}
.inside_picList1 ul li .txt .h3{ display:none;}
@media(max-width:999px){
.inside_picList1 ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.inside_picList1 ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.inside_picList1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.inside_picList1 ul li .txt{ padding:15px 5%; }
.inside_picList1 ul li .txt .h2{ font-size:14px; line-height:1.6em; height:1.6em; }
}

/*inphoto1*/
.inside_photo1{  }
.inside_photo1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 0 20px 20px; text-align:center; }
.inside_photo1 ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.inside_photo1 ul li .nr_box{ border:1px solid #f2f2f2; border-radius:10px; overflow:hidden; padding:10px;}
.inside_photo1 ul li .imgbg{ position:relative; border-radius:10px; overflow:hidden;}
.inside_photo1 ul li .img{ padding-bottom:100%; position:relative; z-index:1;}
.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; transition:all .3s ease; background:#f9f9f9;}
.inside_photo1 ul li:hover .img img{ transform:scale(1.1);}
.inside_photo1 ul li .imgbg: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_photo1 ul li:hover .imgbg:before{ opacity:1; visibility:visible;}
.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%); z-index:3; opacity:0; visibility:hidden; transition:all .3s ease;}
.inside_photo1 ul li:hover i{ opacity:1; visibility:visible;}
.inside_photo1 ul li .txtbg{  }
.inside_photo1 ul li .txt{ margin-top:10px; padding:0 5%; color:#666;}
.inside_photo1 ul li .txt .h2{ font-size:14px; line-height:1.5em; height:1.5em; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inside_photo1 ul li:hover .txt .h2{ color:var(--primary-color);}
.inside_photo1 ul li .txt .h3{ display:none;}
@media(max-width:999px){
.inside_photo1 ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.inside_photo1 ul li:nth-child(4n-3){ margin-left:10px; clear:none;}
.inside_photo1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
}


/*inside_download1*/
.inside_download1{ }
.inside_download1 ul li{ border-bottom:1px dashed #ccc; padding:20px 0;
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;}
.inside_download1 ul li:nth-child(1){ padding-top:0;}
.inside_download1 ul li>i{ text-align:center; line-height:40px; font-size:40px; width:40px; text-align:center; color:var(--primary-color);}
.inside_download1 ul li .txt{ width:calc(100% - 200px); position:relative;}
.inside_download1 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden; }
.inside_download1 ul li .txt .h2 a{ color:#333;}
.inside_download1 ul li:hover .txt .h2 a{ color:var(--primary-color);}
.inside_download1 ul li .txt .h3{ font-size:14px; line-height:24px;}
.inside_download1 ul li .txt .h3 span{ display:inline-block; margin:0 20px 0 0; color:#999;}
.inside_download1 ul li .down_btn{ }
.inside_download1 ul li .down_btn a{ display:block; background:var(--primary-color); color:#fff; width:120px; line-height:40px; text-align:center; font-size:14px; border-radius:4px;}
.inside_download1 ul li .down_btn a:hover{ opacity:.9;}
.inside_download1 ul li .down_btn a i{ margin-right:5px; vertical-align:middle;}
@media(max-width:999px){
.inside_download1 ul li{ padding:20px 0; flex-wrap:wrap;}
.inside_download1 ul li .txt{ width:calc(100% - 60px); }
.inside_download1 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; }
.inside_download1 ul li .txt .h3{ font-size:14px; line-height:24px;}
.inside_download1 ul li .txt .h3 span{ margin:0 10px 0 0; }
.inside_download1 ul li .down_btn{ width:100%; margin-top:10px;}
.inside_download1 ul li .down_btn a{ width:100%; line-height:40px; font-size:14px; }
}

/*inpro1*/
.inside_product1{ }
.inside_product1 ul li{ float:left; width:23.5%; margin:0 0 25px 2%; text-align:center; }
.inside_product1 ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.inside_product1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border:1px solid #eee;}
.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{}
.inside_product1 ul li .txt{ margin-top:10px; padding:0 5%; color:#666;}
.inside_product1 ul li .txt .h2{ font-size:16px; line-height:1.5em; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inside_product1 ul li:hover .txt .h2{ color:var(--primary-color);}
.inside_product1 ul li .txt .h3{ display:none;}
@media(max-width:999px){
.inside_product1 ul li{ float:left; width:49%; margin:0 0 20px 2%; }
.inside_product1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.inside_product1 ul li .txt .h2{ font-size:14px; line-height:1.5em; }
}

/*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{ }
.inside_proClass1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px; text-align:center; background:#fff; position:relative;}
.inside_proClass1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.inside_proClass1 ul li .nr_box{ border:10px solid #eee;}
.inside_proClass1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.inside_proClass1 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_proClass1 ul li:hover .img img{ transform:scale(1.1);}
.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 0 20px 20px; }
.inside_proClass1 ul li:nth-child(3n-2){ margin-left:20px; clear:none;}
.inside_proClass1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
}


.m11_tit2{ text-align:center;}
.m11_tit2 .h2{ font-size:16px; line-height:26px;}
.m11_tit2 .h2 strong{ display:block; font-size:30px; line-height:40px; font-weight:bold;}
.m11_tit2 .h2 span{ display:block; opacity:.7; margin-top:5px;}
@media(max-width:999px){
.m11_tit2 .h2{ font-size:14px; line-height:24px;}
.m11_tit2 .h2 strong{ font-size:24px; line-height:34px; }
}
.m11_message1{}
.m11_message1 .list1{ margin-top:20px;}
.m11_message1 .list1 img{ display:block; width:100%; background:#f9f9f9;}
.m11_message1 .list2{ margin-top:20px;}
/*留言*/
.message1{}
.message1 form{}
.message1 form 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-end;
align-items: flex-end;
flex-wrap:wrap;}
.message1 form ul li{ width:48%; margin:0 0 20px 4%;}
.message1 form ul li.li1{ width:100%; margin-left:0;}
.message1 form ul li.li2{ text-align:right;}
.message1 form ul li:nth-child(1),.message1 form ul li:nth-child(3),.message1 form ul li:nth-child(6){ margin-left:0;}
.message1 form .h3{ width:100px; font-size:14px; line-height:24px; margin-bottom:5px;}
.message1 form .h3 font{ color:#f00;}
.message1 form .input_text{ border:1px solid #eee; background:#fff; height:40px; line-height:38px; padding:0 10px; width:100%; box-sizing:border-box; }
.message1 form textarea{ border:1px solid #eee; background:#fff; height:100px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; display:block;}
.message1 form .yzm{ height:40px; }
.message1 form .yzm img{ height:40px; width:95px; float:right;}
.message1 form .input_text1{ border:1px solid #eee; background:#fff; height:40px; line-height:38px; padding:0 10px; width:calc(100% - 105px); box-sizing:border-box; float:left;}
.message1 form #sendcode{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:40px; line-height:38px; width:100px; cursor:pointer; transition:all .3s ease; float:right;}
.message1 form #sendcode:hover{ opacity:.9;}
.message1 form #sendcode[disabled]{ background:#999;}
.message1 form .input_button{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:40px; line-height:38px; width:50%; max-width:200px; cursor:pointer; transition:all .3s ease; margin-top:20px;}
.message1 form .input_button:hover{ border-color:var(--secondary-color); background:var(--secondary-color);}
@media(max-width:999px){
.message1 form ul{ display:block;}
.message1 form ul li{ width:100%; margin:0 0 10px 0;}
.message1 form ul li.li2{ text-align:center;}
.message1 form .h3{ font-size:14px; line-height:1.8em; margin-bottom:0;}
.message1 form .input_button{ height:40px; line-height:38px; width:100%; max-width:100%; font-size:14px; margin-top:10px;}
}


/*联系*/
.inside_contact1{ font-size:.84vw; line-height:1.56vw;}
.inside_contact1 ul li{}
.inside_contact1 ul li h2{ font-size:1.56vw; line-height:1.5em;}
.inside_contact1 ul li i{ display:inline-block; text-align:center; width:1.56vw; height:1.56vw; line-height:1.56vw; margin-right:5px; color:var(--primary-color);}
.inside_contact1 ul li span{ display:inline-block; width:4.2vw; text-justify:inter-ideograph;
text-align: justify;
-moz-text-align-last: justify;
text-align-last: justify;}

/*商城顶部导航样式---开始*/
/* 商城导航栏样式 */
.shop-nav {
    background-color: #ffffff;
    padding: 0 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.shop-nav.hidden {
    display: none;
}

.shop-nav-left, .shop-nav-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.shop-nav-item {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
    color: #555;
}

.shop-nav-item:hover {
    color: #e4393c;
    background-color: #fef5f5;
    border-bottom-color: #e4393c;
}

.shop-nav-item i {
    font-size: 16px;
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

.shop-nav-text {
    font-size: 14px;
    font-weight: 500;
}

.cart-count, .msg-count, .favorite-count, .order-count {
    background-color: #e4393c;
    color: white;
    border-radius: 10px;
    padding: 1px 6px;
    font-size: 11px;
    min-width: 18px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    line-height: 16px;
    font-weight: 600;
}

/* 下拉菜单 */
.shop-nav-dropdown {
    position: relative;
}

.shop-nav-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 180px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    z-index: 100;
    border-radius: 8px;
    padding: 10px 0;
    border: 1px solid #f0f0f0;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shop-nav-dropdown:hover .shop-nav-dropdown-content {
    display: block;
}

.shop-nav-dropdown-item {
    padding: 10px 18px;
    white-space: nowrap;
    color: #555;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    font-size: 13.5px;
}

.shop-nav-dropdown-item:hover {
    background-color: #fef5f5;
    color: #e4393c;
}

.shop-nav-dropdown-item i {
    margin-right: 10px;
    font-size: 14px;
    color: #888;
    width: 18px;
}

.shop-nav-dropdown-item:hover i {
    color: #e4393c;
}

/* 禁用状态 */
.disabled-shop-nav-item {
    color: #bbb !important;
    cursor: not-allowed !important;
}

.disabled-shop-nav-item:hover {
    background-color: transparent !important;
    color: #bbb !important;
    border-bottom-color: transparent !important;
}
/*商城顶部导航样式---结束*/