* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

header {
    background-color: #14243C;
    height: 60px;
    width: 100%;
}

#heard {
    position: relative;
    width: 1080px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}

.logo {
    height: 50px;
    float: left;
    margin-top: 5px;
}

.title {
    font-size: 0px;
}

.title li {
    display: inline-block;
}

.title li a {
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
    margin-left: 20px;
}

.title li a:hover {
    color: #D1BF6C;
}

#heard_right {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 60px;
}

#heard_right input {
    position: relative;
    top: -2px;
    height: 26px;
    padding-left: 10px;
    border-radius: 13px;
    border: 0px;
}

#heard_right input::placeholder {
    font-size: 12px;
}

#heard_right img {
    position: relative;
    height: 26px;
    top: 5px;
    margin-left: 20px;
}

#banner {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

#banner_left {
    width: 357px;
    height: 430px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background-color: #14243C;
}

#banner_left li:first-child {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 90px;
    padding: 16px;
}

#banner_left li:first-child img {
    height: 95px;
    position: absolute;
    right: 16px;
    top: 14px;
}

#banner_left li:last-child {
    background-color: #fff;
    color: #14243C;
    padding: 16px;
    border-radius: 6px;
    text-align: left;
    text-indent: 28px;
    font-size: 14px;
    line-height: 26px;
    margin-top: 40px;
}

#banner_right {
    position: absolute;
    background-color: #D1BF6C;
    width: 723px;
    height: 430px;
    right: 0px;
    top: 0px;
    font-size: 0px;
    overflow: hidden;
}

#banner_right img {
    margin-left: -5%;
    width: 110%;
    height: 100%;
}

#team_analysis {
    width: 1080px;
    margin: 0 auto;
}

h2 {
    position: relative;
    color: #03122B;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px;

}

h2 a {
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
    color: #03122B;
    line-height: 30px;
}

.team_analysis {
    width: 100%;
    font-size: 0px;
    text-align: center;
}

.team_analysis li {
    width: 242px;
    height: 136px;
    display: inline-block;
    margin-left: 14px;
    margin-right: 14px;
    text-align: left;
    font-size: 14px;
}

.team_analysis li p {
    padding-left: 5px;
    color: #03122B;
    line-height: 24px;
}

#li_img1 {
    width: 242px;
    height: 136px;
    overflow: hidden;
    border-radius: 10px;
}

#li_img1 img {
    width: 242px;
    transition: all 0.5s;
    height: 136px;
    cursor: pointer;
}

#li_img1 img:hover {
    transform: translate(0px, 0px) scale(1.2) rotate(0deg);
    transition: all 0.5s;
}

#Latest_News {
    width: 1080px;
    margin: 0 auto;
}

#news_msg {
    position: relative;
}

#news_msg_left {
    cursor: pointer;
    position: relative;
    width: 530px;
    height: 600px;
    background: url(../images/news1.webp) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

#news_msg_left p {
    position: absolute;
    font-size: 30px;
    margin-left: 30px;
    bottom: 20px;
    font-weight: bold;
}

#news_msg_right {
    width: 505px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#news_msg_right li {
    position: relative;
    width: 505px;
    height: 136px;
    margin-bottom: 19px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

#news_msg_right li p {
    padding-top: 20px;
    padding-left: 160px;
}

#news_msg_rightimg {
    width: 139px;
    height: 139px;
    overflow: hidden;
    float: left;
}

#news_msg_rightimg img {
    width: 139px;
    transition: all 0.5s;
    height: 139px;
}

#news_msg_right li:hover #news_msg_rightimg img {
    transform: translate(0px, 0px) scale(1.2) rotate(0deg);
    transition: all 0.5s;
}

#Group {
    margin-top: 20px;
    padding: 20px 0px;
    width: 100%;
    background-color: #14243C;
}

#Group h2 {
    color: #fff;
}

#Group h2 a {
    color: #fff;
}

.Group_box {
    width: 1080px;
    margin: 0 auto;
}

.Group_box_TABLE {
    width: 100%;
    text-align: center;
}

.Group_box_TABLE li {
    background-color: #fff;
    display: inline-block;
    width: 316px;
    height: 257px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.Group_box_TABLE li table {
    width: 317px;
    border-collapse: collapse;
    line-height: 50px;
    font-size: 16px;
}

.Group_box_TABLE li table tr {
    border-bottom: 1px solid #dadad8;
}

.Group_box_TABLE li table tr td:nth-child(2) {
    width: 100px;
    text-align: left;
}


.first_team {
    font-weight: bold;
}

footer {
    width: 100%;
    height: 60px;
    background-color: #14243C;
    line-height: 60px;
    color: #fff;
}

footer a {
    color: #fff;

}

.footer {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    border-top: 1px solid #D1BF6C;
}

.footer p {
    position: absolute;
    right: 0px;
    top: 0px;
}

#heard_bottom {
    width: 100%;
    height: 88px;
    background-color: #03122B;
}

#heard_bottom h1 {
    width: 1080px;
    margin: 0 auto;
    height: 88px;
    position: relative;
    color: #fff;
    line-height: 88px;
}

.h1_box {
    position: absolute;
    left: 190px;
    top: 10px;
    font-size: 12px;
}

