@charset "utf-8";
a {
    color: #000;
    text-decoration: none;
}
li,textarea {
	vertical-align: top
}

article,aside,body,details,figcaption,figure,footer,header,hgroup,html,iframe,menu,nav,section {
	display: block
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family:"Noto Sans CJK SC",思源黑体;
}

article,aside,blockquote,body,button,code,dd,details,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

body,button,input,select,textarea {
	font: 12px/1.5 'Noto Sans CJK SC', tahoma,'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif
}

html[lang=en] body {
	font: 12px/1.5 'Noto Sans CJK SC', tahoma,arial,'helvetica neue','hiragino sans gb',sans-serif
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em
}

/* 加载字体 */
@font-face
{
    font-family: Hanyi;
    src: url('./fonts/hanyi.ttf');
}
/* end 加载字体 */

  /* add by luc 更多按钮 样式 */
.btn_learn_more {
	/* border: 0.5px solid #000; */
	/* border-radius: 6px; */
	padding: 3px 0px 6px 0px;
	text-align: left;
	width: 80px;
	cursor: pointer;
}

.btn_learn_all {
	/* border: 0.5px solid #000; */
	/* border-radius: 8px; */
	padding: 4px 0px 8px 20px;
	text-align: center;
	width: 120px;
	font-size: 18px;
	cursor: pointer;
	/* font-weight: bold; */
}

.pointer{
	cursor: pointer;
}

	/* end by luc 更多按钮 样式 */

a:active {
	background-color: transparent
}

a:active,a:hover,a:link,a:visited {
	outline: 0;
	*star: expression(this.onFocus=this.blur())
}

b,cite,code,em,i,small,th {
	font-size: 1em;
	font-style: normal;
	font-weight: 500
}

button,input,select,textarea {
	font-size: 1em;
	box-sizing: content-box
}

button,input[type=button],input[type=submit] {
	cursor: pointer
}

button[disabled],input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,iframe,img {
	border: 0
}

img {
	display: inline-block;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic
}

ol,ul {
	list-style: none
}

q:after,q:before {
	content: ''
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden
}

.head_wrap,.head_wrap_expand {
	height: 84px;
	top: 0
}

.clearfix {
	zoom: 1
}

body,html {
	background: #fff;
	width: 100%
}

.wrap {
	overflow: hidden
}

.head_wrap {
	background: #0457b7;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 9999;
	-webkit-transition: height .2s,top .2s,background-color .2s;
	transition: height .2s,top .2s,background-color .2s
}

.head_wrap_shrink {
	/* height: 65px;
	top: -20px; */
	height: 70px;
	top: -15px;
}

