@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,p,ul,li,input,textarea,select,form,dd,dt,dl{
	margin:0;
	padding: 0;
}
body{
	font:12px/1.5 "Arial","微软雅黑",sans-serif;
	color:#333;
	background-color: #f0f3f5;
}
h1,h2,h3,h4,h5,h6{
	display:block;
	font-size:14px;
	font-weight: normal;
}
ul,ol,dl{
	list-style-type:none;
	margin:0;
	padding:0;
}
img{
	border:none;
	vertical-align:middle;
}
a{
	cursor:pointer;
	display: inline-block;
	text-decoration:none;
	outline:none;
	color: #333;
}
a:hover{
	text-decoration:none;
	color: #0059aa;
}
em,i{
	font-style:normal;
}
input,button{
	border:none;
	outline:none;
}
.mb{
	margin-bottom:10px
}
.di{
	display:inline;
}
.dn{
	display:none
}
.font-bold {
    font-weight: bold;
}
button {
    cursor: pointer;
}
button:hover {
    opacity: 0.9;
}
.more-btn {
    width: 175px;
    height: 35px;
    color: #666666;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background: #ffffff;
}
.more-btn:hover {
    color: #0059aa;
    border-color: #0059aa;
}

/*****字体大小*****/
 .fz12 {
	font-size: 12px;
  }

  .fz14 {
	font-size: 14px;
  }

  .fz16 {
	font-size: 16px;
  }

  .fz18 {
	font-size: 18px;
  }

  .fz20 {
	font-size: 20px;
  }

  .fz22 {
	font-size: 22px;
  }

  .fz24 {
	font-size: 24px;
  }

  /****color*****/
.color000{
    color:#000;
}
.color333{
    color:#333;
}
  .color666{
	  color:#666;
  }
  .color999{
	  color:#999;
  }
  .red{
	  color:#fd0000;
  }
  .green{
	  color:#39a61b;
  }
  .blue{
	  color: #0059aa;
  }

/*修改滚动条样式*/
div::-webkit-scrollbar{
    width:10px;
    height:10px;
    /**/
}
div::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
div::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
div::-webkit-scrollbar-thumb:hover{
    background: #333;
}
div::-webkit-scrollbar-corner{
    background: #179a16;
}

/****** float ******/
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.middle{
	text-align:center;
}
/****** position ******/
.pos-r{
	position:relative;
}
.pos-a{
	position:absolute;
}
.pos-f{
	position:fixed;
}

/****** 主题宽度 ******/
.m{
	overflow:hidden;
	width: 1200px;
	margin:0 auto;
}

/*header---------*/
.header {
    width: 100%;
    margin-bottom: 20px;
}
.header .top {
    height: 80px;
}

.header .top .left {
    float: left;
}

.header .top .left .logo {
    margin-top: 16.5px;
    height: 47px;
    width: 134px;
    background-image: url("../img/logo.png");
    background-size: 100% 100%;
    overflow: hidden;
}
.header .top .logo a {
    height: 47px;
    width: 134px;
    display: inline-block;
    overflow: hidden;
}

.header .top .left .nav {
    height: 60px;
    width: 600px;
    margin: 10px 0 10px 30px;
}

.header .top .left .nav .item{
    font-size: 16px;
    color: #333333;
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.header .top .left .nav .current a {
    color: #0059aa;
    font-weight: bold;
}

.header .top .left .nav .item a:hover {
    color: #0059aa;
    font-weight: bold;
}

.header .top .right {
    float: right;
    margin: 10px 0;
    color: #0059aa;
}

.header .top .right .tel {
    width: 120px;
    height: 60px;
    text-align: center;
    float: left;
}

.header .top .right .download {
    float: left;
    height: 60px;
    margin-left: 30px;
}

.header .top .download-app {
    margin-top: 10px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    background-image: linear-gradient(to left, #0e61a0, #43a15e);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.header .top .download-app:hover .qr-code {
    display: block;
    width: 180px;
    height: 229px;
}

.header .top .qr-code {
    position: absolute;
    display: none;
    left: -30px;
    top: 50px;
    padding: 0;
}

.header .top .login {
    float: left;
    margin-left: 20px;
}

.header .top .login div {
    float: right;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

.header .top .login div a {
    text-decoration: none;
    color: #333333;
}

.header .top .login div:hover a{
    color: #0059aa;
    font-weight: bold;
}

.header .bottom {
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #0059aa;
    height: 50px;
}

.header .bottom .nav .item a{
    float: left;
    height: 50px;
    padding: 15px 0;
    box-sizing: border-box;
    display: inline-block;
}
.header .bottom .nav .item a span{
    display: inline-block;
    padding: 0 27px;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ffffff;
}
.header .bottom .nav .item:last-child a span{
    border-right: none;
}

.header .bottom .nav .item a span{
    color: #ffffff;
}

.header .bottom .nav .item a:hover {
    background-color: #003465;
}

.header .bottom .nav .active a {
    background-color: #003465;
}
/*header==========*/

/*footer----------*/
.footer {
    width: 100%;
    height: 170px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 30px;
}

.footer > .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footer > a {
    text-decoration: none;
    color: #000000;
}

.footer > a:hover {
    color: #0059aa;
    text-decoration: underline;
}
/*footer============*/

.breadcrumb {
    box-sizing: border-box;
    width: 1200px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    font-size: 14px;
    color: #666666;
}

.pagination {
    height: 90px;
    width: 100%;
    background-color: #666666;
    text-align: center;
    line-height: 90px;
}

.cooperation{
    overflow: hidden;
    width: 856px;
    margin: 0 auto;
}

.cooperation h3{
    height: 26px;
    background: url(http://img.f139.com/app/metal/h3_bg.gif) repeat-x;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
}

.cooperation .tit {
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 4px 10px;
}
.cooperation .left {
    float: left;
}

.cooperation span {
    margin: 0;
    padding: 0;
}

.cooperation .h2_3 {
    height: 28px;
    text-align: center;
    line-height: 24px;
    padding: 0 8px;
    font-weight: normal;
}
.cooperation .right {
    float: right;
}
.cooperation span {
    margin: 0;
    padding: 0;
}

.cooperation .clear {
    clear: both;
}

.cooperation .cGray, .cooperation .cGray:visited,.cooperation  .cGray a, .cGray a:visited {
    color: #585858;
}
.cooperation ul {
    list-style: none;
}
.cooperation li {
    list-style-type: none;
}
.cooperation .media li {
    float: left;
    padding: 0 8px;
    line-height: 25px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
}
.cooperation a {
    text-decoration: none;
}