.header {
    width: 100%;
    height: 620px;
    position: relative;
}

.banner {
    height: 100%;
    background: url('../img/banner1.jpg') no-repeat center;
}

.searchbox {
    width: 764px;
    height: 56px;
    margin: 0 auto 20px;
    position: relative;
    top: 392px;
}

input.search {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    font-size: 18px;
    color: #7a87a0;
    padding-left: 20px;
}

.searchbox a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.searchbox img {
    width: 60px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #1c4bb0;
    cursor: pointer;
}

.searchbox:hover img {
    background-color: #2b60d5;
}

.searchwords {
    position: relative;
    top: 392px;
    text-align: center;
}

.searchwords a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 24px;
    margin: 0 10px;
    background-color: #de5735;
    cursor: pointer;
}

.searchwords a:hover {
    background-color: #f27558;
}

.homeMain {
    padding-bottom: 60px;
}

.container {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.column a {
    width: 100%;
}

.column a img {
    width: auto;
    height: 27px;
}

.column a p {
    width: 140px;
    border: 1px solid #c9d0d6;
    border-radius: 15px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #384453;
    background-color: #ffffff;
}

.column a p:hover {
    border: 1px solid #1c4bb0;
    background-color: #1c4bb0;
    color: #ffffff;
}

.column a p span {
    margin-right: 6px;
}

.column a p img {
    width: 28px;
    height: 5px;
    position: relative;
    top: -4px;
}

.pt60 {
    padding-top: 60px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb45 {
    margin-bottom: 45px;
}

.services {
    width: 100%;
    height: 350px;
    background: url('../img/bg_1.jpg') no-repeat center;
}

.services ul li a {
    display: block;
}

.services ul li a div {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 10px;
}

.services ul li a img {
    width: 120px;
    height: 120px;
}

.services ul li a p {
    font-size: 16px;
    line-height: 20px;
    color: #1a225d;
    text-align: center;
}

.news dl dt {
    width: 540px;
    height: 360px;
    overflow: hidden;
}

.news dl dt img {
    width: 540px;
    height: 360px;
}

.news dl dd {
    width: 540px;
    height: 120px;
    background-color: #f2f7f8;
}

.news dl dd a {
    width: 540px;
    height: 118px;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
}

.newsList li {
    width: 580px;
    height: 105px;
    margin-bottom: 20px;
    background-color: #f2f7f8;
}

.newsList li:last-child {
    margin-bottom: 0;
}

.news dl:hover,
.newsList li:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}

.newsList li a {
    width: 580px;
    height: 103px;
    padding: 0 20px 0 35px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    position: relative;
}

.newsList li a i {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background-color: #1345bd;
    position: absolute;
    top: 48px;
    left: 20px;
}

.newsList li:hover a i {
    background-color: #df5838;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #1345bb;
    position: relative;
}

.line::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #df5838;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.news dl:hover .line::before,
.newsList li:hover .line::before {
    width: 100%;
}

.bg {
    width: 1080px;
    height: 240px;
    background-color: #e7f4f7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.specials .column {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 100;
}

.lunbo {
    width: 1140px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.lunbo_img {
    width: 1140px;
    height: 390px;
    position: absolute;
    top: 0;
}

.lunbo_img span {
    width: 660px;
    height: 330px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.lunbo_img span img {
    width: 660px;
    height: 330px;
}

.lunbo_img p {
    width: 470px;
    height: 240px;
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lunbo_img p a {
    height: 240px;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #09293e;
}

.lunbo .img_index {
    position: absolute;
    bottom: 30px;
    right: 300px;
}

.lunbo .img_index ul {
    height: auto;
}

.lunbo .img_index li {
    width: 8px;
    height: 8px;
    background-color: #e7f4f7;
    border: 1px solid #151d41;
    border-radius: 4px;
    margin-right: 13px;
    float: left;
    padding: 0;
}

.lunbo .img_index li:last-child {
    margin-right: 0;
}

.lunbo .img_index li:hover,
.lunbo .img_index li.hover {
    border: unset;
    background-color: #de5735;
    box-shadow: 0px 0px 0px 8px rgba(223, 86, 54, 0.1);
}

.lunbo .btn {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 660px;
    background-color: #de5735;
    cursor: pointer;
}

.lunbo .btn:hover {
    background-color: #f27558;
}

.lunbo .btn img {
    display: block;
    width: 31px;
    height: 10px;
    margin: 20px auto 0;
}

.lunbo .left {
    top: 101px;
}

.lunbo .right {
    top: 150px;
}

.doing {
    position: relative;
}

.bg1 {
    width: 48%;
    height: 400px;
    background-color: #023f95;
    position: absolute;
    left: 0;
}

.line1 {
    width: 2px;
    height: 400px;
    background-color: #3467ab;
    position: absolute;
    left: -90px;
}

.column1 {
    width: 520px;
    padding: 88px 0 0 40px;
}

.column1 img {
    width: 288px;
    height: 27px;
    margin-bottom: 45px;
}

.column1 div {
    width: 380px;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 68px;
}

.column1 p {
    width: 140px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    text-align: center;
    background-color: #023f95;
}

.column1 p:hover {
    border: 1px solid #1791af;
    background-color: #1791af;
}

.column1 p a span {
    margin-right: 6px;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}

.column1 p a img {
    width: 28px;
    height: 5px;
    margin-bottom: 0;
    position: relative;
    top: -4px;
}

.doing ul {
    width: 560px;
    height: 460px;
}

.doing ul li {
    width: 240px;
    height: 210px;
}

.doing ul li span {
    display: block;
    width: 240px;
    height: 160px;
    overflow: hidden;
}

.doing ul li span img {
    width: 240px;
    height: 160px;
}

.doing ul li:hover span img {
    box-shadow: 10px 10px 20px rgba(12, 43, 69, 0.2);
}

.doing ul li p {
    width: 240px;
    height: 49px;
    position: relative;
}

.doing ul li p a {
    font-size: 18px;
    color: #1791af;
    position: absolute;
    bottom: 0;
}

.doing ul li:hover p a {
    color: #df5838;
}

.line3 {
    width: 0;
    height: 1px;
    background-color: #df5838;
    transition: all 0.5s;
}

.doing ul li:hover .line3 {
    width: 240px;
}

.exploring {
    background: url('../img/bg_exploring.jpg') no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.exploring .container {
    height: 372px;
    background: url('../img/bg_exploring.jpg') no-repeat;
    background-position-y: bottom;
}

.exploring ul li {
    width: 560px;
    height: 265px;
}

.exploring ul li:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.exploring ul li a {
    display: block;
    width: 560px;
    height: 265px;
    overflow: hidden;
    position: relative;
}

.exploring ul li a::before {
    content: '';
    width: 560px;
    height: 265px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}

.exploring ul li:hover a::before {
    background-color: rgba(0, 0, 0, 0.1);
}

.exploring ul li a img {
    width: 560px;
    height: 265px;
}

.exploring ul li a span {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.exploring ul li a div {
    width: 70px;
    height: 18px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 65%;
    left: 244px;
    z-index: 10;
    overflow: hidden;
}

.exploring ul li:hover a div {
    border: 1px solid #de5735;
    background-color: #de5735;
}

.exploring ul li a div p {
    width: 70px;
    height: 18px;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.exploring ul li a div p img {
    display: block;
    width: 28px;
    height: 5px;
    margin: 5px 0 0 21px;
}

.exploring ul li a div p.on {
    left: 0;
}

.exploring ul li a div p.hover {
    left: -72px;
}

.exploring ul li:hover a div p.on {
    left: 72px;
}

.exploring ul li:hover a div p.hover {
    left: 0px;
}

.services ul li a img:hover,
.news dl dt img:hover,
.lunbo_img span img:hover,
.doing ul li:hover span img,
.exploring ul li:hover a img {
    transform: scale(1.1);
}

.feedback {
    width: 168px;
    height: 120px;
    position: fixed;
    top: 56vh;
    right: -120px;
    opacity: 0.8;
    z-index: 100;
    cursor: pointer;
    transition: all 0.4s;
}

.feedback:hover {
    opacity: 1;
    right: 0;
}

.mubu {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.box {
    width: 900px;
    height: 400px;
    background-color: #ffffff;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnclose {
    width: 140px;
    height: 48px;
    border: 1px solid #091c2d;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    color: #091c2d;
    text-align: center;
    position: absolute;
    left: 180px;
    bottom: 40px;
    cursor: pointer;
}