.head_con {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.head_con .logo {
	display: block;
	height: 45px;
	width: 163px;
	background: url(../images/global/logo.png) no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 20px;
}

.menu_list,.menu_list li,.menu_list li a {
	width: auto;
	display: block
}

.menu_list {
	height: 83px;
	position: absolute;
	right: 0;
	top: 0
}

.menu_list li {
	float: left
}

.menu_list li a {
	float: left;
	height: 83px;
	padding: 0 30px;
	line-height: 83px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	text-align: center;
	-webkit-transition: font-weight .3s;
	transition: font-weight .3s
}

.menu_list li a .s_line {
	display: block;
	height: 13px;
	width: 1px;
	background: #FFF;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
	opacity: .3;
	filter: alpha(opacity=30)
}

.menu_list li a .c_line {
	display: none;
	height: 4px;
	width: 80px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0;
	-webkit-transition: top .2s;
	transition: top .2s
}

.head_wrap_shrink .menu_list li a .c_line {
	top: 20px
}

.menu_list li .dot {
	display: block;
	height: 6px;
	width: 6px;
	opacity: .7;
	filter: alpha(opacity=70);
	background: rgba(255,255,255,.7);
	border-radius: 8px;
	position: absolute;
	left: 20px;
	top: 40px
}

.menu_list li.current a .c_line,.menu_list li:hover a .c_line {
	display: block
}

.sub_sidebar {
	position: fixed;
	margin-left: 15px;
	top: 105px;
	border-top: 1px solid #f0f0f0;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-top: 30px;
}

.sub_sidebar.head_change {
	top: 66px
}

.sub_sidebar.foot_change {
	top: auto;
	bottom: 285px
}

.sub_sidebar .cover_layer {
	position: absolute;
	top: -1px;
	width: 198px;
	height: 46px;
	border-right: 4px solid #0457b7
}

.sub_sidebar_list {
	position: relative;
	width: 198px
}

.sub_sidebar_list li a {
	display: block;min-height: 30px;padding: 10px 0;
	/*height: 44px;*/
	width: 185px;
	border-bottom: 1px solid #f0f0f0;
	color: #666;
	font-size: 18px;
	line-height: 29px;
	text-align: left;
	padding-right: 13px;
	text-decoration: none;
	position: relative;
	-webkit-transition: color .3s linear;
	transition: color .3s linear
}

.menu_selected_img {
	height: 25px;
 	width: 25px;
	margin-left: 0px;
	margin-bottom: 8px;
}

.menu_selected_img-special {
	height: 25px;
 	width: 25px;
	margin-left: 60px;
	margin-bottom: 8px;
}



.other_links a {
 font-size: 14px;
 color: #747b81;
 margin: 0px 20px;
 transition: color .3s linear;
 text-decoration:none;
}

.other_links a:hover {
 color: #333;
 text-decoration:none;
}

.footer-bottom-txt{
	margin-top: 8px;
	margin-bottom: 20px;
	width: 1200px;
	text-align: center;
}


.path_area a:hover,.sub_sidebar_list li a:hover,.sub_sidebar_list li.current a {
	color: #0457b7
}

.footer .link_list li a,.footer_path a {
	-webkit-transition: color .3s linear;
	text-decoration: none
}

html[lang=en] .sub_sidebar_list li a {
	font-size: 17px
}

.sub_sidebar_list li a i {
	display: none;
	height: 46px;
	width: 4px;
	background: #0075bc;
	position: absolute;
	right: 0;
	top: -1px
}
.sub_sidebar_list li a span{float: right;width: 10px;}
.sub_sidebar_list li.current a i {
	display: block
}

.path_area {
	font-size: 14px
}

.path_area .current:hover {
	color: #000
}

.article_content {
	width: 750px;
	float: right;
	margin-right: 200px;
	display: inline;
	min-height: 500px;
	margin-top: 50px;
}

.myiframe{
	margin-top: 100px;
}

.footer {
	/* width: 100%;
	background: #ecf0f1;
	padding-bottom: 50px; */

	width: 100%;
	background: #ecf0f1;
	/* padding-bottom: 20px; */
	height: 100%;
	padding-top: 30px;
}

.footer_con {
	margin: 0 auto;
	width: 1200px;
	min-height: 355px;
	background: url(../images/global/footer_logo.png) 30px 40px no-repeat;
	background-size: 142px 39.9px;
	position: relative;
	margin-top: -10px;
}

.footer_con_nav,.footer_path {
	height: 55px;
	line-height: 55px;
	font-weight: 400
}

.footer_policy_img{
	margin-bottom: -3px;
}

.footer_con_nav {
	color: #747b81;
	font-size: 14px;
	border-bottom: 1px solid #fff
}

.footer_path {
	width: 1185px;
	margin: 0 auto;
	padding-left: 15px;
	display: block
}

.footer_span{
	width: 100%;
	height: 50px;
}

.footer_path a {
	color: #747b81;
	transition: color .3s linear
}

.footer_path .current,.footer_path a:hover {
	color: #000
}

.footer .footer_gt {
	margin: 0 5px
}

.footer .footer_con_wrap {
	position: relative;
	padding-top: 35px;
	overflow: hidden;
	padding-left: 300px;
	margin-left: 100px;
}

.footer .footer_con_wrap .title {
	font-size: 20px;
	color: #333;
	font-weight: 400
}



.footer .link_list {
	padding-top: 12px;
	padding-left: 10px;
}

.footer .link_list li {
	height: 32px;
	line-height: 32px
}

.footer .link_list li a {
	font-size: 14px;
	color: #747b81;
	transition: color .3s linear
}

.footer .link_list li a:hover {
	color: #333
}

.footer_attention,.footer_contact,.footer_joinus, .footer_legal {
	float: left;
	min-height: 130px;
	padding-bottom: 24px;
	padding-left: 15px
}

.footer_attention,.footer_contact,.footer_joinus,.footer_legal {
	width: 168px;
	padding-left: 5px
}

.footer_joinus {
	margin-left: 200rpx;
}


.footer-icon{
	margin-right: 20px;
	width: 39px;
	height: 30px;
}


.footer_contact {
	border-right: none
}

.footer_copyright {
	/* margin-left: 150px; */
	color: #747b81;
	padding-top: 18px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	width: 100%;
	float: left
}

.div_line {
	 width: 1150px;
	 margin: auto;
	 border: 0.5px solid #ddd;
	 margin-bottom: 10px;
}

.other_links{
		width: 1200px;
		margin-top: 5px;
		align-items: center;
		text-align: center;
		display: flex;
		justify-content: center;
}

.footer-copyright-info{
	margin-left: 20px;
}

.footer_logo {
	position: absolute;
	top: 45%;
	right: 0
}

.footer_links {
	color: #747b81
}

.footer_links ul {
	height: 14px
}

.footer_links ul li {
	border-right: 1px #aaa solid;
	display: inline;
	padding-right: 10px;
	margin-right: 9px
}

.footer_links ul .last {
	border-right: none
}

.footer_links ul li a {
	text-decoration: none;
	color: #747b81;
	-webkit-transition: color .3s linear;
	transition: color .3s linear
}

.footer_links ul li a:hover {
	color: #333
}

.footer_wx_layer {
	display: none;
	position: absolute;
	right: 100px;
	bottom: 60px;
	width: 240px;
	height: 240px;
	background-color: #ccc
}


.footer_legal_other{
	float: right;
}

.footer_wx_layer .wx_account {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #0075bc;
	overflow: hidden
}

.footer_wx_layer .wx_account .account_title {
    margin-top: 15px;
    margin-left: 35px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}

.footer_wx_layer .wx_account .account_image {
	margin: 0px 0px 0px 20px;
	width: 200px;
	height: 200px;
	background: url(../images/global/tencent_account.png);
	background-size: 100% 100%;
}

.footer_wx_layer .wx_account .account_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(../images/global/close.jpg);
	cursor: pointer
}

