@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }

}

ol,
ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.index .container {
    padding: 6em 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minheight {
    min-height: calc(100vh - 446px);
    padding: 20px 0;
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img img {
    width: 100%;
    min-height: 100%;
    color: #fff;
}

body {
    background: #fff;
}

/* 导航栏 ↑*/

.phone {
    float: right;
}

.phone p {
    color: #20489d;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bolder;
    padding-top: 30px;
    margin: 0 15px;
    font-size: 16px;
}

.phone.a {
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    color: #f60;
}

.navbtn {
    display: none;
    position: fixed;
    top: 20px;
    right: 0;
    background: transparent;
    border: none;
    padding: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    z-index: 99999;
}

.icon-bar {
    display: block;
    margin: 6px 0;
    width: 40px;
    height: 6px;
    background-color: #20489d;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animated .top {
    -webkit-transform: translateY(9px) rotateZ(45deg);
    -moz-transform: translateY(9px) rotateZ(45deg);
    -ms-transform: translateY(9px) rotateZ(45deg);
    -o-transform: translateY(9px) rotateZ(45deg);
    transform: translateY(9px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-3px) rotateZ(-45deg);
    -moz-transform: translateY(-3px) rotateZ(-45deg);
    -ms-transform: translateY(-3px) rotateZ(-45deg);
    -o-transform: translateY(-3px) rotateZ(-45deg);
    transform: translateY(-3px) rotateZ(-45deg);
}

/* 头部 ↑*/

.banner {
    height: 300px;
    background-image: url(../images/banner1.jpg);
    background-position: center;
    background-size: cover;
}

.banner img {
    width: 100%;
    height: auto;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
    padding: 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.counterValue {
    background-color: #20489d;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
    ;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section p {
    font-size: 80px;
    line-height: 1.3em;
    margin-bottom: -50px;
    letter-spacing: 2px;
    color: #f5f5f5;
    text-transform: uppercase;
    user-select: none;
}

.heading-section h3 {
    font-size: 30px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section h4 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #999;
    margin: 0;
    height: 0;
}

.page-title {
    display: inline-block;
    margin: 9px 0;
}

.page-title h2 {
    margin-bottom: 0;
    font-size: 20px;
}

/* 产品列表 ↓*/
.tabControl {
    padding: 0;
}

.tabControl.a {
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 40px rgba(112, 110, 110, 0.1);
}

.tabControl a {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}

.tabControl a:nth-child(1) {
    border-left: 0;
}

.tabControl.a>ul>li>a {
    font-size: 20px;
    color: #ffffff;
    line-height: 2;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    background-color: #063b91;
}

.tabControl.a>ul>li>ul {
    padding-left: 0;
}

.tabControl.a>ul>li>ul>li>a {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: all 0.5s;
    background-color: #FFFFFF;
    display: block;
    line-height: 2;
    padding-left: 59px;
    font-size: 14px;
    color: #333;
}

.tabControl.a>ul>li>ul>li>a:hover,
.tabControl.a>ul>li>ul>li>a.active {
    color: #20489d;
    /* background: #eee; */
}

.tabControl.b>ul>li>a {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: all 0.5s;
    background-color: #FFFFFF;
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #333;
}

.tabControl.b>ul>li>a:hover,
.tabControl.b>ul>li>a.active {
    background: #20489d;
    color: #fff;
}


.tabControl>ul,
.tabControl>ul>li {
    width: 100%;
    padding: 0;
}

.tabControl>ul>li>a {
    border-top: 1px solid;
}

.tabControl>ul>li:nth-child(1)>a {
    border-top: 0;
}

.tabControl>ul>li>ul {
    padding-left: 20px;
}

/* .tabControl>ul>li>ul>li {
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
}

.tabControl>ul>li>ul>li::after {
    content: "\f105";
    position: absolute;
    left: -9px;
    top: 6px;
} */

.tabControl a {
    width: 100%;
    padding: 6px;
    border: 0;
}

.tabControl a:before {
    content: none;
}

.product-content {
    display: none;
}

.product .productTitle h3 {
    color: #063b91;
    font-weight: normal;
    margin: 15px 0 30px;
}

.product .productList {
    margin-bottom: 20px;
}

.product .productList .content-img {
    height: 180px;
    margin-bottom: 10px;
    transition: all .3s;
}

.product .productList .content-img:hover {
    box-shadow: 0 7px 15px rgba(0, 0, 0, .2);
    transform: translate(0, -2px);
}

.product .productList.a .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.a .content-img:hover .details {
    opacity: 1;
}

.product .productList.a .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
}

.product .productList.a .content-img .details>div h6 {
    margin-top: 70px;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
}

.product .productList.a .content-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.6em;
    color: #fff;
    background: #000;
}

.product .productList.b .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.b .content-img:hover .details {
    opacity: 1;
}

.product .productList.b .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
    border: 5px solid #20489d;
}

.product .productList.b .content-img .details>div i {
    font-size: 50px;
    opacity: .9;
    margin-top: 60px;
}

.product .productList.b .content-img .details>div p {
    font-size: 16px;
    margin-top: 10px;
}

.product .productList.c {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.product .productList.c .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.c .content-img:hover .details {
    opacity: 1;
}

.product .productList.c h2 {
    font-size: 22px;
    display: block;
    margin: 15px 0 10px;
    color: #20489d;
}

.product .productList.c p {
    background: #20489d;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 3px;
}

.product .productList.d>a {
    display: flex;
    position: relative;
    transition: all 0.3s;
}

.product .productList.d .content-img {
    height: 130px;
    margin-bottom: 0;
    transition: all .3s;
    flex: 7;
}

.product .productList.d .text {
    flex: 3;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.product .productList.d .text p {
    text-align: left;
    font-size: 16px;
}

.product .productList.d .content-img:hover {
    box-shadow: 0 0 0;
    transform: translate(0, 0);
}

.product .productList.d>a::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #19beff;
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.d:hover>a::after {
    opacity: 1;
}

.product .productList.d:hover .content-img {
    flex: 0;
}

.product .productList.d:hover .text {
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product.minheight {
    background-color: #FAFAFA;
}

.pageProductList {
    padding: 20px 20px 0;
    box-shadow: 0 0 40px rgba(112, 110, 110, 0.1);
    margin-bottom: 50px;
    background: #fff;
}

/* 产品列表 ↑*/
/* 产品详情 ↓*/
.product .title h5 {
    color: #000;
}

.product .title p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2em;
}


/* 产品详情 ↑*/


/* 六大优势 ↓*/
.advantage .content.a i {
    width: 70px;
    height: 70px;
    font-size: 1.5em;
    color: #20489d;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: 1.1em 0;
    border: 2px solid;
    border-radius: 50%;
    transition: .5s all;
    position: relative;
}

.advantage .content.a i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
    box-shadow: 3px 3px #20489d;
    transform: rotate(-90deg);
    transition: opacity 0.2s, transform 0.2s;
}

.advantage .content.a>div:hover i:after {
    opacity: 1;
    transform: rotate(0deg);
}

.advantage .content.a h5 {
    font-size: 1.5em;
    margin: 0.8em 0 .5em;
}

.advantage .content.a p {
    margin: 0 3em 20px;
    line-height: 1.8em;
}

.advantage .content.b {
    padding: 0;
}

.advantage .content.b>div>div {
    padding: 30px 20px;
    border: 1px solid #ddd;
    transition: .5s all;
    position: relative;
}

.advantage .content.b>div>div:before {
    content: '';
    width: 0%;
    border: 2px solid #20489d;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
}

.advantage .content.b>div>div:hover:before {
    width: 100%;
}

.advantage .content.b>div>div:hover i {
    background: #20489d;
    color: #fff;
    font-size: 2em;
}

.advantage .content.b i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 4em;
    color: #20489d;
    border-radius: 100%;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: .5s all;
}

.advantage .content.b h5 {
    font-size: 1.5em;
    margin: 0.2em 0 .5em;
}

.advantage .content.b p {
    margin: 0 3em 20px;
    line-height: 1.8em;
}

/* 六大优势 ↑*/


/* 关于我们 ↓*/
.about .content p {
    line-height: 1.9em;
    margin: 0 0 5px;
    font-size: 16px;
    letter-spacing: .5px;
}

/* 关于我们 ↑*/



/* 宣传条 ↓*/
.advert {
    background: url(../images/advert-bg.jpg) no-repeat center fixed;
    background-size: cover;
    color: #fff;
}

.advert p {
    font-size: 24px;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.advert a {
    display: inline-block;
    font-size: 18px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    background-color: #fff;
    color: #0091ea;
    float: right;
    transition: .3s all;
}

.advert a:hover {
    padding: 15px 50px 15px 90px;
}

/* 宣传条 ↑*/

/* 新闻资讯 */
.single-post {
    padding: 0 15px;
}

/* 新闻资讯 */

.contact h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact p {
    font-size: 14px;
    line-height: 2em;
}

.contact p i {
    width: 14px;
    line-height: 2em;
    text-align: center;
    margin-right: 3px;
}

/* 在线留言 ↓*/
.message.a>div {
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message.a>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message.a>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message.a>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message.a>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message.a>div.btn {
    border: none;
    padding: 0;
}

.message.a>div a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    border: 1px solid #20489d;
    background: transparent;
    transition: all 0.2s;
}

.message.a>div a:hover {
    color: #fff;
    background-color: #20489d;
}

.message.b>div {
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message.b>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message.b>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message.b>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message.b>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message.b>div.btn {
    display: contents;
    border: none;
    padding: 0;
    text-align: left;
}

.message.b>div a {
    display: inline-block;
    padding: 0.6em 2em;
    font-size: 14px;
    color: #fff;
    background-color: #20489d;
    border: 1px solid #20489d;
    border-radius: 7px;
    transition: all 0.2s;
}

.message.b>div a:hover {
    color: #fff;
    background-color: #20489d;
}

/* 在线留言 ↑*/

.location {
    background: #20489d;
    padding: 0;
}

.location .box {
    padding: 0;
}

.location .single-address {
    padding: 30px 0;
    border-radius: 5px;
}

.location .single-address i {
    font-size: 70px;
    color: #fff;
}

.location .single-address.active i {
    background: transparent;
    color: #fff;
}

.location .single-address h4 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.location .single-address p {
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
}

.classification {
    font-size: 20px;
    font-weight: bold;
    padding: 1em 0 0.5em;
    color: #20489d;
    border-bottom: 1px solid #20489d;
    margin-bottom: 10px;
}

.detailsText {
    font-size: 16px;
    /* letter-spacing: 2px; */
    padding: 0 30px;
    min-height: 200px;
}

.detailsText p {
    line-height: 2em;
    color: #666666;
}

a.twinkleBtn {
    padding: 8px 20px;
    border: 1px solid #20489d;
    color: #20489d;
    display: inline-block;
    margin-top: 30px;
}

a.twinkleBtn:hover {
    color: #fff;
    background-color: #20489d;
}

.BNtop {
    padding: 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.BNtop h4 {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 10px;
}

@media (max-width: 1200px) {
    .tabControl.a>ul>li>a {
        font-size: 16px;
        padding: 6px;
    }

    .tabControl.a>ul>li>ul>li>a {
        padding-left: 10px;
    }

    .product .productList.d .content-img {
        height: 100px;
    }
}

@media (max-width: 991px) {
    .product .productList.d .content-img {
        height: 130px;
    }
}


@media (max-width: 425px) {
    .tabControl {
        display: none;
    }

    .product .productList .content-img {
        height: 90px;
    }

    .pageProductList {
        padding: 0;
        margin-bottom: 30px;
    }
}
