/*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:#192d46;
 --secondary-color:#fa0ac4;
 --third-color:#25a4bb;
 --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:12px;/* font-family: 'SourceHanSansCN';*/  color:#333; overflow-x:hidden; min-height:101vh;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:80%; margin:0 auto; min-width:100px;}
.wapper2{ width:80%; margin:0 auto;}
.wapper3{ width:70%; margin:0 auto;}
input,textarea,select{outline:none;/* font-family: 'SourceHanSansCN';*/  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;}
}


.sjj_nav{display: none;}
.sp_header{display: none;}

.m11_headbg{ width:100%; z-index:55; left:0; top:0;}
.m11_head{ height:80px;
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;}
.m11_head .logo{ width:14%; height:80px; position:relative; }
.m11_head .logo img{ display:block; max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.m11_head .rt{
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;}
.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;position: relative;top: 40px;left: 100%; }
.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:87%; left:0; z-index:99; display:none;}
.h_search_close1{ }
.h_searchbg{ width:90%; max-width:1000px; margin:0 auto;}
.h_searchbg .h_search{display: flex;align-items: center;justify-content: center;}
.h_search_close2{ }
/* .h_search{ padding:40px 0;} */
.h_search #search_keywords2{border: 1px solid #878686;width: 85%;padding: 12px 10px;}
.h_search #search2{width: 10%;padding: 12px 0;cursor: pointer;}
.h_search form{background: #fff; height:40px; border:1px solid #ccc; overflow:hidden;width: 42%;}
.h_search form #search_keywords2{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 20px; width:calc(100% - 80px);}
.h_search form #search2{border-radius: inherit; float:right; border:none; background:#fff url(../images/go-black.png) center no-repeat; background-size:50% auto; height:40px; width:40px; cursor:pointer; transition:all .3s ease; font-size:0; color:transparent;}
/* .h_search form #search2:hover{ background-color:var(--secondary-color);} */
/*menu*/
.m11_head .menu{height:80px;line-height:80px; }
.m11_head .menu>ul{}
.m11_head .menu>ul>li{ float:left; position:relative; padding:0 1.3vw;}
.m11_head .menu>ul>li>a{ color:#000; display:block; font-size:16px; font-weight:normal; position:relative;}
.m11_head .menu>ul>li>a:hover,.m11_head .menu>ul>li:hover>a,.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; bottom: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,.m11_head .menu>ul>li.hover>a:before{ width:100%;}
.m11_head .menu>ul>li>ul{ width:fit-content; min-width:120px; background:#fff; padding:10px 0; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; 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-size:14px; font-weight:normal; padding:10px 5px; 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;}

.btnwap{display: none;}

#head .wrap .menu>ul>li>ul{ width:fit-content; min-width:120px; background:#fff; padding:10px 0; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; position:absolute; top:100%; left:50%; transform:translate(-50%,0); z-index:5; display:none;}
#head .wrap .menu>ul>li>ul li{ position:relative; }
#head .wrap .menu>ul>li>ul li a{ color:#666; display:block; font-size:14px; font-weight:normal; padding:10px 5px; line-height:1.5em; text-align:center; white-space:nowrap;}
#head .wrap .menu>ul>li>ul li a:hover,#head .wrap .menu>ul>li>ul li:hover>a{ color:#fff; background:var(--primary-color); }
#head .wrap .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;}
#head .wrap .menu>ul>li>ul li:hover>ul{ display:block;}


#head .wrap .menu>li>ul{display: none;}
/* #head .wrap .menu>li>ul>li:first-child{width: 271px;} */
#head .wrap .menu>li>ul>li:nth-child(2){width: 60px;}
#head .wrap .menu>li:hover ul{display: block;}

.m11_head_height{ }
@media(max-width:1699px){
.m11_head .menu>ul>li{padding: 0 0.8vw;}
}
@media(max-width:1299px){
.m11_head .menu>ul>li{ padding:0 var(--20px);}
.m11_head .menu>ul>li>a{ font-size:15px;}
}
@media(max-width:999px){
.m11_head_height{ }
.m11_headbg{ }
.m11_head{ height:60px;}
.m11_head .logo{ width:50%; height:60px; }
.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_head .menu{ display:none;}
}











#menuwap .menu .erji {display: none;}
#menuwap .menu .erji dd a {display: block;width: 80%;height: 45px;line-height: 45px;color: #999999;margin: 0px auto;text-align: left;}
.swiper {width: 100%; height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;/* Center slide text vertically */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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*nav*/
.m11_head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.m11_head .nav_open i,.m11_head .nav_open:before,.m11_head .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:0; transition:all .3s ease;}
.m11_head .nav_open i{ top:50%; transform:translate(0,-50%);}
.m11_head .nav_open:before{ content:""; top:0; }
.m11_head .nav_open:after{ content:""; bottom:0; }
.m11_head .nav_open.active i{ opacity:0; visibility:hidden;}
.m11_head .nav_open.active:before{transform: translateY(8px) rotate(45deg);}
.m11_head .nav_open.active:after{transform: translateY(-8px) rotate(-45deg);}
.m11_head .nav_box{z-index: 999; width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.m11_head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.m11_head .navbg{ width:100%; height:100%; background:#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 #ededed; 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:12px; line-height:22px; position:relative; z-index:2;}
.m11_head .nav_list>ul>li>span a{ font-size:14px; line-height:24px; font-weight:normal;}
.m11_head .nav_list ul li span i{ width:100%; height:100%; background:url(../images/ico_down1.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_up1.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%; height:41vw; background:#f9f9f9;}
.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 8px; background:#fff; opacity:1; transition:all .3s ease;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width:20px; background:#fff; opacity:1;}
.banner .swiper-button-prev,.banner .swiper-button-next{ width:60px; height:60px; margin-top:-30px; background-color:rgba(0,0,0,.5); background-size:15px 30px; opacity:0; transition:all .3s ease; border-radius:8px;}
.banner .swiper-button-prev{ left:5%; transform:translateX(-100%);}
.banner .swiper-button-next{ right:5%; transform:translateX(100%);}
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{ opacity:.7; transform:translateX(0) !important;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{ opacity:1;}
@media(max-width:999px){
.banner .swiper-slide img{ height:50vw; }
.banner .swiper-slide .txtbg{ width:90%; }
.banner .swiper-slide .txt .h2{ font-size:24px; line-height:1.2em; margin-bottom:5px;}
.banner .swiper-slide .txt .h3{ font-size:14px; line-height:1.4em;}
.banner .swiper-pagination{ bottom:10px;}
.banner .swiper-button-prev,.banner .swiper-button-next{ width:40px; height:40px; margin-top:-20px; }
}




.m11_aboutusbg .m11_aboutus{display: flex;padding: 50px 0;}
.m11_aboutusbg .m11_aboutus .left{width: 50%;height: 430px;}
.m11_aboutusbg .m11_aboutus .left img{width: 100%;height: 100%;}
.m11_aboutusbg .m11_aboutus .right{width: 50%;margin-left: 20px;}
.m11_aboutusbg .m11_aboutus .right ul li{list-style:inherit;margin-left: 15px;}
@media(max-width:1699px) {
  .m11_aboutusbg .m11_aboutus .left{width: 50%;height: 100%;}
}
@media(max-width:999px) {
.m11_aboutusbg .m11_aboutus{display: block;}
.m11_aboutusbg .m11_aboutus .left{width: 100%;}
.m11_aboutusbg .m11_aboutus .right{width: 100%;margin-left: 0;}
}


.header{display: none;}
@media(max-width:999px) {
.header{display: block;}
.sp_header{display: none;}
#head{display: none;}
}


/* .p_search form ul{display: flex;align-items: center;justify-content: center;padding: 20px 0;}
.p_search form ul li input{padding: 12px 145px;border-radius:inherit;border: 1px solid #ddd;}
.p_search form ul li img{width: 25px;}
.p_search form ul li:nth-child(2):hover{cursor: pointer;} */

.p_search{height: 80px;background: #eeeeee;}


.m11_insidebg .m11_inside .p_rt{float: right;width: 75%;}
.m11_insidebg .m11_inside .p_rt .pro_top{display:none;}
.m11_insidebg .m11_inside .p_rt .pro_top ul li{margin-right: 20px;}
.m11_insidebg .m11_inside .p_rt .pro_top ul li{ float: left;
    width: 26%;
    margin: 0 0 15px 0;
    padding: 16px 83px 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;}
.m11_insidebg .m11_inside .p_rt .pro_top ul li:nth-child(5n-4){ margin-left:0; clear:left;}
.m11_insidebg .m11_inside .p_rt .pro_top ul li span{font-size: 17px;}
.m11_insidebg .m11_inside .p_rt .pro_top ul li span::before{content: "";position: absolute;width: 5px;height: 5px;background: #000;margin-top: 10px;}
.m11_insidebg .m11_inside .p_rt .pro_top ul li span a{position: relative;bottom: 9px;left: 12px;}
.m11_insidebg .m11_inside .p_rt .m11_inside_rt{float: none;width: 100%;}

@media(max-width:1699px) {
  .m11_insidebg .m11_inside .p_rt{width: 70%;}
}
@media(max-width:1440px) {
.m11_insidebg .m11_inside .p_rt{width: 66%;}
.m11_insidebg .m11_inside .p_rt .pro_top ul li{width: calc((100% - 60px) / 3);}
.m11_insidebg .m11_inside .p_rt .pro_top ul li:nth-child(3n-2){ margin-left:0; clear:left;}

}
@media(max-width:999px) {
  .m11_insidebg .m11_inside .p_rt{width: 100%;}
}

.m1_side_a ul li ul li ul li>ul>li{display: none;}
.m1_side_a ul li ul li ul li span>i{display: none;}


.pe_search .search_form{margin-bottom: 0;padding: 0.56vw;background: #eeeeee;display: flex;align-items: center;justify-content: center;}
.pe_search .search_form #infosearch{width: 20%;background: #fff;}
.pe_search .search_form form #search{height: 40px;line-height: 40px;}
.pe_search .search_form form #search_keywords{height: 50px;line-height: 50px;border-radius: inherit;}
.pe_search .search_form #infosearch .s_img{float: right;
  width: 20%;
  height: 50px;
  border: none;
  opacity: .8;
  background: url(../images/go-black.png) no-repeat center center;
  background-size: auto 18px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;}































.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_box{ position:relative;}
.inbanner img{ display:block; width:100%; background:#f9f9f9;}
.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;}
.weizhi{ font-size:14px; line-height:60px;color: #898787;}
.inner_menu{ font-size:16px; }
.inner_menu ul{ line-height:60px;
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 ul li{ margin-left:1px;}
.inner_menu ul li a{ display:block; padding:0 2.08vw; border-radius:4px;}
.inner_menu ul li.hover a,.inner_menu ul li a:hover{ background:#626363; 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;}
@media(max-width:999px) {
.inbanner img{ width:100%; min-height:0;}
.inbar{ height:40px;  }
.weizhi{ font-size:12px; line-height:40px;}
.inner_menu{ display:none;}

}

.m11_insidebg{ padding:60px 0 80px 0;min-height: 40vh;background: #fff;}
.m11_inside{}
.m11_inside_lt{ float:left; width:338px;/* margin-top:-160px;*/}
.m1_side_a{ width:348px; background:#fff;   margin-bottom:30px; position:relative; z-index:11; overflow:hidden;}
/* .m1_side_a.active{ position:fixed; top:150px;} */
.m1_side_a>ul{}
.m1_side_a.active>ul{ max-height:calc(100vh - 100px);/* overflow-y:auto;*/}
.m1_side_a h2{display: none; font-size:20px; line-height:24px; padding:20px 15px; font-weight:normal; background:var(--primary-color); color:#fff; border-bottom:1px solid rgba(255,255,255,.5); letter-spacing:2px;}
.m1_side_a h2 strong{ display:block; font-size:24px; line-height:28px;}
.m1_side_a h2 span{ display:block; margin-top:6px; opacity:.7;}
.m1_side_a ul li{}
.m1_side_a>ul>li:nth-child(1){/* margin-bottom:10px; border:none;*/}
.m1_side_a>ul>li{ border-bottom:1px solid #eee; border-top:1px solid #eee; }
.m1_side_a>ul>li:last-child{ }
.m1_side_a ul li a{ display:block; font-size:18px; line-height:40px; padding: 7px 0 7px 10px;/* background:url(../images/ico_list1.png) left 10px center no-repeat;*/}
.m1_side_a ul li a::before{content: "";
  border: 1px solid #e2e1e1;
  position: absolute;
  transform: rotate(90deg);
  width: 20px;
  top: 26px;
  left: -8px;}
/* .m1_side_a ul li a:hover,.m1_side_a ul li.hover>span a{ color:#fff; background-color:var(--primary-color); background-image:url(../images/ico_list1_hover2.png);} */
.m1_side_a ul li.active>span a{ }
.m1_side_a ul li span{ display:block; position:relative;}
.m1_side_a ul li span>i{ width:40px; height:100%; position:absolute; right:0; top:0; z-index:2; cursor:pointer; background:url(../images/ico_list3.png) center no-repeat;}
.m1_side_a ul li.active>span>i{ background-image:url(../images/ico_list3_hover.png);}
/* .m1_side_a ul li.hover span>i{ background-image:url(../images/ico_list4.png);} */
/* .m1_side_a ul li.hover.active>span>i{ background-image:url(../images/ico_list4_hover.png);} */
.m1_side_a ul li ul{height: 300px;
    overflow-y: scroll; padding-left:20px; padding-bottom:10px; display:none;}
.m1_side_a ul li ul li{}
.m1_side_a ul li ul li a{ padding-top:7px; padding-bottom:7px;}
.m1_side_c{background:#fff;  border:1px solid #eee; width: 348px;}
.m1_side_c.lfixed{  left:0; bottom:0;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:338px;}
.inLt_contact .h2{ font-size:18px; line-height:20px; padding:15px 0 15px 10px; background-size:auto 30px; color:#000; position:relative;  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{font-size: 20px; display:block; margin-bottom:6px;color: #898787;}
.inLt_contact .h2 p{font-size: 12px;display: none;}
.inLt_contact .h2 strong{ display:block; font-size:24px; line-height:24px;color: #898787;}
.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% - 368px);}
@media(max-width:1699px){

/* .m1_side_c.lfixed{ transform:translateX(-240px); } */
.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close{ display:none;}
.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open{ display:block;}
}
@media(max-width:999px) {
.m11_insidebg{ padding:30px 0 60px 0;}
.m11_inside_lt{ display:none;}
.m11_inside_rt{ float:right; width:100%;}
}


.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;}
}


.m11_application_detail{padding:40px 0;}
.m11_application_detail .m11_newsdetail{display: none;}
.m11_application_detail{display: flex;}
.m11_application_detail .content{width: 28%;overflow: hidden;}
.m11_application_detail .content .img img{width: 100%;margin-left: 105%;}
.m11_application_detail .right{width: 50%;margin-left:6%;margin-top: 28px;}
.m11_application_detail .right .title h1{font-size: 28px;}
.m11_application_detail .right .title p{font-size: 16px;margin: 20px 0;}
.swiper-button-prev,.swiper-button-next{top: 110% !important;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 7% !important;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 65% !important;}
@media(max-width:1699px){
.swiper-button-prev,.swiper-button-next{top: 85% !important;}
}
@media(max-width:999px){
  .m11_application_detail{display: block;}
  .m11_application_detail .content{width: 100%;}
  .m11_application_detail .right{width: 100%;margin-left: 0;}
.swiper-button-prev, .swiper-button-next{top: 50% !important;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 5% !important;}
}


/*地图*/
#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:1.4em; }
.m11_newsdetail .tit .h3{ font-size:14px; line-height:1.4em; color:#999; margin-top:5px;}
.m11_newsdetail .tit .h3 span{ display:inline-block; margin:0 20px 0 0;}
.m11_newsdetail .list1{ padding:40px 0; }
@media(max-width:999px){
.m11_newsdetail .tit .h2{ font-size:20px; line-height:1.4em; }
.m11_newsdetail .tit .h3{ font-size:12px; line-height:1.4em; 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%; height:34px;
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:32px; padding:15px 0; display:block;}
.prev_next a{ margin:5px 0; max-width:100%; height:34px; }
}


/*.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:100%; 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 { }
.m1_galleryThumbs .swiper-slide {width: 100% !important;}
.m1_galleryThumbs .swiper-slide .img{ position:relative; padding-bottom:100%; position:relative; border:1px solid #eee; cursor:pointer;}
.m1_galleryThumbs .swiper-slide .img img{ max-width:100%; max-height:70%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.m1_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img{width: 100%; border-color:var(--primary-color);}
.m11_proDetail .list1 .rt{ float:right; width:56%;}
.m11_proDetail .list1 .rt .nr_box{}
.m11_proDetail .list1 .rt .h2{border-bottom: 1px solid #ddd; font-size:30px; line-height:2.4em; margin-bottom:10px; font-weight:bold;}
.m11_proDetail .list1 .rt .h3{border-bottom: 1px solid #ddd; font-size:18px; line-height:2.4em; margin-bottom:20px; }
.m11_proDetail .list1 .rt .h5{font-size:18px; line-height:2.4em; margin-bottom:20px; }
.m11_proDetail .list1 .rt .h4{text-align: justify; font-size:18px; line-height:2.4em; margin-bottom:20px; }
.m11_proDetail .phone{display:none; 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{display: none; font-size:var(--font14); line-height:2.5em; margin-bottom:2.08vw;}
.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:80px; text-align:center; background:#f5f5f5;}
.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:var(--font14); line-height:3em; border-bottom:1px solid #eee;}
.m11_proDetail .list2 .hd ul li{ display:inline-block; vertical-align:top;font-size:var(--font14); line-height:3em;}
.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{display: none; border:1px solid #eee;}
.m11_pro_related>.h2{font-size:var(--font14); line-height:3em; border-bottom:1px solid #eee;}
.m11_pro_related>.h2 span{ display:inline-block; vertical-align:top;font-size:var(--font14); line-height:3em; padding:0 10px; min-width:100px; text-align:center; border-right:1px solid #eee; color:#fff; background:var(--primary-color);}
.m11_pro_related .index_product1{ padding:20px 20px 0 20px;}
.m11_pro_related .index_product1 ul li{ width:calc((100% - 60px)/4);}
.m11_pro_related .index_product1 ul li:nth-child(3n-2){ margin-left:20px; clear:none;}
.m11_pro_related .index_product1 ul li:nth-child(4n-3){ margin-left:0; clear:left;}
@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; line-height:1.4em; margin-bottom:0; }
.m11_proDetail .list1 .rt .h3{ font-size:16px; line-height:1.4em; margin-bottom:10px; }
.m11_proDetail .list1 .rt .h4{ font-size:14px; line-height:1.6em; 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;}
.m11_pro_related .index_product1 ul li{ width:calc((100% - 10px)/2);}
.m11_pro_related .index_product1 ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.m11_pro_related .index_product1 ul li:nth-child(4n-3){ margin-left:10px; clear:none;}
.m11_pro_related .index_product1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
}


/*搜索*/
.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; }
}




/*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 }

/*联系弹窗*/
.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%; 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-image: linear-gradient(to bottom right, var(--primary-color), var(--third-color)); 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/chahao.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; color:#fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.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:calc(100% - 200px); }
.tc_message .h2{ font-size:20px; line-height:30px; font-weight:bold; text-align:center; margin-bottom:20px;}
.tc_message .message{}
.tc_message .message form{}
.tc_message .message ul li{ margin-bottom:10px;}
.tc_message .message .input_text{border: 1px solid #ccc; background: #fff; height: 28px; line-height: 28px; padding: 0 10px; width: calc(100% - 22px); border-radius: 4px;}
.tc_message .message textarea{border: 1px solid #ccc; background: #fff; height: 56px; line-height: 28px; padding: 0 10px; width: calc(100% - 22px); border-radius: 4px;}
.tc_message .message .input_button{border: 1px solid #333; background: #333; color:#fff; height: 30px; line-height: 28px; width: 80%; border-radius: 50px; cursor: pointer; display: block; margin: 0 auto; font-size: 16px;}
.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 li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px; text-align:center; background:#fff;}
.index_product1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.index_product1 ul li .nr_box{ border:1px solid #eee; border-radius:10px; overflow:hidden; transition:all .3s ease;}
.index_product1 ul li:hover .nr_box{ border-color:var(--primary-color); box-shadow:0 0 10px rgba(0,0,0,.1);}
.index_product1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; background:#f9f9f9;}
.index_product1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.index_product1 ul li:hover .img img{ transform:scale(1.1);}
.index_product1 ul li .txtbg{}
.index_product1 ul li .txt{ padding:15px 5%; color:#666;}
.index_product1 ul li .txt .h2{ font-size:18px; 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_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*/
.jsfw{ padding:40px 0;}
.jsfw ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.jsfw ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.jsfw ul li .nr_box{ 
-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;}
.jsfw ul li .img{ padding-bottom:57%; position:relative; overflow:hidden;}
.jsfw 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;}
.jsfw ul li .nr_box .txtbg{background: #004da0;}
.jsfw ul li .txt{ padding:12px 20px; color:#fff;}
.jsfw ul li .txt .h2{text-align: center; font-size:.94vw; line-height:1.5em; height:1.5em; color:#fff;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.jsfw 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;}
@media(max-width:999px){
.jsfw ul li{ float:left; width:100%; margin:0 0 20px 0; }
.jsfw ul li .txt .h2{font-size: 16px;}
}


/*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; }
}


.f_info{color: #ccc;text-align: center;background: #222222;}
.f_info a{color: #ccc;}
.f_info p{font-size: 14px;}
.f_info p:last-child{display: none;}
.f_info2{display: none;}
/*footnav*/
.f_nav{ padding:40px 0;}
.f_nav>ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap: nowrap;}
.f_nav ul li{flex-grow:1;flex-shrink:1; margin-bottom:10px;}
.f_nav ul li a{ display:block; font-size:14px; line-height:24px;}
.f_nav>ul>li>a{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:10px; color:#333;}
@media(max-width:999px){
#foot .wrap,.f_info{display: none;}
.f_info2{display: block;text-align: center;color: #fff;padding: 8px 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{ float:left; width:calc((100% - 20px)/2); margin:0 0 20px 20px; }
.inside_news3 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.inside_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;}
.inside_news3 ul li .date{ width:80px; height:80px; background:#f2f2f2; color:#999; text-align:center;}
.inside_news3 ul li .date strong{ display:block; font-size:36px; line-height:36px; padding:15px 0 2px 0;}
.inside_news3 ul li .date span{ display:block; font-size:12px; line-height:12px;}
.inside_news3 ul li .txt{ width:calc(100% - 100px); color:#666;}
.inside_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;}
.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:.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){
    .inside_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}

/*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:calc((100% - 60px)/4); margin:0 0 20px 20px; text-align:center; }
.inside_product1 ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.inside_product1 ul li .nr_box{ border:1px solid #f2f2f2; border-radius:10px; overflow:hidden; padding:10px;}
.inside_product1 ul li:hover .nr_box{ background:#f4f4f4;}
.inside_product1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.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; 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:100%; margin:0 0 20px 0; }
.inside_product1 ul li .txt .h2{ font-size:14px; line-height:1.5em; 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_message1{}
.m11_message1 .list1{ margin-top:20px;}
.m11_message1 .list1 img{ display:block; width:100%; background:#f9f9f9;height: 190px;}
.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:40px; padding:0 10px; width:calc(100% - 22px); }
.message1 form textarea{ border:1px solid #eee; background:#fff; height:120px; line-height:40px; padding:0 10px; width:calc(100% - 22px); display:block;}
.message1 form .yzm{ height:42px; }
.message1 form .input_text1{ border:1px solid #eee; background:#fff; height:40px; line-height:40px; padding:0 10px; width:calc(100% - 132px); float:left;}
.message1 form #sendcode{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:42px; line-height:40px; 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:42px; line-height:40px; 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_text{ height:38px; line-height:38px; padding:0 10px; width:calc(100% - 22px); font-size:14px;}
.message1 form textarea{ height:100px; line-height:38px; padding:0 10px; width:calc(100% - 22px); font-size:14px;}
.message1 form .yzm{ height:40px;}
.message1 form .input_text1{ height:38px; line-height:38px; padding:0 10px; width:calc(100% - 132px); font-size:14px;}
.message1 form #sendcode1{ height:40px; line-height:38px; width:100px; font-size:14px;}
.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;}


@charset "utf-8";
/* CSS Document */
html, body {font-size: 12px;margin: 0px;padding: 0px;text-decoration: none;font-family: " ";background: #f7f7f7;/*text-align: center;*/-webkit-text-size-adjust: none;}
a {	color: #666666;text-decoration: none;outline: 0px none; star:expression(this.onFocus=this.blur());}
a:hover, a:active { /*color:var(--primary-color);*/}
* { margin: 0px;padding: 0px;list-style: none;}
table {	border-collapse: collapse;}
ul, li {list-style: none;border: 0 none;padding: 0px;}
form {margin: 0px;}
img {border: 0px none;text-align-last: center;vertical-align: middle;_azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);}
center {text-align: left;	color: #999;height: 50px;}
#dhtmltooltip {z-index: 100;visibility: hidden;	position: absolute;text-align: left;border: 1px solid #ccc;}
#clear, .clear {clear: both;float: none;background: none;width: 0 !important;	height: inherit !important;}
#noData, .noData {color: #ccc;font-size: 14px;text-align: left;padding: 50px 0px;}
.fl-left{ float:left; text-align:left;}
.fl-right{ float:right; }
@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1499072069847'); /* IE9*/
  src: url('../font/iconfont.eot?t=1499072069847#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1499072069847') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1499072069847') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1499072069847#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face { font-family: myFont; src: url('../font/AkzidenzGrotesk-BoldCond.otf');}
@font-face { font-family: myFontBQ-Light; src: url('../font/AkzidenzGrotesk-Light.otf');}
.iconfont {font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.eshion-logo:before { content: "\e600"; }
.sns-logo:before { content: "\e601"; }
.sns-logoname:before { content: "\e602"; }
.icon-menu:before { content: "\e6b1"; }
.icon-minus:before { content: "\e620"; }
.icon-plus:before { content: "\e622"; }
.icon-en:before { content: "\e696"; }
.icon-plus-circle:before { content: "\e6e0"; }
.icon-close:before { content: "\e6e9"; }
.icon-coordinates_fill:before { content: "\e6ec"; }
.icon-coordinates:before { content: "\e6ed"; }
.icon-minus-circle:before { content: "\e712"; }
.icon-time:before { content: "\e735"; }
.icon-undo:before { content: "\e739"; }
.icon-search:before { content: "\e741"; }
.icon-left:before { content: "\e720"; }
.icon-right:before { content: "\e6f8"; }
.icon-up:before { content: "\e749"; }
.icon-down:before { content: "\e74a"; }










/*

头部

-----------------------------------------------------------------*/
#head { position:fixed; z-index:1001; left:0; top:0; width:100%;height:100px;background: rgba(0,0,0,.1);margin: 0px auto; transition:all .35s;}
#head .wrap{ width:90%; margin:0px auto;}
#head .logo{  width:400px; text-align:left; overflow:hidden; transition:all .35s;}
#head .logo a{ position:relative; display:block; height:100px; overflow:hidden; transition:all .35s;}
#head .logo a i{ display:block;transition:all .35s;}
#head .logo a img{ position:absolute; left:0; top:0;width: 100%;}
#head .menu{height:100px; line-height:100px;}
#head .menu>li{float:left; text-align:center;}
#head .menu>li:nth-child(2):hover div{display: block;}
#head .menu>li:nth-child(7):hover div{display: block;}
#head .menu>li:nth-child(3){width: 112px;}

#head .menu>li:nth-child(3)>ul{width: 271px;}
#head .menu>li:nth-child(3)>ul:nth-child(2){width: 275px;}
#head .menu>li:nth-child(3)>ul:nth-child(3){width: 275px;}
#head .menu>li:nth-child(3)>ul:nth-child(4){width: 275px;}
#head .menu>li:nth-child(3)>ul:nth-child(5){width: 275px;}
#head .menu>li:nth-child(3)>ul:nth-child(6){width: 275px;}




#head .menu>li:nth-child(4){width: 130px;}
#head .menu>li>ul{background: #fff;height: 50px;padding: 0 0 10px 0;display: none;}
#head .menu>li:hover ul{display: block;}

#head .menu>li>ul>li{line-height: 55px;padding: 10px 0;}
#head .menu>li>ul>li a{font-size: 16px;color: #333;}

#head .menu>li.btnwap{ display:none!important;}
#head .menu>li:last-child{ background:none !important;}
#head .menu>li:last-child:hover>div{display: block;}
#head .menu>li>a{position:relative; padding:0px 20px;font-weight:bold; font-size:16px; color:#5c5c5c; text-align:center; display:inline-block; transition:all .25s;}
#head .menu>li>a:hover div{display: block;}
#head .menu>li>a:after{position:absolute; left:0; bottom:0; width:0; height:3px; background:#e77918; font-size:0; content:''; display:block; transition:all .18s;}
#head .menu>li.A>a:after{width:100%;}
#head .menu>li.A>a{ color:#e77918 !important;}
#head .menu>li>div{height: 345px; position:relative;width:100%; border-top:1px solid #f0f0f0; background:rgba(255,255,255,1); box-shadow:0px 2px 3px rgba(0,0,0,.1); position:absolute; z-index:1000; left:0; top:100px; overflow:hidden; display:none; transition:top .35s;}
#head .menu>li>div .box-about{ width:85%;height:auto; margin:0px auto; overflow:hidden; padding:50px 0;}
#head .menu>li>div .box-about .title{ display:block; height:auto; font-size:20px; font-weight:bold; color:#333;}
#head .menu>li>div .box-about .about{ width:65%; height:auto; text-align:left;}
#head .menu>li>div .box-about .about .img{ width:40%;}
#head .menu>li>div .box-about .about .img>img{ width:100%; height:auto;}
#head .menu>li>div .box-about .about .text{ width:55%; font-size:14px; text-align:left;line-height:23px; color:#777;}
#head .menu>li>div .box-about .about .text p{ margin:10px 0;}
#head .menu>li>div .box-about .about .text .more{ display:inline-block; margin-top:20px; text-align:center; background:var(--primary-color); padding:0 35px; height:45px; line-height:45px; font-size:14px; color:#fff;}
#head .menu>li>div .box-about .about .text .more:hover{text-decoration:underline;}
#head .menu>li>div .box-about .honor{ width:15%; text-align:left; padding:0 5%;}
#head .menu>li>div .box-about .honor .con{ display:block;}
#head .menu>li>div .box-about .honor .con a{ display:block;border:1px solid #ddd;}
#head .menu>li>div .box-about .honor .con a>img{ width:100%; height:auto;}
#head .menu>li>div .box-about .honor .url{ padding:0;}
#head .menu>li>div .box-about .honor .url a{ display:inline-block; margin-right:15px; color:var(--primary-color); font-size:14px;}
#head .menu>li>div .box-about .honor .url a>img{ margin-right:5px; width:25px; height:auto;}
#head .menu>li>div .box-about .mod{ position:absolute; right:0; top:0; width:10%; height:100%; padding:50px 2%; background:#f7f7f7;border-left:1px solid #ddd; text-align:left;}
#head .menu>li>div .box-about .mod>a{ display:block; height:40px; line-height:40px; font-size:16px; color:var(--primary-color); transition:all .35s;}
#head .menu>li>div .box-about .mod>a img{ opacity:0; transition:all .35s;}
#head .menu>li>div .box-about .mod>a:hover img{ opacity:1; margin-left:5px;}
#head .menu>li>div .box-pro{ width:85%; height:auto; margin:0px auto; overflow:hidden; padding:50px 0;}
#head .menu>li>div .box-pro .title{ display:block; height:auto; font-size:20px; font-weight:bold; color:#333;}
#head .menu>li>div .box-pro .prolist{ position:relative; width:30%; height:500px; text-align:left;background:url("../images/menu-prolist-bar.jpg") repeat-y;background-position:239px 0;}
#head .menu>li>div .box-pro .prolist>li{ display:block; width:240px;}
#head .menu>li>div .box-pro .prolist>li>a{ position:relative; display:block; font-size:14px; height:50px; line-height:50px;}
#head .menu>li>div .box-pro .prolist>li.A>a{ color:var(--primary-color); font-weight:bold;}
#head .menu>li>div .box-pro .prolist>li.A>a:after{height:3px; background:var(--primary-color);}
#head .menu>li>div .box-pro .prolist>li>a:after{position:absolute; z-index:5; left:0; bottom:0; width:170px; height:1px; background:#ddd; content:''; transition:all .35s;}
#head .menu>li>div .box-pro .prolist>li>a:hover{ background:url("../images/menu-prolist-arrow.jpg") no-repeat; background-position:100% 50%;}
#head .menu>li>div .box-pro .prolist>li>a:hover:after{ height:3px; background:var(--primary-color);}
#head .menu>li>div .box-pro .prolist>li>div{ display:none; position:absolute; top:0; left:240px; width:200px; height:100%; padding-left:50px; transition:all .35s;}
#head .menu>li>div .box-pro .prolist>li>div a{ display:block; height:50px; line-height:50px; color:var(--primary-color); font-size:14px;}
#head .menu>li>div .box-pro .prolist>li>div a:hover{ font-weight:bold; font-size:13px;}
#head .menu>li>div .box-pro .prolist .pA{ color:var(--primary-color);background:url("../images/menu-prolist-arrow.jpg") no-repeat; background-position:100% 50%;}
#head .menu>li>div .box-pro .prolist .pA:after{height:3px; background:var(--primary-color);}
#head .menu>li>div .box-pro .prolist .pADiv{ display:block !important;}
#head .menu>li>div .box-pro .newpro{ width:30%; text-align:left; padding:0 5%;}
#head .menu>li>div .box-pro .newpro .con{ display:block; font-size:14px; border-bottom:1px solid #eee;}
#head .menu>li>div .box-pro .newpro .con a{display:block; padding:20px 0; min-height:110px;}
#head .menu>li>div .box-pro .newpro .con a>.img{ display:block; width:25%; text-align:left;}
#head .menu>li>div .box-pro .newpro .con a>.img>img{ width:100%; height:auto;}
#head .menu>li>div .box-pro .newpro .con a>.text{ display:block; width:70%; text-align:left; line-height:23px; color:#777;}
#head .menu>li>div .box-pro .newpro .con a>.text h3{ font-weight:normal; color:#555; transition:all .35s;}
#head .menu>li>div .box-pro .newpro .con a:hover .text h3{ color:var(--primary-color);}
#head .menu>li>div .box-pro .newpro .url{ padding:10px 0;}
#head .menu>li>div .box-pro .newpro .url a{ display:inline-block; margin-right:15px; color:var(--primary-color); font-size:14px;}
#head .menu>li>div .box-pro .newpro .url a>img{ margin-right:5px; width:25px; height:auto;}
#head .menu>li>div .box-pro .hotpro{ width:30%; text-align:left;}
#head .menu>li>div .box-pro .hotpro .con{ display:block; font-size:14px;}
#head .menu>li>div .box-pro .hotpro .con a{ display:block; padding:20px 0; min-height:110px; border-bottom:1px solid #eee;}
#head .menu>li>div .box-pro .hotpro .con a:last-of-type{border-bottom:0!important;}
#head .menu>li>div .box-pro .hotpro .con a>.img{ display:block; width:25%; text-align:left;}
#head .menu>li>div .box-pro .hotpro .con a>.img>img{ width:100%; height:auto;}
#head .menu>li>div .box-pro .hotpro .con a>.text{ display:block; width:70%; text-align:left; line-height:23px; color:#777;}
#head .menu>li>div .box-pro .hotpro .con a>.text h3{ font-weight:normal; color:#555; transition:all .35s;}
#head .menu>li>div .box-pro .hotpro .con a:hover .text h3{ color:var(--primary-color);}
#head .menu>li>div .box-pro .hotpro .url{  text-align:left;}
#head .menu>li>div .box-pro .hotpro .url a{ display:inline-block; margin-right:15px; color:var(--primary-color); font-size:14px;}
#head .menu>li>div .box-pro .hotpro .url a>img{ margin-right:5px; width:25px; height:auto;}
#head .menu>li>div .box-news{ width:85%; height:auto; margin:0px auto; overflow:hidden; padding:50px 0;}
#head .menu>li>div .box-news .title{ display:block; height:auto; font-size:20px; font-weight:bold; color:#333;}
#head .menu>li>div .box-news .com-news{ width:30%;}
#head .menu>li>div .box-news .com-news a{ display:block; margin:0px; text-align:left;}
#head .menu>li>div .box-news .com-news a .name{ display:block; height:auto; font-size:20px; font-weight:bold; color:#333;}
#head .menu>li>div .box-news .com-news a .img{ padding:10px 0; max-height:200px; overflow:hidden;}
#head .menu>li>div .box-news .com-news a .img>img{ width:100%; height:auto;}
#head .menu>li>div .box-news .com-news a .text{font-size:14px;height:70px;line-height:23px; color:#777;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden;}
#head .menu>li>div .box-news .com-news a .more{ display:inline-block; margin-top:20px; text-align:center; background:var(--primary-color); padding:0 35px; height:45px; line-height:45px; font-size:14px; color:#fff;}
#head .menu>li>div .box-news .com-news a .more:hover{text-decoration:underline;}
#head .menu>li>div .box-news .pro-news{ width:60%; text-align:left;}
#head .menu>li>div .box-news .pro-news .con{ display:block; margin:0px; text-align:left;}
#head .menu>li>div .box-news .pro-news .con>a{ display:block; float:left; width:30%; margin-right:3%;}
#head .menu>li>div .box-news .pro-news .con>a .name{ font-size:14px;font-weight:bold; height:60px; line-height:60px; color:#333;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
#head .menu>li>div .box-news .pro-news .con>a .img{width:80%; max-height:110px; overflow:hidden;}
#head .menu>li>div .box-news .pro-news .con>a .img>img{ width:100%; height:auto;}
#head .menu>li>div .box-news .pro-news .con>a .text{font-size:14px;height:70px;line-height:23px; color:#777;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden;}
#head .menu>li>div .box-news .pro-news .con>a .more{ display:inline-block; margin-right:15px; color:var(--primary-color); font-size:14px;}
#head .menu>li>div .box-news .pro-news .con>a .more>img{ margin-right:5px; width:25px; height:auto;}
#head .menu>li>div .box-rd{ width:85%; height:auto; margin:0px auto; overflow:hidden; padding:18px 0;}
#head .menu>li>div .box-rd .title{ display:block; height:83px; font-size:20px; font-weight:bold; color:#878787;}
#head .menu>li>div .box-rd .rd{ width:40%; text-align:left;}
#head .menu>li>div .box-rd .rd .text{ font-size:14px;height:70px;line-height:23px; color:#777;}
#head .menu>li>div .box-rd .rd .more{ display:inline-block; margin-top:60px; text-align:center; background:#626363; padding:0 25px; height:42px; line-height:42px; font-size:14px; color:#fff;}
#head .menu>li>div .box-rd .rd .more:hover{text-decoration:underline;}
#head .menu>li>div .box-rd .idea{ width:35%; padding:0px 5%; text-align:left;}
#head .menu>li>div .box-rd .idea .text{ font-size:14px;line-height:23px; color:#777;}
#head .menu>li>div .box-rd .idea .more{margin-top: 5%;
  background: #626363;
  width: 25%;
  line-height: 40px;
  text-align: center;color: #fff;}
#head .menu>li>div .box-rd .idea .more>img{ width:25px; height:auto;}
#head .menu>li>div .box-rd .interact{ width:25%; text-align:left;}
#head .menu>li>div .box-rd .interact .con>a .img{width:80%;}
#head .menu>li>div .box-rd .interact .con>a .img>img{ width:100%; height:auto;}
#head .menu>li>div .box-service{ width:85%; height:auto; margin:0px auto; overflow:hidden; padding:50px 0;}
#head .menu>li>div .box-service .title{ display:block; height:auto; font-size:20px; font-weight:bold; color:#333;}
#head .menu>li>div .box-service .dealers{ width:40%; text-align:left; margin-right:5%}
#head .menu>li>div .box-service .dealers .text{ font-size:14px; width:100%;line-height:23px; color:#777;}
#head .menu>li>div .box-service .dealers .more{ display:inline-block; margin-top:20px; text-align:center; background:var(--primary-color); padding:0 35px; height:45px; line-height:45px; font-size:14px; color:#fff;}
#head .menu>li>div .box-service .dealers .more:hover{text-decoration:underline;}
#head .menu>li>div .box-service .network{ width:18%; text-align:left; margin-right:5%;}
#head .menu>li>div .box-service .network .con{ display:block; margin:0px; text-align:left;}
#head .menu>li>div .box-service .network .con>a{ display:block; line-height:30px;}
#head .menu>li>div .box-service .network .con>a .img{width:100%;}
#head .menu>li>div .box-service .network .con>a .img>img{ width:100%; height:auto;}
#head .menu>li>div .box-service .network .con>a .text{height:70px; font-size:14px;line-height:23px; color:#777; padding:15px 0;}
#head .menu>li>div .box-service .network .con>a .more{ height:40px; display:inline-block; margin-right:15px; color:var(--primary-color); font-size:14px;}
#head .menu>li>div .box-service .network .con>a .more>img{ margin-right:5px; width:25px; height:auto;}
#head .menu>li>div .box-service .faq{ width:18%; text-align:left; margin-right:5%;}
#head .menu>li>div .box-service .faq .con{ display:block; margin:0px; text-align:left;}
#head .menu>li>div .box-service .faq .con>a{ display:block; line-height:30px;}
#head .menu>li>div .box-service .faq .con>a .img{width:100%;}
#head .menu>li>div .box-service .faq .con>a .img>img{ width:100%; height:auto;}
#head .menu>li>div .box-service .faq .con>a .text{height:70px;font-size:14px;line-height:23px; color:#777; padding:15px 0;}
#head .menu>li>div .box-service .faq .con>a .more{ display:inline-block; margin-right:15px; color:var(--primary-color); font-size:14px;}
#head .menu>li>div .box-service .faq .con>a .more>img{ margin-right:5px; width:25px; height:auto;}
#head .menu>li>div .box-service .other{ width:9%; padding-top:35px;  text-align:left;}
#head .menu>li>div .box-service .other a{ display:block; padding:7px 0; margin-bottom:20px; background:#fff;border:3px solid #ddd; color:#666; font-size:15px; line-height:30px; text-align:center; transition:all .35s;}
#head .menu>li>div .box-service .other a>span{ position:relative; display:block; width:45px; height:45px; margin:0px auto; overflow:hidden;}
#head .menu>li>div .box-service .other a>span img{ position:absolute; z-index:9; left:0; top:0; width:100%; height:auto;}
#head .menu>li>div .box-service .other a:last-child{ background:var(--primary-color);border:3px solid var(--primary-color); color:#fff;}
#head .menu>li>div .box-service .other a:last-child>span img{ top:-45px;}
#head .menu>li>div .box-service .other a:hover{ background:#fff; color:var(--primary-color);border:3px solid var(--primary-color);}
#head .menu>li>div .box-service .other a:hover span img{ top:0;}
#head .menu>li>div .box-human{ width:85%; height:auto; margin:0px auto; overflow:hidden; padding:50px 0;}
#head .menu>li>div .box-human .title{ display:block; height:auto; font-size:20px; font-weight:bold; color:#333;}
#head .menu>li>div .box-human .talents{ width:40%; text-align:left;}
#head .menu>li>div .box-human .talents .text{ font-size:14px;height:70px;line-height:23px; color:#777;}
#head .menu>li>div .box-human .talents .more{ display:inline-block; margin-top:20px; text-align:center; background:var(--primary-color); padding:0 35px; height:45px; line-height:45px; font-size:14px; color:#fff;}
#head .menu>li>div .box-human .talents .more:hover{text-decoration:underline;}
#head .menu>li>div .box-human .jobs{ width:25%; padding:0px 5%; text-align:left;}
#head .menu>li>div .box-human .jobs .text{ font-size:14px;height:70px;line-height:23px; color:#777;}
#head .menu>li>div .box-human .jobs .more>img{ width:25px; height:auto;}
#head .menu>li>div .box-human .self{ width:25%; text-align:left;}
#head .menu>li>div .box-human .self .con>a .img{width:80%;}
#head .menu>li>div .box-human .self .con>a .img>img{ width:100%; height:auto;}

@media(max-width:1699px) {
#head .menu{height: 60px;}
#head .menu>li>div .box-rd{padding: 0;}
#head .menu>li>div .box-rd .rd .more{margin-top: 60px;margin-top: 120px;}
#head .menu>li>div .box-rd .idea .more{width: 35%;}
#head .menu>li>div .box-rd .idea .text{height: 90px;}
}


#head .search{ position:relative; padding-left:20px;height:100px; line-height:100px; text-align:right; overflow:hidden; transition:all .35s;}
#head .search .icon-search{ font-size:23px; color:#fff; cursor:pointer;}
#head .language{ padding-left:30px; height:100px; line-height:100px; text-align:right; transition:all .35s;}
#head .language a>img{ height:30px; width:auto;}
#head:hover{ background:#fff;}
#head:hover .menu>li>a{color:#5c5c5c;}
#head:hover .search .icon-search{ color:#3a3e3f;}
#head:hover .search .icon-search:hover{ color:var(--primary-color);}

#head.small{ height:100px; background:rgba(255,255,255,1); box-shadow:0px 1px 3px rgba(0,0,0,.1);}
#head.small .logo a{ }
#head.small .logo a img{width: 100%;}
#head.small .menu{}
#head.small .menu>li>a{line-height:70px; color:#333;}
#head.small .menu>li>div{top:100px;}
#head.small .search{ height:70px; line-height:70px;}
#head.small .search .icon-search{ color:#3a3e3f;}
#head.small .language{ height:70px; line-height:70px;}

#menuwap{ display:none;}


#search{ position:relative; float:left; width:0px; overflow:hidden; transition:all .35s;}
#search .form{ display:inline-block;width:94%; background:var(--primary-color); border-radius:50px; padding:0 3%; text-align:left; overflow:hidden;}
#search input[type="text"]{outline: medium;float:left;height:36px;line-height:36px;width:70%; padding:0 5%;border:none; font-family: ; background:none;color:rgba(255,255,255,1);box-sizing:border-box;overflow:hidden;}
#search input::-webkit-input-placeholder, #search textarea::-webkit-input-placeholder { color:rgba(255,255,255,.5);}
#search button{	float:right;width:20%;height:36px;border:none; opacity:.8;background:url(../images/go.png) no-repeat center center;background-size:auto 100%;;cursor:pointer;box-sizing:border-box;overflow:hidden;}
#search button:hover{ opacity:1;}


@media only screen and (max-width: 1280px) {

  #head{ background:rgba(255,255,255,1);box-shadow:0px 1px 3px rgba(0,0,0,.1);}
  /*#head .logo{ width:300px;}*/
  #head .search .icon-search{ color:#3a3e3f;}
  #head .menu>li{ display:none!important;}
  #head .menu>li.btnwap{ display:inline-block!important;}
  #head .menu>li.btnwap a{ display:inline-block; width:40px !important; padding:0!important; overflow:hidden;}
  #head .menu>li.btnwap a>img{ width:100%; height:auto;}
  #head .language{ padding-left:20px;}

  #menuwap{ display:block;position:fixed;z-index:999;left:-100%;top: 0px;width: 100%;height: 100%; overflow:hidden;}
  #menuwap ul{ position:relative; width:100%; height:100%; margin:0px auto; padding:130px 0; background:rgba(68,68,68,1);}
  #menuwap ul.menu>li{ display:block; width:100%; text-align:left;}
  #menuwap ul.menu>li>a{ display:block; width:80%; height:45px; line-height:45px; color:#fff; margin:0px auto; text-align:left; border-bottom:1px solid rgba(255,255,255,.2);}
  #menuwap ul.menu>li>div{ display:none; padding:10px 0px; width:80%; margin:0px auto;}
  #menuwap ul.menu>li>div a{display:block;padding:5px;font-size:12px; color:#999;}


  #menuwap ul.pro{ padding:100px 0; background:#eee;}
  #menuwap ul.pro .back{ display:block!important; position:relative; background:var(--primary-color); height:40px; overflow:hidden;}
  #menuwap ul.pro .back .btn{ position:absolute; z-index:1; left:0; top:0; width:16%; height:40px; line-height:40px; text-align:center; background:rgba(0,0,0,0.2);}
  #menuwap ul.pro .back .btn>img{ height:20px; width:auto;}
  #menuwap ul.pro .back .tit{ width:100%; line-height:40px; text-align:center; color:#fff; font-size:14px;}
  #menuwap ul.pro li{ display:none;}
  #menuwap ul.pro li>a{ display:block; width:90%; margin:0px auto; font-size:14px; padding:10px 0; text-align:left; border-bottom:1px solid rgba(0,0,0,.1);}

}
@media only screen and (max-width: 680px) {

}

@media only screen and (max-width: 420px) {
  #head{ height:70px;}
  #head .logo{ width:220px;}
  #head .logo a{ height:70px; line-height:70px;}
  #head .logo a img{top:0px;font-size:100px;}
  #head .menu, #head .menu>li.btnwap{ height:70px; line-height:70px;}
  #head .menu>li.btnwap a{ height:70px; line-height:70px;}
  #head .search{ display:none;}
  #head .language{ display:none;}

  #menuwap ul{padding:100px 0;}
  #menuwap ul.menu>li>div{top:70px;}

  #menuwap ul.pro{padding:70px 0;}
}
/* end*/







/*

banner

-----------------------------------------------------------------*/
#banner { width: 100%; height:auto; position: relative; z-index: 1; overflow: hidden; margin: 0px auto;}
#banner .search{ display:none; position:absolute; z-index:6; left:50%; bottom:50px; width:1200px; margin-left:-600px;text-align:left;}
#banner .search>.tips{  font-size:18px; color:rgba(255,255,255,.5); padding:15px 0;}
#banner .search>form{ width:500px; height:50px; background:rgba(255,255,255,1);box-shadow:0 2px 5px rgba(0,0,0,.2);}
#banner .search>form input[type="text"]{outline: medium;float:left;height:50px;line-height:50px;width:70%; padding:0 5%;border:none; font-family: ; font-size:16px; background:none;color:#333;box-sizing:border-box;overflow:hidden;}
#banner .search>form input::-webkit-input-placeholder, #search textarea::-webkit-input-placeholder { color:#ccc;}
#banner .search>form button{float:right;width:20%;height:50px;border:none; opacity:.8;background:url(../images/go-black.png) no-repeat center center;background-size:auto 18px;;cursor:pointer;box-sizing:border-box;overflow:hidden;}
#banner .search>form button:hover{ opacity:1;}

@media only screen and (max-width: 1280px) {
  #banner .swiper-slide img{max-width:100%; height:auto;}
}
@media only screen and (max-width: 780px) {
#banner .swiper-container{ padding-top:0;}
}

/* end*/



/*

main

-----------------------------------------------------------------*/
#main{ width:100%; height:auto; margin:0px auto; background:#fff;}
#main .title{ padding:30px 0; font-size:25px; color:#111; width:100%; margin:0px auto;}
#main .wrap{ position:relative; width:86%; max-width:1280px; margin:0px auto; overflow:hidden;}
#main .catalog{ width:100%; margin:0px auto;}
#main .catalog .wrap{ padding:70px 0px;}
#main .catalog .title{text-align:left;}
#main .catalog .container{ width:60%; text-align:left;margin-left: 10px;}
#main .catalog .container p{ display:block;font-size:14px; color:#666; line-height:25px; margin-bottom:20px;}
#main .catalog .img{ width:37%;}
#main .catalog .img>img{ width:100%; height:auto; margin:0 auto;}
#main .newpro{ width:100%; margin:0px auto; height:auto; background:#f3f3f3; overflow:hidden;}
#main .newpro .title{ text-align:center;}
#main .newpro .text{font-size:14px; color:#999; padding:0px; margin:0px auto;}
#main .newpro .swiper-container {position:relative; width:1450px; height:auto; padding:50px 0; margin:0px auto;}
#main .newpro .swiper-slide {text-align: center;background: #fff;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;}
#main .newpro .swiper-slide a{ position:relative; display:block;width:100%; background:#fff; transition:all .35s;}
#main .newpro .swiper-slide a .tips{position:absolute; z-index:5; right:0; top:0;}
#main .newpro .swiper-slide a .tips>img{width:60px; height:auto;}
#main .newpro .swiper-slide a .img{height: 270px; position:relative; width:100%; margin:0px auto; 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;}
#main .newpro .swiper-slide a .img img{ width:100%; height:auto;}
#main .newpro .swiper-slide a .img:after{ position:absolute; z-index:9; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0) url("../images/icon-zoom.png") no-repeat; background-position:50% -50%; content:''; transition:all .35s;}
#main .newpro .swiper-slide a .name{ position:relative; padding:15px 6px; font-size:14px; text-align:center; transition:all .8s; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
#main .newpro .swiper-slide a .name:after{ position:absolute; left:50%; top:0; width:50px; height:2px; margin-left:-25px; background:#ddd; content:''; transition:all .35s;}
#main .newpro .swiper-slide a:hover .img:after{ background:rgba(0,0,0,.7) url("../images/icon-zoom.png") no-repeat;background-position:50% 50%;}
#main .newpro .swiper-slide a:hover .name{ background:var(--primary-color); color:#fff;}
#main .newpro .swiper-slide a:hover .name:after{ width:100%; left:0; margin-left:0; background:#fff;}
#main .newpro .swiper-slide a:hover{ box-shadow:0px 2px 5px rgba(0,0,0,.2);}
#main .newpro .swiper-pagination{ position:relative;}
#main .newpro .swiper-container-horizontal>.swiper-pagination-bullets, #main .newpro .swiper-pagination-custom, #main .newpro .swiper-pagination-fraction {bottom: 0!important;padding-top:30px;left: 0;width: 100%;}
#main .newpro .swiper-pagination-bullet {width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; border:2px solid #eee; opacity: .2;}
#main .newpro .swiper-pagination-bullet-active {opacity: 1;background: var(--primary-color); border:2px solid var(--primary-color);}


#main .more{ position:relative; display:inline-block !important; padding:10px 20px; width:90px !important; color:#fff; text-align:left; /*background:#464646;*/border-radius:3px;background:#626363;}
/* #main .more:after{ position:absolute; top:14px; left:90px;font-family:iconfont;content: "\e6f8"; font-size:16px; color:#fff; transition:all .15s;} */
#main .more i{margin-left: 10px;}
#main .more:hover{ background:var(--primary-color);}
#main .more:hover:after{ left:95px;}

@media only screen and (max-width: 1460px){
  #main .wrap{ max-width:1140px;}
}

@media only screen and (max-width: 1280px) {
  #main{ width:100%;}
  #main .wrap{ max-width:1000px;}
  #main .catalog .img{ width:30%;}
  #main .catalog .img>img{ width:100%; height:auto;}
  #main .newpro .swiper-container {width:90%;}

}

@media only screen and (max-width: 680px) {
  #main .catalog .container p{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
}

@media only screen and (max-width: 420px) {
  #main .wrap{ width:80%;}
  #main .catalog .wrap{ padding:40px 0px; border-bottom:1px solid #eee;}
  #main .catalog .wrap:last-of-type{ border:0!important;}
  #main .catalog .title{text-align:center; font-size:18px;}
  #main .catalog .container{ float:none!important; width:100%; text-align:center;}
  #main .catalog .container p{ font-size:12px; line-height:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
  #main .catalog .img{ float:none!important; width:70%; margin:0 auto;}
  #main .newpro .swiper-slide a .tips>img{width:40px;}
}


/* end*/









/*

about

-----------------------------------------------------------------*/
#about{ position:relative; width:100%; margin:0px auto;}
#about .profile{position:relative; margin:0px auto; width:100%; padding:0;}
#about .profile .wrap{ position:absolute; z-index:99; left:50%; bottom:0; width:1200px; margin-left:-600px; transition:all .35s;}
#about .profile .wrap .container{ float:right; width:50%; padding:3% 5%; text-align:left; background:rgba(255,255,255,.8); transition:all .35s;}
#about .profile .wrap .container>.title{ position:relative; height:70px; line-height:70px; font-size:24px; color:var(--primary-color);}
#about .profile .wrap .container>.title:after{position:absolute; left:0; bottom:0; width:92px;height:3px; background:var(--primary-color); content:'';}
#about .profile .wrap .container>.text{ padding:20px 0; text-align:left; font-size:14px; color:#555; line-height:25px;}
#about .profile .wrap .container>.text p{ margin-bottom:20px;}
#about .profile .wrap .container>.more{ padding:10px 0; text-align:left;}
#about .profile .wrap .container>.more a{ position:relative; display:inline-block; padding:0;}
#about .profile .wrap .container>.more a>img{ position:relative; z-index:99; height:32px; width:auto; transition:all .35s;}
#about .profile .wrap .container>.more a:hover img{ margin-left:10px;}
#about .profile .img{ position:relative; width:100%; margin:0px auto;}
#about .profile .img>img{ width:100%; height:auto; transition:all .35s;}

#about .video{position: relative; width:100%; min-height: 600px; padding-top:50px; background: url('../images/video_bg.jpg') no-repeat center/cover;}
#about .video .box{width: 90%; max-width: 1460px; margin:auto; text-align: left;}
#about .video .box>.title{position:relative; height:70px; line-height:70px; font-size:24px; color:var(--primary-color);}
#about .video .box>.title:after{position:absolute; left:0; bottom:0; width:92px;height:3px; background:var(--primary-color); content:'';}
#about .video .con{margin:50px auto; text-align: center;}

#about .history{ position:relative; width:100%; margin:0px auto; background:#e6e6e6 url("../images/history-bg.jpg") no-repeat; background-size:cover;}
#about .history:after{ position:absolute; z-index:1; left:0; bottom:0; width:100%; height:20px;background:url("../images/history-timeaxis.png") repeat-x; background-position:center bottom; content:'';}
#about .history .wrap{ position:relative; width:90%;  max-width:1460px; padding-top:200px; margin:0px auto;}
#about .history .wrap>.title{ position:relative; text-align:left; width:180px; height:160px; padding:40px 0 0 20px; font-size:24px; color:#fff; background:var(--primary-color) url("../images/brand-title-bg.jpg") no-repeat; background-size:auto 100%;}
#about .history .wrap>.title>a{ display:block; margin-top:10px;}
#about .history .wrap>.container{ width:82%; padding-top:100px; overflow:hidden;}
#about .history .wrap>.container .swiper-slide{position: relative; bottom:0; width:21%; height:430px; padding-left:2%; background: url(../images/history-timeaxis-red.png) no-repeat left top;background-position-y: 20px; text-align:left; transition:all .35s;}
#about .history .wrap>.container .years{ font-size:40px; color:var(--primary-color); transition:all .35s;}
#about .history .wrap>.container .text{ padding:10px 0; font-size:14px; color:#666;line-height:18px; }
#about .history .wrap>.container .img{ margin:0 auto; padding:10px 0; text-align:left;}
#about .history .wrap>.container .img>img{ width:180px; height:auto;}
#about .history .wrap>.container .ss_1{ top:120px;}
#about .history .wrap>.container .ss_2{ top:80px;}
#about .history .wrap>.container .ss_3{ top:50px;}
#about .history .wrap>.container .ss_4{ top:0;}
#about .history .wrap>.container .swiper-slide:hover .years{transform: translate(0,-20px); color:#333;}
#about .history .wrap>.container .swiper-slide:hover{background: url(../images/history-timeaxis-black.png) no-repeat left top;background-position-y: 0px; }

#about .honor{ position:relative; width:100%; margin:0px auto; background:#fff; padding:0;}
#about .honor .wrap{ position:relative; width:90%;  max-width:1460px; padding:50px 0; margin:0px auto;}
#about .honor .wrap>.title{ position:relative; text-align:left; height:70px; line-height:70px; font-size:24px; color:#222; }
#about .honor .wrap>.tag-year{ padding:20px 0;text-align:left;border-bottom:1px solid #ddd; overflow:hidden;}
#about .honor .wrap>.tag-year .swiper-slide {text-align: center;font-size: 18px; background: #fff; width: 120px; 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;}
#about .honor .wrap>.tag-year .swiper-slide a{ display:block; padding:8px 20px; font-size:16px; font-weight:bold; text-align:center; color:#666;}
#about .honor .wrap>.tag-year .swiper-slide .A{ background:var(--primary-color); color:#fff;}
#about .honor .wrap>.tag-con{ display:block; padding:30px 0;}
#about .honor .wrap>.tag-con>ul{ display:none;}
#about .honor .wrap>.tag-con>ul>li{ display:block; border-bottom:1px dotted #ddd; padding:20px; font-size:16px; color:#999; text-align:left;}
#about .honor .wrap>.container>li{ display:block; border-bottom:1px dotted #ddd; padding:20px 0; font-size:16px; color:#999; text-align:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#about .honor .wrap>.container>li>span{ display:inline-block; font-size:18px; color:#777; margin-right:20px;}


#about .patent{ position:relative; width:100%; margin:0px auto; background:#fff; padding:0;}
#about .patent .wrap{ position:relative; width:90%; max-width:1460px; padding:50px 0; margin:0px auto;}
#about .patent .wrap>.title{ position:relative; text-align:left; height:70px; line-height:70px; font-size:24px; color:#222; }
#about .patent .swiper-container{ position:relative; width:100%; margin:0px auto; padding:50px 0;}
#about .patent .button-prev{ position:absolute; z-index:9; right:50px; top:0; background:#ddd; border-radius:100%; width:35px; height:35px; overflow:hidden; cursor:pointer; transition:all .35s;}
#about .patent .button-next{ position:absolute; z-index:9; right:0; top:0; background:#ddd; border-radius:100%; width:35px; height:35px; overflow:hidden; cursor:pointer; transition:all .35s;}
#about .patent .button-prev img, #about .patent .button-next img{ width:100%; height:auto;}
#about .patent .button-prev:hover img, #about .patent .button-next:hover img{ margin-top:-35px;}
#about .patent .button-prev:hover, #about .patent .button-next:hover{ background:var(--primary-color);}
#about .patent .button-prev.swiper-button-disabled, #about .patent .button-next.swiper-button-disabled {opacity: .35;pointer-events: none;}
#about .patent .swiper-slide { position:relative;text-align: center;background: #fff; 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;}
#about .patent .swiper-slide>a{ display:block; width:100%;}
#about .patent .swiper-slide>a>.img{  position:relative; border:1px solid #ddd; padding:5%;}
#about .patent .swiper-slide>a>.img:after{ position:absolute; z-index:2; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.6) url("../images/icon-zoom-magnifier.png") no-repeat; background-position:50% 40%; opacity:0; content:''; transition:all .35s;}
#about .patent .swiper-slide>a>.img>img{ width:100%; height:auto;}
#about .patent .swiper-slide>a>.name{ position:relative; width:90%; bottom:0; text-align:center; font-size:14px; color:#666; padding:5%; transition:all .35s;}
#about .patent .swiper-slide>a:hover .img{ box-shadow:0 1px 3px rgba(0,0,0,.2);}
#about .patent .swiper-slide>a:hover .name{ position:absolute; z-index:5; left:0; bottom:40%; color:#fff;}
#about .patent .swiper-slide>a:hover .img:after{ opacity:1;}


@media only screen and (max-width: 1280px) {
  #about .profile .wrap{ position:relative; z-index:99; left:auto; bottom:0; width:100%; margin-left:0;}
  #about .profile .wrap .container{ float:none; width:90%; padding:3% 5%; background:rgba(255,255,255,1);}

  #about .history .wrap{ padding-top:0!important;}
  #about .history .wrap>.title{ float:none!important; width:120px; height:120px; padding:20px;}
  #about .history .wrap>.container{ float:none!important; width:100%; padding-top:30px;}
  #about .history .wrap>.container .swiper-slide{width:26%; height:360px; padding-left:5%;}
  #about .history .wrap>.container .years{ font-size:36px;}
  #about .history .wrap>.container .img>img{ width:120px;}
}
@media only screen and (max-width: 420px) {
  #about .profile .wrap .container>.title{ height:50px; line-height:50px; font-size:16px; font-weight:bold;}
  #about .profile .wrap .container>.title:after{width:76px;}

  #about .video{padding-top:30px; height: auto; min-height: auto;}
  #about .video .box>.title{height:50px; line-height:50px; font-size:16px; font-weight:bold;}
  #about .video .box>.title:after{width:76px;}
  #about .video .con{margin:30px auto 50px auto; text-align: center;}
  #about .video .con video{width:100% !important;}

  #about .history .wrap{ width:100%;}
  #about .history .wrap>.title{ position:relative; width:100%; height:30px; font-size:16px; font-weight:bold; background-size:cover!important;}
  #about .history .wrap>.title>a{position:absolute; left:0; top:0; width:100%; height:100%; margin:0!important;}
  #about .history .wrap>.title>a img{ position:absolute; left:90px; top:22px; height:20px; width:auto; transform:rotate(90deg);}
  #about .history .wrap>.container{ width:90%; margin:0 auto; padding-top:20px;}
  #about .history .wrap>.container .swiper-slide{width:95%; height:300px; padding-left:5%;}
  #about .history .wrap>.container .ss_1{ top:80px;}
  #about .history .wrap>.container .ss_2{ top:60px;}
  #about .history .wrap>.container .ss_3{ top:20px;}

  #about .honor .wrap>.title{ height:50px; line-height:50px; font-size:16px; font-weight:bold;}
  #about .honor .wrap>.tag-year .swiper-slide {width: 100px;}
  #about .honor .wrap>.tag-year .swiper-slide a{ display:block; padding:8px 20px; font-size:14px;}


  #about .honor .wrap>.container>li{ font-size:14px;}
  #about .honor .wrap>.container>li>span{font-size:16px;}

  #about .patent .wrap>.title{height:50px; line-height:50px; font-size:16px; font-weight:bold;}
  #about .patent .button-prev{ right:30px; width:25px; height:25px;}
  #about .patent .button-next{ width:25px; height:25px;}
  #about .patent .button-prev:hover img, #about .patent .button-next:hover img{ margin-top:-25px;}

}
/* end*/




/*

profile

-----------------------------------------------------------------*/
#profile{ position:relative; width:100%; margin:0px auto;}
#profile .wrap{ width:90%; max-width:1460px; margin:0px auto;}
#profile .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#profile .container{ margin:0px auto; padding:50px 0;}
#profile .container>.img{ width:40%; text-align:left;}
#profile .container>.img img{width:100%; height:auto;}
#profile .container>.content{ width:55%; text-align:left; font-size:14px; line-height:25px; color:#666;}
#profile .container>.content .first{ font-size:26px; color:var(--primary-color); display:block; margin-bottom:20px;}
#profile .container>.content>p{ margin-bottom:20px;}

@media only screen and (max-width: 1280px) {
  #profile .container{ padding:30px 0;}
  #profile .container>.img{ width:100%; float:none!important;}
  #profile .container>.content{ width:100%; float:none!important; padding-top:30px;}

}

@media only screen and (max-width: 420px) {
  #profile .wrap>.title{ padding:0!important; font-size:16px; font-weight:bold;}
  #profile .container>.content .first{ font-size:20px;}

}

/* end*/


/*

brand

-----------------------------------------------------------------*/
#brand{ position:relative; width:100%; margin:0px auto;}
#brand .wrap{ width:90%; max-width:1460px; margin:0px auto;}
#brand .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#brand .container{ position:relative; width:100%; max-width:1200px; margin:50px auto; padding:0;}
#brand .container:after{position:absolute; z-index:1; top:0; left:50%; margin-left:-2px; width:4px; height:100%; background:#eee; content:'';}
#brand .container>li{ position:relative; display:block; width:36%; padding:50px; margin:150px 0; background:#fff; border:1px solid #ddd;}
#brand .container>li:after{position:absolute; z-index:1; top:10px; width:15px;height:19px; background:url("../images/brand-arrow.png") no-repeat; content:'';}
#brand .container>li:first-of-type{ margin-top:0!important;}
#brand .container>li.fl-left{ text-align:right;}
#brand .container>li.fl-left:after{right:-14px;transform:rotate(180deg);}
#brand .container>li.fl-right{ text-align:left;}
#brand .container>li.fl-right:after{left:-14px;}
#brand .container>li .years{ font-size:30px; color:var(--primary-color); padding-bottom:20px;}
#brand .container>li .text{ font-size:14px; color:#666; line-height:24px;}
#brand .container>li .img{ display:block; margin:20px 0;}
#brand .container>li .img>img{ width:260px; height:auto;}
#brand .container>li .node{ position:absolute; z-index:2; top:10px; background:#ccc; border:4px solid #fff; border-radius:100%; width:12px; height:12px; transition:all .35s;}
#brand .container>li.fl-left .node{right:-14.6%;}
#brand .container>li.fl-right .node{left:-14.3%;}
#brand .container>li:hover .node{ background:var(--primary-color);}

@media only screen and (max-width: 1280px) {
  #brand .container{ padding:30px 0; width:100%;}
  #brand .container:after{left:0; margin-left:0!important;}
  #brand .container>li{ width:70%; margin-left:10%;}
  #brand .container>li.fl-left{ float:none!important; text-align:left!important;}
  #brand .container>li.fl-left:after{left:-14px;right:auto;transform:rotate(0deg)!important;}
  #brand .container>li.fl-right{ float:none!important;}
  #brand .container>li.fl-left .node{left:-13.6%!important; right:auto;}
  #brand .container>li.fl-right .node{left:-13.6%!important;}

}

@media only screen and (max-width: 420px) {
  #brand .wrap>.title{ padding:0!important; font-size:16px; font-weight:bold;}
  #brand .container>li{ width:70%; padding:30px; margin:100px 0 100px 10%; }
  #brand .container>li .img>img{ width:100%; height:auto;}

}

/* end*/






/*

news

-----------------------------------------------------------------*/
#news{ position:relative; width:100%; margin:0px auto;padding:30px 0;background:#fff;}
#news .company-news{ width:90%;max-width:1460px; margin:0px auto 100px auto;}
#news .company-news>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#news .company-news>.title .more{ float:right; display:block; color:#999; font-size:25px; transition:all .35s;}
#news .company-news>.title .more:hover{ color:var(--primary-color);}
#news .company-news .hot{ position:relative; margin:20px auto;}
#news .company-news .hot:after{position:absolute; z-index:9; right:0; top:0; width:100%; height:99.6%; border:1px solid #ddd; border-left:0 !important; content:'';}
#news .company-news .hot>.img{ position:relative; z-index:99; width:40%; height:auto; text-align:left; overflow:hidden;}
#news .company-news .hot>.img a:after{position:absolute; z-index:3; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0) url("../images/icon-zoom-arrow.png") no-repeat; background-position:-50% 50%; content:''; transition:all .35s;}
#news .company-news .hot>.img .clicks{ position:absolute; z-index:5; right:0; bottom:0; width:80px; height:60px; padding-top:15px; background:rgba(216,33,40,.8); text-align:center; font-size:14px; font-family:"Arial"; color:#fff; transition:all .35s;}
#news .company-news .hot>.img .clicks>img{ display:block; width:26px; height:auto; margin:0px auto;}
#news .company-news .hot>.img img{ width:100%; height:auto;}
#news .company-news .hot>.img a:hover .clicks{ display:none;}
#news .company-news .hot>.img a:hover:after{ height:100%; background:rgba(0,0,0,.7) url("../images/icon-zoom-arrow.png") no-repeat; background-position:50% 50%;}
#news .company-news .hot>.container{ position:relative; z-index:99; width:50%; padding:5%; text-align:left;}
#news .company-news .hot>.container .name{ display:block; padding:20px 0; font-size:24px; color:#333; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s;}
#news .company-news .hot>.container .text{ font-size:16px; line-height:32px; max-height:320px; color:#888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;}
#news .company-news .hot>.container .time{ display:block; padding:20px 0; font-size:14px; font-family:"Arial"; color:#ccc;}
#news .company-news .hot>.container .time>img{ opacity:.2; height:18px; width:auto;}
#news .company-news .hot>.container a:hover .name{ color:var(--primary-color);}
#news .company-news .list{ margin:0px auto; padding:30px 0;}
#news .company-news .list>a{ display:block;float:left; width:27.1%; padding:2%; text-align:left; border:1px solid #ddd; margin-right:3%; transition:all .35s;}
#news .company-news .list>a:nth-child(3n){ margin-right:0!important;}
#news .company-news .list>a .name{ display:block; padding:20px 0; font-size:18px; color:#333; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s;}
#news .company-news .list>a .text{ font-size:14px; line-height:25px; max-height:80px; color:#888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
#news .company-news .list>a .time{ display:block; padding:20px 0; font-size:14px; font-family:"Arial"; color:#ccc;}
#news .company-news .list>a .time>img{ opacity:.2; height:16px; width:auto;}
#news .company-news .list>a:hover{ background:var(--primary-color); border:1px solid var(--primary-color);}
#news .company-news .list>a:hover .name{ color:rgba(255,255,255,1);}
#news .company-news .list>a:hover .text{ color:rgba(255,255,255,.8);}
#news .company-news .list>a:hover .time{ color:rgba(0,0,0,.2);}

#news .product-news{position:relative; width:100%; margin:0px auto; padding:0 0 150px 0; background:url("../images/product-news-bg.jpg") no-repeat; background-position: top center; background-size: cover;}
#news .product-news .title{ position:relative; z-index:99; width:100%; margin:0 auto;}
#news .product-news .title>.tit{ width:100%; height:150px; padding-top:30px; font-size:25px; font-weight:bold; color:#fff; background:rgba(216,33,40,0); text-align:center; margin:0 auto;}
#news .product-news .title>.tit>img{ display:block; margin:10px auto;}
#news .product-news .title>.tips{ width:500px; padding:50px; line-height:25px; text-align:center; color:#999; font-size:14px; margin:0px auto;}
#news .product-news .list{ width:90%; max-width:1460px; margin:0px auto; padding:30px 0;}
#news .product-news .list>a{ position:relative; display:block;float:left; width:17.6%; padding:0; text-align:left; border-radius:0 0 30px 0; margin-right:3%; margin-bottom:3%; background:#fff; overflow:hidden; transition:all .35s;}
#news .product-news .list>a:after{ position:absolute; z-index:6; left:0; top:0; width:100%; height:100%;border-radius:0 0 30px 0; content:'';transition:all .35s;}
#news .product-news .list>a:nth-child(5n){ margin-right:0!important;}
#news .product-news .list>a .name{ display:block; width:80%; margin:0px auto; padding:20px 0; font-size:18px; color:#333; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s;}
#news .product-news .list>a .img{ position:relative; margin:0px auto;}
#news .product-news .list>a .img:after{position:absolute; z-index:2; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0); content:''; transition:all .35s;}
#news .product-news .list>a .img>img{ width:100%; height:auto;}
#news .product-news .list>a .text{ width:80%; margin:0px auto; font-size:14px; line-height:25px; max-height:80px; color:#888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
#news .product-news .list>a .time{ width:80%; margin:0px auto; display:block; padding:20px 0; font-size:14px; font-family:"Arial"; color:#ccc;}
#news .product-news .list>a .time>img{ opacity:.2; height:16px; width:auto;}
#news .product-news .list>a:hover .name{ color:var(--primary-color);}
#news .product-news .list>a:hover .img:after{ background:rgba(255,255,255,.3);}
#news .product-news .list>a:hover{transform: translateY(-10px);}
#news .product-news .list>a:hover:after{ box-shadow: inset 0px 0px 0px 3px rgba(216,33,40,1), 0px 1px 2px rgba(0,0,0,0.1);}
#news .product-news .more{ padding:20px 0; text-align:center;}
#news .product-news .more>a{ display:inline-block; background:var(--primary-color); border-radius:5px; color:#fff; font-size:16px; padding:10px 35px; transition:all .35s;}
#news .product-news .more>a:hover{ opacity:.8;}


@media only screen and (max-width: 1280px) {
  #news .company-news .hot>.container .name{ padding:10px 0; font-size:20px;}
  #news .company-news .hot>.container .text{ font-size:16px; line-height:25px; max-height:100px; -webkit-line-clamp:2;}
  #news .company-news .hot>.container .time{ padding:10px 0;}
  #news .company-news .list>a{float:none!important; width:95.6%; margin-bottom:3%; margin-right:0 !important;}
  #news .company-news .list>a:nth-child(3n){ margin-right:0!important;}

  #news .product-news .list>a{ width:31.2%;}
  #news .product-news .list>a:nth-child(3n){ margin-right:0!important;}
  #news .product-news .list>a:nth-of-type(4), #news .product-news .list>a:nth-of-type(5){ display:none!important;}

}

@media only screen and (max-width: 420px) {
  #news .company-news{ margin:0px auto 50px auto;}
  #news .company-news>.title{ padding:20px 0!important; font-size:16px; font-weight:bold;}
  #news .company-news>.title .more{ font-weight:normal;}
  #news .company-news .hot:after{ display:none; height:100%!important; border:0 !important;}
  #news .company-news .hot>.img{ width:100%!important; float:none!important; margin:0px auto;}
  #news .company-news .hot>.container{ width:89.6%; float:none!important; border:1px solid #ddd; border-top:0!important; margin:0px auto;}
  #news .company-news .hot>.container .name{font-size:16px;}
  #news .company-news .hot>.container .text{ font-size:14px; line-height:20px;}
  #news .company-news .hot>.container .time{ font-size:12px;}
  #news .company-news .list{ padding:0px!important;}
  #news .company-news .list>a .name{ padding:10px; font-size:16px;}
  #news .company-news .list>a .text{ padding:0 10px;font-size:12px; line-height:20px; max-height:80px; -webkit-line-clamp:2;}
  #news .company-news .list>a .time{ padding:10px; font-size:12px;}
  #news .company-news .list>a .time>img{height:14px;}

  #news .product-news .title>.tips{ width:80%; padding:20px 0 0 0; font-size:12px; line-height:20px;}
  #news .product-news .list>a{ width:100%;float:none!important;margin-right:0!important; margin-bottom:5%;}
  #news .product-news .list>a .img{ float:left; width:40%;}
  #news .product-news .list>a .container{ float:right; width:60%;}
  #news .product-news .list>a .name{ padding:20px 0 0 0!important; font-size:16px;}
  #news .product-news .list>a .text{ display:none;}
  #news .product-news .list>a .time{ padding:5px 0 !important; font-size:12px;}
  #news .product-news .list>a .time>img{ height:14px;}

}

/* end*/



/*

news company

-----------------------------------------------------------------*/
#news-company{ position:relative; width:100%; margin:0px auto;}
#news-company .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#news-company .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#news-company .container{ margin:0px auto; padding:50px 0 150px 0;}
#news-company .container>li{ display:block; background:#fff; border:1px solid #ddd; padding:2%; margin-bottom:3%; transition:all .35s;}
#news-company .container>li>a{ display:block;}
#news-company .container .img{ position:relative; width:35%; text-align:left;}
#news-company .container .img>img{ width:100%; height:auto; transition:all .35s;}
#news-company .container .img:after{position:absolute; z-index:1; right:0; top:20%; width:0;height:0;border-top: 10px solid transparent;border-right: 12px solid rgba(255,255,255,1); border-bottom: 10px solid transparent; content:'';}
#news-company .container .describe{ width:62%; text-align:left;}
#news-company .container .describe>.name{ display:block; padding:15px 0; font-size:24px; font-weight:normal; color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#news-company .container .describe>.text{ padding:20px 0; font-size:14px; color:#888; line-height:25px;}
#news-company .container .describe>.time{ color:var(--primary-color); font-size:14px; font-family:"Arial";}
#news-company .container .describe>.time>img{ height:18px; width:auto; margin-right:5px;}
#news-company .container>li>a:hover .img>img{ opacity:.8;}
#news-company .container>li>a:hover .name{ color:var(--primary-color);}
#news-company .container>li:hover{transform:translate(0,-5px); box-shadow:0 2px 5px rgba(0,0,0,.1);}
#news-company .more{ padding:0px 0 100px 0; text-align:center;}

@media only screen and (max-width: 1280px) {
  #news-company .container{ padding:30px 0;}
  #news-company .container .describe>.name{ font-size:20px;}
  #news-company .container .describe>.text{ padding:0; height:50px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
  #news-company .container .describe>.time{ padding:10px 0;}
}

@media only screen and (max-width: 420px) {
  #news-company .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #news-company .container>li{ padding:3%; margin-bottom:5%;}
  #news-company .container .img{ width:100%!important; float:none!important;}
  #news-company .container .img:after{display:none;}
  #news-company .container .describe{ width:100%!important; float:none!important;}
  #news-company .container .describe>.name{ font-size:16px; padding:10px 5px;}
  #news-company .container .describe>.text{ padding:0 5px; height:40px; font-size:12px; line-height:20px;}
  #news-company .container .describe>.time{ padding:5px; font-size:12px;}
  #news-company .container .describe>.time>img{ height:14px;}
}

/* end*/


/*

news product

-----------------------------------------------------------------*/
#news-product{ position:relative; width:100%; margin:0px auto;}
#news-product .wrap{ width:90%; max-width:1460px; margin:0px auto;}
#news-product .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#news-product .container{ margin:0px auto; padding:50px 0 150px 0;}
#news-product .container>li{ display:block; width:27%; float:left; background:#fff; border:1px solid #ddd; padding:2%; margin-right:3.2%; margin-bottom:3%;}
#news-product .container>li:nth-of-type(3n){ margin-right:0 !important;}
#news-product .container>li>a{ display:block;}
#news-product .container .img{ position:relative; float:none!important; width:100%; max-height:205px; text-align:left; overflow:hidden;}
#news-product .container .img>img{ width:100%; height:auto; transition:all .35s;}
#news-product .container .img:after{position:absolute; z-index:1; bottom:0; left:10%; width:0;height:0;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 12px solid rgba(255,255,255,1); content:'';}
#news-product .container .describe{ width:100%; float:none!important; text-align:left;}
#news-product .container .describe>.name{ display:block; padding:15px 0; font-size:24px; font-weight:normal; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; color:#333;}
#news-product .container .describe>.text{ padding:10px 0; height:60px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; font-size:14px; color:#888; line-height:25px;}
#news-product .container .describe>.time{ padding:20px 0; color:var(--primary-color); font-size:14px; font-family:"Arial";}
#news-product .container .describe>.time>img{ height:18px; width:auto; margin-right:5px;}
#news-product .container>li>a:hover .img>img{}
#news-product .container>li>a:hover .name{ color:var(--primary-color);}
#news-product .more{ padding:0px 0 100px 0; text-align:center;}

@media only screen and (max-width: 1280px) {
  #news-product .container{ padding:30px 0;}
  #news-product .container>li{ width:44%; margin-right:3.4%;}
  #news-product .container>li:nth-of-type(3n){ margin-right:3.4%!important;}
  #news-product .container>li:nth-of-type(2n){ margin-right:0 !important;}
  #news-product .container .describe>.name{ padding:10px 0; font-size:20px;}
  #news-product .container .describe>.text{ height:40px; -webkit-line-clamp: 2;}
}

@media only screen and (max-width: 420px) {
  #news-product .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #news-product .container>li{ width:93.6%; float:none!important; border:1px solid #ddd; padding:3%; margin-bottom:5%; margin-right:0!important;}
  #news-product .container .describe>.name{ font-size:16px; padding:10px 5px;}
  #news-product .container .describe>.text{ padding:0 5px; height:40px; font-size:12px; line-height:20px;}
  #news-product .container .describe>.time{ padding:5px; font-size:12px;}
  #news-product .container .describe>.time>img{ height:14px;}
}

/* end*/




/*

news view

-----------------------------------------------------------------*/
#news-view{ position:relative; width:100%;  margin:0px auto;background-color:fff;}
#news-view .wrap{ width:90%; max-width:1460px; margin:0px auto;}
#news-view .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#news-view .container{ margin:0px auto;}
#news-view .container .content{ width:70%; padding-right:3%; text-align:left; border-right:1px solid #ddd;}
#news-view .container .content>.time{ font-size:12px; color:#999;}
#news-view .container .content>.text{ padding:30px 0; font-size:14px; line-height:25px; color:#666; min-height:400px;}
#news-view .container .content>.text img{ max-width:100%; height:auto;}
#news-view .container .content>.text table{ width:100%; border-left:1px solid #ddd; border-top:1px solid #ddd;}
#news-view .container .content>.text table>td{ border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px;}
#news-view .container .related{ width:25%; text-align:left;}
#news-view .container .related>.title{ font-size:14px; font-weight:bold; padding:10px 0;}
#news-view .container .related>.title>img{ height:30px; width:auto; margin-right:6px;}
#news-view .container .related>.list{ padding:10px 0; text-align:left;}
#news-view .container .related>.list a{ position:relative; display:block; padding:5px 0px 5px 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#news-view .container .related>.list a:after{ position:absolute; z-index:2; left:0; top:50%; width:4px; height:4px; margin-top:-2px; background:#ddd; content:'';}
#news-view .container .related>.more{ padding:5px 10px;}
#news-view .container .related>.more a{ display:inline-block; color:var(--primary-color);}
#news-view .url{ position:relative; width:75%; padding:50px 25% 50px 0; text-align:center; margin:0px auto 50px auto; overflow:hidden;}
#news-view .url:after{ position:absolute; z-index:1; left:0; top:0; width:73%; height:100%; border-right:1px solid #ddd; content:'';}
#news-view .url a{ position:relative; z-index:99; display:inline-block; margin-right:30px; color:var(--primary-color); overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s;}
#news-view .url a>img{ height:25px; width:auto; margin-right:5px;}
#news-view .url a:hover{ text-decoration:underline;}
@media only screen and (max-width: 1280px) {
  #news-view .container .content{ width:100%; float:none!important; padding-right:0!important; border-right:0!important;}
  #news-view .container .related{ width:90%; float:none!important; border-right:0!important; background:#eee; padding:5%;}
  #news-view .container .related>.title{ padding-top:20px;}
  #news-view .url{ text-align:left;}
  #news-view .url:after{ display:none;}
  #news-view .url a{display:block; padding:5px 0;}
}

@media only screen and (max-width: 420px) {
  #news-view .wrap>.title{ padding:0 0 10px 0!important; font-size:16px; font-weight:bold;}

}

/* end*/





/*

path

-----------------------------------------------------------------*/

#path{ width:100%;margin:0px auto;background:#fff; text-align:left; color:#666;font-size:14px;}
#path>.wrap{ width:90%; max-width:1460px; margin:0 auto; padding-top:30px;}
#path a{ display:inline-block;  color:#666;}
#path a>img{ height:18px; width:auto; margin-right:5px;}
#path a:hover, #path .A{ color:var(--primary-color);}

@media only screen and (max-width: 420px){
  #path{ font-size:12px;}
  #path>span{ display:none!important;}

}
/* end*/


/*

prosearch

-----------------------------------------------------------------*/

#prosearch{ background:#eee; margin:0px auto; padding:20px 0;}
#prosearch>form{ width:500px; height:40px; background:rgba(255,255,255,1);border:1px solid #ddd; margin:0px auto;}
#prosearch>form input[type="text"]{outline: medium;float:left;height:40px;line-height:40px;width:70%; padding:0 5%;border:none; font-family: ; font-size:16px; background:none;color:#333;box-sizing:border-box;overflow:hidden;}
#prosearch>form input::-webkit-input-placeholder, #search textarea::-webkit-input-placeholder { color:#ccc;}
#prosearch>form button{float:right;width:20%;height:40px;border:none; opacity:.8;background:url(../images/go-black.png) no-repeat center center;background-size:auto 18px;;cursor:pointer;box-sizing:border-box;overflow:hidden;}
#prosearch>form button:hover{ opacity:1;}

@media only screen and (max-width: 1280px) {
  #prosearch>form{ width:80%;}
}
@media only screen and (max-width: 420px) {
  #prosearch>form{ width:90%;}
}
/* end*/




/*

products

-----------------------------------------------------------------*/
#products{ width:100%; margin:0px auto; padding:50px 0; background:#fff;}
#products .wrap{position:relative; width:90%; max-width:1460px; margin:0px auto;}
#products .conLeft{ width:20%; max-width:280px;}
#products .conRight{ width:78%;}
#products .prolist{ width:100%;}
#products .prolist>ul{ display:block; width:100%; margin:0px auto; background:url("../images/prolist-bg.png") repeat-y; background-position:top center;}
#products .prolist>ul>li{ display:block; text-align:left;}
#products .prolist>ul>li:last-of-type>a{border-bottom:1px solid #ddd;}
#products .prolist>ul>li>a{ position:relative; display:block; border-top:1px solid #ddd; margin-top:-1px; padding-left:28%; width:72%; height:50px; line-height:50px; font-size:16px;}
#products .prolist>ul>li>a.on{background:url("../images/icon-plus.png") no-repeat; background-position:95% 50%; background-size:18px auto;}
#products .prolist>ul>li>a>.icon{ position:absolute; z-index:2; left:5%; top:50%; margin-top:-18px; display:block; width:36px; height:36px; overflow:hidden;}
#products .prolist>ul>li>a:after{ position:absolute; left:20%; top:50%; width:1px; height:20px; margin-top:-10px; background:#ccc; content:'';}
#products .prolist>ul>li>a>.icon>img{position:absolute; z-index:1; top:0; left:0; width:100%; height:auto;}
#products .prolist>ul>li>.A .icon>img{ top:-36px;}
#products .prolist>ul>li>.A{ background:var(--primary-color) url("../images/icon-minus.png") no-repeat !important; background-position:95% 50% !important; background-size:18px auto !important; border-top:1px solid var(--primary-color); border-right:1px solid var(--primary-color); color:#fff!important;}
#products .prolist>ul>li:hover>a{ color:var(--primary-color);}
#products .prolist>ul>li>ul{ display:block; background:#eee url("../images/prolist-bg.png") repeat-y; background-position:top center; padding:0; margin:0px auto;}
#products .prolist>ul>li>ul>li{ display:block; font-size:14px; text-align:left;}
#products .prolist>ul>li>ul>li>a{ display:block; padding:10px 0; padding-left:8%; width:92%; transition:all .35s;}
#products .prolist>ul>li>ul>li a:hover{ font-weight:bold; color:var(--primary-color);}
#products .prolist>ul>li>ul>li .on{background: url("../images/icon-plus.png") no-repeat; background-position:95% 50%; background-size:16px auto;}
#products .prolist>ul>li>ul>li .A{background:#ff585e url("../images/icon-minus.png") no-repeat !important; background-position:95% 50% !important; background-size:16px auto !important; border-top:1px solid #ff585e; border-right:1px solid #ff585e; color:#fff!important;}
#products .prolist>ul>li>ul>li ul{ background:#f7f7f7 url("../images/prolist-bg.png") repeat-y; background-position:top center; padding:0; margin:0px auto;}
#products .prolist>ul>li>ul>li ul>li{ display:block; font-size:14px; text-align:left;}
#products .prolist>ul>li>ul>li ul>li>a{ display:block; padding:10px 0; padding-left:8%; width:92%; transition:all .35s;}
#products .prolist>ul>li>ul>li>ul>li .A{background:#ffa7aa url("../images/icon-minus.png") no-repeat !important; background-position:95% 50% !important; background-size:16px auto !important; border-top:1px solid #ffa7aa; border-right:1px solid #ffa7aa; color:#fff!important;}
#products .prolist>ul>li .sA{ color:var(--primary-color); font-weight:bold;}
#products .procall{ margin:30px auto; border:1px solid #ddd;}
#products .procall>.text{ padding:30px 20px; text-align:left;}
#products .procall>.text>.title{font-size:14px; color:#666;}
#products .procall>.text>.title>img{ height:20px; width:auto; opacity:.4;}
#products .procall>.text>.tel{ padding:8px 0; font-size:24px; font-weight:bold; color:var(--primary-color);}
#products .procall>.text>.tips{font-size:12px; color:#999;}
.online{ border-top:1px solid #ddd;overflow:hidden;display: none;}
.online>a{ position:relative; display:block; width:50%; float:left; padding:20px 0; text-align:center; background:#f7f7f7; transition:all .35s;}
.online>a:first-child:after{ position:absolute; left:0; top:0; z-index:2; width:100%; height:100%; border-right:1px solid #ddd; content:'';}
.online>a>span{ display:block; position:relative; width:45px; height:45px; overflow:hidden; margin:0px auto 5px auto;}
.online>a>span>img{position:absolute; z-index:2; left:0; top:0; width:100%; height:auto; transition:all .35s;}
.online>a:hover{ background:var(--primary-color); color:#fff;}
.online>a:hover span>img{ top:-45px;}
#products .product{ margin:0px auto;}
#products .product>li{ display:block; float:left; width:24.8%; border:1px solid #ddd; margin-top:-1px; margin-left:-1px;}
#products .product>li>a{ display:block; position:relative;}
#products .product>li>a:after{position:absolute; z-index:8; left:0; top:0; width:100%; height:100%; background:rgba(216,33,40,0); content:''; transition:all .35s;}
#products .product>li .tips{position:absolute; z-index:6; right:0; top:0;}
#products .product>li .tips>img{ width:60px; height:auto;}
#products .product>li .view{position:absolute; z-index:9; left:0; top:0; width:100%; opacity:0; padding-top:40%; text-align:center; font-size:14px; color:rgba(255,255,255,1); transition:all .35s;}
#products .product>li .view .icon{ position:relative; display:block; margin:0px auto 10px auto; width:58px; height:58px; border:1px solid rgba(255,255,255,1); border-radius:100%; text-align:center; overflow:hidden;}
#products .product>li .view .icon>img{ position:absolute; left:-100%; top:0; width:100%; height:auto; margin:0px auto; transition:all .35s;}
#products .product>li .img{ display:block; width:100%; text-align:center; overflow:hidden;}
#products .product>li .img>img{ width:100%; height:auto; margin:0px auto;}
#products .product>li .name{ font-size:16px; text-align:center; padding:20px 10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#products .product>li>a:hover:after{ background:rgba(216,33,40,.8);}
#products .product>li>a:hover .view{ opacity:1;}
#products .product>li>a:hover .view .icon>img{ left:0;}
#products .wrap>.clear{ padding-bottom:50px;}

@media only screen and (max-width: 1280px) {
  #products{ padding:20px 0;}
  #products .conLeft{ display:none;}
  #products .conRight{ width:100% !important;}
  #products .product>li{ width:49.8%;}
  #products .product>li .img>img{ width:80%;}

}
@media only screen and (max-width: 420px) {
  #products .product>li{ width:99.8%;}
  #products .product>li .name{ font-size:14px; padding:10px 5px;}

}
/* end*/




/*

product-view

-----------------------------------------------------------------*/
#product-view{ width:100%; margin:0px auto; background:#fff;}
#product-view>.wrap{ width:90%; max-width:1460px; margin:0 auto; padding:50px 0 100px 0;}
#product-view .tags{ margin:0px auto; padding:50px 0 100px 0;}
#product-view .tags .tags_title{ padding:20px; text-align:center;}
#product-view .tags .tags_title a{ display:inline-block; width:100px; height:100px; text-align:center; margin:0px 10px; border:3px solid #ddd; border-radius:8px; font-size:14px; background:#fff; color:#666; transition:all .35s;}
#product-view .tags .tags_title a>span{ position:relative; display:block; width:40px; height:40px; margin:15px auto 10px auto; overflow:hidden;}
#product-view .tags .tags_title a>span>img{ position:absolute; z-index:1; left:0; top:0; width:100%;height:auto;}
#product-view .tags .tags_title .A{ color:var(--primary-color);border:3px solid var(--primary-color);}
#product-view .tags .tags_title .A>span>img{ top:-40px;}
#product-view .tags .tags_content{ display:none; text-align:left; line-height:25px;color:#676767; border-top:1px solid #ddd; padding-top:50px; font-size:14px;}
#product-view .tags .tags_content iframe{ width:100%; height:700px; margin:0px auto;}
#product-view .tags .tags_content table{ border-left:1px solid #fff !important; border-right:1px solid #fff !important; width:100%;}
#product-view .tags .tags_content table tr{ transition:all .1s;}
#product-view .tags .tags_content table tr:first-child{ background:#666 !important; font-weight:bold; font-size:15px; color:#fff !important;}
#product-view .tags .tags_content table tr:first-child td{border-right:1px solid rgba(255,255,255,.1) !important;padding:15px 20px !important;}
#product-view .tags .tags_content table td{ border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:left; padding:10px 20px;}
#product-view .tags .tags_content table td:last-of-type{ border-right:1px solid #fff !important;}
#product-view .tags .tags_content table tr:hover{ background:var(--primary-color); color:#fff;}
#product-view .tags .tags_content a{ display:inline-block; text-align:left; width:30%; transition:all .35s;}
#product-view .tags .tags_content a>img{ height:50px; width:auto; margin-right:15px;}
#product-view .tags .tags_content a:hover{ text-decoration:underline;}
#product-view .tags .tags_content a.pdf{ font-size:16px;}
#product-view .tags .tags_content a.down_3d{ display:inline-block; background:var(--primary-color);border-radius:5px; font-size:16px; padding:5px 0; line-height:45px; color:#fff; margin-top:20px; width:180px;}
#product-view .tags .tags_content a.down_3d>span{ position:relative; display:inline-block; float:left; margin-left:25px; width:45px; height:45px; overflow:hidden;}
#product-view .tags .tags_content a.down_3d>span>img{ position:absolute; z-index:1; left:0; top:-45px; width:100%; height:auto;}
#product-view .tags .tags_content a.down_3d:hover{ background:#ff9900; text-decoration:none;}
#product-view .tags .tags_content .tips{ display:inline-block; padding:10px 20px; line-height:20px; text-align:left; color:#aaa; font-size:14px;}
#product-view .name{ font-size:32px; color:#000000; padding:20px 0; text-align:left;}
#product-view .name>img{ margin-right:10px;}
#product-view .container{position:relative; height:600px; border:1px solid #ddd; overflow:hidden;}
#product-view .container .tagcon{ display:none; width:80%; height:600px; overflow:hidden; text-align:center;}
#product-view .container .tagcon iframe{ display:block; width:100%; height:500px; margin:0; padding:0;}
#product-view .container .tagcon .down_3d{ position:relative; margin:0px auto; padding:0px 30px; height:100px; border-right:1px solid #ddd; text-align:left;}
#product-view .container .tagcon .down_3d>a{ display:inline-block; background:var(--primary-color);border-radius:5px; font-size:16px; padding:5px 0; line-height:45px; color:#fff; margin-top:20px; width:180px;}
#product-view .container .tagcon .down_3d>a img{ display:inline-block;margin-left:25px; height:35px; width:auto;}
#product-view .container .tagcon .down_3d>a:hover{ background:#ff9900; text-decoration:none;}
#product-view .container .tagcon .down_3d>.tips{ position:absolute; left:230px; top:25px; z-index:2; display:block; padding:0 20px; line-height:20px; text-align:left; color:#aaa; font-size:14px;}
#product-view .container .tagcon img{width:auto; max-height:100%; margin:0px auto;}
#product-view .container .tagtit{ width:10%; padding:10% 5%; text-align:center;}
#product-view .container .tagtit a{ display:block; width:90%; border-radius:30px; border:1px solid #ddd; padding:10px 0; font-size:14px; margin:7px auto; transition:all .35s;}
#product-view .container .tagtit .A{ background:var(--primary-color); color:#fff; border:1px solid var(--primary-color);}
#product-view .img-box{ position:relative; width:600px; height:600px; text-align:center; margin:0px auto;}
#product-view .img-box .swiper-container { width: 100%;height: 100%;}
#product-view .img-box .swiper-slide {text-align: center;background: #fff;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;}
#product-view .img-box .swiper-slide a{ width:100%!important; height:100%!important;}
#product-view .img-box .swiper-slide img{ width:100%!important; height:100%!important;}
#product-view .img-box .swiper-pagination{ position:absolute; z-index:9; left:50%; bottom:30px; width:100%; margin-left:-50%;}
#product-view .img-box .swiper-pagination>span{ margin:0px 2px;}
#product-view .img-box .swiper-pagination .swiper-pagination-bullet-active {background: var(--primary-color)!important;}
/*#product-view .container #tag0{ padding:0 100px;}
#product-view .container #tag2{ padding:50px 100px; height:500px;}
#product-view .container #tag3{ padding:50px;height:500px;}*/
#product-view .model{ margin:0px auto; padding:20px 0; text-align:left;}
#product-view .model .title{ display:block; padding:30px 0; color:#333; font-size:21px; font-weight:normal;}
#product-view .model .text{ padding:50px 0; text-align:left;}
#product-view .model .text table{ border-left:1px solid #ddd;border-top:1px solid #ddd; margin:0px; width:100%; /*min-width:1000px;*/}
#product-view .model .text table tr:first-child{ background:#eee; font-weight:bold;color:#333;}
#product-view .model .text table td{ text-align:left; font-size:14px; color:#666; padding:10px 20px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
#product-view .model .text table tr:hover td{ color:var(--primary-color);}
#product-view .model .text .tableWap{ overflow:hidden; overflow-x:auto;}
#product-view .gotop{ padding:50px 0; text-align:left;}
#product-view .gotop a{ display:inline-block; background:var(--primary-color);border-radius:3px; padding:8px 30px; font-size:14px; color:#fff;}


@media only screen and (max-width: 1280px) {
  #product-view .container .tagtit{ float:none!important;width:90%; padding:0; height:100px; line-height:100px; margin:0px auto;}
  #product-view .container .tagtit a{ display:inline-block!important; width:24%; height:20px; line-height:20px; margin:0px auto;}
  #product-view .container .tagcon{ width:100%; height:500px;}
  #product-view .container .tagcon img{width:100%; max-height:100%; margin:0px auto;}
  #product-view .container .tagcon iframe{ height:400px;}
  #product-view .container .tagcon .down_3d{ padding:0px 20px; height:50px;border:0!important;}
  #product-view .container .tagcon .down_3d>.tips{ left:200px; top:20px; font-size:12px; line-height:18px;}
  #product-view .img-box{width:500px; height:500px;}
  #product-view .model .text{ padding:20px 0;}
  #product-view .gotop{ padding:20px 0;}

}
@media only screen and (max-width: 420px) {
  #product-view .name{ font-size:21px; text-align:center;}
  #product-view .name img{ display:none;}
  #product-view .container{height:400px; overflow:hidden;}
  #product-view .container .tagtit a{ height:16px; line-height:16px; font-size:12px; }
  #product-view .container .tagcon{ width:100%; height:300px;}
  #product-view .img-box{width:300px; height:300px;}
  #product-view .container .tagcon iframe{ height:270px;}
  #product-view .container .tagcon .down_3d{ padding:0px; height:30px;}
  #product-view .container .tagcon .down_3d>a{ display:block; border-radius:0!important; font-size:12px; padding:0; line-height:30px; text-align:center; color:#fff; width:100%; margin:0px auto;}
  #product-view .container .tagcon .down_3d>a img{ height:20px;}
  #product-view .container .tagcon .down_3d>.tips{ display:none;}
  #product-view .model .title{ font-size:18px; padding:0!important;}
  #product-view .model .text{ padding:20px 0!important;}
  #product-view .model .text table{ /*min-width:500px;*/}
  #product-view .model .text table td{ font-size:12px; padding:8px 15px;}
  #product-view .gotop{text-align:center;}

}
@media only screen and (max-width: 320px) {
  #product-view .name{ font-size:18px; text-align:center;}

}
/* end*/




/*

research

-----------------------------------------------------------------*/
#research{ position:relative; width:100%; margin:0px auto;}
#research .wrap{ width:90%; max-width:1460px; margin:0px auto 100px auto;}
#research .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#research .rd{ margin:0px auto;}
#research .rd>.img{ position:relative; width:80%; height:400px; overflow:hidden; text-align:left;}
#research .rd>.img>a .text{position:absolute; z-index:5; right:0; top:0; width:320px; height:240px; padding:80px 40px; background:rgba(255,255,255,.8); color:#666; font-size:14px; line-height:25px;}
#research .rd>.img>a .text>h3{ display:block; padding:20px 0; color:#333;font-size:24px; font-weight:normal;}
#research .rd>.img>a .text:after{ position:absolute; z-index:1; left:-12px; top:50%; margin-top:-8px; width:0;height:0;border-top: 8px solid transparent;border-right: 12px solid rgba(255,255,255,.8); border-bottom: 8px solid transparent; content:'';}
#research .rd>.img>a img{ width:100%; height:auto;}
#research .rd>.title{ width:20%;height:400px; background:var(--primary-color); overflow:hidden; text-align:center;}
#research .rd>.title>.icon{display:block; margin:60px auto 15px auto; transition:all 1s;}
#research .rd>.title>.name{ font-size:18px; color:rgba(255,255,255,1);}
#research .rd>.title>.more{ display:block; margin:20px auto; width:90px; height:30px; line-height:30px; text-align:center; font-size:14px; color:rgba(255,255,255,.6); border:1px solid rgba(255,255,255,.5); transition:all .35s;}
#research .rd>.title>.more:hover{ background:rgba(255,255,255,.1); color:rgba(255,255,255,.8); border:1px solid rgba(255,255,255,.6);}
#research .rd>.title:hover .icon{ transform:rotateY(360deg);}
#research .other{ margin:2% auto;}
#research .other>.rdachievement{ position:relative; width:59%; height:300px; overflow:hidden;}
#research .other>.rdachievement>a .img{ width:70%; height:100%; overflow:hidden; background:url('../images/rdachievement-img.jpg') no-repeat; background-size:cover;}
#research .other>.rdachievement>a .img>img{width:100%; height:auto; transition:all 3s;}
#research .other>.rdachievement>a .text{ position:absolute; z-index:1; right:0; top:0; width:20%; height:200px; padding:50px 5%; text-align:left; color:#666; font-size:14px; line-height:25px; background:#ddd;}
#research .other>.rdachievement>a .text>h3{ display:block; padding:10px 0; color:#333; font-size:24px; font-weight:normal;}
#research .other>.rdachievement>a .text>img{ display:block; margin-top:10px; transition:all .35s;}
#research .other>.rdachievement>a .text:after{ position:absolute; z-index:1; left:-12px; top:50%; margin-top:-8px; width:0;height:0;border-top: 8px solid transparent;border-right: 12px solid #ddd; border-bottom: 8px solid transparent; content:'';}
#research .other>.rdachievement>a .text>img:hover{ margin-left:10px;}
#research .other>.idea{ position:relative; width:39%; height:300px; background:#fff; overflow:hidden;}
#research .other>.idea img{ width:100%; height:100%; transition:all .35s;}
#research .other>.idea>a .text{position:absolute; z-index:2; left:40%; top:10%; width:240px; text-align:left; font-size:14px; line-height:20px; color:rgba(255,255,255,.6);}
#research .other>.idea>a .text>h3{ display:block; padding:76px 0 40px 0; color:rgba(255,255,255,1)!important; font-size:36px; font-weight:normal;}
#research .other>.idea>a:hover img{ opacity:.8;transform:scale(1.05);}

@media only screen and (max-width: 1280px) {
  #research .other>.rdachievement{ height:270px;}
  #research .other>.rdachievement>a .text{ width:32%;}
  #research .other>.idea{height:270px;}
}
@media only screen and (max-width: 1040px) {
  #research .rd>.img{ width:61%; height:350px;}
  #research .rd>.title{ width:39%;height:350px;}
  #research .rd>.img>a .text{width:50%;}
  #research .rd>.img>a img{ width:126%;}
  #research .other>.rdachievement{ height:240px;}
  #research .other>.rdachievement>a .text{ width:50%;}
  #research .other>.rdachievement>a .text>h3{font-size:20px;}
  #research .other>.idea{height:240px;}
  #research .other>.idea img{ height:100%;}
  #research .other>.idea>a .text{left:30%; top:16%; width:60%;}
  #research .other>.idea>a .text>h3{padding:40px 0 20px 0; font-size:30px;}
}
@media only screen and (max-width: 780px) {
  #research .rd>.img>a .text{right:0; top:auto; bottom:0; width:90%; height:100px; padding:30px 5%;}
  #research .rd>.img{ float:none!important; width:100%; height:400px;}
  #research .rd>.title{ width:100%;height:300px;}
  #research .rd>.title>.icon{margin:25px auto 15px auto;}
  #research .other>.rdachievement{ width:49%; height:210px;}
  #research .other>.rdachievement>a .img{ width:100%; height:100%;}
  #research .other>.rdachievement>a .img>img{width:100%; height:100%;}
  #research .other>.rdachievement>a .text{ width:90%; height:100%; padding:0 5%; font-size:14px; line-height:25px; background:rgba(255,255,255,.6);}
  #research .other>.rdachievement>a .text>h3{padding:20px 0 10px 0; font-size:20px;}
  #research .other>.idea{ width:49%; height:210px;}
  #research .other>.idea>a .text{left:20%; top:10%; width:80%;}
  #research .other>.idea>a .text>h3{ padding:36px 0 20px 0;font-size:30px;}
}
@media only screen and (max-width: 420px) {
  #research .rd>.img{ height:300px;}
  #research .rd>.img>a .text{ position:relative; width:80%; height:140px; padding:10px 10%; font-size:13px; line-height:22px;}
  #research .rd>.img>a .text>h3{ padding:20px 0 10px 0; font-size:20px;}
  #research .rd>.title{height:150px;}
  #research .rd>.title>.icon{margin:15px auto 0 auto;}
  #research .rd>.title>.icon>img{height:60px; width:auto;}
  #research .rd>.title>.name{ font-size:14px;}
  #research .rd>.title>.more{ margin:10px auto; height:24px; line-height:24px; font-size:12px;}
  #research .other>.rdachievement{ width:100%; margin:10px auto;}
  #research .other>.rdachievement>a .text{ position:relative; width:80%; padding:0 10%;}
  #research .other>.idea{ width:100%;}
  #research .other>.idea>a .text{left:10%;}

}
/* end*/



/*

rd

-----------------------------------------------------------------*/
#rdcenter{ position:relative; width:100%; margin:0px auto;}
#rdcenter .wrap{ width:90%; max-width:1460px; margin:0px auto;}
#rdcenter .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#rdcenter .container{ position:relative; margin:50px auto 120px auto;}
#rdcenter .container>.content{ padding-bottom:20px; font-size:16px; color:#888; text-align:left; line-height:30px;}
#rdcenter .container>.item{ margin:0 auto; text-align:left;}
#rdcenter .container>.item a{ position:relative; display:block; float:left; width:24.25%; margin-right:1%; margin-bottom:1%;}
#rdcenter .container>.item a:nth-child(4n){ margin-right:0!important;}
#rdcenter .container>.item a>span{ position:absolute; z-index:9; left:0; bottom:0; display:block;width:90%; height:50px; line-height:50px; padding:0 5%; color:#fff; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-size:16px; text-align:left; background:rgba(0,0,0,.5) url("../images/icon-arrow-up.png") no-repeat; background-position:95% 50%; background-size:20px auto; transition:all .35s;}
#rdcenter .container>.item a>img{width:100%; height:auto;}
#rdcenter .container>.item a:hover span{ background:rgba(216,33,40,.8) url("../images/icon-arrow-up.png") no-repeat; background-position:95% 50%; background-size:20px auto; height:70px; line-height:70px; color:#fff;}

@media only screen and (max-width: 780px) {
  #rdcenter .container>.content{ font-size:12px; line-height:20px; }
  #rdcenter .container>.item a{width:32.3%;}
  #rdcenter .container>.item a:nth-child(3n){ margin-right:0!important;}
  #rdcenter .container>.item a:nth-child(4n){ margin-right:1%!important;}
  #rdcenter .container>.item a>span{ font-size:14px;}
}

@media only screen and (max-width: 420px){
  #rdcenter .wrap>.title{ padding:30px 0; font-size:16px; font-weight:bold; }
  #rdcenter .container{ margin:0 auto 50px auto; }
  #rdcenter .container>.item a{width:49%;}
  #rdcenter .container>.item a:nth-child(2n){ margin-right:0!important;}
  #rdcenter .container>.item a:nth-child(3n){ margin-right:1%!important;}
  #rdcenter .container>.item a:nth-child(4n){ margin-right:1%!important;}
}
/* end*/



/*

achievement

-----------------------------------------------------------------*/
#rd-achievement{ position:relative; width:100%; margin:0px auto;}
#rd-achievement .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#rd-achievement .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#rd-achievement .container{ margin:0px auto; padding:50px 0 150px 0;}
#rd-achievement .container>li{ display:block; background:#fff; padding:2%; border-bottom:1px solid #eee; transition:all .35s;}
#rd-achievement .container>li>a{ display:block;}
#rd-achievement .container .img{ position:relative; width:35%; text-align:left;}
#rd-achievement .container .img>img{ width:100%; height:auto; transition:all .35s;}
#rd-achievement .container .img:after{position:absolute; z-index:6; right:0; top:20%; width:0;height:0;border-top: 10px solid transparent;border-right: 16px solid rgba(255,255,255,1); border-bottom: 14px solid transparent; content:'';}
#rd-achievement .container .img:before{ position:absolute; z-index:1; right:0; top:0; width:0;height:100%; opacity:0; background:rgba(0,0,0,1); content:''; transition:all .35s;}
#rd-achievement .container .describe{ position:relative; width:62%; height:250px; text-align:left;}
#rd-achievement .container .describe>.name{ display:block; padding:15px 0; font-size:24px; font-weight:normal; color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#rd-achievement .container .describe>.text{ padding:20px 0; font-size:14px; color:#888; line-height:25px;}
#rd-achievement .container .describe>.more{ position:absolute; z-index:1; right:0; bottom:0; border-radius:3px; display:inline-block; padding:10px 20px; background:var(--primary-color); color:#fff; font-size:12px; font-family:"Arial";}
#rd-achievement .container>li>a:hover .name{ color:var(--primary-color);}
#rd-achievement .container>li:hover{ box-shadow:0 2px 5px rgba(0,0,0,.1);}
#rd-achievement .container>li:hover .img:before{ width:100%; opacity:.5;}
#rd-achievement .container>li:hover .more{background:#999;}
#rd-achievement .more{ padding:0px 0 100px 0; text-align:center;}

@media only screen and (max-width: 1280px) {
  #rd-achievement .container{ padding:30px 0;}
  #rd-achievement .container .describe>.name{ font-size:20px;}
  #rd-achievement .container .describe>.text{ padding:0; height:50px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
}

@media only screen and (max-width: 420px) {
  #rd-achievement .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #rd-achievement .container>li{ padding:3%; margin-bottom:5%;}
  #rd-achievement .container .img{ width:100%!important; float:none!important;}
  #rd-achievement .container .img:after{display:none;}
  #rd-achievement .container .describe{ width:100%!important; float:none!important; height:auto; padding-bottom:60px;}
  #rd-achievement .container .describe>.name{ font-size:16px; padding:10px 5px;}
  #rd-achievement .container .describe>.text{ padding:0 5px; height:40px; font-size:12px; line-height:20px;}
  #rd-achievement .container .describe>.more{ padding:8px 15px; color:var(--primary-color); background:none;}
}


/* end*/


/*

achievement view

-----------------------------------------------------------------*/
#rd-achievement-view{ position:relative; width:100%;  margin:0px auto;}
#rd-achievement-view .wrap{ width:90%; max-width:1460px; margin:0px auto;}
#rd-achievement-view .wrap>.title{ position:relative; text-align:center; padding:50px 0; font-size:24px; color:#333;}
#rd-achievement-view .container{ margin:0px auto;}
#rd-achievement-view .container .content{ width:100%; text-align:left;}
#rd-achievement-view .container .content>.time{ font-size:12px; color:#999; text-align:center;}
#rd-achievement-view .container .content>.text{ padding:30px 0; font-size:14px; line-height:25px; color:#666;}
#rd-achievement-view .container .content>.text img{ max-width:100%; height:auto;}
#rd-achievement-view .container .content>.text table{ width:100%; border-left:1px solid #ddd; border-top:1px solid #ddd;}
#rd-achievement-view .container .content>.text table>td{ border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px;}
#rd-achievement-view .url{ position:relative; width:100%; padding:50px 0; text-align:center; margin:0px auto; overflow:hidden;}
#rd-achievement-view .url a{ position:relative; z-index:99; display:inline-block; margin-right:30px; color:var(--primary-color); overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s;}
#rd-achievement-view .url a>img{ height:25px; width:auto; margin-right:5px;}
#rd-achievement-view .url a:hover{ text-decoration:underline;}
@media only screen and (max-width: 1280px) {
  #rd-achievement-view .url{ text-align:left;}
  #rd-achievement-view .url:after{ display:none;}
  #rd-achievement-view .url a{display:block; padding:5px 0;}
}

@media only screen and (max-width: 420px) {
  #rd-achievement-view .wrap>.title{ padding:0 0 10px 0!important; font-size:16px; font-weight:bold;}

}

/* end*/










/*

idea

-----------------------------------------------------------------*/
#idea{ position:relative; width:100%; margin:0px auto;}
#idea .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#idea .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#idea .container{ position:relative; margin:50px auto 120px auto;}
#idea .container>.content{ margin-bottom:20px; position:relative;}
#idea .container>.content>.text{ position:absolute; z-index:4; right:0; top:0; background:rgba(255,255,255,.8); width:30%; height:100%; padding:0 5%; text-align:left;}
#idea .container>.content>.text:after{ position:absolute; z-index:1; left:-16px; top:50%; margin-top:-12px; width:0;height:0;border-top: 12px solid transparent;border-right: 16px solid rgba(255,255,255,.8); border-bottom: 12px solid transparent; content:'';}
#idea .container>.content>.text>h3{ position:relative; color:var(--primary-color); font-size:24px; font-weight:normal; padding:22% 0 8% 0;}
#idea .container>.content>.text>h3:after{ position:absolute; left:0; bottom:10%; background:var(--primary-color); width:20%; height:2px; content:'';}
#idea .container>.content>.text>span{ font-size:16px; color:#888; text-align:left; line-height:30px;}
#idea .container>.content>img{ width:100%; height:auto; margin:0 auto;}
#idea .container>.feedback{ width:100%; margin:0 auto;}
#idea .container>.feedback .item{ position:relative; background:#fff; border:1px solid #ddd; overflow:hidden; margin-top:-1px;}
#idea .container>.feedback .item:after{position:absolute; z-index:1; left:250px; top:0; width:1px; height:100%; background:#ddd; content:'';}
#idea .container>.feedback .item .tit{ float:left; width:14.8%; max-width:250px; min-width:250px; height:65px; line-height:65px; text-align:center; border-right:1px solid #ddd; background:#f9f9f9; font-size:14px;}
#idea .container>.feedback .item .sel{ text-align:left; width:70%; padding:0 30px; background:#fff; float:left;height:65px; line-height:65px;}
#idea .container>.feedback .item a{ display:inline-block; margin-right:20px; height:30px; line-height:30px; padding:0 20px; font-size:14px;}
#idea .container>.feedback .item .radioA{ background:var(--primary-color); color:#fff;}
#idea .container>.feedback .item .inputtext{ outline:none; border:0 !important; font-family:' '; width:75%; float:left; height:65px; line-height:65px; padding:0 30px; }
#idea .container>.feedback .item .inputtext:hover -webkit-input-placeholder{ display:none;}
#idea .container>.feedback .item .textareatext{ position:relative; outline:none; resize:none; border:0 !important; font-family:' '; float:left; width:75%; height:100%; line-height:20px; padding:30px;}
#idea .container>.feedback .item .A::-webkit-input-placeholder{ color:var(--primary-color) !important;}
#idea .container>.feedback .item img{position:absolute; left:24%; top:20px;}
#idea .container>.feedback .item>.inline{ display:inline-block; float:left; width:50%; border-left:1px solid #ddd; border-top:1px solid #ddd; margin-left:-1px; margin-top:-1px;}
#idea .container>.feedback .item>.inline .tit{ min-width:250px;}
#idea .container>.feedback .item>.inline .inputtext{ width:36%;}
#idea .container>.feedback .item>.inline .sel{ width:36%;}
#idea .btn{ padding:20px 0 30px 0; text-align:center;}
#idea .btn>input{ width:200px; margin:0 auto; background:var(--primary-color); outline:none; border:0!important; font-family:' '; color:#fff; font-size:16px; padding:12px 0; cursor:pointer;}


@media only screen and (max-width: 1280px) {
  #idea .container>.content>.text>h3{ font-size:20px; padding:20% 0 8% 0;}
  #idea .container>.content>.text>span{ font-size:14px; line-height:20px;}
  #idea .container>.feedback .item:after{left:160px;}
  #idea .container>.feedback .item .tit{ max-width:160px; min-width:160px;}
  #idea .container>.feedback .item a{ margin-right:0px; padding:0 10px; font-size:12px;}
  #idea .container>.feedback .item .inputtext{ width:65%;}
  #idea .container>.feedback .item .textareatext{ width:65%;}
  #idea .container>.feedback .item>.inline .tit{ min-width:160px;}
  #idea .container>.feedback .item>.inline .inputtext{ width:32%;}
  #idea .container>.feedback .item>.inline .sel{ width:32%;}
  #idea .container>.feedback .item img{ left:50%;}
}
@media only screen and (max-width: 780px) {
  #idea .container>.content>.text{  width:50%;}
  #idea .container>.content>.text>h3{ font-size:20px; padding:12% 0 8% 0;}
  #idea .container>.feedback .item:after{left:100px;}
  #idea .container>.feedback .item .tit{ max-width:100px; min-width:100px;}
  #idea .container>.feedback .item>.inline{ width:100%; float:none!important;}
  #idea .container>.feedback .item>.inline .tit{ min-width:100px;}
  #idea .container>.feedback .item>.inline .inputtext{ width:40%;}
  #idea .container>.feedback .item .sel{ padding:0 15px;}
  #idea .container>.feedback .item .inputtext{ width:40%; padding:0 15px;}
  #idea .container>.feedback .item .textareatext{ width:40%; padding:15px;}
  #idea .container>.feedback .item img{ left:auto; right:10%;}
  #idea .btn>input{ width:100%;}
}
@media only screen and (max-width: 420px){
  #idea .wrap>.title{ padding:30px 0; font-size:16px; font-weight:bold; }
  #idea .container{ margin:0 auto 20px auto; }
  #idea .container>.content>.text{ position:relative; right:0; top:0; background:none!important; width:100%; height:100%; padding:0 !important; text-align:left;}
  #idea .container>.content>.text>h3{ font-size:16px; padding:4% 0;}
}













/*

talents

-----------------------------------------------------------------*/
#talents{ position:relative; width:100%; margin:0px auto;}
#talents .wrap{ width:90%; max-width:1460px; margin:0px auto;}
#talents .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#talents .container{ position:relative; padding:50px 0 150px 0;}
#talents .container>.img{ width:40%;}
#talents .container>.img>img{ width:100%; height:auto;}
#talents .container>.content{ width:55%; text-align:left;}
#talents .container>.content>h3{ display:block; padding:6px 20px; margin:20px 0 40px 0; color:var(--primary-color); font-size:24px;font-weight:normal; border-left:3px solid var(--primary-color);}
#talents .container>.content>p{ font-size:16px; line-height:25px; color:#666; margin-bottom:30px;}

@media only screen and (max-width: 1280px) {
  #talents .container>.img{ width:100%;}
  #talents .container>.content{ width:100%;}
}
@media only screen and (max-width: 420px) {
  #talents .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #talents .wrap>.container{ padding:0 0 20px 0;}
  #talents .container>.content>h3{ font-size:20px;}
  #talents .container>.content>p{ font-size:14px; line-height:20px;}
}
/* end*/




/*

jobs

-----------------------------------------------------------------*/
#jobs{ position:relative; width:100%; margin:0px auto;}
#jobs .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#jobs .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#jobs .container{ margin:0 auto; padding:50px 0 150px 0; position:relative; overflow:hidden;}
#jobs .container>.list-tr{ width:100%; margin:0px auto; background:var(--primary-color);}
#jobs .container>.list-tr>li{ position:relative; display:block; float:left; width:20%; height:60px; line-height:60px; color:#fff; font-size:16px; text-align:center;}
#jobs .container>.list-tr>li:after{position:absolute; z-index:9; top:0; right:0; width:1px; height:100%; background:rgba(255,255,255,.5); content:'';}
#jobs .container>.list-tr>li:last-of-type:after{ display:none;}
#jobs .container>.list-td{ width:100%; height:auto; margin:0px auto;}
#jobs .container>.list-td>li{ position:relative; display:block; cursor:pointer; overflow:hidden; background:#fff;}
#jobs .container>.list-td>li>ul>li{ position:relative; display:block; float:left; width:16%; padding:20px 2%;  border-bottom:1px solid #ddd; color:#666; font-size:14px; text-align:center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s;}
#jobs .container>.list-td>li>ul>li:last-of-type:after{ position:absolute; z-index:1; right:20%; top:50%; margin-top:-12px; width:24px; height:24px; background:url("../images/icon-jobs-arrow.png") no-repeat; background-size:100% auto; content:'';}
#jobs .container>.list-td>li.A>ul>li{ color:var(--primary-color);}
#jobs .container>.list-td>li.A>ul>li:last-of-type:after{ background-position:0 -24px;}
#jobs .container>.list-td>li>ul:after{position:absolute; z-index:9; top:0; right:0; width:1px; height:100%; background:#ddd; content:'';}
#jobs .container>.list-td>li>ul:before{position:absolute; z-index:9; top:0; left:0; width:1px; height:100%; background:#ddd; content:'';}
#jobs .container>.list-td>li:hover, #jobs .container>.list-td>li.A{ background:#fff5f5;}
#jobs .container>.list-td>li>.con{ display:none; clear:both; padding:50px; text-align:left; background:#fff;border-bottom:1px solid #ddd;}
#jobs .container>.list-td>li>.con .add{ padding:5px 0; font-size:14px; line-height:20px; color:#666; display:none;}
#jobs .container>.list-td>li>.con .department{ padding:5px 0; font-size:14px; line-height:20px; color:#666; display:none;}
#jobs .container>.list-td>li>.con .quantity{ padding:5px 0; font-size:14px; line-height:20px; color:#666; display:none;}
#jobs .container>.list-td>li>.con .tit{ font-size:14px; font-weight:bold; color:#333; padding:5px 0;}
#jobs .container>.list-td>li>.con .txt{ font-size:14px; line-height:20px; color:#666; padding-bottom:10px;}

@media only screen and (max-width: 1280px) {
  #jobs .container>.list-tr>li{ width:25%;}
  #jobs .container>.list-tr>li.td4{ display:none!important;}
  #jobs .container>.list-td>li>ul>li{ width:21%;}
  #jobs .container>.list-td>li>ul>li.td4{ display:none!important;}
  #jobs .container>.list-td>li>ul>li:last-of-type:after{ right:10%;}
  #jobs .container>.list-td>li>.con .add{ display:block;}

}
@media only screen and (max-width: 420px) {
  #jobs .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #jobs .container{ padding:0 0 50px 0!important;}
  #jobs .container>.list-tr>li{ width:33%;}
  #jobs .container>.list-tr>li.td2{ display:none!important;}
  #jobs .container>.list-td>li>ul>li{ width:29%; font-size:12px;}
  #jobs .container>.list-td>li>ul>li.td2{ display:none!important;}
  #jobs .container>.list-td>li>ul>li:last-of-type{ width:26%; padding-right:5%;}
  #jobs .container>.list-td>li>ul>li:last-of-type:after{ right:5%;}
  #jobs .container>.list-td>li>.con{ padding:20px;}
  #jobs .container>.list-td>li>.con .department{ display:block;}
  #jobs .container>.list-td>li>.con .quantity{ display:block;}

}
/* end*/



/*

self

-----------------------------------------------------------------*/
#self{ position:relative; width:100%; margin:0px auto;}
#self .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#self .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#self .container{ position:relative; margin:50px auto 120px auto;}
#self .container>.content{padding-bottom:20px; font-size:16px; color:#888; text-align:left; line-height:30px;}
#self .container>.feedback{ width:100%; margin:0 auto;}
#self .container>.feedback .item{ position:relative; background:#fff; border:1px solid #ddd; overflow:hidden; margin-top:-1px;}
#self .container>.feedback .item:after{position:absolute; z-index:1; left:250px; top:0; width:1px; height:100%; background:#ddd; content:'';}
#self .container>.feedback .item .tit{ float:left; width:14.8%; max-width:250px; min-width:250px; height:65px; line-height:65px; text-align:center; border-right:1px solid #ddd; background:#f9f9f9; font-size:14px;}
#self .container>.feedback .item .sel{ text-align:left; width:70%; padding:0 30px; background:#fff; float:left;height:65px; line-height:65px;}
#self .container>.feedback .item a{ display:inline-block; margin-right:20px; height:30px; line-height:30px; padding:0 20px; font-size:14px;}
#self .container>.feedback .item .radioA{ background:var(--primary-color); color:#fff;}
#self .container>.feedback .item .inputtext{ outline:none; border:0 !important; font-family:' '; width:75%; float:left; height:65px; line-height:65px; padding:0 30px; }
#self .container>.feedback .item .inputtext:hover -webkit-input-placeholder{ display:none;}
#self .container>.feedback .item .textareatext{ position:relative; outline:none; resize:none; border:0 !important; font-family:' '; float:left; width:75%; height:100%; line-height:20px; padding:30px;}
#self .container>.feedback .item .A::-webkit-input-placeholder{ color:var(--primary-color) !important;}
#self .container>.feedback .item img{position:absolute; left:24%; top:20px;}
#self .container>.feedback .item>.inline{ display:inline-block; float:left; width:33.33%; border-left:1px solid #ddd; border-top:1px solid #ddd; margin-left:-1px; margin-top:-1px;}
#self .container>.feedback .item>.inline .tit{ min-width:250px;}
#self .container>.feedback .item>.inline .inputtext{ width:36%;}
#self .container>.feedback .item>.inline .sel{ width:36%;}
#self .btn{ padding:20px 0 30px 0; text-align:center;}
#self .btn>input{ width:200px; margin:0 auto; background:var(--primary-color); outline:none; border:0!important; font-family:' '; color:#fff; font-size:16px; padding:12px 0; cursor:pointer;}


@media only screen and (max-width: 1420px) {
  #self .container>.feedback .item:after{left:200px;}
  #self .container>.feedback .item .tit{ max-width:200px; min-width:200px;}
  #self .container>.feedback .item>.inline .tit{ min-width:200px;}
  #self .container>.feedback .item>.inline .inputtext{ width:32%;}
  #self .container>.feedback .item>.inline .sel{ width:32%;}
  #self .container>.feedback .item a{ margin-right:10px; padding:0 10px;}

}
@media only screen and (max-width: 1280px) {
  #self .container>.content{ font-size:12px; line-height:20px; }
  #self .container>.feedback .item>.inline{ width:49%;}
  #self .container>.feedback .item>.inline .inputtext{ width:50%;}
  #self .container>.feedback .item>.inline .sel{ width:50%;}
  #self .container>.feedback .item img{ left:30%;}
}
@media only screen and (max-width: 1040px) {
  #self .container>.feedback .item:after{left:160px;}
  #self .container>.feedback .item .tit{ max-width:160px; min-width:160px;}
  #self .container>.feedback .item a{ margin-right:0px; padding:0 10px; font-size:12px;}
  #self .container>.feedback .item .inputtext{ width:65%;}
  #self .container>.feedback .item .textareatext{ width:65%;}
  #self .container>.feedback .item>.inline .tit{ min-width:160px;}
  #self .container>.feedback .item>.inline .inputtext{ width:32%;}
  #self .container>.feedback .item>.inline .sel{ width:32%;}
  #self .container>.feedback .item img{ left:50%;}
  #self .btn>input{ width:100%;}
}
@media only screen and (max-width: 780px) {
  #self .container>.feedback .item:after{left:100px;}
  #self .container>.feedback .item .tit{ max-width:100px; min-width:100px;}
  #self .container>.feedback .item>.inline{ width:100%; float:none!important;}
  #self .container>.feedback .item>.inline .tit{ min-width:100px;}
  #self .container>.feedback .item>.inline .inputtext{ width:40%;}
  #self .container>.feedback .item .sel{ padding:0 15px;}
  #self .container>.feedback .item .inputtext{ width:40%; padding:0 15px;}
  #self .container>.feedback .item .textareatext{ width:40%; padding:15px;}
  #self .container>.feedback .item img{ left:auto; right:10%;}
}
@media only screen and (max-width: 420px){
  #self .wrap > .title{ padding:30px 0; font-size:16px; font-weight:bold; }
  #self .container{ margin:0 auto 20px auto; }
}
/* end*/




/*

service

-----------------------------------------------------------------*/
#service{ position:relative; width:100%; margin:0px auto;}


#service .network{position:relative; margin:0px auto; width:100%; padding:0;}
#service .network>.img{ position:relative; width:100%; margin:0px auto;}
#service .network>.img>img{ width:100%; height:auto; transition:all .35s;}
#service .network>.wrap{ margin:0px auto; border-bottom:1px solid #ddd;}
#service .network>.wrap>.map{ position:relative; width:70%;height:500px;}
#service .network>.wrap>.map:after{position:absolute; z-index:1; left:0; top:-80px; background:rgba(0,0,0,.3); width:100%; height:80px; content:'';}
#service .network>.wrap>.container{ position:relative; width:30%; height:100%; background:#fff;}
#service .network>.wrap>.container .title{ position:absolute; z-index:1; left:0; top:-80px; background:var(--primary-color); width:90%; height:80px; line-height:80px; padding:0px 5%; font-size:24px; text-align:left; color:#fff;}
#service .network>.wrap>.container .text{ text-align:left; padding:15% 10%; font-size:16px; color:#444;}
#service .network>.wrap>.container .text>p{ position:relative; padding:10px 0;}
#service .network>.wrap>.container .text>p span.txt{ position:relative; display:inline-block; font-size:14px; padding:0 10px; color:#999;}
#service .network>.wrap>.container .text>p span.icon-tips-voice, #service .network>.wrap>.container .text>p span.icon-tips-qrcode{ position:absolute; top:2px; right:-10px; display:inline-block; cursor:pointer; width:20px; height:20px; background:url("../images/icon-tips-gray.png") no-repeat center center; background-size:16px auto; transition:all .35s;}
#service .network>.wrap>.container .text>p span.icon-tips-voice:hover, #service .network>.wrap>.container .text>p span.icon-tips-qrcode:hover{ background:url("../images/icon-tips-highlight.png") no-repeat  center center;background-size:16px auto;}
#service .network>.wrap>.container .voice{ display:none; position:absolute; z-index:9; top:50%; left:122px; text-align:left; width:140px; height:100px; margin-top:-60px; border:4px solid var(--primary-color); background:#fff; padding:10px; color:var(--primary-color);font-size:12px; line-height:21px; }
#service .network>.wrap>.container .voice:after{ position:absolute; z-index:1; left:-12px; top:50%; margin-top:-8px; width:0;height:0;border-top: 8px solid transparent;border-right: 12px solid var(--primary-color); border-bottom: 8px solid transparent; content:'';}
#service .network>.wrap>.container .qrcode{ display:none; position:absolute; z-index:9; top:50%; left:110px; margin-top:-75px; width:150px; height:150px; text-align:left; border:4px solid var(--primary-color);}
#service .network>.wrap>.container .qrcode>img{ width:100%; height:auto;}
#service .network>.wrap>.container .qrcode:after{ position:absolute; z-index:1; left:-12px; top:50%; margin-top:-8px; width:0;height:0;border-top: 8px solid transparent;border-right: 12px solid var(--primary-color); border-bottom: 8px solid transparent; content:'';}
#service .faq{ width:90%; margin:0px auto; padding:50px 0;}
#service .faq>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#service .faq>.wrap{ padding:0; margin:20px auto; border:1px solid #ddd;}
#service .faq .container{ width:70%; text-align:left; border-right:1px solid #ddd;}
#service .faq .container>ul{ width:100%; margin:0px auto;}
#service .faq .container>ul>li{ width:27.2%; height:240px; float:left; padding:5% 3%; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
#service .faq .container>ul>li .title{ padding:10px 0; text-align:left; font-size:20px; color:#333;}
#service .faq .container>ul>li .list{ padding:10px 0;}
#service .faq .container>ul>li .list>a{ display:block; padding:5px 0; font-size:14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#service .faq .container>ul>li:nth-child(3n){ border-right:0!important;}
#service .faq .question{ width:23%; padding:2% 3%;}
#service .faq .question>.title{ padding:30px 0; text-align:left; font-size:20px; color:var(--primary-color);}
#service .faq .question>.title>span{position:relative; display:inline-block; float:left; width:64px; height:27px; overflow:hidden;}
#service .faq .question>.title>span>img{position:absolute; z-index:1; top:-16px; left:0;}
#service .faq .question>form{ margin:0px auto; text-align:left;}
#service .faq .question>form>dl{ width:100%; margin:0px auto;}
#service .faq .question>form>dl dt {width:50px;line-height: 25px; font-size:14px; color:#666;}
#service .faq .question>form>dl dt, #service .faq .question>form>dl dd {padding: 5px 0;}
#service .faq .question>form>dl dd {padding-left: 50px;margin-top: -34px;line-height: 30px;}
#service .faq .question>form>dl input, #service .faq .question>form>dl textarea {border: solid 1px #ddd;color: #888;padding: 2px;}
#service .faq .question>form>dl input {width:92%;height:35px;line-height:35px; padding:0 4%; font-family:" ";font-size:14px;}
#service .faq .question>form>dl #checksn{ width:40%; margin-right:10px;}
#service .faq .question>form>dl textarea {width: 92%;height:80px; padding:4%; overflow: auto;font-family:" ";font-size:14px;}
#service .faq .question .btn{ padding:20px 0 30px 0; text-align:center;}
#service .faq .question .btn>input{ width:100%; background:var(--primary-color); border:0!important; font-family:' '; color:#fff; font-size:16px; padding:8px 0; cursor:pointer;}
#service .download-supplier{width:90%; margin:0px auto; padding:100px 0 50px 0;}
#service .download-supplier>.supplier{ display:block; width:35%; text-align:left;}
#service .download-supplier>.supplier>.img{ position:relative; width:100%; margin:0px auto; overflow:hidden;}
#service .download-supplier>.supplier>.img>img{ width:100%; height:auto; transition:all 3s;}
#service .download-supplier>.supplier>.img:hover img{transform:scale(1.3);}
#service .download-supplier>.supplier>.img:after{ position:absolute; z-index:9; left:10%; bottom:0; content:''; width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 15px solid #fff;}
#service .download-supplier>.supplier>.container{border:1px solid #ddd;border-top:0!important; padding:5%;}
#service .download-supplier>.supplier>.container .title{ font-size:24px; color:#333; padding:20px 0;}
#service .download-supplier>.supplier>.container .text{ font-size:14px; color:#777; line-height:24px;}
#service .download-supplier>.supplier>.container .more{ text-align:left; padding:15px 0;}
#service .download-supplier>.supplier>.container .more>a{display:inline-block; background:var(--primary-color); font-size:16px; color:#fff; padding:10px 35px; transition:all .35s;}
#service .download-supplier>.supplier>.container .more>a:hover{ background:#333;}
#service .download-supplier>.download{ display:block; width:62%; text-align:left;}
#service .download-supplier>.download>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#service .download-supplier>.download>.title .more{ float:right; display:block; color:#999; font-size:25px; transition:all .35s;}
#service .download-supplier>.download>.title .more:hover{ color:var(--primary-color);}
#service .download-supplier>.download>.container{ margin:0px auto;}
#service .download-supplier>.download>.container>.list-tr{ width:100%; margin:0px auto; background:#666;}
#service .download-supplier>.download>.container>.list-tr>li{ position:relative; display:block; float:left; width:25%; height:60px; line-height:60px; color:#fff; font-size:16px; text-align:center;}
#service .download-supplier>.download>.container>.list-tr>li:after{position:absolute; z-index:9; top:0; right:0; width:1px; height:100%; background:rgba(255,255,255,.5); content:'';}
#service .download-supplier>.download>.container>.list-tr>li:last-of-type:after{ display:none;}
#service .download-supplier>.download>.container>.list-td{ position:relative; width:100%; margin:0px auto;}
#service .download-supplier>.download>.container>.list-td>li{ position:relative; display:block; float:left; width:25%; height:50px; line-height:50px; border-bottom:1px solid #ddd; color:#666; font-size:14px; text-align:center;}
#service .download-supplier>.download>.container>.list-td>li:after{position:absolute; z-index:9; top:0; right:0; width:1px; height:100%; background:#ddd; content:'';}
#service .download-supplier>.download>.container>.list-td:before{position:absolute; z-index:9; top:0; left:0; width:1px; height:100%; background:#ddd; content:'';}

#service .dealers{ width:100%; margin:0px auto; padding:50px 0; background:url("../images/dealers-bg.jpg") no-repeat 50% 50%; background-size:100% auto;}
#service .dealers>.wrap{ width:90%; margin:0px auto;}
#service .dealers .title{ position:relative; text-align:center; padding:50px 0; font-size:24px; color:#333;}
#service .dealers .container{ padding:70px 0; margin:0px auto;}
#service .dealers .container .item{ width:20%; float:left; background:url("../images/icon-dealers-arrow.png") no-repeat 100% 50%; background-size:30px auto;}
#service .dealers .container .item:last-of-type{ background:none!important;}
#service .dealers .container>.item>p{ position:relative; display:block; cursor:pointer; width:150px; overflow:hidden; background:#999; border-radius:10px; padding:20px 0; font-size:16px; color:#fff; margin:0px auto;}
#service .dealers .container>.item>p>img{ display:block; width:80px; height:auto; margin:0px auto 10px auto;}
#service .dealers .container .item>p:after{position:absolute; z-index:2; left:50%; top:50%; width:10px; height:10px; margin:-5px 0 0 -5px; background:rgba(255,255,255,.1); opacity:0; content:''; transition:all .35s;}
#service .dealers .container .item>p:hover:after{ left:0; top:0; width:100%; height:100%; margin:0; opacity:1;}
#service .dealers .container .item>p:before{position:absolute; z-index:2; left:50%; top:50%; width:10px; height:10px; margin:-5px 0 0 -5px; background:rgba(255,255,255,.1); opacity:0; content:''; transition:all 1s;}
#service .dealers .container .item>p:hover:before{ left:0; top:0; width:100%; height:100%; margin:0; opacity:1;}
#service .dealers .more{ padding:20px; text-align:center;}
#service .dealers .more>a{ display:inline-block; background:var(--primary-color); font-size:16px; color:#fff; padding:12px 50px; transition:all .35s;}
#service .dealers .more>a:hover{ background:#333;}
/* end*/




/*

dealers

-----------------------------------------------------------------*/
#dealers{ position:relative; width:100%; margin:0px auto;}
#dealers .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#dealers .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#dealers .container{ position:relative; margin:50px auto 120px auto;}
#dealers .container>.content{ width:100%; margin:0 auto;}
#dealers .container>.content .text{ padding-bottom:20px; font-size:16px; color:#888; text-align:left; line-height:30px;}
#dealers .container>.content .text>h3{ display:block; padding:5px 0; font-size:18px; color:var(--primary-color);}
#dealers .container>.content .text>h3 strong{font-size:25px;}
#dealers .container>.content .tag{ margin:0 auto;}
#dealers .container>.content .tag>.tagtit{ text-align:left;}
#dealers .container>.content .tag>.tagtit>a{display:inline-block; width:20%; padding:20px 0; font-size:16px; background:#fff; border:1px solid #ddd; text-align:center; margin-right:10px; transition:all .35s;}
#dealers .container>.content .tag>.tagtit>a.A{ background:var(--primary-color); color:#fff;border:1px solid var(--primary-color);}
#dealers .container>.content .tag>.tagcon{ display:none; padding:20px 0; text-align:left;}
#dealers .container>.content .tag>.tagcon table{ width:99%; border-left:1px solid #ddd;border-top:1px solid #ddd;}
#dealers .container>.content .tag>.tagcon td{ font-size:14px; color:#888; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:20px;}
#dealers .container>.content .tag>.tagcon .firstRow td{ font-size:18px; color:#333;}
#dealers .container>.content .btn{ padding:30px; text-align:center;}
#dealers .container>.content .btn>a{ display:inline-block; background:#eee; border:2px solid #eee; padding:15px 100px; color:#999;font-size:14px; transition:all .35s;}
#dealers .container>.content .btn>a:hover{ background:none!important; color:var(--primary-color); border:2px solid var(--primary-color);}
#dealers .container>.feedback{ width:100%; margin:0 auto;}
#dealers .container>.feedback .item{ position:relative; background:#fff; border:1px solid #ddd; overflow:hidden; margin-top:-1px;}
#dealers .container>.feedback .item>.tit{ height:65px; line-height:65px; float:left; width:14.8%; text-align:center; border-right:1px solid #ddd; background:#f9f9f9; font-size:14px;}
#dealers .container>.feedback .item>.sel{ text-align:left; width:83%; padding:0 1%; background:#fff; float:left;height:65px; line-height:65px;}
#dealers .container>.feedback .item a{ display:inline-block; margin-left:20px; height:30px; line-height:30px; padding:0 20px; font-size:14px;}
#dealers .container>.feedback .item .radioA{ background:var(--primary-color); color:#fff;}
#dealers .container>.feedback .item>.inputtext{height:65px; line-height:65px; outline:none; border:0 !important; font-family:' '; padding:0 2%; width:81%; float:left;}
#dealers .container>.feedback .item>.inputtext:hover -webkit-input-placeholder{ display:none;}
#dealers .container>.feedback .item .A::-webkit-input-placeholder{ color:var(--primary-color) !important;}
#dealers .container>.feedback .item img{position:absolute; left:24%; top:20px;}
#dealers .btn{ padding:20px 0 30px 0; text-align:center;}
#dealers .btn>input{ width:200px; margin:0 auto; background:var(--primary-color); outline:none; border:0!important; font-family:' '; color:#fff; font-size:16px; padding:12px 0; cursor:pointer;}

@media only screen and (max-width: 1280px){
  #dealers .container>.content .text{ font-size:12px; line-height:20px; }
  #dealers .container>.content .text > h3{ font-size:14px;}
  #dealers .container>.content .text > h3 strong{ font-size:18px; }
  #dealers .container>.content .tag>.tagtit>a{ width:48.8%; font-size:14px; padding:15px 0; margin-right:0 !important;}
}
@media only screen and (max-width: 420px) {
  #dealers .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #dealers .container{ margin:0 auto 20px auto;}
  #dealers .container>.content .tag>.tagcon tr:first-of-type td{ width:80px;}
  #dealers .container>.feedback .item a{ margin-left:0px !important; height:30px; line-height:30px; padding:0 5px; font-size:14px;}
  #dealers .container>.feedback .item>.tit{ height:50px; line-height:50px; width:25%;}
  #dealers .container>.feedback .item>.sel{ padding-left:1.6%; width:70%;height:50px; line-height:50px;}
  #dealers .container>.feedback .item>.inputtext{height:50px; line-height:50px; width:70%;}
  #dealers .container>.feedback .item img{position:absolute; left:auto; right:20px; top:12px;}
  #dealers .btn>input{ width:100%;}
}
/* end*/



/*

network

-----------------------------------------------------------------*/
#network{ position:relative; width:100%; margin:0px auto;}
#network .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#network .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#network .container{ margin:50px auto 150px auto; position:relative; overflow:hidden;}
#network #map{ width:100%; height:700px;}
#network .dealer{ position:absolute; z-index:999; top:6%; right:3%; width:270px;height:80%; padding:20px; background:rgba(255,255,255,.9);}
#network .dealer>.item{ width:80%; margin:0 auto; padding:20px 0; border-bottom:1px dotted #ddd; cursor:pointer; text-align:left;}
#network .dealer>.item h3{ font-size:18px; font-weight:normal; color:#333; transition:all .35s;}
#network .dealer>.item p{ padding:10px 0; color:#888; font-size:14px;}
#network .dealer>.item:hover h3{ color:var(--primary-color);}
#network .info {border: solid 1px silver;padding:18px 20px; background:#FFF;}
#network div.info-top {position: relative;background: none repeat scroll 0 0;}
#network div.info-top div { display: inline-block;color: #222;font-size: 16px;font-weight: bold;padding:5px 0 10px 0;;}
#network div.info-top img { position: absolute;top: 0;right: 0;transition-duration: 0.35s;}
#network div.info-top img:hover { box-shadow: 0px 0px 5px #000;}
#network div.info-top-tit {position: relative;background: none repeat scroll 0 0;border-bottom: 2px solid #555; text-align:left;}
#network div.info-top-tit div { display: inline-block;color: #222;font-size: 16px;font-weight: bold;padding:5px 0 10px 0;text-align:left;}
#network div.info-top-tit img { position: absolute;top: 0;right: 0;transition-duration: 0.35s;}
#network div.info-top-tit img:hover { box-shadow: 0px 0px 5px #000;}
#network div.info-middle {font-size: 13px;padding:10px 0;line-height: 20px;color:#333; text-align:left}
#network div.info-middle>.info-img{ width:20%; float:left;}
#network div.info-middle>.info-img img{width:100%; height:auto;}
#network div.info-middle>.info-text{ float:right; text-align:left; width:75%;}
#network div.info-middle>.info-text .tel{ display:inline-block; line-height:30px;font-size:20px; font-weight:bold; color:var(--primary-color); padding:0; margin:0;}

#network div.info-bottom { height: 0px; width: 100%; clear: both; text-align: center;}
#network div.info-bottom img {position: relative;z-index: 104; margin-top:18px;}
#network span {margin-left: 5px; font-size: 11px;}

@media only screen and (max-width: 1280px) {
  #network #map{ width:100%; height:400px;}
  #network .dealer{ position:relative; z-index:99; right:0; top:0; width:99.6%; margin:10px auto; padding:0 !important;; background:#fff;border:1px solid #ddd;}
  #network .dealer>.item{ width:40%; height:120px; float:left; margin-left:-1px; padding:5% !important; border-bottom:1px dotted #d4d4d4; border-right:1px dotted #d4d4d4;}
  #network .dealer>.item:nth-child(2n){ border-right:0 !important;}
}

@media only screen and (max-width: 420px) {
  #network .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #network .container{ margin:0 auto 50px auto;}
  #network #map{ display:none;}
  #network .dealer{ width:99.5%;}
  #network .dealer>.item{ width:90%; border-right:0 !important; float:none!important; height:auto;}
  #network .dealer>.item:last-of-type{ border-bottom:0 !important;}
  #network .dealer>.item h3{ font-size:14px;}
  #network .dealer>.item p{font-size:12px;}
}

/* end*/




/*

question

-----------------------------------------------------------------*/
#question{ position:relative; width:100%; margin:0px auto;}
#question .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#question .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#question .wrap>.container{ margin:50px auto 150px auto;  position:relative; overflow:hidden; background:#fff;border:1px solid #ddd;}
#question .content{ width:70%; text-align:left; border-right:1px solid #ddd;}
#question .content>ul{ width:100%; margin:0px auto;}
#question .content>ul>li{ width:27.2%; height:240px; float:left; padding:5% 3%; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
#question .content>ul>li .title{ padding:10px 0; text-align:left; font-size:20px; color:#333;}
#question .content>ul>li .list{ padding:10px 0;}
#question .content>ul>li .list>a{ display:block; padding:5px 0; font-size:14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#question .content>ul>li:nth-child(3n){ border-right:0!important;}
#question .feedback{ width:23%; padding:2% 3%;}
#question .feedback>.title{ padding:30px 0; text-align:left; font-size:20px; color:var(--primary-color);}
#question .feedback>.title>span{position:relative; display:inline-block; float:left; width:64px; height:27px; overflow:hidden;}
#question .feedback>.title>span>img{position:absolute; z-index:1; top:-16px; left:0; width:100%;height:auto;}
#question .feedback>form{ margin:0px auto; text-align:left;}
#question .feedback>form>dl{ position:relative; width:100%; margin:0px auto;}
#question .feedback>form>dl dt {width:50px;line-height: 25px; font-size:14px; color:#666;}
#question .feedback>form>dl dt, #question .feedback>form>dl dd {padding: 5px 0;}
#question .feedback>form>dl dd {padding-left: 50px;margin-top: -34px;line-height: 30px;}
#question .feedback>form>dl input {width:92%;height:35px;line-height:35px; border: solid 1px #ddd;color: #666; outline:none; padding:0 4%; font-family:" ";font-size:14px;}
#question .feedback>form>dl input::-webkit-input-placeholder{ color:var(--primary-color);}
#question .feedback>form>dl .tips{position: absolute;z-index: 9;}
#question .feedback>form>dl .error {top: 10px;left:70px;color: var(--primary-color);font-size: 14px;}
#question .feedback>form>dl #checksn{ width:40%; margin-right:10px;}
#question .feedback>form>dl textarea {width: 92%;height:80px; padding:4%; border: solid 1px #ddd;color: #666; outline:none; overflow: auto;font-family:" ";font-size:14px;}
#question .feedback>form>dl textarea::-webkit-input-placeholder{ color:var(--primary-color);}
#question .feedback .auto-tip{background:#fff;}
#question .feedback .auto-tip li{width:92%; padding:3px 4%;font-size:14px; color:#666;}
#question .feedback .auto-tip li.hoverBg{background:#eee;cursor:pointer;}
#question .feedback .current{ color:#ff9900;}
#question .feedback .hidden {display:none;}
#question .feedback .btn{ padding:20px 0 30px 0; text-align:center;}
#question .feedback .btn>input{ width:100%; background:var(--primary-color); border:0!important; font-family:' '; color:#fff; font-size:16px; padding:8px 0; cursor:pointer;}
#question-view{ position:relative; width:100%; height:100%; margin:0 auto; background:#fff;}
#question-view .text{ width:80%; margin:0 auto; text-align:left; font-size:14px; line-height:24px;color:#666; padding:30px 0 80px 0;}
#question-view .text>p{ margin-bottom:10px;}
#question-view .url{ position:fixed; left:0; bottom:0; width:100%; background:#fff; height:100px;}
#question-view .url>.wrap{ width:80%; margin:20px auto 0 auto; height:50px; line-height:50px; background:#fff; border:1px solid #ddd;}
#question-view .url a{ margin-left:10px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; width:40%; font-size:14px; color:#999; display:inline-block; float:left;}
#question-view .url a:last-of-type{ margin-right:10px; float:right;}
#question-view .url img{ margin-right:5px; height:25px; width:auto;}


@media only screen and (max-width: 1280px) {
  #question .content{ float:none!important; width:100%;}
  #question .content>ul>li{ width:94%; height:auto; float:none!important; border-right:0 !important;}
  #question .feedback{ float:none!important; width:90%; padding:2% 5%;}

}
@media only screen and (max-width: 420px) {
  #question .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #question .wrap>.container{ margin:0 auto 50px auto;}
  #question .content>ul>li{ width:90%;padding:5%;}
  #question .content>ul>li .title{ font-size:16px;}
  #question .feedback>.title{ font-size:16px;}
  #question .feedback>.title>span{width:47px; height:20px;}
  #question .feedback>.title>span>img{top:-10px;}

}
/* end*/



/*

download

-----------------------------------------------------------------*/
#download{ position:relative; width:100%; margin:0px auto;}
#download .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#download .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#download .container{ margin:0 auto; padding:50px 0 150px 0; position:relative; overflow:hidden;}
#download .list-tr{ width:100%; margin:0px auto; background:#666;}
#download .list-tr>li{ position:relative; display:block; float:left; width:25%; height:60px; line-height:60px; color:#fff; font-size:16px; text-align:center;}
#download .list-tr>li:after{position:absolute; z-index:9; top:0; right:0; width:1px; height:100%; background:rgba(255,255,255,.5); content:'';}
#download .list-tr>li:last-of-type:after{ display:none;}
#download .list-td{ position:relative; width:100%; margin:0px auto; background:#fff;}
#download .list-td>li{ position:relative; display:block; float:left; width:25%; height:50px; line-height:50px; border-bottom:1px solid #ddd; color:#666; font-size:14px; text-align:center;}
#download .list-td>li:after{position:absolute; z-index:9; top:0; right:0; width:1px; height:100%; background:#ddd; content:'';}
#download .list-td:before{position:absolute; z-index:9; top:0; left:0; width:1px; height:100%; background:#ddd; content:'';}


@media only screen and (max-width: 420px) {
  #download .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #download .container{ padding:0 0 50px 0!important;}
  #download .list-tr>li{ font-size:14px;}
  #download .list-tr>li:first-of-type{ width:70%;}
  #download .list-tr>li:last-of-type{ width:30%;}
  #download .list-tr>li:nth-child(2),#download .list-tr>li:nth-child(3){ display:none!important;}
  #download .list-td>li:nth-child(2),#download .list-td>li:nth-child(3){ display:none!important;}
  #download .list-td>li:first-of-type{ width:70%;}
  #download .list-td>li:last-of-type{ width:30%;}
}
/* end*/









/*

supplier

-----------------------------------------------------------------*/
#supplier{ position:relative; width:100%; margin:0px auto;}
#supplier .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#supplier .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#supplier .container{ position:relative; margin:50px auto 150px auto;}
#supplier .container>.img{ width: 38%;height: 100%;position: absolute; top: 0; left: 0; background:url("../images/supplier-img.jpg") no-repeat;background-position: center;background-size: cover;}
#supplier .container>.content{width: 58%;margin-left: 42%; text-align:left;}
#supplier .container>.content .text{ padding:10px 0; font-size:16px; color:#666; line-height:30px;}
#supplier .container>.content .text>h3{ display:block; padding:5px 0; font-size:18px; color:var(--primary-color);}
#supplier .container>.content .text>h3 strong{font-size:25px;}
#supplier .container>.content .item{ position:relative; border:1px solid #ddd; overflow:hidden; margin-top:-1px;}
#supplier .container>.content .item>.tit{ height:65px; line-height:65px; float:left; width:14.8%; text-align:center; border-right:1px solid #ddd; background:#f9f9f9; font-size:14px;}
#supplier .container>.content .item>.sel{ width:85%; background:#fff; float:left;height:65px; line-height:65px;}
#supplier .container>.content .item a{ display:inline-block; margin-left:20px; height:30px; line-height:30px; padding:0 20px; font-size:14px;}
#supplier .container>.content .item .radioA{ background:var(--primary-color); color:#fff;}
#supplier .container>.content .item>.inputtext{height:65px; line-height:65px; outline:none; border:0 !important; font-family:' '; padding:0 2%; width:81%; float:left;}
#supplier .container>.content .item>.inputtext:hover -webkit-input-placeholder{ display:none;}
#supplier .container>.content .item .A::-webkit-input-placeholder{ color:var(--primary-color) !important;}
#supplier .container>.content .item img{position:absolute; left:300px; top:20px;}
#supplier .btn{ padding:20px 0 30px 0; text-align:center;}
#supplier .btn>input{ width:200px; margin:0 auto; outline:none; background:var(--primary-color); border:0!important; font-family:' '; color:#fff; font-size:16px; padding:12px 0; cursor:pointer;}


@media only screen and (max-width: 780px) {
  #supplier .container>.img{ float:none!important; position:relative; width: 100%;height: 200px!important;}
  #supplier .container>.content{ float:none!important; width: 100%;margin-left: 0%;}
  #supplier .btn>input{ width:100%;}
}

@media only screen and (max-width: 420px) {
  #supplier .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #supplier .container{ position:relative; margin:0 auto 20px auto;}
  #supplier .container>.content .text{ font-size:12px;line-height:20px;}
  #supplier .container>.content .text>h3{ font-size:16px;}
  #supplier .container>.content .text>h3 strong{font-size:20px;}
  #supplier .container>.content .item a{ margin-left:0px !important; height:30px; line-height:30px; padding:0 5px; font-size:14px;}
  #supplier .container>.content .item>.tit{ height:50px; line-height:50px; width:25%;}
  #supplier .container>.content .item>.sel{ padding-left:1.6%; width:73%;height:50px; line-height:50px;}
  #supplier .container>.content .item>.inputtext{height:50px; line-height:50px; width:70%;}
  #supplier .container>.content .item img{position:absolute; left:auto; right:20px; top:12px;}
}


/* end*/


/*

contact

-----------------------------------------------------------------*/
#contact{ position:relative; width:100%; margin:0px auto;}
#contact .wrap{ width:90%;max-width:1460px; margin:0px auto;}
#contact .wrap>.title{ position:relative; text-align:left; padding:50px 0; font-size:24px; color:#333;}
#contact .wrap>.container{ margin:0 auto; padding:50px 0 150px 0; position:relative; overflow:hidden;}
#contact .wrap>.container .content{ width:30%; height:500px; background:#fff;}
#contact .wrap>.container .content>.item{ position:relative; width:76%; margin:10px auto; padding:15px 0; border-bottom:1px solid #ddd;}
#contact .wrap>.container .content>.item:last-of-type{ border-bottom:0!important;}
#contact .wrap>.container .content>.item>p{display: block; font-size:16px; padding:3px 20px 3px 50px;}
#contact .wrap>.container .content>.item .icon{position:absolute; left:0; top:20px; width:32px; height:32px;}
#contact .wrap>.container .content>.item .icon>img{ width:100%;height:auto;}
#contact .wrap>.container .content>.item .tit{ color:#333;}
#contact .wrap>.container .content>.item .txt{ color:#888;}
#contact .wrap>.container .content>.item>p span.tips{ position:relative; display:inline-block; font-size:14px; padding:0 10px; color:#ccc;}
#contact .wrap>.container .content>.item>p span.icon-tips-voice, #contact .wrap>.container .content>.item>p span.icon-tips-qrcode{ position:absolute; top:2px; right:-10px; display:inline-block; cursor:pointer; width:20px; height:20px; background:url("../images/icon-tips-gray.png") no-repeat center center; background-size:16px auto; transition:all .35s;}
#contact .wrap>.container .content>.item>p span.icon-tips-voice:hover, #contact .wrap>.container .content>.item>p span.icon-tips-qrcode:hover{ background:url("../images/icon-tips-highlight.png") no-repeat  center center;background-size:16px auto;}
#contact .wrap>.container .content>.item .tip-voice{ display:none; position:absolute; z-index:9; top:50%; left:122px; text-align:left; width:140px; height:100px; margin-top:-60px; border:4px solid var(--primary-color); background:#fff; padding:10px; color:var(--primary-color);font-size:12px; line-height:21px; }
#contact .wrap>.container .content>.item .tip-voice:after{ position:absolute; z-index:1; left:-12px; top:50%; margin-top:-8px; width:0;height:0;border-top: 8px solid transparent;border-right: 12px solid var(--primary-color); border-bottom: 8px solid transparent; content:'';}
#contact .wrap>.container .content>.item .tip-qrcode{ display:none; position:absolute; z-index:9; top:50%; left:110px; margin-top:-75px; width:150px; height:150px; text-align:left; border:4px solid var(--primary-color);}
#contact .wrap>.container .content>.item .tip-qrcode>img{ width:100%; height:auto;}
#contact .wrap>.container .content>.item .tip-qrcode:after{ position:absolute; z-index:1; left:-12px; top:50%; margin-top:-8px; width:0;height:0;border-top: 8px solid transparent;border-right: 12px solid var(--primary-color); border-bottom: 8px solid transparent; content:'';}
#contact .wrap>.container .map{ width:69%;}


@media only screen and (max-width: 780px) {
  #contact .wrap>.container{ padding:50px 0;}
  #contact .wrap>.container .content{ width:100%; height:500px;}
  #contact .wrap>.container .content>.item{ width:86%;}
  #contact .wrap>.container .map{ width:100%;}
}

@media only screen and (max-width: 420px) {
  #contact .wrap>.title{ padding:30px 0; font-size:16px;font-weight:bold;}
  #contact .wrap>.container{ padding:0 0 50px 0!important;}
  #contact .wrap>.container .content>.item>p{font-size:14px;}
}
/* end*/



/*

navpart

-----------------------------------------------------------------*/
#navpart{ position:relative; width:100%;line-height:60px; padding:5px 0; background:#fff; margin:0px auto; border-bottom:1px solid #ddd;}
#navpart>ul{ display:block; margin:0px auto; width:90%; max-width:1460px; text-align: center;}
#navpart>ul>li{ display:inline-block;}
#navpart>ul>li>a{ display:block;  padding:0 40px; font-size:16px; text-align:center;}
#navpart li.A a{ color:var(--primary-color);}
#navpart .bar {position: absolute;left:0;bottom:-2px; background: var(--primary-color);height: 2px;width: 60px;}

@media only screen and (max-width: 680px) {
  #navpart{ display:none;}
}
/* end*/



/*

push

-----------------------------------------------------------------*/
#push{display:block; background:#fff url("../images/bt-bg.png") repeat-x left bottom;border:1px solid #ddd; border-radius:2px; font-size:14px; padding:0; line-height:45px; color:#666; width:160px; margin:30px auto 0 auto; transition:all .35s;}
#push>span{ position:relative; display:inline-block; float:left; margin:12px 0 0 20px; width:24px; height:24px; overflow:hidden;}
#push>span>img{ position:absolute; z-index:1; left:0; top:0; width:100%; height:auto;}
#push:hover{ background:#fff url("") repeat-x left bottom; ; color:var(--primary-color); text-decoration:none;transform:translate(0,-5px);}
#push:hover span>img{ top:-24px;}

@media only screen and (max-width: 640px){
  #push{ width:140px; line-height:35px; font-size:12px;}
  #push>span{ margin:10px 0 0 20px; width:18px; height:18px;}
  #push:hover span>img{ top:-18px;}
}

/* end*/



/*

quick

-----------------------------------------------------------------*/
#quick{ display:none; position:fixed; z-index:99; right:0px; top:30%; background:rgba(0,0,0,.5); width:130px; height:110px; overflow:hidden; transition:all .35s;}
#quick .btn{ position:relative; text-align:right; padding:20px 15px; font-size:12px; color:#fff; line-height:20px; cursor:pointer;}
#quick .btn img{ position:absolute; right:90px; top:50px; width:20px; height:auto;animation: aniLeftright 1.5s infinite;}
#quick .btn .A{right:100px; transform: rotate(90deg);animation: aniTondown 1.5s infinite;}
#quick .container{ display:none; width:90%; margin:0px auto;}
#quick .container a{ display:block; width:49.5%; float:left; height:auto; padding:13px 0px; font-size:12px; color:#fff; border:1px solid rgba(255,255,255,.2); margin-top:-1px; margin-left:-1px; transition:all .35s;}
#quick .container a img{ display:block; width:100px; margin:0px auto; transition:all .35s;}
#quick .container a:hover{ background:rgba(255,255,255,.05);}
#quick .container a:hover img{ transform:scale(1.2);}
#quick .container .worktime{ color:rgba(255,255,255,.8); text-align:center; padding:10px 0;}
#quick:hover{ background:rgba(0,0,0,.6);}
@media only screen and (max-width: 900px){
  #quick{ right:-130px;}
}

@keyframes aniLeftright {
  0% {right:90px;}
  50% {right:95px;}
  100% {right:90px;}
}
@keyframes aniTondown {
  0% {top:50px;}
  50% {top:55px;}
  100% {top:50px;}
}
/* end*/


/*

foot

-----------------------------------------------------------------*/
#foot { width: 100%; height: auto; position: relative; overflow: hidden; margin: 0px auto; background:#333;}
#foot .wrap{ width:90%; max-width:1460px; margin:0px auto; padding:60px 0px;}
#foot .contact{ position:relative; width:326px; padding-right:90px;}
#foot .contact .title{ font-size:20px;font-weight:bold; color:#fff;}
#foot .contact .title img{ height:55px; width:auto; margin-right:5px;}
#foot .contact .text{ padding:10px 0; text-align:left;}
#foot .contact .text .lx_top{display: flex;}
#foot .contact .text .lx_top .img{display: none; width: 40px;height: 40px;}
#foot .contact .text .lx_top .img img{width: 100%;height: 100%;}
#foot .contact .text .lx_top .tit{color: rgba(255, 255, 255, .7);font-size: 10px;margin: 9px 0 15px 0;}
#foot .contact .text h3{ display:block; padding-bottom:8px; color:rgba(255,255,255,.7); font-size:16px;font-weight:normal;}
#foot .contact .text p{ position:relative; padding:2px 0; color:rgba(255,255,255,.7); font-size:14px;}
#foot .contact .text p>a{color: rgba(255, 255, 255, .7);}
#foot .contact .text p>a:hover{color: #fff;}
#foot .contact .text span.txt{ display:inline-block; padding:0 10px; color:rgba(255,255,255,.3);}
#foot .contact .text span.icon-tips{ position:absolute; top:3px; right:2px; display:inline-block; cursor:pointer; width:20px; height:20px; background:url("../images/icon-tips.png") no-repeat center center; background-size:16px auto; transition:all .35s;}
#foot .contact .text span.icon-tips:hover{ background:url("../images/icon-tips-highlight.png") no-repeat  center center;background-size:16px auto;}
#foot .contact .tips{ display:none; position:absolute; z-index:9; top:-6px; right:-50px; width:118px; height:150px; padding:10px 0px 0px 22px; color:var(--primary-color);font-size:12px; line-height:21px; background:url("../images/tips-bg.png") no-repeat; background-position:0 0;}
#foot .share{ width:300px; padding:40px 0; text-align:left;}
#foot .share .bshare-custom a{ padding:0px; margin:0px 3px; width:34px; height:34px; border-radius:100%; transition:all .35s; display:inline-block;}
#foot .share .bshare-custom .bshare-sinaminiblog{ background:#444 url("../images/icon-weibo.png") no-repeat; background-size:20px auto;background-position:center center;}
#foot .share .bshare-custom .bshare-qqim{ background:#444 url("../images/icon-qq.png") no-repeat; background-size:20px auto;background-position:center center;}
#foot .share .bshare-custom .bshare-weixin{ background:#444 url("../images/icon-wechat.png") no-repeat; background-size:20px auto;background-position:center center;}
#foot .share .bshare-more{ display:none !important;}
#foot .share .text{ padding:15px 5px; color:rgba(255,255,255,.8);}
#foot .share .bbs{ padding:20px 0;}
#foot .share .bbs a{ background:#444; border-radius:30px; font-size:13px; padding:8px 15px; color:#fff; transition:all .35s;}
#foot .share .bbs a img{ height:18px; width:auto; margin-right:5px;}
#foot .share .bbs a:hover{ opacity:.8;}
#foot .qrcode{ width:500px; text-align:right;}
#foot .qrcode p{ display:inline-block; color:rgba(255,255,255,.8); margin-bottom:10px; margin-left:15px; font-size:14px; color:rgba(255,255,255,.5); text-align:center;}
#foot .qrcode p>img{ display:block; width:170px; height:auto; margin-bottom:10px;}


@media only screen and (max-width: 1280px) {
  #foot .contact{ width:100%; padding-right:0px !important;float:none!important;}
  #foot .share{ display:block; width:100%; float:none!important;}
  #foot .qrcode{ position:absolute; z-index:1; right:5%; top:60px; width:50%;}
  #foot .qrcode p>img{ width:140px;}
}
@media only screen and (max-width: 680px) {
  #foot .qrcode p>img{ width:120px;}
}

@media only screen and (max-width: 420px) {
  #foot .contact .text p{font-size:12px;}

  #foot .share{ width:100%; padding:20px 0;}
  #foot .qrcode{ position:relative; right:auto; top:0; width:100%; text-align:left;margin-left:0px; margin-right:15px;}
}

/* end*/



/*

copyright

-----------------------------------------------------------------*/
#copyright{ width:100%; background:#222; margin:0px auto;}
#copyright .wrap{ width:90%;  max-width:1460px; margin:0px auto; padding:15px 0px; overflow:hidden;}
#copyright .text{ width:70%; text-align:left; color:rgba(255,255,255,.7); font-size:13px;}
#copyright .url{ width:30%; text-align:right; color:#666;}
#copyright a{color:#ccc;}
#copyright a:hover{color:#d90000;}

@media only screen and (max-width: 420px) {
  #copyright .text{ width:100%; float:none!important; font-size:12px;}
  #copyright .url{ width:100%; float:none!important; text-align:left;}
}
/* end*/


@keyframes pin-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  50% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.m11_tit2{ text-align:center;}
.m11_tit2 .h2{ font-size:14px; line-height:24px;}
.m11_tit2 .h2 strong{ display:block; font-size:28px; line-height:38px; 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; }
}
.m12_contact1{ margin-bottom:40px; margin-top:20px;}
.m12_contact1 .list{ margin-top:30px;}
.m12_contact1 .list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.m12_contact1 .list ul li{ width:23%; text-align:center; border-radius:20px; box-shadow:0 0 10px rgba(0,0,0,.1);}
.m12_contact1 .list ul li .txt{ padding:1.56vw 5% 1.04vw 5%;}
.m12_contact1 .list ul li .txt i{ display:inline-block; text-align:center; width:3.12vw; height:3.12vw; line-height:3.12vw; border-radius:100%; background:var(--primary-color); color:#fff; font-size:1.56vw; margin-bottom:1.04vw;}
.m12_contact1 .list ul li .txt i.fa-mobile{font-size: 42px;}
.m12_contact1 .list ul li .txt strong{ display:block; font-size:14px; 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_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:45px; line-height:45px; padding:0 10px; width:calc(100% - 22px); }
.m12_contact2 form textarea{ border:1px solid #f1f1f1; background:#fff; height:72px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); }
.m12_contact2 form .yzm{ height:47px;}
.m12_contact2 form .input_text1{ border:1px solid #f1f1f1; background:#fff; height:45px; line-height:45px; padding:0 10px; width:calc(100% - 152px); float:left;  }
.m12_contact2 form #sendcode2{ border:1px solid #fff; background:var(--primary-color); color:#fff; height:47px; line-height:45px; 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:47px; line-height:45px; 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% 10px 5%;}
  .m12_contact1 .list ul li .txt i{ width:60px; height:60px; line-height:60px; font-size:30px; 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:18px; line-height:1.5em; height:auto;}
  .m12_contact2{margin-top: 80%;}
  .m12_contact2 form ul li{width: 100%;margin: 0 0 1.04vw 0;}
}  
