.fl {
    float: left;
}

.fr {
    float: right;
}

.index .container {
    padding: 6em 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minheight {
    min-height: calc(100vh - 300px);
    padding-bottom: 20px;
}

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%;
    color: #fff;
}

/* 头部 ↓*/
.header {
    /* border-bottom: 1px solid #ebebeb; */
    box-shadow: 0 0 5px #888;
    z-index: 10;
    padding-top: 10px;
    /* margin-bottom: 54px; */
}

.header .title {
    background-color: #1468d6;
    color: #fff;
    z-index: 10;
    /* padding: 3px 0; */
}

.header .title.a {
    transition: padding .3s;
}

.logo {
    padding-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.logo img {
    float: left;
}

.logo span {
    float: left;
    padding: 0 15px;
    color: #20489d;
}

.logo span h1 {
    font-size: 30px;
}

.logo span p {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
}

ul.nav {
    float: right;
    margin-top: 2px;
}

ul.nav li {
    float: left;
}

.clearfix:before,
.clearfix:after{
    clear: both;
}

/* 导航栏 ↓*/
ul.nav.a li a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bolder;
    padding: 24px 0;
    margin: 0 15px;
    font-size: 16px;
    border-top: 3px solid #fff;
}

ul.nav.a li:hover>a,
ul.nav.a li.active>a,
ul.nav.a li:focus>a {
    color: #20489d;
    border-top-color: #20489d;
}

ul.nav.b li a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bolder;
    padding: 24px 15px;
    margin: 0;
    font-size: 16px;
}

ul.nav.b li:hover>a,
ul.nav.b li.active>a,
ul.nav.b li:focus>a {
    color: #fff;
    background: #20489d;
}

ul.nav.c {
    margin: 0;
    width: 100%;
}

ul.nav.c>li {
    width: 12.5%;
}

ul.nav.c>li>a>i {
    margin-left: -20px;
    width: 20px;
    position: relative;
    left: 26px;
}

ul.nav.c >  li > a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    border-right: 2px solid #fff;
}

ul.nav.c > li:last-child a {
    border-right: 0;
}

ul.nav.c > li:hover,
ul.nav.c > li.active,
ul.nav.c > li:focus {
    border-bottom: 3px solid #f39602;
}


ul.nav>li:hover .submenu {
    display: block;
}

    ul.nav .submenu {
        position: absolute;
        
        background: rgba(255, 255, 255, 0.95);
        color: #000;
        border-color: #dedfe0;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
        overflow: hidden;
        display: none;
        z-index:99999;
        height: auto;
        max-width: 1200px;
       padding-bottom:10px;
        
    }
    ul.nav .submenu tr td{
        vertical-align: top;
    }
    ul.nav .submenu ul {
        width: 200px;
        height: auto;     
        padding: 0 10px;
        margin: 8px 5px 15px;
        
    }

    ul.nav  .yes ul li:first-child {
        border-bottom: #e5e5e5 1px solid;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 8px;
        font-size: 14px;
        line-height: 1;
    }
    ul.nav .yes ul li:first-child a{
        font-weight: bold;
    }

    ul.nav .submenu ul li {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 2;
        padding-left: 0;
        transition: all .4s;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #505050;
        padding: 5px 0 0 0;
    } 
    ul.nav .submenu ul li > a{
        font-size: 16px;
        color:#333;
    }
    ul.nav .submenu ul li > a:hover{
        color:#f39602;
    }



/* 导航栏 ↑*/

.phone {
    float: right;
    position: relative;
}

.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 {
    font-size: 20px;
    margin-bottom: 15px;
}

.phone.a img {
    position: absolute;
    left: -50px;
    bottom: 0;
}

.phone.a h2 {
    font-size: 18px;
    margin-top: 10px;
}

.navbtn {
    display: none;
    position: fixed;
    top: 3px;
    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: 11;
}

.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 {
    width: 100vw;
    background-image: url(../images/banner/1.jpg);
    background-position: center;
    background-size: cover;
}

.banner img {
    width: 100%;
}

.mini-banner {
    height: 340px;
}

.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 .container {
    padding: 2em 0;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section.a h3 {
    font-size: 26px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #ff8400;
    padding-bottom: 10px;
}

.heading-section.a h4 {
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 5px 0;
    color: #aaa;
    margin-top: 5px;
}

.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;
}

/* 产品列表 ↓*/
.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:hover,
.tabControl.a a.active {
    color: #20489d;
}

.tabControl.a a i {
    float: right;
}

.tabControl.a ul {
    overflow: hidden;
    transition: all 0.3s
}

.tabControl.a>ul>li>a {
    background: #1468d6;
    color: #fff;
}

.tabControl.a>ul>li>ul {
    background: #f5f5f5;
}

.tabControl.a>ul>li>ul>li>a {
    font-weight: inherit;
}

.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: #20489d;
    border-bottom: 3px solid;
}

.detailsPage .tabControl a {
    width: 100%;
    padding: 6px;
    border: 0;
    display: inline-block;
}

