/* 公用样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } table{border-collapse:collapse; border-spacing:0; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000000; } .fc3{color:#333333; }
.fc6{color:#666666; } .fc9{color:#999999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; } body{font:12px "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif; } a{text-decoration:none; } a:hover{ }

/*-----------------[初始化]--------------*/
*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch
}
a{
	color: inherit;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img{
	max-width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
body {
	font: 14px/1.5 "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif;
	outline: 0;
	overflow-x: hidden;
}

input,textarea,select{font-size: 12px;color: #111;
    font-family:'SourceHanSansCN-Regular',"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.wp {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#SITE_FOOTER{ display:none;}

.newslist {
	margin-top: -15px;
}
.newslist ul li:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.newslist ul li {
	border-bottom: 1px dashed #d8d8d8;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	padding: 15px 0;
}
.newslist ul li img {
	display: block;
	float: left;
	width: 197px;
	height: 124px;
	margin-right: 15px;
}
.newslist ul li .t {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.newslist ul li .t a {
	font-size: 16px;
	color: #303030;
	font-weight: bold;
}
.newslist ul li .t span {
	float: right;
	font-size: 14px;
	color: #b0b0b0;
}
.newslist ul li p {
	font-size: 14px;
	color: #939393;
	line-height: 22px;
	text-align: justify;
}
.newslist ul li a.more {
	font-size: 14px;
	color: #2c68bb;
	display: inline-block;
	margin-top: 10px;
}
.newslist ul li .t a:hover {
	color: #2c68bb;
}



@media only screen and (max-width:1200px) {
	.wp{
		width: 100%;
		padding: 0 15px;
	}
}

/*手机*/
@media screen and (max-width: 767px) {
	
.newslist {
	margin-top: -10px;
}
.newslist ul li:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.newslist ul li {
	border-bottom: 1px dashed #d8d8d8;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	padding: 10px 0;
	padding-right: 10px;
}
.newslist ul li img {
	display: block;
	float: left;
	width: 150px;
	height: 94px;
	margin-right: 10px;
}
.newslist ul li .t {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.newslist ul li .t a {
	display: block;
	font-size: 16px;
	color: #303030;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newslist ul li .t span {
	display: none;
	float: right;
	font-size: 14px;
	color: #b0b0b0;
}
.newslist ul li p {
	font-size: 13px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #8d8d8d;
	margin-top: 5px;
	text-align: justify;
}
.newslist ul li a.more {
	display: none;
	font-size: 14px;
	color: #e43f14;
	margin-top: 10px;
}
.newslist ul li .t a:hover {
	color: #2c68bb;
}	
	
	
	
#SITE_FOOTER {
	display:block;
    width: 100%;
    height: 56px;
    position: fixed;
    bottom: 0;
	background:#000000;
}
#SITE_FOOTER {
    max-width: 100%;
    z-index: 10;
}

#SITE_FOOTER .footerNavBox {
	 width: 100%;
	 margin-left:auto;
	 margin-right:auto;
    background: rgb(23, 23, 23);
	padding:6px 0px;
	border:0px solid #fff;
}
.mo_gradient_footer .footerNavBox {
    display: flex;
    justify-content: space-around;
    height: 100%;
}
 
.footerNavBox li { 
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    text-indent: 0px;
    font-style: normal;
	
 } 
 
.footerNavBox li a{ color: #ffffff;font-weight: normal;font:12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;}

.footerNavBox li .ico1{
    background: url(../images/nav/Whatsapp.png) no-repeat center;
    background-size: 26px 26px;
	width: 100%;
    float: left;
    height: 26px;
}

.footerNavBox li .ico2{
    background: url(../images/nav/btn16.png) no-repeat center;
    background-size: 26px 26px;
	width: 100%;
    float: left;
    height: 26px;
}

.footerNavBox li .ico3{
    background: url(../images/nav/sms.png) no-repeat center;
    background-size: 26px 26px;
	width: 100%;
    float: left;
    height: 26px;
}
.footerNavBox li .ico4{
    background: url(../images/nav/skype.png) no-repeat center;
    background-size: 26px 26px;
	width: 100%;
    float: left;
    height: 26px;
}


}


/* header */
.menuBtn{
	display: none;
	position: relative;
	/* right: 15px;
	top: 11px; */
	width: 30px;
	height: 37px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.menuBtn b{
	display: block;
	height: 3px;
	background-color: #000;
	margin: 7px 0;
	border-radius: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.menuBtn.open b{
	display: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hd-link{
	padding: 3px 0;
	overflow: hidden;
	background-color: #323232;
}
.hd-link .tit{
	float: left;
	font-size: 14px;
	color: #BCBCBC;
    padding-top:4px;
}
.ul-hdshare{
	float: right;
	padding-top:4px;
}
.ul-hdshare li{
	float: left;
	
}
.hd-bd{
	padding: 20px 0;
	overflow: hidden;
	background-color: #fff;
}
.hd-bd .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hd-logo{
	display: block;
	width: 42.982%;
}
.hd-logo img{
	margin-left: 20px;
}
.hd-eml{
	display: block;
	width: 57.018%;
	padding-left: 150px;
	display: flex;
	align-items: center;
}
.hd-eml .icn{
	margin-right: 18px;
	font-size: 0;
}
.hd-eml .tit{
	font-size: 20px;
	color: #56585A;
	margin-bottom: 10px;
	font-weight: bold;
}
.hd-eml .desc{
	color: #7A7A7A;
}
.hd-eml a{
	color: #2179b1;
}
.hd-nav{
	background-color: #D70012;
	position: relative;
}
.hd-nav .nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 46px;
}
.ul-nav{
	flex: 1;
	display: flex;
	align-items: center;
}
.ul-nav li{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.ul-nav .v1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
	padding: 0 15px;
	line-height: 30px;
	text-transform:uppercase;
}
.ul-nav .v1 img{
	display: block;
	font-size: 0;
	margin-left: 10px;
}
.ul-nav .arr{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-nav .arr.on{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ul-nav .arr img{
	display: inline-block;
	vertical-align: middle;
}
.ul-nav .sub{
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 2;
	font-size: 0;
	white-space: nowrap;
	display: none;
	width: 850px;
	padding-top:50px;
	overflow: hidden;
}
.ul-nav .item{
	display: block;
	float:left;
	border-right: 1px solid #EDEDED;
	padding: 10px 30px;
	width:283px;
	
	
	
}
.ul-nav .tit{
	font-size: 16px;
	color: #101010;
	margin-bottom: 15px;
	font-weight: bold;
}
.ul-nav .con{
	margin-bottom: 20px;
}

.ul-nav .con a{
}

.ul-nav .con a:hover{
color: #4285F4;
}


.ul-nav .v2{
	display: block;
	font-size: 13px;
	color: #777;
	padding-left: 14px;
	background-image: url(../images/g-icn12.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 7px;
	margin-bottom: 10px;
}


.hd-sobox{
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
.hd-sobox form{
	display: flex;
	align-items: center;
}
.hd-sobox input{
	display: block;
	padding: 0 8px;
	width: 182px;
	height: 26px;
	line-height: 26px;
	border: none;
	background-color: #fff;
}
.hd-sobox button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: none;
	background-color: #54595F;
}
@media only screen and (max-width:1200px) {
	.hd-eml{
		display: none;
	}
	.hd-nav{
		display: none;
	}
}
@media only screen and (max-width:750px) {
  .hd-logo img{
	margin-left: 5px;
}	
.menuBtn{
		display: block;
	}
	.hd-link .tit{
		display: none;
	}
	.hd-bd{
		padding: 12px 0;
	}
	.hd-logo{
		width: 80%;
	}
	.hd-nav{
		display: block;
	}
	.ul-nav{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		overflow-y: auto;
		background-color: #D70012;
		z-index: 99;
	}
	.ul-nav li{
		display: block;
	}
	.ul-nav .v1{
		line-height: 40px;
	}
	.ul-nav .v1 img{
		display: none;
	}
	.ul-nav .arr{
		display: block;
	}
	.ul-nav .sub{
		position: relative;
		padding-top: 0;
		width: auto;
		white-space: initial;
	}
	
	.ul-nav .item{
		float: none;
		width: auto;
		display: block;
		padding: 10px 15px;
		border-right: none;
		border-bottom: 1px solid #EDEDED;
	}
	.ul-nav .tit,
	.ul-nav .con{
		margin-bottom: 10px;
	}
	.ul-nav .v2{
		margin-bottom: 5px;
	}
	.ul-nav .v2:last-child{
		margin-bottom: 0;
	}
	.hd-sobox{
		width: 100%;
	}
	.hd-sobox input{
		flex: 1;
		width: auto;
	}
}
.footer{
	padding: 60px 0;
	background-color: rgba(86, 88, 90, .5);
}

.footer .icn img{ width:14px; max-width:none;}


.fd-info{
	display: flex;
}
.fd-info .tit{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.fd-txt{
	display: block;
	width: 23.765%;
}
.fd-txt .desc{
	font-size: 13px;
	color: #fff;
	line-height: 28px;
}
.fd-tel{
	display: block;
	width: 29.227%;
	padding: 0 20px;
}
.fd-tel .info{
	font-size: 13px;
	color: #fff;
	line-height: 28px;
}
.fd-tel .info p{
	margin-bottom: 15px;
}
.fd-tel .info a{
	display: flex;
	align-items: center;
	color: #eee;
}
.fd-tel .info .txt{
	padding-left: 5px;
}
.fd-form{
	display: block;
	width: 46.672%;
}
.fd-form .tit{
	padding: 0 6px;
}
.fd-form form{
	display: block;
	margin: 0 -6px;
}
.fd-form .ipt1{
	float: left;
	width: 50%;
	padding: 0 6px;
	margin-bottom: 5px;
}
.fd-form input{
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #818a91;
	padding: 0 12px;
	overflow: hidden;
}
.fd-form .ipt2{
	display: block;
	width: 100%;
	padding: 0 6px;
	margin-bottom: 5px;
}
.fd-form .txtarea{
	display: block;
	padding: 0 6px;
	margin-bottom: 5px;
}
.fd-form textarea{
	display: block;
	width: 100%;
	resize: none;
	font-size: 13px;
	padding: 4px 12px;
	border: 1px solid #818a91;
	line-height: 18px;
}
.fd-form .btn{
	display: block;
	padding: 0 6px;
}
.fd-form button{
	display: block;
	width: 100%;
	background-color: #56585A;
	padding: 0 24px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border: none;
	border-radius: 5px;
}
@media only screen and (max-width:1200px) {
	.fd-txt{
		display: none;
	}
	.fd-info .tit{
		font-size: 26px;
	}
}
@media only screen and (max-width:750px) {
	.footer{
		margin-bottom:15px;
	}
		.footer{
		padding: 30px 0;
	}
	.fd-info{
		display: block;
	}
	.fd-info .tit{
		font-size: 22px;
	}
	.fd-txt{
		display: block;
		width: 100%;
	}
	.fd-txt .desc{
		line-height: 21px;
	}
	.fd-tel{
		display: none;
	}
	.fd-form{
		width: 100%;
	}
	.fd-form .ipt1{
		float: none;
		width: 100%;
	}
}

/* 其他样式表 */
/* 产品页 */
.b-banner {
	background-image: url(../images/b-bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 392px;
	position: relative;
}

.b-banner .tit {
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY( -50%);
	-webkit-transform: translateY( -50%);
	width: 100%;
}

.b-banner .tit h3 {
	font-size: 40px;
	letter-spacing: 0;
	color: #FFF;
	font-weight: 600;
	line-height: 1;
}

.b-tit {
	margin-bottom: 36px;
	padding: 10px;
}

.b-tit h3 {
	font-size: 40px;
	color: #5B5C5E;
	position: relative;
	line-height: 1;
	padding-bottom: 22px;
}

.b-tit h3::after {
	content: '';
	position: absolute;
	width: 112px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #d70012;
}

.row-b1 {
	background-color: #F5F5F5;
	padding: 60px 0;
	margin-bottom: 63px;
}

.ul-info-b1 {
	overflow: hidden;
	margin: 0 -15px;
}

.ul-info-b1 li {
	float: left;
	width: 12.5%;
}

.ul-info-b1 .info {
	text-align: center;
	padding: 0 15px;
}

.ul-info-b1 .info p {
	color: #595A5C;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.row-b2 .b-tit h3 {
	font-size: 30px;
}

.row-b2 .b-table {
	padding: 10px;
}


.row-b2 .b-table table {
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 5px;
	width:100%;
}

.row-b2 .b-table table tr:first-child td {
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 6%);
}

.row-b2 .b-table table tr:nth-child(2n) td {
	background: rgba(0, 0, 0, .01);
}

.row-b2 .b-table table td {
	border: 1px solid #e5e5e5;
	padding: 10px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	font-size: 15px;
	color: #7A7A7A;
}




.row-b3 .b-tit {
	margin-bottom: 0;
}

.row-b3 .b-tit2 {
	margin-bottom: 0;
	background:url(../images/title-bg.jpg) no-repeat ;
	padding: 8px 0px 8px 10px;
	margin: 0 10px;
	line-height:30px;
}

.row-b3 .b-tit2 h3{
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
	
}

.row-b3 .b-tit2 h3 a{
    color: #FFFFFF;
    font-size: inherit;
    line-height: inherit;


}
.ul-info-b2 {
	overflow: hidden;
	margin: 0 -15px;
	padding: 10px;
}

.ul-info-b2 li {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 35px;
}

.ul-info-b2 .info {
	position: relative;
}

.ul-info-b2 .info a {
	position: relative;
	z-index: 10;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	background-color: #FFF;
	display: block;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b2 li:hover .info a {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.ul-info-b2 .info::after {
	opacity: .5;
	display: block;
	content: "";
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.ul-info-b2 .info .pic {
	overflow: hidden;
	position: relative;
	padding-bottom: calc(0.88 * 100%);
	margin-bottom: 20px;
}

.ul-info-b2 .info .txt {
	height:69px;
	padding: 0 30px;
	margin-bottom: 0;
	text-align: center;
}

.ul-info-b2 .info .txtintro {
	padding-bottom: 30px 30px;
	text-align: center;
	height:39px;
}



.ul-info-b2 .info .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b4 {
	margin-bottom: 10px;
}

.ul-page-b1 {
	text-align: center;
}

.ul-page-b1 li {
	display: inline-block;
	margin: 0 calc(14px/2);
}

.ul-page-b1 li:first-child {
	margin-right: calc(14px/2);
}

.ul-page-b1 li:last-child {
	margin-left: calc(14px/2);
}

.ul-info-b2 .info .txt h3 {
	font-size: 17px;
}

/* 产品内容页 */
.row-b5 {
	background-color: rgba(0, 0, 0, .01);
}

.row-b5 .wp {
	max-width: 1240px;
}

.row-b5 .b-info {
	overflow: hidden;
}

.row-b5 .b-info .b-tit2 {
	text-align: center;
	position: relative;
}

.row-b5 .b-info .b-tit2 {
	padding: 10px;
}

.row-b5 .col-l .b-info1 {
	margin: 0 auto;
	padding-right: 32px;
}

.row-b5 .b-info .b-tit2 h3 {
	position: relative;
	padding-bottom: 20px;
}

.row-b5 .b-info .b-tit2 h3::before {
	content: '';
	display: block;
	content: "";
	height: 1px;
	background-color: #000;
	width: 428px;
	position: absolute;
	left: 0;
	bottom: 5px;
}

.row-b5 .b-info .b-tit2 h3::after {
	content: '';
	display: block;
	content: "";
	height: 1px;
	background-color: #000;
	width: 428px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.row-b5 .b-info .b-tit2 h3 i {
	background-image: url(../images/b-icon01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 13px;
	height: 6px;
	background-size: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


.row-b5 .b-info .b-tit2 h3 {
	color: #000;
	font-size: 42px;
	font-weight: 600;
	position: relative;
}


.row-b5 .b-info .col-l {
	width: 77%;
	border-right: 1px solid #e8e8e8;
	background-color: #ffffff;
	padding-top: 30px;
}

.row-b5 .b-info .col-r {
	width: 23%;
}

.row-b5 .col-l .b-info1 .top {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.row-b5 .col-l .b-info1 .top h3 {
	color: #000;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 20px;
}

.row-b5 .col-l .b-info1 .top .txt p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}

.row-b5 .col-l .b-info1 .top .info1 {
	width: 58.824%;
}

.row-b5 .col-l .b-info1 .top .pic {
	width: 40.958%;
}

.row-b5 .col-l .b-info1 .btn div {
	line-height: 1;
	display: inline-block;
	background-color: #818a91;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.row-b5 .col-l .b-info1 .btn .btn1 {
	background-color: #2179B1;
}

.row-b5 .col-l .b-info1 .btn div span {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.row-b5 .col-l .b-info1 .btn .btn1 span {
	background-image: url(../images/b-icon02.png);
}

.row-b5 .col-l .b-info1 .btn .btn2 span {
	background-image: url(../images/b-icon03.png);
}

.row-b5 .col-l .b-info1 .btn .btn2 {
	background-color: #FE9306;

}

.ul-info-b3 {
	overflow: hidden;
	margin: 0 -15px;
}

.ul-info-b3 li {
	float: left;
	width: 33.333%;
	padding: 0 15px;
	margin-bottom: 36px;
}

.ul-info-b3 a {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-color: #DDD;
	border-color: #DDD;
	display: block;
}

.ul-info-b3 .txt h3 {
	font-size: 18px;
	color: #54595F;
	margin-bottom: 7px;
	/*多行省略*/
	/* 超出隐藏设定只能有两行说明 */
	/*生成块区间*/
	overflow: hidden;
	/*超出显示省略号*/
	text-overflow: ellipsis;
	/*框体*/
	display: -webkit-box;
	/* 限制行数 */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b3 li:hover .txt h3 {
	color: #000;
}

.ul-info-b3 .txt p {
	line-height: 1.5em;
	font-size: 14px;
	color: #777;
	/*单行省略*/
	/* 超出隐藏 */
	/*文本不换行*/
	white-space: nowrap;
	overflow: hidden;
	/*超出显示省略号*/
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ul-info-b3 .txt {
	text-align: center;
	height: 92px;
	padding: 0 5px;
}

.ul-info-b3 .pic {
	padding-top: 96.5%;
	position: relative;
	margin-bottom: 7px;
	overflow: hidden;
}

.ul-info-b3 .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	object-fit: cover;
}

.ul-info-b3 li:hover .pic img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
}

.row-b5 .col-l .b-info1 .bottom .info1 {
	margin-bottom: 20px;
}

.row-b5 .col-l .b-info1 .bottom .info2 {
	margin-bottom: 20px;
}

.row-b5 .col-l .b-info1 .bottom .info3 {
	margin-bottom: 20px;
}

.b-tit1 {
	margin-bottom: 20px;
}

.b-tit1 h3 {
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background-color: #54595F;
	font-size: 20px;
}

.b-table1 table {
	width: 100%;
}

.b-table1 table tr {
	text-align: center;
}

.b-table1 table tr td {
	font-size: 15px;
	color: #7A7A7A;
	padding: 10px;
	border: 1px solid #e8e8e8;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
}

.b-table1 table tr:nth-child(2n) td {
	background: rgba(0, 0, 0, .01);
}

.b-table1 table tr:first-child {
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 6%);
}

.row-b5 .bottom .info2 .txt p {
	margin-bottom: 35px;
	font-size: 15px;
	color: #7A7A7A;
}

.ul-pic-b1 {
	overflow: hidden;
	margin-bottom: 10px;
}

.ul-info-b4 .tit h3 {
	font-size: 15px;
	color: #7D7D7D;
	padding: 15px 35px;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(../images/b-icon04.png);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b4 li:last-child .tit h3 {
	border-bottom: 1px solid #d4d4d4;
}

.ul-info-b4 li.on .tit h3 {
	background-image: url(../images/b-icon05.png);
	color: #000;
}

.ul-info-b4 .txt {
	display: none;
}

.ul-pic-b1 li {
	float: left;
	width: 50%;
}

.ul-pic-b1 .pic {
	width: 360px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}

.ul-pic-b1 .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ul-info-b4 .txt {
	font-size: 15px;
	color: #7D7D7D;
	padding: 15px 20px;
	border: 1px solid #d4d4d4;
}

.ul-info-b4 .txt p {
	margin-bottom: 15px;
}

.ul-info-b4 .txt p:last-child {
	margin-bottom: 0;
}

.ul-info-b5 {
	margin: 0 -10px;
	overflow: hidden;
}

.ul-info-b5 li {
	width: 33.333%;
	float: left;
	padding: 0 10px;
}

.ul-info-b5 .info {
	background-color: #f8f8f8;
	padding: 10px;
}

.ul-info-b5 .tit {
	text-align: center;
	padding: 10px 0 5px;
}

.ul-tit-b1 {
	display: flex;
	align-items: center;
}

.ul-tit-b1 li {
	padding: 10px;
}

.ul-tit-b1 h3 {
	font-size: 15px;
}

.ul-tit-b1 p {
	font-size: 15px;
}

.row-b5 .info6 {
	padding: 10px;
	overflow: hidden;
}

.row-b5 .info6 .tit {
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.row-b5 .info6 .share {
	overflow: hidden;
}

.row-b5 .info6 .bshare-custom {
	display: inline-block;
}

.row-b5 .info6 .bshare-custom a {
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	display: inline-block;
	background-size: 100%;
}

.row-b5 .info6 .bshare-custom a.fa-facebook {
	background-image: url(../images/b-icon06_01.png);
}

.row-b5 .info6 .bshare-custom a.fa-twitter {
	background-image: url(../images/b-icon06_02.png);
}

.row-b5 .info6 .bshare-custom a.fa-linkedin {
	background-image: url(../images/b-icon06_03.png);
}

.row-b5 .info6 .bshare-custom a.fa-pinterest {
	background-image: url(../images/b-icon06_04.png);
}

.row-b5 .info6 .bshare-custom a.fa-tumblr {
	background-image: url(../images/b-icon06_05.png);
}

.row-b5 .info6 .bshare-custom a.fa-whatsapp {
	background-image: url(../images/b-icon06_06.png);
}

.row-b5 .info6 .bshare-custom a.fa-envelope {
	background-image: url(../images/b-icon06_07.png);
}

.row-b5 .col-r {
	padding: 0 20px;
}

.row-b5 .col-r .tit {
	background-color: #54595f;
	color: #fff;
	padding: 10px 0 10px 15px;
	margin-bottom: 22px;
    margin-top:30px;
}

.row-b5 .col-r .tit h3 {
	font-size: 18px;
}

.ul-tit-b2 dd h3 {
	display: block;
	padding: 7px 10px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .04);
	color: #858585;
	font-weight: 600;
	font-size: 15px;
}

.ul-tit-b2 dd a {
	display: block;
	padding: 7px 10px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .04);
	color: #858585;
	position: relative;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	font-size: 15px;
}


.ul-tit-b2 dd .active{ color:#2179b1;}


.ul-tit-b2 dd a:hover,
.ul-tit-b2 dd.on a {
	background-color: #2179b1;
	color: #fff;
}

.ul-tit-b2 dd a::before {
	content: '';
	content: "-";
	margin-right: 5px;
}


.ul-tit-b2 .on a::before {
	content: '';
	margin-right: 0px;
	
}



.b-bg {
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.b-bg.on {
	display: block;
}

.b-bg .info {
	background-color: #a4cfea;
	width: 640px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding: 40px;
	display: none;
}

.b-bg .info.on {
	display: block;
}

.b-bg .info .close {
	position: absolute;
	right: 23px;
	top: 23px;
	cursor: pointer;
}

.b-bg .info .tit {
	margin-bottom: 20px;
}

.b-bg .info .tit h3 {
	color: #000;
	font-size: 40px;
}

.b-bg .b-form .mes1 {
	overflow: hidden;
	margin-bottom: 32px;
}

.b-bg .b-form input {
	width: 100%;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	border: 1px solid #818a91;
}


.b-bg .b-form .mes1 input:nth-child(1) {
	width: 49%;
	padding: 0 5px;
	float: left;
}

.b-bg .b-form .mes1 input:nth-child(2) {
	width: 49%;
	padding: 0 5px;
	float: right;
}

.b-bg .b-form .mes2 {
	margin-bottom: 32px;
}

.b-bg .b-form .txt textarea {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	border: none;
	border: 1px solid #818a91;
	height: 96px;
	margin-bottom: 32px;
	font-family: "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif;
}

.b-bg .btn {
	font-size: 15px;
	background-color: #2179B1;
	color: #fff;
	border-radius: 5px;
}

.b-bg .info p {
	margin-bottom: 20px;
}

/* 新闻列表页 */
.row-b6 .b-info {
	overflow: hidden;
}

.row-b6 .b-info .col-l {
	width: 70%;
}

.row-b6 .b-info .col-r {
	width: 30%;
}

.ul-info-b6 {
	overflow: hidden;
	margin: 0 -15px;
}

.ul-info-b6 li {
	float: left;
	width: 33.333%;
	margin-bottom: 35px;
}

.ul-info-b6 .pic {
	padding-top: 74.7%;
	position: relative;
	overflow: hidden;
	margin-bottom: 9px;
}

.ul-info-b6 .info {
	padding: 0 15px;
}

.ul-info-b6 .info a {
	display: block;
	background-color: #EEE;
}

.ul-info-b6 .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	object-fit: cover;
}

.ul-info-b6 li:hover .pic img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
}

.ul-info-b6 .txt {
	text-align: center;
	height: 46px;
}

.ul-info-b6 .txt p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
	padding: 0 5px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b6 li:hover .txt p {
	color: #4285f4;
}

.ul-info-b7 {
	padding: 10px;
	margin: 30px 0 0 10px;
	border-left: 1px solid #e9e9e9;
}

.ul-info-b7 li {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	margin-bottom: 20px;
}

.ul-info-b7 li:last-child {
	box-shadow: none;
}


.ul-info-b7 .info .tit h3 {
	padding: 13px 13px 13px 38px;
	background-color: #D70012;
	color: #FFF;
	font-size: 15px;
	position: relative;
}

.ul-info-b7 .info .tit h3::before {
	content: '';
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-image: url(../images/b-icon07.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 13px;
	height: 15px;
}

.ul-info-b7 .info p a {
	font-size: 14px;
	font-weight: 500;
	color: #101010;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 45px;
	padding-right: 19px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	border-bottom: 1px solid #ededed;
}

.ul-info-b7 li:first-child a::before {
	content: '';
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-image: url(../images/b-icon08.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 17px;
	height: 14px;
}

.ul-info-b7 .info p a:hover {
	color: #4285f4;
}

.ul-info-b7 li:nth-child(2) .info p a {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 19px;
}

.row-b6 .b-info .col-l .info1 {
	margin: 30px 10px 0 0;
	padding: 10px;
}

.ul-info-b7 .mes1 {
	overflow: hidden;
	margin-bottom: 12px;
	padding-top: 10px;
}

.ul-info-b7 input {
	background-color: #fff;
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	border-radius: 2px;
	border: 1px solid #818a91;
	font-size: 14px;
}

.ul-info-b7 .mes1 input:nth-child(1) {
	width: 49%;
	padding: 0 5px;
	float: left;
}

.ul-info-b7 .mes1 input:nth-child(2) {
	width: 49%;
	padding: 0 5px;
	float: right;
}

.ul-info-b7 .mes2 {
	margin-bottom: 22px;
}

.ul-info-b7 .mes2 input {
	width: 100%;
}

.ul-info-b7 textarea {
	height: 155px;
	width: 100%;
	margin-bottom: 22px;
	padding: 10px;
	font-family: "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif;
	font-size: 14px;
}

.ul-info-b7 .btn {
	width: 100%;
	background-color: #D70012;
	color: #fff;
	border: none;
}

/* 单页面 */
.row-b7 {
	padding: 90px 0 86px;
}

.row-b7 .b-info {
	overflow: hidden;
}

.row-b7 .b-info .l {
	width: 50%;
}

.row-b7 .b-info .l .info {
	padding: 10px;
}

.row-b7 .b-info .l .txt p {
	font-size: 15px;
	color: #7A7A7A;
}

.row-b7 .b-info .r {
	width: 50%;
}

.row-b7 .b-info .r .info {
	padding: 10px;
	margin: 0 0 0 20px;
	--e-column-margin-right: 0;
	--e-column-margin-left: 20px;
}

.row-b7 .b-info .l .info .pic {
	margin-bottom: 20px;
}

.row-b7 .b-info .l .info p {
	margin-bottom: 20px;
}

.row-b7 .b-info .l .mail {
	color: #54595f;
	font-size: 15px;
	background-image: url(../images/b-icon09.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ul-icon-b1 {
	overflow: hidden;
}

.ul-icon-b1 li:nth-child(1) a {
	background-image: url(../images/b-icon10_01.png);
}

.ul-icon-b1 li:nth-child(2) a {
	background-image: url(../images/b-icon10_03.png);
}

.ul-icon-b1 li:nth-child(3) a {
	background-image: url(../images/b-icon10_05.png);
}

.ul-icon-b1 li:nth-child(4) a {
	background-image: url(../images/b-icon10_07.png);
}

.ul-icon-b1 li:nth-child(5) a {
	background-image: url(../images/b-icon10_09.png);
}

.ul-icon-b1 li:nth-child(6) a {
	background-image: url(../images/b-icon10_11.png);
}


.ul-icon-b1 a {
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: 100%;
}

.ul-icon-b1 li {
	display: inline-block;
}

.row-b7 .b-info .r .b-tit2 {
	margin-bottom: 20px;
}


.row-b7 .b-info .r .b-tit2 h3 {
	padding: 8px 8px 8px 8px;
	background-color: #D70012;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.row-b7 .b-info .r .b-tit2 p {
	color: #7A7A7A;
	font-size: 15px;
}

.row-b7 .b-info .r .mes1 {
	overflow: hidden;
	margin-bottom: 32px;
}

.row-b7 .b-info input {
	background-color: #fff;
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	border-radius: 2px;
	border: 1px solid #818a91;
	font-size: 14px;
}

.row-b7 .b-info .mes1 input:nth-child(1) {
	width: 49%;
	padding: 0 5px;
	float: left;
}

.row-b7 .b-info .mes1 input:nth-child(2) {
	width: 49%;
	padding: 0 5px;
	float: right;
}

.row-b7 .b-info .mes2 {
	margin-bottom: 32px;
}

.row-b7 .b-info .mes2 input {
	width: 100%;
}

.row-b7 .b-info textarea {
	height: 155px;
	width: 100%;
	margin-bottom: 22px;
	padding: 10px;
	font-family: "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif;
	font-size: 14px;
}

.row-b7 .b-info .btn input {
	width: 100%;
	background-color: #333;
	color: #fff;
	height: 40px;
	border: none;
	transition: .5s ease-in-out;
	-webkit-ansition: .5s ease-in-out;
}

.row-b7 .b-info .btn input:hover {
	background-color: #D70012;
}

.row-about .aboutbiaoti {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	line-height:200%;
}

.row-about .txt h6{
	color: #D70012;
    font-family: "Roboto",Sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
	margin-bottom:2px;}
	
.row-about .txt h2{
    color: #000;
    font-family: "Martel Sans",Sans-serif;
    font-size: 30px;
    font-weight: 800;
	margin-bottom:20px;
	}	
	
@media screen and (max-width: 768px){
	
	.row-about .imgpic img{ margin-top:20px;}
	}
	
	
	
@media (min-width: 1200px){
.container {
    width: 1200px;
}	
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}	

.row  img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}





@media (min-width: 992px){
.row .col-md-4 {
    width: 33%;
}
}

@media (min-width: 992px){
.col-md-4{
    float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	
}
}


.clearfix{
    clear: both;
}

/*.col-md-4:last-child {padding-left: 0px;}
*/

	

@media only screen and (min-width: 959px){

.row-about .txt{
    flex: 0 0 60%;
    padding-right: 0;
    align-self: center;
    display: block;

}
.row-about .imgpic{
    flex: 0 0 40%;
    display: block;
}

}
@media only screen and (max-width: 1920px) {
	.row-b7 {
	    padding: 4.687vw 0 4.479vw;
	}
	
 
.row-about {
	        padding: 30px 0 0 30px;
	}

	
}

@media only screen and (max-width: 1440px) {
	.row-b5 .b-info .b-tit2 h3 {
		font-size: 2.916vw;
	}

	.row-b5 .b-info .b-tit2 h3::before {
		width: 29.72vw;
	}

	.row-b5 .b-info .b-tit2 h3::after {
		width: 29.72vw;
	}
}

@media only screen and (max-width: 1200px) {

	.ul-info-b2 .info .txt {
		padding: 0 20px;
	}

	.row-b5 .col-r .tit h3 {
		font-size: 16px;
	}

	.ul-tit-b2 dd h3 {
		font-size: 14px;
	}

	.ul-tit-b2 dd a {
		font-size: 14px;
	}

	.ul-info-b3 .txt h3 {
		font-size: 16px;
	}

	.b-table1 table tr td {
		font-size: 14px;
	}

	.b-tit1 h3 {
		font-size: 16px;
	}

	.ul-info-b4 .tit h3 {
		font-size: 14px;
		padding: 10px 35px;
	}

	.ul-info-b4 .txt p {
		margin-bottom: 14px;
	}

	.ul-info-b4 .txt {
		padding: 10px;
		font-size: 14px;
	}


	.row-b5 .bottom .info2 .txt p {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.ul-pic-b1 .pic {
		width: 30vw;
		height: 20vw;
	}

	.row-b5 .col-l .b-info1 .top h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.row-b5 .col-l .b-info1 .top .txt p {
		font-size: 14px;
	}

	.row-b5 .col-l .b-info1 .btn div {
		font-size: 14px;
	}

	.ul-info-b6 li {
		width: 50%;
	}

	.ul-info-b6 .txt {
		height: 80px;
	}
}

@media only screen and (max-width: 990px) {
	.ul-info-b2 .info .txt h3 {
		/*font-size: 14px;*/
	}

	.ul-info-b2 .info .txt {
		padding: 0 10px;
	}

	.row-b5 .b-info .col-l {
		width: 100%;
		padding-top: 20px;
		float: none;
	}

	.row-b5 .b-info .col-r {
		width: 100%;
		float: none;
		padding: 0;
	}

	.row-b5 .b-info .b-tit2 h3 {
		font-size: 21px;
	}
	
	.row-b7 .b-info .l {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	
	.row-b7 .b-info .r {
		width: 100%;
		float: none;
	}
	
	.row-b7 .b-info .l .info .pic img {
		width: 100%;
	}
	
	.row-b7 .b-info .l .info {
		padding: 0;
	}
	
	.row-b7 .b-info .r .info {
		padding: 0;
		margin: 0;
	}
	
	.row-b7 .b-info .l .txt p {
		font-size: 14px;
	}
	
	.row-b7 .b-info .l .mail {
		font-size: 14px;
	}
	
	.ul-icon-b1 a {
		width: 25px;
		height: 25px;
	}
	
	.row-b7 .b-info .r .b-tit2 h3 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	
	.row-b7 .b-info .r .b-tit2 {
	    margin-bottom: 10px;
	}
	
	.row-b7 .b-info .r .mes1 {
	    margin-bottom: 0;
	}
	
	.row-b7 .b-info .mes2 {
	    margin-bottom: 10px;
	}
	
	.row-b7 .b-info textarea {
	    margin-bottom: 10px;
	}
	
	.row-b7 .b-info .r .b-tit2 h3 {
	    font-size: 18px;
	}
	
	.b-banner .tit h3{
		font-size: 21px;
	}

}

@media only screen and (max-width: 750px) {
	.row-b6 .b-info .col-l {
		width: 100%;
		float: none;
	}

	.row-b4 .page a {
		font-size: 12px;
	}

	.row-b6 .b-info .col-r {
		width: 100%;
		float: none;
	}

	.ul-info-b6 .txt {
		height: auto;
		padding: 20px;
	}

	.row-b6 .b-info .col-l .info1 {
		margin: 0;
		padding: 10px 0;
	}

	.ul-info-b7 {
		margin: 0;
		padding: 10px 0;
	}

	.ul-info-b7 .mes1 {
		margin-bottom: 15px;
		padding-top: 15px;
	}

	.ul-info-b7 .mes2 {
		margin-bottom: 15px;
	}

	.ul-info-b7 textarea {
		margin-bottom: 15px;
	}

	.ul-info-b6 li {
		width: 100%;
		float: none;
	}

	.ul-info-b1 {
		overflow: hidden;
		margin: 0;
	}

	.b-bg .info {
		width: 100%;
	}

	.b-bg .b-form .mes1 input {
		width: 100% !important;
		float: none !important;
		margin-bottom: 10px;
	}
	
	.row-b7 .b-info .mes1 input {
	    width: 100% !important;
	    float: none !important;
	    margin-bottom: 10px;
	}

	.b-bg .b-form .mes1 {
		margin-bottom: 10px;
	}

	.b-bg .info .tit h3 {
		font-size: 20px;
	}

	.b-bg .b-form .mes2 {
		margin-bottom: 10px;
	}

	.b-bg .b-form .txt textarea {
		margin-bottom: 10px;
	}

	.ul-info-b1 li {
		float: none;
		width: 100%;
	}

	.ul-info-b1 .info {
		padding: 10px;
	}

	.row-b1 {
		background-color: #F5F5F5;
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.b-tit {
		margin-bottom: 10px !important;
		padding: 0;
	}

	.row-b2 .b-table {
		padding: 0;
		white-space: nowrap;
		overflow-x: scroll;
	}



   .row-b3 .b-tit2 {
    margin-bottom: 0;
    background: url(../images/title-bg.jpg) no-repeat;
	 margin:10px 0;
	}


	.b-tit h3 {
		font-size: 24px !important;
	}


	.ul-info-b2 li {
		margin-bottom: 10px;
	}

	.ul-info-b2 .info .txt {
		padding: 0 10px;
	}

	.ul-info-b2 {
		margin: 0;
		padding: 0;
	}

	.ul-info-b2 li {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	.ul-info-b2 .info .txt {
		height: auto;
		padding-bottom: 15px;
	}

	.row-b5 .col-l .b-info1 .top {
		display: block;
	}

	.row-b5 .col-l .b-info1 .top .info1 {
		width: 100%;
	}

	.row-b5 .col-l .b-info1 .top .pic {
		width: 100%;
		text-align: center;
	}

	.ul-info-b3 li {
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}

	.ul-info-b3 {
		margin: 0;
	}

	.row-b5 .col-l .b-info1 .btn div {
		margin-bottom: 10px;
		padding: 12px;
	}


	.row-b5 .col-l .b-info1 {
		padding-right: 0;
	}

	.ul-pic-b1 li {
		float: none;
		width: 100%;
	}

	.ul-pic-b1 .pic {
		width: auto;
		height: auto;
	}

	.ul-info-b5 li {
		width: 100%;
		float: none;
		padding: 0 10px;
	}

	.ul-info-b5 .pic img {
		width: 100%;
	}

	.ul-tit-b1 {
		display: block;
	}
	
	.b-banner{
		height: 200px;
	}

}

.banner{
	position: relative;
	overflow: hidden;
}
.m-arrc1 .arr{
	position: absolute;
	top: 50%;
	margin-top: -13px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 0;
	z-index: 2;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.m-arrc1 .arr::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-arrc1 .prev{
	left: 10px;
}
.m-arrc1 .prev::after{
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.m-arrc1 .next{
	right: 10px;
}
.m-arrc1 .next::after{
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
.banner .con{
	padding-top: 39.0625%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	min-height: 200px;
}
.g-titc1{
	text-align: center;
	margin-bottom: 43px;
}
@font-face {
	font-family: PlayfairDisplay;
	src: url(../fonts/PlayfairDisplay-BoldItalic.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: Archivo;
	src: url(../fonts/Archivo-Medium.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}
.g-titc1 .tit{
	font-size: 45px;
	color: #56585A;
	line-height: 60px;
	font-family: Archivo;
	font-weight: 600;
}
.g-titc1 .tit span{
	color: #D70012;
	font-family: PlayfairDisplay;
}
.g-titc1 .icn{
	margin-bottom: 15px;
}
.g-titc1 .desc{
	font-size: 16px;
	margin-top: 11px;
	color: #585367;
	line-height: 24px;
	max-width: 560px;
	margin: 0 auto;
}
.g-titc2{
	margin-bottom: 12px;
	overflow: hidden;
}
.g-titc2 .tit{
	font-size: 45px;
	color: #fff;
	line-height: 49px;
	text-align: center;
	font-family: Archivo;
	font-weight: 600;
	margin: 25px 0;
}
.row-c1{
	padding: 50px 0;
	background-image: url(../images/c-bg01.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
	overflow: hidden;
}
.swiperc1{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.swiperc1 .con{
	padding-top: 47.5%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.swiperc2{
	position: relative;
	overflow: hidden;
}
.swiperc2 .con{
	padding-top: 45%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.swiperc2 .swiper-slide{
	position: relative;
	cursor: pointer;
}
.swiperc2 .swiper-slide::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .3;
	z-index: 2;
}
.swiperc2 .swiper-slide-thumb-active::after{
	display: none;
}
.row-c2{
	padding: 40px 0;
	background-image: url(../images/c-pic02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.row-c2::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #56585A;
	opacity: .87;
	z-index: 0;
}
.row-c2 .wp{
	position: relative;
	z-index: 2;
}
.m-infoc1{
	display: flex;
	align-items: flex-start;
}
.m-infoc1 .txt{
	display: block;
	width: 50%;
	padding: 10px;
}
.m-infoc1 .desc{
	font-size: 14px;
	color: #eee;
	line-height: 28px;
}
.m-infoc1 .desc p{
	margin-bottom: 15px;
}
.m-infoc1 .btn{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.m-infoc1 a{
	float: left;
	width: 176px;
	max-width: 50%;
	text-align: center;
	height: 68px;
	line-height: 68px;
	font-size: 14px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.m-infoc1 .btn1{
	background-color: #D70012;
}
.m-infoc1 .btn2{
	background-color: #3b3b3b;
}
.m-infoc1 .btn2:hover{
	background-color: #1A1919;
}
.m-infoc1 .icn{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 6px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .4);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}
.m-infoc1 .icn span{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 14px;
	color: #000;
}
.m-infoc1 .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 10px;
}
.row-c3{
	padding: 150px 0;
	background-color: #FCFCFC;
	overflow: hidden;
}
.ul-proc1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.ul-proc1 li{
	display: block;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.ul-proc1 .con{
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	position: relative;
}
.ul-proc1 .con:hover{
	box-shadow: 0 0 30px rgba(0,0,0,.15);
}
.ul-proc1 .icn{
	position: absolute;
	top: 0;
	right: 0;
	margin: 6px;
	background-color: #D70012;
	font-size: 12px;
	color: #fff;
	border-radius: 50px;
	line-height: 26px;
	text-transform: uppercase;
	z-index: 2;
	padding: 0 14px;
}
.ul-proc1 .pic{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/*height: 200px;*/
	overflow: hidden;
}
.ul-proc1 .pic::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 .con:hover .pic::after{
	opacity: .5;
}
.ul-proc1 .txt{
	padding: 20px 17px 16px;
	font-size: 16px;
	color: #54595F;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	height: 96px;
}
.ul-proc1 .txt p{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow:hidden;
}
.ul-proc1 .info{
	display: block;
	text-align: center;
	padding: 0 17px 16px;
	font-size: 16px;
	color: #54595F;
	height: 296px;
	background-color: #fff;
	overflow: hidden;
}
.row-c4{
	padding: 50px 0;
	background-color: #F0F0F0;
	overflow: hidden;
}
.ul-proc2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -7px -15px;
}
.ul-proc2 li{
	display: block;
	width: 33.33%;
	padding: 0 7px;
	margin-bottom: 15px;
}
.ul-proc2 .con{
	display: block;
	border: 2px solid #F7F7F7;
	padding: 40px 34px 30px;
	background-color: #fff;
	min-height: 216px;
}
.ul-proc2 .con:hover{
	border-color: #EA6B5B;
}
.ul-proc2 .icn{
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 45px;
	margin-right: 20px;
}
.ul-proc2 .txt{
	display: block;
	overflow: hidden;
}
.ul-proc2 .tit{
	font-size: 23px;
	color: #101010;
	margin-bottom: 10px;
	line-height: 26px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow:hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc2 .con:hover .tit{
	color: #EA6B5B;
}
.ul-proc2 .desc{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow:hidden;
}
.row-c5{
	padding: 50px 0 0;
	background-color: #FCFCFC;
	overflow: hidden;
}
.ul-proc3{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.ul-proc3 li{
	display: block;
	width: 33.33%;
	padding: 10px;
}
.ul-proc3 .con{
	display: block;
}
.ul-proc3 .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	font-size: 0;
	overflow: hidden;
}
.ul-proc3 .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ul-proc3 .con:hover .pic img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.ul-proc3 .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px;
	height: 156px;
	text-align: center;
	font-size: 20px;
	color: #55595C;
	line-height: 28px;
	background-color: #f7f7f7;
}
@media only screen and (max-width:1200px) {
	.g-titc1 .tit{
		font-size: 20px;
		line-height: 26px;
	}
	.g-titc1 .tit span{
		font-size: 30px;
	}
	.g-titc2 .tit{
		font-size: 20px;
		line-height: 26px;
		margin: 0;
	}
	.g-titc1 .desc{
		font-size: 14px;
		line-height: 21px;
	}
	.m-infoc1{
		display: block;
	}
	.m-infoc1 .txt{
		width: 100%;
	}
	.m-infoc1 .pic{
		width: 100%;
	}
	.row-c4{
		padding: 30px 0;
	}
}
@media only screen and (max-width:950px) {
	.ul-proc2 li{
		width: 50%;
	}
}

.video{width:1200px; margin-left:auto; margin-right:auto; text-align:center; margin-top:20px; }
.video video{width:100%;}



@media only screen and (max-width:750px) {
	.video{padding: -10px 0;width:100%;}

	.g-titc1{
		margin-bottom: 15px;
	}
	.row-c1{
		padding: 30px 0;
	}
	.row-c2{
		padding: 30px 0;
	}
	.row-c3{
		padding: 30px 0;
	}
	.ul-proc1 li{
		width: 50%;
	}
	.ul-proc1 .txt{
		padding: 10px;
		height: auto;
	}
	.ul-proc2 li{
		width: 100%;
	}
	.ul-proc2 .con{
		padding: 30px 15px;
		min-height: auto;
	}
	.ul-proc2 .tit{
		font-size: 16px;
	}
	.ul-proc2 .desc{
		font-size: 14px;
	}
	.row-c5{
		padding: 30px 0;
	}
	.ul-proc3{
		display: block;
	}
	.ul-proc3 li{
		width: 100%;
	}
	.ul-proc3 .txt{
		padding: 15px;
		height: auto;
		font-size: 16px;
		line-height: 21px;
	}
}
@media only screen and (max-width:440px) {
	.ul-proc1 li{
		width: 100%;
	}
}

/* 结束 */

