@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background:#fff;
    min-width: 1200px;
    overflow-x: auto;
    font-size: 14px;
    min-height: 640px; 
    font-family: Arial,sans-serif,Microsoft YaHei;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

s {
    text-decoration: none;
}

s, em {
    font-style: normal;
}

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
    color: #333;
}

a:hover, a:focus{
    text-decoration: none !important;
    outline: none !important;
    color: #517ee3;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal;  }

body a {
    outline: none;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    display: block;
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

/* 颜色 */
.blue{
    color: #517ee3;
}
.yellow{
    color: #ffc000;
}
.color666{
    color: #666;
}
.color999{
    color: #999;
}

/*footer*/
.footer{
   width: 100%;
   overflow: hidden;
   background:#2b3e59;
   padding:25px 0;
   color: #b2b5c8;
   font-family: Arial,sans-serif,Microsoft YaHei;
   display:block;
}
.footer_con{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    display: flex;
}
.footer_con .qrCode{
    margin-right: 10px;
}
.footer_con .qrCode h5{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.footer_con a{
   color: #b2b5c8;
}
.footer_con a:hover{
   color:#166fff;
}
.footer_con .footer_profile{
  width: 1000px;
  flex:1;
  padding-left: 25px;
}
.footer_con .footer_address{
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer_con .footer_tel{
    line-height: 24px;
}
.footer_con .footer_certbox{
    margin-top: 15px;
    border-top: 1px solid #516174;
    padding-top: 10px;
}
