/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/*@font-face {
    font-family: PingFang-SC-Semibold;
    src: url(../fonts/PingFang-SC-Semibold.ttf);
}

@font-face {
    font-family: PingFangSC-Regular ;
    src: url(../fonts/PingFang_Regular.otf);
}*/
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;
	font-family: tahoma,'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
	/*"Microsoft YaHei", "微软雅黑";*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/*公用*/
/* clear 页头，页脚，内容区都不用再加清除样式 */
.clearfix:before, body:before{ content: ''; display: table }
.clearfix:after { content: ''; display: table; clear: both }
.clearfix{ *zoom: 1 }
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.auto-bg { background-repeat:no-repeat; overflow:hidden; position:relative; background-position:center;
background-size:cover; 
-ms-behavior: url(backgroundsize.min.htc);
behavior: url(backgroundsize.min.htc);}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.lineHeight15 {
	line-height: 15px !important;
}
.pleft{padding-left: 21px;}
.pleft1{padding-left: 17px;}
.pleft2{padding-left: 4px;}
			
.content .content_title {
	text-align: center;
}
.content .content_title .title_width {
	display: inline-block;
}
.content .content_title h1 {
	line-height: 36px;
	font-size: 36px;
	color: #252525;
	letter-spacing: 4px;
}
.content .content_title span {
	display: block;
	width: 70px;
	height: 8px;
	border-radius: 20px;
	margin: 30px auto 70px auto;
	background: #0ECEFF;
	transition: width .3s linear;
}
.content_title .title_width:hover span {
	width: 110px;
	max-width: 110px;
}
/*开始*/
.header {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9999;
    -webkit-transition: height .2s,top .2s,background-color .2s;
    transition: height .2s,top .2s,background-color .2s;
}
.header .container {
	min-width: 1000px;
}
.header .logo {
	display: block;
    height: 78px;
    width: 220px;
    background: url(../icons/logo.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 5px;
}
.header .nav {
	height: 83px;
    position: absolute;
    right: 0;
    top: 0;
}
.header .nav li {
	float: left;
	padding: 0 30px;
}
.header .nav a {
    height: 83px;
    padding: 0;
    line-height: 83px;
    color: #0f6bb0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    -webkit-transition: font-weight .3s;
    transition: font-weight .3s;
}
.header .nav a.select {
	line-height: 74px;
	border-top: 4px solid #0f6bb0;
}
.header .nav li:hover a {
	/*line-height: 74px;
	border-top: 4px solid #393939;
	background: transparent;*/
	background: transparent;
}
.header .nav span {
    display: block;
    height: 14px;
    width: 2px;
    background: #9a9a9a;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6.5px;
    opacity: .3;
}
.footer {
	width: 100%;
	min-height: 434px;
	padding-top:40px;
	letter-spacing: 1px;
	color: #ecf0f1;
	background: url(../images/footer.png) center center no-repeat;
	background-size: cover;
}
.footer .container {
	min-width: 1000px;
}
.footer .footer_item {
	padding-right: 140px;
}
.footer .footer_item .footer_top {
	margin-top: 20px;
}
.footer h1{
	line-height: 36px;
	font-weight: bold;
	font-size: 18px;
}
.footer p{
	min-height: 64px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
}
.footer img {
	margin-left: 44px;
}
.footer_first {
	padding-bottom: 22px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
@media only screen and (max-width: 1200px) {
.pleft2 {padding-left: 22px;}
/*header*/
.header {
	
}
/*footer*/
.footer {
	
}
}
@media only screen and (max-width: 750px) {
/*header*/
.header {
	
}
/*footer*/
.footer {
	
}
}
