@charset "UTF-8";
body {
	font-family: "arial";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "helev2";
	src: url("../fonts/HELVETICANEUELTPRO-CN_0.TTF");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #eead0d;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.swiper-pagination-bullet-active{
	background: #eda900 !important;
}
.container.index{
	width: 96%;
	max-width: 1480px;
}

/* head */
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch .hsm{
	width: 10%;
	float: left;
	height: 50px;
	background: url(../images/ss-ico.jpg) no-repeat right 15px center;
	text-align: right;
	border: none;
	outline: none;
	padding-right: 5px;
	line-height: 50px;
	cursor: pointer;
}
.headSearch span i{
	font-size: 24px;
	color: #333;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i{
	font-size: 28px;
	color: #d00200;
}
.head{
	width: 100%; 
	background: rgba(255,255,255,0);
	z-index: 1009; 
	transition: all .5s ease;
	position: fixed;
	top: 0;
	left: 0; 
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all .5s ease;
} 
.head.ny{
	position: relative;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #e7e7e7;
	transition: all .5s ease;
}
.head .container{
	width: 96%;
	max-width: 1400px;
}
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	/* padding: 12px 0; */ 
	/* box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1); */
	border-bottom: 1px solid #e7e7e7;
	transition: all .5s ease;
}
.head .Logo{
	float: left;
	padding: 27px 0 31px;
	transition: all .5s ease;
}
.head.fixedbg .Logo,
.head.ny .Logo{
	padding: 19px 0;
	transition: all .5s ease;
}
.WebLink{
	float: left;
	margin-left: 65px;
	margin-top: 41px;
	transition: all .5s ease;
}
.head.fixedbg .WebLink,
.head.ny .WebLink{
	margin-top: 32px;
	transition: all .5s ease;
}
.WebLink li{
	float: left;
	margin-left: 52px;
	position: relative;
}
.WebLink li > a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #f0be20;
}
.head.fixedbg .WebLink li > a,
.head.ny .WebLink li > a{
	color: #333333;
}
.head.fixedbg .WebLink li:hover > a,
.head.ny .WebLink li:hover > a,
.head.fixedbg .WebLink li.on > a,
.head.ny .WebLink li.on > a{
	color: #f0be20;
}