.footer_vista_layer {
	display: none;
	position: absolute;
	left: 110px;
	bottom: 120px;
	width: 328px;
	height: 410px;
	background-color: #ccc;
	z-index: 1
}

.footer_vista_layer .vista_entrance {
	position: relative;
	margin: 0 auto;
	width: 328px;
	height: 410px;
	background-color: #fff;
	border: 1px solid #0075bc;
	overflow: hidden
}

html[lang=en] .footer_vista_layer,html[lang=en] .footer_vista_layer .vista_entrance {
	height: 460px
}

.footer_vista_layer .vista_entrance .vista_title {
	margin: 37px 40px
}

.footer_vista_layer .vista_entrance .vista_title h3 {
	clear: both;
	color: #000;
	font-weight: 400;
	font-size: 16px
}

.footer_vista_layer .vista_entrance .vista_title ul li {
	float: left;
	display: inline;
	padding: 5px 0;
	font-size: 12px;
	width: 49%
}

.footer_vista_layer .vista_entrance .vista_title ul li a {
	color: #0075bc;
	text-decoration: none
}

.footer_vista_layer .vista_entrance .vista_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(../images/global/close.jpg);
	cursor: pointer
}

.banner_wrap,.lang-list,.lang-list li,.language>span {
	position: relative
}

.ico_online,.ico_pub,.ico_sina,.ico_wb,.ico_wx {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 6px;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	background-image: url(../images/global/icon_foot_normal.png);
	background-repeat: no-repeat;
	margin-top: -4px;
	margin-left: -2px;
	-webkit-transition: background-image .3s;
	transition: background-image .3s
}

.ico_online_on,.ico_sina_on,.ico_wb_on,.ico_wx_on {
	background-image: url(../images/global/icon_foot_hover.png)
}

.ico_online {
	background-position: 0 0;
	pointer-events: none
}

.ico_wx {
	background-position: -28px 0;
	pointer-events: none
}

.ico_wb {
	background-position: -56px 0
}

.ico_sina {
	background-position: -84px 0
}

