*{
  padding: 0;
  margin: 0;
}
html,body{
  font-family: PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
  position: relative;
  background-color: #ffffff;
  cursor: default;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
  line-height: normal;
}
img{
  border: 0;
  vertical-align: top;
}
ul,li,ol{
  list-style: none;
}
input{
  border: 0;
  outline: none;
  vertical-align: top;
}
/* 去除特殊标签斜体 */
s,
i,
em {
  font-style: normal;
  /*去掉倾斜*/
  text-decoration: none;
  /*去掉删除线*/
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* IE/ 7 / 6 */
}
/* 去除链接默认样式 */
a {
  color: #333333;
  text-decoration: none;
  vertical-align: top;
}
select , option {
  border: 0;
  outline: none;
}
textarea {
  border: 0;
  outline: none;
  resize: none;
}
/* 给placeholder 添加颜色样式 */
input::-webkit-input-placeholder {
    color: #b0b0b0;
}
textarea::-webkit-input-placeholder{color:#b0b0b0;}
/* 单行省略 */
.one-row {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 多行省略 */
.more-row {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 解决swiper闪屏方法 */
.swiper-container {
  transform:translate3d(0,0,0);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  transform:translate3d(0,0,0);
}
/* 点击导航隐藏阴影 */
.click_nav_hideshadow {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
/*公共类*/
.w {
    width: 1200px;
    margin: auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.martop0 {
    margin-top: 0!important;
}
.marleft0 {
    margin-left: 0!important;
}

/* 分页 */
#divPage {
    margin: 20px 0 0;
    padding-bottom: 25px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
#divPage span {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    border-radius: 2px;
}
#divPage .current {
    padding: 7px 16px;
    margin-right: 5px;
    font-weight: bold;
    background: #2b97ff;
    color: #fff;
    border-radius: 2px;
}
#divPage a {
    padding: 6px 16px;
    margin-right: 5px;
    border: 1px solid #d2d0d1;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}
#divPage a:hover {
    background: #2b97ff;
    color: #ffffff;
    border: 0;
    padding: 7px 17px;
}
#divPage .txt {
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    border: solid 1px #d2d0d1;
    border-radius: 2px;
    margin: 1.2% 0;
    text-align: center;
}

body {
	background-color: #f2f7fb;
}
.header {
	width: 100%;
	background-color: #FFFFFF;
	padding: 16px 0;
}
.logo {
	width: 800px;
}

.pt1r {
	width: 356px;
	height: 42px;
	border: 1px solid #e3e3e3;
	line-height: 42px;
	margin-top: 12px;
}

.pt1r span {
	padding-left: 8px;
	font-size: 14px;
	color: #333333;
}

.pt1r span i {
	color: #ff6600;
}
/* 导航 */
.navigation {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	z-index: 9999;
	width: 1200px;
	margin: auto;
}
.navigation li {
	margin: 0 2.5%;
	position: relative;
	width: 110px;
	text-align: center;
}
.navigation li>a {
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
}
.navigation li.active a {
	font-weight: bold;
}
.navigation li .botline {
	width: 100%;
	height: 6px;
}
.navigation li.active .botline {
	width: 100%;
	height: 6px;
	background-color: #FFFFFF;
	border-radius: 2px;
}
.navigation li ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin: auto;
	width: 110px;
	background-color: rgba(255,255,255,0.3);
	text-align: center;
	border-radius: 3px;
}
.navigation li li {
	margin: 0;
	width: 110px;
}
.navigation li li a {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 26px;
	margin: 20px 0;
}
.navigation li li:hover a {
	color: #0255a5;
}
.navigation li:hover .botline {
	display: none;
}
.navigation li:hover .oul {
	display: block;
}
.main-wrap {
	width: 1200px;
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}
/* 友情链接 */
.friendlink {
	width: 100%;
	height: 108px;
	background-color: #005bac;
}
.lkr li {
	float: left;
	margin: 0 10px;
	line-height: 107px;
}
.lkr ul li label {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.lkr ul li select {
    display: inline-block;
    width: 86px;
    height: 30px;
    line-height: 30px;
    background: url(../images/sel.png) no-repeat center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding-left: 18px;
    padding-right: 0px;
    outline: none;
    color: rgba(0,91,172,0.8);
}
/* 尾部 */
.final {
    background: #0e63ae;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}
.fil1 {
    padding-top: 25px;
}
.final a {
    color: #fff;
    font-size: 13px;
}
.fil1 a, .fil1 i {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
}
.fil2{
    padding-bottom: 25px;
}
/* 右侧 */
.ffix {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 10;
}
.ffix ul li {
    position: relative;
    margin: 4px 0;
    border: 1px solid #dcdcdc;
    background: #fff;
}
.ffix ul li .ffixi .ffixia p {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 7px;
    font-size: 12px;
    color: #333333;
}
.ffix ul li .ffixi .ffixi_ewm {
    position: absolute;
    top: 0;
    right: 60px;
    display: none;
}
.empty {
	width: 100%;
	height: 50px;
}