.WebLink li .sub-head-menu{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 69px;
	width: 200px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.sub-head-menu-t{
	height: 30px;
	transition: all .5s ease;
}
.head.fixedbg .sub-head-menu-t{
	height: 25px;
	transition: all .5s ease;
}
.sub-head-menu-a{
	border-top: 4px solid #f0be20;
}
.WebLink li:hover .sub-head-menu{
	top: 23px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0;
	color: #555;
	border-bottom: 1px solid #f1f1f1;
	background: #fff; 
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a:hover{
	background: #f0be20;
	color: #fff;
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a:last-child{
	border-bottom: none;
}

.head-right{
	float: right;
	height: 109px;
	padding-left: 37px;
	border-left: 1px solid rgba(255,255,255,.2);
	transition: all .5s ease;
}
.head.fixedbg .head-right,
.head.ny .head-right{
	height: 88px;
	border-left: 1px solid #e7e7e7;
	transition: all .5s ease;
}
.head-right .h-albb{
	float: left;
	margin-right: 35px;
	position: relative;
	top: 32px;
	transition: all .5s ease;
}
.head.fixedbg .h-albb,
.head.ny .h-albb{
	top: 22px;
	transition: all .5s ease;
}
.head-right .h-albb i{
	font-size: 38px;
	color: #fff;
	line-height: 44px;
}
.head.fixedbg .h-albb i,
.head.ny .h-albb i{
	color: #ff6f0f;
}
.head-right .h-language{
	float: left;
	margin-right: 35px;
	cursor: pointer;
	position: relative;
	top: 40px;
	transition: all .5s ease;
}
.head.fixedbg .h-language,
.head.ny .h-language{
	top: 30px;
	transition: all .5s ease;
}
.head-right .h-language i{
	font-size: 20px;
	color: #fff;
	transition: all .5s ease;
}
.head.fixedbg .h-language i,
.head.ny .h-language i{
	color: #404040;
}
.head-right .h-language:hover i{
	color: #e1b51e;
	transition: all .5s ease;
}
.head-right .head-search{
	float: left;
	position: relative;
	top: 40px;
	cursor: pointer;
	transition: all .5s ease;
}
.head.fixedbg .head-search,
.head.ny .head-search{
	top: 30px;
	transition: all .5s ease;
}
.head-right .head-search i{
	font-size: 20px;
	color: #fff;
}
.head.fixedbg .head-search i,
.head.ny .head-search i{
	color: #eead0d;
}
.language-select{
	position: absolute;
	width: 108px;
	left: -45px;
    top: 64px;
    padding-top: 46px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	transition: all .5s ease;
}
.head.fixedbg .language-select,
.head.ny .language-select{
	padding-top: 35px;
}
.head-right .h-language:hover .language-select{
	opacity: 1;
    top: 24px;
	visibility: visible;
	transition: all .5s ease;
}
.language-select::after{
	transform: rotate(180deg);
	width: 0;
	height: 0;
	position: absolute;
	top: 36px;
	left: 45px; 
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff; 
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
}
.head.fixedbg .language-select::after,
.head.ny .language-select::after{
	top: 25px;
}
.language-select a{
	display: block;
	background: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #555555;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2); 
}
.language-select a:hover{
	color: #012169;
}
.language-select a:nth-child(1){
	border-bottom: 1px solid #e7e6e6;
}
.language-select a:nth-child(2){
	font-family: arial;
}

/* banner */
#container1{
	width: 100%;
	height: 100%;
	position: relative;
}
#container1 .swiper-slide{
	width: 100%;
	position: relative;
}
#container1 .bannerInfo{
	position: absolute;
	background: rgba(237,169,0,0.85);
	bottom: -177px;
	opacity: 0;
	right: 240px;
	padding: 48px 34px 112px;
	color: #fff;
	max-width: 790px;
	transition: all 1.6s ease;
}
#container1 .swiper-slide.swiper-slide-active .bannerInfo{
	bottom: 77px;
	opacity: 1;
	transition: all 1.6s ease;
}
#container1 .bannerInfo .tit{
	font-size: 28px;
	line-height: 36px;
	padding-left: 42px;
	position: relative;
}
#container1 .bannerInfo .tit::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
#container1 .bannerInfo .sub{
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	margin: 18px 0 0 0;
	padding-left: 42px;
}
#bannerbp{
	bottom: 120px;
}
#bannerbp .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background: #fff;
	transition: all .5s ease;
}
#bannerbp .swiper-pagination-bullet-active{
	background: #fff !important;
	opacity: 1;
	transition: all .5s ease;
}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 77px;
	left: 15%; 
	z-index: 2;
	margin-top: 50px;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}

@keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}

