body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: "微软雅黑";
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

label {
    max-width: inherit
}

tr,
td,
dd,
dl,
dt {
    margin: 0;
    padding: 0
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none
}

input {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.news1200 {
    width: 95%;
    margin: auto;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #000;
    /*蓝色*/
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #246fa9;
    /*黄色*/
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background: #000;
    /*蓝色*/
}

/*滚动条 end*/
/*搜索弹框*/
.search_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #000;
    padding: 0 80px;
    display: none;
    box-sizing: border-box;
}

.search_headeri {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    height: 100px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.search_headeri form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.search_headeri .inp {
    width: calc(100% - 210px);
    position: relative;
}

.search_headeri .inp img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px
}

.search_headeri .inp input {
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    background: #fff;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}

.search_headeri .inp input::placeholder {
    color: #ccc;
}

.search_headeri .close {
    width: 30px;
    height: 30px;
    background: #333333;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: 45px;
}

.search_headeri .close::before,
.search_headeri .close::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.search_headeri .close::after {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.search_headeri .btn {
    background: #246fa9;
    border-radius: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-left: 45px;
    display: block;
    border: none;
}

/*搜索弹框结束*/
.banner{
    position: relative;
}
.banner .banner-content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
}
.banner-content span{
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    display: block;
}
.banner-content .titleooTit{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner-content .sub-title{
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 0px;
}
.banner-content .moreimg {
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, #5d8bae, #014071);
    width: 68px;
    height:68px;
    position: relative;
    box-shadow: 10px 5px 38px rgba(70, 118, 152, 0.51);
    display: none;
}
.banner-content .moreimg:hover{
    background-image: -webkit-linear-gradient(90deg, #014071,#5d8bae);
}
.banner-content .moreimg a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-content .moreimg i {
    background-image: url(../images/jiantou.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.header {
    background-color: rgba(19, 51, 73, 1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 66;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header.add-header {
    background-color: rgba(19,51,73,1);
}
.header h1 img {
    margin: 12px 0;
    width: 50px;
}

.search {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 33px;
    cursor: pointer;
    background-size: 30px
}

.search,
.nav {
    display: none;
}

.nav>ul>li.active>a,
.nav a:active,
.nav>ul>li>a:hover {
    color: #246fa9;
    font-weight: bold;
}

.nav li {
    float: left;
    display: block;
    position: relative;
}

.nav li a {
    padding: 0px 15px;
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.nav>ul>li {
    margin-right: 60px;
}

.nav>ul>li>a {
    padding: 34.5px 0px
}

.nav a.hov {
    color: #246fa9;
    position: relative;
    z-index: 10;
}

.nav .subnav {
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 90px;
    background-color: rgba(12, 86, 162, 1);
    width: 256px;
    display: none;
}

.nav .subnav li {
    float: none;
    border-bottom: 1px solid #073461;
}

.nav .subnav li a {
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
}

.nav .subnav li a:hover {
    color: #fff;
    background-color: #073461;
}

/*moblie*/
.black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    display: none;
    z-index: 900;
}

.black.menuOpen {
    display: block;
}

.menuBtn {
    transition: 400ms 300ms;
    width: 56px;
    height: 52px;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.menuBtn .line {
    transition: 300ms;
    width: 30px;
    height: 4px;
    background: #246fa9;
    position: absolute;
    left: 50%;
    margin-left: -14px;
}

.menuBtn .line1 {
    top: 14px;
}

.menuBtn .line2 {
    top: 24px;
    transition: 300ms 100ms;
}

.menuBtn .line3 {
    top: 34px;
}

.menuBtnShow {
    transition: 400ms 300ms;
    background-color: #174F90;
}

.menuBtnShow .line {
    background-color: #fff;
}

.menuBox {
    z-index: 9999;
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0px;
    width: 340px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 400ms;
    -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
    right: 0px;
}

.navMobile dd {
    display: block;
    width: 100%;
}

.navMobile dd p a {
    text-transform: uppercase;
    font-size: 16px;
    background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
    display: block;
    padding: 10px 34px 10px 18px;
    line-height: 1.4;
    font-size: 14px;
    color: #8d8d8d;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
    background: none #246fa9;
    color: #fff;
}

.navMobile dd a.cur {
    background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
    background: none #246fa9;
}

.navMobile dd .msubnav {
    background-color: #fff;
    display: none;
}

.navMobile dd .msubnav a {
    color: #8d8d8d;
    position: relative;
    padding-left: 36px;
    background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;
}

.searchMbox {
    background-color: #246fa9;
    padding: 20px 34px 20px 18px;
}

.searchM-txt {
    box-sizing: border-box;
    height: 36px;
    line-height: 100%;
    border: 0px none;
    margin: 0px auto;
    width: 100%;
    padding: 0px 40px;
    color: #fff;
    background: url(../images/search.png) no-repeat scroll 15px center #1d5b8b;
    background-size: 25px;
}

.footer {
    background-image: url(../images/footerbg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerTop {
    padding: 50px 0 30px;
}

.footer-wrap {
    position: relative;
    justify-content: space-between;
}

.footer-list-div {
    width: calc(100% - 118px);
    display: none;
}

.footer-copy {
    text-align: center;
}

.footer-copy img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.footer-copy p {
    color: #cccccc;
    font-size: 16px;
}

.footer-list-div dl {
    width: 16.6%;
}

.footer-list-div dl dt {
    margin-bottom: 25px;
}

.footer-list-div dl dt a {
    font-size: 18px;
    color: #ffffff;
}

.footer-list-div dl dd {
    display: flex;
    flex-wrap: wrap;
}

.footer-list-div dl dd a {
    font-size: 16px;
    color: #ccc;
    display: block;
    width: 100%;
    line-height: 1.8;
    font-weight: 100;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer-list-div dl dd a:hover {
    color: #246fa9;
}

.footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footerBottom p {
    color: #ccc;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
}

.blackYanse span {
    color: #666666
}

.blackYanse p {
    color: #333;
}

.whiteYanse span {
    color: #cccccc
}

.whiteYanse p {
    color: #fff;
}

.titleall {
    text-align: center;
    background-image: url(../images/titl.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0;
    margin-bottom:30px;
}

.titleall span {
    font-size: 15px;
    font-weight: 100;
}

.titleall p {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 15px;
}

.titleall .line {
    width: 30px;
    height: 3px;
    background-color: #246fa9;
    border-radius: 6px;
    margin: auto;
}

.fixedbg {
    background-image: url(../images/sfondo_offerta.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: calc(100% - 90px);
    position: relative;
    z-index: 0;
    padding: 90px 0 120px;
}

.fixedbg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: calc(100% - 7.5rem);
    background: rgba(16, 30, 41, .9);
    z-index: -1;
}

.bread {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    background-image: url(../images/shouye.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-left: 30px;
    margin: 40px 0;
}

.bread a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #999999;
}

.bread a:hover,
.bread p {
    color: #246fa9;
}

.contactContect {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.contactContect .contactContectLeft {
    width: 100%;
}

.contactContect .contactContectRight {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tectImg .swiper-slide img,
.contactContect .contactContectRight img {
    width: 100%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.contactContect .contactContectLeft dl {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    width: 100%;
    padding-bottom: 30px;
    margin: 30px 0;
}

.contactContect .contactContectLeft dl:last-child {
    border-bottom: 0;
}

.contactContect .contactContectLeft dl dt {
    font-size: 20px;
    color: #2ab0ff;
}

.contactContect .contactContectLeft dl .line {
    width: 31px;
    height: 3px;
    background-color: #246fa9;
    border-radius: 30px;
    margin: 10px 0 20px;
}

.contactContect .contactContectLeft dl dd p {
    font-size: 16px;
    color: #fff;
}

.contactContectRight .swiper-pagination {
    text-align: left;
    left: 30px !important;
}

.tectImg .swiper-pagination-bullet,
.contactContectRight .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px
}

.tectImg .swiper-pagination-bullet-active,
.contactContectRight .swiper-pagination-bullet-active {
    background-color: #246fa9;
    /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #5d8bae, #014071);
    width: 22px;
    border-radius: 22px;
}

.menuTit {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.interMenuTie .main {
    margin: 0 40px;
}

.menuTit .main {
    box-sizing: border-box;
    padding: 1px;
    border-radius: 50px;
    background-image: -webkit-linear-gradient(left, #5d8bae, #014071);
    margin: 0 20px;
}

.menuTit .main .main_in {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #102230;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuTit .main .main_in a {
    font-size: 18px;
    color: #fff;
    padding: 10px 30px;
    display: block;
    width: 240px;
    box-sizing: border-box;
}

.menuTit .main.active .main_in,
.menuTit .main .main_in:hover {
    background-image: -webkit-linear-gradient(left, #5d8bae, #014071);
}

.menuCont p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

#demo {
    width: 100%;
    height: 611px;
    margin: 80px auto 0;
    overflow: hidden;
}

#demo li {
    float: left;
    position: relative;
    width: 11%;
    height: 100%;
    overflow: hidden;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

#demo li .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#demo li.active .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -webkit-linear-gradient(bottom, rgba(1, 64, 113, 1), rgba(255, 255, 255, 0));
}

#demo li:first-child {
    width: 56%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#demo li:first-child .img .jiantou,
#demo li:first-child .img p {
    display: block;
}

#demo li img {
    width: 100%;
    height: 100%;
}

#demo li .img .title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#demo li .img .line {
    background-color: #fff;
    height: 3px;
    width: 30px;
    margin: 1.5rem auto;
    border-radius: 50px;
}

#demo li .img .bottDemo {
    font-size: 14px;
    color: #fff;
    display: none;
    text-align: center;
    width: 90%;
    line-height: 2;

}

#demo li .img .jiantou {
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, #5d8bae, #014071);
    width: 68px;
    height: 68px;
    display: none;

    position: relative;
    margin-top: 80px;
}

#demo li .img .jiantou i {
    background-image: url(../images/jiantou.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.tectImg {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 60px;
}

.tectImg .swiper-slide img {
    border-radius: 20px;
}

/* 新闻 */
.p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.p_list .p_loopitem {
    flex: 0 0 100%;
    position: relative;
    padding: 0 20px;
}

.e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: relative;
}

.e_container-4>.p_item {
    max-width: 100%;
    max-height: 100%;
    padding: 40px 0;
    border-bottom: 1px rgba(255, 255, 255, 0.2) dashed;
    z-index: 4;
}

.e_container-4>.p_item.cbox-4-0 {
    width: 150px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding-left: 15px;
}

.e_container-4>.p_item.cbox-4-1 {
    flex: 1;
    padding-right: 150px;
}

.e_timeFormat-5 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.e_timeFormat-9 {
    min-height: 20px;
    font-size: 14px;
    color: #fff;
}

.e_h3-6 {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
}

.e_h3-6 a {
    display: block;
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
    color: #fff;
}

.e_text-7 {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
    color: #999;
    margin: 15px 0 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.e_container-4>.p_item.cbox-4-1::after {
    width: 60px;
    height: 60px;
    content: "→";
    display: block;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    font-size: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #2897da;
    border-image: initial;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    color: #2897da;
}

.p_loopitem:hover .e_container-4>.p_item.cbox-4-1:after {
    background-image: -webkit-linear-gradient(left, #4881ac, #0c4f83);
    color: #fff;
}

.p_loopitem:hover .e_text-7,
.p_loopitem:hover .e_h3-6 a {
    color: #2ab0ff;
}

/* 新闻 end*/
.page_desc {
    margin: 80px auto 0;
    text-align: center;
    font-size: 14px;
}

.page_desc ul {
    margin-bottom: 0;
    font-size: 0;
}

.page_desc li {
    display: inline-block;
}

.page_desc li>span,
.page_desc li a {
    padding: 7px 13px;
    display: inline-block;
    border: 1px solid #1c67a1;
    color: #fff;
    background-color: transparent;
}

.page_desc li span.current,
.page_desc li a:hover {
    background-image: -webkit-linear-gradient(45deg, #4881ac, #0c4f83);
    color: #fff;
}

.cggs-detail-title h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
}

.cggs-detail-title .titlexff {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

.cggs-detail-title .titlexff p {
    color: #999;
    font-size: 14px;
}

.pxsp-detail-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.pxsp-detail-text img,
.pxsp-detail-text p img {
    max-width: 100%;
}

.impression ul li {
    width: 100%;
    float: left;
    cursor: pointer;
}

.impression ul li .padding {
    margin: 10px 0;
    position: relative;
}

.impression ul li .img {
    overflow: hidden;
    position: relative;
}

.impression ul li img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.impression ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.tablediv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.tablediv .vmid {
    margin: auto;
    max-width: 60em;
    width: 90%;
    padding: 0 1em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 500px;
}

.tablediv .vmid .close img {
    width: 25px;
    height: 25px;
    cursor: pointer
}

.jwlogo {
    display: none;
}

.impressionTop {
    text-align: center;
    margin-top: 68px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.impressionppp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.impressionTop p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.impressionTop .line {
    width: 31px;
    height: 3px;
    background-color: #fff;
    border-radius: 30px;
    margin: auto;
}

.impressionTop .jiantou {
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, rgba(24, 191, 246, 1), rgba(24, 117, 246, 1));
    width: 68px;
    height: 68px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.impressionTop .jiantou i {
    background-image: url(../images/jiantou.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.impression ul li:hover .impressionTop {
    margin-top: 0;
}

.impression ul li:hover .impressionppp {
    background-image: -webkit-linear-gradient(bottom, rgba(1, 64, 113, 1), rgba(255, 255, 255, 0));
}

.impression ul li:hover .impressionTop .jiantou {
    margin-top: 40px;
    opacity: 1;
}

.join-list {
    margin-top: 20px;
    padding-bottom: 10px;
}

/* .join-list ul li {
    border-bottom: 1px solid #d9d9d9;
    background: #ffffff;
} */


.join-list ul li .pop p {
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    overflow: hidden;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.join-list ul li p span {
    width: 25.5%;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
}

.join-list ul li.first-li p span {
    font-size: 18px;
    color: #ccc;
}

.join-list ul li.first-li p span.span5 {
    transform: rotateZ(0deg);
}

.join-list ul li p span.span5 {
    width: 82px;
    transition: 0.4s;
    transform: rotateZ(180deg);
    text-align: center;
}

.join-list ul li p span.span5 img {
    width: 21px;
}

.join-list ul li p.active span.span5 {
    transform: rotateZ(0deg);
}

.join-list ul li.second-li p:hover span,
.join-list ul li p.active span {
    color: #246fa9;
}

.join-list ul li .join-top {
    display: none;
    padding: 35px;
    box-sizing: border-box;

    line-height: 1.8em;
    background-color: rgba(42, 176, 255, 0.1);
}

.join-list ul li .join-top p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}

.join-top .joinLeft {
    width: 48%;
}

.join-top .joinLeft h4 {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 10px;
}

.masim ul li {
    /* width: 100%; */
    height: auto;
}

.interlist {
    margin-bottom: 80px;
}

.interlist ul {
    display: flex;
    justify-content: center;
}
/* .interlist ul a{
    width: 33.3%;
} */
.interlist ul li {
    border: 1px solid #ccc;
    position: relative;
    margin: 8px;

}

.interlist ul li:hover {
    border: 1px solid #2ab0ff;
}

.interlist ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.interlist ul li img {
    width: 100%;
    height: 100%;
}

.interlist ul li .interlistText {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.interlist ul li .interlistText h3 {
    color: #2ab0ff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.interlist ul li .interlistText p {
    color: #fff;
    font-size: 14px;
}

.interlist ul li::before {
    content: "";
    background-image: url(../images/jia.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
}

.interlist ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(1, 64, 113, 1), rgba(255, 255, 255, 0));
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.interlist ul li:hover::before,
.interlist ul li:hover::after {
    opacity: 1;
}

.caseDetail {
    margin-bottom: 120px;
}

.caseDetailLeft .mySwiper {
    width: 80%;
    margin: 30px auto 0;
}

.caseDetailLeft .mySwiper .swiper-slide-thumb-active {
    border: 1px solid #2ab0ff
}

.caseDetailLeft .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseDetail .caseDetailLeft {
    width: 100%;
}

.caseDetail .caseDetailRight {
    width: 100%;
}

.caseDetail .caseDetailRight h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.caseDetail .caseDetailRight p {
    font-size: 20px;
    color: #fff;
}

.caseDetail .caseDetailRight .caseDetailRightText {
    margin-top: 50px;
}
.caseDetail .caseDetailRight .caseDetailRightText p{
    font-size: 16px;
    line-height: 1.8;
}
/* .caseDetail .caseDetailRight .caseDetailRightText dl {
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.caseDetail .caseDetailRight .caseDetailRightText dl:hover dt {
    color: #2ab0ff;
}

.caseDetail .caseDetailRight .caseDetailRightText dl:hover img {
    opacity: 1;
}

.caseDetail .caseDetailRight .caseDetailRightText dl dt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.caseDetail .caseDetailRight .caseDetailRightText dl dd {
    font-size: 15px;
    line-height: 1.8;
}

.caseDetail .caseDetailRight .caseDetailRightText dl dd img {
    margin-left: 10px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
} */

.swiperBoxall {
    position: relative;
}

.swiperBoxall .swiper-button-next,
.swiperBoxall .swiper-button-prev {
    color: #d0d2d2;
}

.swiperBoxall .swiper-button-next:after,
.swiperBoxall .swiper-button-prev:after {
    font-size: 28px;
}

.dtailTil {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
}

.dtailTil span {
    font-size: 30px;
    color: #fff;
}

.diflsk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.detailist {
    margin-bottom: 120px;
}

.detailistFrist p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
}

.detailistFrist .diflsk.active p,
.detailistFrist .diflsk:hover p {
    color: #2ab0ff;
}

.detailistFrist .diflsk.active img {
    transform: rotateZ(0deg);
}

.detailistFrist img {
    width: 18px;
    transform: rotateZ(180deg);
}

.detailistBottom {
    background-color: rgba(42, 176, 255, 0.1);
    display: none;
    overflow: hidden;
}
.detailistBottom table{
    width: 100%;
    overflow: hidden;
}
.detailistBottom tr td:nth-of-type(5),
.detailistBottom tr td:nth-of-type(4) {
    width: 30%;
    text-align: center;
}

.detailistBottom tr td {
    width: 13.3%;
    padding: 13px;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.detailistBottom tr td p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.8;
}

.tech5_box {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    margin-top: 70px;
}

.tech5_one {
    width: 100%;
    background-color: rgba(42, 176, 255, 0.1);
    float: left;
    position: relative;
    overflow: hidden;

}

.tech5_o_b {
    padding: 25px;
    height: 50px;
    position: relative;
    z-index: 6;
}

.tech5_left {
    width: 75%;
}

.tech5_one .tech5_o_b .productwr img {
    display: block;
    max-width: 100%;
    transition: 0.55s;
    position: absolute;
    left: 30px;
    top: 33px;
    width: 37px;
}

.tech5_one .tech5_o_b .productwr img.prohide {
    opacity: 0;
    visibility: hidden;
}

.tech5_one .tech5_left small {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    transition: 0.53s;
    position: relative;
    z-index: 5;
}

.tech5_one .tech5_left span {
    display: block;
    line-height: 1;
    position: relative;
    z-index: 5;
    color: #2ab0ff;
    font-size: 16px;
    transition: 0.53s;
}

.tech5_one:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    transition: 0.68s;
    -webkit-transition: 0.68s;
    -o-transition: 0.68s;
    -ms-transition: 0.68s;
    -moz-transition: 0.68s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #2ab0ff transparent transparent transparent;
}

.tech5_one:hover:after {
    border-width: 930px 930px 0 0;
}

.tech5_one:hover span,
.tech5_one:hover small {
    color: #fff
}

.tech5_one:hover .productwr img {
    opacity: 0;
    visibility: hidden;
}

.tech5_one:hover .productwr img.prohide {
    opacity: 1;
    visibility: visible;
}

.tech_b_b {
    padding-top: 77px;
}

.aboutOne {
    background-image: url(../images/about1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 120px;
}

.aboutOneBox {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.aboutOneBoxLeft {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.aboutOneBoxRight {
    width: 100%;
}

.secondBoxTop .sbox .sboxRight img,
.researchOneBottom .researchOneBottomBottom .sboxLeft img,
.smartAttireOneRight img,
.aboutOneBoxLeft img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.secondBoxTop .sbox .sboxRight:hover img,
.researchOneBottom .researchOneBottomBottom .sboxLeft:hover img,
.smartAttireOneRight:hover img,
.aboutOneBoxLeft:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.aboutOneBoxRight p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.aboutOneBoxRight ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.aboutOneBoxRight ul li {
    width: 33.3%;
    text-align: center;
    margin: 30px 0;
}

.aboutOneBoxRight ul li:hover p {
    color: #2ab0ff;
}

.aboutOneBoxRight ul li img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.aboutOneBoxRight ul li span {
    font-size: 16px;
    color: #fff;
    display: block;
}

.aboutTwo {
    background-image: url(../images/about2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 90px;
}

.researchOneBottom .researchOneBottomTop ul {
    display: flex;
    align-items: flex-start;
    margin-top: 5rem;
    /* border-top: 1px solid #88888c; */
}

.researchOneBottom .researchOneBottomTop ul li {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.researchOneBottom .researchOneBottomTop ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
}

.researchOneBottom .researchOneBottomTop ul li:first-child {
    justify-content: flex-start;
    width: 20%;
}

.researchOneBottom .researchOneBottomTop ul li:last-child {
    justify-content: flex-end;
    width: 20%;
}


.researchOneBottom .researchOneBottomTop ul li span {
    color: #fff;
    font-size: 0.875rem;
}

.researchOneBottom .researchOneBottomTop ul li.act:before {
    height: 1px;
    background-color: #2ab0ff;
}

.researchOneBottom .researchOneBottomTop ul li.act span {
    color: #2ab0ff;
}

.researchOneBottom .researchOneBottomBottom .sbox {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.researchOneBottom .researchOneBottomBottom .sboxLeft {
    width: 100%;
    overflow: hidden;
}

.researchOneBottom .researchOneBottomBottom .sboxRight {
    width: 90%;
    margin: auto;
}

/* .researchOneBottom .researchOneBottomBottom .sboxLeft img {
    width: 100%;
    height: 100%;
} */


.researchOneBottom .researchOneBottomBottom .sboxRight .sboxRightTop {
    margin-top: -50px;
}

.titleallaa h3 {
    font-size: 24px;
    color: #2ab0ff;
}

.titleallaa .line {
    height: 3px;
    background-color: #246fa9;
    width: 31px;
    margin: 1.5rem 0;
    border-radius: 30px;
}

.researchOneBottom .researchOneBottomBottom .sboxRight p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin: 10px 0;
    text-align: justify;
}

.smartAttireOnebg {
    background-image: url(../images/lk.jpg);

}

.smartAttireOnebgok {
    background-image: url(../images/lk1.jpg);

}

.smartAttireOne {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.smartAttireOne .flex {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.smartAttireOneLeft {
    width: 100%;
}

.smartAttireOneRight {
    width: 100%;
    overflow: hidden;
}


.smartAttireOneLeft .titilBox {
    text-align: left;
    padding-top: 0;
}

.smartAttireOneLeft p {
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
    line-height: 2;
    text-align: justify;
}


/* 首页 */
.second {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/5o.jpg);
    padding: 120px 0;
}

.secondBoxTop {
    padding-bottom: 50px;
}

.secondBoxTop .sbox {
    position: relative;
}

.secondBoxTop .sbox .sboxLeft {
    position: relative;
    padding: 20px;
    margin:0;
}

.sboxLeftAbso {
    position: inherit;
    background-color: #1294f169;
    padding:20px;
    border-radius: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 10px 5px 38px rgba(70, 118, 152, 0.51);
}

.sboxLeftAbso p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.sboxLeftAbso .moreimg {
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, #5d8bae, #014071);
    width: 68px;
    height: 68px;
    position: absolute;
    right: -37px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 10px 5px 38px rgba(70, 118, 152, 0.51);
    display: none;
}
.sboxLeftAbso .moreimg:hover{
    background-image: -webkit-linear-gradient(90deg, #014071,#5d8bae);
}
.sboxLeftAbso .moreimg a {
    display: block;
    width: 100%;
    height: 100%;
}

.sboxLeftAbso .moreimg i {
    background-image: url(../images/jiantou.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.secondBoxTop .sbox .sboxLeft p {
    font-size:18px;
    color: #fff;
    line-height: 2;

}

.secondBoxTop .sbox .sboxLeft p:nth-of-type(2) {
    text-indent: 50px;
}

.secondBoxTop .sbox .sboxLeft::before,
.secondBoxTop .sbox .sboxLeft::after {
    content: "";
    background-image: url(../images/ppk.png);
    width: 13px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
}

.secondBoxTop .sbox .sboxLeft::before {
    left: 0;
}

.secondBoxTop .sbox .sboxLeft::after {
    right: 0;
    bottom: 0;
    transform: rotateZ(180deg);
}

.secondBoxTop .sbox .sboxRight {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.indexNewsFlexRight .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.secondBoxBottom ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.secondBoxBottom ul li:hover span {
    color: #2ab0ff;
}

.secondBoxBottom ul li {
    text-align: center;
    width: 16.66%;
    cursor: pointer;
}

.secondBoxBottom ul li img {
    height: 40px;
    margin-bottom: 10px;
}

.secondBoxBottom ul li span {
    font-size: 16px;
    color: #fff;
    display: block;
}

.three {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-image: url(../images/55k.jpg);
    padding: 120px 0;
}

.threeBoxTop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.threeBoxTop .main {
    box-sizing: border-box;
    padding: 1px;
    border-radius: 50px;
    background-image: -webkit-linear-gradient(left, #5d8bae, #014071);
    margin: 0 40px;
    cursor: pointer;
}

.threeBoxTop .main .main_in {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #102230;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    padding: 6px 30px;
    box-sizing: border-box;

}

.threeBoxTop .main.active .main_in,
.threeBoxTop .main .main_in:hover {
    background-image: -webkit-linear-gradient(left, #5d8bae, #014071);
    color: #fff;
    box-shadow: 10px 5px 38px rgba(70, 118, 152, 0.51);
}

.indexNewsFlex {
    justify-content: space-between;
    align-items: flex-start;
}

.indexNewsFlex .indexNewsFlexLeft {
    width:100%;
    box-shadow: 10px 5px 38px rgba(70, 118, 152, 0.51);
    flex-shrink: 0;
    position: relative;
}

.indexNewsFlexLeft .indexNewsFlexLeftImg {
    overflow: hidden;
    position: relative;
    height: auto;
}

.indexNewsFlexLeft .indexNewsFlexLeftImg img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.threeBoxBottom .sbox {
    display: none;
}

/* 
.indexNewsFlexRight dl:hover img,
.indexNewsFlexLeft .indexNewsFlexLeftImg:hover img {
    transform: scale(1.1);
} */
.indexNewsFlexLeftImgTop {
    background-color: #1a2938;
}

.indexNewsFlexLeftImgTop .padding {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexNewsFlexLeftImgTopLeft {
    width: 80%;
}
.indexNewsFlexLeftImgTopRight{
    text-align: center;
}
.indexNewsFlexRight .indexNewsFlexLeftImgTopLeft h4 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indexNewsFlexLeftImgTop .indexNewsFlexLeftImgTopLeft h4 {
    font-size: 20px;
}

.indexNewsFlexLeftImgTopLeft h4 {
    margin-bottom: 10px;
    color: #fff;
}

.indexNewsFlexLeftImgTopLeft:hover h4 {
    color: #246fa9;
}

.indexNewsFlexLeftImgTopLeft span {
    font-size: 14px;
    color: #246fa9;
}

.indexNewsFlexLeftImgTopRight .e_timeFormat-5 {
    font-size: 48px;
    font-weight: bold;
}

.indexNewsFlexLeftImgTopRight .e_timeFormat-9 {
    font-size: 14px;
    font-weight: bold;
}

.indexNewsFlexRight {
    width:100%;
    height: 358px;
    box-shadow: 10px 5px 38px rgba(70, 118, 152, 0.51);
    flex-shrink: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #1a2938;
}

.indexNewsFlexRight dl {
    margin: 20px;
    border-bottom: 1px dashed #48698b;
    padding-bottom: 20px;
}

.indexNewsFlexRight .flex {
    align-items: center;
    justify-content: space-between;
}

.indexNewsFlexLeft .swiper-pagination {
    text-align: left;
    left: 30px !important;
    bottom: auto !important;
    top: 320px !important;
}

.indexNewsFlexLeft .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px
}

.indexNewsFlexLeft .swiper-pagination-bullet-active {
    background-color: #246fa9;
    background-image: linear-gradient(to right, #5d8bae, #014071);
    width: 22px;
    border-radius: 22px;
}

/* ---- */
.first {
    margin: 5px 0;
}

.improvementBox {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.improvementBox .improvementBoxSame {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.improvementBox .improvementBoxLeft a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.improvementBox .improvementBoxLeft {
    width: 100%;
    height: 100%;
}
.improvementBox img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.improvementBox .improvementBoxSame .improText {
    position: absolute;
    z-index: 1;
    text-align: center;
}
.improvementBox .improvementBoxRightTop .improText {
    padding-left: 20px;
    width: 90%;
}
.improvementBox .improvementBoxSame .improText h3 {
    font-size: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

.improvementBox .improvementBoxSame .improText h3::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 30px;

}

.improvementBox .improvementBoxRightBottomLeft:hover img,
.improvementBox .improvementBoxLeft:hover img,
.improvementBox .improvementBoxRightTop:hover img {
    transform: scale(1.1);
}

.improvementBoxRight {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.improvementBoxRightBottom .improvementBoxRightBottomLeft a,
.improvementBoxRight .improvementBoxRightTop a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.improvementBoxRight .improvementBoxRightTop {

    position: relative;

    overflow: hidden;
    margin-bottom: 1%;
}

.improvementBox .improvementBoxSame a::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.improvementBox .improvementBoxSame .improText p {
    font-size: 16px;
    margin-top: 0px;
    line-height: 24px;
    color: #fff;
    display: none;
}

.improImg {
    width: 100%;
    height: 100%;
}

.improvementBoxRightBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.improvementBoxRightBottom .improvementBoxRightBottomLeft {
    width: 49.6%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.improText .jiantou {
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, #5d8bae, #014071);
    width: 68px;
    height: 68px;
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.improText .jiantou i {
    background-image: url(../images/jiantou.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.improvementBox .improvementBoxSame a:hover:after {
    background-image: -webkit-linear-gradient(bottom, rgba(1, 64, 113, 1), rgba(255, 255, 255, 0));
    background-color: transparent;
}
.improvementBox .improvementBoxSame a:hover .improText p{
    margin-top:20px;
    display: block;
}
.improvementBox .improvementBoxSame a:hover .improText .jiantou {
    margin-top:50px;
    opacity: 1;
}
.moreaaa{
    text-align: center;
    margin-top: 80px;
}
.moreaaa a {
    font-size: 14px;
    color: #999999;
    line-height: 1;
    position: relative;
    padding: 5px 0;
    border-top: 1px solid #999999;
    display: inline-block;
}

.moreaaa a:hover::after {
    width: 100%;
    right: 0;
    left: inherit;
}

.moreaaa a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #999999;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
/* 表单 */
.formDertal h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.contactLbale {
    margin-bottom: 24px;
}

.contactLbale label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.contactLbale input[type=text] {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 7px 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(3, 18, 31, 0.65);
    color: #fff;
}


.contactLbale input[type=text]:focus,
.contactLbale textarea:focus {
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.contactLbale input[type=submit] {
    padding: 14px 20px;
    background-color: #246fa9;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}