@charset "UTF-8";
/*
* sass编译
*/
.content {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

ul > li {
    float: left;
}

div, p, span, a, ul, li, button, h1, h2, h3, h4, h5 {
    box-sizing: border-box;
}

.top-banner {
    float: left;
    width: 100%;
    height: 100px;
    background: url(../images/imgs/banner-bg.png) no-repeat;
    background-size: 100% 100%;
}

.top-banner .content img {
    position: absolute;
}

.top-banner .content img:nth-child(1) {
    width: 300px;
    top: 10px;
    left: 0;
}

.top-banner .content img:nth-child(2) {
    height: 95px;
    bottom: 0;
    right: 0;
}

.nav-bar {
    float: left;
    width: 100%;
    height: 40px;
    background: #185197;
    background: linear-gradient(top, #055eca, #185197);
    background: -o-linear-gradient(top, #055eca, #185197);
    background: -moz-linear-gradient(top, #055eca, #185197);
    background: -webkit-linear-gradient(top, #055eca, #185197);
}

.nav-bar ul {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.nav-bar ul li {
    width: 120px;
    height: 40px;
}

.nav-bar ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.nav-bar ul li a.active, .nav-bar ul li a:hover {
    background: #054591;
}

.search-box {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    background: linear-gradient(top, #b6cbe4, #ffffff);
    background: -o-linear-gradient(top, #b6cbe4, #ffffff);
    background: -moz-linear-gradient(top, #b6cbe4, #ffffff);
    background: -webkit-linear-gradient(top, #b6cbe4, #ffffff);
    margin-bottom: 10px;
}

.search-box .content div {
    float: left;
    width: 50%;
}

.search-box .content div.left {
    font-size: 12px;
}

.search-box .content div.right {
    position: relative;
}

.search-box .content div.right input {
    width: 340px;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    position: absolute;
    right: 60px;
    top: 12px;
}

.search-box .content div.right button {
    position: absolute;
    right: 0;
    top: 12px;
    height: 28px;
    line-height: 28px;
    background: #054591;
}

.link {
    float: left;
    width: 100%;
    height: 100px;
}

.link .content {
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.link .content .link-box {
    float: left;
    width: 100%;
    height: 100%;
}

.link .content .link-box .title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 20px;
    color: #ffab51;
}

.link .content .link-box .ul {
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.link .content .link-box .ul li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.link .content .link-box .ul li:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #000000;
    right: 0;
    top: 2px;
}

.link .content .link-box .ul li:last-child:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0px;
    height: 16px;
}

.link .content .link-box .ul li a:hover {
    color: #054591;
    text-decoration: underline;
}

.bottom {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #2d71c4;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}

.bottom .copyright {
    display: flex;
    justify-content: center;
}

.bottom a {
    color: #ffffff;
    cursor: pointer;
}

.bottom a:active {
    opacity: 0.6;
}

.bottom a:hover {
    opacity: 0.5;
}

.bottom span {
    margin: 0 10px;
}

.goback-top {
    position: fixed;
    width: 110px;
    top: 60%;
    right: 20px;
    z-index: 11;
}

.goback-top a {
    border-radius: 4px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #222222;
    color: #ffffff;
    opacity: .5;
    margin-bottom: 10px;
}

.goback-top a i {
    font-size: 50px;
}

.goback-top a:hover, .goback-top a:active {
    opacity: 1;
}

.goback-top #gobackBtn {
    display: none;
}

.goback-top #gobackBtn.goback-top-appear {
    display: block;
}

.box {
    border: 1px solid #cccccc;
}

.one, .two, .three {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.one .ul, .two .ul, .three .ul {
    width: 100%;
    float: left;
    padding: 10px 15px;
}

.one .ul li, .two .ul li, .three .ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one .ul li:last-child, .two .ul li:last-child, .three .ul li:last-child {
    border-bottom: none;
}

.one .ul li a, .two .ul li a, .three .ul li a {
    padding-left: 20px;
    position: relative;
}

.one .ul li a:before, .two .ul li a:before, .three .ul li a:before {
    position: absolute;
    left: 0;
    top: 2.5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0995ee;
}

.one .ul li a:hover, .two .ul li a:hover, .three .ul li a:hover {
    color: #054591;
    text-decoration: underline;
}

.one {
    height: 300px;
}

.one .content {
    height: 100%;
}

.one .content .banner {
    float: left;
    width: 360px;
    height: 300px;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-right: 20px;
}

.one .content .banner .swiper-container {
    width: 100%;
    height: 100%;
}

.one .content .banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 250px;
}

.one .content .banner .swiper-container .swiper-slide h3 {
    width: 100%;
    height: 48px;
    line-height: 40px;
    /*line-height: 48px; */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one .content .banner .swiper-container .swiper-button-next, .one .content .banner .swiper-container .swiper-button-prev {
    top: calc(50% - 12px);
    width: 28px;
    height: 24px;
}

.one .content .box {
    float: left;
    width: 700px;
    height: 300px;
    border-color: #0995ee;
}

.one .content .box .title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
    background: #ebf1f8;
    background: linear-gradient(top, #ffffff, #ebf1f8);
    background: -o-linear-gradient(top, #ffffff, #ebf1f8);
    background: -moz-linear-gradient(top, #ffffff, #ebf1f8);
    background: -webkit-linear-gradient(top, #ffffff, #ebf1f8);
}

.one .content .box .title .text {
    position: absolute;
    width: 100px;
    height: 41px;
    left: -1px;
    top: -1px;
    background: #085bc1;
    background: linear-gradient(top, #0995ee, #085bc1);
    background: -o-linear-gradient(top, #0995ee, #085bc1);
    background: -moz-linear-gradient(top, #0995ee, #085bc1);
    background: -webkit-linear-gradient(top, #0995ee, #085bc1);
    color: #ffffff;
    text-align: center;
}

.one .content .box .title .more {
    position: absolute;
    right: 10px;
    top: 13px;
    display: inline-block;
    width: 40px;
    height: 14px;
    background: url(../images/imgs/more.png) no-repeat;
    background-size: 100%;
}

.one .content .box .title {
    border-color: #0995ee;
}

.three {
    min-height: 300px;
}

.three .left {
    float: left;
    width: 360px;
}

.three .left .box:nth-child(1) {
    height: 350px;
    margin-bottom: 20px;
}

.three .left .box:nth-child(2) {
    height: 430px;
}

.three .left .title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
    background: #ebf1f8;
    background: linear-gradient(top, #ffffff, #ebf1f8);
    background: -o-linear-gradient(top, #ffffff, #ebf1f8);
    background: -moz-linear-gradient(top, #ffffff, #ebf1f8);
    background: -webkit-linear-gradient(top, #ffffff, #ebf1f8);
}

.three .left .title .text {
    position: absolute;
    width: 100px;
    height: 41px;
    left: -1px;
    top: -1px;
    background: #085bc1;
    background: linear-gradient(top, #0995ee, #085bc1);
    background: -o-linear-gradient(top, #0995ee, #085bc1);
    background: -moz-linear-gradient(top, #0995ee, #085bc1);
    background: -webkit-linear-gradient(top, #0995ee, #085bc1);
    color: #ffffff;
    text-align: center;
}

.three .left .title .more {
    position: absolute;
    right: 10px;
    top: 13px;
    display: inline-block;
    width: 40px;
    height: 14px;
    background: url(../images/imgs/more.png) no-repeat;
    background-size: 100%;
}

.three .left .title .text {
    background: #ced7e2;
    background: linear-gradient(top, #ffffff, #ced7e2);
    background: -o-linear-gradient(top, #ffffff, #ced7e2);
    background: -moz-linear-gradient(top, #ffffff, #ced7e2);
    background: -webkit-linear-gradient(top, #ffffff, #ced7e2);
    border: 1px solid #cccccc;
    box-sizing: border-box;
    color: #222222;
}

.three .left .party {
    width: 100%;
    height: 110px;
    padding: 10px;
}

.three .left .party .top {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
}

.three .left .party .top .img {
    float: left;
    width: 100%;
    height: 110px;
    margin-right: 10px;
}

.three .left .party .top .img img {
    width: 100%;
    height: 110px;
    margin-right: 10px;
}

.three .left .party .top .select {
    width: 128px;
    height: 158px;
    float: left;
}

.three .left .party .top .select a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    margin-bottom: 2px;
}

.three .left .party .top .select a:last-child {
    margin-bottom: 0;
}

.three .left .party .top .select a:hover {
    background: #054591;
    color: #ffffff;
}

.three .left .party .text {
    font-size: 12px;
    text-indent: 24px;
    line-height: 20px;
}

.three .left .introduction {
    width: 100%;
    height: 379px;
    padding: 10px;
}

.three .left .introduction .top {
    width: 100%;
    height: 158px;
    margin-bottom: 10px;
}

.three .left .introduction .top .img {
    float: left;
    width: 200px;
    height: 158px;
    margin-right: 10px;
}

.three .left .introduction .top .select {
    width: 128px;
    height: 158px;
    float: left;
}

.three .left .introduction .top .select a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    margin-bottom: 2px;
}

.three .left .introduction .top .select a:last-child {
    margin-bottom: 0;
}

.three .left .introduction .top .select a:hover {
    background: #054591;
    color: #ffffff;
}

.three .left .introduction .text {
    font-size: 12px;
    text-indent: 24px;
    line-height: 20px;
}

/*.three .left .contact {
    width: 100%;
    height: 258px;
    background: url(../images/imgs/contact-bg.png) no-repeat;
    background-position: 100% 100%;
    padding: 20px;
}

.three .left .contact p {
    font-size: 16px;
    line-height: 30px;
}*/

.three .middle {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 420px;
}

.three .middle .box:nth-child(1) {
    height: 350px;
    margin-bottom: 20px;
}

.three .middle .box:nth-child(2) {
    height: 430px;
}

.three .middle .title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
    background: #ebf1f8;
    background: linear-gradient(top, #ffffff, #ebf1f8);
    background: -o-linear-gradient(top, #ffffff, #ebf1f8);
    background: -moz-linear-gradient(top, #ffffff, #ebf1f8);
    background: -webkit-linear-gradient(top, #ffffff, #ebf1f8);
}

.three .middle .title .text {
    position: absolute;
    width: 100px;
    height: 41px;
    left: -1px;
    top: -1px;
    background: #085bc1;
    background: linear-gradient(top, #0995ee, #085bc1);
    background: -o-linear-gradient(top, #0995ee, #085bc1);
    background: -moz-linear-gradient(top, #0995ee, #085bc1);
    background: -webkit-linear-gradient(top, #0995ee, #085bc1);
    color: #ffffff;
    text-align: center;
}

.three .middle .title .more {
    position: absolute;
    right: 10px;
    top: 13px;
    display: inline-block;
    width: 40px;
    height: 14px;
    background: url(../images/imgs/more.png) no-repeat;
    background-size: 100%;
}

.three .right {
    float: left;
    width: 260px;
}

.three .right .box:nth-child(1) {
    height: 520px;
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-color: #0995ee;
}

.three .right .box:nth-child(1) .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #085bc1;
    background: linear-gradient(top, #0995ee, #085bc1);
    background: -o-linear-gradient(top, #0995ee, #085bc1);
    background: -moz-linear-gradient(top, #0995ee, #085bc1);
    background: -webkit-linear-gradient(top, #0995ee, #085bc1);
    color: #ffffff;
    padding-left: 20px;
    box-sizing: border-box;
}

.three .right .box:nth-child(1) .service {
    width: 100%;
    height: 478px;
    padding: 10px;
}

.three .right .box:nth-child(1) .service a {
    display: block;
    width: 100%;
    height: 45px;
    color: #ffffff;
    float: left;
    margin-bottom: 5px;
    line-height: 45px;
    padding-left: 20px;
    background: #44afe3;
}

.three .right .box:nth-child(1) .service a:hover {
    color: #eb5909;
}

.three .right .box:nth-child(2) {
    height: 260px;
    border: none;
}

.three .right .box:nth-child(2) img {
    width: 100%;
    height: 50px;
}

.three .right .box:nth-child(2) img:nth-child(1) {
    margin-bottom: 5px;
}


/*.three .box .contact {
    width: 100%;
    height: 258px;
    background: url(../images/imgs/contact-bg.png) no-repeat;
    background-position: 100% 100%;
    padding: 20px;
}

.three .contact p {
    font-size: 16px;
    line-height: 30px;
}*/

.three .contact {
    float: left;
    width: 100%;
    height: 130px;
    margin-top: 18px;
}

.three .contact .box:nth-child(1) {
    height: 130px;
    margin-bottom: 20px;
}

.three .contact .box:nth-child(2) {
    height: 430px;
}

.three .contact .title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
    background: #ebf1f8;
    background: linear-gradient(top, #ffffff, #ebf1f8);
    background: -o-linear-gradient(top, #ffffff, #ebf1f8);
    background: -moz-linear-gradient(top, #ffffff, #ebf1f8);
    background: -webkit-linear-gradient(top, #ffffff, #ebf1f8);
}

.three .contact .title .text {
    position: absolute;
    width: 100px;
    height: 41px;
    left: -1px;
    top: -1px;
    background: #085bc1;
    background: linear-gradient(top, #0995ee, #085bc1);
    background: -o-linear-gradient(top, #0995ee, #085bc1);
    background: -moz-linear-gradient(top, #0995ee, #085bc1);
    background: -webkit-linear-gradient(top, #0995ee, #085bc1);
    color: #ffffff;
    text-align: center;
}

.three .contact .title .more {
    position: absolute;
    right: 10px;
    top: 13px;
    display: inline-block;
    width: 40px;
    height: 14px;
    background: url(../images/imgs/more.png) no-repeat;
    background-size: 100%;
}

.three .contact .title .text {
    background: #ced7e2;
    background: linear-gradient(top, #ffffff, #ced7e2);
    background: -o-linear-gradient(top, #ffffff, #ced7e2);
    background: -moz-linear-gradient(top, #ffffff, #ced7e2);
    background: -webkit-linear-gradient(top, #ffffff, #ced7e2);
    border: 1px solid #cccccc;
    box-sizing: border-box;
    color: #222222;
}

.three .contact .box .message {
    float: left;
    width: 210px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.three .contact .box .message:nth-child(4) {
    float: left;
    width: 230px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
}

.three .contact .box .message:last-child {
    float: left;
    width: 350px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.three .contact .box .message .line {
    width: 2px;
    height: 28px;
    background: #cccccc;
    display: inline-block;
    margin-left: 30px;
}

.three .contact .box .message svg {
    margin-right: 10px;
}

/*

.three .contact .box .message a {
    height: 100px;
    line-height: 50px;
    margin-left: 5px;
}

.three .contact .box .message svg {
    line-height: 100px;
}

.three .contact .box .message:nth-last-child a {
    height: 100px;
    line-height: 50px;
    margin-left: 5px;
}

.three .contact .box .message:nth-last-child svg {
    line-height: 100px;
}
*/

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
    left:0;
    width: 100%;
}