/* indexProduct */
.indexProduct{
	padding: 135px 0 0 0;
	position: relative;
}
.indexProduct .mh-sy-tit{
	text-align: center;
}
.indexProduct .mh-sy-sub{
	text-align: center;
}
.indexProduct .syProTop{ 
	position: relative;
} 
.indexProduct .syProTop .syProMore{
	display: block; 
	width: 152px;
	height: 42px;
	border: 1px solid #012169;
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 658;
	text-align: center;
	font-size: 15px;
	color: #012169;
	line-height: 30px;
}
.indexProduct .syProTop .syProMore:hover{
	color: #fff;
	background-color: #012169;
}
.indexProduct .syProTop .syProMore i{
	font-size: 28px; 
	margin-left: 12px;
	position: relative;
	top: 5px;
}
#syProSwiper{
/*
	position: absolute;
	width: 94%;
	max-width: 1660px;
	right: 0;
	bottom: 120px;
*/
}
.syProCls{
	position: relative;
}
.syProCls::after{
	content: "";
	width: 100%;
	position: absolute;
	height: 125px;
	background: url(../images/img-black-back.png) no-repeat center center;
	background-size: 100% 100%;
	bottom: 0;
	left: 0;
	z-index: 22;
}
.syProCls .pic{
	overflow: hidden;
}
.syProCls .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.syProCls:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.syProCls p{
	position: absolute;
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	z-index: 33;
	bottom: 28px;
	text-align: center;
	left: 0;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#syProN,
#syProP{
	width: 56px;
	height: 56px;
	margin-top: -28px;
}
#syProN{
	right: -90px;
	background: url(../images/syProNext.png) no-repeat center center;
	transition: all .5s ease;
}
#syProN.swiper-button-disabled{
	opacity: 0.3;
	transition: all .5s ease;
}
#syProP{
	left: -90px;
	background: url(../images/syProPrev.png) no-repeat center center;
	transition: all .5s ease;
}
#syProP.swiper-button-disabled{
	opacity: 0.3;
	transition: all .5s ease;
}
.sy-pro-show{
	position: relative;
	margin-top: 48px;
}
.sy-ys-list{
	border-top: 3px solid #00387b;
	padding-top: 12px;
}
.sy-ys-list .tit{
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	line-height: 20px;
}
.sy-ys-list .sub{
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin-top: 10px;
}
.syYsSwiper{
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

/* indexAbout */
.indexAbout{
	background: #f0be20;
	position: relative;
}
.syAbtBack{
	position: absolute;
	width: 50%;
	height: 100%;
	background: url(../images/sy-abt-img.jpg) no-repeat center center;
	background-size: cover;
	left: 0;
	top: 0;
}
.syAbtBox{
	width: 46%;
	float: right;
	padding: 202px 0 0 0;
}
.indexAbout .mh-sy-sub{
	color: #333333;
	margin: 40px 0 0 0;
	padding-right: 14%;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.abtMore{
	margin-top: 50px;
	display: block;
	font-size: 15px;
	color: #012169 !important;
}
.abtMore i{
	font-size: 28px;
	margin-left: 14px;
	position: relative;
	top: 5px;
	transition: all .5s ease;
}
.abtMore:hover i{
	margin-left: 28px;
	transition: all .5s ease;
}
.syHistory{
	position: relative;
	margin-top: 65px;
}
.syHistory .title{
	font-size: 22px;
	line-height: 26px;
	color: #222222;
}
#syHistorySwiper{
	margin-top: 35px;
}
#syHistorySwiper .swiper-slide{
	margin-top: 0 !important;
	margin-bottom: 7px !important;
	background: #f3f0e3;
	border-top: 5px solid #33bd73;
	padding: 15px 14px;
}
#syHistorySwiper .swiper-slide .year{
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	color: #222222;
	margin-bottom: 4px;
	line-height: 25px;
}
#syHistorySwiper .swiper-slide .sub{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #555555;
	min-height: 50px;
}
.syHistory .jt-box{
	width: 52px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 8px;
}
#syHistoryN,
#syHistoryP{
	margin-top: 0;
	top: 0;
	width: 21px;
	height: 13px;
}
#syHistoryN{
	right: 0;
	background: url(../images/sy-abt-next.png) no-repeat center center;
}
#syHistoryP{
	left: 0;
	background: url(../images/sy-abt-prev.png) no-repeat center center;
}

/* indexNews */
.indexNews{
	background: #f8f8f8;
	padding: 160px 0 0 0;
}
.indexNews .mh-sy-tit{
	text-align: center;
}
.indexNews .mh-sy-sub{
	text-align: center;
}
#syNewsSwiper{
	margin-top: 45px;
	padding-bottom: 60px;
}
.sy-news-list{
	background: #fff;
	transition: all .5s ease;
}
.sy-news-list:hover{
	background: #f0be20;
	transition: all .5s ease;
}
.sy-news-list .pic{
	overflow: hidden;
}
.sy-news-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-news-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-news-list .info{
	padding: 28px 28px 40px;
}
.sy-news-list .info .time{
	font-family: arial;
	font-size: 15px;
	line-height: 20px;
	color: #999999;
}
.sy-news-list .info .tit{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 18px 0 ;
}
.sy-news-list .info .sub{
	font-size: 15px;
	color: #888888;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .info .more{
	display: block;
	margin: 32px auto 0;
	text-align: center;
	width: 65%;
	line-height: 40px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	color: #333333;
	transition: all .5s ease;
}
.sy-news-list:hover .info .more{
	background: #f8df90;
	border-top: 1px solid #f8df90;
	border-bottom: 1px solid #f8df90;
	transition: all .5s ease;
}

/* indexTech_Contact */
.indexTech_Contact{
	height: auto !important;
}
.syTech{
	width: 50%;
	float: left;
	position: relative;
}
.syTech .info{
	position: absolute;
	top: 88px;
	left: 27%;
}
.indexTech_Contact .tit{
	font-size: 28px;
	line-height: 36px;
	color: #222222;
	font-weight: bold;
}
.syTech .info .sub{
	font-size: 16px;
	color: #555555;
	margin-top: 35px;
}
.syTech .info .more{
	margin-top: 40px;
	display: block;
	font-size: 15px;
	color: #012169 !important;
}
.syTech .info .more i{
	font-size: 28px;
	margin-left: 14px;
	position: relative;
	top: 5px;
	transition: all .5s ease;
}
.syTech .info .more:hover i{
	margin-left: 28px;
	transition: all .5s ease;
}
.syContact{
	width: 50%;
	float: right;
	position: relative;
}
.syContact .info{
	position: absolute;
	top: 88px;
	left: 70px;
}
.syContact .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 38px;
	margin-top: 30px;
}
.syContact .info .sub a{
	color: #555;
	font-family: arial;
}
.syContact .info .sub a:hover{
	color: #d5a31c;
}
.syContact .info .sub p{
	padding-left: 28px;
}
.syContact .info .sub .dz{
	background: url(../images/s-c-dz.png) no-repeat left center;
}
.syContact .info .sub .dh{
	background: url(../images/s-c-dh.png) no-repeat left center;
}
.syContact .info .sub .cz{
	background: url(../images/s-c-cz.png) no-repeat left center;
}

