﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
hr{border: none;outline: none;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
img{
	max-width: 100%;
}


body{
	/* font-family:"微软雅黑","Microsoft Yahei"; */
	font-family:"Arial","Microsoft Yahei";
}
.wp{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.hd-nav{
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
}
.wp-nav{
	max-width: 1400px;
}
a{
	color: #333;	
}
a:hover{
	color: rgb(230,110,47);
}

/*头部*/
#bd{
	/* padding-top: 90px; */
}
#hd,#hd-product-details{
	/*height: 101px;*/
	height: 90px;
	/* background: #fff; */
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.fixed{
    top: -101px !important;
}

#hd .logo,#hd-product-details .logo{
	float: left;
	margin-right: 40px;
	/*height: 101px;*/
	height: 90px;
}
#hd .logo a,#hd-product-details .logo a{
	display: block;
	height: 100%;
	/*line-height: 101px;*/
	line-height: 90px;
}
#hd .logo a img,#hd-product-details .logo a img{
	display: inline-block;
	vertical-align: middle;
}

#nav>ul>li{
	float: left;
	line-height: 90px;
	/* width: 110px; */
	margin-right: 25px;
	white-space: nowrap;
	text-transform: uppercase;
}
#nav>ul>li:last-child{
	margin-right: 65px;
}
#nav>ul>li>a{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	/* border-bottom: 3px solid #fff; */
	height: 90px;
}
#nav>ul>li>a:hover{
	border-bottom: 3px solid rgb(230,110,47);
}
#nav>ul>#media-center>a{
	border: none;
}
#nav>ul>#media-center>a:hover{
	border: none;
}
#hd-right{
	display: flex;
	justify-content: right;
}
#hd .tel{
	margin-left: -1.5em;
}
#language{
	line-height: 90px;
	font-size: 16px;
	text-align: center;
	display: flex;
}
.m-language,.m-language-dropdown{
	width: 100% !important;
}
.dropdown-toggle:hover{
	cursor:pointer;
}
.dropdown-toggle{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	position: relative;

}
.dropdown-toggle img{
	width: 22px;
}
#language .language-dropdown{
	display: none;
	background: #fff;
	width: 200px;
	position: absolute;
	top: 90px;
	box-shadow:1px 2px 10px 1px rgb(170, 168, 168);
}
#language .language-dropdown>li a{
	display: block;
}
#media-center .media-dropdown{
	background: #fff;
	width: 200px;
	margin-left: -50px;
	display: none;
	box-shadow:1px 2px 10px 1px rgb(170, 168, 168);
}
#media-center .media-dropdown>li{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
}
#language .language-dropdown>li{
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: rgba(51,51,51,.7);
}
#language .language-dropdown li:hover{
	background: rgb(245, 246,250);
	color: rgb(230,110,47);
	cursor:pointer;
}
#media-center .media-dropdown>li:hover{
	background: rgb(245, 246,250);
	color: rgb(230,110,47);
	cursor:pointer;
}

#hd .tel,#hd-product-details .tel{
	background: url(../images/index/tel-02.png) left center no-repeat;
	line-height: 90px;
	/* float: right; */
	padding-left: 37px;
	color: rgb(230,110,47);
	font-size: 18px;
	background-size: 24px 24px !important;
	align-items: center;
}
.wp-nav .move,.wp-nav .hd-platform{
	line-height: 90px;
	float: right;
	padding:0;
	color: #e4392a;
	font-size: 16px;
	background-size: 22px 22px;
	position: relative;
	margin-right: 30px;
}
.wp-nav .move-nav:hover,.wp-nav .hd-platform:hover{
	cursor:pointer;
}
.wp-nav .move .move-dropdown{
	display: none;
	background: #fff;
	width: 300px;
	left: -56px;
	position: absolute;
	color: #000;
	box-shadow:1px 2px 10px 1px rgb(170, 168, 168);
}
.wp-nav .move .move-dropdown .move-dropdown-title{
	margin: 10px 0;
	text-align: center;
	line-height: normal;
}
.wp-nav .move .move-dropdown .move-dropdown-content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	padding: 0 10px;
}
.wp-nav .move .move-dropdown .move-dropdown-content>div{
	flex: 1;
	line-height: normal;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.wp-nav .move .move-dropdown .move-dropdown-content>div>img{
	width: 90%;
	margin: 0 auto;
}
.wp-nav .move .move-dropdown .move-dropdown-but{
	border: 1px solid #000;
	border-radius: 12px;
	padding: 2px 9px 1px 8px;
	margin-top: 5px;
}
.wp-nav .move .move-dropdown .move-dropdown-but:hover{
	cursor:pointer;
	color: #000;
}
.move-scan-code{
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
}
.move-scan-code-content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 10px;
}
.move-scan-code-content>div{
	flex: 1;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.move-scan-code-content>div>img{
	width: 90%;
	margin: 0 auto;
}
.move-scan-code-content>div>div{
	padding: 1px 8px 1px 7px;
}
.move-scan-code-content .move-scan-code-but{
	border: 1px solid #000;
	border-radius: 12px;
	padding: 1px 8px 1px 7px;
}
/*手机头部*/
#m-hd {display: none;}
#m-hd {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
#m-hd img{height: 40px;padding: 10px 0 0 10px;}
.m-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../images/index/menu_add.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 25px;
	height: 50px;
}
.m-nav,.m-product-nav {
	z-index: 60;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	background: url(../images/alpha_black_70.png) repeat;
	text-align: center;
	display: none;
}
.m-nav li,.m-product-nav li{
	border-bottom: 1px solid #565656;
}
.m-nav a,.m-product-nav li {
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	color: #fff;
	font-size: 14px;
}
.m-nav a:hover,.m-nav a:active{
	color: rgb(230,110,47);
}
.m-product-nav li:hover,.m-product-nav li:active{
	color: rgb(230,110,47);
}
.m-sub {
	text-align: left;
	display: none;
	width:100%;
}
.m-sub a {
	border-bottom: none;
	font-size: 13px;
}


