*{
	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;}
.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{height: 70px}
nav h1 a{display: flex; align-items: center; font-size: 16px;color: #fff; font-weight: bold; font-family: Arial;} 
nav h1 img{width: 45px; height: 45px;margin-right: 6px;}
.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);
    -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_select:hover .nav_submenu,.nav_list li:hover .nav_submenu {
	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 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 a{font-size: 12px;color: #666;line-height: 22px; display: block;position: relative;}
.nav_phone{	color: #fff;font-size: 22px;display: block;	background: url(../images/navTel.png) no-repeat left center; padding-left:33px;}

/*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 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;}

/*按钮*/
.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;}
.redStar{color: red;position: absolute;right: -5px;top: 10px;}

@media screen and (max-width: 1280px){
	.common{width: 1100px;}
}
@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;}
}


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;}

/* 文通 wintone、wintoneNav*/
.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;}
.wintone .footer_main .footer_tel a { color: #fff;}
.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;}
.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 .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{margin-bottom: 5px;border: 1px solid #cdcdcd;}
.opsky .nav_list .current>a{color: #0562c7;}
.opsky .nav_list .current:after {background: #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 .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 .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;}












.curev_banner{background: url(../images/LCJHBiT8zec8CF24ns1.jpg) no-repeat 50% center;} 
.awaitLoadBox img{width: 70px; opacity: .9;}