.language>span {
	float: left;
	width: 132px;
	height: 83px;
	line-height: 83px;
	display: block;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	text-decoration: none;
	font-size: 16px;
	text-align: left;
	left: 34px;
	-webkit-transition: font-weight .3s;
	transition: font-weight .3s
}

.language>span>.dot {
	left: -14px
}

.language>span:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.lang-list {
	display: none;
	top: -21px
}

.lang-list li {
	background-color: #0075bc
}

.lang-list li a {
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-left: 35px
}

.lang-list li a .dot {
	top: 18px;
	display: none;
	left: -15px
}

.banner_txt,.banner_wrap,.lang-list li a .dot:hover,.lang-list li:hover a .dot {
	display: block
}

.banner_wrap {
	height: 624px;
	margin-bottom: 60px;
	background-color: #0457b7;
	*margin-top: -84px
}

.banner_wrap .tab_list {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 1
}

.banner_wrap .tab_list .tab_item {
	background: rgba(255,255,255,.3)
}

.banner_wrap .tab_list .current {
	background: #fff
}

.banner_area {
	width: 100%;
	padding-top: 84px
}

.banner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 540px
}

.banner_txt {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: none
}

.banner_txt .sub_title,.banner_txt .title {
	position: absolute;
	left: 50%;
	text-indent: -9999px;
	display: block;
	overflow: hidden
}

.banner_txt .title {
	height: 57px;
	width: 418px;
	background: url(../images/index/banner_txt.png) no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index/banner_txt.png');
	top: 190px;
	margin-left: -209px
}

.banner_txt .sub_title {
	height: 34px;
	width: 638px;
	background: url(../images/index/banner_subtitle.png) no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index/banner_subtitle.png');
	top: 278px;
	margin-left: -319px
}

.icon_area span.icon_2,.icon_area span.icon_3 {
	right: 16px;
	background: url(../images/index/icon_line.png) no-repeat;
	-webkit-transform-origin: 100% 0
}

.icon_wrap {
	display: block;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 540px;
	z-index: 1;
	overflow: hidden
}

.icon_area,.icon_area span.icon_1 {
	display: block;
	height: 32px;
	width: 32px;
	position: absolute
}

.icon_area {
	left: 146px;
	top: 200px;
	-webkit-transition: left .5s linear,top .5s linear;
	transition: left .5s linear,top .5s linear
}

.icon_area span.icon {
	-webkit-transition: height .25s linear,width .25s linear,opacity .25s linear;
	transition: height .25s linear,width .25s linear,opacity .25s linear
}

.icon_area span.icon_1 {
	left: 0;
	top: 0
}

.icon_area span.icon_1 .txt {
	color: #80add5;
	font-size: 14px;
	position: absolute;
	width: 50px
}

.icon_area span.icon_1 .txt_1 {
	left: 14px;
	top: 38px
}

.icon_area span.icon_2,.icon_area span.icon_3,.icon_area span.icon_5 {
	top: 16px;
	position: absolute;
	display: block
}

.icon_area span.icon_2 {
	height: 185px;
	width: 70px;
	background-size: 100% 100%
}

.icon_area span.icon_2 .txt_2 {
	left: 0;
	bottom: -35px
}

.icon_area span.icon_3 {
	height: 66px;
	width: 140px;
	background-size: 100% 100%
}

.icon_area span.icon_13,.icon_area span.icon_4 {
	background: url(../images/index/icon_line.png) no-repeat
}

.icon_area span.icon_4 {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: block;
	height: 100px;
	width: 40px;
	background-size: 100% 100%
}

.icon_area span.icon_5 {
	left: 16px;
	height: 30px;
	width: 180px;
	background: url(../images/index/icon_line_2.png) no-repeat;
	background-size: 100% 100%
}

.icon_area i.icon_1 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 32px;
	width: 32px;
	background: url(../images/index/icon/icon_1.png) no-repeat;
	z-index: 2
}

.icon_area i.icon_2 {
	position: absolute;
	left: -10px;
	bottom: -10px;
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/index/icon/icon_2.png) no-repeat;
	z-index: 1
}

.icon_area i.icon_3 {
	position: absolute;
	left: -6px;
	bottom: -6px;
	display: block;
	height: 13px;
	width: 13px;
	background: url(../images/index/icon/icon_3.png) no-repeat;
	z-index: 1
}

