* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: Î¢ÈíÑÅºÚ;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    width: 1300px;
    margin: 0 auto;
}

.top {
    position: relative;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(2, 79, 140, .75);
}

.head {
    width: 1478px;
    margin: 0 auto;
    line-height: 115px;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-l img {
    vertical-align: middle;
}

.head-r {
    float: right;
}

.nav>ul>li {
    position: relative;
    float: left;
    line-height: 115px;
    padding-left: 32px;
}

.nav>ul>li>a {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.nav>ul>li>a::before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
}

.nav>ul>li>a::after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a::after {
    height: 36px;
    bottom: -46px;
}

.nav>ul>li ul {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -80px;
    background: rgba(188, 179, 179, .6);
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 40px;
    text-align: center;
}

.nav>ul>li ul li a {
    color: #000;
}

.nav>ul>li ul li:hover {
    background-color: #024f8c;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.point {
    text-align: left;
}

.point span {
    display: inline-block;
    width: 160px;
    height: 54px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    line-height: 54px;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 1px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.point span.on {
    background-color: #024f8c;
    color: #fff;
}

.box>.search-box {
    display: none;
}

.box>.search-box:first-child {
    display: block;
}

.search-box {
    width: 920px;
    height: 65px;
    background-color: #fff;
}

.search-box input[type="text"] {
    width: 790px;
    height: 65px;
    line-height: 65px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.search-box input[type="image"] {
    vertical-align: middle;
}

.search-box span {
    font-size: 18px;
    color: #024f8c;
    vertical-align: middle;
    padding-left: 15px;
}

.head-down {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
}

.head-down>ul>li {
    float: left;
    width: 10%;
    text-align: center;
}

.head-down>ul>li>a {
    display: block;
}

.pic1 {
    height: 46px;
    line-height: 46px;
}

.pic1 img {
    vertical-align: middle;
}

.text1 {
    height: 50px;
    line-height: 50px;
}

.head-down>ul>li>a p {
    font-size: 16px;
    color: #fff;
}

.head-down>ul>li:hover p {
    color: #024f8c;
}

.footer {
    background-color: #2f2f2f;
}

.foot {
    width: 740px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin: 0 auto;
    padding-left: 80px;
    background: url(/tsg/images/blue.png) no-repeat left center;
    box-sizing: border-box;
}

.foot p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.foot p a {
    font-size: 14px;
    color: #fff;
}