@charset "utf-8";
/**
@Author: yu_Wj
@Description：全站公用样式文件
*/

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    /*取消链接高亮*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
}
html {
    font-family: sans-serif;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    min-height: 100%;
	position: relative;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "CataneoBT-Regular";
  src: url("../font/CataneoBT-Regular.woff2") format("woff2"),
       url("../font/CataneoBT-Regular.woff") format("woff"),
       url("../font/CataneoBT-Regular.ttf") format("truetype"),
       url("../font/CataneoBT-Regular.eot") format("embedded-opentype"),
       url("../font/CataneoBT-Regular.svg") format("svg"),
       url("../font/CataneoBT-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/**
 * 自定义被选择文字的颜色
 */
/*webkit, opera, IE9*/
::selection{
	color: #fff;
	background:#1e589a;
}
/*mozilla firefox*/
::-moz-selection{
	color: #fff;
	background:#1e589a;
}

/**
 * 表格元素
 */
table { border-collapse: collapse; border-spacing: 0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/**
 * 重置超链接元素
 */
a,
a:hover,
a:link,
a:focus {text-decoration: none;}
b,strong {font-weight: bold;}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #f1f1f1;
}

iframe, frame, frameset{border: 0;}

/**
 * 清除浮动
*/
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix {zoom: 1;}
.clearfix:after {
	content: " ";
	opacity: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

/**
 * 左右浮动
*/
.yu_fl{float: left !important;}
.yu_fr{float: right !important;}
.yu_fc{overflow: hidden !important;}

/**
 * 左右对齐
*/
.yu_tl{text-align: left !important;}
.yu_tr{text-align: right !important;}
.yu_tc{text-align: center !important;}

/**
 * 标题
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/**
 * 相对绝对
*/
.yu_pf{position: fixed;}
.yu_pr{position: relative;}
.yu_pa{position: absolute;}

/*框架*/
.container{
	width: 1200px;
    margin: 0px auto;
    clear: both;
}
.yu_mask{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}

/**
 * 字符限制
*/
.charLimit{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*header*/
header{
	width: 100%;
    background: #fff;
    position: fixed;
    z-index: 9;
}
.logo_1{
	float: left;
	margin: 10px 0;
	font-size: 0;
	line-height: 0;
}
.logo_1 img{
	height: 90px;
}
/*导航*/
.nav{
	float: right;
	padding: 43px 0 37px;
}
.nav li{
	float: left;
	padding-left: 20px;
}
.nav li a{
	float: left;
	color: #666;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	position: relative;
}
.nav li a:after{
	content: "";
	width: 0;
	height: 6px;
	background: #1e589a;
	position: absolute;
	left: 50%;
	bottom: -37px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.nav li.current a,
.nav li a:hover{
	color: #1e589a;
	font-weight: bold;
}
.nav li.current a:after,
.nav li a:hover:after{
	width: 100%;
}
/*中英文*/
.cn_en{
	float: right;
	padding: 43px 0 37px;
	margin-left: 15px;
	position: relative;
}
.cn_en:before{
	content: "";
	width: 1px;
	height: 30px;
	background: #a5a5a5;
	position: absolute;
	top: 43px;
	left: -1px;
}
.cn_en a{
	float: left;
	color: #666;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
}

/*footer*/
footer{
	background: #fcfcfc;
}
.footer{
	padding-bottom: 55px;
	padding-top: 80px;
	background: url(../images/pic_10.png) no-repeat 146px 54px;
}
.logo_2{
	float: left;
	margin-top: 80px;
}
.fast_links > h3,
.contact_us > h3{
	font-family: "CataneoBT-Regular";
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: solid 1px #ddd;
}
/*FAST LINKS*/
.fast_links{
	float: right;
	width: 240px;
}
.fast_links ul{
	width: 100%;
	overflow: hidden;
}
.fast_links li{
	float: left;
	width: 50%;
	padding-bottom: 40px;
}
.fast_links li:nth-child(2n){
	padding-right: 12px;
}
.fast_links li a{
	float: left;
	color: #666;
	font-size: 14px;
}
.fast_links li:nth-child(2n) a{
	float: right;
}
.fast_links li a:hover{
	color: #1e589a;
}
/*CONTACT US*/
.contact_us {
	float: right;
	width: 355px;
	margin-left: 130px;
}
.contact_us p {
	float: left;
	color: #666;
	font-size: 14px;
	width: 100%;
	height: 30px;
	line-height: 1;
}
.contact_us p span {
	float: left;
	width: 70px;
	text-align: justify;
	position: relative;
}
.contact_us p span i {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 100%;
}
.contact_us p span:after {
	content: " ";
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
}
.footerBottom{
	color: #999;
	font-size: 14px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #f0eef4;
}

/*返回顶部*/
.backTop {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background: #1e589a;
	position: fixed;
	bottom: 5%;
	right: -54px;
	z-index: 1000;
	-webkit-transition: 1s;
	   -moz-transition: 1s;
	     -o-transition: 1s;
	        transition: 1s;

}
.backTop .ico {
	width: 18px;
	height: 10px;
	margin: 18px auto 0;
	background: url(../images/pic_11.png) center no-repeat;
	display: block;
}
.backTop.showme {
	right: 40px;
	-webkit-transform: scale(1) rotate(-360deg) translate(0px);
	   -moz-transform: scale(1) rotate(-360deg) translate(0px);
	     -o-transform: scale(1) rotate(-360deg) translate(0px);
	        transform: scale(1) rotate(-360deg) translate(0px);
}
.backTop:hover {box-shadow: 0 0 20px rgba(11,26,83,.2);}
.backTop:hover .ico {
	margin-top: 13px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

/**
 * 面包屑导航
*/
.position {
	color:#666;
	font-size: 14px;
	text-align: right;
	padding: 20px 0 60px;
}
.position font{
	padding-left: 24px;
	background: url(../images/icon_9.png) left center no-repeat;
}
.position a{color: #666;}
.position a:hover{color: #1e589a;}
.position a:last-child{
	color: #1e589a;
	cursor: default;
}

/*内页-banner*/
.banner{
	height: 560px;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*分页*/
.page{
	width: 100%;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.page a, .page span{
	color: #bbb;
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border: solid 1px #e8ecf8;
	margin: 0 5px;
	border-radius: 5px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
.page a:hover,.page span{
	background-color: #1e589a !important;
	border-color: #1e589a !important;
	color: #fff !important;
}
.page a:first-child,
.page a:last-child{
	font-family: simsun;
	font-size: 24px;
}
.paging_margin{
	margin: 50px auto 70px;
}
.paging_margin_1{
	margin: 70px auto;
}

/*上一篇/下一篇*/
.char_limit{
	width: 100%;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.char_limit span.yu_fl,
.char_limit span.yu_fr{
	width: 300px;
}
.char_limit span,
.char_limit span a{
	color: #999;
}
.char_limit a:hover{color: #2d669a;}
.char_limit_margin{
	margin: 40px auto 70px;
}
