.fl {
    float: left;
}

.fr {
    float: right;
}

.index .container {
    padding: 6em 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minheight {
    min-height: calc(100vh - 446px);
    padding-bottom: 20px;
}



.phone {
    float: right;
}

.phone p {
    color: #2d3356;
    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: #2d3356;
    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 img{
    width: 100%;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
    padding: 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.counterValue {
    background-color: #2d3356;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
    ;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

.index .heading-section.a:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
    background: #2d3356;
}

.heading-section.a p {
    font-size: 80px;
    line-height: 1.3em;
    margin-bottom: -50px;
    letter-spacing: 2px;
    color: #f5f5f5;
    text-transform: uppercase;
    user-select: none;
}

.heading-section.a h3 {
    font-size: 40px;
    color: #2d3356;
    font-weight: bolder;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section.a h4 {
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 0;
    letter-spacing: 2px;
    color: #aaa;
    border-bottom: 1px solid #f3f3f3;
}

.heading-section.b h3 {
    font-weight: 700;
    color: #515769;
    line-height: 1.4;
    margin: 0 0 15px;
}

.heading-section.b p {
    font-size: 15px;
    font-weight: 400;
    color: #a6a7aa;
    margin-bottom: 15px;
}

.heading-section.c {
    margin-bottom: 20px;
}

.heading-section.c h3 {
    font-size: 26px;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section.c h4 {
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 5px 0;
    color: #aaa;
    margin-top: 5px;
}

/* 产品列表 ↓*/
.tabControl.a {
    margin-bottom: 20px;
}

.tabControl.a a {
    display: inline-block;
    font-weight: bolder;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}

.tabControl.a a:nth-child(1) {
    border-left: 0;
}

.tabControl.a a:hover,
.tabControl.a a.active {
    color: #2d3356;
}

.tabControl.b {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tabControl.b a {
    display: inline-block;
    font-weight: bolder;
    padding: 0px 23px 9px;
    font-size: 18px;
    margin: 0 0.4em;
}

.tabControl.b a:hover,
.tabControl.b a.active {
    color: #2d3356;
    border-bottom: 3px solid;
}

.detailsPage .tabControl a {
    width: 100%;
    padding: 6px;
    border: 0;
}

.detailsPage .tabControl a:before {
    content: none;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active {
    background: #2d3356;
    color: #fff;
}

.product-content {
    display: none;
}

.product .productList {
    margin-bottom: 20px;
}

.product .productList .content-img {
    height: 180px;
    margin-bottom: 10px;
}

.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 #2d3356;
}

.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: #2d3356;
}

.product .productList.c p {
    background: #2d3356;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 3px;
}

/* 产品列表 ↑*/
/* 产品详情 ↓*/
.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: #2d3356;
    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 #2d3356;
    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 #2d3356;
    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: #2d3356;
    color: #fff;
    font-size: 2em;
}

.advantage .content.b i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 4em;
    color: #2d3356;
    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;
}

/* 宣传条 ↑*/

/* 新闻资讯 */
.news .newsList.a {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.a a {
    display: inline-block;
    width: 100%;
}

.news .newsList.a .time {
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
    float: left;
}

.news .newsList.a .time h6 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.news .newsList.a .time p {
    font-size: 12px;
    color: #666;
    border-top: 1px solid;
    margin: 5px 0 0;
    padding: 5px 0 0;
}

.news .newsList.a .content {
    width: calc(100% - 110px);
    float: right;
}

.news .newsList.a .content h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.a .content p {
    color: #666;
    line-height: 1.5em;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news .newsList.a:hover {
    background-color: #2d3356;
}

.news .newsList.a:hover .content,
.news .newsList.a:hover .content p {
    color: #fff;
}

.news .newsList.b {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.b:hover {
    box-shadow: 2px 2px 5px #d3d3d3;
}

.news .newsList.b h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.b p {
    color: #666;
    line-height: 1.5em;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news .newsList.c {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.c h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.c p {
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    height: 105px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 10px;
}

.news .newsList.c .time {
    padding-top: 10px;
    border-top: 1px solid rgb(182, 182, 182);
}

.news .newsList.c .time span {
    float: right;
    color: #2d3356;
}

.news .newsList.d {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
}

.news .newsList.d .content-img {
    height: 200px;
}

.news .newsList.d .content-img img {
    transition: all 0.3s;
}

.news .newsList.d .content-img:hover img {
    transform: scale(1.1);
}

.news .newsList.d h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 10px 0 5px;
    padding: 0;
}

.news .newsList.d p {
    color: #666;
    line-height: 1.5em;
    height: 86px;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
}

.news .newsList.d .lock a {
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    color: #2d3356;
    border: 2px solid #2d3356;
    transition: all 0.3s;
}

.news .newsList.d .lock a:hover {
    background: #2d3356;
    color: #fff;
}

.news .newsList.e {
    margin-bottom: 20px;
}

.news .newsList.e .content-img {
    height: 200px;
}

.news .newsList.e .content-img img {
    transition: all 0.3s;
}

.news .newsList.e .content-img:hover img {
    transform: scale(1.1);
}

.news .newsList.e h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
}

/* 新闻资讯 */

.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 #2d3356;
    background: transparent;
    transition: all 0.2s;
}

.message.a>div a:hover {
    color: #fff;
    background-color: #2d3356;
}

.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: #2d3356;
    border: 1px solid #2d3356;
    border-radius: 7px;
    transition: all 0.2s;
}

.message.b>div a:hover {
    color: #fff;
    background-color: #2d3356;
}

/* 在线留言 ↑*/

.location {
    background: #2d3356;
    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: #2d3356;
    border-bottom: 1px solid #2d3356;
    margin-bottom: 10px;
}
