body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,a,textarea,span{margin:0;padding:0; box-sizing: border-box;}
ul,li,dl,dt,dd{list-style:none;}
a,a:hover,a:focus,a:visited{color:#333; text-decoration:none;}
a:hover,a:focus,a:visited{text-decoration:none;}
input,textarea{border-radius:0 !important;}

html{-webkit-text-size-adjust:none;}
body{-webkit-tap-highlight-color:transparent; background:#fff;font-family:"microsoft yahei",Helvetica,Arial,sans-serif; }
/*@common style*/
.hidden{display:none;}
.clean:after{content:"";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.clean{*zoom:1;}
.proon a {
	color:#ff9000;
}
input:focus {
	outline: none;
}

.bg-gray{
	background: #f4f4f4;
}
.text-red{
	color: #f00;
}

.text-center{
	text-align: center;
}
small{
	font-size: 60%;
	color: #666;
}

/*按钮*/
.btn{
	border-radius: 0 !important;
	padding: 8px 25px;
}
.btn::after{
	display: none;
}
.my-btn{
	display: inline-block;
	padding: 8px 25px;
	position: relative;
}
.my-btn-reverse,.my-btn-reverse:visited{
	color: #fff !important;
}
.my-btn:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border: 1px solid #ccc;
	pointer-events: none; 
}
.my-primary{
	background: #003c98;
	color: #fff !important;
	transition: all ease .3s;
}
.my-primary:hover{
	background: #ff9000;
}
.my-primary:after{
	display: none;
}
.my-info{
	background: #f4f4f4;
	transition: all ease .3s;
}
.my-info:hover{
	background: #ff9000;
	color: #fff;

}
.my-info::after{
	display: none;
}
.my-orange{
	background: #ff9000;
	color: #fff !important;
	cursor:pointer;
}
.my-orange:hover{
	color: #fff;
	background: #ffad43;
}
.my-red {
	background: #fd5050;
	color: #fff !important;
	cursor: pointer;
}
.my-red:hover{
	color: #fff;
	background: #ff7171;
}

/*按钮结束*/

.line{
	position: relative;
	border: none;
  }
.line:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border: 1px solid #ccc;
	pointer-events: none; 
}

/*顶部*/

.top{
	background: #f4f4f4;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #666;
}
.top a{
	color: #666;
}
.top-language{
	text-align: right;
}
.top-phone{
	color: #ff9000;
}
.icon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.icon-phone{
	width: 15px;
	height: 17px;
	background: url(../images/icon_phone.png) center center no-repeat;
}
.lan-cn,.lan-en{
	margin-left: 10px;
}
.icon-cn{
	width: 27px;
	height: 19px;
	background: url(../images/icon_cn.png) center center no-repeat;
}
.icon-en{
	width: 27px;
	height: 19px;
	background: url(../images/icon_en.png) center center no-repeat;
}


.header{
	display: flex;
	position: relative;
	z-index: 100;
}
.logo{
	padding: 15px 0;
}
@media (min-width:992px){
	.logo{
		padding: 20px 0;
	}
}
.logo img{
	height: 30px;
}
@media (min-width:992px){
	.logo img{
		height: 40px;
	}
}
@media (min-width:1200px){
	.logo img{
		height: 53px;
	}
}
.header-right{
	position: relative;
	flex-grow: 1;
}
@media (max-width:991px){
	.language{
		position: absolute;
		width: 160px;
		right: 30px;
		top: 65px;
		background: #fff;
		flex-wrap: wrap;
		z-index: 1001;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		border-radius: 5px;
		padding: 10px 0;
		visibility: hidden;
		opacity: 0;
		transition: all ease .3s;
	}
	.language::after{
		content: '';
		position: absolute;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid transparent;
		border-bottom: 6px solid #fff;
		right: 15px;
		top: -11px;
	}
	.language.show{
		visibility: visible;
		opacity: 1;
		top: 45px;
	}
	.language a{
		display: block;
		line-height: 40px;
		padding: 0 15px;
	}
	.language span{
		display: none;
	}
}
@media (min-width:992px){
	.language{
		font-size: 14px;
		text-align: right;
		line-height: 60px;
	}
}
/*顶部结束*/

/*PC端导航*/
.pc-nav-box{
	flex-grow: 1;
}
.pc-nav{
	float:right;
	display: flex;
	margin-right: -20px;
}
.pc-nav>li{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 80px;
}
@media (min-width:1200px){
	.pc-nav>li{
		line-height: 93px;
	}
}
.pc-nav li a:hover{
	color: #0049b8;
}
.pc-nav>li.cur{
	border-bottom: 2px solid #0049b8;
}
.pc-nav>li.cur a{
	color: #0049b8;
	font-weight: bold;
}
/*PC端导航结束*/
/*移动端导航*/
.icon-language{
	display: inline-block;
	width: 23px;
	height: 24px;
	background: url(../images/icon_language.png) 0 0 no-repeat;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -12px;
}
@media (min-width:992px){
	.icon-language{
		display: none;
	}
}
.yh-navbar-toggler{
	width: 24px;
	height: 20px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
@media (min-width:992px){
	.yh-navbar-toggler{
		display: none;
	}
}
.yh-navbar-toggler-icon{
	height: 2px;
	width: 100%;
	background: #999;
}

.nav-m{
	position: absolute;
	right: 0;
	background: #fff;
	z-index: 100000;
	top: 60px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	background: #003c98;
	width: 200px;
	transition: all ease .3s;
	visibility: hidden;
	opacity: 0;
}
.nav-m.show{
	top: 40px;
	visibility: visible;
	opacity: 1;

}
.nav-m::after{
	content: '';
	position: absolute;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid #272c4c;
	right: 5px;
	top: -11px;
}
.nav-m li{
	position: relative;
}
.nav-m li::after{
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border-bottom: 1px solid rgba(255,255,255,.3);
	pointer-events: none; 
}
.nav-m li:last-of-type::after{
	display: none;
}
.nav-m ul{
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	display: none;
}
.nav-m li.arr>a{
	background-image: url(../images/icon_nav_arr_right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav-m>li>ul>li>a{
	color: #acb7ff;
	position: relative;
}
.nav-m>li>ul>li>a::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background: #acb7ff;
	left: 0;
	top: 20px;
}
.nav-m ul ul{
	margin-left: -15px;
	margin-right: -15px;
	background: #67cca0;
}
.nav-m ul ul li:after{
	display: none;
}
.nav-m ul ul a{
	padding-left: 30px;
}
.nav-m a{
	display: block;
	padding: 10px 18px 10px 15px;
	color: #fff;
}
/*移动端导航结束*/




/*面包屑*/
.bread{
	position: relative;
	height: 40px;
	line-height: 40px;
}
@media (min-width:992px){
	.bread{
		height: 50px;
		line-height: 50px;
	}
}
.bread:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	pointer-events: none; 
}
.bread  .bread-list{
	display: flex;
	color: #666;
	font-size: 14px;
	float: left;
}
.bread  .bread-list a{
	color: #666;
}
.bread .bread-list li{
	background: url(../images/icon_bread_arr.png) right center no-repeat;
	padding-right: 15px;
}
.bread .bread-list li + li{
	padding-left: 10px;
}
.bread .bread-list li:last-of-type{
	background: none;
}
.icon-home{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/icon_home.png) 0 0 no-repeat;
	position: relative;
	top:2px;
}
/*面包屑结束*/

/*轮播*/
.slide .swiper-container {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
@media (min-width:1200px){
	.slide .swiper-container {
		height: 700px;
	}
}
.slide .swiper-slide {
	height: 100%;
	font-size: 18px;
	background: #ddd;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 24px;
}
@media (min-width:992px){
	.slide .swiper-slide {
		font-size: 60px;
	}
}

.slide .swiper-button-prev, .slide .swiper-button-next{
	width: 25px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top:50%;
	margin-top: -24px;
}
.slide .swiper-button-prev:after, .slide .swiper-button-next:after{
	display: none;
}
.slide .swiper-button-prev{
	left: 30px;
	background-image: url(../images/slide_prev.png);
}
.slide .swiper-button-next{
	right: 30px;
	background-image: url(../images/slide_next.png);
}
.slide .swiper-pagination{
	bottom: 20px;
}
@media (min-width:992px){
	.slide .swiper-pagination{
		bottom: 46px;
	}
}
.slide .swiper-pagination-bullet{
	background: #fff;
	opacity: .8;
}
.slide .swiper-pagination-bullet-active{
	background: #003c98;
}


.slide-m .swiper-container{
	height: auto !important;
}
.swiper-slide img{
	width: 100%;
}
/*轮播结束*/
/*公告*/
.note-module{
	padding-bottom: 15px;
}

.note{
	margin-top: -15px;
	background: #fff;
	position: relative;
	z-index: 11;
	padding: 15px;
	color: #666;
}
@media (min-width:992px){
	.note{
		margin-top: -35px;
	}
}
.note-cont{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.icon-note{
	width: 23px;
	height: 19px;
	background: url(../images/icon_msg.png) center center no-repeat;
	float: left;
	top: 2px;
}
/*公告结束*/
/*模块*/
.module{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width:570px){
	.module{
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width:992px){
	.module{
		position: relative;
		z-index: 11;
	}
}
.module li{
	width: 50%;
	text-align: center;
	position: relative;
}
@media (min-width:570px){
	.module li{
		width: 25%;
	}
}

@media (min-width:570px){
	.module li:after{
		border-bottom: none;
	}
}
.module li a{
	display: block;
	line-height: 20px;
	padding: 20px 0;
	transition: all ease .3s;
}
@media (min-width:570px){
	.module li a{
		padding: 40px 0;
	}
}

.module-icon{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	background-color: #fff;
	border-radius: 50%;
	transition: all ease .3s;
}
@media (min-width:992px){
	.module-icon{
		width: 90px;
		height: 90px;
	}
	.module li a:hover .module-icon{
		transform: scale(1.1,1.1);
	}
}
.icon-index-01{
	background-image: url(../images/icon_index_01.png);
}
.icon-index-02{
	background-image: url(../images/icon_index_02.png);
}
.icon-index-03{
	background-image: url(../images/icon_index_03.png);
}
.icon-index-04{
	background-image: url(../images/icon_index_04.png);
}

.module-name{
	display: block;
	margin-top: 10px;
}
@media (min-width:992px){
	.module-name{
		font-size: 18px;
	}
}
.module-des{
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
/*模块结束*/

/*首页产品中心*/
.idx-pro-list{
	margin-top: 15px;
}
@media (min-width:992px){
	.idx-pro-list{
		margin-top: 30px;
	}
}
.idx-pro{
	margin-top: 30px;
}
@media (min-width:992px){
	.idx-pro{
		margin-top: 50px;
	}
}
.pro-list div[class*=col-]{
	margin-top: 15px;
	margin-bottom: 15px;
}

.pro-item{
	height: 100%;
}
.pro-item a{
	display: block;
	height: 100%;
	position: relative;
}
.pro-item a::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border:1px solid #ddd;
	transition: all ease .3s;
}
@media (min-width:992px){
	.pro-item a:hover::after{
		border: #ff9000 2px solid;
	}
}
.pro-img{
	overflow: hidden;
	display: block;
}
.pro-img img{
	width: 100%;
	transition: all ease .3s;
}
@media (min-width:992px){
	.pro-item:hover .pro-img img{
		transform: scale(1.1,1.1);
	}
}
.pro-info{
	padding: 0 15px 15px;
}
.pro-name{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
@media (min-width:992px){
	.pro-name{
		font-size: 18px;
	}
}
.pro-other{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
@media (min-width:992px){
	.pro-other{
		font-size: 14px;
	}
}
/*首页产品中心结束*/

/*首页关于我们*/
.idx-about-bg{
	background: url(../images/bg_about.jpg) center center;
	background-size: cover;
	height: 240px;
	padding-top: 30px;
}
@media (min-width:992px){
	.idx-about-bg{
		height: 600px;
		padding-top: 100px;
	}
}
.idx-about-cont{
	background: #0049b8;
	padding: 30px;
}
@media (min-width:992px){
	.idx-about-cont{
		padding: 50px;
	}
}
.idx-about{
	padding-top: 30px;
	padding-bottom: 40px;
	color: #fff;
	margin-top: 30px;
}
@media (min-width:768px){
	.idx-about{
		margin-top: 50px;
	}
}
@media (min-width:992px){
	.idx-about{
		margin-top: 100px;
		padding-top: 60px;
		padding-bottom: 80px;
	}
}
.title{
	font-size: 20px;
	text-align: center;
}
.title .name{
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.title .name::before{
	content: "";
	width: 40px;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 50%;
	left:-50px;
	margin-top: -1px;
}
.title .name::after{
	content: "";
	width: 40px;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 50%;
	right:-50px;
	margin-top: -1px;
}
@media (min-width:768px){
	.title{
		font-size: 34px;
	}
}
.title-reverse{
	color: #fff;;
}
.idx-about-cont{
	line-height: 2;
	margin-top: -150px;
	position: relative;
	z-index: 1;
}
@media (min-width:992px){
	.idx-about-cont{
		margin-top: -350px;
	}
}
.center{
	margin-top: 30px;
	text-align: center;
}
@media (min-width:992px){
	.center{
		margin-top: 50px;
	}
}

.idx-about-img{
	overflow: hidden;
}
.idx-about-img img{
	width: 100%;
	transition: all ease .3s;
}
@media (min-width:992px){
.idx-about-img:hover img{
	transform: scale(1.1,1.1);
}
}

/*首页关于我们结束*/
/*媒体*/
.media-idx{
	padding-top:30px;
	padding-bottom: 40px;
	margin-bottom: -30px;
}
@media (min-width:992px){
	.media-idx{
		margin-top: -188px;
		padding-top:160px;
		padding-bottom: 80px;
	}
}
.idx-news{
	margin-top: 30px;
}
@media (min-width:992px){
	.idx-news{
		margin-top: 80px;
	}
}
.idx-news-left{
	background: #fff;
}
.idx-news-img img{
	width: 100%;
	transition: all ease .3s;
}
.idx-news-img{
	display: block;
	overflow: hidden;
}
@media (min-width:992px){
.idx-news-img:hover img{
	transform: scale(1.1,1.1);
}
}
.idx-news-other{
	padding: 15px 15px 20px;
}
.idx-news-tit{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}
.idx-news-tit a:hover{
	color: #ff9000;
}
.idx-news-des{
	font-size: 14px;
	color: #999;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.idx-news-time{
	color: #999;
	margin-top: 10px;
	font-size: 14px;
}

.idx-news-right{
	background: #fff;
	padding: 10px 20px;
	height: 100%;
}
.idx-news-item{
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (min-width:992px){
	.idx-news-item{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.idx-news-item:last-of-type{
	border-bottom: none;
}
.idx-news-date{
	text-align: center;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}
.idx-news-date-box{
	display: table;
	height: 100%;
}
.idx-news-date-item{
	display: table-cell;
	vertical-align: middle;
}
.date-day{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.date-other{
	color: #999;
}
.idx-news-cont{
	padding-left: 20px;
}
.idx-news-name{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
	-webkit-box-orient: vertical;
}
@media (min-width:992px){
	.idx-news-name{
		font-size: 18px;
	}
	.idx-news-name a:hover{
		color: #ff9000;
	}
}

/*媒体结束*/
/*新闻详情*/
.news{
	padding-top: 30px;
	padding-bottom: 40px;
}
@media (min-width:992px){
	.news{
		padding-top: 50px;
		padding-bottom: 80px;
	}
}
.news-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #ffa939;
}
@media (min-width:992px){
	.news-title{
		font-size: 30px;
	}
}
.news-other{
	font-size: 14px;
	color: #fff;
	color: #999;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 10px;
}
.news-other::after{
	border-top: none;
	border-left: none;
	border-right: none;
}
.news-other span{
	display: inline-block;
	padding: 0 5px;
}
.other-news{
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
@media (min-width:992px){
	.other-news{
		margin-top: 50px;
	}
}
.pre{
	color: #666;
}
.pre+.pre{
	margin-top: 10px;
}
.pre a{
	color: #666;
}
@media (max-width:767px){
	.pre>span{
		display: block;
	}
}
/*新闻详情结束*/

/*内页banner*/
.banner-sub img{
	width: 100%;
}

.banner-sub .container{
	display: table;
	height: 100%;
}
.banner-sub-title{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	padding-right: 10%;
	font-size: 30px;
	font-weight: bold;
}
@media (min-width:992px){
	.banner-sub-title{
		font-size: 60px;
	}
}
.banner-about{
	color: #fff !important;
}
.banner-about span{
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-top: 10px;
}
.banner-about-title{
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
}
@media (min-width:992px){
	.banner-about-title{
		font-size: 30px;
	}
	.banner-about span{
		line-height: 28px;
		font-size: 16px;
	}
}
.banner-about-title label{
	display: inline-block;
	position: relative;
	padding-top: 10px;
}
.banner-about-title label:after{
	content: "";
	width: 50px;
	height: 4px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
/*内页banner结束*/

/*内页导航*/
.sub-nav-box{
	float: right !important;
}
.sub-nav{	
	display: flex;
	margin-right: -20px;
}
.sub-nav>li{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.sub-nav>li>a:hover{
	color: #ff9000;
}
.sub-nav .drowdown{
	position: absolute;
	width: 160px;
	left: 0;
	z-index: 10;
	left: 50%;
	margin-left: -80px;
	background: #0049b8;
	transition: all ease .3s;
	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
}
.sub-nav>li:hover .drowdown{
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}
.sub-nav .drowdown li a{
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #fff;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.sub-nav .drowdown li a:hover{
	background: #205ab3;
}

.sub-nav-m-box{
	overflow-x: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
.sub-nav-m2>li{
	position: relative;
	padding-bottom: 10px;
}

.sub-nav-m2>li:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border-bottom: 1px solid #ccc;
	pointer-events: none; 
}
.sub-nav-m2>li>a{
	display: block;
	padding: 10px 0 0;
	position: relative;
}
.sub-nav-m2>li>a::before{
	content: '+';
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.sub-nav-m2>li.on>a::before{
	content: '-';
}
.sub-nav-m2>li ul{
	display: none;
}
.sub-nav-m2>li ul li{
	padding: 8px 0;
	font-size: 14px;
}
.sub-nav-m2>li ul li a{
	color: #999;
}
	.sub-nav-m2 > li ul li.proon a {
		color:#f5b35e;
	}

.sub-nav-m-box{
	overflow-x: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
.sub-nav-m-box:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border-bottom: 1px solid #ccc;
	pointer-events: none; 
}
.sub-nav-m-box .sub-nav>li{
	white-space: nowrap;
}
.sub-nav .cur a{
	font-weight: bold;
	color: #ff9000;
}

/*内页导航结束*/
/*内容*/
.content{
	padding: 30px 0;
	line-height: 2;
	min-height: 300px;
}
.content img{
	max-width: 100% !important;
	height: auto !important;
}
.bt{
	font-weight: bold;
	color: #ff9c01;
}
.bt-m{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	margin-top: -10px;
}
.bt-m-media{
	margin-top: 0;
	position: relative;
	top:20px;
}
.text-gray{
	color: #999;
}

/*内容结束*/

/*友情链接*/

/*友情链接结束*/




/*页脚*/
footer{
	background: #003c98;
	padding-top: 30px;
	color: #fff;
	margin-top: 30px;
}
@media (min-width:992px){
	footer{
		padding-top: 50px;
	}
}
footer a{
	color: #fff !important;
}
.footer-logo{
	max-width: 100%;
}
footer dt{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
}
footer dd{
	font-size: 14px;
	line-height: 2;
}
footer dd a{
	opacity: .6;
}
footer dd a:hover{
	opacity: 1;
}
footer dd span{
	opacity: .6;
}
.msg dd{
	margin-top: 10px;
	line-height: 0;
}
.msg input{
	border:none;
	padding: 0 10px;
	width: 100%;
	height: 36px;
}
.msg textarea{
	border: none;
	padding: 0 10px;
	width: 100%;
	height: 50px;
	line-height: 2;
}
.msg button{
	width: 100%;
}
.code{
	text-align: center;
	font-size: 12px;
	float: left;
	margin-top: 10px;
	color: rgba(255,255,255,.6);
}
.link{
	font-size: 14px;
}
.link a{
	margin-right: 10px;
	opacity: .6;
}
.link a:hover{
	opacity: 1;
}
.copy{
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #002d73;
}

.footer-logo{
	text-align: center;
}
.footer-logo img{
	width: 70px;
}
.foot-nav-m{
	display: flex;
	font-size: 14px;
	margin-top: 20px;
	justify-content: space-between;
}
.contat-m{
	font-size: 14px;
	text-align: center;
	opacity: .6;
	margin-top: 20px;
}
.code-m{
	float: none;
}

/*页脚结束*/


.right-nav{
	width: 50px;
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 100;
}
.cart-box{
	position: relative;
	height: 50px;
}
.cart{
	height: 50px;
	border-radius: 50%;
	background: #0049b8 url(../images/icon_cart.png) center center no-repeat;
	cursor: pointer;
}
.cart-num{
	position: absolute;
	min-width: 20px;
	height: 20px;
	background: #f00;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	right: 0;
	top: 0;
	padding-left: 2px;
	padding-right: 2px;
}
.gotop{
	height: 50px;
	border-radius: 50%;
	background: #e6e6e6 url(../images/icon_gotop.png) center center no-repeat;
	margin-top: 15px;
	visibility: hidden;
	opacity: 0;
	transition: all ease .3s;
}
.gotop.show{
	visibility: visible;
	opacity: 1;
}


/*pages*/ 
.pagination-wrapper{ text-align:center; }
.pagination{ line-height:32px; text-align: center; display:inline-block;} 
.pagination li { display: inline-block; height: 34px; margin-right: 5px; background:#f5f5f5; padding:0 12px; border-radius:2px} 

.pagination li a{  display: block; line-height: 32px; margin: 0 -12px; padding:0 12px; } 
.pagination li a:hover{ background:#fef4f2; color:#ff9000; } 
.pagination li.thisclass { background: #ff9000; color: #fff; } 
.pagination li.thisclass a,.pagination li.thisclass a:hover{ background: transparent; border-color: #09f; color: #fff; cursor: default; }
.pagination li strong{font-weight:normal;}
.page-mobile,.page-pc{
	margin-top: 20px;
}
@media (min-width:768px){
	.page-mobile{
		display:none;
	}
	.pagination li:last-of-type{background:none;}
}
@media (max-width:767px){
	.page-pc{
		display:none;
	}
}
.pagination-wrapper-reverse li{background:rgba(255,255,255,.1);}
.pagination-wrapper-reverse {color:#fff;}
.pageinfo{color:#999;}


/*产品详情*/
.pro{
	margin-top: 30px;
}
@media (min-width:992px){
	.pro{
		margin-top: 80px;
	}
}
.item-name{
	font-size: 18px;
}
.item-price-count{
	background: #f4f4f4;
	padding: 10px 20px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}
.item-otherinfo{
	color: #666;
	margin-top: 20px;
	line-height: 2;
}
.icon-car{
	width: 29px;
	height: 27px;
	background: url(../images/icon_car.png) center center no-repeat;
}
.icon-request{
	width: 29px;
	height: 27px;
	background: url(../images/icon_request.png) center center no-repeat;
}
.item-btn{
	margin-top: 20px;
}
.item-btn-m{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.item-btn-m .btn{
	width: 50%;
	float: left;
}
.item-detail{
	margin-top: 50px;
}
.tab-tit{
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
}
@media (min-width:992px){
	.tab-tit{
		height: 50px;
		line-height: 50px;
	}
}
.tab-tit ul{
	display: flex;
}
.tab-tit ul li{
	display: block;
	padding:  0 15px;
	font-size: 14px;
	cursor:pointer;
}
@media (min-width:992px){
	.tab-tit ul li{
		padding:  0 30px;
		font-size: 16px;
	}
}
.tab-tit ul li.cur{
	background: #0049b8;
	color: #fff;
}
.detail{
	padding: 15px 0 20px;
	line-height: 2;
}
/*产品详情结束*/

/*购物车列表*/
.cart-list{
	width: 240px;
	position: absolute;
	right: 40px;
	bottom: 50px;
	border: 1px solid #0049b8;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all ease .3s;
}
.cart-list.show{
	bottom: 40px;
	visibility: visible;
	opacity: 1;
}
.cart-title{
	background: #0049b8;
	color: #fff;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.cart-item{
	height: 240px;
	overflow-y: auto;
}
.cart-item li{
	display: flex;
	padding: 8px 15px;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
.cart-item img{
	width: 100%;
}
.cart-img{
	width: 90px;
}
.cart-name{
	padding-left: 10px;
}
.oper{
	margin: 10px 0 ;
	text-align: center;
}

.btn-clear{
	width: 72px;
	height: 30px;
	line-height: 30p;
	background: #f4f4f4;
	color: #999;
	font-size: 14px;
	padding: 0 15px;
}
.btn-request{
	width: 72px;
	height: 30px;
	line-height: 30px;
	background: #fd5050;
	color: #fff !important;
	font-size: 14px;
	padding: 0 15px;
}
.icon-close{
	width: 14px;
	height: 8px;
	background: url(../images/icon_dow.png) center center no-repeat;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
}
/*购物车列表结束*/

/*新闻中心*/
.news-list .news-item{
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
@media (min-width:992px){
	.news-list .news-item{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.news-list .news-item:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border-bottom: 1px solid #ccc;
	pointer-events: none; 
}
.news-img{
	overflow: hidden;
	display: block;
}
.news-img img{
	width: 100%;
	transition: all ease .3s;
}
@media (min-width:992px){
	.news-img img:hover{
		transform: scale(1.1,1.1);
	}
}
.news-tit{
	font-weight: bold;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
@media (min-width:992px){
	.news-tit{
		font-size: 20px;
	}
	.news-tit a{
		transition: all ease .3s;
	}
	.news-tit a:hover{
		color: #ff9000;
	}
}
.news-des{
	margin-top: 5px;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
@media (min-width:992px){
	.news-des{
		margin-top: 10px;
		-webkit-line-clamp: 3;
		margin-bottom: 30px;
	}
}
.share .icon{
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.icon-share{
	background-image: url(../images/icon_share.png);
}
.icon-weixin{
	background-image: url(../images/icon_weixin.png);
}
.icon-qq{
	background-image: url(../images/icon_qq.png);
}
.icon-sina{
	background-image: url(../images/icon_sina.png);
}
.news-time{
	text-align: right;
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

.news-detail{
	margin-top: 30px;
}
@media (min-width:992px){
	.news-detail{
		margin-top: 50px;
	}
}
.news-name{
	text-align: center;
	font-size: 20px;
}
@media (min-width:992px){
	.news-name{
		font-size: 30px;
	}
}
.news-about{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.news-about .share{
	margin-top: 10px;
}
.news-content{
	padding-top: 30px;
}
@media (min-width:992px){
	.news-content{
		padding-top: 50px;
	}
}
.news-content img{
	max-width: 100%;
}
/*新闻中心结束*/

/*解决方案*/
.solutions-img{
	text-align: center;
}
@media (min-width:992px){
	.solutions-img{
		text-align: left;
	}
}
.solutions-img img{
	max-width: 100%;
}
.solutions li{
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
@media (min-width:992px){
	.solutions li{
		display: flex;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.solutions li:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border-bottom: 1px solid #ccc;
	pointer-events: none; 
}
.solutions-other{
	margin-top: 15px;
	position: relative;
}
@media (min-width:992px){
	.solutions-other{
		padding-left: 20px;
		margin-top: 0;
	}
}
.soulutions-tit{
	font-size: 20px;
}
@media (min-width:992px){
	.soulutions-tit{
		font-size: 26px;
	}
}
.soulutions-des{
	color: #666;
	margin-top: 5px;
	line-height: 1.5;
}
.soulutions-link{
	margin-top: 15px;
}
@media (min-width:992px){
	.soulutions-link{
		margin-top: 0;
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
}
.soulutions-link a{
	color: #0049b8;
	text-decoration: underline;
}
.br{
	display: none;
}
@media (min-width:992px){
	.br{
		display: block;
	}
}

@media (min-width:992px){
	.none-pc{
		display: none !important;
	}
}
@media (max-width:991px){
	.none-m{
		display: none !important;
	}
}
/*解决方案结束*/

/*关于我们*/
.about{
	margin-top: 30px;
}
@media (min-width:992px){
	.about{
		margin-top: 50px;
	}
}
.about-name{
	font-size: 20px;
}
@media (min-width:992px){
	.about-name{
		font-size: 30px;
	}
}
.about-des{
	color: #666;
	margin-top: 15px;
	line-height: 1.8;
}
@media (min-width:992px){
	.about-des{
		margin-top: 30px;
		line-height: 2;
	}
}
.about-img{
	text-align: center;
	margin-top: 15px;
}
@media (min-width:992px){
	.about-img{
		margin-top: 0;
	}
}
.about-img img{
	max-width: 100%;
}
.about02{
	margin-top: 30px;
}
@media (min-width:992px){
	.about02{
		margin-top: 50px;
	}
}
.about2-info{
	line-height: 1.8;
}
@media (min-width:992px){
	.about2-info{
		line-height: 2;
	}
}
.about2-other{
	color: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
}
@media (min-width:992px){
	.about2-other{
		width: 450px;
		padding-top: 80px;
		padding-bottom: 50px;
		padding-left: 15px;
	}
}
@media (min-width:1200px){
	.about2-other{
		width: 570px;
	}
}
.about2-other a{
	color: #fff;
}

@media (max-width:569px){
	.about2-other .module{
		margin-top: 15px;
	}
	.about2-other .module li a{
		padding: 10px 0;
	}
}
.about03{margin-top: 30px;}
@media (min-width:992px){
	.about03{margin-top: 50px;}
}
.about03-img{
	text-align: center;
	margin-top: 15px;
}
@media (min-width:992px){
	.about03-img{
		margin-top: 30px;
	}
}
.about03-img img{
	max-width: 100%;
}
/*关于我们结束*/
/*联系我们*/
.contact-list{
	text-align: center;
}
.contact-title{
	font-size: 24px;
}
.contact-item{
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;
}
@media (min-width:992px){
	.contact-item{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.contact-item::after{
	border-top: none;
	border-left: none;
	border-right: none;
}
@media (min-width:768px){
	.contact-item::after{
		border-bottom: none;
	}
}
.contact-add,.contact-code{
	margin-top: 10px;
	color: #666;
}
.contact-add a{
	color: #666;
}
.contact-code img{
	max-width: 100px;
}
.btn-contact{
	background: #252525;
	padding: 5px 15px;
	color: #fff !important;
	margin-top: 10px;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	transition: all ease .3s;
	}
.btn-contact:hover{
	color: #fff;
	background: #c10000;
}

.contact-f-t{
	font-size: 18px;
	margin-top: 15px;
}
.contact-f-c{
	color: #999;
}

.map{
	margin-bottom: -30px;
}
@media (min-width:992px){
	.map{
		margin-bottom: -50px;
	}
}
#allmap{height:300px; margin-top: 30px;}
@media (min-width:992px){
	#allmap{height:500px;}
}
#allmap img{ max-width:none;}

.icon-add{
	background-image: url(../images/icon_add.png);
}
.icon-tel{
	background-image: url(../images/icon_tel.png);
}
.icon-email{
	background-image: url(../images/icon_email.png);
}
.contact-list .icon{
	width: 60px;
	height: 60px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
@media (min-width:992px){
	.contact-list .icon{
		width: 100px;
		height: 100px;
	}
}

/*联系我们结束*/

/*定制需求*/
.custom-tit{
	font-size: 18px;
}
.red{
	color: red;
}
.feedback{
	max-width: 450px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}
@media (min-width:992px){
	.feedback{
		padding-top: 80px;
	}
}
.feedback-title{
	padding-top: 25px;
}
.feedback-content{
	margin-top: 10px;
}
.feedback-content::after{
	border-radius: 10px;
}
.feedback-content input,.feedback-content textarea{
	width: 100%;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}
.feedback-content input{
	height: 42px;
}
.feedback-content textarea{
	padding-top: 10px;
	height: 100px;
}
.feedback-content input:focus,.feedback-content textarea:focus{
	outline: none;
}
.feedback-btn{
	margin-top: 30px;
	text-align: center;
}
@media (min-width:992px){
	.feedback-btn{
		margin-top: 50px;
	}
}
.feedback-btn .btn{
	width: 50%;
	height: 50px;
}
.feedback-btn .btn:focus{
	outline: none !important;
}

.feedback-content-group{
	display: flex;
}

/*定制需求结束*/

/*索取样品*/
.sample{
	width: 100%;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	text-align: center;
	margin-top: 30px;
}
@media (min-width:992px){
	.sample{
		margin-top: 80px;
	}
}
.sample td,.sample th{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
}
.sample th{
	background: #f4f4f4;
	font-weight: normal;
}
.sample-img{
	width: 80px;
}
.sample-name{
	font-size: 14px;
	color: #666;
}
.contact-person{
	text-align: center;
	font-size: 24px;
}



.pro-count{
	display: inline-flex;
}
.down,.up{
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	background: #f4f4f4;
	cursor: pointer;
}
.count input{
	height: 30px;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 30px;
	text-align: center;
	font-size: 14px;
}
/*索取样品结束*/

/*产品轮播*/
.table01{display:table; width:100%;}
.table_td{display:table-cell;}
.bigImg img{width: 100%; background:url(../images/preloader.gif) center center no-repeat;  vertical-align:top;}
.detailImg_other{margin-top: 10px;}
.detailImg_other .table_td{vertical-align: middle;}

.smallImg{width: 100%;}
.smallImgBox{width: 100%; overflow: hidden; position: relative;}
.smallImgBox ul{position:absolute; left:0; top:0; padding-left:0;}
.smallImgBox li{width: 25%; float: left; padding-left: 5px; padding-right: 5px;}
.smallImgBox li img{width: 100%;cursor:pointer;border:1px solid #ddd; box-sizing: border-box;background:url(../images/preloader.gif) center center no-repeat;  vertical-align:top;}
.smallImgBox .cur img{border:1px solid #0049b8;}
.dp_crl{display: block; width: 15px; height: 40px;}
.dp_crl_left{background: url(../images/dp_crt_left.png) 0 center no-repeat;}
.dp_crl_right{background: url(../images/dp_crt_right.png) right center no-repeat;}

.bigImg{ position:relative; overflow:hidden;}
@media (min-width:992px){
	.bigImg{ border: 1px solid #ddd;}
}
.bigImg .hd{ height:44px; line-height:44px; text-align:center; position:absolute; width:100%; bottom:0;  }
.bigImg .hd li{ display:inline-block; width:6px; height:6px; background: #d9d9d9; text-indent:-9999px; overflow:hidden; margin:0 3px; display:inline-block; cursor:pointer; border-radius:50%;}
.bigImg .hd li.on{ background:#ff9000; border:none;}

.detailp {
display:none;
}
.shows {
	display: block;
	line-height:1.2rem;
	padding-top:1.2rem;
}