@charset "UTF-8";
/*清零*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
a:focus {
	outline-style: none;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%; /*to enable resizing for IE*/
}
textarea {
	resize: none
}
 input::-ms-clear {
display: none;
}
body {
	font: 12px/1.3 'Arial', 'Microsoft YaHei';
	_font-family: simsun;
	overflow-x: hidden;
	color: #333;
}
body.WB_macT {
	font-family: 'Helvetica', 'STHeiti';
}
body.WB_xpT {
	font-family: 'Arial', 'Helvetica', 'sans-serif';
}
::selection {
	background: #eb7350;
	color: #fff;
}
:focus {
	outline-color: #eb7350;
}
/*默认链接*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover,  a:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*版式类样式*/
.W_fl {
	float: left;
	_display: inline
}
.W_fr {
	float: right;
	_display: inline
}
.W_tc {
	text-align: center;
}
.W_tr {
	text-align: right;
}
/*清浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/*色值*/
.S_txt1 {
	color: #333;
	text-decoration: none;
}
.S_txt2 {
	color: #808080;
	text-decoration: none;
}
.S_bg1 {
	background-color: #f2f2f5;
}
.W_icon {
	display: inline-block;
	background-image: url("icon.png");
	background-repeat: no-repeat;
}
 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio:2) {
.W_icon {
	background-image: url("icon-x2.png");
	background-size: 625px 325px;
}
}
/*底导*/
.WB_footer .icon_netsecurity {
	display: inline-block;
	background-image: url("icon.png");
	background-repeat: no-repeat;
	background-position: -100px -300px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	margin-right: 3px;
	margin-top: -3px;
}
.WB_footer {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.WB_footer {
	box-shadow: 0 0 1px 0px rgba(0,0,0,0.15);
}
.WB_footer .footer_link {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 10px 160px;
}
.WB_footer .list {
	float: left;
	display: inline;
	margin: 0 70px 0 0;
}
.WB_footer .list dt {
	font-size: 16px;
	padding: 0 0 15px;
	white-space: nowrap;
	width: 138px;
	overflow: hidden;
}
.WB_footer .list dd {
	white-space: nowrap;
}
.WB_footer .list dd a,  .WB_footer .list dd span {
	display: inline-block;
	margin: 0 20px 5px 0;
}
/*由于要兼容英文版，所以每行必须写宽和溢出隐藏*/
.WB_footer .list dd .col1 {
	width: 48px;
	overflow: hidden;
}
.WB_footer .list dd .col2 {
	width: 79px;
	overflow: hidden;
}
.WB_footer .list dd .col3 {
	width: 60px;
	overflow: hidden;
}
.WB_footer .list dd .col4 {
	width: 122px;
	overflow: hidden;
}
.WB_footer .other_link {
	text-align: center;
	padding: 35px 0 45px;
}
.WB_footer .other_link .copy {
	line-height: 1em;
	margin-bottom: 10px;
}
.WB_footer .other_link .copy a,  .WB_footer .other_link .copy_v2 a,  .WB_footer .other_link .company a {
	margin-right: 20px;
}
.WB_footer .other_link .company .copy {
	margin-right: 20px;
}
.WB_footer .other_link .company {
	margin-top: 20px;
}
.WB_footer select {
}
        /*适配ipad端*/
        @media screen and (max-width:1006px) {
.WB_footer .footer_link {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0 10px 30px;
}
.WB_footer .list {
	margin: 0 20px 0 0;
}
}
.WB_footer .list dd .T_code {
	float: left;
	margin-right: 10px;
}
.WB_footer .list dd .T_txt {
	width: 109px;
	overflow: hidden;
	margin-right: 0px;
}
.WB_footer .other_link .lang_select {
	margin-left: 10px;
}
.WB_footer .T_server {
	margin-top: 10px;
}
.WB_footer .T_add_ser {
	padding-bottom: 20px;
}
.WB_footer .other_link .T_server_v2,  .WB_footer .other_link .copy_v2 {
	margin-bottom: 10px;
}
/*@tongy*/
.load_wrap {
	width: 100%;
	min-width: 1180px;
	height: 800px;
	background-image: url(bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.load_mian {
	position: relative;
	width: 1180px;
	height: 800px;
	margin: 0 auto;
}
.load_logo {
	width: 300px;
	height: 100px;
	background-image: url(bt.png);
}
.load_btn {
	position: absolute;
	width: 300px;
	height: 60px;
	line-height: 60px;
	right: 80px;
	bottom: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	background: #fd8223;
	background: -webkit-linear-gradient(left, #fd8223 0%, #f75928 100%, #7db9e8 100%);
	background: linear-gradient(to right, #fd8223 0%, #f75928 100%, #7db9e8 100%);
	border-radius: 3.06rem;
	webkit-box-shadow: 0px 4px 20px 0px rgba(246,229,181,0.9);
	box-shadow: 0px 4px 20px 0px rgba(246,229,181,0.9);
}
.phone_wrap {
	position: relative;
	width: 426px;
	height: 608px;
	top: 92px;
	margin-left: 180px;
	background-image: url(phone_wrap2.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.pic_inner {
	position: relative;
	padding-top: 122px;
	margin-left: 74px;
	width: 272px;
	height: 485px;
	overflow: hidden;
}
.pic_list {
	position: absolute;
	width: 2184px;
	height: 485px;
	z-index: 1;
}
.pic_item {
	width: 272px;
	height: 485px;
	float: left;
}
.mask {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99;
}
.mask_show {
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.code {
	display: none;
	position: absolute;
	width: 300px;
	height: 320px;
	top: 280px;
	left: 800px;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: -2px 1px 31px 0px rgba(0,0,0,0.3);
	text-align: center;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	-webkit-animation: bounceIn .3s ease-in-out both;
}
.code_show {
	display: block;
}
.qr_code {
	width: 250px;
	height: 250px;
	padding-top: 24px;
}
.code_txt {
	font-size: 16px;
	padding-top: 10px;
	color: #333;
}
.code_logo {
	position: absolute;
	width: 52px;
	height: 52px;
	top: 123px;
	left: 50%;
	margin-left: -26px;
	border-radius: 4px;
	background: #fff;
}
.code_logo img {
	width: 40px;
	height: 40px;
	padding-top: 6px;
	border-radius: 3px;
}
.closed {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -14px;
	right: -14px;
	background: #454546;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}
.closed_icon::before, .closed_icon::after {
	content: '';
	height: 16px;
	width: 2px;
	display: block;
	border-radius: 5px;
	position: absolute;
	top: 7px;
	left: 14px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #fff;
}
.closed_icon::after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.buttons {
	position: absolute;
	z-index: 2;
	left: 107px;
	bottom: 10px;
}
.buttons span {
	float: left;
	border: 1px solid #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: transparent;
	margin-right: 6px;
}
.buttons .on {
	background: #fff;
}
        /*animation*/
        @-webkit-keyframes bounceIn {
 0% {
-webkit-transform:scale(0.6);
opacity:0;
}
 80% {
-webkit-transform:scale(1.05);
opacity:1;
}
 100% {
-webkit-transform:scale(1);
opacity:1;
}
}
