﻿* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    display: block;
}

html,
body {
    height: 100%;
    font-family: 'Microsoft YaHei';
}


/*小字*/

.fs12 {
    font-size: 12px !important;
}


/*上部分图片*/

.header {
    width: 100%;
    height: 27.77%;
}

.header img {
    width: 100%;
    height: 100%;
}


/*底部背景*/

.main {
    width: 100%;
    height: 90%;
    background: url('../imgs/new2/bj.png') 0 0 no-repeat;
    background-size: 100% 100%;
}


/*主要内容*/

.con {
    height: 638px;
    width: 1200px;
    background: url('../imgs/new2/main.png') 0 0 no-repeat;
    margin: 0 auto;
    box-sizing: border-box;
}

.con_one {
    height: 381px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
}

.title1 {
    height: 47px;
    width: 361px;
    line-height: 47px;
    font-size: 24px;
    color: #5de3f2;
    text-align: center;
    background: url('../imgs/new2/titleB.png') 0 0 no-repeat;
    margin: 0 auto;
}

.list_one {
    height: 215px;
    width: 1135px;
    margin: 0 auto;
    margin-top: 43px;
}

.list_li {
    width: 149px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #5de3f2;
    font-size: 16px;
    margin: 0 19px 14px;
    border: 1px solid #5de3f2;
    float: left;
}

.more {
    margin: 0 auto;
    width: 80px;
    height: 60px;
    position: relative;
    color: #5de3f2;
    text-align: center;
}

.more img {
    margin: 5px auto;
}

.more a {
    color: #5de3f2;
}


/*第二段*/

.con_two {
    height: 213px;
    width: 100%;
    margin-top: 18px;
    box-sizing: border-box;
    padding-top: 12px;
}

.title2 {
    height: 47px;
    width: 361px;
    line-height: 47px;
    font-size: 24px;
    color: #5de3f2;
    text-align: center;
    background: url('../imgs/new2/titleB.png') 0 0 no-repeat;
    margin: 0 auto;
}

.list_two {
    width: 1135px;
    margin: 0 auto;
    margin-top: 40px;
}