.detailsPage .tabControl a:before {
    content: none;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active {
    background: #064294;
    color: #fff;
}

.product .productList .content-img {
    height: 270px;
    /*margin-bottom: 30px;*/
}

.product .productList.a {
    margin-bottom: 60px;
    padding: 0 10px;
    /*height: 230px;*/
}

.product .productList.a .content-img {
    margin: 0
}

.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: 60px;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
}

.product .productList.a h2 {
    font-size: 18px;
    margin-top: 10px;
}
.product .productList.a h3 {
    font-size: 16px;
    margin-top: 10px;
    color:#999;
}

.product .productList.a p {
    font-size: 12px;
    margin-top: 10px;
}

.product .productList.b .content-img {
    margin: 0;
}

.product .productList.b p {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.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: 105px;
}


.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 .content-img {
    margin-bottom: 20px;
    height: 290px;
    box-shadow: 2px 2px 5px #989898;
}

.product .productList.d .content-img .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(20, 104, 214, 0.75);
    padding: 30px 0;
    transition: all 0.3s;
}

.product .productList.d .content-img:hover .box {
    width: 100%;
}

.product .productList.d h2 {
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    font-weight: bold;
}

.product .productList.d ul {
    list-style: square;
    display: inline-block;
    text-align: left;
}

.product .productList.d li {
    color: #fff;
    line-height: 2;
}

.product .productList.d a.more {
    color: #1468d6;
    font-size: 16px;
    background: #fff;
    padding: 3px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
}

/* 产品列表 ↑*/
/* 产品详情 ↓*/
.product .title h5 {
    color: #000;
}

.product .title p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2em;
}


/* 产品详情 ↑*/


/* 六大优势 ↓*/
.advantage .content.a>div {
    padding: 0 40px;
}

.advantage .content.a i {
    width: 20px;
    font-size: 34px;
    line-height: 20px;
    margin-right: 20px;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    transition: .5s all;
    position: relative;
    display: inline-block;
}

.advantage .content.a img {
    margin-right: 20px;
    padding-bottom: 10px;
}

.advantage .content.a h5 {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.advantage .content.a p {
    line-height: 1.8em;
    font-size: 14px;
}

.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;
}

.advantageList {
    background: #fff;
}

.advantageList .top {
    height: 200px;
    padding: 30px;
    position: relative;
}

.advantageList .top p {
    line-height: 2;
    font-size: 16px;
}


.advantageList .bottom {
    background: #1468d6;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.advantageList .bottom p {
    font-size: 20px;
    display: inline-block;
}

.advantageList .bottom .icon {
    display: inline-block;
    width: 60px;
    height: 50px;
    /* background: #fff; */
    border-radius: 100%;
    padding-top: 10px;
}

/* 六大优势 ↑*/


/* 关于我们 ↓*/
.about.index {
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.about.index .heading-section h4 {
    color: #fff;
}

.about .content p {
    line-height: 1.9em;
    margin: 0 0 5px;
    font-size: 16px;
    letter-spacing: .5px;
}

.about.index .content {
    margin-bottom: 50px;
}

/* 关于我们 ↑*/



/* 宣传条 ↓*/
.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.index {
    background: url(../images/news-bg.jpg) no-repeat center;
    background-size: cover;
}

.news .newsList.a {
    padding: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.news .newsList.a .time {
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
}

.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: #20489d;
}

.news .newsList.a:hover .content,
.news .newsList.a:hover .content p {
    color: #fff;
}

.index.news .newsList.a {
    border-bottom: 1px solid #1468d6;
    background: transparent;
}

.index.news .col-xs-12:nth-last-child(2)>.newsList.a {
    border-bottom: 0;
}

.index.news .newsList.a .time {
    background-color: initial;
    text-align: left;
    height: auto;
    padding: 0;
}

.index.news .newsList.a .time h6 {
    font-size: 26px;
    color: #1468d6;
}

.index.news .newsList.a .time p {
    border: 0;
    font-size: 16px;
    color: #1468d6;
}

.index.news .newsList.a .content h5 {
    font-size: 16px;
    font-weight: initial;
    height: 18px;
    margin: 0 0 10px;

}

.index.news .newsList.a:hover {
    background-color: initial;
}

.index.news .newsList.a:hover .content,
.index.news .newsList.a:hover .content p {
    color: initial;
}

.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: #20489d;
}

.news .newsList.d {
    padding: 20px;
    margin-bottom: 20px;
}

.news .newsList.d .content-img {
    max-height: 280px;
}

.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 i {
    display: inline-block;
    margin-bottom: 5px;
}

.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: #20489d;
    border: 2px solid #20489d;
    transition: all 0.3s;
}

.news .newsList.d .lock a:hover {
    background: #20489d;
    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;
}

/* 在线留言 ↓*/
.contactUs.index {
    background: #064294;
}

.contactUs.index.index .container {
    padding: 3em 0 2em;
}

.contactUs.index.index .container .wx{
    text-align:center;
    margin-bottom:20px;
}

.contactUs.index.index .container p{
    color:#fff;
    line-height:30px;
}

