ul,
dl {
    list-style: none;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #000000;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: Microsoft Yahei;
    background-color: #F0F0F0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
    line-height: 0;
}

.opacity {
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    opacity: 0.5;
    /* 支持opacity的浏览器*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.bg {
    min-width: 1120px;
    margin: 0 auto;
}

.banner {
    background: url('/template/24582076/24582078.jpg') no-repeat center top;
    height: 624px;
    background-size: cover;
}

.sec {
    margin: 40px auto;
}

.sec_l {
    width: 200px;
}

.sec_l img {
    width: 81px;
    height: 26px;
    margin-left: 5px;
}

.sec_l span img {
    width: 230px;
    height: 124px;
    margin-left: -15px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.curr {
    font-weight: bold;
}

.sec_l .nav {
    background: url('/template/24582076/24582125.png')repeat-y center;
    padding-top: 20px;
}

.sec_l .nav ul {
    width: 232px;
    margin-left: -16px;
}

.sec_l .nav ul li {
    position: relative;
    display: block;
    width: 214px;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
    background-color: #0F75B5;
    margin: 20px auto;
    text-align: center;
}

.sec_l .nav ul li span {
    position: absolute;
    display: block;
    width: 194px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 2px dashed #fff;
    background-color: #349BDB;
    margin: 4px 8px;
}

.sec_l .nav ul li a {
    color: #fff;
}

.sec_l .nav ul li dl {
    width: 163px;
    margin: auto;
    display: none;
}

.sec_l .nav ul li dl dd {
    height: 40px;
    line-height: 40px;
    margin: 7px auto;
    text-align: center;
    border-bottom: 1px solid #69B5E4;
}

.sec_r {
    width: 1260px;
    margin-top: 85px;
    background-color: #fff;
    box-shadow: #D8D8D8 0px 0px 15px
}


/* sec1 */

.title1 {
    width: 1192px;
    height: 83px;
    background: url('/template/24582076/24582135.png') no-repeat center;
    background-size: cover;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5 {
    width: 1220px;
    margin-left: 40px;
}

.sec1 ul,
.sec2 ul,
.sec3 ul,
.sec4 ul,
.sec5 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec1 li img,
.sec2 li img,
.sec3 li img,
.sec4 li img,
.sec5 li img {
    width: 286px;
    height: 187px;
}

.sec1 li,
.sec2 li,
.sec3 li,
.sec4 li,
.sec5 li {
    margin-top: 35px;
}

.sec1 li p,
.sec2 li p,
.sec3 li p,
.sec4 li p,
.sec5 li p {
    margin: auto;
    text-align: center;
}


/* sec2 */

.title2 {
    width: 1192px;
    height: 83px;
    margin-top: 58px;
    background: url('/template/24582076/24582135.png') no-repeat center;
    background-size: cover;
}


/* sec3 */

.title3 {
    width: 1192px;
    height: 83px;
    margin-top: 58px;
    background: url('/template/24582076/24582135.png') no-repeat center;
    background-size: cover;
}


/* sec4 */

.title4 {
    width: 1192px;
    height: 83px;
    margin-top: 58px;
    background: url('/template/24582076/24582135.png') no-repeat center;
    background-size: cover;
}

.title5 {
    width: 1192px;
    height: 83px;
    margin-top: 58px;
    background: url('/template/24582076/24582135.png') no-repeat center;
    background-size: cover;
}

.sec1 .title1 a,
.sec2 .title2 a,
.sec3 .title3 a,
.sec4 .title4 a,
.sec5 .title5 a {
    display: block;
    width: 300px;
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    margin-left: 30px;
    padding-top: 5px;
}


/* footer */

.footer {
    width: 100%;
    height: 140px;
    margin-top: 40px;
    background-color: #357EF1;
}

.ft {
    width: 1500px;
    height: 120px;
    margin: auto;
    padding: 10px 0px;
    vertical-align: middle
}

.word {
    width: 1200px;
    height: 120px;
    margin: -134px 150px;
    padding: 10px 0px;
}

.logo1 {
    margin: 20px 0px 20px 50px;
}

.logo2 {
    margin: 30px 15px;
}

.footer p {
    text-align: center;
    line-height: 30px;
    color: #fff;
}