* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    border: none;
    /*color: #444444;*/
}

a:focus {
    outline: none;
}

img {
    border: none;
}

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

body {
    width: 100%;
    min-width: 1200px;
}

.gg{width:1200px;overflow:hidden;margin:0 auto;}


.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
     /* 触发 hasLayout */
    zoom: 1;
}

.head{
    width: 100%;
    height: 275px;
    background: url(../images/bg_head.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.c_w_1200{
    width: 1200px;
    margin: 0 auto;
    background: white;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px 0 #d0d0d0;
}

.head .logo{
    width: 1200px;
    height: 100px;
    position: relative;
    background: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: 70%;
    margin: 0 auto;
    background-position: center;
}

.tool {
    position: absolute;
    top: 110%;
    left:0;
    right: 0;
    margin:0 auto;
    font-size: 14px;
    color: #444444;
}

.tool a {
    font-size: 14px;
    color: #444444;
    padding: 15px;
}




.floatPanel {
    position: absolute;
    top: 420px;
    right: 10px;
}

.fp-itm {
    width: 62px;
    height: 62px;
    display: block;
    margin-bottom: 5px;
}


.wechatcode {
    width: 120px;
    height: 120px;
    float: right;
    position: absolute;
    bottom: 0;
    left: -120px;
}

.wechatcode img {
    width: 120px;
    height: 120px;
}

.nonexist {
    display: none;
}

.foot {
    width: 100%;
    height: 157px;
    background-color: #005bac;
    overflow: hidden;
}

.foot .con {
    width: 715px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.foot .logo_1 {
    float: left;
    margin-top: 10px;
    margin-right: 35px;
}

.foot .logo_2 {
    float: left;
    margin-top: 12px;
    margin-left: 45px;
    margin-right: 20px;
}

.foot .text {
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.foot .text p {
    font-size: 14px;
    line-height: 24px;
}

.foot .text2 {
    font-size: 16px;
    margin-top: 15px;
}

.foot .text2 p {
    font-size: 16px;
}


.search{
    width: 288px;
    margin-left: 12px;
    height: 40px;
    /*float: left;*/
    margin-top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background: rgba(141,154,170,0.3);
    border-radius: 25px;
    background-image:url("../images/search_icon.svg");
    background-repeat: no-repeat;
    background-position-x:95%;
    padding: 0 10px;
    margin: 0 auto;
}

.search input[type=text] {
    width: 170px;
    margin-left: 2px;
    border: none;
    background: none;
    outline: none;
    height: 34px;
    line-height: 34px;
    margin-top: 2px;
    color: #ffffff;
}

.search button[type=submit] {
    border: none;
    background: none;
    outline: none;
    width: 44px;
    height: 40px;
    float: right;
}
.search select {
    background: none;
    border: none;
    color: #fff;
    border-right: 1px solid rgb(255,255,255,0.2);
    height: 40px;
    outline: none;
    line-height: 40px;
}

.search input::placeholder{
    color: #fff;
}