﻿/* 轮播 */
.banner .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .slideBox .hd {
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    bottom: 30px;
    z-index: 1;
}

.banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}

.banner .slideBox .hd ul li {
    margin-right: 18px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border-radius: 50%;
    opacity: 0.5;
}

.banner .slideBox .hd ul li:last-child {
    margin-right: 0;
}
.banner_con div a{
display: block;
}
.banner .slideBox .hd ul li.on {
    opacity: 1;
}

.banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .slideBox .bd img {
    width: 100%;
    display: block;
}

/*  */
.banner_con {
    width: 100%;
    height: 100%;
    position: relative;
}

.ban_text {
    position: absolute;
    top: 0;
    left: 11%;
    bottom: 0;
    margin: auto;
    max-width: 710px;
    display: flex;
    align-items: center;
}

.ban_text h1 {
    font-size: 70px;
    color: #ffffff;
    line-height: 70px;
    margin-bottom: 15px;
}

.ban_text h2 {
    font-size: 48px;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "Arial";
}

.ban_wathc {
    margin-top: 44px;
    cursor: pointer;
}

.ban_wathc>* {
    display: inline-block;
    vertical-align: middle;
}

.banner .slideBox .bd .ban_wathc>img {
    width: 78px;
    height: 78px;
    display: inline-block;
}

.ban_wathc>em {
    font-size: 30px;
    color: #ffffff;
    margin-left: 30px;
}
.ban_wathc2 {
    margin-top: 44px;
    cursor: pointer;
}

.ban_wathc2>* {
    display: inline-block;
    vertical-align: middle;
}

.banner .slideBox .bd .ban_wathc2>img {
    width: 78px;
    height: 78px;
    display: inline-block;
}

.ban_wathc2>em {
    font-size: 30px;
    color: #ffffff;
    margin-left: 30px;
}

/* 内容 */
.in_one {
    width: 100%;
    height: 100%;
    height: 100%;
    background: #003c78;
    background-size: 100% 100%;
    padding: 63px 0;
}

.ione_fl {
    width: 74.4%;
}

.ione_fl>ul>li {
    float: left;
    width: 31.42%;
    margin-right: 2.68%;
    margin-bottom: 30px;
    padding: 10px;
    transition: all 0.4s;
    max-height: 200px;
}

.ione_fl>ul>li:nth-child(3n) {
    margin-right: 0;
}

.ione_fl>ul>li:nth-child(n+7) {
    margin-bottom: 0;
}

.one_a {
    background: url("../images/o1.jpg")no-repeat;
    background-size: 100% 100%;
}

.one_b {
    background: url("../images/o2.jpg")no-repeat;
    background-size: 100% 100%;
}

.one_c {
    background: url("../images/o3.jpg")no-repeat;
    background-size: 100% 100%;
}

.one_d {
    background: url("../images/o4.jpg")no-repeat;
    background-size: 100% 100%;
}

.one_e {
    background: url("../images/o5.jpg")no-repeat;
    background-size: 100% 100%;
}

.one_f {
    background: url("../images/o6.jpg")no-repeat;
    background-size: 100% 100%;
}
.one_g {
    background: url("../images/o7.jpg")no-repeat;
    background-size: 100% 100%;
}
.one_h {
    background: url("../images/o8.jpg")no-repeat;
    background-size: 100% 100%;
}
.one_i {
    background: url("../images/o9.jpg")no-repeat;
    background-size: 100% 100%;
}

.ione_text {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    transition: all 0.4s;
    padding: 13.5% 8%;
}

.ione_fl>ul>li:hover .ione_text {
    border: 2px solid #e5cfb3;
    cursor: pointer;
}

.ione_text>div {
    width: 100%;
}

.ione_text h1 {
    font-size: 40px;
    margin-bottom: 5px;
color: #ffffff;
}

.ione_text h2 {
    font-size: 22px;
}

.ione_fr {
    background: #FFf;
    width: 23.4%;
}

.ione_pad {
    padding: 30px;
}

.tit_fl {
    font-size: 26px;
    color: #003c78;
    padding-left: 15px;
    position: relative;
}

.tit_fl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 25px;
    background: #be8a43;
}

.tit_fr {
    margin-top: 7px;
}

.ione_list>ul {
    height: 100%;
}

.ione_list>ul>li {
    border-bottom: 1px solid #e5ebf1;
    padding: 22px 0;
}

.ione_list>ul>li h1 {
    font-size: 16px;
    color: #003c78;
    line-height: 25px;
    transition: all 0.4s;
}

.ione_list>ul>li:hover h1 {
    text-decoration: underline;
}

.ione_list>ul>li h2 {
    font-size: 14px;
    color: #a3afc3;
    margin-top: 4px;
}

#ascrail2000 {
    width: 2px !important;
    margin-left: 20px;
    background: #e5ebf1;
}

.nicescroll-cursors {
    width: 2px !important;
    background: #a3afc3;
}

.in_two {
    padding: 60px 0;
}

