@charset "UTF-8";

/*初始化css*/
body {
    min-width: 1200px;
    font-family: 微软雅黑;
    color: #333;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section1+...)		footer*/

/* 通用头部开始 */
.bx-1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 760px;
    background: url(banner.png) no-repeat center center;
    overflow: hidden;
}

.header-logo{
    margin-top: 50px;
    margin-bottom: 184px;
}
.header-logo img{
    width: 507px;
    height: 110px;
}
.header-title{
    text-align: center;
}
.ty-title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
/* 第一部分 */
.section1{
    margin-bottom: 50px;
}
.section1-nr{
    display: flex;
    justify-content: space-between;
}
.section1-left{
    width: 580px;
    position: relative;
}
.seciton1-top{
    position: relative;
    z-index: 1;
}
.seciton1-top img{
    width: 580px;
    height: 435px;
}
.section1-time{
    width: 80px;
    height: 80px;
    background-color: #2C548F;
    color: #fff;
    padding: 0 11px;
    text-align: center;
    position: absolute;
    top: 376px;
    left: 20px;
    z-index: 2;
}
.section1-time p:first-child{
    font-size: 20px;
    border-bottom: 2px solid #6282af;
    line-height: 43px;
}
.section1-time p:last-child{
    font-size: 16px;
    line-height: 32px;
}
.section1-bottom{
    min-height: 145px;
    background-color: #F5F5F5;
    padding: 0 20px;
    padding-top: 41px;
}
.section1-bottom p{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 9px;
}
.section1-bottom span{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}


.section-right{
    width: 580px;
}
.section-right li{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 31px;
    padding-top: 35px;
}
.section-right li a{
    display: flex;
    justify-content: space-between;
}
.section1-right-time{
    width: 77px;
    height: 77px;
    border-right: 1px solid #D8D8D8;
}
.section1-right-time p{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 5px;
}
.section1-right-time span{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: block;
    width: 58px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #D8D8D8;
}
.section1-tight-nr{
    width: 481px;
}
.section1-tight-nr p:first-child{
    height: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 4px;
}
.section1-tight-nr p:last-child{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}
.section-right li a:hover .section1-tight-nr p:first-child{
    color: #2C548F;
}
.section-right li:last-child{
    border-bottom: none;
}

/* 第二部分 */
.section2{
    height: 278px;
    background: url(banner2.png) no-repeat center center;
    padding-top: 10px;
}
.section2-nr a{
    display: block;
    width: 608px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 #99999933;
    margin: 0 auto;
    font-weight: 500;
    font-size: 22px;
    color: #2C548F;
    text-align: center;
    line-height: 80px;
}
/* 第三部分 */
.section3{
    margin-bottom: 50px;
}
.section3-box{
    background-color: #FAFAFA;
    padding: 30px;
    margin-bottom: 30px;
}
.section3-title{
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.section3-tab{
    display: flex;
    justify-content: left;
    border-bottom: 1px solid #CAD3DD;
}
.section3-tab li{
    margin-right: 30px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}
.section3-tab li:last-child{
    margin-right: 0;
}
.section3-tab li.section3-active{
    border-bottom: 2px solid #2C548F;
}
.section3-tab li.section3-active a{
    color: #2C548F;
}
.section3-nr {
    padding-top: 20px;
}
.section3-nr li{
    padding-left: 19px;
    background: url(list.png) no-repeat left center;
    line-height: 36px;
}
.section3-nr li a span{
    color: #999999;
    margin-left: 20px;
}
.section3-nr li a:hover{
    color: #2C548F;
}