.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>h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.message.b>div {
    border: 1px solid #fff;
    color: #fff;
    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 {
    border: none;
    padding: 0;
    text-align: right;
}

.message.b>div a {
    display: inline-block;
    padding: 0.6em 2em;
    font-size: 14px;
    color: #fff;
    background-color: #ffa43e;
    border: 1px solid #ffa43e;
    border-radius: 7px;
    transition: all 0.2s;
}

.message.b>div a:hover {
    color: #fff;
    background-color: #fcac53;
}

/* 在线留言 ↑*/
.location {
    padding: 0;
}

.location .logo {
    border-bottom: 2px solid #ffa43e;
}

.location .logo h1 {
    color: #ffa43e;
    font-size: 24px;
}

.location .logo p {
    color: #ffa43e;
    margin: 15px 0;
    font-size: 13px;
}

.location li {
    margin-top: 15px;
    color: #fff;
}

.footer {
    padding: 15px 0;
    background-color: #064294;
    color: #fff;
    border-top: 1px solid #0e62ab;
}

.footer br {
    display: none;
}

.footMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #474747;
    border-top: 1px solid #eee;
    background-color: #20489d;
    z-index: 999;
}

.footMenu>div {
    border-right: 1px solid #eee;
    padding-top: 5px;
}

.footMenu>div:nth-last-child(1) {
    border-right: 0;
}

.footMenu i {
    color: #fff;
    font-size: 30px;
}

.footMenu p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}

#toolbar {
    width: 70px;
    /* background-color: white; */
    position: fixed;
    top: 40%;
    right: 2px;
    z-index: 29;
    border-right: 1px solid #20b09f;
    padding: 11px 0 5px;
}

#toolbar>ul {
    position: relative;
}

#toolbar>ul>li {
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    display: inline-block;
}

#toolbar>ul>li>div {
    width: 70px;
    height: 70px;
    float: right;
    transition: all 0.6s ease;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #20b09f;
    position: relative;
    overflow: hidden;
}

#toolbar>ul>li>div i {
    width: 100%;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    float: right;
}

#toolbar>ul>li>div p {
    width: 140px;
    height: 100%;
    margin: 0;
    line-height: 68px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#toolbar>ul>li>div div.toolbarBg {
    width: 0%;
    height: 100%;
    background: rgba(32, 176, 159, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.8s ease;
}

#toolbar>ul>li>div img {
    width: 200px;
    position: absolute;
    right: 70px;
    bottom: 0;
    transition: all 0s;
    opacity: 0;
    border: 1px solid #20b09f;
    user-select: none;
}

#toolbar>ul>li.active:hover>div {
    width: 140px;
    overflow: initial;
}

#toolbar>ul>li.active.w200:hover>div,
#toolbar>ul>li.w200>div p {
    width: 200px;
}

#toolbar>ul>li.active:hover>div i {
    display: none;
}

#toolbar>ul>li.active:hover>div p {
    display: block;
}

#toolbar>ul>li.active:hover>div img {
    right: 139px;
    transition: all 0.6s;
    opacity: 1;
}

#toolbar>ul>li.active:hover>div div.toolbarBg {
    width: 100%;
}

.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;
}

.classification {
    font-size: 20px;
    font-weight: bold;
    padding: 1em 0 0.5em;
    color: #6ebebd;
    border-bottom: 1px solid #6ebebd;
    margin-bottom: 10px;
}

.prodetailsection {
    position: relative;
    margin: 0;
    padding-left: 12px;
    padding-bottom: 24px;
    line-height: 32px;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: left;
    color: #3fb8bf;
    margin: 50px 0 20px;
    border-bottom: solid 3px rgba(63, 184, 191, 0.2);
}

    .prodetailsection em {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 32px;
        width: 5px;
        background-color: #3fb8bf;
    }

.detailsText {
    font-size: 16px;
    letter-spacing: 2px;
}

.detailsText p {
    line-height: 2em;
}

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;
}

.index.news a.twinkleBtn {
    padding: 4px 12px;
}

.index.product a.twinkleBtn {
    padding: 4px 12px;
    background: #f47e00;
    color: #fff;
    border: 0;
    border-radius: 4px;
    margin-top: 10px;
}

.index.product a.twinkleBtn:hover {
    background: #ff9524;
}

/* 招聘 */
.joinUs {
    margin-bottom: 30px;
    padding: 0 30px;
}

.joinUs .joinTitle {
    padding: 0 10px 10px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.joinUs .joinTitle h2 {
    font-size: 18px;
    display: inline-block;
}

.joinUs .joinTitle i {
    float: right;
}

.joinUs h3 {
    font-size: 16px;
    font-weight: bolder;
    font-style: initial;
    margin: 0;
}

.joinUs p {
    font-weight: 400;
    line-height: 1.8em;
    margin: 5px 0 15px;
}

.joinUs .joinTxt {
    display: none;
    padding: 0 10px;
}

.product table {
    border-left: solid 1px #eee;
    width: 100%;
}

.product table tr:first-child {
    background: #eee;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.product table tr:hover {
    background: #f5f5f5;
}

.product table tr td {
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 50%;
}

.product .heading-section a {
    display: block;
    width: 85px;
    height: 30px;
    background: #f47e00;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
}