/*底部*/
#fd{
	/* background: url(../images/fd_bg.png) center top no-repeat; */
	background: rgb(25,25,56);
	background-size: 100% 100%;
	padding-top: 75px;
}
.index-fd{
	margin-top: -31px;
}
#fd .fd-top{
	overflow: hidden;
	color: #fff;
	padding-bottom: 45px;
}
#fd dl{
	float: left;
	width: 25%;
}
#fd .fd-top .last{
	padding-left: 7%;
}
#fd dl dt{
	font-size: 16px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#fd .ul-fd li{
	line-height: 26px;
	font-size: 14px;
}
#fd .ul-fd li a{
	color: #a8a8af;
}
#fd .ul-fd li a:hover{
	text-decoration: underline;
}
#fd .ul-fd li span{
	color: #a8a8af;
}
#fd .fb,#fd .in,#fd .li,#fd .tk{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 7.5px;
	margin-bottom: 25px;
}
#fd .pr-pic,#fd .pr-pic2,#fd .pr-pic3,#fd .pr-pic4{
	position: absolute;
	left: -150px;
	top: 0;
	display: none;
}
#fd .tel{
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 15px;
}
#fd h5{
	font-size: 16px;
	color: #a8a8af;
	width: 300px;
}
#fd .fb{
	background-image: url(../images/index/Fb.png);
}
#fd .in{
	background-image: url(../images/index/IN.png);
}
#fd .li{
	background-image: url(../images/index/LI.png);
}
#fd .tk{
	background-image: url(../images/index/TK.png);
}
#fd .fd-copy{
	height: 40px;
	line-height: 40px;
	color: #a3a3a9;
	background-color: #000022;
	text-align: center;
}
#fd .fd-copy .wp a{
	color: #fff;
}
/* side */
.side{position:fixed;width:50px;height:275px;right:0;top:250px;z-index:100;}
.side ul li{width:50px;height:50px;float:left;position:relative;margin-bottom: 2px;}
.side ul li .sidebox{position:absolute;width:50px;height:50px;border-radius:5px 0 0 5px;top:0;right:0;transition:all 0.3s;background:#000022;color:#fff;font:16px/50px "微软雅黑";overflow:hidden;}
.side ul li a:hover .sidebox{width: 175px;}
.side ul li .sidetop{width:50px;height:50px;line-height:50px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:rgb(230,110,47);}
.side ul li img{float:right;}

.side2{
	position: fixed;
	width: 40px;
	right: 10px;
	z-index: 100;
	top: 500px;
	height: 80px;
}
.side2 ul li{
	width: 40px;
	height: 40px;
}
.side2 ul li a{
	display: block;
	background-color: rgb(230,110,47);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}
.side2 ul li a img{
	vertical-align: middle;
	display: inline-block;
}
.side2 ul li a:hover{
	background-color: #000022;
}
.side2 ul li .weixin{
	position: absolute;
	left: -154px;
	bottom: 0;
	display: none;
}
.side2 ul li .weixin em{
	background: url(../images/arr3.png) no-repeat;
	width: 5px;
	height: 17px;
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: 3px;
}
.side2 ul li .weixin img{
	display: block;
}



/*banner*/
#banner .flexslider{
	background: none;
}
#banner .slides li .pic{
	display: block;
	padding-top: 36.4%;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-position: center bottom;
    position: relative;
}
#banner .slides li  .ban-txt{
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 50%;
	height: 205px;
	margin-top: -102px;
	text-align: center;
}
#banner .slides li.s1 .ban-txt{
	/* background:url(../images/ban_k.png) no-repeat; */
	min-width: 1100px;
}
#banner .flexslider .slides img{
	max-width: 100%;
	/* width: 100%; */
	width: 100vw;
	display: inline-block;
	vertical-align: middle;
	/* height: 400px; */
}
#banner .slides li .ban-txt h5{
	font-size: 22px;
	color: #fff;
	margin-top: -5px;
}
#banner .slides li .ban-txt h2{
	height: 118px;
	line-height: 118px;
	/* margin-top: -5px; */
	/* margin-left: 100px; */
	font-size: calc(100vw * 60 / 1920);
	color: #fff;
}
#banner .slides li  .ban-txt h3{
	padding-top: 25px;
	font-size: 24px;
	color: rgb(230,110,47);
}
#banner .flex-control-paging li a{
	width: 40px;
	height: 3px;
	border-radius: 0;
	background-color: rgba(255,255,255,0.7);
}
#banner .flex-control-paging li a.flex-active{
	background-color: rgb(230,110,47);
}
#banner .flex-control-nav{
	bottom: 80px;
}
#banner .flex-direction-nav a{
	background: url(../images/index/left.png) no-repeat;
	width: 40px;
	height: 80px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#banner .flex-direction-nav .flex-prev{
	left: 10%;
}
#banner .flex-direction-nav .flex-next{
	background-image: url(../images/index/right.png);
	right: 10%;
}
#banner .slides li.s2 .ban-txt{
	width: 840px;
	margin-left: -420px;
}
#banner .flexslider .slides  .s1 video{
	width: 100vw;
}
#banner .slides li.s2 .ban-txt h2{
	font-size: 58px;	
	line-height: 56px;
	height: 56px;
	margin-bottom: 10px;
}
#banner .slides li.s2 .ban-txt h3{
	font-size: 50px;
	text-transform: uppercase;	
	padding-top: 0;
}
#banner .slides li.s2 .ban-txt h4{
	font-size: 16px;
	color: #fff;
}
#banner .slides li.s2 .ban-txt h6{
	font-size: 14px;
	border-top: 1px solid #d3d3d7;
	width: 149px;
	margin: 0 auto;
	color: #fff;
	line-height: 35px;
	margin-top: 15px;
}
#banner .slides li.s3 .ban-txt h2{
	font-size: 45px;
	height: 45px;
	line-height: 45px;
}
#banner .slides li.s3 .ban-txt h3{
	font-size: 69px;
	text-transform: uppercase;
	padding-top: 0;
	border-bottom: 1px solid rgb(230,110,47);
}
#banner .slides li.s3 .ban-txt h4{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
}
#banner{position: relative;}
.banner-bg{
	background: url(../images/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}
.bg{
	background: url(../images/index/bg.png) center top no-repeat;
	background-size: 100% 100%;
    height: 54px;
    width: 100vw;
}
.bg-white{
	background: url(../images/index/bg-white.png) center top no-repeat;
	background-size: 100% 100%;
    height: 54px;
    width: 100vw;
}


/*首页*/
.tit-i{
	text-align: center;
	padding: 50px 0;
	line-height: 36px;
	overflow: hidden;
}
.tit-i h3{
	font-size: 30px;
	color: #002;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.tit-i span{
	color: rgb(230,110,47);
}
.tit-i h5{
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}
.tit-i h5 span{
	color: rgb(230,110,47);
}
.tit-i em{
	width: 45px;
	border-bottom: 1px solid #7f7f90;
	display: inline-block;
}

.ul-icon-i li{
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: 70px;
	overflow: hidden;
}
.ul-icon-i li .pad{
	padding: 0 40px;
	position: relative;
}
.ul-icon-i li a{
	display: block;
}
.ul-icon-i li a span{
	background: url(../images/index/icon-bg.png) no-repeat;
	width: 134px;
	height: 134px;
	display: inline-block;
	margin-bottom: 55px;
}
.ul-icon-i li h3{
	font-size: 18px;
	white-space: nowrap;
}
.ul-icon-i li em{
	width: 25px;
	border-bottom: 2px solid #707070;
	display: inline-block;
	margin: 25px 0;
}
.ul-icon-i li p{
	text-align: left;
	line-height: 24px;
	font-size: 16px;
}
.ul-icon-i li.li1 a span{
	background-position: 0 0;
}
.ul-icon-i li.li2 a span{
	background-position: -305px 0;
}
.ul-icon-i li.li3 a span{
	background-position: -615px 0;
}
.ul-icon-i li.li4 a span{
	background-position: -930px 0;
}
/*.ul-icon-i li a:hover span{
	background-image: url(../images/i_icon1_h.png);
}*/
.ul-icon-i li .pad .pic{
	position: absolute;
	left: 50%;
	top: 0;
	width: 134px;
	margin-left: -67px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-icon-i li .pad .pic img{
	display: none;
}
.ul-icon-i li .pad .pic .pic-icon{
	position: absolute;
	width: 134px;
	left: 0;
	top: -134px;
	display: block;
}
.ul-icon-i li a p{
	color: rgba(51,51,51,.7);
}
.ul-icon-i li a:hover p{
	text-decoration: underline;
	color: rgba(51,51,51,.7);

}

.row2{
	padding-top: 20px;
	max-width: 980px !important;
	margin: 0 auto;
}
.case-i-l,.case-i-r{
	width: 50%;
}
.case-i-l{
	float: left;
	padding-right: 15px;
}
.case-i-r{
	float: right;
	padding-left: 15px;
}
.case-img,.case-img a img{
	width: 100%;
}
.case-img{
	position: relative;
	overflow: hidden;
}
.case-img .hover{
	position: absolute;
	left: 0;
	top: -434px;/*top: -433px;*/
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/alpha_red_80.png) repeat;
	color: #fff;
}
.case-img.on .hover{
	top: 0;
}
.ul-case-i{
	margin: 0 -15px;
}
.ul-case-i li{
	float: left;
	width: 32%;
	padding: 0 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.ul-case-i li a{
	display: block;
	position: relative;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case-i li .pic img{
	width: 100%;
	display: block;
}
.ul-case-i li a .hover{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	/* background: url(../images/index/alpha_red_80.png) repeat; */
	background: rgba(233,110,47,.8);
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case-i li .hover b,.ul-case-i li .hover .txt,.case-img .hover b,.case-img .hover .txt{
	display: inline-block;
	vertical-align: middle;
}
.ul-case-i li a .hover .txt>h1{
	font-size: 18px;
	white-space: nowrap;
}
.ul-case-i li .hover .txt em{
	width: 45px;
    height: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 10px 0;
}
.ul-case-i li .hover .txt .item{
	width: 272px;
	font-size: 16px;
	/* width: 80%; */
}
.ul-case-i li .hover b,.case-img .hover b{
	width: 0;
	height: 100%;
}
.ul-case-i li a:hover .hover{
	/*display: block;*/
	top: 0;
}
.ul-case-i-1 li{
	width: 25%;
}

.more-i{
	text-align: center;
	padding-bottom: 35px;
}
.more-i a{
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../images/index/icon-05.png) center center no-repeat #000014;
	border-radius: 100%;
}
.more-i a:hover{
	background-color: rgb(230,110,47);
}

.news-bg{
	width: 100%;
}
.tit-i-1 h3{
	/* color: #fff; */
}
.tit-i-1{
	padding-bottom: 50px;
}
.tit-i-1 em{
	/* border-bottom-color: #dddde1; */
}
.ul-news-i{
	/*margin-right: -10px;*/
	margin-left: -30px;
	width: 110%;
}
.ul-news-i li{
	float: left;
	width: 24.5%;
	/* color: #fff; */
	color: rgba(0, 0, 0, .8);
	position: relative;
	min-height: 295px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
} 
.ul-news-i li:last-child{
	/*width: 21%;*/
}
.ul-news-i li .txt{
	padding-left: 30px;
	padding-right: 58px;
}
.ul-news-i li .txt>h3,.ul-news-i li .hover .pad>h3{
	min-height: 44px;
}
.ul-news-i li .txt span{
	padding: 10px 8px;
	display: inline-block;
	/* border: 1px solid #fff; */
	border: 1px solid rgba(0, 0, 0, .8);
	border-radius: 5px;
	font-size: 16px;
}
.ul-news-i li .txt span em{
	display: block;
	font-size: 18px;
}
 .ul-news-i li:last-child .txt{
	/*padding-right: 0;*/
}  
.ul-news-i li h3 a{
	color: #fff;
	display: inline-block;
	margin: 12px 0 8px;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	line-height: 22px;
}
.ul-news-i li  p{
	color: rgba(51,51,51,.7);
	line-height: 20px;
	/* font-size: .8rem; */
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 60px;
}
.ul-news-i li .hover p{
	font-size: 16px;
	color: #bbbbbe;
}
.ul-news-i li .more{
	background: url(../images/index/icon-06.png) no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top: 50px;
}
.ul-news-i li .hover{
		
}
.ul-news-i li .hover .img{
	width: 100%;
	position: absolute;
	top: -165px;
	left: 7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-news-i li .hover .pad{
	padding: 0 27px 20px 27px;
	position: absolute;
	left: 7px;
	bottom: -148px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #000022;
	width: 92%;
}
.ul-news-i li .hover .img{
	height: 165px;
	width: 92%;
}

.ul-news-i li.on .hover .img{
	/*display: block;*/
	top: 0;
}
.ul-news-i li.on .hover .pad{
	bottom: 0;
}


.news-more,.news-more1{
	text-align: center;
	padding-bottom: 100px;
	padding-top: 50px;
}
.news-more2{
	padding-bottom:0;
	margin-bottom: -100px;
}
.news-more a{
	display: inline-block;
	width: 178px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.news-more1 a{
	display: inline-block;
	width: 178px;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, .8);
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: rgba(0, 0, 0, .8);
	text-transform: uppercase;
}
.news-more a:hover{
	background-color: rgb(230,110,47);
}
.news-more1 a:hover{
	background-color: rgb(230,110,47);
	border: none;
	color: #fff;
}


.contact-l{
	width: 38%;
	float: left;
}
.contact-r{
	width: 62%;
	float: right;
}
.ul-contact{
}
.ul-contact li{
	background: url(../images/index/i_icon1.png) no-repeat;
	padding-left: 60px;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px;
	margin-top: -3px;
}
.ul-contact li.li1{
	background-position: 0 5px;
}
.ul-contact li.li2{
	background-position: 0 -67px;
}
.ul-contact li.li3{
	background-position: 0 -184px;
}


.contact-form .inp{
	width: 49%;
	border: 1px solid #6d6d88;
	height: 33px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.contact-form textarea{
	width: 100%;
	border: 1px solid #6d6d88;
	height: 98px;
	margin-bottom: 24px;
}
.contact-form .radio{
	height: 25px;
	display: flex;
	align-items: center;
	margin: 10px 0;
	padding: 5px;
}
.contact-form .radio>label{
	display: flex;
	align-items: center;
	padding: 5px 0;
	font-size: 16px;
	margin-right: 12px;
	justify-content: center;
}
.contact-form .radio>label>input{
	margin:0 5px;
}

.contact-form .sub{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #63637f;
	border: 0;
	cursor: pointer;	
	font-family:"微软雅黑","Microsoft Yahei";
	font-size: 16px;
}

.map{
	margin-top: 100px;
	position: relative;
}
.map em{
	background: url(../images/arr1.jpg) center top no-repeat;
	width: 100%;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.map-s{
	background: url(../images/map_s.png) center top;
	height: 107px;
	text-align: center;
	overflow: hidden;
}
.map .btn{
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 132px;
	display: inline-block;
}
.map .btn-down{
	background: url(../images/map_down.png) no-repeat;
	width: 112px;
	height: 48px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 52px;
	margin-left: -50px;
	z-index: 99;
}
#map{
}
.map-pop{
	display: none;
	height: 540px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.map .map-bg1,.map .map-bg2{
	background: url(../images/ban_bg_top.png) no-repeat center 0;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	z-index: 66;
}
.map .map-bg2{
	background-image: url(../images/map_bg2.png);
	height: 41px;
	bottom: 0px;
	top: auto;
}
.map-pop-big{
	height: 600px;
	bottom:auto;
	top: 0;
}
.map-big{
    height: 600px;
    margin-top: 0;
}


/*内页*/
#ban-in{
	position: relative;
	background-position: center 0;
	background-repeat: no-repeat;
	font-size: calc(100vw * 20 / 1920);
	width: 100%;
}
#ban-in .ban-bg{
	background: url(../images/ban_bg.png) center top no-repeat;
	height: 54px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 60;
}
#ban-in>img{
	width: 100%;
}
#ban-in>div{
	position: absolute;
	top: calc(100vw * 140 / 1920);
	left: 17%;
	width: 40%;
	color: #fff;
}
#ban-in .product-hd-text{
	top: calc(100vw * 220 / 1920);
	font-size: 2.3em;
	font-weight: bolder;
	text-shadow:-2px 1px 5px #102;
	color: #fff;
}
#ban-in .news-hd > p{
	width: 30%;
	margin-left: 35%;
}
#ban-in .item{
	top: calc(100vw * 200 / 1920);
	text-align: center;
	width: 100%;
	margin: 0 auto;
	left: 0;
}
#ban-in .item p{
	margin-left: 35%;
	width: 30%;
}
#ban-in>div h1{
	font-size: 1.9em;
	width: 60vw;
}
#bd>.plan-hd h1{
	font-size: 2.3em;
	width: 44vw;
	font-weight: bolder;
}
#bd>.plan-hd>div{
	top:90px;
	height: calc(100% - 100px);
	display: flex;
	align-items: center;
}
#ban-in>div p{
	/* font-size: 1em; */
	font-size: .9em;
	margin: 1em  0 0;
	width: 100%;
}
#ban-in .news-hd {
    top: calc(100vw * 200 / 1920);
    opacity: .9;
    text-align: center;
    left: 0;
	width: 100%;
}
#ban-in .news-hd h1,#ban-in .item h1{
	text-align: center;
	width: 100%;
	font-size: 2.8em;
}
#ban-in>div>div{
	font-size: .8em;
	background: rgb(230,110,47);
	width: 12em;
	height: 2.2em;
	line-height: 2.2em;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin-top: 3em;
}
#ban-in>div>div:hover{
	cursor: pointer;
}
.pages{
	text-align: center;
	margin-bottom: 105px;
	margin-top: 20px;
}
.pages a,.pages span{
	display: inline-block;
	width: 41px;
	height: 41px;
	background-color: #edecec;
	border-radius: 3px;
	text-align: center;
	line-height: 41px;
	font-family: Arial;
	font-size: 18px;
	color: #666;
	margin: 0 4px;
}
.pages a:hover{
	background-color: rgb(230,110,47);
	color: #fff;
}
.pages span:hover,.pages .page-on{
	background-color: rgb(230,110,47);
	color: #fff;
	cursor:pointer;
}