.in_two>h1 {
    font-size: 36px;
    text-align: center;
    color: #003c78;
    margin-bottom: 60px;
}

.itwo_top {
    position: relative;
    margin-bottom: 60px;
}

.itwo_bac,
.itwo_bac img {
    width: 100%;
    height: 100%;
}

.itwo_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}

.itwo_pic {
    padding: 10px;
}

.itwo_pic>ul>li {
    width: 99%;
    overflow: hidden;
}
.itwo_pic>ul>li img,.itwo_pic>ul>li a {
    width: 100%;
}

.itwo_pic>ul>li {
    margin-bottom: 10px;
}

.itwo_pic>ul>li:last-child {
    margin-bottom: 0;
}

.itwo_des {
    background: #be8a43;
    width: 22.7%;
	height: calc(100% - 4px) !important;
}
.itwo_des>ul{
	height: 100%;
}

.itwo_des>ul>li {
    border-bottom: 1px solid #cba169;
    padding: 21.2px 40px;
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
    transition: all 0.4s;
	height: 20%;
}

.itwo_des>ul>li:hover {
    margin-left: -4px;
}

.itwo_boot>ul>li {
    float: left;
    position: relative;
    margin-right: 2.13%;
    width: 23.4%;
}

.itwo_boot>ul>li:nth-child(4n) {
    margin-right: 0;
}

.it_tetx {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.it_tetx>a {
    display: block;
    width: 100%;
}

.it_tetx h2 {
    margin-top: 28px;
    font-size: 24px;
    color: #ffffff;
}

.it_tetx img {
    transition: all 0.4s;
}

.itwo_boot>ul>li:hover .it_tetx img {
    transform: rotate(360deg);
}

.it_pic,
.it_pic img,
.ith_pic,
.ith_pic img {
    width: 100%;
    height: 100%;
}

.in_thr>ul>li {
    float: left;
    width: 33.33%;
    position: relative;
}

.ith_tetx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ith_tetx h1 {
    font-size: 36px;
    color: #ffffff;
    transition: all 0.4s;
}

.in_thr>ul>li:hover .ith_tetx h1 {
    margin-top: -15px;
}

.in_four {
    position: relative;
}

.in_four::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff url("../images/xub.jpg")no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 375px;
    z-index: -1;
}

.in_four>h1 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    padding: 64px 0;
}

.ifo_pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ifo_pic img {
    width: 100%;
    height: 100%;
}

.ifo_tu {
    position: relative;
    width: 50%;
}

.ifo_tu h2 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 37px;
    font-size: 30px;
    color: #ffffff;
}

.ifo_video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}

.ifo_des>ul>li {
    float: left;
    width: 50%;
}

.ifo_des>ul>li>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ifo_des>ul>li>div>img {
    height: 100%;
    width: 100%;
}

.ifo_des {
    width: 50%;
}

.ifo_des>ul>li {
    position: relative;
}

.ifo_ds {
    width: 100%;
    background: #003c78;
    padding: 35px;
    transition: all 0.4s;
}

.ifo_ds h1 {
    font-size: 22px;
    color: #ffffff;
    line-height: 33px;
    margin-bottom: 20px;
}

.ifo_ds h1 a {
    font-size: 22px;
    color: #ffffff;
    line-height: 33px;
}

.ifo_ds p {
    font-size: 16px;
    color: #ffffff;
    line-height: 29px;
}

.ifo_des>ul>li:nth-child(2)::after,
.ifo_des>ul>li:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 35px;
    margin: auto 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 20px solid #003c78;
    border-bottom: 17px solid transparent;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    transition: all 0.4s;
}

.ifo_des>ul>li:nth-child(3)::after {
    left: auto;
    right: -20px;
    border-left: 20px solid #003c78;
    border-right: 0 solid transparent;
}

.ifo_des>ul>li:hover .ifo_ds {
    background: #be8a43;
}

.ifo_des>ul>li:hover:nth-child(2)::after {
    border-right: 20px solid #be8a43;
}

.ifo_des>ul>li:hover:nth-child(3)::after {
    border-left: 20px solid #be8a43;
}

.ifour_more {
    margin: 50px auto 63px;
    text-align: center;
}

.ifour_more span {
    text-align: center;
    padding: 15px 60px;
    font-size: 14px;
    color: #8d8d8d;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    transition: all 0.4s;
    cursor: pointer;
}

.ifour_more a {
    font-size: 14px;
    color: #8d8d8d;
}

.ifour_more>span:hover,
.ifour_more>a:hover {
    margin-left: -12px;
}

.ithr_data {
    padding: 50px 0;
}

.ithr_tu {
    width: 27.34%;
}

.ithr_tu>img {
    width: 100%;
}

.ithr_texts {
    width: 70.5%;
}

.ithr_texts>p {
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 38px;
}

.ithr_texts>a {
    font-size: 18px;
    color: #ffffff;
    width: 200px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition: all 0.4s;
    background: #be8a43;
}

.ithr_texts>a:hover {
    padding-left: 10px;
}