
/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#107030;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#107030}
::-webkit-scrollbar-thumb:vertical:hover{background:#107030}

body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";padding-top:60px;}
em,i{font-style:normal}
a:hover{text-decoration:none}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{margin-top:0;margin-bottom:0;}
ul{margin:0;padding:0;}
ul,li{list-style: none;}
a:focus, a:hover{text-decoration: none;}
a{display: block;color:#333;}
a:focus, a:hover{color:#333;}
img{display: block;}
textarea{resize: none;}
.Animation{-webkit-transition:all 1s;transition:all 1s;opacity:0}
.fullpage{width:100%;overflow:hidden}
.indexPaddingTop{padding-top:60px;}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{width:100%;overflow:hidden;margin:0 auto;position:relative}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}
.relative{position: relative;overflow: hidden;}
.container{position: relative;z-index: 2;}
@media (max-width:767px){
	.section .container{width:100%;position: relative;z-index: 2;}
}
@media (min-width:1400px){
	.container{width:1230px}
}
@media (min-width:1600px){
	.container{width:1400px}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.indexPaddingTop{padding-top:0}
}
@media (min-width:768px){
	.indexPaddingTop, body{padding-top:70px}
}
@media (min-width:992px){
	.indexPaddingTop, body{padding-top:80px}
}
@media (min-width:1200px){

}
@media (min-width:1400px){

}


/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 10;}
.gotop:hover{background:url(../images/icon/gotop1.png) no-repeat center;background-size:contain}
.footer{width:100%;background-color:#313232;color:#fff}
.footer a{display:inline-block;color:#fff}
.footer a:hover{color:#056737;}
.footerNav{padding:20px 0 0;display: flex;align-items: stretch;justify-content: space-between;flex-flow: row wrap;overflow: hidden;}
.footerNav:before,
.footerNav:after{display: none;}
.footerNav dl{float:left;margin-right:0;margin-bottom:15px;}
.footerNav dl:last-child{margin-right:0;}
.footerNav dt a{font-size:14px;font-weight: 700;margin-bottom:15px;}
.footerNav dd a{font-size:12px;display: block;margin-bottom:10px;}
.footer .copyRight{padding:15px 0;border-top:1px solid #5a5a5a;}
.support{text-transform:uppercase}

.footerNav .footInfo{max-width:100%;margin-right:0;margin-bottom:20px;}
.footerNav .InfoContent{color:#fff;font-size:14px;}

@media (max-width:767px){
	.gotop{width:30px;height:30px}
	.footer{font-size:12px;}
	.footerNav dl{min-width:25%;}
	.support{display: block;}
	
	.index_body .footerNav .footInfo{display: none;}
}
@media (min-width:600px) and (max-width:767px){
	.footerNav dl{min-width:20%;}
}
@media (min-width:768px){
	.footerNav{padding-top:30px;}
	.footerNav dl{margin-right:40px;}
	
	
}
@media (min-width:992px){
	.footerNav{padding-bottom:10px;}
	.footerNav dl{margin-right:50px;}
	.footerNav .footInfo{max-width:40%;padding-right:40px;margin-bottom:0;}
}
@media (min-width:1200px){
	.footerNav{padding-top:40px;padding-bottom:20px;}
	.footerNav dl{margin-right:60px;}
	.footerNav .footInfo{max-width:45%;}
	.footer .copyRight{padding:20px 0;}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.footerNav dl{min-width:15%;}
}

/*导航*/
.navbar-default{background-color:#fff;border:0;border-radius:0;margin-bottom:0;box-shadow:0 3px 10px rgba(0,0,0,.2)}
.navbar-brand{height:auto;padding-top:6px;padding-bottom:6px}
.navbar-brand img{height:47px}
.navbar-default .navbar-toggle{border:0;padding-right:0;margin-top:14px}
.navbar-default .navbar-toggle .icon-bar{background-color:#eb3d00;-webkit-transition:all .5s;transition:all .5s}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:transparent}
.navbar-default .menu_close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative;top:6px}
.navbar-default .menu_close .icon-bar:nth-child(2){display:none}
.navbar-default .menu_close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.navbar-default .navbar-nav>li>a{color:#000}
.navbar-default .nav>li>a:focus,.navbar-default .nav>li>a:hover,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#fff;background-color:#056737}
.navbar-collapse::-webkit-scrollbar{width:2px;height:2px}
.header .navbar-fixed-bottom .navbar-collapse,.header .navbar-fixed-top .navbar-collapse{max-height:calc(100vh - 60px);}
.header .container{position:relative}
.top_search{position:static;margin-top:15px}
.top_search form{width:100%;position:relative;border-radius:20px;background:#fff}
.top_search input{display:block;width:100%;height:36px;background-color:transparent;border:1px #b0afaf solid;border-radius:20px;padding:6px 42px 6px 15px;outline:0}
.top_search button{width:36px;height:36px;background:url(../images/icon/i1.png) no-repeat center;background-size:contain;border:0;padding:0;outline:0;position:absolute;top:0;right:6px}
.navbar-default .navbar-nav>.search_li{cursor:pointer}
.navbar-default .navbar-nav>.search_li>a:hover{background-color: transparent;}
.navbar-out>.navbar-collapse{margin-left:-15px;margin-right:-15px;}

/* 登录后 */
.loginOut{float:right;font-size:16px;color:#666;line-height:50px;padding:22px 5px;display: none;}
.loginOut .outBtn{cursor: pointer;}
.loginOut:hover{color:#056737;}
.logged-in{min-width:1200px;}
.logged-in .loginOut{display: block;}
.logged-in .navbar-out{display: none;}
.logged-in .container{width:1230px!important;}
.logged-in .navbar-header{float:left;}
.logged-in .navbar-toggle{display: none;}
.logged-in .navbar-brand{padding-top: 21px;padding-bottom: 21px;}

.logged-in .footer{font-size:14px;}
.logged-in .footerNav{padding-top:30px;display: block;}
.logged-in .footerNav dl{min-width: 10px;margin-right:80px;}
.logged-in .footerNav dl:last-child{margin-right:0;}
.logged-in .footerNav dl:first-child{margin-right:0;padding-right:60px;}
.logged-in .footerNav .footInfo{max-width:48%;display: block;}
.logged-in .footer .copyRight{padding:20px 0;}


.navbar-default .navbar-nav>li>.dropdown-pc{display: none;}
.navbar-default .navbar-nav>li>.dropdown-min{display: block;}
.navbar-default .dropdown-menu{border:none;width:100%;left:0;background:#ffffff;top:100%;padding:0;}
.dropdown-menu .dropdown-menu-ul{width:100%;float:right;overflow: hidden;display: flex;flex-grow: row wrap;}
.dropdown-menu .dropdown-menu-ul>li{max-width:50%;float:left;text-align:left;}
.dropdown-menu .dropdown-menu-ul a{-webkit-transition:all .5s;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dropdown-menu .dropdown-menu-ul a:hover{color:#056737;background: transparent;}
.dropdown-menu .dropdown-menu-ul .h5{font-weight: 700;margin-bottom:8px;font-size:16px;}
.dropdown-menu .dropdown-menu-ul p{color:#999;}
.dropdown-menu .dropdown-menu-ul>li>a{margin-bottom:6px;}
@media (max-width:767px){
	.navbar-default .navbar-nav>.search_li{display: none;}
	
	
	.navbar-default .dropdown-menu{position: static;width:100%;margin:0;float:none;-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);background:none;padding:0;-webkit-transform: translateX(0);transform: translateX(0);}
	.navbar-default .dropdown-menu a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu li>a:hover{color:#056737;background:none;}
	.navbar-default .navbar-nav .open .dropdown-menu li>a{color:#333}
	
	.dropdown-menu .dropdown-menu-ul{padding:18px 15px 9px;border-bottom:1px #e7e7e7 dashed;}
	.dropdown-menu .dropdown-menu-ul>li{padding-right:25px;}
	.dropdown-menu .dropdown-menu-ul>li>.h5{margin-bottom:12px;}
	.dropdown-menu .dropdown-menu-ul .h5{font-size:15px;}
	.dropdown-menu .dropdown-menu-ul .icon{display: none;}
	.dropdown-menu .container{padding:0;}
}
@media (min-width:768px){
	.navbar-brand{padding-top:11px;padding-bottom:11px}
	.navbar-default .navbar-nav>.search_li>a{padding-top:17px;padding-bottom:17px}
	.header .container,.navbar-default .navbar-nav>li{position: static;}
	.navbar-default .navbar-nav{margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:25px 8px}
	.top_search{position:absolute;right:0;top:100%;margin-top:10px;display:none}
	.top_search form{width:200px;}
	
	
	.navbar-default .navbar-nav>li>.dropdown-pc{display: block;}
	.navbar-default .navbar-nav>li>.dropdown-min{display: none;}
	.navbar-default .dropdown-menu{padding:35px 0 25px;box-shadow:0 3px 10px rgba(0,0,0,.175),inset 0 2px 8px rgba(0,0,0,.175);}
	.dropdown-menu .dropdown-menu-ul{justify-content: center;}
	.dropdown-menu .dropdown-menu-ul>li{margin:0 2vw;}
	.dropdown-menu .dropdown-menu-ul>li>a{display: flex;margin-bottom:10px;}
	.dropdown-menu .dropdown-menu-ul>li>.h5{margin-bottom:15px;}
	.dropdown-menu .dropdown-menu-ul a{padding:0 15px;}
	.dropdown-menu .dropdown-menu-ul .icon{height:64px;}
	.dropdown-menu .dropdown-menu-ul .text{padding-left:12px;padding-top:3px;}
	

}
@media (min-width:992px){
	.navbar-brand{padding-top:16px;padding-bottom:16px}

	.navbar-default .navbar-nav>.search_li>a{padding-top:22px;padding-bottom:22px}
	.navbar-default .navbar-nav>li>a{padding:30px 15px}
	
	.dropdown-menu .dropdown-menu-ul{width:668px;margin-right:-15px;display: block;}
	.dropdown-menu .dropdown-menu-ul>li{margin:0 4.2vw 0 0;}
}
@media (min-width:1200px){
	.navbar-default .navbar-nav>li>a{font-size:16px;}
	
	.dropdown-menu .dropdown-menu-ul{width:724px;}
}
@media (min-width:1400px){

}


/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.index_body .header{display:none}
	.section{padding-top:0;}
}


/*首页右侧导航*/
#dowebok{width:100%;height:100%;}
#fp-nav.right{z-index:8;right:0;}
#fp-nav ul li, .fp-slidesNav ul li{margin:3px 4px;width:18px;height:18px;}
#fp-nav ul li a, .fp-slidesNav ul li a{width:100%;height:100%;border:1px solid transparent;padding:4px;border-radius:50%;}
#fp-nav ul li a span, .fp-slidesNav ul li a span,#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span,#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{width:8px;height:8px;margin:-4px 0 0 -4px;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:rgba(62,58,57,0.6);}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{background:#056737;}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active{border-color:#056737;}
#fp-nav ul li .fp-tooltip{font-size:12px;color:#056737;top:50%;margin-top:-8px;height:16px;line-height:16px;}
#fp-nav ul li .fp-tooltip.right{right:26px;}

/*第一屏*/
.section .nextPage{position:absolute;width:26px;height:52px;left:50%;margin-left:-10px;bottom:3.5vh;background:url(../images/icon/icon1.png) no-repeat center;background-size:100% 100%;z-index:4;animation: mymove 1.5s alternate infinite;-webkit-animation: mymove 1.5s alternate infinite;display:none;}
@keyframes mymove{
	from{bottom:3.5vh;opacity:0.5}
	to{bottom:4.5vh;opacity:1}
}
@-webkit-keyframes mymove{
	from{bottom:3.5vh;opacity:0.5}
	to{bottom:4.5vh;opacity:1}
}


.section1 .swiper-container{width:100%;height:100%}
.banner_text .container{position:absolute;left:50%;top:20%;z-index:9;transform:translate(-50%,0);}
.banner_text img{max-width:100%;margin:0 auto;transform:translateY(100%)}
.section1 [onclick]{cursor:pointer;}
/* .banner1 .banner_text img{transform:translateX(100%)}
.banner2 .banner_text img{transform:translateY(-100%)}
.banner3 .banner_text img{transform:translateY(100%)}
.banner4 .banner_text img{transform:translateX(-100%)}
.banner5 .banner_text img{transform:scale(0)} */
.section1 .swiper-slide-active .banner_text img{opacity:1;transform:none;transition-delay:.5s}

.section1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{transition: all 0.3s;}
.section1 .swiper-pagination-bullet{width:15px;height:2px;background:#fff;border-radius: 0;opacity: 1;}
.section1 .swiper-pagination-bullet-active{width:20px;background:#056737;}
.section1 .swiper-button-next{right:0;background:rgba(62,58,57,0.6) url(../images/icon/right.png) no-repeat center;}
.section1 .swiper-button-prev{left:0;background:rgba(62,58,57,0.6) url(../images/icon/left.png) no-repeat center;}
.section1 .swiper-button-next, .section1 .swiper-button-prev{width:40px;height:40px;margin-top:-20px;background-size:100% 100%!important;outline: none;}

.section1 div.min_img{width:100%;height:100%;}
.PC_img{display:none}

/* banner导航 */
.secnav{position: absolute;width:100%;left:0;bottom:40px;}
.secnav .container{display: flex;justify-content: center;transform:translateY(200%);}
.active .secnav .container{transform: none;opacity: 1;}
.secnav .inner{background:rgba(0,0,0,0.65);border-radius: 8px;display: flex;justify-content: center;overflow: hidden;}
.secnavrow{display: flex;margin:0 -20px;padding:0 20px;}
.secnavrow .li{position: relative;line-height:34px;font-size:16px;padding:20px;display: flex;align-items: center;color:#fff;transition: all 0.5s;}
.secnavrow .li:hover{background:#056737;}
.secnavrow .li:after{content:'';position: absolute;width:1px;height:20px;background:#fff;right:0;top:50%;margin-top:-10px;}
.secnavrow .li:last-child:after{display: none;}
.secnavrow .li .img{width:34px;margin-right:10px;}

/* 分享 */
.indexShare{position: fixed;width:100%;left:0;bottom:0;background:#fff;z-index: 10;transform: translateY(150%);visibility: hidden;opacity: 0;transition: all 0.5s;}
.indexShare.show{transform: none;visibility: visible;opacity: 1;}
.indexShare .flag{position: absolute;width:40px;height:40px;left:0;top:-40px;border-radius: 10px 0 0 10px;background:#fff url(../images/icon/l1.png) no-repeat center;background-size:24px 24px;transform: rotate(90deg);cursor: pointer;z-index: 2;}
.indexShare.hide{transform: translateY(100%);}
.isInner{display: flex;justify-content: space-between;align-items: center;overflow: hidden;padding:5px 0 3px;flex-flow: row wrap;}
.isInner:before,
.isInner:after{display: none;}
.isInner a:hover{color:#056737;}
.isnav{float:left;margin:0 -10px;}
.isnav span,
.isnav a{float:left;padding:5px 10px;line-height:20px;}
.isnav span{font-size:16px;}
.isnav a{position: relative;font-size:14px;}
.isnav a:after{content:'';position: absolute;width:1px;height:18px;background:#ccc;right:0;top:50%;margin-top:-9px;display: none;}
.isnav a:last-child:after{display: none;}
.isHrefs{float:right;margin:0 -10px;}
.isHrefs>a{float:left;padding:0 10px;}
.isHrefs img{height:30px;margin:0 auto 2px;}
.isHrefs p{text-align: center;}

/* 分享二维码 */
.modal .close{position: absolute;right:0;top:0;outline: none;font-size:30px;font-weight: 400;opacity: 1;margin:0;color:#666;cursor: pointer;z-index: 2;font-family: arial;}
.ewms{display: flex;justify-content: center;align-items: center;text-align: center;overflow: hidden;flex-flow: row wrap;}
.ewms>div{width:50%;padding:20px;font-size:16px;}
.ewms>div>img{max-width:100%;margin:0 auto 8px;}
.ewmMoadl .close{width:40px;height:40px;}
.ewmMoadl .clost:hover{color:#056737;}
.ewmMoadl .modal-dialog{max-width:500px;height:100%;margin:0 auto;display: flex;justify-content: center;flex-direction: column;}
@media (max-width:767px){
	.secnav{display: none;}
	.section .nextPage{width:20px;height:42px;bottom:35px;}
	@keyframes mymove{
		from{bottom:35px;opacity:0.5}
		to{bottom:45px;opacity:1}
	}
	@-webkit-keyframes mymove{
		from{bottom:35px;opacity:0.5}
		to{bottom:45px;opacity:1}
	}

	.section1 .swiper-button-next,
	.section1 .swiper-button-prev{display: none;}
	
	/* 分享 */
	.isnav,.isHrefs{width:100%;}
	.isHrefs{margin-top:10px}
	
	/* 分享二维码 */
	.ewmMoadl .modal-dialog{width:90%}
	.ewms>div{padding:0;margin-bottom:20px;}
	.ewms>div:last-child{margin-bottom:0;}

}
@media (max-width:360px){
	/* 分享 */
	.isHrefs{margin:0 -7px;margin-top:10px;}
	.isHrefs>a{padding:0 7px;}
	
}
@media (min-width:768px){
	.banner_text .container{padding:0 40px;}
	.PC_img{display:block}
	.min_img{display:none}
	.section1 .swiper-button-next{right:15px;}
	.section1 .swiper-button-prev{left:15px;}
	
	.section1 .swiper-pagination-bullet{width:26px;}
	.section1 .swiper-pagination-bullet-active{width:36px;}
	.section1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px;}
	
	/* banner导航 */
	.secnavrow{margin:0 -30px;padding:0 15px}
	.secnavrow .li{padding:20px 30px;}
	
	/* 分享 */
	.isnav,.isHrefs{max-width:50%;}
	.isnav{margin-right:0;margin-left:-12px;}
	.isnav span,
	.isnav a{padding:5px 12px;}
	.isnav a:after{display: block;}
	.isHrefs{margin-left:0;margin-right:-12px;}
	.isHrefs>a{padding:0 12px;}

}
@media (min-width:992px){
	/* banner导航 */
	.secnavrow{margin:0 -36px;padding:0 18px}
	.secnavrow .li{line-height:40px;padding:20px 36px;}
	.secnavrow .li .img{width:40px;}
	
	/* 分享 */
	.isnav{margin-left:-18px;}
	.isnav span,
	.isnav a{line-height:24px;padding:5px 18px;}
	.isnav span{font-size:18px;}
	.isnav a{font-size:16px;}
	.isHrefs{margin-right:-15px;}
	.isHrefs>a{padding:0 15px;}

}
@media (min-width:1200px){
	#fp-nav.right{right:5px;}
	#fp-nav ul li, .fp-slidesNav ul li{width:22px;height:22px;margin:5px 10px;}
	#fp-nav ul li a span, .fp-slidesNav ul li a span,#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span,#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{width:12px;height:12px;margin:-6px 0 0 -6px;}
	
	.banner_text .container{padding:0 50px;}
	.section1 .swiper-button-next, .section1 .swiper-button-prev{width:50px;height:50px;margin-top:-25px;background-size:40px 40px!important;}
	
	/* banner导航 */
	.secnavrow{margin:0 -58px;padding:0 29px}
	.secnavrow .li{font-size:18px;padding:20px 58px;}

}
@media (min-width:1400px){
	.banner_text .container{padding:0 60px;}
	.section1 .swiper-button-next, .section1 .swiper-button-prev{width:60px;height:60px;margin-top:-30px;background-size:40px 40px!important;}
	
	
	/* 分享 */
	.indexShare .flag{width:50px;height:100%;top:0;background:url(../images/icon/l1.png) no-repeat center;transform: rotate(0);}
	.indexShare.hide .flag{width:40px;height:40px;top:-40px;border-radius: 10px 0 0 10px;background:#fff url(../images/icon/l1.png) no-repeat center;background-size:24px 24px;transform: rotate(90deg);}
	/* .indexShare.hide{left:calc(100% - 50px);border-radius: 30px 0 0 30px;transform: none;} */
	.isnav{margin-left:-25px;}
	.isnav span,
	.isnav a{line-height:28px;padding:5px 25px;}
	.isnav span{font-size:20px;}
	.isHrefs{margin-right:-20px;}
	.isHrefs>a{float:left;padding:0 20px;}

}
@media (max-width:767px) and (orientation:landscape){
	.banner_text img{width:60%;}
}

.index_title{text-align:center;margin-bottom:30px;transform:scale(0);-webkit-transition:all 1s;transition:all 1s;opacity:0}
.active .index_title{opacity:1;transform:none;transition-delay:.5s}
.index_title a{display:block;}
.index_title h2{font-size:20px;}
.index_title p{font-size:14px;margin-top:10px;}
.index_title.colorfff a{color:#fff;}
@media (min-width:768px){
	.index_title{margin-bottom:6.5vh}
	.index_title h2{font-size:26px}
	.index_title p{font-size:16px;}
}
@media (min-width:992px){
	.index_title h2{font-size:28px}
}
@media (min-width:1200px){
	.index_title h2{font-size:32px}
}
@media (min-width:1400px){
	.index_title h2{font-size:36px}
	.index_title p{font-size:18px;margin-top:15px;}
}
@media (min-width:1400px){
	/* .index_title h2{font-size:40px} */
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	
}
@media (min-width:768px) and (max-height:767px){
	.index_title{margin-bottom:4vh;}
	.index_title h2{font-size:26px;}
	
	/* 分享 */
	.isInner{padding:10px 0;}
	.isnav{margin-left:-12px;}
	.isnav span,
	.isnav a{padding:5px 12px;}
	.isnav span{font-size:16px;}
	.isnav a{font-size:14px;}
	.isHrefs{margin-right:-12px;}
	.isHrefs>a{padding:0 12px;}
	
}

/* 第二屏 section7*/
.section7{display: block;overflow: hidden;}
.s7_che{position: relative;width:100%;float:left;padding:0 15px;z-index: 1;}
.s7_che>.s7_img{position: relative;width:100%;height:100%;}
.s7_che>.s7_img>.img{position: absolute;width:100%;left:0;bottom:15%;overflow: visible;}
.s7_che>.s7_img>.img img{max-width:100%;}
.s7_che .boxGlass{position: absolute;z-index: 3;cursor: pointer;opacity: 0;}
.s7_che .boxGlass.active{opacity: 1;}
.s7_che .boxGlass01{width:39.8477%;left:35.8714%;top:-3.8461%;z-index: 4;}
.s7_che .boxGlass02{width:22.4196%;left:18.6125%;top:1.5837%;z-index: 4;}
.s7_che .boxGlass03{width:102.9611%;left:-1.2690%;bottom:3.8461%;}
.s7_che .glass{width:100%;opacity: 0.6;/* visibility: hidden; */}
.active .s7_che .boxGlass01 .glass,
.active .s7_che .boxGlass02 .glass{transform: scale(0.9);animation: glass 1s alternate infinite;-webkit-animation: glass 1s alternate infinite;}
.active .s7_che .boxGlass03 .glass{opacity: 0;animation: glass2 1s alternate infinite;-webkit-animation: glass2 1s alternate infinite;}
@keyframes glass{
	from{opacity: 0.6;transform: scale(0.9);}
	to{opacity: 1;transform: scale(1);}
}
@-webkit-keyframes glass{
	from{opacity: 0.6;transform: scale(0.9);}
	to{opacity: 1;transform: scale(1);}
}
@keyframes glass2{
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes glass2{
	from{opacity: 0;}
	to{opacity: 1;}
}

.s7_main{position: relative;width:100%;float:right;z-index: 2;}
.s7_main .inner{position: absolute;width:100%;left:0;bottom:18%;padding-right:15px;}
.s7_main .item{position: relative;margin-bottom:15px;}
.s7_main .item>.in{overflow: hidden;}
.s7_h1{font-size:18px;font-weight: 700;margin-bottom:5px;}
.s7_main .item:last-child{margin-bottom:0;}
.s7_a{font-size:14px;display: none;}
.s7_a:hover{color:#056737;}
.s7_p{font-size:16px;}
.s7_video{margin:15px 0 0;width:335px;height:185px;background:#000;max-width:100%;display: none;overflow: hidden;}
.s7_video>video{display: block;width:100%;height:100%;object-fit:cover;}
.s7_icons{max-width:100%;margin-top:20px;}
.s7_main .line{position: absolute;top:15px;right:100%;margin-right:3px;}
.s7_main .line>img{height:30px;}
.s7_play{display: none;background:url(../images/icon/i31.png) no-repeat center;background-size:100% 100%;}
#videoMoadl .modal-body{padding:0;}
#videoMoadl .close{color:#fff;background:#056737;border-radius: 50%;left:50%;margin-left:-20px;right:auto;top:-60px;}
.modal_video{width:100%;}
.modal_video video{display: block;width:100%;height:auto;object-fit: cover;}

.active .s7_che,
.active .s7_main{opacity: 1;transform: none;}
@media (max-width:767px){
	.s7_main .inner{position: static;padding:35px 15px 15px;}
	.s7_main .line{display: none;}
	.s7_main .item{padding-right:50px;}

	.section7{background-position: 60% bottom!important;}
	.s7_che{position: absolute;left:0;bottom:110px;}
	.s7_che>.s7_img>.img{position: relative;bottom:auto;left:auto;}
	.s7_icons{height:60px;display: none;}
	.s7_a{display: block;margin-bottom:10px;}
	.s7_play{cursor: pointer;display: block;position: absolute;width:40px;height:40px;top:0;right:0;}
	
	.s7_che{transform: translateY(100%);}
	.s7_main{transform: translateY(-100%);}
}
@media (min-width:768px){
	.s7_che{width:64.54%;height:100%;transform: translateX(-100%);}
	.s7_main{width:35.46%;height:100%;transform: translateX(100%);}
	.s7_h1{font-size:20px;}
	
	.s7_main .item.active .s7_video,
	.s7_main .item.active .s7_a{display: block;}
	.s7_main .item.active .s7_p,
	.s7_main .item.active .s7_icons{display: none;}
}
@media (min-width:992px){
	.s7_che{width:68.54%;padding:0 30px;}
	.s7_main{width:31.46%;}
	.s7_main .inner{padding-right:30px;}
	.s7_main .item{margin-bottom:25px;}
	.s7_h1{font-size:24px;}
	.s7_p{font-size:18px;}
	.s7_video{margin:25px 0 0}
	.s7_icons{margin-top:30px;}
	.s7_main .line>img{height:50px;}
}
@media (min-width:1200px){
	.s7_che{padding:0 70px;}
	.s7_main .inner{padding-right:70px;}
	.s7_h1{font-size:26px;margin-bottom:15px;}
	.s7_a{font-size:16px;}
	.s7_p{font-size:20px;}
	.s7_main .line>img{height:60px;}
}
@media (min-width:1400px){
	.s7_h1{font-size:28px;}
	.s7_main .inner{bottom:25%;}
}
@media (min-width:1600px){
	.s7_h1{font-size:30px;}
	.s7_main .line>img{height:70px;}
}
@media (max-width:767px) and (orientation:landscape){
	.section7{background-position: 80% bottom!important;}
	.s7_che{width:68.54%;height:100%;transform: translateX(-100%);float:left;position: relative;left:auto;bottom:auto;}
	.s7_che>.s7_img>.img{position: absolute;left:0;bottom:15%;}
	.s7_main{width:31.46%;height:100%;transform: translateX(100%);float:right;}
	.s7_main .inner{position: absolute;bottom:25%;}
	.s7_icons{height:auto;}
	.s7_p{display: none;}
	.modal_video video{max-height:55vh;}
}
@media (min-width:768px) and (max-height:767px){
	.s7_main .item{margin-bottom:15px;}
	.s7_h1{font-size:24px;margin-bottom:10px;}
	.s7_a{font-size:14px;}
	.s7_p{font-size:16px;}
	.s7_video{margin:15px 0 0;}
	.s7_icons{margin-top:20px;}
}


/*第二屏*/
.sBg{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;transition:all 0.3s}
.section2{color:#fff;}
.section2 a{color:#fff;}
.s2_main{max-width:1100px;margin:0 auto;}
.s2_list li{margin-bottom:5px;border-bottom:1px solid rgba(255,255,255,0.8);font-size:14px;}
.s2_list li h6,.sideMune h6{padding:15px 0;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.s2_list li>a{line-height: 20px;padding:10px 20px 10px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:url(../images/icon/arrowR.png) no-repeat right center;background-size:auto 15px;transition: all 0.3s;}
.s2_list li>a:hover{color:#056737;background:url(../images/icon/arrowRh.png) no-repeat right center;background-size:auto 15px;}

.s2_main{transform:translateY(100%);transition:all 1s;transition-delay: 0.5s;opacity:0;}
.active .s2_main{transform: none;opacity: 1;}


@media (max-width:767px){

}

@media (min-width:768px){
	.section2 .index_title{margin-bottom:30px;}
	.s2_list li{font-size:16px;}
	.s2_list li h6,.sideMune h6{padding:20px 0;font-size:20px;}
	.s2_list li>a{padding:15px 25px 15px 0;}
	.s2_list{margin-left:-35px;margin-right:-25px;}
	.s2_list .column{padding-left:25px;padding-right:25px;}
}

@media (min-width:992px){
	.s2_list li{font-size:18px;}
	.s2_list li h6,.sideMune h6{font-size:22px;}
	.s2_list li>a{padding:20px 30px 20px 0;background-size:auto 19px;}
	.s2_list li>a:hover{background-size:auto 19px;}
}

@media (min-width:1200px){
	.s2_list li h6,.sideMune h6{font-size:24px;}
	.s2_list{margin-left:-35px;margin-right:-35px;}
	.s2_list .column{padding-left:35px;padding-right:35px;}
}

/*竖屏*/
@media (max-width:767px) and (orientation:landscape){

}
@media (min-width:768px) and (max-height:767px){
	.section2 .index_title{margin-bottom:10px;}
	.s2_list li{margin-bottom:0;font-size:14px;}
	.s2_list li h6, .sideMune h6{padding:20px 0;font-size:18px;}
	.s2_list li>a{padding-top:10px;padding-bottom:10px;background-size:auto 15px;}
	.s2_list li>a:hover{background-size:auto 15px;}
	
	
	
	
}


/*第三屏*/
.padding40{padding-top:40px;padding-bottom:40px;}
.section3{display: block;}
.section3 .container{height:100%;}
.section3 .padding40{height:100%;padding-bottom:150px;transition:all 0.5s;}
.section3.move .padding40{padding-bottom:45px;}
.productContainer{position: relative;}
.sideOuter{position:relative;float:left;width:140px;height:100%;overflow: hidden;z-index: 3;}
.sideMune-swiper-container{position: static;height:100%;}
.sideMune-swiper-container .swiper-button{width:40px;height:40px;left:50%;margin-left:-20px;margin-top:0;opacity: 1;transition: all 0.3s;}
.sideMune-swiper-container .swiper-button-prev{top:0;background:url(../images/icon/up.png) no-repeat center;}
.sideMune-swiper-container .swiper-button-next{top:auto;right:auto;bottom:0;background:url(../images/icon/down.png) no-repeat center;}
.sideMune-swiper-container .swiper-button-prev:hover{background:url(../images/icon/upW.png) no-repeat center;}
.sideMune-swiper-container .swiper-button-next:hover{background:url(../images/icon/downW.png) no-repeat center;}
.sideMune{position:relative;width:100%;height:100%;background:rgba(255,255,255,0.8);border-radius: 10px;padding:40px 0;text-align: center;}
.sideMune h6,.sideMune li>a{padding:10px;}
.sideMune li{border-bottom:1px solid #bfbfbf;height:auto;}
.sideMune li:last-child{border-bottom:none;}
.sideMune li>a{transition: all 0.3s;}
.sideMune li>a[data-href]{cursor: pointer;}
.sideMune li>a:hover{background:#056737;color:#fff;}

.productOther{position: absolute;left:0;top:0;width:100%;height:100%;padding-left:165px;z-index: 2;}
.productTit{text-align: center;padding:25px 0;}
.productTit h1{font-size:20px;line-height:1.4;margin-bottom:25px;}
.productTit .btn{display: block;width:128px;height:45px;line-height: 45px;text-align:center;padding:0;font-size:16px;color:#fff;background:#000;border:none;border-radius: 0;margin:0 auto;transition: all 0.3s;}
.productTit .btn:hover{background:#056737;}
.advantage{position: absolute;width:100%;padding-left:165px;left:0;bottom:0;}
.advantage>.advImg>img{width:auto;max-width:100%;margin:0 auto;}
.advantage ul{display: flex;flex-flow: row wrap;justify-content: center;text-align: center;}
.advantage ul li{padding:0 35px;}
.advantage ul .icon{width:70px;height:70px;margin:0 auto;}
.advantage ul p{margin-top:12px;font-size:16px;color:#fff;}

.section3 .sideMune{transform:translateX(-100%);}
.active.section3 .sideMune{transform: none;opacity: 1;}

@media (max-width:767px){
	
}
@media (min-width:768px){
	.sideOuter{width:200px;}
	.sideMune h6,.sideMune li>a{padding:15px 10px;}
	.sideMune-swiper-container .swiper-button-prev{top:10px;}
	.sideMune-swiper-container .swiper-button-next{bottom:10px;}
	
	.productOther,.advantage{padding-left:230px;}
	.productTit h1{font-size:24px;}
	
	.section3 .padding40{padding-bottom:100px;}
}
@media (min-width:992px){
	.sideOuter{width:220px;}
	.sideMune{padding:50px 0;}
	.sideMune h6,.sideMune li>a{padding:18px 10px;}
	.sideMune-swiper-container .swiper-button-prev{top:10px;}
	.sideMune-swiper-container .swiper-button-next{bottom:10px;}
	
	.productOther,.advantage{padding-left:250px;}
	.productTit{padding:40px 0;}
	.productTit h1{font-size:26px;}
	.productTit .btn{width:134px;height:50px;line-height: 50px;}
}
@media (min-width:1200px){
	.sideOuter{width:255px;}
	
	.productOther,.advantage{padding-left:285px;}
	.productTit{padding:60px 0;}
	.productTit h1{font-size:30px;}
}


/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.productTit{padding:0;}
}
@media (min-width:768px) and (max-height:767px){
	.productTit{padding:30px 0;}
}


/*第四屏*/
.indexNews{padding-bottom:30px;transform: translateY(100%);}
.indexNews a{padding:10px;background:#fff;}
.indexNews .text{padding:25px 0 10px;}
.indexNews h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indexNews .p{margin:10px 0;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height: 22px;height:44px;}
.indexNews em{display: block;text-transform: uppercase;text-align: right;}
.indexNews a:hover h5,
.indexNews em:hover{color:#056737}
.indexNews .swiper-container{padding-bottom:40px;}
.indexNews .swiper-pagination{bottom:0;}
.indexNews .swiper-pagination-bullet-active{background:#056737;}
.active .indexNews{transform: none;opacity: 1;}

@media (max-width:767px){
	.indexNews .swiper-container{padding-bottom:30px;}
	.indexNews .text{padding:15px 0 0;}
}
@media (min-width:768px){

}
@media (min-width:992px){

}
@media (min-width:1200px){


}


/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.indexNews .img{display: none;}
}
@media (min-width:768px) and (max-height:767px){
	.indexNews .swiper-container{padding-bottom:30px;}
	.indexNews .text{padding:15px 0 0;}
}
@media (min-width:1200px) and (max-height:700px){
	.indexNews .img{max-height:22vh;}
}


/*第五屏*/
.s5_main{max-width:1200px;margin:0 auto;}
.s5_list .item{height:280px;padding:20px 15px;overflow: hidden;}
.s5_list h2{text-align: center;font-size:18px;margin-bottom:20px;}
.s5_list .swiper-slide:first-child h2{color:#fff;}
.s5_list .swiper-slide:last-child h2{text-align: left;margin-bottom:20px;}
.s5_list .p{line-height: 1.7;}
.s5_list .p a{display: inline-block;}
.s5_list .swiper-slide{transform: translate3d(50%,50%,0);}
.s5_list .swiper-slide:nth-child(1){-webkit-transition-delay: 0s;transition-delay: 0s;}
.s5_list .swiper-slide:nth-child(2){-webkit-transition-delay: .3s;transition-delay: .3s;}
.s5_list .swiper-slide:nth-child(3){-webkit-transition-delay: .5s;transition-delay: .5s;}
.s5_list .swiper-slide:nth-child(4){-webkit-transition-delay: .7s;transition-delay: .7s;}

.act .s5_list .swiper-slide{opacity: 1;transform: none;}

.form .form-group{position: relative;}
.form .form-control{position: relative;display:block;border-color:#cfcfcf;border-radius: 0;height:36px;z-index: 2;}
.form .form-control:focus{border-color:#0088ec;}
.form .btn[type="submit"]{display: block;width:100%;border-radius: 0;height:36px;background:#0088ec;margin-top:20px;color:#fff;border:none;}
.form .btn[type="submit"]:hover{text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}
.form .error .form-control{border-color:#E21B14;}
.form .valid_message{color:red;display: none;}

.s5-swiper-container .swiper-pagination-bullet{background:#fff;opacity: 0.8;}
.s5-swiper-container .swiper-pagination-bullet-active{background:#056737;}
@media (max-width:767px){
	.s5-swiper-container{padding-bottom:35px;}
	.s5-swiper-container .swiper-pagination{bottom:0;}
}

@media (min-width:768px){
	.s5_list .item{height:380px;max-height:50vh;}
	.s5_list h2{font-size:20px;margin-bottom:30px;}
}

@media (min-width:992px){
	.s5_list .item{height:420px;padding:30px 20px;}
	.s5_list h2{font-size:22px;margin-bottom:40px;}
}

@media (min-width:1200px){
	.s5_list h2{font-size:24px;}
}

@media (min-width:1400px){

}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.s5_list .item{height:220px;}
}
@media (min-width:768px) and (max-height:767px){
	.s5_list h2{margin-bottom:30px;}
}




/*内页*/
.inside_banner_mian{position:relative;overflow:hidden}
.inside_banner{position:relative;overflow:hidden}
.inside_banner img{width:100%}

/*分类导航*/
.menu_list{border-bottom:1px solid #EFEFEF;padding:15px 0 10px;background:#fff;}
/* .menu_list.fixed{position: fixed;width: 100%;left: 0;top: 0;z-index: 10;} */
.menu_list h1{width:100%;font-size:20px;margin-bottom:5px;line-height:40px;}
.store_title{font-size:20px;}
.m_nav{width:100%;text-align:left;margin-left:-2px;}
.m_nav a{display: inline-block;min-width:96px;padding:0 20px;height:40px;line-height:40px;background:#E7E7E7;margin-right:8px;margin-bottom:10px;text-align:center;color:#353535;-webkit-transition: all 0.5s;transition: all 0.5s;}
.m_nav a.active,.m_nav a:hover{background:#056737;color:#fff;}

.location_main{border-top:1px rgba(217,217,217,.8) solid;padding:15px 0;overflow:hidden}
.location a,.location b{display:inline-block;font-weight:400;color:#333;line-height:20px}
.location a:hover{color:#107030}

.wrapper{width:100%;overflow: hidden;min-height:70vh;}
.inside_main{padding:35px 0 80px;position:relative}
.inside_main .container{position:relative}
.inside_title{margin-bottom:15px;color:#000;text-align:center}
.inside_title h2{font-size:18px;margin:0}

.InfoContent{position:relative;line-height:2.2;color:#666;overflow:hidden}
.InfoContent img{max-width:100%;height:auto;display: inline-block;}
.InfoContent a{display: inline;}
.InfoContent video{display: block;width:1000px;height:auto;max-width:100%;margin:0 auto;}

.InfoTitle{margin-bottom:15px;border-bottom:1px #dad9d9 solid;padding-bottom:15px;text-align:center}
.InfoTitle h4{font-size:18px;margin:0;line-height:1.4}
.InfoTitle .date{color:#666;margin-top:10px}

.goBack{text-align:center;margin-top:30px;margin-bottom:-15px}
.goBack a{display:inline-block;color:#fff;line-height:20px;background-color:#666;padding:10px 30px}
.goBack a:hover{background-color:#056737}

/*翻页*/
#page_box{width:100%;margin-top:30px;padding:30px 0;text-align:center;border-top:1px solid #e3e3e3;}
#page_box a{display:inline-block;width:80px;height:30px;text-align:center;line-height:30px;margin:0 5px;color:#bebebe;background:#dcdcdc;}
#page_box .click{background:#424242;cursor: pointer;}


.info_previous_next_wrap{border-top:1px #dad9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666}
.info_previous_next_wrap b{font-weight:400}
.info_previous_next_wrap a{color:#666;text-decoration:none;display: inline;}
.info_previous_next_wrap a:hover{color:#056737}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.info_previous_next_wrap1{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:50px}
.info_previous_next_wrap1 li>a,.info_previous_next_wrap1 li>span{display:block;font-size:16px;line-height:20px;color:#fff;background-color:rgba(235,89,2,.8);padding:12px 45px;margin:0 50px}
.info_previous_next_wrap1 li>a{background-color:#056737}

@media (max-width:767px){
	.InfoTitle .date{font-size:12px;}
	
	.info_previous_next_wrap{font-size:12px;margin-top:30px}
	.info_previous_next_wrap1{margin-top:30px}
	.info_previous_next_wrap1 li>a,.info_previous_next_wrap1 li>span{font-size:12px;padding:8px 30px;margin:0 10px}
}
@media (min-width:768px){
	.menu_list{padding:20px 0 10px;}
	.menu_list h1{font-size:22px;width:auto;margin-bottom:10px;}
	.store_title{font-size:22px;}
	.m_nav{width:auto;max-width:70%;text-align: right;margin-right:-2px;}
	.m_nav a{margin-right:0;margin-left:8px}
	
	.inside_main{padding:50px 0 100px;}
	.inside_title h2{font-size:24px}
	
	.InfoTitle{padding-bottom:20px;}
	
	#page_box{margin-top:30px;padding:40px 0;}
}
@media (min-width:992px){
	.menu_list{padding:25px 0 15px;}
	.menu_list h1,.store_title{font-size:24px;}
	
	.inside_main{padding:55px 0 100px;}

}
@media (min-width:1200px){
	.menu_list h1,.store_title{font-size:28px;}
	
	.inside_main{padding:60px 0 100px;}
	.inside_title h2{font-size:30px}
	
	#page_box{margin-top:40px;padding:40px 0 70px;}
}
@media (min-width:1400px){
	.menu_list{padding:30px 0 20px;}
	.menu_list.fixed{padding:25px 0 15px;}
	.menu_list h1,.store_title{font-size:30px;}

	.InfoContent{font-size:16px}
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:24px}
}


/*关于 - 公司简介*/
/* .about_body{padding-top:0;}
.about_body .navbar-default{position: relative;} */
.about_main{padding:35px 0;background:#fff;}
.about_main:nth-child(2n){background:#f9f9f9;}
.about_tit{margin-bottom:25px;}
.about_tit h2{font-size:20px;}

.honor-swiper-container p{text-align: center;font-size:14px;margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.honor-swiper-container .swiper-slide:hover{color:#056737;}

@media (max-width: 767px) {

}
@media (min-width: 768px) {
	.about_main{padding:50px 0;}
	.about_tit h2{font-size:22px;}
}
@media (min-width: 992px) {
	.about_main{padding:55px 0;}
	.about_tit{margin-bottom:30px;}
	.about_tit h2{font-size:24px;}
}
@media (min-width: 1200px) {
	.about_main{padding:60px 0;}
	.about_tit h2{font-size:28px;}
	
	.honor-swiper-container p{font-size:16px;}
}
@media (min-width: 1400px) {
	.about_tit h2{font-size:30px;}
}

/*新闻*/
.newsList{margin-top:-15px;}
.newsList .column{margin:15px 0}
.newsList a{background-color:#f5f5f5;color:#333;display:flex;flex-direction:row;justify-content:space-between;-webkit-transition:all .5s;transition:all .5s}
.newsList a:hover{color:#056737;box-shadow:0 0 12px rgba(0,0,0,.2)}
.newsList a .text{width:73.33333%;padding:25px 20px 25px 30px;overflow:hidden}
.newsList a h2{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0}
.newsList a p{font-size:14px;color:#666;font-weight:lighter;line-height:30px;height:90px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:5px 0}
.newsList a span{display:block;font-size:14px;color:#666;font-weight:lighter;text-transform:uppercase;margin-top:10px}
.newsList a em{display:block;text-align:right;color:#666}
.newsList a:hover em{color:#056737}
.newsList a .img{width:26.66667%;position:relative}
.newsList a .img>div{width:100%;height:100%;transition:all .5s}
.newsList a:hover .img>div{transform:scale(1.1)}
@media (max-width:767px){
	.newsList a .text{padding:10px}
	.newsList a h2{font-size:14px}
	.newsList a p{font-size:12px;line-height:20px;height:40px;-webkit-line-clamp:2}
	.newsList a em,.newsList a span{font-size:12px}
}
@media (max-width:767px) and (orientation:portrait){
	.newsList a .img{width:38%}
	.newsList a .text{width:62%}
}
@media (min-width:1200px){
	.newsList a h2{font-size:24px}
}
@media (min-width:1400px){
	.newsList a p{margin:10px 0}
	.newsList a span{margin-top:15px}
}


/* 产品中心 */
.minHeight100{min-height:78vh;}
.product_main .productOther{position: relative;bottom:0;}
.product_main .sideOuter{position: absolute;height:auto;left:15px;top:0;}
.product_main .sideMune{height:700px;max-height:65vh;transition: all 0.5s;}

.product_main .producntDetailsSideOuter{position: fixed;left:auto;top:auto;}
.product_main .minHeight .sideMune{height:200px;}

/* 产品详情 */
.productDetailsDiv{border-radius: 10px;background:#fff;padding:20px 15px 30px;}
.productDetailsDiv .InfoTitle{text-align: left;border-bottom:1px dotted #ccc;}
.InfoTitle h1,.quaTit h1{font-size:22px;}
.outSideNav{position: fixed;width:50px;right:5px;z-index: 10;top:50%;transform: translateY(-50%);display: none;}
.outSideNav li{margin-bottom:10px;}
.outSideNav li img{width:100%;}

@media (max-width:767px){
	.product_main .producntDetailsSideOuter{display: none;}
	.product_main .producntDetailsSideOuter + .productOther{padding-left:0;}
}
@media (min-width:768px){
	.minHeight100{min-height:85vh;}
	
	.productDetailsDiv{padding:30px 20px 40px;}
	.InfoTitle h1,.quaTit h1{font-size:24px;}
	
	.product_main .minHeight .sideMune{height:232px;}
}
@media (min-width:992px){
	.outSideNav{display: block;}
	.minHeight100{min-height:700px;}
	.InfoTitle h1,.quaTit h1{font-size:26px;}
	
	.product_main .minHeight .sideMune{height:225px;}
}
@media (min-width:1200px){
	
	.productDetailsDiv{padding:40px 30px 60px;}
	.InfoTitle h1,.quaTit h1{font-size:30px;}
}
@media (min-width:1400px){
	.outSideNav{width:70px;right:20px;}
	.outSideNav li{margin-bottom:25px;}
	
	.product_main .minHeight .sideMune{height:281px;}
}


/*招聘*/
.jobList{overflow:hidden;}
.jobList li{margin-bottom:15px;}
.jobList h3{height:50px;line-height:50px;font-size:14px;background:#dcdcdc;padding:0 0 0 15px;color:#585757;cursor:pointer;-webkit-transition: all 0.3s;transition: all 0.3s;}
.jobList .icon{width:44px;height:100%;background:url(../images/icon/job_icon1.png) no-repeat center;transition:all 0.5s;-webkit-transition: all 0.5s;}
.jobList .jobDescription{padding:15px;background:#fff;display:none;border:1px solid #ddd;border-top:none;}
.jobList .jobDescription .InfoContent{font-size:14px;}
.jobList .cur h3{background:#056737;color:#fff;}
.jobList .cur .icon{background:url(../images/icon/job_icon2.png) no-repeat center;}
.jobDescription .btn{display: block;width:140px;height:45px;line-height:45px;font-size:16px;margin-top:25px;text-align: center;background:#056737;color:#fff;border:none;border-radius: 0;padding:0;}

@media (min-width:768px){
	.jobList h3{height:50px;line-height:50px;}
	.jobList .jobDescription{padding:20px;}
}
@media (min-width:992px){
	.jobList h3{font-size:16px;}
}
@media (min-width:1200px){
	.jobList .jobDescription{padding:30px;}
}



/*联系我们*/
.contactContent{background:#fff;margin-bottom:30px;padding:20px 15px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}
.contactContent .item{position:relative;width:100%;padding:15px 20px 30px;margin-bottom:20px;}
.contactContentItem1{padding:0 30px 0 40px;}
.contactContentItem2{padding:0 40px;}
.contactContentItem3{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;}
.contactContentItem4{padding:0 20px;}
.contactContentItem1:before,.contactContentItem2:before{content:'';position:absolute;width:1px;height:160px;top:50%;margin-top:-80px;right:0;border-right:1px dotted #E7E7E7;}
.contactContentItem2:before{border-right:0;}
.contactContentItem1>img{height:51px;}
.contactContentItem1 h1{font-size:16px;margin:15px 0 5px;}
.contactContentItem1 p{font-size:12px;}
.contactContentItem2 h3{font-size:18px;font-weight: 700;margin-bottom:20px;}
.contactContentItem2 h3 a{margin:0;padding-left:0;}
.contactContentItem2 a{position:relative;margin-top:10px;line-height:20px;padding-left:32px;}
.contactContentItem2 a span{position:absolute;left:0;top:-2px;width:24px;height:24px;border-radius:50%;overflow:hidden;-webkit-transition:box-shadow 0.2s;transition:box-shadow 0.2s;padding:3px;}
.contactContentItem2 a span img{width:100%;height:100%;}
.contactContentItem2 a:hover span{box-shadow:0 0 0 4px #000;}
.contactContentItem3 p{float:right;width:20px;text-align:center;font-weight:700;}
.contactContentItem3 img{float:right;width:140px;margin:0;}
.contactContentItem4 a{position:relative;width:100%;margin-bottom:10px;padding-left:46px;line-height:30px;color:#666;}
.contactContentItem4 a span{position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;overflow:hidden;opacity:0.8;}
.contactContentItem4 a span img{width:100%;height:100%;}
.contactContentItem4 a:hover span{opacity:1;}
.mapMain{background:#fff;}
.contactMap{height:440px;padding:10px;}
.map{width:100%;height:100%;}
#dituContent{width:100%;height:100%}
.anchorBL{display:none;}
.BMap_bubble_title{font-size:16px;color:#056737;}


.contactList{padding:10px 10px 30px;display: flex;align-items: stretch;flex-flow: row wrap;}
.contactList:before,
.contactList:after{display: none;}
.contactList .item{position:relative;padding:25px 0;display:flex;flex-direction:row;}
.contactList .item h5{font-size:16px;margin-bottom:6px;}
.contactList .icon{flex: 0 0 auto;width:23px;margin-right:15px;}
.contactList .icon img{width:100%;}

/*在线留言*/
.onlineMsg_form{max-width:1000px;margin:0 auto;}
.onlineMsg_form .row{margin-left:-20px;margin-right:-20px;}
.onlineMsg_form .column{padding-left:20px;padding-right:20px;}
.onlineMsg_form .span{position: absolute;width:75px;left:0;top:0;text-align: right;margin:0;font-weight: 400;}
.onlineMsg_form .form-group{padding-left:80px;margin-bottom:15px;line-height:36px;color:#078637;font-size:14px;}
.onlineMsg_form .form-control{height:36px;line-height:36px;font-size:14px;padding-top:0;padding-bottom:0;}
.onlineMsg_form textarea.form-control{height:150px;}
.onlineMsg_form .form-control:focus{border-color:#666;}
.onlineMsg_form .form-btns{text-align: center;}
.onlineMsg_form .form-btns .btn[type="submit"]{display: inline-block;width:120px;height:40px;line-height:40px;font-size:16px;padding:0;margin:20px 10px 0;background:#078637;}
.onlineMsg_form .radio-inline{float:left;color:#666;display: flex;align-items: center;margin-left:14px;cursor: pointer;padding-left:0;}
.onlineMsg_form .radio-inline>input{position: static;width:14px;height:14px;margin-top:0;cursor: pointer;margin-right:10px;margin-left:0;}

/* 施工店查询 */
.listTit{font-size:20px;color:#078637;margin:25px 0;}
.searchNetReturn .contactMap,.searchNetReturn .contactList{padding:0;}
.searchNetReturn .contactMap{height:500px;}

/* 门店查询预约 */
.store_title{text-align: center;}
.store_form{margin:20px -5px 30px;text-align: center;}
.store_form label{margin:0 10px 0 0;font-size:16px;font-weight: 400;}
.store_form .form-group{padding:5px;display: inline-block;margin-bottom: 0;vertical-align: middle;}
.store_form .form-control{display: inline-block;height:38px;font-size:14px;border-radius: 0;border-color:#999}
.store_form .form-control-select{width:138px;}
.store_form .form-control-input{width:220px;}
.store_form .btn{font-size:16px;height:38px;width:100px;text-align: center;border-radius: 0;background:#333;color:#fff;transition:all 0.5s}
.store_form .btn:hover{background:#056737;}
.storeList{height:100%;padding:5px;background:#f5f5f5;}
.storeRow{display: flex;align-items: stretch;flex-flow: row wrap;margin:-1px -1px 0;}
.storeRow:before,
.storeRow:after{display: none;}
.storeRow .column{padding:1px;}
.storeList .inner{width:100%;height:100%;background:#fff;padding:20px 10px;}
.storeList .h2{font-size:18px;font-weight: 700;}
.storeList li{position: relative;padding:20px 0;border-bottom:1px dashed #ccc;}
.storeBooking{width:110px;height:40px;line-height:40px;font-size:14px;text-align: center;border:1px solid #ccc;top:20px;right:0;cursor: pointer;transition: all 0.5s;margin-top:20px;}
.storeBooking:hover{background:#056737;color:#fff;border-color:#056737}
.storeList .InfoContent{line-height:1.65;cursor: pointer;}
.storeList .InfoContent i{display: inline-block;line-height:20px;padding:5px 10px;color:#fff;background:#056737;border-radius: 5px;font-size:14px;margin-right:10px;margin-bottom:10px;}

.storeMoadl .modal-dialog{width:90%;height:100%;margin:0 auto;display: flex;justify-content: center;flex-direction: column;}
.storeMoadl .modal-content{border:none;border-radius: 0;}
.storeMoadl .modal-header{position: relative;}
.storeMoadl .modal-title{font-size:20px;text-align: center;}
.storeMoadl .close{width:30px;height:30px;line-height:30px;}
.storeMoadl .close:hover{color:#056737;}
.storeMoadl .InfoContent{line-height:2;color:#333;margin-bottom:25px;}
.modal-store-form{}
.modal-store-form .form-group{position: relative;width:100%;display: block;padding-left:100px;margin-bottom:25px;}
.modal-store-form label{position: absolute;font-size:16px;margin:0;width:100px;text-align: left;font-weight: 400;line-height:36px;left:0;top:0;}
.modal-store-form .form-control{width:100%;height:36px;border-radius: 0;border-color:#ccc;}
.modal-store-form .form-btns{overflow: hidden;margin-top:35px;}
.modal-store-form .form-btns .btn{float:left;width:48%;margin-right:4%;font-size:16px;height:42px;color:#fff;background:#999999;border-radius: 0;}
.modal-store-form .form-btns .btn:last-child{margin-right:0;}
.modal-store-form .form-btns .btn[type="submit"]{background:#056737;}
.storeMap{height:100%;min-height:450px;}

.BMap_bubble_content h5{font-size:15px;font-weight: 700;color:#056737;margin-bottom:5px;}
.BMap_bubble_content i{display: inline-block;margin-right:10px;margin-bottom:10px;line-height:20px;padding:3px 10px;border-radius: 5px;color:#fff;background:#056737;font-size:12px;}

@media (max-width:767px){
	 /*联系我们*/
    .contactContent .item:before{content:'';position:absolute;width:100%;height:1px;bottom:0;top:auto;left:0;margin-top:0;right:auto;border-bottom:1px dotted #E7E7E7;border-right:0;}
    .contactContent .item:last-child::before{border-bottom:0;}
    .contactContent .item:last-child{margin-bottom:0;}
    .contactList .item{border-bottom:1px dotted rgba(204,204,204,0.4)}
	
	/* 门店查询预约 */
	.store_form .form-group:nth-child(4){width:100%;}
	.store_form .btn{margin-top:20px;}
}
@media (max-width:360px){
	/* 门店查询预约 */
	.store_form label{margin-right:8px;font-size:14px;}
	.store_form .form-control-input{width:180px;}
}
@media (min-width:768px){
	/*联系我们*/
    .contactContent{padding:45px 0 20px;margin-bottom:40px;}
    .contactContent .item{width:50%;margin-bottom:20px;padding:0 20px;}
    .contactContentItem4:before{content:'';position:absolute;width:1px;height:160px;top:50%;margin-top:-80px;right:0;border-right:1px dotted #E7E7E7;}
    .contactContentItem3{justify-content:flex-end;}
	.contactMap,.contactList{padding:20px;}
	.contactList .column{margin-bottom:20px;}
    .contactList .item{border-right:1px solid rgba(204,204,204,0.4);padding-right:15px;}
	.contactList .column:last-child .item,
	.contactList .column:nth-child(2n) .item{border-right:none;}
	
	/* 门店查询预约 */
	.store_form{margin:25px -5px 35px;}
	.storeMoadl .modal-dialog{width:486px;}
	.storeMoadl .modal-body{padding:25px 25px 35px;}
	.storeMoadl .modal-title{font-size:24px;}
	.storeMoadl .close{width:40px;height:40px;line-height:40px;}
	

}
@media (min-width:992px){
	 /*联系我们*/
    .contactContent .item{margin-bottom:25px;}
    .contactContent .contactContentItem2 h3{font-size:20px;}
    .contactContent .contactContentItem3{justify-content:flex-end;}
	
    .contactList .column{margin-bottom:30px;}
	.contactList .column:nth-child(2n) .item{border-right:1px solid rgba(204,204,204,0.4);}
	.contactList .column:last-child .item,
	.contactList .column:nth-child(3n) .item{border-right:none;}
	
	/*在线留言*/
	.onlineMsg_form .form-group{line-height:40px;margin-bottom:25px;font-size:16px;padding-left:85px;}
	.onlineMsg_form .form-control{height:40px;line-height:40px;font-size:16px;}
	.onlineMsg_form .span{width:80px;}
	.onlineMsg_form textarea.form-control{height:200px;}
	.onlineMsg_form .form-btns .btn[type="submit"]{margin-top:30px;width:140px;height:45px;line-height:45px;font-size:18px;}
	
	/* 门店查询预约 */
	.store_form{margin:35px -5px 45px;}
	.store_form .form-control-input{width:240px;}
	.storeList{padding:10px;}
	.storeList li{padding-right:145px;}
	.storeBooking{position: absolute;width:116px;height:42px;line-height:42px;font-size:16px;margin-top:0;}
	.storeList .inner{padding:25px 15px;}
	.storeList .h2{font-size:20px;margin-bottom:10px;}
	.storeList .divUl{max-height:600px;overflow-y:auto;overflow-x:hidden;}
	.storeMap{min-height:600px;}
	
}
@media (min-width:1200px){
	.contactContent{padding:60px 0;margin-bottom:50px;}
	.contactContent .item{margin-bottom:0;padding:0 25px;}
	.contactContent .contactContentItem1{width:22%;}
	.contactContent .contactContentItem2{width:35%;}
	.contactContentItem2 h3{font-size:22px;}
	.contactContentItem2:before{border-right:1px dotted #E7E7E7;}
	.contactContent .contactContentItem3{width:21%;justify-content:center;}
	.contactContent .contactContentItem4{width:22%;}
	
	.contactList .column:nth-child(2n) .item,
	.contactList .column:nth-child(3n) .item{border-right:1px solid rgba(204,204,204,0.4);}
	.contactList .column:last-child .item,
	.contactList .column:nth-child(4n) .item{border-right:none;}
	
	/* 门店查询预约 */
	.store_form{margin:45px -10px 55px;}
	.store_form .form-group{padding:5px 10px;}
	.store_form .form-control{font-size:16px;}
	.store_form .form-control-input{width:280px;}
	.store_form label{margin-right:18px;font-size:18px;}
	.store_form .btn{font-size:18px;}

}
@media (min-width:1400px){
	.contactContent .item{padding:0 30px;}
	
	/* 门店查询预约 */
	.store_form{margin:45px -15px 55px;}
	.store_form .form-group{padding:5px 15px;}
}


/* 用户中心 */
.userCenter_main{padding:40px 0;}

/* 用户中心 - 用户登录 */
.logo_list{display: flex;align-items: stretch;flex-flow: row wrap;}
.logo_list h2{font-size:20px;padding:15px 0;margin-bottom:25px;height:70px;text-align: center;display: flex;justify-content: center;align-items: center;border-bottom:1px solid #F3F3F3;}
.logo_list h2>img{height:40px;margin-right:5px;}
.logo_list .item{padding:15px;min-height:480px;border-radius:5px;overflow: hidden;}

.logo_list .form .form-group{margin-bottom:0;}
.logo_list .form label{position: absolute;line-height:60px;color:#666;margin:0;padding:0;left:0;font-size:16px;font-weight: 400;}
.logo_list .form .form-control{height:60px;border-left:none;border-right:none;border-top:none;font-size:16px;}
.logo_list .form label + .form-control{padding-left:85px;}
.logo_list .form .btn[type="submit"]{height:50px;margin-top:40px;font-size:18px;border-radius: 25px;}

.logo_list .column:nth-child(1) .form-control{background-color: transparent;}
.logo_list .column:nth-child(1) .form .btn[type="submit"]{background:#DF3133;}
.logo_list .column:nth-child(1) .form .form-control:focus{border-color:#DF3133;}

@media (max-width:767px){
	.logo_list .column{margin-bottom:20px;}
	.logo_list .column:nth-child(1) .item{min-height:72vh;}
}
@media (min-width:768px){
	/* 用户中心 */
	.userCenter_main{padding:100px 0;}
	
	/* 用户中心 - 用户登录 */
	.logo_list{margin-left:-10px;margin-right:-10px;}
	.logo_list .column{padding:0 10px;}
	.logo_list h2{font-size:22px;height:100px;flex-direction: column;}
	.logo_list h2>img{margin-right:0;margin-bottom:5px}
	.logo_list .item{min-height:450px;}
	
	
}
@media (min-width:992px){
	/* 用户中心 */
	.userCenter_main{padding:60px 0;}
	
	/* 用户中心 - 用户登录 */
	.logo_list{margin-left:-15px;margin-right:-15px;}
	.logo_list .column{padding:0 15px;}
	.logo_list h2{font-size:24px;line-height:40px;height:auto;}
	.logo_list .item{padding:15px 20px;min-height:475px;}
	
	
}
@media (min-width:1200px){
	/* 用户中心 */
	.userCenter_main{padding:100px 0;}
	
	/* 用户中心 - 用户登录 */
	/* .login_content{padding:0 20px;} */
	.logo_list{margin-left:-20px;margin-right:-20px;}
	.logo_list .column{padding:0 20px;}
	.logo_list h2{font-size:24px;margin-bottom:45px;flex-direction: row;}
	.logo_list h2>img{margin-right:10px;margin-bottom:0;}
	
	
	.logo_list .form label{line-height:92px;font-size:18px;}
	.logo_list .form label + .form-control{padding-left:105px;}
	.logo_list .form .form-control{height:92px;font-size:18px;}
	.logo_list .form .btn[type="submit"]{margin-top:60px;font-size:20px;}
}
@media (min-width:1400px){
	/* 用户中心 - 用户登录 */
	.logo_list h2{line-height:48px;}
	.logo_list h2>img{height:48px;}
	.logo_list .item{padding:15px 25px;}
	.logo_list .item{min-height:495px;}
}
@media (min-width:1600px){
	/* 用户中心 - 用户登录 */
	/* .login_content{padding:0 50px;} */
	.logo_list h2{font-size:26px;}
}

/* 电子质保用户中心 */
.quality_content{background:#fff;padding:22px 22px 50px;}
.quaTit{text-align: center;margin-top:18px;margin-bottom:50px;overflow: hidden;}
.quaTit h1{color:#056737;}
.quaTit h1 span{position: relative;display: inline-block;padding:0 45px;line-height: 40px;border-left:1px solid #ccc;border-right:1px solid #ccc;}
.quaTit h1 span:before,.quaTit h1 span:after{content: '';position: absolute;width:100vw;height:1px;background:#ccc;top:50%;}
.quaTit h1 span:before{right:100%;}
.quaTit h1 span:after{left:100%;}

.quality_nav{padding:0 30px;display: flex;flex-flow: row-reverse wrap;}
.quality_nav .left{width:34.25%;}
.quality_nav .right{width:65.75%;padding-right:50px;}
.quaNav_ul{overflow: hidden;}
.quaNav_ul a{font-size:22px;color:#fff;background:#333333;text-align: center;transition: all 0.3s;}
.quaNav_ul li.active a,
.quaNav_ul a:hover{background:#078637;}
.quaNav_ul_ver li{margin-bottom:4px;}
.quaNav_ul_ver a{line-height:40px;padding:40px 10px;display: flex;justify-content: center;align-content: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.quaNav_ul_ver a img{width:40px;margin-right:12px}

.quaNav_ul_hor{margin-left:-1px;margin-right:-1px;margin-bottom:25px;}
.quaNav_ul_hor li{float:left;width:33.333%;padding:0 1px;}
.quaNav_ul_hor a{line-height:20px;padding:20px 10px;}
.quaNav_ul_hor a>img{margin:0 auto 10px;}
.quaTitImg{padding:35px 0;border-bottom:1px dotted #C2C2C2;margin-bottom:10px;}
.quaTitImg>img{margin:0 auto;max-width:100%;}

.quaQQ{display: flex;align-items: flex-end;flex-flow: column;}
.quaQQ a{margin-bottom:15px;width:80px;}
.quaQQ a:last-child{margin-bottom:0;}
.quaQQ a:hover{opacity: 0.95;}
.quaformItem{position: relative;padding:35px 10px 10px;border-bottom:1px dotted #C2C2C2;}
.quaformItem .tit{margin-bottom:25px;}
.quaformItem .tit,.bottomTip{font-size:20px;color:#E21B14;}
.quaformItem .row{margin-left:-20px;margin-right:-20px;}
.quaformItem .column{padding-left:20px;padding-right:20px;}
.quaformItem .row .row{margin-left:0;margin-right:0;}
.quaformItem .row .row .column{padding-left:0;padding-right:0;}
.qualityForm_main .form .form-group{margin-bottom:25px;line-height:40px;color:#078637;font-size:16px;}
.qualityForm_main .form .wordGrey .form-group{color:#999;}
.qualityForm_main .form .wordGrey .form-control:focus{border-color:#cfcfcf;}
.qualityForm_main .form .form-control{height:40px;line-height:40px;font-size:16px;padding-top:0;padding-bottom:0;}
.qualityForm_main .form .form-control:focus{border-color:#666;}
.qualityForm_main .form-control[disabled],
.qualityForm_main .form-control[readonly],
.qualityForm_main fieldset[disabled] .form-control{background-color:transparent;}

.quaformItem .span{position: absolute;width:100px;left:0;top:0;text-align: right;margin:0;font-weight: 400;}
.quaformItem .radio-inline,.quaformItem .checkbox-inline{float:left;color:#666;display: flex;align-items: center;margin-left:14px;cursor: pointer;padding-left:0;}
.quaformItem .radio-inline>input,.quaformItem .checkbox-inline>input{position: static;width:14px;height:14px;margin-top:0;cursor: pointer;margin-right:10px;margin-left:0;}
.quaformItem .checkbox-inline{width:16.6666%;margin-left:0;margin-right:0;}
.quaformItem .checkbox-inline>input{margin-right:0;margin-left:10px;}

.search_form{position: relative;padding-right:115px;}
.search_form.form .btn[type="submit"]{position: absolute;right:0;top:0;width:95px;height:40px;line-height:40px;padding:0;margin:0;font-size:16px;border-radius: 0;background:#078637;}
.quality_form.form .btn[type="submit"]{width:400px;height:60px;margin:35px auto 0;font-size:22px;border-radius: 30px;background:#078637;}
.qualityForm_main .quality_form .form-group{padding-left:102px;}
.show_fileDiv .item{float:left;width:158px;height:110px;margin-right:30px;}
.show_fileDiv .item:last-child{margin-right:0;}
.show_fileDiv .item .img,
.show_fileDiv .item img{width:100%;height:100%;}
.quality_form.form .form-control-file{position: relative;width:100px;height:35px;background:#999999;margin-bottom:15px;color:#fff;text-align:center;line-height:35px;cursor: pointer;}
.quality_form.form .form-control-file>span{position: relative;cursor: pointer;z-index: 1;}
.quality_form.form .form-control-file>input[type="file"]{position: absolute;width:100%;height:100%;left:0;top:0;background:none;cursor: pointer;padding:0;opacity: 0;z-index: 2;}
.form-qUnit .form-group{padding-right:40px;}
.form-qUnit .qUnit{position: absolute;width:40px;text-align:center;right:0;top:0;color:#666;}
.qualityForm_bottom{position: relative;overflow: hidden;}
.bottomTip{margin-top:35px;}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-color:#CECECE;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{padding:14px 10px;}
.quaformItem .table{margin-bottom:25px;margin-top:-10px;text-align: center;color:#000;}
.quaformItem .table th{text-align: center;background:#F8F8F8;}
.quaformItem .table a{color:#078637;}
.quaformItem .table a:hover{color:#DF3133;}
.quaformItem .table tbody tr td{background:#f1f1f1;}
.quaformItem .table tbody tr:nth-child(2n) td{background:#F8F8F8;}

/* 生成保单 */
.quaformItem .tit.colorGreen{color:#078637;font-size:18px;margin-bottom:10px;line-height:26px;}
.quaformItem .tit.colorGreen span{color:#E21B14;}
.BdanShowItem{padding-bottom:16px;}
.BdanTit{font-size:26px;text-align: center;color:#078637;line-height: 28px;margin-bottom:35px;}
.serialNumber{font-size:14px;top:35px;right:0;color:#E21B14;line-height: 28px;margin-bottom:10px;}
.BdanShowRow{padding:0 75px;}
.BdanInfo{padding:10px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.qualityForm_bottom .printerBtn{margin-top:30px;padding:0;width:128px;height:42px;line-height:42px;text-align: center;font-size:18px;color:#fff;background:#E11A13;border:none;border-radius: 0;}
.qualityForm_bottom .printerBtn:hover{text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}











/*动画*/
@-webkit-keyframes fadeIn{
	0%{opacity:0}
	100%{opacity:1}
}
@keyframes fadeIn{
	0%{opacity:0}
	100%{opacity:1}
}
.fadeIn{-webkit-animation:fadeIn 1s;animation:fadeIn 1s}

@-webkit-keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
	100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInDown{-webkit-animation:fadeInDown 1s;animation:fadeInDown 1s}

@-webkit-keyframes fadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
	100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInUp{-webkit-animation:fadeInUp 1s;animation:fadeInUp 1s}

@-webkit-keyframes fadeInLeft{
	0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeft{
	0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
	100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInLeft{-webkit-animation:fadeInLeft 1s;animation:fadeInLeft 1s}

@-webkit-keyframes fadeInRight{
	0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRight{
	0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
	100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInRight{-webkit-animation:fadeInRight 1s;animation:fadeInRight 1s}

@-webkit-keyframes zoomIn{
	0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
	50%{opacity:1}
}
@keyframes zoomIn{
	0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
	50%{opacity:1}
}
.zoomIn{-webkit-animation:zoomIn 1s;animation:zoomIn 1s}