.h1_box a {
    color: #fff;
    text-decoration: none;
}

.bg1 {
    height: 88px;
    position: absolute;
    right: 0px;
}

#clear {
    height: 30px;
}

#news_list {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-size: 0px;
    margin-top: 30px;
}

#news_list li {
    display: inline-block;
    position: relative;
    width: 350px;
    background-color: #fff;
    border-radius: 10px;
    height: 350px;
    overflow: hidden;
    margin-top: 30px;
    cursor: pointer;
}

#news_list li div {
    width: 350px;
    height: 203px;
    overflow: hidden;
}

#news_list li:nth-child(3n+2) {
    margin: 0px 15px;
}

#news_list li img {
    transition: all 0.5s;
    width: 100%;
}

#news_list li a {
    text-decoration: none;
}

#news_list li p {
    color: #03122B;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

#news_list li:hover img {
    transform: translate(0px, 0px) scale(1.2) rotate(0deg);
    transition: all 0.5s;
}

#banner2 {
    width: 100%;
    font-size: 0-px;
}

#banner2 img {
    width: 100%;
}

.files {
    width: 1080px;
    margin: 0 auto;
}

.files h2 {
    color: #fff;
    margin-bottom: -30px !important;
}

#news_list2 {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-size: 0px;
    margin-top: 30px;
}

#news_list2 li {
    display: inline-block;
    position: relative;
    width: 350px;
    height: 245px;
    overflow: hidden;
    margin-top: 30px;
    cursor: pointer;
}

#news_list2 li div {
    width: 350px;
    height: 203px;
    border-radius: 10px;
    overflow: hidden;
}

#news_list2 li:nth-child(3n+2) {
    margin: 0px 15px;
}

#news_list2 li img {
    transition: all 0.5s;
    width: 100%;
}

#news_list2 li a {
    text-decoration: none;
}

#news_list2 li p {
    font-size: 13px;
    color: #fff;
    text-align: left;
    padding-top: 20px;
}

#news_list2 li:hover img {
    transform: translate(0px, 0px) scale(1.2) rotate(0deg);
    transition: all 0.5s;
}

#news_list3 {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-size: 0px;
    margin-top: 30px;
}

#news_list3 li {
    display: inline-block;
    position: relative;
    width: 350px;
    height: 203px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
}

#news_list3 li div {
    width: 350px;
    height: 203px;
    border-radius: 10px;
    overflow: hidden;
}

#news_list3 li:nth-child(3n+2) {
    margin: 0px 15px;
}

#news_list3 li img {
    transition: all 0.5s;
    width: 100%;
}


#news_list3 li:hover img {
    transform: translate(0px, 0px) scale(1.2) rotate(0deg);
    transition: all 0.5s;
}

#zixun_box {
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

h4 {
    font-size: 24px;
    color: #020F2A;
    width: 80%;
    padding-bottom: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #00B8FF;
}

.zixun_img1 {
    width: 100%;
    margin-top: 30px;
}

#zixun_box p {
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
}

.sjbei {
    float: right;
    width: 300px;
    border-radius: 10px;
    margin-left: 10PX;
    margin-bottom: 10PX;
}

#from {
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#from ul {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 220px;
    margin: 0 auto;
}

#from ul li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

#from ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}

#from ul li:nth-child(1) input {
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #14243C;
    line-height: 30px;
    padding: 0px 10px;
}

#from ul li:nth-child(2) input {
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #14243C;
    line-height: 30px;
    padding: 0px 10px;
}

#from ul li:nth-child(3) button {
    width: 220px;
    border: 0px;
    color: #fff;
    background-color: #14243C;
    line-height: 30px;
    border-radius: 4px;
}

#from ul li:nth-child(4) {
    text-align: left;
    font-size: 12px;
}

#from ul li:nth-child(4) input {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#from ul li:nth-child(4) a:last-child {
    position: absolute;
    right: 0px;
}

.banner22 {
    width: 800px;
    margin: 0 auto;
}

.banner22 img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

#from2 {
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#from2 ul {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 220px;
    margin: 0 auto;
}

#from2 ul li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

#from2 ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}

#from2 ul li:nth-child(1) input {
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #14243C;
    line-height: 30px;
    padding: 0px 10px;
}

#from2 ul li:nth-child(2) input {
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #14243C;
    line-height: 30px;
    padding: 0px 10px;
}

#from2 ul li:nth-child(3) input {
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #14243C;
    line-height: 30px;
    padding: 0px 10px;
}

#from2 ul li:nth-child(4) input {
    width: 200px;
    border: 0px;
    border-bottom: 1px solid #14243C;
    line-height: 30px;
    padding: 0px 10px;
}

#from2 ul li:nth-child(6) button {
    width: 220px;
    border: 0px;
    color: #fff;
    background-color: #14243C;
    line-height: 30px;
    border-radius: 4px;
}

#from2 ul li:nth-child(7) {
    text-align: left;
    font-size: 12px;
}

#from2 ul li:nth-child(7) input {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#from2 ul li:nth-child(7) a:last-child {
    position: absolute;
    right: 0px;
}

select {
    width: 220px;
    padding: 0px 10px;
    height: 30px;
    border: 1px solid #14243C;
    border-radius: 4px;
}