/* about */
.about{
	padding: 80px 0;
}
.about .abt-top-tit{
	text-align: left;
}
.abt-box{
	margin-top: 38px;
}
.sub-about-left{
	width: 48.642857142%;
	float: left;
}
.abt-cont{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
}
.sub-about-right{
	width: 45.83334%;
	float: right;
}
.sub-about-right .abt-cont{
	margin-top: 108px;
}
.abt-num-info{
	text-align: center;
}
.abt-num-info .list{
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	padding-right:35px;
	margin-right: 35px;
}
.abt-num-info .list:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.abt-num-info .list .txt1{
	font-size: 16px;
	color: #555555;
}
.abt-num-info .list .txt1 sup{
	font-size: 30px;
	color: #eda900;
	position: relative;
	top: -25px;
}
.abt-num-info .list .txt1 span{
	font-family: helev;
	font-size: 48px;
	color: #eda900;
	line-height: 52px;
}
.abt-num-info .list .txt2{
	font-size: 15px;
	color: #333333;
	margin-top: 16px;
}

/* abt-tit */
.abt-top-tit{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #333333;
}

/* culture */
.culture{
	padding: 60px 0 90px;
	background: #f1f1f1;
}
#qywhSwiper{
	margin-top: 50px;
}
.qywh-list{
	
}
.qywh-list .pic{
	position: relative;
	overflow: hidden;
}
.qywh-list .sub{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(237,169,0,0.85);
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 0 88px;
	opacity: 0;
	transition: all .5s ease;
}
.qywh-list:hover .sub{
	opacity: 1;
	transition: all .5s ease;
}
.qywh-list .pic img{
	display: block;
	width: 100%;
}
.qywh-list .tit{
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;
}

/* history */
.history{
	padding: 60px 0 138px;
	min-height: 543px;
	background: url(../images/history-back.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.history .abt-top-tit{
	color: #fff;
}
.history-show{
	margin-top: 105px; 
	background: url(../images/history-line.jpg) repeat-x top 90px center;
}
.history-show .container{
	position: relative;
}
.history-show .year{
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
}
.history-show .year::after{
	content: "";
	width: 19px;
	height: 19px;
	background: url(../images/history-dot.png) no-repeat center center;
	position: absolute;
	bottom: -46px;
	left: 50%;
	margin-left: -9.5px;
}
.history-show .year span{
	font-family: arial;
	font-size: 48px;
	font-weight: bold;
	line-height: 55px;
}
.history-show .sub{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	margin-top: 85px;
	max-height: 180px;
	overflow-y: auto;
	text-align: center;
}
#historySwiper{
	width: 88%;
	margin: 0 auto;
}
#historyN,
#historyP{
	width: 35px;
	height: 35px;
	margin-top: 0;
	top: 73px;
}
#historyN{
	background: url(../images/history-N.png) no-repeat center center;
	right: 0;
}
#historyP{
	background: url(../images/history-P.png) no-repeat center center;
	left: 0;
}

/* honor */
.honor{
	padding: 65px 0 100px;
}
#honorSwiper{
	margin-top: 70px;
}
#honorSwiper .swiper-slide{
	background: #f4f4f4;
}
#honorSwiper .swiper-slide .pic{
	padding: 20px;
}
#honorSwiper .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
}
#honorN,
#honorP{
	width: 10px;
	height: 19px;
	margin-top: -9.5px;
}
#honorN{
	background: url(../images/jrwm-n.png) no-repeat center center;
}
#honorP{
	background: url(../images/jrwm-p.png) no-repeat center center;
}

