@charset "utf-8";

/*
	--------------------------
	间距清除
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/*
	--------------------------
	A标签 配置
	--------------------------
*/
a {
	text-decoration: none;
	outline: none;
	color: #666;
}

a:hover {
	color: #000;
}

img {
	border: 0;
	max-width: 100%;
}

a:focus {
	outline: none;
}

/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: '';
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.mb { display:none; }
@media(max-width: 1100px){
	.pc { display:none; }
	.mb { display:block; }
}

.relative { position: relative; }
.mainMd { position: absolute; left:0; top: -72px; width: 1px; height: 1px; opacity: 0; }

@media(max-width:  1100px){
	.mainMd { top: -68px; }
}
.fl { float: left; }
.fr { float: right; }
.flNone { float: none!important; }
.relative { position: relative; width: 100%; height: 100%; }
.bgWhite { background: #fff; }
.borderRadius12 { border-radius:12px; overflow: hidden; }


i { font-style: normal; }
.mainMore { position: relative; overflow: hidden; cursor: pointer; position: relative; font-size:16px;color:#000000; display:inline-block; background: #fff; padding: 18px 40px; border-radius:60px; transition: all 0.5s; }
.mainMoreA { color:#ffffff; background: #030303; }
.mainMore:before { transition: all 0.6s; content:''; width: 100%; height: 60px; position: absolute; left:-105%; top:-4px; background: #000; }
.mainMore:hover { color:#fff; background: none;}
.mainMore:hover:before { left:0; }
.mainMore i { line-height: 1; position: relative; z-index: 2; display:inline-block; padding-right:16px; transition: all 0.1s; background: url(../images/mainmorea.png) no-repeat right center; }
.mainMoreA i { background: url(../images/mainmoreabg.png) no-repeat right center; }
.mainMore:hover i { background: url(../images/mainmoreabg.png) no-repeat right center; }
.mainMoreB { color:#333; }
.mainMoreA:hover { color:#fff; }
@media(max-width: 1100px){
	.mainMore { padding: 12px 30px; }
}

/**mobile nav**/
.nav_box {width: 100%;height: 100%;position: fixed;right: auto;top: 0;bottom: 0;left: -100%;overflow: auto;z-index: 99999999;background: rgba(50, 58, 67,0.96);transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box.cur {left: 0;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box .box {/*background: #212222;*/width: 100%;height: 100%;position: relative;z-index: 2;}
.nav_box .nav-title {height: 57px;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
.nav_box .nav-title .navclose {width: 22px;height: 22px;display: block;font-size: 0;line-height: 41px;position: absolute;right: 15px;top: 50%;z-index: 2;transform: translateY(-50%);}
.nav_box .nav-title .navclose img {width: 100%;}
.nav_box .nav-title h1 {text-align: left;width: 86px;margin-left: 15px;line-height: 0;padding-top: 11px;}
.nav_box .nav-title h1 img {width: 100%;}
.nav_box .navlist {width: 100%;padding-bottom: 20px;}
.nav_box .navlist ul>li {float: left;width: 100%;font-size: 16px;line-height: 60px;border-bottom: 1px solid rgba(255, 255, 255, .06);padding: 0 15px;text-transform: capitalize;}
.nav_box .navlist ul>li>a {display: block;color: #fff;position: relative;}
.nav_box .navlist ul>li>a:before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 14px;background: url(../images/jtwhite.png) no-repeat center center / cover;}
.nav_box .navlist ul>li .navlist2 {border-top: 1px solid rgba(255, 255, 255, .06);display: none;padding: 10px 0;}
.nav_box .navlist ul>li .navlist2 a {display: block;width: 100%;color: #fff;font-size: 14px;line-height: 34px;}


@media(max-width:  1100px){
	.nav {display: inline-block;}
	.nav .search,.nav .clearfix { display: none; }
	.header .navBtn { height: 40px; margin-top:12px; float: right; left:3%; }
	.header .lang p:after { display: none; }
	.header .navBtn { background: none; }
	.menu-i {height: 3px;right: 0px;position: absolute;border-radius: 1px;font-style: normal;background-color: #111111;display: block;transition: all 0.5s;border-radius: 2px;}
	.menu-i-1 {width: 30px;top: 10px;}
	.menu-i-2 {width: 30px;top: 20px;}
	.menu-i-3 {width: 30px;top: 30px;}
	.mobile-menu {width: 50px;height: 40px;position: relative;display: block;background: none;border: none; margin-top: 9px; }
	.mobile-menu-on {
	    z-index: 1001;
	}
	/* .mobile-menu-on .menu-i-1 {
	    transform: translateY(10px) rotate(45deg);
	    background-color: #111111;
	}
	.mobile-menu-on .menu-i-2 {
	    opacity: 0;
	}
	.mobile-menu-on .menu-i-3 {
	    transform: translateY(-10px) rotate(-45deg);
	    background-color: #111111;
	} */
	.nav_box { display: block!important; top: 60px; width: 100%; border-top: 1px solid rgba(255,255,255,0.2); height: calc(100% - 60px); }
	.nav_box { background: #000; }
	.bgGreen { background: #000; }
	.nav_box .navlist { padding-top: 10px; }
	.nav_box .navlist ul>li { border:none; line-height: 50px; }
	.navSear { margin-top: 30px; padding: 0 15px;}
	.navSear .search { padding-top: 20px; border-top:1px solid rgba(255,255,255,0.3); }

	.navSear .search .subsearch { z-index: 9;}
	.navSear .search .subsearch .subsearcha { border-radius: 3px;position: relative; padding-left: 30px; height: 30px;}
	.navSear .search .subsearch .subsearcha .inp {width: 90%;height: 30px;border: 0; font-size: 14px;color: #fff; padding-left: 0px; background: none; } 
	.navSear .search .subsearch .subsearcha .sub { opacity: 0.7; border: none;outline: none;position: absolute;left: 0px;top: 50%;height: 26px;background: url(../images/searchx.png) no-repeat left center;font-size: 0;width: 26px;transform: translateY(-50%);}
	.navSear .search:hover .subsearch {display: block;}
	.navSear .search .subsearch .subsearcha .inp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color: rgba(255,255,255,0.7); 
	}
	.navSear .search .subsearch .subsearcha .inp::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color: rgba(255,255,255,0.7);
	}
	    
	.navSear .search .subsearch .subsearcha .inp:-ms-input-placeholder
	 {
	    color: rgba(255,255,255,0.7);
	}
	    
	.navSear .search .subsearch .subsearcha .inp::-webkit-input-placeholder {
	    color: rgba(255,255,255,0.7);
	}


	.nav_box .navlist ul>li .navlist2,.nav_box .navlist ul>li .secondNav .navlist3,.nav_box .navlist ul>li .fourthNav .navlist4 { position: fixed; left:-102%; transition: all 0.6s; display: block; top:60px; width: 100%; height: calc(100% - 60px); background: #000; z-index: 10000; }
	.nav_box .navlist ul>li .navlist2 a,.nav_box .navlist ul>li .secondNav .navlist3 a,.nav_box .navlist ul>li .fourthNav .navlist4 a { padding: 0 15px; line-height: 50px; font-size: 16px; color:rgba(255,255,255,0.8); }

	.nav_box .navlist ul>li.cur .navlist2,.nav_box .navlist ul>li .secondNav.cur .navlist3,.nav_box .navlist ul>li .fourthNav.cur .navlist4 { left:0; }

	.nav_box .navlist ul>li .backNav { padding: 0 15px; }
	.nav_box .navlist ul>li .backNav span { display: block; padding: 5px 0 5px 25px; border-top: 1px solid rgba(255,255,255,0); background: url(../images/back.png) no-repeat left center; font-size: 18px;color:#fff; border-bottom:1px solid rgba(255,255,255,0.3); margin-bottom: 10px; }
	.nav_box .navlist ul>li a.cur { font-weight: bold; color:#fff!important;  }
}

.colorBlue { color:#5E66F8!important; }
.colorWhite { color:#ffffff!important; }


/* 404 */
.errorBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #4282fe url(../images/errorbg.png) no-repeat center bottom/cover;
	background-size: 59.375%;
}

.errorBox .box {
	width: 63%;
	margin: 5% auto 0;
	text-align: center;
	color: #fff;
}

.errorBox .box .t {
	margin-top: 35px;
}

.errorBox .box .t .d1 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 18px;
}

.errorBox .box .t .d1::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../images/erroricon.png) no-repeat center center;
	width: 393px;
	height: 15px;
	margin-left: -210px;
}

.errorBox .box .t .d2 {
	font-size: 20px;
	margin-top: 5px;
}

.errorBox .box .btn {
	margin-top: 20px;
}

.errorBox .box .btn a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	min-width: 150px;
	line-height: 40px;
	font-size: 18px;
	margin: 0 17px;
}

.errorBox .box .btn a:hover {
	background: #ffae00;
	border-color: #ffae00;
}

.errorBox .box .img {
	line-height: 0;
	margin-left: -8px;
}
.xzdtrwm{
    width: 150px; 
}
.xzdtrwm img{
    margin-top: 20px;
}
.xzdtrwm p{
    font-size: 15px;
    color: #9fa3ab;
    margin-top: 5px;
    text-align: center;
}