/*公司动态*/
.ul-list{
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.ul-list li{
	width: 25%;
	margin-bottom: 30px;
}
.ul-list li .pad .pic{
	width: 100%;
	overflow: hidden;

}

.ul-list li .pic img,.ul-list li .pic .imgbg{
	width: 100%;
	display: block;
	transform: perspective(800px) rotateY(0deg);
	transition: all 1s ease 0s;
	-moz-transform: perspective(800px) rotateY(0deg);
	-moz-transition: all 1s ease 0s;
	-webkit-transform: perspective(800px) rotateY(0deg);
	-webkit-transition: all 1s ease 0s;
	-o-transform: perspective(800px) rotateY(0deg);
	-o-transition: all 1s ease 0s;
	-ms-transform: perspective(800px) rotateY(0deg);
	-ms-transition: all 1s ease 0s;
	zoom:1;
	border: 1px solid #e2e3e8;
	border-bottom: none;
}
.ul-list li:hover img{
	transform: perspective(800px) rotateY(-179.9deg);
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
}
.ul-list li:hover .imgbg{
	transform: perspective(800px) rotateY(-179.9deg);
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
}
.ul-list li .pad{
	padding: 0 15px;
}

.ul-list li .bor{
	border: 1px solid #e2e3e8;
}
.ul-list li:hover .bor{
	border-color: rgb(230,110,47);
}
.ul-list li .txt{
	padding: 20px 14px;
	line-height: 20px;
	color: #666;
	height: 20vh;
	overflow: hidden;
}
.ul-list li .txt>a{
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; /** 显示的行数 **/
	overflow: hidden; 
	font-size: 14px;
}
.ul-list li .title h3>a{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	font-size: 16px;
}
.ul-list li .more{
	height: 42px;
	line-height: 42px;
	border-top: 1px dotted #e2e3e8;
	background-color: #f0f2f5;
	padding: 0 14px;
	display: none;
}
.ul-list li .more a{
	color: rgb(230,110,47);
}
.ul-list li .more a:hover{
	text-decoration: underline;
}
.ul-list li .title{
	height: 55px;
	margin-bottom: 20px;
}
.ul-list li .title span{
	float: left;
	border: 1px solid #e2e3e8;
	background-color: #f0f2f5;
	display: inline-block;
	text-align: center;
	padding: 6px 5px;
	margin-right: 15px;
	font-size: 16px;
}
.ul-list li .title span em{
	display: block;
	font-size: 18px;
}
.ul-list li .title h3{
	border-bottom: 1px solid #e2e3e8;
	overflow: hidden;
	height: 54px;
}


.sub-nav{
	margin-bottom: 50px;
	margin-top: -18px;
}
.sub-nav>ul{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
}
.sub-nav ul li{
	display: inline-block;
	margin: 0 18px;
	font-size: 16px;
	margin-bottom: 10px;
}
.sub-nav ul li a{
	display: inline-block;
}
.sub-nav ul li a:hover,.sub-nav ul li.on a{
	background: url(../images/disc.jpg) left center no-repeat;
	color: rgb(230,110,47);	
}

.ul-case{
	margin: 0 -15px;
}
.ul-case li{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.ul-case li .block{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ul-case li .pic img{
	display: block;
	width: 100%;
}
.ul-case li .txt{
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/alpha_blue_60.png) repeat;
	text-align: center;
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	opacity:0;
}
.ul-case li .txt h5,.ul-case li .txt h3{color: #fff;}
.ul-case li .txt:hover{opacity:1;}
.ul-case li .txt b,.ul-case li .txt .pad{
	display: inline-block;
	vertical-align: middle;
}
.ul-case li .txt b{
	width: 0;
	height: 100%;
}
.ul-case li .txt h5{
	font-size: 18px;
}
.ul-case li .txt em{
	width: 45px;
	height: 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin: 10px 0;
}
.ul-case li .txt h3{
	font-size: 18px;
	margin-bottom: 40px;
}
.ul-case li .txt .pad{
	height: 75%;
	position: relative;
	width: 85%;
}
.ul-case li .txt .pad div{
	color: #fff;
	margin-bottom: 30px;
	font-size: 16px;
}
.ul-case li .txt .more{
	width: 145px;
	height: 35px;
	display: inline-block;
	/* text-align: center; */
	line-height: 35px;
	background-color: rgb(230,110,47);
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
}
.ul-case li .txt .more:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-case li.on .txt{
	top: 0;
}



.about-info{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-bottom: 50px;
	margin-top: -20px;
	text-align: justify;
	text-indent: 2em;
}

.customer{
	background: url(../images/about/banner-02.jpg) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 54px;
	margin-top: 50px;
	background-size: 100% 100%;
}
#customer-content{
	max-width: 1450px;

}
.ul-customer li{
	float: left;
	width: 16.6%;
	margin: 10px 0;
}
.ul-customer li span{
	display: block;
	width: 100%;
	height: 87px;
	border: 1px solid #fff;
	text-align: center;
	border: 0;
}
.ul-customer li a img{
	display: inline-block;
	vertical-align: middle;
}
.ul-customer li span img{
	display: inline-block;
	vertical-align: middle;
}
.ul-customer li span b{
	width: 0;
	height: 100%;
}

.ul-customer li span:hover{
	border: 1px solid #fff;
}
.team{
	padding-bottom: 95px;
}
.team .flexslider{
	position: relative;
}
.team .flexslider em{
	width: 10px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #fff;
}
.team .flexslider .slides li{
	/*background-position: 89% 0;*/
	height: 468px;
	/*background-repeat: no-repeat;*/
	position: relative;
}

.team .flexslider li .txt{
	/* padding-top: 85px; */
	font-size: 14px;
	/* line-height: 36px; */
	width: 50%;
	float: left;
	display: flex;
	position: relative;
}

.team .flexslider li .slides-title1,.team .flexslider li .slides-title2{
	position: absolute;
	bottom: 5%;
	padding: 10px 0;
	text-align: center;
	display: flex;
	max-width: 1270px;
	width: 100%;
	color: rgba(0, 0, 0, .8);
}
#slides-pic{
	display: none;
}
.team .flexslider li .slides-title1 h3,.team .flexslider li .slides-title2 h3{
	font-size: 16px;
}
#title2{
	width: 100%;
	padding: 0;
}
#title2>span:first-child{
	margin-left: -10%;
}
.team .flexslider li .slides-title1>span{
	width: 50%;
}
.team .flexslider li .slides-title2>div{
	width: 50%;
	display: flex;
}
.team .flexslider li .slides-title2>div>span{
	width: 50%;
}
.team .flexslider li .slides-title1>span:first-child{
	padding-right: 50px;
}
.team .flexslider li .slides-title1>span:last-child{
	padding-left: 50px;
}
.team .flexslider li .slides-title2>div:first-child{
	padding-right: 50px;
}
.team .flexslider li .slides-title2>div:last-child{
	padding-left: 50px;
}
.team .flexslider li .txt .honorary-item img{
	float: left;
}
.team .flexslider li .txt h3{
	font-size: 30px;
	color: #63637f;
	padding-bottom: 25px;
}
.team .flexslider li .txt .more{
	width: 123px;
	height: 37px;
	border-radius: 5px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	border: 1px solid #63637f;
	color: #63637f;
}
.team .flexslider li .txt .more:hover{
	
	border: 1px solid rgb(230,110,47);
	color: rgb(230,110,47);
}
.team .flexslider li .pic{
	float: right;
	position: relative;
	width: 50%;
	/* margin-right: -308px; */
	margin-right: -100px;
}