/* 操作手册 */
.manual{
	padding: 78px 0 120px;
}
.czsc-xz{
	border-bottom: 1px solid #edecec;
	overflow: hidden;
	padding-left: 100px;
	background: url(../images/czsc-pdf.png) no-repeat left center;
	margin-bottom: 15px;
}
.manual .row{
	margin-top: 75px;
}
.manual .pdg{
	padding: 0 40px;
}
.czsc-xz .info{
	float: left;
	width: 75%;
	padding: 28px 0;
}
.czsc-xz .info .tit{
	font-size: 20px;
	color: #333333;
}
.czsc-xz .info .size{
	font-size: 16px;
	color: #666;
	margin-top: 12px;
}
.czsc-xz .ico{ 
	float: right;
	width: 69px;
	height: 69px;
	border: 1px solid #e0e0e0;
	border-radius: 100%;
	text-align: center;
	line-height: 67px;
	margin-top: 28px;
    transition: all .5s ease;
}
.czsc-xz:hover .ico{
	background: #e42b0f;
	border: 1px solid #e42b0f;
	color: #fff;
    transition: all .5s ease;
}
.czsc-xz .ico i{
	font-size: 35px;
}

/* 知识 */
.knowledge{
	padding: 60px 0 100px;
	background: #f5f5f5;
}
.edgeShow{
	margin-top: 58px;
}
.edgeShow .item{
	
}
.edgeShow h3{
	background: url(../images/q-ico.png) no-repeat left center,url(../images/zs-righ.png) no-repeat right 5px center;
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 36px;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
    transition: all .5s ease;
}
.edgeShow h3.on{
	background: url(../images/q-ico.png) no-repeat left center,url(../images/zs-down.png) no-repeat right center;
    transition: all .5s ease;
}
.edgeShow ul{
	padding: 22px 30px 25px;
	display: none;
}
.edgeShow ul li{
	background: url(../images/a-ico.png) no-repeat left top;
	font-size: 16px;
	color: #666666;
	padding-left: 35px;
	line-height: 26px;
}

/* contact */
.contact{
	padding: 80px 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 999;
}
.message{
	width: 43.75%;
	float: left;
	border-bottom: 6px solid #eda900;
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .2);
	padding: 58px 52px 25px ;
	background: #fff;
    transition: all .5s ease;
}
.message .tit{
	font-size: 38px;
	line-height: 42px;
	color: #000000;
}
.message .sub{
	font-size: 16px;
	line-height: 25px;
	color: #555555;
	margin-top: 14px;
}
.message .msg{
	margin-top: 42px;
}
.message .msg input[type=text]{
	width: 100%;
	height: 60px;
	outline: none;
	border: none;
	border-bottom: 1px solid #dee0e2;
	font-size: 16px;
	color: #333333;
	padding: 0;
}
.message .msg textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 75px;
	max-height: 75px;
	padding: 10px 0 0 0;
	margin-top: 10px;
	outline: none;
	border: none;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #dee0e2;
}
.message .msg textarea:focus{
	background: none;
}
.message .msg .tj{
	display: block;
	width: 140px;
	text-align: center;
	line-height: 46px;
	height: 50px;
	border-radius: 50px;
	background: #eeeeee;
	font-size: 15px;
	color: #222;
	margin: 23px auto 0;
	cursor: pointer;
    transition: all .5s ease;
}
.message .msg .tj:hover{
	width: 160px;
	background: #eda900;
	color: #fff;
    transition: all .5s ease;
}
.message .msg .tj i{
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-left: 25px;
    transition: all .5s ease;
}
.message .msg .tj:hover i{
	margin-left: 35px;
}
.sub-contact{
	width: 35%;
	float: left;
	margin-left: 110px;
	padding-top: 60px;
}
.sub-contact .tit1{
	font-size: 26px;
	color: #222222;
	line-height: 32px;
}
.sub-contact .tit2{
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 22px;
}
.sub-contact .sub{
	font-size: 13px;
	color: #555555;
	line-height: 32px;
	margin-top: 55px;
}
.sub-contact .sub a{
	color: #555;
	font-family: arial;
}
.sub-contact .sub a:hover{
	color: #d5a31c;
}
.sub-contact .sub p{
	padding-left: 28px;
}
.sub-contact .sub .dz{
	background: url(../images/s-c-dz.png) no-repeat left top 8px;
}
.sub-contact .sub .dh{
	background: url(../images/s-c-dh.png) no-repeat left center;
}
.sub-contact .sub .cz{
	background: url(../images/s-c-cz.png) no-repeat left center;
}
.maps{
	overflow: hidden;
	position: relative;
	margin-top: -115px;
}

