@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

.box {
	width: 100%;
	height: 100%;
}

header {
	width: 100%;
	height: 15%;
	/* border: solid 1px red; */
	position: relative;
}

header>img {
	width: 100%;
	/* height: 98%; */
}

.header1 {
	width: 200px;
	height: 50px;
	/* border: solid 1px green; */
	position: absolute;
	left: 20%;
	top: 10px;
}

header .header1>img {
	width: 60%;
	height: 60%;
	margin-top: 10px;
}

header .header2 {
	width: 600px;
	height: 30px;
	/* border: solid 1px green; */
	position: absolute;
	top: 5%;
	left: 60%;
}

.header2 li {
	list-style: none;
	float: left;
	margin-left: 20px;
	color: white;
	line-height: 30px;
}

.header2 li a {
	font-size: 14px;
	text-decoration: none;
	color: white;
}

.header2 li span {
	font-size: 10px;
	margin-left: 20px;
}

/* .main{
    width: 65%;
    margin: 20px auto;
	position: relative;
} */
.main {
	width: 65%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
.main figure {
	margin-right: 20px;
	width: 30%;
	/* border: solid 1px red; */
}
.main figure img {
	width: 100%;
}
.main figure p {
	/* border: solid 1px yellow; */
	font-size: 14px;
	color: #464646;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0;
}
.conter {
	width: 65%;
	height: 360px;
	/* border: solid 1px red; */
	margin: 20px auto;
	position: relative;
	/* margin: 70px 0 20px 0; */
	/* padding: 30px 0; */
}
#picture {
	width: 100%;
	height: 100%;
}
footer {
	width: 100%;
	height: 30px;
	position: relative;
	bottom: 15px;
	/* margin: 0 auto; */
	text-align: center;
}

footer span {
	color: black;
	font-size: 20px;
}

footer a {
	text-decoration: none;
	color: black;
}

/*.footer_con {
	margin: 0 auto;
	width: 1200px;
	min-height: 275px;
	height: 275px;
	background: url(../demo/img/0_7_1_banner_360x126.png) right 75px no-repeat;
	position: relative;
	background-size: 5%;
}

.footer_con_nav,
.footer_path {
	height: 55px;
	line-height: 55px;
	font-weight: 400
}

.footer_con_nav {
	color: #747b81;
	font-size: 14px;
	border-bottom: 1px solid #fff
}

.footer_path {
	width: 1185px;
	margin: 0 auto;
	padding-left: 15px
}

.footer_path a {
	text-decoration: none;
	color: #747b81;
	-webkit-transition: color .3s linear;
	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
}

.footer .footer_con_wrap .title {
	font-size: 20px;
	color: #333;
	font-weight: 400
}

.footer .link_list {
	/* padding-top: 12px */
/* width: 300px;
	height: 100px;
	border: solid 1px red;
} */
/* .footer .link_list img{

} */
/* .footer_copyright,
.footer_links {
	padding-top: 18px;
	font-size: 14px
}

.footer .link_list li {
	height: 32px;
	line-height: 32px
}

.footer .link_list li a {
	font-size: 14px;
	color: #747b81;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear
}

.footer .link_list li a:hover {
	color: #333
}

.footer_attention,
.footer_contact,
.footer_joinus,
.footer_more {
	float: left;
	min-height: 130px;
	padding-bottom: 24px;
	padding-left: 15px
}

.footer_contact,
.footer_joinus {
	width: 168px;
	padding-left: 5px
}

.footer_attention,
.footer_more {
	width: 168px
}

.footer_contact {
	border-right: none
}

.footer_logo {
	position: absolute;
	top: 45%;
	right: 0
}

.footer_links {
	float: left;
	padding-left: 15px;
	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_copyright {
	float: right;
	padding-left: 20px;
	margin-left: 150px;
	color: #747b81
}

.footer_copyright em {
	margin-left: 8px
}

.footer_wx_layer {
	display: none;
	position: absolute;
	left: 120px;
	bottom: 120px;
	width: 328px;
	height: 368px;
	background-color: #ccc
}

.footer_wx_layer .wx_account {
	position: relative;
	margin: 0 auto;
	width: 328px;
	height: 368px;
	background-color: #fff;
	border: 1px solid #0052d9;
	overflow: hidden
}

.footer_wx_layer .wx_account .account_title {
	margin-top: 37px;
	margin-left: 40px;
	font-size: 14px;
	line-height: 14px;
	color: #333
}

.footer_wx_layer .wx_account .account_image {
	margin: 23px auto;
	width: 250px;
	height: 250px;
	/* background: url(../images/global/tencent_account.jpg) */
/* }

.footer_wx_layer .wx_account .account_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	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_copyright {
	width: 600px;
	height: 50px;
	border: solid 1px red;
}
.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;
	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: 37px;
	height: 37px;
	background: url(../images/global/close.jpg);
	cursor: pointer
} */

/* .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
}

.back_to_top {
	position: fixed;
	_position: absolute;
	bottom: 110px;
	left: 50%;
	margin-left: 550px;
	display: none
}

.back_to_top a {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/global/go_to_top.png);
	_background-image: url(../images/global/go_to_top_ie6.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
}

@media (max-width:1230px) {
	.sub_sidebar {
		position: absolute
	}
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
	.menu_list li:hover a .c_line {
		display: none
	}
} */
