﻿@charset "utf-8";

/*重置css*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
}

body {
    overflow-x: hidden;
    background: #fff;
    line-height: 190%;
    box-sizing: border-box;
    color: #5a5a5a;
    font-family: Microsoft Yahei, 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    vertical-align: middle;
}

/* custom */
a {
    outline: none;
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

a:focus {
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/*公共样式*/
.m1200 {
    width: 1200px;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.ov {
    overflow: hidden
}

.clear {
    float: left;
    clear: both;
}

/*head*/
/* #head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: rgba(30, 67, 153, 0.91);
    font-size: 0;
    line-height: 100%;
    background: rgba(4, 122, 212, 0.85);
    background: rgba(29, 94, 180, 0.84);
}

#head .fl img {
    margin: 15px 0px;
}

#head ul {
    overflow: hidden;
    margin: 20px 0px;
}

#head ul li {
    float: left;
    margin-left: 9px;
    padding: 5px 10px;
    margin-top: 0;
}

#head ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

#head ul li.thisname {
    position: relative;
}

#head ul li.thisname::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #fff;
    height: 1px;
    left: 50%;
    margin-left: -25px;
} */



/*foot*/
#foot {
    width: 100%;
    background: url("footbg.png") top center no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

#foot .foot {
    width: 808px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
    ;
}

#foot .foot p a {
    color: #fff
}

#foot .foot_logo {
    font-size: 0;
    line-height: 0;
    ;
}

#foot .foot_logo img {
    padding: 20px 0px;
}

#foot p {
    font-size: 14px;
    line-height: 25px;
}

#foot .copyright {
    padding: 5px 0px;
}

#foot .sydw {
    padding: 50px 0px;
}

#foot .sydw img {
    width: 40px;
}

#foot .yqlj {
    height: 79px;
    border-bottom: 1px solid #5674af;
    border: 0px;
}

#foot .yqlj .fl {
    font-size: 18px;
    color: #ffffff;
    line-height: 79px;
}

#foot .yqlj .fr {
    width: 1073px;
}

#foot .yqlj .fr ul {
    overflow: hidden;
    width: 1200px;
}

#foot .text {
    border-top: 1px solid #5674af;
}

#foot .text p {
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}

#foot .yqlj .fr .friendship_select select {
    float: left;
    width: 250px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #5674af;
    margin-right: 50px;
    text-align: left;
    margin: 24px 0px;
    margin-right: 116px;
    padding-left: 26px;
    color: #fff;
    line-height: 30px;
}

.friendship_select {
    float: left;
    width: 1167px;
    height: 79px;
    overflow: hidden;
}

.friendship_select select {
    float: left;
    margin-right: 22px;
    padding-left: 20px;
    width: 200px;
    height: 30px;
    border: 1px dotted #fff;
    appearance: inherit;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: url(icon7.png) 218px center no-repeat;
}

.friendship_select option {
    color: #fff;
    background: #083999;
}

/*index公共title*/
.public_title {
    text-align: center;
    margin: 45px auto;
    width: 400px;
}

.public_title i {
    background: #0e55a2;
    width: 100px;
    height: 1px;
    display: inline;
    margin: 20px 0px;
}

.public_title span {
    padding: 0px 20px;
    font-size: 30px;
    color: #0e55a2;
    line-height: 37px;
}

.public_title.white i {
    background: #fff;
}

.public_title.white span {
    color: #ffffff;
}

/*列表分页*/
.pagelist {
    overflow: hidden;
    margin: 30px 0;
}

.pagelist li {
    float: left;
    margin: 0 5px
}

.pagelist li {
    font-size: 14px;
    padding: 2px 8px;
}

.pagelist li a {
    font-size: 14px;
}

.pagelist .thisclass {
    background: #1d59b2;
    color: #fff;
}

.pagelist .thisclass a {
    color: #fff
}

/* 联合体成员 */
.lhtcy {
    background: #f6f7f8;
    overflow: hidden;
    ;
}

.lhtcy ul {
    overflow: hidden;
    width: 1225px;
}

.lhtcy ul li {
    width: 220px;
    height: 55px;
    overflow: hidden;
    margin-right: 25px;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    line-height: 55px;
}

.lhtcy ul li img {
    width: 220px;
    max-width: 2000px;
    vertical-align: middle;
}

/* bannewr */
.banner {
    width: 100%;
    height: 330px;
    background: url("about_banner.png") top center no-repeat;
}

.banner .title {
    /* padding-top:150px; */
    position: relative;
    z-index: 3;
    margin-top: 213px;
}

.banner .title span {
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
    display: inline-block;
}

.banner .title i {
    width: 92px;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: 10px;
}
#PC{
    display: block;
}
#phone{
    display: none;
}