@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background-color:#000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "微软雅黑";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#333;
	text-decoration: none;
}
body {
}
.main {
	width: 1200px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	height: auto;
}
.top {
	line-height: 34px;
	color: #999999;
	background-color: #161616;
	height: 34px;
	overflow: hidden;
}
.top_left {
	height: 34px; 
	font-size: 12px;
	display: inline-block;
}
.top-right{float:right}
.top-right li{height:34px;line-height: 34px;}
.top-right li:first-child a{ display: inline-block; padding-left: 30px; background: url(../images/online.png) 4px 10px no-repeat;}
.top-right li:first-child a:hover{ display: inline-block; padding-left: 30px; background: url(../images/onlines.png) 4px 10px no-repeat;}
.top-right li a{ color:#999; font-size:12px; }
.top-right li{float:left;margin-left:18px;position:relative}
.top-right li+li:before{content:'';position:absolute;top:50%;left:-10px;margin-top:-5px;width:1px;height:10px;background-color:#666}
.top-right a:hover{ color: #ccc;}
.top_image {
	margin-top: 9px;
	float: left;
}
.top_right a:link {
	color: #999999;
}
.top_right a:visited {
	color: #999999;
}
.top_right a:hover {
	color: #CFCFCF;
}
.top_right a:active {
	color: #F7F0F0;
}
.nav {
	height: 84px;
	line-height: inherit;
}
.nav_img {
	margin-top: 22px;
}
.nav_ul {
	float: right;
	line-height: 25px;
	padding-top:30px;
	font-size: 14px;
}
.nav_ul li {
	float: left;
	padding: 0px 30px;
}
.nav_ul a{
	display: inline-block;
	color: #333;
}
.nav_ul a:hover {
	width: 100%;
	transition: all .3s ease;
	
}
.new {
	padding-top: 40px;
	text-align: center;
}
.h1 {
	font-size: 30px;
}
.new_h2 {
	font-size: 16px;
	margin-top: 20px;
	color: #333333;
}
.new_top_img {
	margin-top: 17px;
}
.new_ul {
}
.nav_ul a {
	display: block;
	position: relative;
	transition: all;
}
.nav_ul  a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	height: 3px;
	width: 0;
	background-color: #333;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav_ul a:hover:after{
	width:100%;
	left: 0;
}
.on a{

}
.on a:after{	color: #333;
	content: '';
	position: absolute;
	left: 0%;
	bottom: -8px;
	height: 3px; width: 100%;
	background-color: #333;}

.new_ul li {
	float: left;
	width: 580px;
	height: 104px;
	margin-top: 45px;
	margin-left: 20px;
}
.new_img {
	float: left;
	overflow: hidden;
	width: 152px; 
	height:104px;
}
.new_ul img {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.new_ul img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}
.new_h1 {
	clear: both;
	width: 380px;
	font-size: 18px;
	overflow: hidden;
	display: inline-block;
	margin-left: 10px;
	color: #333;
	font-weight: bold;
	line-height: 2em;
}
.new_h1 a:hover{ color:#ff3f00; }
.new_text {
	clear: both;
	display: inline-block;
	margin-left: 10px;
	width: 380px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
	color: #747474;
}
.new_btu_div {
	clear: both;
	padding-top: 40px;
	line-height: 15px;
}
.new_btu {
	width: 140px;
	height: 35px;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.new_btu_div a {
	color: #333;
	background-color: #fff;
	transition:.3s;
}
.new_btu_div a:hover {
	background: #224076;
	color: #fff;
	border: 1px solid #224076;
}
.about {
	background-color: #eeeeee;
	height: 415px;
}
.about_left {
	float: left;
	width: 635px;
}
.about_background {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
}
.about_top {
	margin-top: 50px;
}
.about_top_font1 {
	font-size: 30px;
	margin-left: 70px;
	margin-top: 35px;
	display: inline-block;
	width: 180px;
	color: #333;
	overflow: hidden;
	text-align: center;
	background-color: #eeeeee;
}
.about_top_font2 {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	width: 110px;
	text-align: left;
	padding-bottom: 15px;
	background-color: #eeeeee;
}
.about_left_font {
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 1.8em;
	margin-top:20px;
}
.about_left_font p{ margin-top:1em;}
.about_btu {
	padding-top: 30px;
}
.about_btu_a {
	display: block;
	width: 180px;
	height: 35px;
	background-color: #224076;
	background-image: url( ../images/about123.png);
	background-repeat: no-repeat;
	background-position: 120px 11px;
	line-height: 33px;
	color: #fff;
	border-radius: 5%;
	transition:.2s;
}
.about_btu_a:hover {
	 opacity: 0.8;
}
.about_btu_a_span {
	padding-left: 50px;
}
.about_rifht_div {
	float: right;
	margin-top: 50px;
	width: 490px;
	height: 310px;
	overflow: hidden;
	cursor: pointer;
}
.about_div_video {
	height: 30px;
	width: 490px;
	overflow: hidden;
}
.about_video {
	width: 490px;
	height: 310px;
	position: absolute;
	z-index: 1;
}
.partner_top_font1 {
	font-size: 30px;
	margin-top: 40px;
	display: inline-block;
	margin-right:5px;
	overflow: hidden;
	text-align: center;
}
.partner_top_font2 {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	text-align: left;
}
.partner {
	margin-top: 30px;
	margin-bottom: 40px;
}
.partner td {
	border: 1px #dcdcdc solid;
}
.footer {
	background-color: #222
}
.ft-logo {
	float: left;
	margin-right: 42px;
	margin-top: 10px
}
.ft-share {
	float: right
}
.ft-share .tel {
	color: #ccc;
	line-height: 1.2;
	margin-bottom: 21px
}
.ft-share .tel .s1 {
	font-size: 32px;
	margin-bottom: 4px
}
.ft-share .tel .s2 {
	font-size: 14px
}
.ft-share .share a {
	background-image: url( ../images/wx.png);
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.ft-share .share .bds_more {
	background-position: -7px -13px
}
.ft-share .share .bds_qzone {
	background-position: -47px -13px
}
.ft-share .share .bds_tsina {
	background-position: -87px -13px
}
.ft-share .share .bds_renren {
	background-position: -127px -13px
}
.ft-share .share .bds_weixin {
	background-position: -167px -13px
}
.ft-link {
	overflow: hidden
}
.ft-link dl {
	float: left;
	border-left: 1px solid #565555;
	padding-left: 40px;
	height: 134px
}
.ft-link dt {
	color: #cccccc;
	font-size: 18px;
	margin-bottom: 15px
}
.ft-link a {
	float: left;
	margin-right:30px;
	font-size: 14px;
	color: #cccccc;
	line-height: 35px
}
.ft-link a:hover {
	opacity: .8
}
.ft-link dl.s1 {
	width: 232px
}
.ft-link dl.s2 {
	width: 258px
}
.ft-link dl.s3 {
	width: 150px;
	border-right: 1px solid #565555
}
.footer .hd {
	padding: 60px 0
}
.footer .ft {
	background-color: #161616;
	text-align: center;
	padding: 15px 0
}
.copyright {
	font-size: 12px;
	line-height: 2;
	color: #999;
	margin-bottom: 6px
}
.copyright a{ color:#999;}
.copyright a:hover{ color:#ccc;}
.ft-firend {
	color: #999;
	font-size: 12px;
	line-height: 2
}
.ft-firend a:link {
	color: #999;
}
.ft-firend a:visited {
	color: #999;
}
.ft-firend a:hover {
	color: #C9C9C9;
}
.ft-firend a:active {
	color: #fff;
}
.swiper_sider1 {
	background-image: url( ../images/index_06.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 520px;
	width: 100%;
	display: block;
}
.swiper_sider2 {
	background-image: url(  ../images/background3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 520px;
	width: 100%;
	display: block;
}
.swiper_sider3 {
	background-image: url(  ../images/bacakground1_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 520px;
	width: 100%;
	display: block;
}
strong,b{font-weight:bold!important;}

.friend_link{ display: inline-block; line-height: 14px;}
.friend_link li{list-style:none; float: left; display: inline-block; padding: 0px 10px; border-right: 1px solid #666;}
.friend_link li:first-child{border-right:none; padding: 0px;}
.friend_link li:last-child{border-right:none;}	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background-color:#000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "微软雅黑";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#333;
	text-decoration: none;
}
body {
}
.main {
	width: 1200px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	height: auto;
}
.top {
	line-height: 34px;
	color: #999999;
	background-color: #161616;
	height: 34px;
	overflow: hidden;
}
.top_left {
	height: 34px; 
	font-size: 12px;
	display: inline-block;
}
.top-right{float:right}
.top-right li{height:34px;line-height: 34px;}
.top-right li:first-child a{ display: inline-block; padding-left: 30px; background: url(../images/online.png) 4px 10px no-repeat;}
.top-right li:first-child a:hover{ display: inline-block; padding-left: 30px; background: url(../images/onlines.png) 4px 10px no-repeat;}
.top-right li a{ color:#999; font-size:12px; }
.top-right li{float:left;margin-left:18px;position:relative}
.top-right li+li:before{content:'';position:absolute;top:50%;left:-10px;margin-top:-5px;width:1px;height:10px;background-color:#666}
.top-right a:hover{ color: #ccc;}
.top_image {
	margin-top: 9px;
	float: left;
}
.top_right a:link {
	color: #999999;
}
.top_right a:visited {
	color: #999999;
}
.top_right a:hover {
	color: #CFCFCF;
}
.top_right a:active {
	color: #F7F0F0;
}
.nav {
	height: 84px;
	line-height: inherit;
}
.nav_img {
	margin-top: 22px;
}
.nav_ul {
	float: right;
	line-height: 25px;
	padding-top:30px;
	font-size: 14px;
}
.nav_ul li {
	float: left;
	padding: 0px 30px;
}
.nav_ul a{
	display: inline-block;
	color: #333;
}
.nav_ul a:hover {
	width: 100%;
	transition: all .3s ease;
	
}
.new {
	padding-top: 40px;
	text-align: center;
}
.h1 {
	font-size: 30px;
}
.new_h2 {
	font-size: 16px;
	margin-top: 20px;
	color: #333333;
}
.new_top_img {
	margin-top: 17px;
}
.new_ul {
}
.nav_ul a {
	display: block;
	position: relative;
	transition: all;
}
.nav_ul  a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	height: 3px;
	width: 0;
	background-color: #333;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav_ul a:hover:after{
	width:100%;
	left: 0;
}
.on a{

}
.on a:after{	color: #333;
	content: '';
	position: absolute;
	left: 0%;
	bottom: -8px;
	height: 3px; width: 100%;
	background-color: #333;}

.new_ul li {
	float: left;
	width: 580px;
	height: 104px;
	margin-top: 45px;
	margin-left: 20px;
}
.new_img {
	float: left;
	overflow: hidden;
	width: 152px; 
	height:104px;
}
.new_ul img {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.new_ul img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}
.new_h1 {
	clear: both;
	width: 380px;
	font-size: 18px;
	overflow: hidden;
	display: inline-block;
	margin-left: 10px;
	color: #333;
	font-weight: bold;
	line-height: 2em;
}
.new_h1 a:hover{ color:#ff3f00; }
.new_text {
	clear: both;
	display: inline-block;
	margin-left: 10px;
	width: 380px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
	color: #747474;
}
.new_btu_div {
	clear: both;
	padding-top: 40px;
	line-height: 15px;
}
.new_btu {
	width: 140px;
	height: 35px;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.new_btu_div a {
	color: #333;
	background-color: #fff;
	transition:.3s;
}
.new_btu_div a:hover {
	background: #224076;
	color: #fff;
	border: 1px solid #224076;
}
.about {
	background-color: #eeeeee;
	height: 415px;
}
.about_left {
	float: left;
	width: 635px;
}
.about_background {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
}
.about_top {
	margin-top: 50px;
}
.about_top_font1 {
	font-size: 30px;
	margin-left: 70px;
	margin-top: 35px;
	display: inline-block;
	width: 180px;
	color: #333;
	overflow: hidden;
	text-align: center;
	background-color: #eeeeee;
}
.about_top_font2 {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	width: 110px;
	text-align: left;
	padding-bottom: 15px;
	background-color: #eeeeee;
}
.about_left_font {
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 1.8em;
	margin-top:20px;
}
.about_left_font p{ margin-top:1em;}
.about_btu {
	padding-top: 30px;
}
.about_btu_a {
	display: block;
	width: 180px;
	height: 35px;
	background-color: #224076;
	background-image: url( ../images/about123.png);
	background-repeat: no-repeat;
	background-position: 120px 11px;
	line-height: 33px;
	color: #fff;
	border-radius: 5%;
	transition:.2s;
}
.about_btu_a:hover {
	 opacity: 0.8;
}
.about_btu_a_span {
	padding-left: 50px;
}
.about_rifht_div {
	float: right;
	margin-top: 50px;
	width: 490px;
	height: 310px;
	overflow: hidden;
	cursor: pointer;
}
.about_div_video {
	height: 30px;
	width: 490px;
	overflow: hidden;
}
.about_video {
	width: 490px;
	height: 310px;
	position: absolute;
	z-index: 1;
}
.partner_top_font1 {
	font-size: 30px;
	margin-top: 40px;
	display: inline-block;
	margin-right:5px;
	overflow: hidden;
	text-align: center;
}
.partner_top_font2 {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	text-align: left;
}
.partner {
	margin-top: 30px;
	margin-bottom: 40px;
}
.partner td {
	border: 1px #dcdcdc solid;
}
.footer {
	background-color: #222
}
.ft-logo {
	float: left;
	margin-right: 42px;
	margin-top: 10px
}
.ft-share {
	float: right
}
.ft-share .tel {
	color: #ccc;
	line-height: 1.2;
	margin-bottom: 21px
}
.ft-share .tel .s1 {
	font-size: 32px;
	margin-bottom: 4px
}
.ft-share .tel .s2 {
	font-size: 14px
}
.ft-share .share a {
	background-image: url( ../images/wx.png);
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.ft-share .share .bds_more {
	background-position: -7px -13px
}
.ft-share .share .bds_qzone {
	background-position: -47px -13px
}
.ft-share .share .bds_tsina {
	background-position: -87px -13px
}
.ft-share .share .bds_renren {
	background-position: -127px -13px
}
.ft-share .share .bds_weixin {
	background-position: -167px -13px
}
.ft-link {
	overflow: hidden
}
.ft-link dl {
	float: left;
	border-left: 1px solid #565555;
	padding-left: 40px;
	height: 134px
}
.ft-link dt {
	color: #cccccc;
	font-size: 18px;
	margin-bottom: 15px
}
.ft-link a {
	float: left;
	margin-right:30px;
	font-size: 14px;
	color: #cccccc;
	line-height: 35px
}
.ft-link a:hover {
	opacity: .8
}
.ft-link dl.s1 {
	width: 232px
}
.ft-link dl.s2 {
	width: 258px
}
.ft-link dl.s3 {
	width: 150px;
	border-right: 1px solid #565555
}
.footer .hd {
	padding: 60px 0
}
.footer .ft {
	background-color: #161616;
	text-align: center;
	padding: 15px 0
}
.copyright {
	font-size: 12px;
	line-height: 2;
	color: #999;
	margin-bottom: 6px
}
.copyright a{ color:#999;}
.copyright a:hover{ color:#ccc;}
.ft-firend {
	color: #999;
	font-size: 12px;
	line-height: 2
}
.ft-firend a:link {
	color: #999;
}
.ft-firend a:visited {
	color: #999;
}
.ft-firend a:hover {
	color: #C9C9C9;
}
.ft-firend a:active {
	color: #fff;
}
.swiper_sider1 {
	background-image: url( ../images/index_06.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 520px;
	width: 100%;
	display: block;
}
.swiper_sider2 {
	background-image: url(  ../images/background3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 520px;
	width: 100%;
	display: block;
}
.swiper_sider3 {
	background-image: url(  ../images/bacakground1_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 520px;
	width: 100%;
	display: block;
}
strong,b{font-weight:bold!important;}

.friend_link{ display: inline-block; line-height: 14px;}
.friend_link li{list-style:none; float: left; display: inline-block; padding: 0px 10px; border-right: 1px solid #666;}
.friend_link li:first-child{border-right:none; padding: 0px;}
.friend_link li:last-child{border-right:none;}