*{
	margin:0;padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body { font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; font-size: 14px;color: #333; }
ul,ol{list-style-type:none;}
img,hr{border: none;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
table{border-collapse: collapse;border-spacing: 0;}
a{text-decoration:none;cursor: pointer;-webkit-tap-highlight-color: transparent;color: #333;}
input[type="button"], input[type="submit"], input[type="file"], button {
    cursor: pointer; -webkit-appearance: none;outline:none
}
input:focus, textarea:focus {outline: none;	}
/*去除IE10+浏览器文本框后面的小叉叉*/
input::-ms-clear { display: none;}
textarea{resize: none;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content:"."; display:block; height:0; clear:both;  visibility:hidden;}
.clearfix{zoom:1; /*针对IE*/  } 

/*通用*/
.common{width: 1204px;margin: auto;}
.hintHot，.hintHot{display: block; position: relative;}
.hintHot:after,.hintNew:after{line-height: 22px;position: absolute; top: 0;color: #fff;padding: 0px 5px 1px; border-radius: 4px; right: -15px; font-size: 14px; transform: scale(0.8);}
.hintHot:before,.hintNew:before{
	content: "";position: absolute; border: 5px solid transparent;
}
.hintHot:after{content: "HOT"; background: #fb861a;}
.hintHot:before{
	right: 19px;top: 7px;border-right: 8px solid #fb861a;
	/*border: 4px solid orange;border-right: 4px solid transparent;border-bottom: 4px solid transparent;transform: rotate(-45deg);*/
}
.hintNew:after{content: "NEW"; background: #f74512;}
.hintNew:before{right: 22px;top: 7px;border-right: 8px solid #f74512;}

/*head 头部导航*/
nav{height: 70px;line-height: 70px;background: #000;position: fixed;top: 0;z-index: 15;width: 100%;}
nav h1 a{display: inline-block;}
/*nav h1 img{vertical-align: middle;width: 110px;}*/
nav h1 img{vertical-align: middle;}
.nav_list li{float: left; color: #fff;margin:0 12px;position: relative;}
.nav_list li>a{color: #fff;padding: 0 8px;display: inline-block;font-size: 14px;}
.nav_list .current>a{color: #d64531;}
.nav_list .current:after{content:" "; width:100%; height:4px; background:#d64531;position:absolute; left: 0; bottom:0px;}
.navBtn{background: #d64532;color: #fff;padding: 10px 18px;border-radius: 3px;}
/*导航下拉 - 子菜单*/
.nav_submenu {
	padding: 20px 30px; line-height: normal;border-radius: 8px; background: rgba(255,255,255,.94); visibility: hidden; opacity: 0;
    position: fixed; top: 90px; z-index: 15; filter: alpha(opacity=0);
    /*left: 320px;transform: translateX(-50%);width: 1200px; padding: 32px 0;*/
    -webkit-box-shadow: 0px 0px 18px 3px rgba(40, 82, 174, 0.5);
    -moz-box-shadow: 0px 0px 18px 3px rgba(40, 82, 174, 0.5);
    box-shadow: 0px 0px 18px 3px rgba(40, 82, 174, 0.5);
    display: flex; justify-content: space-between;flex-wrap: wrap;
}
.nav_submenu:before{content:" "; border: 9px solid transparent;border-bottom: 11px solid #fff;position: absolute; top: -19px;}
.nav_product .nav_submenu{height: calc(100vh - 85px);max-height: 500px;}
.nav_product .nav_submenu,.nav_case .nav_submenu{overflow: auto;width: 98vw;max-width: 1360px;left: 50%;transform: translateX(-50%);}
/*.nav_product .nav_submenu:before{left: 324px;}*/
.nav_select:hover .nav_submenu,.nav_list li:hover .nav_submenu {
	/*top: 100%; visibility: visible; opacity: 1; filter: alpha(opacity=100);*/
	top: 70px; visibility: visible; opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_submenu dl{display: inline-block;width: 18%;}
/* .nav_submenu dl{-moz-page-break-inside: avoid;-webkit-column-break-inside: avoid;break-inside: avoid;}
.nav_submenu::after {  content: " "; width: 1px; height: 100%;  display: inline-block;  position: absolute; top: 0px;   left: 47%;} */
.nav_submenu dt{font-size: 14px;color: #d64531;margin-bottom: 12px;	padding-bottom: 12px;border-bottom: 1px solid #999;font-weight: bold;}
.nav_submenu dd{position: relative;}
.nav_submenu dd div{margin-bottom: 16px;}

.nav_flowLayout{-moz-column-count:2; -webkit-column-count:2;  column-count:2;width: 100%;}
.nav_flowLayout div{-moz-page-break-inside: avoid;-webkit-column-break-inside: avoid;break-inside: avoid;}
.nav_flowLayout:after{content:" "; width: 1px; height: 100%; display: inline-block;border-left: 1px dashed rgba(0,0,0,.2); position: absolute;top: 0px;left: 47%;}
.nav_case dl{margin-bottom: 40px;width: 22%;padding: 0 10px;margin-bottom: 40px;flex: 0 0 calc((100% - 0px) / 4);/* width: calc(25% - 10px); margin-right: 10px; */}
.nav_case dd a{line-height: 26px;}
.nav_case .nav_submenu{margin-bottom: 0;justify-content: flex-start;align-content: flex-start;height: auto;}
.nav_submenu dd h3{font-size: 15px;color: #333;position: relative;margin-bottom: 8px; word-break: break-word;}
/*.nav_submenu dd h3:after{
	content:" "; width: 10px; height: 10px; display: inline-block;
	border: 2px solid #243167; border-top: transparent; border-left: transparent;
	transform: rotate(45deg); position: absolute;top: 2px;margin-left: 10px;
}*/
.nav_submenu dd a{font-size: 12px;color: #666;line-height: 22px; display: block;position: relative;}
/*dd a:after{
	content:" "; width: 6px; height: 6px; display: inline-block;
	border: 1px solid #636e99; border-top: transparent; border-left: transparent;
	transform: rotate(-45deg); position: absolute;top: 6px;margin-left: 4px;
}*/
.navHot:after,.navNew:after{content:" "; width: 35px; height: 14px;	position: absolute;bottom: 2px;margin-left: 6px;}
.navHot:after{background: url(/upload/static/images/sprite.png) no-repeat 0 0;}
.navNew:after{background: url(/upload/static/images/sprite.png) no-repeat 0 -15px;}
.navNew{background: url(images/sprite.png) no-repeat 0 -15px; width: 35px; height: 14px;position: absolute; right: -20px; top: 2px;}

/*导航下拉 - 语言切换*/
.nav_select{position: relative;margin-left: 22px;margin-right: 25px;}
.nav_select a{color: #636e99;display: block;}
.nav_select span{ color: #fff;margin: 0 16px;display: inline-block; cursor: pointer;/*margin: 0 24px;margin: 0 24px;*/}
.nav_select span:after{	content:" "; border: 4px solid transparent;border-top: 5px solid #fff;	position: absolute; top: 33px;right: 0px;}
.nav_select .nav_submenu{width: 110px;padding: 5px 20px;/*width: 150px;padding: 15px 20px;*/}
/*.nav_select .nav_submenu{width: 135px;padding: 5px 20px;!*width: 150px;padding: 15px 20px;*!}*/
.nav_select .nav_submenu:before{left: 25px;/*left: 33px;*/}
.nav_select li{line-height: 25px;width: 100%;}
.nav_phone{	color: #fff;font-size: 22px;display: block;	background: url(/upload/static/images/navTel.png) no-repeat left center; padding-left:33px;}
.nav_disconnect{max-width: 200px;}
/*.nav_English dd h3{padding-right: 20px;}
.nav_English dd h3::after{right:0;}*/

/* 英文版右上角按钮 - 弹框 */
.contactUs{background:rgba(0,0,0,.3);position: fixed;top: 0;left: 0;z-index: 10;width: 100%;height: 100%;min-width: 900px; display: none;}
.contactUs article{
	background:#fff; width: 822px;height: 490px;border-radius: 15px;position: absolute;top: 50%;left: 50%;
	margin-left: -411px;margin-top: -245px;padding: 50px;overflow: hidden;line-height: initial;
}
.contactUs h3{font-size: 40px;color: #333;line-height: 38px;}
.contactUs h3 span{color:#d64532;}
.contactUs div:nth-of-type(1){width: 48%;}
.contactUs div:nth-of-type(2){width: 44%;}
.contactUs label{display: block;}
.contactUs .close{
	position: absolute;right: 10px;top: 10px; cursor: pointer;width: 40px;height: 40px;text-align: center;line-height: 40px;
	font-size: 25px;color: #333;font-weight: initial;
}
.contactUs input[type='text']{color:#666;width: 100%; height: 36px; line-height: 36px;border: 1px solid #d9d9d9; padding: 0 15px;}
.contactUs p{ color: #333; margin-bottom: 8px; margin-top: 25px;position: relative;padding-left: 12px;}
.contactUs .must:before{content:'* '; color:#ff0000; position: absolute; left: 0;}
.contactUs textarea{border: 1px solid #d9d9d9;color:#666;width: 100%;margin-bottom: 20px; padding: 15px; min-height: 151px;}
.contactUs input[type='button']{background:#d64532;color:#fff; display: block;border: none;padding: 11px 42px;}
.contactUs .PhoneN{position: relative;}
.contactUs .PhoneN input:nth-of-type(1){width:135px;}
.contactUs .PhoneN input:nth-of-type(2){width: 169px;}
.contactUs .PhoneN:before{content:' - ';position: absolute;left: 44%;top: 55%;}
.contactUs .close{position: absolute;right: 10px;top: 10px; cursor: pointer;width: 40px;height: 40px;text-align: center;line-height: 40px;font-size: 25px;color: #333;font-weight: initial;}
.onlineMessage .PhoneN,.freeProto .PhoneN{position: relative;display: block;}
.onlineMessage .PhoneN input:nth-of-type(1),.freeProto .PhoneN input:nth-of-type(1){width:126px;}
.onlineMessage .PhoneN input:nth-of-type(2),.freeProto .PhoneN input:nth-of-type(2){width: 205px;}
.onlineMessage .PhoneN:before,.freeProto .PhoneN:before{content:' - ';position: absolute;top: 45%;left: 140px;}
/*.Cooperation03 .PhoneN{position: relative;}*/
/*.Cooperation03 .PhoneN input:nth-of-type(1){width:122px;}*/
/*.Cooperation03 .PhoneN input:nth-of-type(2){width: 205px;}*/
/*.Cooperation03 .PhoneN:before{content:' - ';position: absolute;top: 40%;margin-left: -228px}*/

/*footer 底部导航*/
body>footer{background: #1c2434;color:#818999;}
.footer_main{padding: 45px 0px;display: flex;justify-content: space-between;}
.footer_main>div{/*IE*/	float: left\9;margin: 0 1%\9;}
.footer_main a{color:#818999;}
.footer_tel{font-size: 16px;margin: 18px 0 30px;}
.footer_main .footer_tel a{color: #e23d26;font-size: 36px;margin-top: 10px;display: block;}
.footer_name{font-size: 20px;color: #fefefe;line-height: 26px;margin-bottom: 15px;}
/* .footer_name strong{letter-spacing: 2px;} */
.footer_name span{font-size: 12px;display: block;}
.footer_info{max-width: 400px;}
.footer_list{display: flex;justify-content: space-between;width: 54%;width: 55%\9;border-right: 1px solid #414e66;border-left: 1px solid #414e66;padding: 0 20px;}
.footer_list dl{/*IE*/float: left\9;margin: 0 2%\9;}
.footer_list dt,.footer_list dt a{font-size: 16px;color: #fff;margin-bottom: 18px;}
.footer_list dd{line-height: 30px;}
.footer_list a{max-width: 120px;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;}

/*二维码*/
.footer_qr{width: 104px;padding: 0 7px;text-align: center;}
.footer_qr dt{font-size: 16px; color: #fff;margin-bottom: 38px;}

.footer_qr dd{position: relative;float: left;}
.footer_qr dd span{	width: 35px; height: 35px; display: inline-block; cursor: pointer;margin-bottom: 6px;-webkit-tap-highlight-color: transparent;}
.footer_qr dd:nth-of-type(2n){float: right;}
.footer_qr dd a>img{width: 35px; height: 35px; display: inline-block; cursor: pointer;margin-bottom: 6px;-webkit-tap-highlight-color: transparent;}
.footer_qr .WeChat{background: url(/upload/static/images/sprite.png) no-repeat 0 -30px;}
.footer_qr .JD{	background: url(/upload/static/images/sprite.png) no-repeat 0 -66px;}
.footer_qr .TBao{background: url(/upload/static/images/sprite.png) no-repeat 0 -102px;}
.footer_qr .Tmall{background: url(/upload/static/images/sprite.png) no-repeat 0 -138px;}
.footer_qr .WeChat:hover{background: url(/upload/static/images/sprite.png) no-repeat -36px -30px;}
.footer_qr .JD:hover{background: url(/upload/static/images/sprite.png) no-repeat -36px -66px;}
.footer_qr .TBao:hover{background: url(/upload/static/images/sprite.png) no-repeat -36px -102px;}
.footer_qr .Tmall:hover{background: url(/upload/static/images/sprite.png) no-repeat -36px -138px;}

.footer_qr .Ali{background: url(/upload/static/images/sprite.png) no-repeat 0 -240px;}
.footer_qr .Ali:hover{background: url(/upload/static/images/sprite.png) no-repeat -36px -240px;}
.footer_qr .Amazon{background: url(/upload/static/images/sprite.png) no-repeat 0 -276px;}
.footer_qr .Amazon:hover{background: url(/upload/static/images/sprite.png) no-repeat -36px -276px;}
.footer_qr .WeChatEn{background: url(/upload/static/images/WeChatEn.png) no-repeat 0 -1px;}
.footer_qr .WeChatEn:hover{background: url(/upload/static/images/WeChatEn.png) no-repeat 0px -44px;}

.footer_qr dd a>img:hover + .showImg{display: block;}
.footer_qr dd div{background: #fff;height: auto;max-height: 96px;width: 97px;position: absolute;z-index: 10;	display: none;}
.footer_qr dd img{width: 100%;}
.footer_qr dd:nth-of-type(odd) div{left: 0px;}
.footer_qr dd:nth-of-type(even) div{right: 0px;}

.footer_qr dd div:after{content:" "; border: 5px solid transparent;border-bottom: 6px solid #fff;	position: absolute;top: -11px;}
.footer_qr dd:nth-of-type(odd) a>img + div:after{left: 11px;}
.footer_qr dd:nth-of-type(even) a>img + div:after{right: 11px;}

.footer_end{line-height: 76px;text-align: center;padding: 0 20px;}
.footer_end hr{border: 1px solid #414e66;}
.footer_end span{padding: 0 13px;}

/*友情链接*/
.index_link{line-height: 64px;margin-top: 100px;padding: 0 30px;}
.index_link hr{border-top: 1px solid #818999;color: #fff;}
.index_link span{color: #818999;margin-right: 10px;}
.index_link a{color: #818999;margin-right: 5px;}

/*弹框【在线留言、获取免费样机】*/
.shade{	background: rgba(0,0,0,.4); width: 100%; height: 100%;	position: fixed; top: 0; left: 0; z-index: 37;display: none;}
.pop-up{
	width: 415px; background: #fff; border-radius: 15px;box-shadow: 0px 3px 7px 0px rgba(214, 69, 49, 0.35);		
	position: absolute;	top: 50%; left: 50%; margin-left: -207px; transform: translateY(-50%)
}
.pop-up header{
	background: #d64531;color: #fff;box-shadow: 0px 3px 7px 0px rgba(214, 69, 49, 0.35);
	line-height: 55px; font-size: 18px; padding: 0 25px;border-top-left-radius: 14px; border-top-right-radius: 14px;
}
.pop-up p{font-size: 16px;color: #666;line-height: 24px;}
.pop-up .shut{font-size: 40px;font-weight: 100;position: absolute;top: -2px;right: 22px;cursor: pointer;}
.pop-up form{padding: 0 25px;margin: 30px 0;color: #999;}
.pop-up textarea,.pop-up input{border: 1px solid #e5e5e5; border-radius: 6px; width: 100%;font-size: 14px;}
.pop-up textarea{height: 114px;line-height: 21px;padding: 4px 10px;}
.pop-up input{margin-top: 15px; display: block; line-height: 45px;height: 46px;padding: 0 10px;}
.pop-up button{	background: #d64531; color: #fff; border: none;	width: 100%; line-height: 45px; margin-top: 25px;font-size: 16px;}
.pop-up .redTxt{position:relative;}
.pop-up .redTxt input{display: inline-block;padding: 0 10px 0 15px;}
.pop-up .redTxt:before{content: "*";width: 8px;height: 8px;color: red ;position: absolute;top: 0;left: 8px;}

/*面包屑导航*/
.crumbs{background: #fff;height: 50px;line-height: 50px;}
.crumbs a{color:#8e8e8e;position: relative;padding-left: 30px;cursor: pointer;}
.crumbs a:after{
	content: "";width: 8px;height: 8px;	border: solid #8e8e8e;border-width: 1px 0 0 1px;
	transform: translate(0%, -50%) rotate(135deg);	position: absolute;left: 8px;top: 50%;
}
.crumbs a:first-child{padding-left: 0px;}
.crumbs a:first-child:after{content: none;}

/*按钮*/
.readMore{
	width: 139px;line-height: 38px;height: 40px;font-size: 16px;color: #fff;
	display: block;text-align: center;border-radius: 20px;background: #e23d26;
}

/* page */
#newsPage a,#newsPage span.disabled,#newsPage span.curr{
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
#newsPage{clear:both;font-size:13px;margin-bottom:70px;text-align: center;}
#newsPage a{border:1px solid #ccc;color:#666;text-decoration:none;cursor:pointer;}
#newsPage a,#newsPage span.disabled{float:left;display:inline;margin:0 5px;padding:10px 15px;background: #fff;}
#newsPage span.disabled{border:1px solid #dfdfdf;color:#bebebe;cursor: no-drop;}
#newsPage span.curr{float:left;display:inline;margin-right:5px;padding:10px 15px;border:1px solid #1f4e9c;background:#1f4e9c;color:#fff}
#newsPage a:hover{border:1px solid #1f4e9c;color:#1f4e9c;}
#newsPage_gopage_wrap{position:relative;top:0;left:0;}
#newsPage_btn_go{position:absolute;left:0;display:none;overflow:hidden;margin:0;padding:0;width:44px;height:24px;border:0;background:#27a0ff;color:#fff;text-align:center;line-height:140%;cursor:pointer;}
#newsPage_btn_go_input{position:relative;top:0;left:0;margin:0 5px; width:36px;height:21px;outline:0;border:1px solid #dfdfdf;color:#999;text-align:center;}
#newsPage_btn_go_input.focus{border-color:#4f88e1;}
#newsPage .pageBtnWrap{overflow: hidden;display: inline-block;}
#newsPage .infoTextAndGoPageBtnWrap{position:relative;float:left;}
#newsPage .spanDot{float:left;margin:5px;}
#newsPage .currPageNum{color:#0190ff;}
#newsPage .infoTextAndGoPageBtnWrap{padding-top:5px;font-size:15px;}

/*小标签*/
.tags span{
	background:#f8f8f8;color: #7e7e7e;border-radius: 4px;text-align: center;margin-bottom: 10px;
	min-width: 70px;display: inline-block; margin-right: 8px;line-height: 27px;
}
/*首页第五屏 - 业务咨询*/
.backdrop-1{background:url("/upload/static/images/information-icon1.jpg") no-repeat top center;}
.backdrop-2{background:url("/upload/static/images/information-icon2.jpg") no-repeat top center;}
.backdrop-3{background:url("/upload/static/images/information-icon3.jpg") no-repeat top center;}
.backdrop-4{background:url("/upload/static/images/information-icon4.jpg") no-repeat top center;}
.backdrop-5{background:url("/upload/static/images/information-icon5.jpg") no-repeat top center;}
.backdrop-6{background:url("/upload/static/images/information-icon6.jpg") no-repeat top center;}
.backdrop-7{background:url("/upload/static/images/information-icon7.jpg") no-repeat top center;}
.backdrop-8{background:url("/upload/static/images/information-icon8.jpg") no-repeat top center;}
.backdrop-9{background:url("/upload/static/images/information-icon9.jpg") no-repeat top center;}
.backdrop-10{background:url("/upload/static/images/information-icon10.jpg") no-repeat top center;}

/*右侧悬浮*/
.suspension{position: fixed;top: 40%;right: 5px;z-index: 9;}
.suspension li{	width: 76px;height: 76px;margin-bottom: 1px;position: relative;background: #333;cursor: pointer;text-align: center;}
.suspension li:before{content: " ";position: absolute;top: 12px;left: 50%;margin-left:-16px;width: 32px;height: 32px;}
.suspension li:nth-of-type(1):before{background-image: url("/upload/static/images/rightIcon01.png");}
.suspension li:nth-of-type(2):before{background-image: url("/upload/static/images/rightIcon02.png");}
.suspension .EnLi:nth-of-type(2):before{background: url("/upload/static/images/whatsapp.png") no-repeat;}
.suspension li:nth-of-type(3):before{background-image: url("/upload/static/images/rightIcon03.png");}
.suspension li:nth-of-type(4):before{background-image: url("/upload/static/images/rightIcon04.png");top: 50%;margin-top: -16px;}
.suspension #ScrollTop{height:48px; display: none;}
.suspension li span{font-size: 14px;color: #fff;margin-top: 46px;display: inline-block;}
.suspension li:hover{background: #e23d26;}
.suspension_WeChat{
	display: none; width: 160px; height: auto; background: #fff; box-shadow: 0px 1px 12px 2px rgba(40,82,174,.5);
	position: absolute; left: -176px; top: 50%; margin-top: -100px; padding: 18px 10px;font-size: 20px;
}
.suspension_WeChat:after{content: "";border: 8px solid transparent;border-left-color: #fff;position: absolute;right: -16px;top: 50%;margin-top: -8px;}
.suspension_WeChat img{ width: 100%; }
.suspension li:hover .suspension_WeChat{ display: block; }
.suspension_phone{ 
	width: 244px; height: 100%; line-height: 76px; text-align: center;font-size: 26px; color: #fff; background: #e23d26;
	position: absolute; left: 50px; top: 0; transition: all .8s; opacity: 0; 
}
#email{
	font-size: 18px;
}
.suspension li.emailIcon:nth-of-type(3):before{background-image: url("/upload/static/images/rightIcon05.png");}
.suspension li:hover .suspension_phone{ left: -246px; opacity: 1; }
.suspension ul li:first-child a{width: 100%;  height: 100%; display: block; position: absolute; z-index: 1;}
.redStar{color: red;position: absolute;right: -5px;top: 10px;}

@media screen and (max-width: 1280px){
	.common{width: 1100px;}
    .nav_submenu dl {min-width: 120px;}
}
@media screen and (max-width: 1150px){
	.common {width: 1000px;}
	.nav_select { margin-left: 17px; margin-right: 20px;}
	.nav_list li {margin: 0 6px;}
	.nav_phone {font-size: 18px;}
	.footer_main {padding: 45px 0px;}
	.footer_list {width: 54%;padding: 0 15px; width: 49%\9; padding: 0 30px\9;}
	.footer_info {max-width: 320px;}
	/*.second section {justify-content: space-between;}*/
	.second article,.second section::after {width: 31%;}
	.Lside aside img {width: 135px;}
}
@media screen and (max-width: 1050px){
	.common {min-width: 1000px;margin-left: 25px;margin-right: 25px;}
	nav,body>footer{min-width: 1050px;}
}
/*在线留言 - 手机*/
@media screen and (max-width: 992px){
	.pop-up{width: 630px;margin-left: -315px;margin-top: -370px;}
	.pop-up p{line-height: 80px;font-size: 28px;}
	.pop-up .shut {font-size: 66px;}
	.pop-up form{margin: 45px 0;}
	.pop-up textarea,.onlineMessage input{font-size: 22px;}
	.pop-up textarea { height: 185px;line-height: 33px;}
	.pop-up input{margin-top: 25px;line-height: 65px;}
	.pop-up button{margin-top: 45px;line-height: 65px;}
}

body>footer a {	color: #818999;}
.dark_anchor{height: 100px; margin-top: -69px; }

.sealTable{width: 100%;border: 1px solid #a9a9a9;}
.sealTable td,.sealTable th{padding: 5px;}

/* 易泊 */
.eparkingNav .nav_list .current>a{color: #53b3c7;}
.eparkingNav .nav_list .current:after {background: #53b3c7;}
.eparking .banner_list .bannerTXT h2,.eparking .banner_list .bannerTXT p{color: #fff;}
.eparking .bankcard .anchors .anchor, .eparking .slideshow .anchors .anchor { background: #f8fafc;}
.eparking .bankcard .anchors a, .eparking .slideshow .anchors a { background: rgba(248,250,252,0.3);}
.eparking .second article {
	background: -webkit-linear-gradient(#f4fbfc, #fff);
	background: -o-linear-gradient(#f4fbfc, #fff);
	background: -moz-linear-gradient(#f4fbfc, #fff);
	background: linear-gradient(#f4fbfc, #fff);
}
.eparking .newsMain h4 { border-left: 2px solid #53b3c7;}
.eparking #pagination .currentPage,.eparking .tabCup .curveLi { border: 1px solid #53b3c7;  background: #53b3c7;}

.eparking .downloadM1 dl:hover dt:after { border-right: 1px solid #53b3c7;border-bottom: 1px solid #53b3c7; }
.eparking .downloadM3 a div,.eparking .Cooperation02 li::before { border: 2px solid #53b3c7;}

.eparking .Cooperation01 dt { background-color:#53b3c7 !important;}
.eparking .Cooperation02 ul::before { border: 1px dashed #53b3c7;}

.eparking .caseCompany h5 { border-left: 5px solid #53b3c7;}
.eparking .caseAdvisory h5 {border-left: 5px solid #e87937;}
.eparking .caseAdvisory span {background: #e87937;}
.eparking .caseLeave h5 {border-left: 5px solid #333;}
.eparking .caseLeave span {background: #333;}
.eparking .ListThree .currentT, .eparking .ListThree .currentT:hover { background: #53b3c7;  border: 1px solid #53b3c7;color: #fff;}
.eparking .ListThree li:hover { border: 1px solid #53b3c7; color: #53b3c7;}
.eparking .ListTop .look:hover { background: #53b3c7;  border: 1px solid #53b3c7;color:#fff;}
.eparking .resultImg .img_list .nowadays_img, .resultImg .img_list li:hover { border: 2px solid #53b3c7;}
.eparking .resultImg .nowadays_img::before { border: 16px solid #53b3c7;border-top-color: transparent;border-left-color: transparent;}
.eparking .footer_main .footer_tel a {color:#52919f;}
.eparking > footer {background:#26262b;color: #96969f;}
.eparking .footer_list { border-right: 1px solid #3e3e49;  border-left: 1px solid #3e3e49;}
.eparking .footer_end hr { border: 1px solid #3e3e49;}
.eparking .footer_main a{color: #96969f;}
.eparking .index_contact .leaveBtn { background: #e87937;}
.eparking .suspension li:hover, .eparking .suspension_phone { background: #53b3c7;}
.eparking .pop-up { box-shadow: 0px 3px 7px 0px rgba(66, 112, 236, 0.35);}
.eparking .pop-up header { background: #53b3c7; box-shadow: 0px 3px 7px 0px rgba(66, 112, 236, 0.35);}
.eparking .LoginBounced .tel::before {background-color: #53b3c7 !important;}
.eparking .LoginBounced input[type="button"] {
	background: -webkit-gradient(linear,left top,left bottom,from(#57cde6),to(#53b3c7));
	background: -webkit-linear-gradient(top,#57cde6,#53b3c7);
	background: -moz-linear-gradient(top,#57cde6,#53b3c7);
	background: linear-gradient(180deg,#57cde6,#53b3c7);
}
.download.eparking{background: url(/upload/static/images/EdownloadB01.png) no-repeat 0px 200px #f8f9fc;background-size: contain;}
.eparking .second li { background: url(/upload/static/images/EIList.png) no-repeat 0px 6px;}
.eparking .aboutUs_section h4{color: #309ab0;}
.eparking .aboutUs_section p{color: #89a3a9;}
.eparking .aboutUs_section dl:nth-of-type(1){background: url(/upload/static/images/EaboutUs08.png) no-repeat;height: 305px;}
.eparking .aboutUs_section dl:nth-of-type(2){background: url(/upload/static/images/EaboutUs07.png) no-repeat;height: 305px;}
.eparking .aboutUs_section dl:nth-of-type(3){background: url(/upload/static/images/EaboutUs06.png) no-repeat;height: 305px;}
.eparking .downloadMain h4::before {background: url(/upload/static/images/EdownloadIco.png) no-repeat;}
.eparking .Cooperation02 li:nth-of-type(1) i:before{background: url(/upload/static/images/ECooperation07.png) no-repeat 0px 0px;}
.eparking .Cooperation02 li:nth-of-type(2) i:before{background: url(/upload/static/images/ECooperation07.png) no-repeat -42px 0px;}
.eparking .Cooperation02 li:nth-of-type(3) i:before{background: url(/upload/static/images/ECooperation07.png) no-repeat 0px -39px;}
.eparking .Cooperation02 li:nth-of-type(4) i:before{background: url(/upload/static/images/ECooperation07.png) no-repeat -44px -39px;}
.eparking .Cooperation02 li:nth-of-type(5) i:before{background: url(/upload/static/images/ECooperation07.png) no-repeat 2px -80px;}

.eparking .third li a:hover h4:before,.eparking .fifthTab .thisLi::after,
.eparking .readMore,.eparking .Rside button,.eparking .information .messageBox,
.eparking .index_contact .consultBtn,.eparking .aboutUs_four .message,
.eparking .aboutUs_four .fifthTab .thisLi::after,.eparking .downloadM1 dl:hover dt::before,
.eparking .downloadM2 li:hover a,.eparking .downloadM2 li:hover:before,.eparking .pop-up button,
.eparking .caselist .curveLi,.eparking .resultImg .file-upload{background: #53b3c7;}

.eparking .third li a:hover h4 ,.eparking .information strong,.eparking .information a,
.eparking .fifthTab .thisLi,.eparking .aboutUs_four .fifthTab .thisLi,.eparking .LoginBounced .verify span,
.eparking .aboutUs_four .information strong,.eparking .downloadM1 dl:hover dt,
.eparking .downloadM2 li:hover,.eparking .resultTxt .nowadays {color: #53b3c7;}
.eparking .nav_submenu dt {color: #2d9ab3;}

/* 文通 wintone、wintoneNav*/
.tabCup .wordWrap{border-bottom:none;}
.tabCup .wordWrap li{/* min-width:130px; */margin-bottom: 5px;border: 1px solid #cdcdcd;}
.wintone .nav_list .current>a{color: #468af7;}
.wintone .nav_list .current:after {background: #468af7;} 
.wintone .nav_submenu dt {color: #2e69cb;}
.wintone .bannerTxt a { background: #3173e3; border: 1px solid #3173e3;}
.wintone .banner_list .bannerTXT h2,.wintone .banner_list .bannerTXT p{color: #fff;}
.wintone .bankcard .anchors .anchor, .wintone .slideshow .anchors .anchor { background: #f8fafc;}
.wintone .bankcard .anchors a, .wintone .slideshow .anchors a { background: rgba(248,250,252,0.3);}
.wintone .second {background: url(/upload/static/images/indexBanner1.jpg) no-repeat bottom center #fff;  min-height: 705px;  padding: 72px 0;background-size: contain;}
.wintone .second article {border-top: 3px solid #fff; }

.wintone .second img {width:41px;}
.wintone .second article:nth-of-type(1){background:url(/upload/static/images/indexIco1_.png) no-repeat bottom right #fff;background-position-y: calc(100% + 22px);background-position-x: calc(100% + 20px);}
.wintone .second article:nth-of-type(2){background:url(/upload/static/images/indexIco2_.png) no-repeat bottom right #fff;background-position-y: calc(100% + 10px);background-position-x: calc(100% + 26px);}
.wintone .second article:nth-of-type(3){background:url(/upload/static/images/indexIco3_.png) no-repeat bottom right #fff;background-position-y: calc(100% + 22px);background-position-x: calc(100% + 25px);}
.wintone .second article:nth-of-type(4){background:url(/upload/static/images/indexIco4_.png) no-repeat bottom right #fff;background-position-y: calc(100% + 5px);background-position-x: calc(100% + 45px);}
.wintone .second article:nth-of-type(5){background:url(/upload/static/images/indexIco5_.png) no-repeat bottom right #fff;background-position-y: calc(100% + 20px);background-position-x: calc(100% + 50px);}
.wintone .second article:hover {border-top: 3px solid #468af7;}

.wintone .third,.wintone .third section{position:relative;}
.wintone .third:before{
	content: '' ;background:url(/upload/static/images/thirdIco2.png) no-repeat;
	background-size: cover;width: 88px;height: 94px;position: absolute; top: -40px;left: 85%;
}
.wintone .third section:before{
	content: '' ;background:url(/upload/static/images/thirdIco1.png) no-repeat;
	background-size: cover;width: 88px;height: 94px;position: absolute; bottom: 0px;left: -185px;
}
.wintone .newsMain h4 { border-left: 2px solid #1f4e9c;} 
.wintone .tabCup .curveLi { border: 1px solid #3173e3; background: #3173e3;}
.wintone #pagination .currentPage { border: 1px solid #1f4e9c; background: #1f4e9c;}
.wintone .downloadM1 dl:hover dt:after { border-right: 1px solid #2e69cb;border-bottom: 1px solid #2e69cb; }
.wintone .downloadM3 a div, .wintone .Cooperation02 li::before { border: 2px solid #3870cd;}
.wintone .Cooperation01 dt {background-color: #f2f7fd !important;color: #2469f2;}
.wintone .Cooperation01 dd p::before {background: #ffa422;}
.wintone .Cooperation02 ul::before { border: 1px dashed #6fa5ff;}

.wintone .caseCompany h5 { border-left: 5px solid #468af7;}
.wintone .caseAdvisory h5 { border-left: 5px solid #333;}
.wintone .caseAdvisory span {  background: #333;}
.wintone .caseLeave h5 { border-left: 5px solid #f29f34;}
.wintone .caseLeave span { background: #f29f34;}
.wintone .caseTab{background: #fff;}
.wintone .caselist {border-bottom: 1px solid transparent;}

.wintone .ListThree .currentT, .wintone .ListThree .currentT:hover { background: #3173e3;  border: 1px solid #3173e3;color: #fff;} 
.wintone .ListThree li:hover { border: 1px solid #3173e3; color: #3173e3;}
.wintone .ListTop .look:hover { background: #0173eb;  border: 1px solid #0173eb;color:#fff;}
/* .eparking .resultImg .img_list .nowadays_img, .resultImg .img_list li:hover { border: 2px solid #53b3c7;}
.eparking .resultImg .nowadays_img::before { border: 16px solid #53b3c7;border-top-color: transparent;border-left-color: transparent;} */

.wintone .footer_main .footer_tel a { color: #fff;}
/*.wintone .footer_main img{width:170px;margin-bottom: 15px;}*/
.wintone > footer {background: #1c2434; color: #818999;}
.wintone .footer_list { border-right: 1px solid #414e66;  border-left: 1px solid #414e66;}
.wintone .footer_end hr { border: 1px solid #414e66;}
.wintone .footer_main a { color: #818999;}
.wintone .index_contact .leaveBtn { background: #cb5a2e;}
.wintone .suspension li:hover, .wintone .suspension_phone { background: #2e69cb;}

.wintone .pop-up { box-shadow: 0px 3px 7px 0px rgba(66, 112, 236, 0.35);}
.wintone .pop-up header { background: #4270ec; box-shadow: 0px 3px 7px 0px rgba(66, 112, 236, 0.35);}
.wintone .pop-up button {background: #4270ec;}
.wintone .LoginBounced .tel::before {background-color: #3173e3 !important;}
.wintone .LoginBounced input[type="button"] {background: #3173e3;}
/* .download.eparking{background: url(/upload/static/images/EdownloadB01.png) no-repeat 0px 200px #f8f9fc;background-size: contain;}
.eparking .second li { background: url(/upload/static/images/EIList.png) no-repeat 0px 6px;} 
 */
.wintone .aboutUs_section dl:nth-of-type(1) {background: url(/upload/static/images/aboutUs06.jpg) no-repeat;}
.wintone .aboutUs_section dl:nth-of-type(2) {background: url(/upload/static/images/aboutUs07.jpg) no-repeat;}
.wintone .aboutUs_section dl:nth-of-type(3) {background: url(/upload/static/images/aboutUs08.jpg) no-repeat;}
.wintone .download {background: url(/upload/static/images/downloadB01.png) no-repeat bottom right #f6f8fc; background-position-y: calc(100% - 470px);}
.wintone .downloadM4 dt::before { background: #5485ee;}
.wintone .Cooperation { background: #f8faff;}
.wintone .Cooperation01{background: transparent;}
.wintone .Cooperation01:before{
	content: '' ; width: 100%; height: 558px; z-index: -1; position: absolute; top: 450px; left: 0;
	background: url(/upload/static/images/Cooperation01_B.jpg) no-repeat;
}
.wintone .Cooperation01 dd {border: 1px solid transparent;}
.wintone .Cooperation02 { background: #f8faff;}
.wintone .Cooperation02 i{border-radius: 0;background: transparent;box-shadow: 0px 0px 0px rgba(0,0,0,0);}
.wintone .Cooperation02 i::before {content: none;}
.wintone .Cooperation02 li:nth-of-type(1) i{background: url(/upload/static/images/Cooperation07.png) no-repeat 0px 0px;}
.wintone .Cooperation02 li:nth-of-type(2) i{background: url(/upload/static/images/Cooperation08.png) no-repeat 0px 0px;}
.wintone .Cooperation02 li:nth-of-type(3) i{background: url(/upload/static/images/Cooperation09.png) no-repeat 0px 0px;}
.wintone .Cooperation02 li:nth-of-type(4) i{background: url(/upload/static/images/Cooperation10.png) no-repeat 0px 0px;}
.wintone .Cooperation02 li:nth-of-type(5) i{background: url(/upload/static/images/Cooperation11.png) no-repeat 0px 0px;}

.wintone .third li a:hover h4::before, .wintone .fifthTab .thisLi::after, 
.wintone .readMore, .wintone .Rside button, .wintone .information .messageBox, 
.wintone .index_contact .consultBtn, .wintone .aboutUs_four .message, 
.wintone .aboutUs_four .fifthTab .thisLi::after, .wintone .downloadM1 dl:hover dt::before, 
.wintone .downloadM2 li:hover a, .wintone .downloadM2 li:hover::before, 
.wintone .downloadM2 li:hover span::before, .wintone .resultImg .file-upload ,.wintone .contactUs input[type="button"]{background: #2e69cb;}

.wintone .caselist .curveLi{background: #f1f4fe; color: #468af7;}

.wintone .third li a:hover h4 , .wintone .information strong, .wintone .information a, 
.wintone .fifthTab .thisLi, .wintone .aboutUs_four .fifthTab .thisLi, .wintone .LoginBounced .verify span, 
.wintone .aboutUs_four .information strong, .wintone .downloadM1 dl:hover dt, .wintone .downloadM2 li:hover, 
.wintone .resultTxt .nowadays, .wintone .contactUs h3 span { color: #2e69cb;}
.wintone .Scenario .ScenarioCurve { background: #3173e3; color: #fff;} 
/*.wintone .nav_case .nav_submenu dl:last-child{ margin-right: auto;  margin-left: 40px;}*/

.wintone .navBtn{background: #468af7;}
.wintone .nav_flowLayout { -moz-column-count: 1;  -webkit-column-count: 1;  column-count: 1;}
.wintone .nav_flowLayout::after { border-left: 1px dashed rgba(0,0,0,0);}

/*奥普 opsky*/
.tabCup .wordWrap{border-bottom:none;}
.tabCup .wordWrap li{/* min-width:130px; */margin-bottom: 5px;border: 1px solid #cdcdcd;}
.opsky .nav_list .current>a{color: #0562c7;}
.opsky .nav_list .current:after {background: #0562c7;}
.opsky .nav_submenu dt {color: #0562c7;}
.opsky .bannerTxt a {background: #0562c7;border: 1px solid #0562c7;}
.opsky .banner_list .bannerTXT h2,.opsky .banner_list .bannerTXT p{color: #fff;}
.opsky .bankcard .anchors .anchor, .opsky .slideshow .anchors .anchor { background: #f8fafc;}
.opsky .bankcard .anchors a, .opsky .slideshow .anchors a { background: rgba(248,250,252,0.3);}
.opsky .second {background: url(/upload/static/images/indexBanner1.jpg) no-repeat bottom center #fff;  min-height: 705px;  padding: 72px 0;background-size: contain;}
.opsky .second article {
	background: -webkit-linear-gradient(#eff3fb, #fff);
	background: -o-linear-gradient(#eff3fb, #fff);
	background: -moz-linear-gradient(#eff3fb, #fff);
	background: linear-gradient(#eff3fb, #fff);
}
.opsky .second img {width:41px;}
.opsky .third,.opsky .third section{position:relative;}
.opsky .third:before{
	content: '' ;background:url(/upload/static/images/thirdIco2.png) no-repeat;
	background-size: cover;width: 88px;height: 94px;position: absolute; top: -40px;left: 85%;
}
.opsky .third section:before{
	content: '' ;background:url(/upload/static/images/thirdIco1.png) no-repeat;
	background-size: cover;width: 88px;height: 94px;position: absolute; bottom: 0px;left: -185px;
}
.opsky .newsMain h4 {border-left: 2px solid #0562c7;}
.opsky .tabCup .curveLi {border: 1px solid #0562c7;background: #0562c7;}
.opsky #pagination .currentPage {border: 1px solid #0562c7;background: #0562c7;}
.opsky .downloadM1 dl:hover dt:after { border-right: 1px solid #0562c7;border-bottom: 1px solid #0562c7; }
.opsky .downloadM3 a div, .opsky .Cooperation02 li::before {border: 2px solid #0562c7;}
.opsky .Cooperation01 dt {background-color: #0562c9!important;color: #fff;}
.opsky .Cooperation01 dd p::before {background: #6b90ff;}
.opsky .Cooperation02 ul::before {border: 1px dashed #0562c7;}

.opsky .caseCompany h5 {border-left: 5px solid #0562c7;}
.opsky .caseAdvisory h5 { border-left: 5px solid #333;}
.opsky .caseAdvisory span {  background: #333;}
.opsky .caseLeave h5 { border-left: 5px solid #f29f34;}
.opsky .caseLeave span { background: #f29f34;}
.opsky .caseTab{background: #fff;}
.opsky .caselist {border-bottom: 1px solid transparent;}
.opsky .ListThree .currentT, .opsky .ListThree .currentT:hover { background: #3173e3;  border: 1px solid #3173e3;color: #fff;}
.opsky .ListThree li:hover { border: 1px solid #3173e3; color: #3173e3;}
.opsky .ListTop .look:hover { background: #0562c7;  border: 1px solid #0562c7;color:#fff;}
.opsky .footer_main .footer_tel a { color: #fff;}
.opsky > footer {background: #1c2434; color: #818999;}
.opsky .footer_list { border-right: 1px solid #414e66;  border-left: 1px solid #414e66;}
.opsky .footer_end hr { border: 1px solid #414e66;}
.opsky .footer_main a { color: #818999;}
.opsky .index_contact .leaveBtn {background: #eca242;}
.opsky .suspension li:hover, .opsky .suspension_phone { background: #0562c7;}
.opsky .pop-up { box-shadow: 0px 3px 7px 0px rgba(66, 112, 236, 0.35);}
.opsky .pop-up header {background: #0562c7;box-shadow: 0px 3px 7px 0px rgba(66, 112, 236, 0.35);}
.opsky .pop-up button {background: #0562c7;}
.opsky .LoginBounced .tel::before {background-color: #3173e3 !important;}
.opsky .LoginBounced input[type="button"] {background: #3173e3;}
.opsky .aboutUs_section dl:nth-of-type(1) {background: url(/upload/static/images/aboutUs06.jpg) no-repeat;}
.opsky .aboutUs_section dl:nth-of-type(2) {background: url(/upload/static/images/aboutUs07.jpg) no-repeat;}
.opsky .aboutUs_section dl:nth-of-type(3) {background: url(/upload/static/images/aboutUs08.jpg) no-repeat;}
.opsky .download {background: url(/upload/static/images/downloadB01.png) no-repeat bottom right #f6f8fc; background-position-y: calc(100% - 470px);}
.opsky .downloadM4 dt::before {background: #1f4e9c;}
.opsky .Cooperation { background: #f8faff;}
.opsky .Cooperation02 {background: #fcfcfc;}
.opsky .Cooperation02 i:before{border-radius: 0;background: transparent;box-shadow: 0px 0px 0px rgba(0,0,0,0);}
/*.opsky .Cooperation02 li:nth-of-type(1) i:before{background: url(/upload/static/images/Cooperation07.png) no-repeat 0px 0px;}*/
/*.opsky .Cooperation02 li:nth-of-type(2) i:before{background: url(/upload/static/images/Cooperation07.png) no-repeat -42px 0px;}*/
/*.opsky .Cooperation02 li:nth-of-type(3) i:before{background: url(/upload/static/images/Cooperation07.png) no-repeat 0px -39px;}*/
/*.opsky .Cooperation02 li:nth-of-type(4) i:before{background: url(/upload/static/images/Cooperation07.png) no-repeat -44px -39px;}*/
/*.opsky .Cooperation02 li:nth-of-type(5) i:before{background: url(/upload/static/images/Cooperation07.png) no-repeat 2px -80px;}*/

.opsky .third li a:hover h4::before, .opsky .fifthTab .thisLi::after,
.opsky .readMore, .opsky .Rside button, .opsky .information .messageBox,
.opsky .index_contact .consultBtn, .opsky .aboutUs_four .message,
.opsky .aboutUs_four .fifthTab .thisLi::after, .opsky .downloadM1 dl:hover dt::before,
.opsky .downloadM2 li:hover a, .opsky .downloadM2 li:hover::before,
.opsky .downloadM2 li:hover span::before, .opsky .contactUs input[type="button"]{background: #0562c7;}
.opsky .resultImg .file-upload {background:#3173e3;}
.opsky .caselist .curveLi{background: #3173e3;color: #fff;}

.opsky .third li a:hover h4 , .opsky .information strong, .opsky .information a,
.opsky .fifthTab .thisLi, .opsky .aboutUs_four .fifthTab .thisLi, .opsky .LoginBounced .verify span,
.opsky .aboutUs_four .information strong, .opsky .downloadM1 dl:hover dt, .opsky .downloadM2 li:hover,
.opsky .resultTxt .nowadays, .opsky .contactUs h3 span {color: #0562c7;}
.opsky .Scenario .ScenarioCurve {background: #0562c7;color: #fff;}
/*.opsky .nav_case .nav_submenu dl:last-child{ margin-right: auto;  margin-left: 40px;}*/
.opsky .nav_case .nav_submenu dl:last-child{ margin-right: auto; }

.opsky .navBtn{background: #468af7;}
.opsky .nav_flowLayout { -moz-column-count: 1;  -webkit-column-count: 1;  column-count: 1;}
.opsky .nav_flowLayout::after { border-left: 1px dashed rgba(0,0,0,0);}
.opsky .caseDetailsMain aside a:hover h5{color: #1f4e9c;}
.opsky .caseDetailsMain aside span{color:#939393;}
.opsky .ListTop .look {height: 33px; line-height: 32px; color: #fff; background: #0562c7; border-radius: 20px; border: 1px solid #0562c7;}
.opsky .onlineLogInMain .markRed,.opsky .onlineRegister::after {color: #0562c7;}
.opsky .onlineLogIn .service a {color: #468af7; border: 1px solid #468af742;}
.opsky .onlineRegister button { background: #0562c7;}