.team .flexslider li .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 1\0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)'\9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}
.team .flexslider .honorary-item{
	display: flex;
}

.team .flex-direction-nav{
	max-width: 1170px;
	margin: 0 auto;
	background: url(../images/line.jpg) repeat-x center center;
	height: 30px;
	text-align: center;
}
.team .flex-direction-nav li{
	display: inline-block;

}
.team .flex-direction-nav a{
	position: relative;
	width: 216px;
	height: 30px;
	text-align: center;
	background: url(../images/arr_t.png) center center no-repeat #63637f;
	border-radius: 10px;
	display: inline-block;
	opacity: 1 !important;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	top: 13px;
}
.team .flex-direction-nav .flex-prev{
	
}
.team .flex-direction-nav .flex-next{
	background-image: url(../images/arr_b.png);
	left: 10px;
}
.team .flex-direction-nav a:hover{
	background-color: rgb(230,110,47);
}
.flexslider .animated{
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 100\9;
	filter: alpha(opacity=100)\9;
}

/* .team .s1{
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}

.team .s2{
	-webkit-animation-delay: .8s;
	-o-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s;
}
.team .s3{
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.team .s4{
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
} */

.ul-about li{
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.ul-about li h3{
	font-size: 18px;
	color: #002;
	line-height: 20px;
}
.ul-about li em{
	display: inline-block;
	width: 45px;
	height: 0;
	border-bottom: 1px solid #7f7f90;
	margin-bottom: 20px;
	margin-top: 25px;
}
.ul-about li>p{
	padding: 10px;
}
.ul-about li .block{
	position: relative;
	height: 235px;
	margin: 0 auto;
}
.ul-about li .block img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-about li.li1 .block{
	width: 150px;
}
.ul-about li.li2 .block{
	width: 215px;
}
.ul-about li.li3 .block{
	width: 252px;
}
.ul-about li.li1 .block,.ul-about li.li2 .block{
	padding-top: 30px;
}


/*动态详情页*/
.cur{
	line-height: 76px;
	font-family: "宋体";
	color: #666;
	background-color: #f8f9fa;
}
.cur1{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 31px;
}
.cur a{
	color: #666;
}
.article{
	color: #666;
	line-height: 30px;
}
.article h1{
	font-size: 26px;
	color: #333;
	text-align: center;
	padding-top: 45px;
}
.article .time{
	line-height: 72px;
	border-bottom: 1px solid #999;
	text-align: center;
	margin-bottom: 25px;
}
.article .share{
	margin-bottom: 70px;
}
.article .share span{
	font-size: 14px;
	float: left;
	display: inline-block;
	line-height: 37px;
}


/*案例详情*/
.case-article{
	line-height: 30px;
	color: #666;
}
.case-article-bg{
	margin-bottom: 13%;
	margin-bottom: 5%\0 !important;
	background-position: top center\0 !important;
}
.case-article .case-logo{
	text-align: center;
	padding-top: 38px;
}

.case-article h1{
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
.case-article .btn{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.case-article .btn a{
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: rgb(230,110,47);
	color: #fff;
	font-size: 14px;
	margin: 0 12px;
	border-radius: 5px;
}

.case-article .computer-bg{
	position: relative;
	text-align: center;
	background: url(../images/computer.png) center top no-repeat;
	transform: translateY(45.9%);
	-webkit-transform: translateY(45.9%);
	-moz-transform: translateY(45.9%);
	width: 70%;
	margin: 0 auto;
	margin: -32% auto 0 auto;
	-webkit-background-size: 100%;
	background-size: 89%;
	padding-top: 70%;
	margin:0 auto\0;
	padding-top: 50%\0;
}
.case-article .computer-bg img{
	position: absolute;
	left: 8.5%;
	top: 4%;
	width: 83%;
}
.case-article .case-back{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 90px;
}
.case-article .case-back a{
	display: inline-block;
	width: 178px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #63637f;
	color: #002;
	font-size: 18px;
	border-radius: 5px;
}
.case-article .case-back a:hover{
	background-color: rgb(230,110,47);
	color: #fff;
	border-color: rgb(230,110,47);
}
.article-prev,.article-next{
	position: absolute;
	top: 50%;
	background: url(../images/article_prev.png) no-repeat;
	width: 36px;
	height: 66px;
	margin-top: -33px;
	left: 0;
	z-index: 2;
}
.article-next{
	background-image: url(../images/article_next.png);
	left: auto;
	right: 0;
}


.h50{
	height: 50px;
	overflow: hidden;
	clear:both;
}
.ul-webset li{
	float: left;
	width: 33.333%;
	text-align: center;
	height: 322px;
}
.ul-webset li .block{
	position: relative;
	height: 220px;
	margin: 0 auto;
}
.ul-webset li.li1 .block{
	width: 366px;
}
.ul-webset li.li2 .block{
	width: 316px;
}
.ul-webset li.li3 .block{
	width: 230px;
}
.ul-webset li .block img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-webset li h3{
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
.ul-webset li .btn{
	background: url(../images/disc2.png) center center no-repeat #e60012;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	display: inline-block;
	margin-top: 30px;
}
.ul-webset li .btn:hover{
	opacity: .6;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.ul-webset{

}
.webset-pop{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f5f6fa;
	border: 1px solid #e4e5e7;
	z-index: 60;
	padding: 0 27px;
	padding-bottom: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	left: -100%;
	width: 100%;
	overflow: hidden;
}
.webset-pop h2{
	font-size: 20px;
	text-align: left;
	line-height: 66px;
}
.webset-pop h2 a.close{
	background: url(../images/close.png) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	top: 20px;
	left: auto;
	float: right;
}

.webset-pop .txt{
	width: 25%;
	margin-right: -10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.nowrap *{
	white-space: nowrap;
}
.webset-pop .txt h4{
	font-size: 20px;
	background: url(../images/icon1.png) left top no-repeat;
	padding-left: 60px;
	height: 40px;
}
.webset-pop .txt h4.tit-web1{
	background-image: url(../images/icon2.png);
}
.webset-pop .txt h4.tit-web2{
	background-image: url(../images/icon3.png);
}
.webset-pop .txt dl{
	padding-left: 57px;
}
.webset-pop .txt dl dd{
	font-size: 16px;
	line-height: 34px;
	background: url(../images/disc4.png) left center no-repeat;
	padding-left: 15px;
}
.webset-pop .txt1{
	width: 50%;
}
.ul-webset li .ul-txt{
	padding-left: 57px;
	border: 0;
}
.ul-webset li .ul-txt li{
	width: 100%;
	text-align: left;
	height: auto;
}
.ul-webset li .ul-txt li h5{
	border: 0;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}
.ul-webset li .ul-txt li h5 a{
	padding-left: 15px;
	background: url(../images/disc4.png) left center no-repeat;

}
.ul-webset li .ul-txt li .txt-1{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 27px;
	padding-bottom: 15px;
	display: none;
}
.ul-webset li .ul-txt li.ok .txt-1{
	display: block;
}

.ul-web{
	background: url(../images/jjd.png) center center no-repeat;
	overflow: hidden;
	background-size: 100%;
}
.ul-web li{
	float: left;
	text-align: center;
	width: 25%;
	padding-left: 5%;
}
.ul-web li h3{
	display: inline-block;
	border: 1px dashed #358acb;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding: 0 17px;
	color: #358acb;
	font-size: 16px;
	margin-top: 20px;
}
.ul-web li .block{
	position: relative;
	height: 151px;
}
.ul-web li .block img{
	position: absolute;
	left: 20px;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-web li.li1 .block{
	width: 116px;
	left: 50%;
	margin-left: -70px;
}
.ul-web li.li2 .block{
	width: 151px;
	left: 50%;
	margin-left: -95px;
}
.ul-web li.li3 .block{
	width: 125px;
	left: 50%;
	margin-left: -85px;
}
.ul-web li.li4 .block{
	width: 195px;
	left: 50%;
	margin-left: -120px;
}


.bg-blue{
	background: url(../images/bg_4.png) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 100px;
}
.ul-tab{
	width: 193px;
	float: left;
	background: url(../images/line3.png) repeat-y 183px top;
	margin-right: 80px;
	padding-top: 45px;
}
.ul-tab li{
	margin-bottom: 50px;
}
.ul-tab li a{
	color: #666;
}
.ul-tab li h3{
	font-size: 20px;
	background: url(../images/circle.png) right center no-repeat;
}
.ul-tab li span{
	display: block;
	font-size: 14px;
	color: #999;
}
.ul-tab li.hover h3,.ul-tab li a:hover h3{
	background-image: url(../images/circle1.png);
	color: rgb(230,110,47);
}
.ul-tab li.hover span,.ul-tab li a:hover span{
	color: rgb(230,110,47);
}
.tab-show{
	
}
.tab-con{
	overflow: hidden;
}
.tab-con .animated{
	opacity: 0;
	filter: alpha(opacity=0);
}
.tab-show{
	height: 419px;
	overflow: hidden;
}
.web-con .shou{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.web-con .pic{
	float: right;
	position: relative;
	width: 139px;
	text-align: center;
	margin-top: 50px;
	margin-right: 40px;
}
.web-con .flex-control-nav{
	display: none;
}
.web-con .pic .img{
	/* position: absolute;
	left: 43px;
	top: 50px; */
	width: 139px;
	z-index: -1;
	display: inline-block;
}
.tab-con .txt{
	/*width: 66%;*/width: 84%;
}
.tab-con .pic{
	float: right;
	position: relative;
	width: 218px;
	text-align: center;
	margin-top: 50px;
}
.tab-con .pic .img{
	/* position: absolute;
	left: 43px;
	top: 50px; */
	width: 139px;
	z-index: -1;
}
.tab-con-box{
	width: 59%;
	float: left;
}
.tab-con .txt p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-bottom: 45px;
}
.ul-icon{
	/*padding-right: 50px;*/
	overflow: hidden;
}
.ul-icon li{
	width: 94px;
	height: 94px;
	border-radius: 100%;
	background-color: #e4e5e7;
	color: #666;
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding: 0 17px;
	margin:  0 25px 30px 25px;
}
.ul-icon li b,.ul-icon li span{
	display: inline-block;
	vertical-align: middle;
}
.ul-icon li b{
	width: 0;
	height: 100%;
}

.service{
	background: url(../images/bg_5.png) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 63px;
}
.process{
	overflow: hidden;
}
.process .con{
	position: relative;
}
.animate-box,
.animate-box .con{
	width: 1170px;
}

.process .pad{
	padding-top: 26%;
}
.process img{
	position: absolute;
	left: 0;
	top: 0;
}
.process span{
	display: inline-block;
	color: #90a1b3;
	font-size: 16px;
	position: absolute;
}
.process span.s1{
	left: 0%;
	top: 0%;
}
.process span.s2{
	left: 4.6%;
	top: 0%;
}
.process span.s3{
	left: 1.6%;
	top: 22%;
}
.process span.s4{
	left: 1.6%;
	top: 65%;
}
.process span.s5{
	left: 9.5%;
	top: 42%;
}
.process span.s6{
	left: 20%;
	top: 65%;
}
.process span.s7{
	left: 27%;
	top: 50%;
}
.process span.s8{
	left: 38%;
	top: 89%;
}
.process span.s9{
	left: 49%;
	top: 15%;
}
.process span.s10{
	left: 57%;
	top: 89%;
}
.process span.s11{
	left: 77.5%;
	top: 64%;
}
.process span.s12{
	left: 94%;
	top: 4%;
}
.process em{
	position: absolute;
	background: url(../images/r1.png) no-repeat;
	display: inline-block;
	z-index: 60;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.process em.q1{
	width: 60px;
	height: 61px;
	left: 0;
	top: 40%;
}

.process em.q2{
	width: 57px;
	height: 57px;
	top: 42%;
	left: 19%;
	background-image: url(../images/r2.png);
}
.process em.q3{
	background-image: url(../images/r3.png);
	width: 62px;
	height: 56px;
	top: 68%;
	left: 38%;
}
.process em.q4{
	background-image: url(../images/r4.png);
	width: 86px;
	height: 86px;
	top: 29%;
	left: 47%;
}
.process em.q5{
	background-image: url(../images/r5.png);
	width: 63px;
	height: 59px;
	top: 68%;
	left: 57%;
}
.process em.q6{
	background-image: url(../images/r6.png);
	width: 51px;
	height: 51px;
	left:77%;
	top: 40%;
}
.process em.q7{
	background-image: url(../images/r7.png);
	width: 68px;
	height: 63px;
	left: 94%;
	top: 18%;
}


.ul-solution{
    overflow: hidden;
}
.ul-solution li{
	float: left;
	width:16.66666%;/*width: 15.67%;*/
	text-align: center;
	margin-bottom: 65px;
    position: relative;
}
.ul-solution li a{
	display: block;
	height: 140px;
	font-size: 16px;
	line-height: 30px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-solution li a span{
	display: block;
	background: url(../images/icon_solution.png) no-repeat;
	width: 102px;
	height: 102px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.ul-solution li a em{
	display: block;
	position: relative;
}
.ul-solution li.li1 span{
	background-position: -1px 0;
}
.ul-solution li.li2 span{
	background-position: -215px 0;
}
.ul-solution li.li3 span{
	background-position: -429px 0;
}
.ul-solution li.li4 span{
	background-position: -643px 0;
}
.ul-solution li.li5 span{
	background-position: -857px 0;
}
.ul-solution li.li6 span{
	background-position: -1070px 0;
}
.ul-solution li.li7 span{
	background-position: 0px bottom;
}
.ul-solution li.li8 span{
	background-position: -215px bottom;
}
.ul-solution li.li9 span{
	background-position: -429px bottom;
}
.ul-solution li.li10 span{
	background-position: -643px bottom;
}
.ul-solution li.li11 span{
	background-position: -857px bottom;
}
.ul-solution li.li12 span{
	background-position: -1070px bottom;
}
.ul-solution li a:hover span{
	background-image: url(../images/icon_solution_h.png);
}

.service-con .pic a:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.service-con .col-l,.service-con .col-r{
	width: 50%;
	float: left;
}
.service-con .tit-s{
	line-height: 100px;
	background: url(../images/disc3.png) left center no-repeat;
	padding-left: 14px;
	font-size: 18px;
}
.ul-service li{
	float: left;
	width: 50%;
	padding-right: 29px;
	margin-bottom: 30px;
}
.ul-service li .pad{
	font-size: 14px;
	padding: 14px;
	height: 148px;
	border: 1px solid #e5e5e5;
}
.ul-service li .pad p{
	max-height: 60px;
	overflow: hidden;
}
.ul-service li .pad span {
	display: block;
	overflow: hidden;
	clear: both;
}
.ul-service li .pad span i{
	display: block;
	font-style: normal;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 6px;
}
.ul-service li img{
	display: block;
	float: left;
	margin-bottom: 16px;
}

.ul-txt{
	border: 1px solid #e5e5e5;
}
.ul-txt li{
}
.ul-txt li h5{
    background: url(../images/jia.png) 95% center no-repeat;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
}
.ul-txt li .txt{
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    display: none;
    color: #666;
    height: 130px;
    padding: 0 14px;
}
.ul-txt li.ok .txt{
    display: block;
}
.ul-txt li.ok h5{
    background-image: url(../images/jian.png);
    border-bottom: 0;
}

.service-btn{
	text-align: center;
	padding: 55px 0;
}
.service-btn a{
	display: inline-block;
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgb(230,110,47);
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 22px;
}
.service-btn a:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.case-img2 p{text-align: center;}


.about_us_num * {
	box-sizing: border-box;
	font-family: "微软雅黑";
}
.about_us_num {
	margin: 0 auto;
	/* background: url(../images/index/100W+.png) center top no-repeat; */
	/* background-size: 100% 100%; */
	/* padding-top: 20px; */
	background: rgb(245,246,250);
}
.about_us_num .about_us_list {
	display: flex;
	list-style: none;
	padding: 58px 0;
}
.about_us_num .about_us_list .about_us_item {
	flex: 1;
	border-right: 1px solid rgb(238, 238, 238);
	text-align: center;
	cursor: pointer;
}
.about_us_num .about_us_list .about_us_item:last-child {
	border-right: 0;
}
.about_us_num .about_us_list .about_us_item .num_content {
	font-size: 16px;
	color: #555;
}
.about_us_num .about_us_list .about_us_item .num_content .num {
	font-size: 30px;
	transition: all 0.3s;
	vertical-align: top;
}
.about_us_num .about_us_list .about_us_item .title {
	color: rgba(51,51,51,.7);
	font-size: 16px;
}
.about_us_num .about_us_list .about_us_item:hover .title {
	color: rgba(51,51,51,.7);
	/* color: rgb(0, 96, 223); */
}
.about_us_num .about_us_list .about_us_item:hover .num_content .num {
	font-size: 36px;
}
@media screen and (max-width: 768px) {
	.about_us_num .about_us_list {
		flex-wrap: wrap;
	}
	.about_us_num .about_us_list .about_us_item {
		flex: auto;
		width: 100%;
		margin-bottom: 20px;
		border: none;
	}
}

.row6,.row5{
	background: rgb(245,246,250);
}
.row5 .content{
	display: flex;
}
.row5 .content>div{
	width: 49%;
}
.row5 .content>div img{
	width: 90%;
	margin-top: 3em;
}
.row5 .row5-img{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin: 3em auto 0;
	max-width: 1920px;

}
.row5 .row5-img img{
	width: 25%;
	padding-right:5px;
	position: relative;
}
.row5 .content .banner-hy2{
	display: none;
}
.full-video-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 30px 0;

  }
  .full-video-wrapper video {
	width: 50%;
	display: block;
	object-fit: fill;

  }
  .full-video-wrapper .play-btn {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	cursor: pointer;
  }
  .full-video-wrapper .play-btn:hover svg {
	transform: translateX(-50%) translateY(-50%) scale(1.15);
  }
  .full-video-wrapper .play-btn svg {
	color: #fff;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 300ms ease;
  }

.wuedit{
	 display: flex;
	 justify-content: center;
	 flex-direction: column;
	 align-items: center;

}
.con{
	position: relative; 
	padding: 0 0;
	line-height: 26px;
	font-size: 16px;
	text-align: justify;
	text-indent: 2em;
}
.wupic{
	display: flex;
	margin-top: 70px;
}
.wupic-box1 img{display: block;  }
.wupic-box1 .hoverimg{display: none;}
.wupic-box1:hover .hoverimg{
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 5;
}
.wupic-box1:hover{
	transition: all 1s;
	-webkit-transition: all 1s;  
	transform: scale(1); -webkit-transform: scale(1);
}
.wupic-box2 img{display: block;  }
.wupic-box2 .hoverimg{display: none;}
.wupic-box2:hover .hoverimg{display: block; position: absolute; top: 0; left: 0; z-index: 5;}
.wupic-box2:hover{ transition: all 1s; -webkit-transition: all 1s;  transform: scale(1); -webkit-transform: scale(1);}
.wuedit-more{
	text-align: center;
	padding-bottom: 100px;
	padding-top: 50px;
	/* font-weight: 500; */
}
.wuedit-more a{
	display: inline-block;
	width: 178px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.wuedit-more a:hover{
	background-color: rgb(230,110,47);
}

/* 视频 */
.joiningProcess5 {
    max-width: 1200px;
    margin: 0 auto;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.joiningProcess5 * {
    box-sizing: border-box;
}

.joiningProcess5 .joiningProcess5Top {
    text-align: center;
    margin-bottom: 54px;
}

.joiningProcess5Top .lineImg {
    max-width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
}

.joiningProcess5Top .title {
    color: rgb(38, 38, 38);
    font-size: 34px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 10px;
}

.joiningProcess5List:after,
.joiningProcess5Item:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.joiningProcess5List {
    font-size: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0 2%;
}

.joiningProcess5List .joiningProcess5Item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding-bottom: 30px;
    font-size: 0;
	display: flex;
}

.joiningProcess5Item .title {
    font-size: .85rem;
    margin-bottom: 12px;
	color: rgba(0,0,0,.8);
	font-family: '微软雅黑', "Microsoft Yahei";
}

.joiningProcess5Item .titleContent {
    font-size: .8rem;
    line-height: 1.5;
	color: rgba(51,51,51,.7);
}

.joiningProcess5Item .joiningProcess5ItemA {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    cursor: auto;
}

.joiningProcess5ItemA .image-animation {
    max-width: 100%;
    display: block;
    border: 0;
    width: 76px;
    height: 76px;
    object-fit: cover;
}

.joiningProcess5Item .ModuleImageTextGiantContent {
    display: inline-block;
    vertical-align: top;
    width: 86%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 10px 20px;
}
.faq-bottom,.news-bottom{
	color:rgb(230,110,47); 
	border-bottom:3px solid rgb(230,110,47);
}

.index-key{
	color: #333;
	margin-top: 40px;
	border-bottom: 1px solid rgba(51,51,51,.1);
	padding-bottom: 15px;
}
.index-key span{
	font-size: 16px;
	font-weight: 700;
}
.index-key a{
	margin: 0 5px;
	font-size: 16px;
	color: rgba(51,51,51,.7);
}
.index-key a:hover{
	color: rgb(230,110,47);
}

.row4{
	background: rgb(245,246,250);
	padding-bottom:80px;
}
.row1{
	background: url(../images/index/bg-01.png) center top no-repeat;
	background-size: 100%;
}


/* 产品中心 */
.product-bg{
	background: rgb(250,250,250);
}
#product{
	/* max-width: 1250px; */
	max-width: 1170px;
	width: 100%;
	min-height: 560px;
}
.ul-product{
	margin: 16px 0;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 16px 0;
}
.ul-product>li{
	width: 49%;
	margin-bottom: 24px;
	background: #fff;
	padding:20px 35px 20px 0;
	box-shadow:1px 1px 10px 1px rgb(170, 168, 168);
	border-radius: 5px;
	display: flex;

}
.ul-product>li:hover{
	transform: scale(1.05);
	cursor:pointer;
}
.ul-product>li .product-img{
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 25px;
}
.ul-product>li .product-img1{
	width: 100px;
    margin-left: 5px;
    margin-right: 16px;
}
.ul-product>li .product-img2 {
    width: 90px;
    margin-left: 8px;
    margin-right: 20px;
}
.ul-product>li .product-img3{
	width: 90px;
    margin: 0 5px 0px 20px;
}
.ul-product>li h1{
	font-size: 18px;

}
.ul-product>li>div:last-child{
	flex: 1;
}
.ul-product>li .model{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: rgb(123,123,123);
	margin: 8px 0;
}
.ul-product>li .model span{
	color: rgb(230,110,47);
}
.ul-product>li .ul-label{
	list-style-type:disc;
	padding-left: 15px;
}
.ul-product>li .ul-label>li{
	font-size: 14px;
}
.ul-product>li .ul-label>li span{
	color: rgb(123,123,123);
}
#product-navigation2{
	/* max-width: 1250px; */
	max-width: 1170px;
	margin: 16px auto;
}
#product-navigation{
	display: flex;
	list-style-type: none;
	border-bottom: 2px solid rgb(228,231,237);

}
.product-navigation{
	border: 1px solid #000;
	width: 100%;
}
#product-navigation li{
	width: 25%;
	text-align: center;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-bottom: -2px;
}
#product-navigation li span{
	padding: 5px 0;
}
#product-navigation li:hover{
	color: rgb(230,110,47);
	border-bottom: 3px solid rgb(230,110,47);
	cursor:pointer;
}

/* 产品中心下拉列表 */
#product-list{
	position: relative;
}
#product-list .product-nav{
	background: #fff;
	width: 250px;
	display: none;
	color: rgba(51,51,51,.7);
	box-shadow:1px 2px 10px 1px rgb(170, 168, 168);
	position: absolute;
	top: 90px;
}
#product-list .product-nav>li{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
}
#product-list .product-nav>li:hover{
	background: rgb(245,246,250);
	color: rgb(230,110,47);
	cursor:pointer;
}
.pt{
	width: 100%;
	position: relative;
	font-size: calc(100vw * 20 / 1920);
}
.pt>img{
	width: 100%;
}
.pt>div{
	position: absolute;
	top: calc(100vw * 150 / 1920);
	left: 10%;
	width: 30%;
	color: #fff;
}
.pt>div h1{
	font-size: 2.5em;
	letter-spacing: 3px;
}
.pt>div p{
	font-size: .8em;
	margin: 1em  0 3em;
}
.pt>div>div{
	font-size: .8em;
	background: #fff;
	width: 6em;
	height: 2.2em;
	line-height: 2.2em;
	text-align: center;
	color: rgb(58,142,232);
	border-radius: 5px;
}
.pt>div>div:hover{
	cursor: pointer;
}