/* news */
.news{
	background: #f5f5f5;
	padding: 74px 0 99px;
}
.news li.hide-wrap {
    display: none;
}
.news .pdg{
	padding: 0 9.5px;
}
.item-pro{
	background: #fff;
	margin-bottom: 35px;
}
.item-pro .info{
	padding: 25px 36px 28px 30px;
	position: relative;
    transition: all .5s ease;
}
.item-pro:hover .info{
	background: #eda900;
    transition: all .5s ease;
}
.item-pro .info .tit{
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	min-height: 72px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.item-pro:hover .info .tit{
	color: #fff;
    transition: all .5s ease;
}
.item-pro .info .time{
	font-family: arial;
	font-size: 16px;
	line-height: 25px;
	color: #888888;
	margin-top: 72px;
    transition: all .5s ease;
}
.item-pro:hover .info .time{
	color: #fff;
    transition: all .5s ease;
}
.item-pro .info  .ico{
	position: absolute;
	width: 43px;
	text-align: center;
	line-height: 43px;
	height: 43px;
	border-radius: 100%;
	background: #eda900;
	right: 25px;
	bottom: 21px;
    transition: all .5s ease;
}
.item-pro:hover .info  .ico{
	background: #fff;
    transition: all .5s ease;
}
.item-pro .info  .ico i{
	font-size: 23px;
	color: #fff;
    transition: all .5s ease;
}
.item-pro:hover .info  .ico i{
	color: #eda900;
    transition: all .5s ease;
}
.news .more{
	display: flex;
	width: 170px;
	line-height: 50px;
	border-radius: 50px;
	background: #eda900;
	text-align: center;
	border: 1px solid #eda900;
	margin: 0 auto; 
}
.news .more a{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* newsDe */
.newsDe{
	padding: 58px 0 100px;
}
.newsDe .top-box{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 25px;
}
.newsDe .title{
	font-size: 32px;
	line-height: 42px;
	color: #333333;
}
.newsDe .time{
	font-size: 16px;
	line-height: 25px;
	color: #888888;
	margin-top: 20px;
}
.newsDe .content{
	margin-top: 64px;
	position: relative;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}
.newsDe .content .inner{
	width: 72%;
	margin: 0 auto;
}
.news-btn-gn{ 
	position: absolute;
	right: 0;
}
.news-btn-gn a{
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	margin-left: 16px;
	border-radius: 100%;
}
.news-btn-gn a:nth-child(1){
	background: #b4b4b4 url(../images/newsde-prev.png) no-repeat center center;
}
.news-btn-gn a:hover:nth-child(1){
	background: #eda900 url(../images/newsde-prev.png) no-repeat center center;
}
.news-btn-gn a:nth-child(2){
	background: #b4b4b4 url(../images/newsde-next.png) no-repeat center center;
}
.news-btn-gn a:hover:nth-child(2){
	background: #eda900 url(../images/newsde-next.png) no-repeat center center;
}
.news-btn-gn a:nth-child(3){
	background: #b4b4b4 url(../images/newsde-return.png) no-repeat center center;
}
.news-btn-gn a:hover:nth-child(3){
	background: #eda900 url(../images/newsde-return.png) no-repeat center center;
}
.de-share{
	width: 72px;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	border-radius: 5px;
	left: 0;
}
.de-share a{
	display: block;
	width: 100% !important;
	height: 72px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: url(../images/de-fx.jpg) !important;
}
.de-share a.bshare-weixin{
	background-position: 0 0 !important;
}
.de-share a.bshare-sinaminiblog{
	background-position: 0 -72px !important;
}
.de-share a.bshare-qqim{
	background-position: 0 68px !important;
}

/* idea */
.idea{
	padding: 75px 0 90px;
}
.idea .content{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 48px;
	text-align: center;
}
.human{
	padding: 50px 0 60px;
	background: #f3f3f3;
}
.recruit{
	margin-top: 42px;
}
.recruit .top{
	overflow: hidden;
	line-height: 58px;
	background: #eda900;
}
.recruit .top span{
	display: block;
	width: 25%;
	float: left;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.recruit .top span:nth-child(1){
	text-align: left;
	text-indent: 75px;
}
.recruit h3{
	line-height: 54px;
	border-bottom: dashed 1px #d3d3d3;
	overflow: hidden;
	cursor: pointer;
	color: #333333;
}
.recruit h3 span{
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 15px;
}
.recruit h3 span:nth-child(1){
	text-align: left;
	text-indent: 75px;
	font-size: 17px;
	font-weight: bold;
}
.recruit h3.on span:nth-child(1){
	color: #eda900;
}
.recruit ul{
	display: none;
}
.recruit ul li{
	background: #fff;
	padding: 30px 75px 38px 75px;
	position: relative;
}
.rczp-wx-ewm{
	position: absolute;
	right: 0;
	top: 25px;
	width: 300px;
}
.recruit ul li .content{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	margin-bottom: 28px;
}
.recruit ul li .content .tit{
	font-size: 18px;
	margin-bottom: 8px;
}
.recruit ul li .yp{
	display: block;
	width: 150px;
	line-height: 48px;
	background: #eda900;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	margin-top: 45px;
}

/* product */
.product .clsname{
	background: url(../images/pro-dot.png) no-repeat left center;
	padding-left: 28px;
	font-size: 32px;
	color: #333333;
	line-height: 40px;
}
.product .list{
	margin-bottom: 45px;
}
.product .list .cls2{
	font-size: 28px;
	color: #333333;
	line-height: 32px;
}
.product .list .row{
	margin-top: 22px;
}
.product .list .row .pdg{
	
}
.product .list .title{
	background: url(../images/pro-dot-hs.png) no-repeat left center;
	padding-left: 20px;
	line-height: 54px;
	border-bottom: 1px solid #dedddd;
	margin-bottom: 2px;
}
.product .list .title a{
	display: block;
	font-size: 16px;
	color: #333333;
}
.product .list .title a:hover{
	color: #eda900;
}
.product table{
	width: 100%;
	margin-top: 38px;
	border: 1px solid #e5e5e5;
}
.product table th{
	background: #eee;
	height: 60px;
	text-indent: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.product table td{
	height: 55px;
	font-size: 16px;
	color: #333333;
	text-indent: 40px;
}
.product table td a{
	display: block;
	color: #333;
}
.product table tr:hover td a{
	color: #eda900;
}

/* productDe */
.productDe{
	padding: 50px 0 105px;
}
.product-class{
	width: 18.88889%;
	float: left;
}
.product-class a{
	display: block;
	width: 100%;
	line-height: 52px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
	background: #f1f1f1 url(../images/pro-sjx.png) no-repeat left 15px center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class a:hover,
.product-class a.on{
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #eda900 url(../images/pro-sjx-bs.png) no-repeat left 15px center;
}
.product-right{
	width: 78%;
	max-width: 1050px;
	float: right;
}
.prode-gallery-top img{
	display: block;
	margin: 0 auto;
}
.productDe-top .imgShow{
	width: 46.19047619%;
	float: left;
}
.productDe-top .imgMore{
	position: relative;
	margin-top: 11px;
}
.prode-gallery-thumbs{
	width: 86%;
	margin: 0 auto;
}
.prode-gallery-thumbs .swiper-slide{
	border: 1px solid #dcdcdc;
	cursor: pointer;
}
.prode-gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #005395;
}
.prode-next,
.prode-prev{
	width: 32px;
	height: 100% !important;
	top: 0 !important; 
	margin-top: 0 !important;
}
.prode-next{
	right: 0 !important;
	background: #f5f5f5 url(../images/prode-next.png) no-repeat center center !important;
}
.prode-prev{
	left: 0 !important;;
	background: #f5f5f5 url(../images/prode-prev.png) no-repeat center center !important;
}
.productDe-top .content{
	width: 48.952380952%;
	float: right;
}
.productDe-top .content .title{
	font-size: 28px;
	line-height: 36px;
	color: #222222;
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 22px;
}
.productDe-top .content .tit{
	font-weight: bold;
	font-size: 22px;
	color: #222222;
	margin-top: 34px;
}
.productDe-top .content .cont{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	margin-top: 28px;
	padding-right: 52px;
	max-height: 270px;
	overflow: auto;
}
.pro-gwc{
	display: block;
	width: 100%;
	text-align: center;
	height: 65px;
	line-height: 58px;
	background: #eda900;
	border-radius: 10px;
	font-weight: bold;
	color: #fff !important; 
	font-size: 18px;
	margin-top: 30px;
}
.pro-gwc i{
	font-size: 28px;
	font-weight: 100;
	position: relative;
	top: 3px;
	margin-right: 14px;
}
.prodeTab{
	margin-top: 60px;
}
.prodeTab .title{
	line-height: 58px;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	padding-left: 22px;
	border-left: 4px solid #eda900;
}
.prodeTab .content{
	margin-top: 26px;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}
.prodeTab .content table{
	width: 100%;
	border: 1px solid #fff;
}
.prodeTab .content table tr{ 
	border: 1px solid #fff;
}
.prodeTab .content table tr th{ 
	border: 1px solid #fff;
}
.prodeTab .content table tr td{ 
	border: 1px solid #fff;
	height: 58px;
	font-size: 18px;
	color: #555555;
	text-indent: 55px;
	background: #f4e6c4;
}
.prodeTab .content table tr:nth-of-type(2n+2) td{
	background: #f7f2e2;
}
.prodeTab .content table tr td:nth-of-type(2n+2){
	background: #f9f2df;
}
.prodeTab .content table tr:nth-of-type(2n+2) td:nth-of-type(2n+2){
	background: #faf9f4;
}
.prodeTab .content table tr td:nth-child(1){
	text-align: center;
}
.prodeTab .content .pdg{
	padding: 0 10px;
	margin-bottom: 20px;
}

/* application */
.application .pic img{
	display: block;
	margin: 0 auto;
}
.application .title{
	font-size: 38px;
	color: #333333;
	line-height: 45px;
	text-align: center;
	margin-top: 40px;
}
.application .content{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 38px;
}
.xgcp{
	margin-top: 85px;
}
.xgcp .top-tit{
	font-size: 28px;
	text-align: center;
	color: #fff;
	line-height: 64px;
	background: #eda900;
}

/* Nybanner */
.Nybanner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Nybanner .nowPage{
	position: absolute; 
	left: 0;
	width: 100%;
	font-size: 42px;
	line-height: 48px;
	color: #fff;
	bottom: 100px;
}
.Nybanner .nowPage .container{
	position: relative;
}

/* Nylocation */
.Nylocation{
	border-bottom: 1px solid #e7e7e7;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	line-height: 70px;
	margin-left: 40px;
	font-size: 16px;
	color: #333333;
	position: relative;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	color: #eda900;
}
.Nylocation .now-lm a::after{
	content: "";
	position: absolute; 
	height: 2px;
	background: #eda900;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 0;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover::after,
.Nylocation .now-lm a.on::after{
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.Nylocation .now-lm a:first-child{
	margin-left: 0;
}
.Nylocation .now-wz{
	float: right;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 28px;
	line-height: 70px;
	font-size: 16px;
	color: #555555;
}
.Nylocation .now-wz.fl{
	float: left;
}
.Nylocation .now-wz a{
	color: #555;
}
.Nylocation .now-wz a:hover{
	color: #eda900;
}

/* 公共 */
.section{
	overflow: hidden;
}
.mh-sy-tit{
	font-size: 42px;
	color: #222222;
	line-height: 48px;
}
.mh-sy-sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	margin-top: 16px;
}
 
/* footer */
footer{
	height: auto !important;
	padding: 65px 0 0 0;
	background: #333333;
}
.foot-top{
	padding: 0 0 90px 0;
}
.foot-lm{
	float: left;
	margin-left: 90px;
}
.foot-lm:nth-child(1){
	margin-left: 0;
}
.foot-lm h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 18px;
	padding-right: 80px;
}
.foot-lm .link{
	margin-top: 18px;
}
.foot-lm .link.on{
	width: 340px;
}
.foot-lm .link a{
	display: block;
	line-height: 38px;
	font-size: 15px;
	color: #999999;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-right: 15px;
}
.foot-lm .link.on a{
	width: 50%;
	float: left;
}
.foot-lm .link a:hover{
	color: #fff;
}
.foot-ewm{
	float: right;
	width: 126px;
}
.foot-ewm p{
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	color: #adacac;
	margin-top: 8px;
}
.foot-copy{
	line-height: 60px;
	border-top: 1px solid #3d3d3d;
}
.foot-copy p{
	font-size: 15px;
	color: #999999;
}
.foot-copy p a{
	color: #999;
}
.foot-copy p a:hover{
	color: #fff;
}

/* MB - PC */
.isPc {
	display: block;
}

.isMobile {
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	width: 30px;
	background: #f1f1f1;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #0166b3;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #0166b3;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #0166b3;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #eda900;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #eda900;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(237, 169, 0, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(237, 169, 0, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(237, 169, 0, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

.wz-web-search{
	padding: 50px 0 100px;
}
.wz-web-search li{
	border-bottom: 1px solid #ddd;
	padding: 30px 0; 
    transition: all .5s ease;
}
.wz-web-search li:hover{
	background: #eead0d;
	padding: 30px;
    transition: all .5s ease;
}
.wz-web-search li .tit .t1{
	font-size: 22px;
	color: #333;
    transition: all .5s ease;
}
.wz-web-search li:hover .tit .t1{
	color: #fff;
    transition: all .5s ease;
}
.wz-web-search li .url{
	font-size: 14px;
	margin-top: 10px;
	color: #eead0d;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}