.icon_area i.icon_4,.icon_area i.icon_5 {
	position: absolute;
	right: -10px;
	height: 19px;
	width: 19px;
	z-index: 1
}

.icon_area i.icon_4 {
	top: -10px;
	display: block;
	background: url(../images/index/icon/icon_4.png) no-repeat
}

.icon_area i.icon_5 {
	bottom: -10px;
	display: block;
	background: url(../images/index/icon/icon_5.png) no-repeat
}

.icon_area span.icon_12,.icon_area span.icon_13 {
	right: 8px;
	-webkit-transform-origin: 100% 0;
	position: absolute;
	display: block
}

@-webkit-keyframes a_icon_area {
	0%,100% {
		-webkit-transform: translate(0,0)
	}

	25% {
		-webkit-transform: translate(2px,1px)
	}

	50% {
		-webkit-transform: translate(-1px,-1px)
	}

	75% {
		-webkit-transform: translate(1px,2px)
	}
}

@-webkit-keyframes a_icon_area_1 {
	0%,100%,50% {
		height: 235px;
		width: 70px
	}

	25% {
		height: 230px;
		width: 70px
	}

	75% {
		height: 240px;
		width: 70px
	}
}

@-webkit-keyframes a_icon_area_2 {
	0%,100%,50% {
		height: 66px;
		width: 140px
	}

	25% {
		height: 61px;
		width: 145px
	}

	75% {
		height: 70px;
		width: 135px
	}
}

.icon_area_2 {
	display: block;
	position: absolute;
	left: 1040px;
	top: 160px;
	height: 17px;
	width: 17px
}

.icon_area_3 {
	display: block;
	position: absolute;
	left: 980px;
	top: 370px;
	height: 25px;
	width: 25px
}

.icon_area span.icon_11 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 17px;
	width: 17px
}

.icon_area span.icon_11 .txt {
	color: #80add5;
	font-size: 14px;
	position: absolute;
	width: 50px
}

.icon_area span.icon_11 .txt_11 {
	left: 12px;
	top: 20px
}

.icon_area span.icon_12 {
	bottom: 8px;
	height: 115px;
	width: 70px;
	background: url(../images/index/icon_line_2.png) no-repeat;
	background-size: 100% 100%
}

.icon_area span.icon_12 .txt_12 {
	left: 0;
	bottom: -35px
}

.icon_area span.icon_13 {
	top: 8px;
	height: 80px;
	width: 46px;
	background-size: 100% 100%
}

.icon_area span.icon_14 {
	position: absolute;
	left: 8px;
	bottom: 8px;
	display: block;
	height: 100px;
	width: 40px;
	background: url(../images/index/icon_line.png) no-repeat;
	background-size: 100% 100%
}

.icon_area span.icon_15 {
	position: absolute;
	left: 8px;
	top: 8px;
	display: block;
	height: 40px;
	width: 80px;
	background: url(../images/index/icon_line_2.png) no-repeat;
	background-size: 100% 100%
}

.icon_area i.icon_11 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 17px;
	width: 17px;
	background: url(../images/index/icon/icon_9.png) no-repeat;
	z-index: 2
}

.icon_area i.icon_12,.icon_area i.icon_13,.icon_area i.icon_14,.icon_area i.icon_15 {
	z-index: 1;
	display: block;
	position: absolute
}

.icon_area i.icon_12 {
	left: -4px;
	top: -4px;
	height: 8px;
	width: 8px;
	background: #eefcff;
	border-radius: 8px
}

.icon_area i.icon_13 {
	left: -8px;
	bottom: -8px;
	height: 13px;
	width: 13px;
	background: url(../images/index/icon/icon_3.png) no-repeat
}

.icon_area i.icon_14 {
	right: -8px;
	top: -8px;
	height: 16px;
	width: 16px;
	background: url(../images/index/icon/icon_10.png) no-repeat
}

.icon_area i.icon_15 {
	right: -6px;
	bottom: -6px;
	height: 13px;
	width: 13px;
	background: url(../images/index/icon/icon_5.png) no-repeat;
	background-size: contain
}

.icon_area span.icon_21 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 25px;
	width: 25px
}

.icon_area span.icon_21 .txt {
	color: #80add5;
	font-size: 14px;
	position: absolute;
	width: 50px
}