/* 产品详情 */
#details{
	min-width: 945px;
}
#details-nav{
	height: 50px;
	margin: 30px auto;
	display: flex;
	line-height: 50px;
	justify-content: space-between;
	border-bottom: 2px solid rgb(240,240,240);
	min-width: 1170px;
}
#details-nav>h1{
	font-weight: 600;
	font-size: 23px;
}
#details-nav>div{
	font-size: 16px;
}
#details-hd{
	width: 100%;
	position: relative;
	/* background: url(../images/product/bg-03.jpg) no-repeat; */
}
#details-hd .details-hd{
	max-width: 75em;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: absolute;
	top: 6em;
	left: 11%;
	margin-bottom: 3em;
	font-size: calc(100vw * 20 / 1920);
}
#details-hd>.item{
	position: absolute;
	left: 0;
	z-index: 1;
}
#details-hd>.left-img{
	bottom: 8%;
	left: calc(100vw * 150 / 1920);
}
#details-hd>.rigth-img{
	width: 120px;
	bottom: 1%;
	left: 80%;
}
#details-hd>.hd-img{
	width: 100%;
}
#details-hd .details-hd>.details-hd-right{
	width: 20em;
	margin-top: 1em;
	display: flex;
	flex-direction: column;
	z-index: 9;
}
#details-hd .details-hd .details-hd-left{
	/* font-size: 16px; */
	font-size: .9em;
	width: 55%;
	color: #fff;
	z-index: 9;
	margin-top: 1.5em;
}
#details-hd .details-hd .details-hd-center{
	width: 270px;
}
#details-hd .details-hd>.details-hd-right>img{
	width: 100%;
}
.details-hd-left>span{
	font-weight: 500;
	color: #fff;
	font-size: 2em;
	padding:0 0 5px 0;
	display: block;
}
.details-hd-left>h2{
	font-size: 2.4em;
	font-weight: 500;
	color: #fff;
	margin-top: .65em;
	line-height: 1.03em;
	text-transform: uppercase;
	width: 110%;
}
.details-hd-left>hr{
	width: 8em;
	border-top: 2px solid #ffffff;
	margin-left: 0;
	margin-top: .8em;
}
.details-content>div{
	margin: 40px 0;
}
.details-content{
	max-width: 945px;
	margin-bottom: -7%;
	margin: 0 auto;
}
.details-content>div>.title{
	color: rgb(230,110,47);
	font-size: 24px;
	border-left: 2px solid rgb(230,110,47);
	padding-left: 9px;
	text-transform: uppercase;

}
.features .ul-features{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 18px;
	padding-left: 9px;
}
.features .ul-features>li{
	width: 49%;
	height: 100px;
	display: flex;
	align-items: center;
}
.ul-features>li>.icon{
	width: 54px;
	height: 54px;
}
.ul-features>li>.icon>img{
	width: 100%;
}
.ul-features>li>.li-right{
	display: flex;
	flex-direction: column;
	height: 54px;
	justify-content: space-between;
	padding-left:18px;
	flex: 1;
}
.ul-features>li>.li-right>h1{
	font-size: 18px;
	color: rgba(0, 0, 0, .8);
}
.ul-features>li>.li-right>h1>span{
	font-size: 14px;
}
.ul-features>li>.li-right>h2{
	font-size: 16px;
	color: rgba(51,51,51,.7);
}
.parameter>div{
	padding:0 9px;
	margin-top: 36px;
}
.parameter .table-parameter{
	border: 1px solid #fff;
	width: 100%;
}
.table-parameter tr{
	height: 36px;
}
.table-parameter th{
	background: rgb(230,110,47);
	color: #fff;
	font-size: 21px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
.table-parameter tr>td{
	font-size: 16px;
	width: 50%;
	text-transform: capitalize;
}
.table-parameter-letters tr>td{
	text-transform: none;
}
.table-parameter tr>td:hover{
	transform: scale(1.01);
}
.table-parameter tr>td:first-child{
	padding-left: 20px;
}
.table-parameter tr>td:last-child{
	padding-left: 20px;
}
/* 奇数行 */
.table-parameter tr:nth-child(odd){
	background: rgb(238,197,168); 
}
/* 偶数行 */
.table-parameter tr:nth-child(even){     
    background:rgb(238,238,238);
}

.scene .ul-scene{
	margin: 36px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scene .ul-scene li{
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 9px;
}
.scene .ul-scene li img{
	width: 100%;
}
.scene .ul-scene li>div:first-child{
	width: 315px;
	min-height: 240px;
}
.scene .ul-scene li>div:last-child{
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	color: rgba(0, 0, 0, .8);
	text-align: center;
}
.scene .ul-scene li:hover{
	transform: scale(1.02);
}
.failure{
	display: block;
	text-align: center;
	font-size: 25px;
	margin-top: -100px;
}
.ul-question{
	margin: 4% 0 7%;
	padding-left: 10px;
}
.ul-question>li{
	/* margin-bottom: 10px; */
}
.ul-question .title,.ul-question .content{
	display: flex;
	margin-bottom: 5px;
	padding: 5px;
}
.ul-question .title{
	background-image: linear-gradient(to right, rgb(222,222,221),#fff);
}
.ul-question .title>div{
	display: flex;
	align-items: center;
}
.ul-question img{
	width: 22px;
}
.ul-question .title>h2{
	margin-left: 20px;
	font-size: 18px;
	color: rgb(108,108,108);
}
.ul-question .content>.text{
	margin-left: 20px;
	font-size: 16px;
	line-height: 25px;
	color: rgba(51,51,51,.7);
	flex: 1;
}

.ul-question .title img{
	width: 22px;
}


/* 平台详情 */
.platform{
	padding: 45px 0;
	margin-bottom: -6%;
	max-width: 945px;
}
.platform h1{
	font-size: 27px;
	color: rgb(218,37,29);
	margin-bottom: 9px;
}
.platform h2{
	font-size: 18px;
	color: #cacace;
    text-transform: uppercase;
    font-family: Arial;
}
.platform p{
	font-size: 16px;
	margin-top:22px;
}

.ser .ul-ser{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 18px;
	margin-top: 27px;
}
.ser .ul-ser li{
	height: 90px;
	width: 32.5%;
	margin-bottom: 45px;
	display: flex;
}
.ser .ul-ser li>.li-left{
	width: 80px;
	height: 80px;
}
.ser .ul-ser li>.li-right{
	display: flex;
	flex-direction: column;
}
.ser .ul-ser li>.li-right>h1{
	margin-bottom: 5px;
	color: rgba(0, 0, 0, .8);
	font-size: 18px;
}
.ser .ul-ser li>.li-right>div{
	font-size: 13px;
	color: rgba(51,51,51,.7);
}
.advantage .ul-advantage{
	display: flex;
	justify-content: space-between;
	padding-left: 18px;
	margin-top: 27px;
	margin-bottom: 90px;
}
.advantage .ul-advantage li{
	width: 22%;
}
.advantage .ul-advantage li>div{
	height: 72px;
	display: flex;
	justify-content: center;
}
.advantage .ul-advantage li>div>img{
	width: 72px;
	height: 72px;
}
.advantage .ul-advantage li>h1{
	text-align: center;
	margin: 10px 0;
	font-size: 18px;
	color: rgba(0,0,0,.8);
}
.advantage .ul-advantage li>p{
	font-size: 14px;
	color: rgba(51,51,51,.7);
}
.platform-img{
	width: 630px;
	margin: 27px auto;
}
.platform-img img{
	width: 100%;
}
.platform-img .img-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 63px 0 36px;
}
.platform-img .img-top .item1{
	width: 215px;
	height: 36px;
	line-height: 36px;
	background: rgb(218,37,29);
	border-radius: 9px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.platform-img .img-top .item2{
	border-left:2px solid rgba(200,199,199,.5);
	height: 18px;
	transform: scaleX(.8);
}
.platform-img .img-top .item3{
	width: 350px;
	border: 1.5px solid rgba(200,199,199,.5);
	border-bottom: none;
	height: 18px;
}
.platform-img .img-top .item4{
	display: flex;
}
.platform-img .img-top .item4 div{
	width: 250px;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	border-radius: 19px;
	background: rgb(222,222,221);
	color: rgb(233, 55, 46);
	font-weight: 500;
}
.platform-img .img-top .item4 span{
	width: 90px;
}

/* 小程序 */
.program-features{
	display: flex;
	margin-top: 27px;
}
.program-features>ul{
	display: flex;
	width: 70%;
	height: auto;
	padding: 3%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program-features>ul>li{
	width: 45%;
	margin-bottom: 63px;
	display: flex;
	
}
.program-features>ul>li>.icon{
	width: 63px;
	height: 63px;
}
.program-features>ul>li>.icon>img{
	width: 100%;
}
.program-features>ul>li>.li-right{
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 63px;
	justify-content: space-between;
	padding-left:27px;
}
.program-features>ul>li>.li-right>h1{
	font-size: 18px;
	color: rgba(0,0,0,.8);
	margin-bottom: 10px;
}
.program-features>ul>li>.li-right>h2{
	font-size: 13px;
	color: rgba(51,51,51,.7) !important;
}
.program-features>div{
	width: 30%;
	display: flex;
	justify-content: center;
}
.program-features>div>img{
	width: 100%;
	margin-top: -45px;
}

.scope>p{
	margin: 27px;
	font-size: 16px;
}
.scope .scope-content{
	width: 60%;
	margin: 45px auto 90px;
	display: flex;
	justify-content: space-between;
}
.scope .scope-content>div{
	width: 48%;
	height: 100%;
}
.scope .scope-content>div>div{
	display: flex;
	justify-content: center;
	min-height: 180px;
}
.scope .scope-content>div>div>img{
	width: 100%;
	border: 2px solid rgba(245,246,250,.4);
	border-radius: 10px;
}
.scope .scope-content>div>h1{
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: rgba(0,0,0,.8);
	margin-top: 9px;
}

/* 常见问题 */
#fqa-bg{
	position: relative;
	background-position: center 0;
	background-repeat: no-repeat;
	min-width: 1170px;
	width: 100%;
}
#fqa-bg>img{
	width: 100%;
}
.fqa-hd{
	margin: 0 auto;
}

.fqa-content{
	display: flex;
	min-width: 1170px;
}
.fqa-content>.directory{
	width: 22%;
	padding: 20px 20px 20px 10%;
	border-right: 3px solid rgb(245,246,250);
	background: rgb(245,247,250);
	min-width: 292.5px;
	left: 0;
	height: auto;
}
.content-left{
	width: 25%;
}
.fqa-content>.content-center{
	padding: 20px 20px 20px 3%;
	width: 60%;
}
.content-right{
	width: 15%;
}

/* 目录 */
.directory>.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 9px;
	color: rgb(108,108,108);
}
.directory>.title img{
	width: 18px;
	opacity: .8;
}
.ul-directory-2{
	padding: 5px 0 5px 20px;
	color: rgb(108,108,108);
	font-size: 10px;
}
.ul-directory-2>li>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 27px;

}
.ul-directory-2>li img{
	width: 13px;
	opacity: .8;
}
.ul-directory-3{
	padding: 5px 0 5px 20px;
	display: none;
	border-left: 2px solid rgb(227,230,236);
	color: rgb(126,126,127);
}
.ul-directory-3 li{
	height: 20px;
	line-height: 20px;
}
.directory:hover{
	cursor: pointer;
}
.directory .title:hover{
	background: rgb(245,246,250);
}
.directory .ul-directory-2>li>div:hover{
	background: #fff;
	/* background: rgb(245,246,250); */
}
.directory .ul-directory-2>li .ul-directory-3>li :hover{
	/* background: rgb(245,246,250); */
	background: #fff;
}
.fqa-hd .title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fqa-hd .title>h1{
	font-size: 30px;
	font-weight: 500;
	color: #002;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.fqa-hd .title>h1>span{
	color: rgb(230,110,47);
}
.fqa-hd .title .title-center{
	width: 350px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fqa-hd .title .title-center>h1{
	color: rgb(113,112,110);
	font-size: 16px;
	font-weight: 500;
	padding:0 10px;
	min-width: 150px;
	text-align: center;
}
.fqa-hd .title .title-center>div{
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.fqa-hd .title .title-center>div>div{
	border-bottom: 1px solid rgb(142,142,142);
	margin-bottom: 5px;
}
.fqa-hd .title .title-center>div>span{
	width: 70%;
	border-top: 1px solid rgb(191,191,191);
}
.fqa-hd .title .title-center>div>.i{
	margin-left: 30%;
}
.fqa-hd>h3{
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	color: rgba(0, 0, 0, .8);
}
.content-center .fqa-describe{
	min-height: 500px;
	margin-top: 30px;
}
.fqa-describe>li{
	margin-bottom: 10px;
}
.fqa-describe .title,.fqa-describe .content{
	display: flex;
	margin-bottom: 5px;
	line-height: 25px;
	padding: 5px;
}
.fqa-describe .title{
	letter-spacing: 2px;
	background-image: linear-gradient(to right, rgb(222,222,221),#fff);
}
.fqa-describe .title>div{
	display: flex;
	align-items: center;
}
.fqa-describe img{
	width: 22px;
}
.fqa-describe .title>h2{
	margin-left: 20px;
	font-size: 1.35em;
	color: rgb(108,108,108);
}
.fqa-describe .content>.text{
	margin-left: 20px;
	font-size: 1.25em;
	line-height: 25px;
	color: rgba(51,51,51,.7);
	flex: 1;
}

.fqa-describe .title img{
	width: 22px;
}
/* 解决方案详情 */
.plan-hd{
	margin: 0 auto 50px;
	font-size: calc(100vw * 20 / 1920);
}
.plan-hd>h1{
	text-align: center;
	font-size: 30px;
	color: #002;
	margin-bottom: 10px;
}
.plan-hd>h2{
	text-align: center;
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
    font-family: Arial;
}
.plan-hd>img{
	width: 100%;
}
.plan-hd>div{
	position: absolute;
	top: calc(100vw * 250 / 1920);
	left: 19%;
	width: 30%;
	color: #fff;
}
.plan-hd>div h1{
	font-size: 2em;
	letter-spacing: 3px;
}
.plan-hd>div p{
	font-size: .8em;
	margin: 1em  0 3em;
}
.plan-hd>div>div{
	font-size: .8em;
	background: rgb(120,220,246);
	width: 6em;
	height: 2.2em;
	line-height: 2.2em;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.plan-hd>div>div:hover{
	cursor: pointer;
}
.plan-content>div{
	margin: 30px 0;
}
.plan-content{
	min-width: 1170px;
	min-height: 500px;
}
.plan-content .title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.plan-content .title>h1{
	color: rgb(230,110,47);
	font-size: 25px;
    font-weight: 500;
}
.plan-content .title .title-center{
	width: 500px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3em 0 2em;
}
.plan-content .title .title-center>h1{
	color: rgb(230,110,47);
	font-size: 25px;
	padding:0 10px;
	min-width: 120px;
	text-align: center;
	text-transform: uppercase;
}
.plan-content .title .title-center>div{
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.plan-content .title .title-center>div>div{
	border-bottom: 1px solid rgb(142,142,142);
	margin-bottom: 5px;
}
.plan-content .title .title-center>div>span{
	width: 70%;
	border-top: 1px solid rgb(191,191,191);
}
.plan-content .title .title-center>div>.i{
	margin-left: 30%;
}

.plan-content .title>span{
	display: block;
	border-top: 2px solid rgb(230,110,47);
	width: 60px;
}
.background .describe{
	font-size: 16px;
	margin: 30px 0;
	padding: 0 7%;
    text-indent: 2em;
}
.viliotSolutions .describe{
	font-size: 16px;
	margin: 30px 0;
	padding: 0 7%;
	margin-bottom: 50px;
	text-align: justify;
    text-indent: 2em;
}
.relateProducts{
	padding: 0 10%;

}
.relateProducts .relate-ul{
	display: flex;
	padding: 3% 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.relateProducts .relate-ul>li{
	width: 30%;
	margin-bottom: 1.5em;
	display: flex;
	/* justify-content: center; */
}
.relateProducts .relate-ul>li .li-icon{
	margin-right: .5em;
	display: flex;
	align-items: center;
}
.relateProducts .relate-ul>li .li-icon img{
	height: 100%;
	max-width: none;
}
.relateProducts .relate-ul>li .li-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	flex: 1;
}
.points .ul-points{
	margin: 50px 10%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.points .ul-points li{
	width: 31%;
	border: 1px solid rgba(230,110,47,.6);
	box-shadow: 0 0 .3px .3px rgb(230,110,47); 
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 30px;
}
.points .ul-points li>div{
	width: 100px;
	height: 100px;
	margin-top: -50px;
}
.points .ul-points li>div>img{
	width: 100%;
}
.points .ul-points li>h1{
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	color: rgba(0,0,0,.8);
}
.points .ul-points li>p{
	font-size: 16px;
	text-align: center;
	padding: 10px 10%;
	margin-bottom: 15px;
	color: rgba(51,51,51,.7);
}
.points .points-img{
	margin: -100px 10% 50px;
}
.points .points-img img{
	width: 100%;
}
.ul-plan-solution{
	padding: 0 7%;
	margin: 50px 0;
}
.ul-plan-solution li{
	display: flex;
	margin-bottom: 15px;
}
.ul-plan-solution li>div{
	width: 20px;
	margin-top: 5px;
}
.ul-plan-solution li>div>img{
	width: 100%;
	margin-top: -2px;
}
.ul-plan-solution li>p{
	flex: 1;
	font-size: 16px;
	margin-left: 20px;
}
.solution .solution-img{
	margin: 10px 10%;
}
.solution .solution-img img{
	width: 100%;
}
.viliotSolutions .viliotSolutions-img{
	margin: 10px 10% 5em;
}
.viliotSolutions .viliotSolutions-img img{
	width: 100%;
}
/* 动态详情 */
.news-details-hd{
	margin: 150px auto 0;
}
.news-details-hd>h1{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #002;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.news-details-hd>div{
	display: flex;
	justify-content: center;
	color: rgba(51,51,51,.7);
	font-size: 18px;
	margin: 20px 0;
}
.news-details-hd>div>div{
	margin: 0 25px;
	display: flex;
	align-items: center;
}
.news-details-hd>div img{
	width: 25px;
	margin-right: 10px;
}
.news-details-hd>div>div:first-child img{
	width: 20px;
}
.news-details-content{
	min-height: 400px;
	margin: 50px auto;
	word-wrap:break-word;word-break:break-all;overflow:hidden;
}
.news-details-content img{
	width: 50% !important;
}
.news-details-content .MsoNormal:has(>img){
	text-align: center;
}
.bottom-nav{
    /* color: rgba(51,51,51,.7); */
    font-size: 16px;
	margin: 50px auto;
}
.bottom-nav span{
	font-size: 16px;
    font-weight: 700;
	color: #333;
}
.bottom-nav a{
	margin: 0 5px;
    font-size: 16px;
}
.bottom-nav a:hover{
	color: rgb(230,110,47);
}
.news-details-hd .error{
	width: 500px;
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgb(245,246,250);
}
.news-details-hd .error h2{
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	background: rgb(245,246,250);
	text-align: center;
}
.news-details-hd .error div{
	margin-bottom: 20px;
}
.news-details-hd .error a{
	padding: 0 5px;
}