.icon_area span.icon_21 .txt_21 {
	left: 14px;
	top: 28px
}

.icon_area span.icon_22,.icon_area span.icon_23 {
	top: 12px;
	-webkit-transform-origin: 100% 0;
	position: absolute;
	display: block
}

.icon_area span.icon_22 {
	left: 12px;
	height: 85px;
	width: 40px;
	background: url(../images/index/icon_line_2.png) no-repeat;
	background-size: 100% 100%
}

.icon_area span.icon_22 .txt_22 {
	left: 0;
	bottom: -35px
}

.icon_area span.icon_23 {
	right: 12px;
	height: 66px;
	width: 140px;
	background: url(../images/index/icon_line.png) no-repeat;
	background-size: 100% 100%
}

.icon_area span.icon_24 {
	position: absolute;
	left: 12px;
	bottom: 12px;
	display: block;
	height: 100px;
	width: 40px;
	background: url(../images/index/icon_line.png) no-repeat;
	background-size: 100% 100%
}

.icon_area i.icon_21 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 25px;
	width: 25px;
	background: url(../images/index/icon/icon_6.png) no-repeat;
	z-index: 2
}

.icon_area i.icon_22,.icon_area i.icon_23,.icon_area i.icon_24 {
	position: absolute;
	display: block;
	z-index: 1
}

.icon_area i.icon_22 {
	right: -10px;
	bottom: -10px;
	height: 19px;
	width: 19px;
	background: url(../images/index/icon/icon_5.png) no-repeat
}

.icon_area i.icon_23 {
	left: -7px;
	bottom: -7px;
	height: 15px;
	width: 15px;
	background: url(../images/index/icon/icon_8.png) no-repeat
}

.icon_area i.icon_24 {
	right: -6px;
	top: -6px;
	height: 13px;
	width: 13px;
	background: #8bd19b;
	border-radius: 13px
}

.back_to_top {
	position: fixed;
	_position: absolute;
	bottom: 110px;
	left: 50%;
	margin-left: 35%;
	display: none
}

.back_to_top a {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/global/icon_arrow_up.png);
	_background-image: url(../images/global/icon_arrow_up.jpg);
	opacity: .5;
	background-repeat: no-repeat;
	-webkit-transition: background-image .3s,opacity .3s;
	transition: background-image .3s,opacity .3s
}

.back_to_top a:hover {
	opacity: 1
}

* html,* html body {
	background-image: url(about:blank);
	background-attachment: fixed
}

.menu_list .language_1 .simple {
	margin-left: 20px
}

.menu_list .language_1 a {
	height: 20px;
	width: auto;
	font-size: 14px;
	line-height: 20px;
	margin-top: 32px;
	padding: 0 8px;
	opacity: .6;
	filter: alpha(opacity=60)
}

.menu_list .language_1 a .s_line {
	opacity: .5;
	filter: alpha(opacity=50)
}

.menu_list .language_1 a:hover {
	font-weight: 400;
	opacity: 1;
	filter: alpha(opacity=100)
}

.menu_list .language_1 a:hover .s_line {
	opacity: .3;
	filter: alpha(opacity=30)
}

.menu_list .language_1 a.current {
	opacity: 1;
	filter: alpha(opacity=100)
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
	.menu_list li:hover a .c_line {
		display: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2),not all {
	/* .head_con .logo {
		background-image: url(../images/2x/global/logo.png);
		background-size: auto 100%
	} */

	.back_to_top a {
		background-image: url(../images/2x/global/icon_arrow_up.png);
		background-size: 50px 50px
	}

	.footer_con {
		background-image: url(../images/2x/global/footer_logo.png);
		background-size: 142px 39.9px
	}

	.ico_online,.ico_pub,.ico_sina,.ico_wb,.ico_wx {
		background-image: url(../images/2x/global/icon_foot_normal.png);
		background-size: 112px 28px
	}

	.ico_online_on,.ico_sina_on,.ico_wb_on,.ico_wx_on {
		background-image: url(../images/2x/global/icon_foot_hover.png);
		background-size: 112px 28px
	}

	.footer_vista_layer .vista_entrance .vista_close,.footer_wx_layer .wx_account .account_close {
		background-image: url(../images/global/close.jpg);
		background-size: 35px 35px
	}
}
