@charset "UTF-8";

ul,p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

.pc-fl {
    float: left;
}

.pc-fr {
    float: right;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.main-container {
    width: 1200px;
    margin: 0 auto;
}

.full-main {
    width: 100%;
    min-width: 1200px;
}

.head-box {
    position: relative;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    min-width: 1200px;
}

.logo-row {
    padding-top: 26px;
    padding-bottom: 22px;
    overflow: visible;
}

.logo-row .logo-wrap {
    float: left;
    margin-top: 10px;
}

.logo-row .slogan-wrap {
    float: left;
    padding-left: 25px;
    border-left: 1px solid #ddd;
    margin-left: 25px;
    margin-top: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-row .phone-wrap {
    float: right;
    padding-left: 60px;
    position: relative;
}

.logo-row .phone-wrap:before {
    content: "";
    display: block;
    background: url(../image/phone-icon.png);
    background-size: 100%;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 10px;
}

.logo-row .phone-wrap span {
    font-size: 14px;
    color: #333;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}

.logo-row .phone-wrap p {
    font-size: 24px;
    color: #055aae;
    line-height: 1.2;
    font-weight: bold;
}

.nav-row {
    border-top: 1px solid #ddd;
    height: 50px;
}

.nav-row li {
    float: left;
    position: relative;
}

.nav-row li.current_page_item > a,
.nav-row li.current-menu-item > a,
.nav-row li > a.current {
    background: #055aae;
    color: #ffffff;
}

.nav-row li > a {
    font-size: 16px;
    line-height: 50px;
    display: block;
    color: #333333;
    width: 150px;
    text-align: center
}

.nav-row li a:after {
    content: '';
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    background: #dddddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.nav-row li a.current:after,
.nav-row li a:hover:after {
    display: none;
}

.nav-row li ul {
    position: absolute;
    display: none;
    top: 56px;
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-row li ul li a {
    line-height: 40px;
    color: #666666;
    font-size: 15px;
}

.nav-row li ul li a:hover {
    color: #055aae;
    font-weight: bold;
    background: none
}

.nav-row li:hover ul {
    display: block;
}

.nav-row li:hover > a {
    background: #055aae;
    color: #ffffff;
}

.nav-row li:hover:after {
    display: none;
}

.banner-box {
    text-align: center;
}
.banner-box .swiper-slide{
    height: 0;
    padding-top: 650px;
    background-size: cover;
    background-position: center;
}
.banner-box .swiper-slide img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%);
}
.banner-box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}

.banner-box .swiper-button-prev {
    color: #ffffff;
    left: 50%;
    margin-left: -680px;
}

.banner-box .swiper-button-next {
    color: #ffffff;
    right: 50%;
    margin-right: -680px;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next{
    padding: 8px 16px;
    transition: all ease .3s;
    opacity: 0;
}
.banner-box:hover .swiper-button-prev,
.banner-box:hover .swiper-button-next{
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.banner-box .swiper-button-prev:hover,
.banner-box .swiper-button-next:hover{
    background: rgba(0, 0, 0, 0.6);
}
.banner-box .swiper-button-prev:after,
.banner-box .swiper-button-next:after{
    font-size: 26px;
}

.banner-box .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .4;
}

.banner-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #055aae;
}

.product-wrap {
    margin-top: 70px;
    margin-bottom: 40px;
}

.product-nav {
    width: 230px;
    overflow: hidden;
}

.product-nav .title {
    text-align: center;
    width: 100%;
    height: 106px;
    background: #055aae;
    overflow: hidden;
}

.product-nav .title p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 8px;
}

.product-nav .title span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #88b7e5;
    text-transform: uppercase;
}

.product-nav .product-nav-list {
    width: 100%;
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 20px;
}

.product-nav .product-nav-list ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 23px;
    transition: all .3s ease;
    position: relative;
}

.product-nav .product-nav-list ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #c0c0c0;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
}

.product-nav .product-nav-list ul li:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #c0c0c0;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: 2px;
}

.product-nav .product-nav-list ul li a {
    font-size: 16px;
    display: block;
    padding-left: 10px;
    position: relative;
}

.product-nav .product-nav-list ul li a:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #c0c0c0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.product-nav .product-nav-list ul li:hover, .product-nav .product-nav-list ul li.current-cat, .product-nav .product-nav-list ul li.current_page_item, .product-nav .product-nav-list ul li.current-menu-item {
    transform: translateX(20px);
    background: #ffffff;
}

.product-nav .product-nav-list ul li:hover a, .product-nav .product-nav-list ul li.current-cat a, .product-nav .product-nav-list ul li.current_page_item a, .product-nav .product-nav-list ul li.current-menu-item a {
    color: #ff8534;
}

.product-nav .product-nav-list ul li:hover a:after, .product-nav .product-nav-list ul li.current-cat a:after, .product-nav .product-nav-list ul li.current_page_item a:after, .product-nav .product-nav-list ul li.current-menu-item a:after {
    background: #ff8534;
}

.product-nav .product-nav-list ul li:hover:after, .product-nav .product-nav-list ul li:hover:before, .product-nav .product-nav-list ul li.current-cat:after, .product-nav .product-nav-list ul li.current-cat:before, .product-nav .product-nav-list ul li.current_page_item:after, .product-nav .product-nav-list ul li.current_page_item:before, .product-nav .product-nav-list ul li.current-menu-item:after, .product-nav .product-nav-list ul li.current-menu-item:before {
    background: #ff8534;
}

.product-list {
    width: 930px;
}

.product-list .product-list-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.product-list .product-list-item {
    width: 300px;
    float: left;
    margin: 0 10px 25px;
    text-align: center;
    margin-bottom: 25px;
}

.product-list .product-list-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contact-box {
    padding: 20px 12px;
    background: #055aae;
}

.contact-box h4 {
    margin-bottom: 2px;
}

.contact-box .line-box {
    position: relative;
    border: 1px solid #4186c9;
    padding: 30px 0;
}

.contact-box .line-box span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.contact-box .line-box p {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.contact-box .line-box em {
    display: block;
    padding: 5px;
    position: absolute;
    background: #055aae;
    color: rgba(255,255,255,.4);
    top: -16px;
    left: 50%;
    font-size: 16px;
    transform: translateX(-50%);    
}

.product-list .product-list-item .product-img {
    width: 100%;
    height: 220px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.product-list .product-list-item .product-img .hover-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(5,90,174,.5);
    opacity: 0;
    transition: all .3s ease;
    z-index: 39;
}

.product-list .product-list-item:hover .hover-bg {
    opacity: 1;
}

.product-list .product-list-item .product-img .hover-icon {
    width: 36px;
    height: 36px;
    background: url(../image/hover-ico.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    z-index: 99;
    transition: all .3s ease;
}
.inner_box.case .product-list .product-list-item .product-img .hover-icon {
    background: url(../image/hover-ico_search.png);
}

.product-list .product-list-item .product-img a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 199;
}

.product-list .product-list-item:hover .hover-icon {
    top: 50%;
    margin-top: -19px;
}

.product-list .product-list-item .product-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-list .product-list-item.partner-item .product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: none;
}

.product-list .product-list-item .product-text {
    padding: 15px;
    border: 1px solid #eeeeee;
    border-top: 0;
}

.product-list .product-list-item .product-text p a {
    font-size: 16px;
    line-height: 1;
}

.product-list .product-list-item:hover .product-text p a {
    color: #055aae;
}

.advantage-wrap .title-bg {
    height: 296px;
    overflow: hidden;
}

.advantage-wrap .title-bg .title {
    margin-top: 40px;
    position: relative;
    padding-left: 20px;
}

.advantage-wrap .title-bg .title:after {
    content: '';
    display: block;
    width: 4px;
    height: 56px;
    background: #ff8534;
    position: absolute;
    left: 0;
    top: 45px;
}

.advantage-wrap .title-bg .title p {
    font-size: 38px;
    color: #ffffff;
    line-height: 1;
}

.advantage-wrap .title-bg .title p strong {
    font-size: 90px;
    color: #ff8534;
}

.advantage-wrap .title-bg .title p em {
    color: #ff8534;
}

.advantage-wrap .title-bg .title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
}

.advantage-list-bg {
    padding: 30px 0 50px 0;
}

.advantage-list-bg ul li {
    margin: 40px 0;
}

.advantage-list-bg .text {
    width: 600px;
    float: left;
    box-sizing: border-box;
    padding-left: 120px;
    position: relative;
    padding-top: 40px;
}

.advantage-list-bg .text .nub {
    width: 91px;
    height: 91px;
    text-align: center;
    line-height: 91px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    background: url(../image/nub-bg.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 30px;
}

.advantage-list-bg .text .top {
    font-size: 28px;
    color: #ff8534;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.advantage-list-bg .text .top em {
    color: #333333;
}

.advantage-list-bg .text .bottom span {
    font-size: 15px;
    color: #666;
    display: block;
    position: relative;
    line-height: 1.8;
}

.advantage-list-bg .text .bottom span em {
    color: #ff8534;
}

.advantage-list-bg .img {
    float: right;
}

.advantage-list-bg ul li:nth-child(2n+2) .img {
    float: left;
    margin-right: 85px;
}

.advantage-list-bg .img img {
    width: 515px;
    height: 223px;
    display: block;
}

.about-wrap {
    height: 560px;
    box-sizing: border-box;
    padding-top: 70px;
    background: url(../image/about_bg.jpg) #f2f2f2 no-repeat center center;
    background-size: cover;
}

.about-img {
    width: 600px;
    position: relative;
}

.about-img .img {
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 20;
}

.about-img .img img {
    width: 100%;
    display: block;
}

.about-img .img .phone-wrap {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    bottom: 0;
}

.about-img .img .phone-wrap span {
    float: left;
    padding-left: 30px;
    background: url(../image/phone_ico.png) left center no-repeat;
}

.about-img .bg-box {
    width: 200px;
    height: 150px;
    background: #ff8534;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}

.about-text {
    margin-top: 60px;    
    width: 520px;
}

.about-text .title {
    margin-bottom: 40px;
}

.about-text .title span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #88b7e5;
}

.about-text .title p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
}

.about-text .text-content strong {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

.about-text .text-content p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.about-text .text-content a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #ff8534;
    margin-top: 50px;
    font-size: 14px;
}
.about-text .text-content a:hover{
    color: #ff8534;
    background: #ffffff;
}

.about-text .text-content a i {
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    display: inline-block;
    transform: rotate(45deg) translate(-2px);
    margin-left: 5px;
}
.about-text .text-content a:hover i{
    border-top-color: #ff8534;
}


.case-wrap{
    margin-bottom: 50px;
    margin-top: 80px;
}
.case-wrap .title{
    text-align: center;
    margin-bottom: 30px;
}
.case-wrap .title p{
    font-size: 30px;
    color: #444;
    font-weight: bold;
    margin-bottom: 8px;
}
.case-wrap .title span{
    letter-spacing: 1px;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}

.case-wrap .swiper-container{
    padding-bottom: 60px;
}
.case-wrap .swiper-container .swiper-slide{
}
.case-wrap .swiper-container .swiper-slide .case-img{
    width: 100%;
    overflow: hidden;
}
.case-wrap .swiper-container .swiper-slide .case-img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s ease;
}
.case-wrap .swiper-container .swiper-slide:hover .case-img img{
    transform: scale(1.1);
    }
.case-wrap .swiper-container .swiper-slide .case-text{
    text-align: center;
    padding: 14px;
    background: #f2f2f2;
}
.case-wrap .swiper-container .swiper-slide .case-text p{
    font-size: 16px;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.case-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.case-wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff8534;
}
.case-wrap .swiper-button-next, 
.case-wrap .swiper-button-prev{
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 8px;
    transition: all ease .3s;
    top: 100px;
}
.case-wrap .swiper-button-next:hover, 
.case-wrap .swiper-button-prev:hover{
    background: rgba(0, 0, 0, 0.8);
}
.case-wrap .swiper-button-next{
    right: 0;
}
.case-wrap .swiper-button-prev{
    left: 0;
}
.case-wrap .swiper-button-next:after, 
.case-wrap .swiper-button-prev:after{
    font-size: 16px;
}

.news-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}

.news-wrap .news-left {

}

.news-wrap .title-row {
    margin-bottom: 30px;
}

.news-wrap .title-row .title p {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    line-height: 1;
    margin-bottom: 8px;
}

.news-wrap .title-row .title span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #aaa;
    text-transform: uppercase;
    line-height: 1;
}

.news-wrap .title-row .tab-link ul li {
    float: left;
    margin-top: 5px;
    position: relative;
}
.news-wrap .title-row .tab-link ul li a{
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center ;
    background: #055aae;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.news-wrap .title-row .tab-link ul li a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid #fff;
    border-right: 20px solid transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.news-wrap .title-row .tab-link ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 44px solid #fff;
    border-left: 20px solid transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.news-wrap .title-row .tab-link ul li a:hover{
    background: #ff8534;
    color: #fff;
}
.news-wrap .news-left .list-row {
    overflow: hidden;
}

.news-wrap .news-left .list-row ul {
    margin-right: -10px;
    margin-left: -10px;
}

.news-wrap .news-left .list-row ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.news-wrap .news-left .list-row ul li .text .title {
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 12px;
    position: relative;
}

.news-wrap .news-left .list-row ul li .text .title:before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    background: #055aae;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.news-wrap .news-left .list-row ul li .text .title span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.news-wrap .news-left .list-row ul li .text .title a {
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.news-wrap .news-left .list-row ul li .text .info {
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    margin-bottom: 14px;
}

.news-wrap .news-left .list-row ul li .text .more {
    font-size: 14px;
    color: #ff8534;
}

.news-wrap .news-left .list-row ul li .text .more i {
    width: 0;
    height: 0;
    border-top: 6px solid #ff8534;
    border-left: 6px solid transparent;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 3px;
}

.news-wrap .news-left .list-row ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
}

.news-wrap .news-left .list-row ul li:first-child .img {
    width: 28%;
    height: 160px;
    float: left;
    display: block;
}

.news-wrap .news-left .list-row ul li:first-child .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news-wrap .news-left .list-row ul li:first-child .text {
    width: 68%;
    float: right;
}

.news-wrap .news-left .list-row ul li:first-child .text .title {
    line-height: 48px;
    border-bottom: none;
    position: relative;
    margin-top: 10px;
    padding: 0;
}

.news-wrap .news-left .list-row ul li:first-child .text .title:before {
    display: none;
}

.news-wrap .news-left .list-row ul li:first-child .text .title a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.footer-wrap {
    background: #444;
    padding: 50px 0;
    display: table;
}

.footer-wrap .footer-left {
    width: 70%;
    height: 100px;
    box-sizing: border-box;
}

.footer-wrap .footer-nav {
    margin-bottom: 30px;
}

.footer-wrap .footer-nav ul li {
    float: left;
    padding-right: 40px;
    position: relative;
    line-height: 1;
}

.footer-wrap .footer-nav ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    display: block;
    background: rgba(255,255,255,.2);
    top: 1px;
    right: 20px;
    transform: rotate(20deg);
}

.footer-wrap .footer-nav ul li:last-child:after {
    display: none;
}

.footer-wrap .footer-nav ul li a {
    color: #ffffff;
}
.footer-wrap .footer-phone {
    padding-top: 5px;
    position: relative;
}

.footer-wrap .footer-phone em {
    color: #ffffff;
    font-size: 14px;
}

.footer-wrap .footer-phone p {
    font-size: 27px;
    color: #ffffff;
    line-height: 1.6;
}

.footer-wrap .footer-phone span {
    font-size: 14px;
    color: #ffffff;
}



.footer-wrap .footer-right .qrcode_box{
    float: right;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-wrap .footer-right img{
    width: 112px;
}

.copyright-wrap {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 24px;
    padding: 20px 0;
    background: #333;
}

.product-list .details-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.product-list .details-title h3 {
    color: #055aae;
    font-size: 24px;
    margin-bottom: 10px;
}

/*right-bar*/
.right-bar {
    position: fixed;
    bottom: calc(10% + 76px);
    right: 0;
    width: 76px;
    z-index: 10;
}

.right-bar ul li {
    width: 76px;
    height: 76px;
    background: #fff;
    box-shadow: 0 2px 21px rgba(108,108,108,.19);
    cursor: pointer;
    position: absolute;
}

.right-bar ul li a {
    width: 76px;
    height: 76px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: left;
}

.rtbar-li4 {
    top: 0px;
}

.right-bar ul li em {
    width: 30px;
    height: 30px;
    display: block;
    margin: 12px auto 5px;
}

.right-bar ul li a span {
    font-size: 14px;
    color: #666;
    line-height: 1.1;
}

.right-bar ul li:hover {
    background: #055aae;
    box-shadow: 0 2px 21px rgba(31, 59, 136, 0.45);
}

.right-bar ul li:hover span {
    color: #fff;
}

.rtbar-li1 em {
    background: url(../image/righ-bar-ico1.png) 0 0 no-repeat;
}

.rtbar-li1:hover em {
    background: url(../image/righ-bar-ico1.png) -30px 0 no-repeat;
}

.rtbar-li2 em {
    background: url(../image/righ-bar-ico2.png) 0 0 no-repeat;
}

.rtbar-li2:hover em {
    background: url(../image/righ-bar-ico2.png) -30px 0 no-repeat;
}

.rtbar-li3 em {
    background: url(../image/righ-bar-ico3.png) 0 0 no-repeat;
}

.rtbar-li3 p {
    display: inline;
    font-size: 20px;
    line-height: 76px;
    color: #fff;
    font-weight: 500;
}

.rtbar-li3:hover em {
    background: url(../image/righ-bar-ico3.png) -30px 0 no-repeat;
}

.right-bar ul li.rtbar-li4 em {
    margin-top: 25px;
    background: url(../image/righ-bar-ico4.png) -30px 0 no-repeat;
}

.right-bar ul li.rtbar-li4:hover em {
    background: url(../image/righ-bar-ico4.png) -30px 0 no-repeat;
}

.right-bar ul li.gotop {
    display: none;
    background: #055aae;
}

/* 产品列表 */
.page-banner-box {
    height: 350px;
    background-size: cover;
    overflow: hidden;
}

.page-banner-box img {
    width: 100%
}

.breadcrumb-wrap {
    line-height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.breadcrumb-wrap a {
    margin-right: 5px;
}

.breadcrumb-wrap a:after {
}

.product-list-wrap {
    overflow: hidden;
}

/* 详情 */
.details-content {
    width: 930px;
}

.details-content .details-title {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.details-content .details-title h3 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
}

.details-content .details-title p {
    font-size: 12px;
    color: #999999;
}

.details-content .details-content {
    box-sizing: border-box;
    padding: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.details-content .details-content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.details-content .page-tab {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.details-content .page-tab .pre {
    width: 50%;
    float: left;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
}

.details-content .page-tab .next {
    width: 50%;
    float: right;
    text-align: right;
    box-sizing: border-box;
    font-size: 14px;
}

.details-content .page-tab .pre span,.details-content .page-tab .next span {
    color: #999999;
}

/* 关于我们 */
.details-content .details-title.about-details {
    text-align: left;
    padding-bottom: 10px;
}

.details-content .about-details h3 {
    color: #055aae;
}

.details-content .details-content.about-details {
    line-height: 38px;
    border: none;
}

.details-content .details-content.about-details .blocks-gallery-item {
    width: 33.33%;
    float: left;
}

.details-content .details-content.about-details .blocks-gallery-item img {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
}

/* 联系我们 */
.contact-details .contact-row {
    margin-bottom: 30px;
}

.contact-details .contact-row .text strong {
    font-size: 22px;
    color: #333333;
    line-height: 1;
}

.contact-details .contact-row .text p {
    font-size: 14px;
    line-height: 38px;
}

.contact-details .contact-row .qr {
    text-align: center;
}

/* 图文列表 */
.details-content .details-content.img-text-list {
    padding: 40px 0;
}

.img-text-list .page-news-list-item {
    width: 100%;
    height: 160px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.pnli-img {
    width: 200px;
    height: 120px;
    float: left;
    overflow: hidden;
}

.pnli-img img {
    width: 100%;
    transition: all .3s;
}

.pnli-text {
    width: 440px;
    float: left;
    margin-left: 30px;
    transition: all .3s;
}

.pnli-title {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 15px;
}

.pnli-title a {
    font-size: 20px;
    color: #333333;
}

.pnli-content {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.pnli-time-more {
    width: 140px;
    float: right;
}

.pnli-time-more p {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

.pnli-time-more a {
    width: 80px;
    height: 30px;
    display: block;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #055aae;
    border-radius: 15px;
    font-size: 12px;
    color: #055aae;
    margin-top: 30px;
    transition: all .3s;
}

.img-text-list .page-news-list-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.img-text-list .page-news-list-item:hover .pnli-text {
    margin-left: 40px;
}

.img-text-list .page-news-list-item:hover .pnli-time-more a {
    margin-left: 20px;
    background: #055aae;
    color: #ffffff;
}

.img-text-list .page-news-list-item:hover .pnli-img img {
    transform: scale(1.1);
}

/* 文字列表 */
.details-content .details-content.text-list {
    padding: 20px 20px;
}

.text-list .page-news-list-item {
    line-height: 62px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.text-list .page-news-list-item .title {
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-list .page-news-list-item .title a {
    font-size: 18px;
    color: #333333;
}

.text-list .page-news-list-item .time {
    width: 30%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #999999;
}

.details-content .details-content.text-list .pagenation {
    margin-top: 20px;
}

.product-list-item .product-img {
    cursor: pointer;
}

.factory-img-ceng {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    overflow: hidden;
}

.factory-img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 700px;
    height: auto;
    background: #fff;
    transform: translate3d(-50%,-50%,0);
    z-index: 9999;
}

.factory-img .title {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #333;
}

.factory-img .img-box {
    padding: 20px;
}

.factory-img .img-box img {
    width: 100%;
}

.factory-img .img-close {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background: #f5f5f5;
    z-index: 10;
    cursor: pointer;
    transform: rotate(45deg);
}

.factory-img .img-close:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #333333;
    position: absolute;
    left: 12px ;
    top: 5px;
}

.factory-img .img-close:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 5px ;
    top: 12px;
}

.hide {
    display: none;
}

#maximg img {
    max-width: 100%;
    height: auto !important
}

.pagebar {
    padding: 20px;
    overflow: hidden
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 7px 10px;
    margin: 0 2px;
    border-radius: 2px;
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 2px;
}

.pagination a:hover {
    color: #337ab7;
    border: 1px solid #337ab7;
}

.pagination a.page-num-current {
    color: #fff;
    background: #337ab7;
    border: 1px solid #337ab7;
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}


.inner_banner{
    height: 240px;
    background-size: cover;
    background-position: center;
}
.inner_banner.banner_about{
    background-image: url(../image/banner_about.jpg);
}
.inner_banner.banner_pro{
    background-image: url(../image/banner_pro.jpg);
}
.inner_banner.banner_case{
    background-image: url(../image/banner_case.jpg);
}
.inner_banner.banner_news{
    background-image: url(../image/banner_news.jpg);
}
.inner_banner.banner_mes{
    background-image: url(../image/banner_mes.jpg);
}
.inner_banner.banner_con{
    background-image: url(../image/banner_con.jpg);
}
.inner_banner.banner_qua{
    background-image: url(../image/banner_qua.jpg);
}
.inner_tit{
    display: flex;
    height: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.inner_tit h3{
    font-weight: normal;
}
.inner_tit p{
    font-size: 40px;
    font-weight: bold;
}
.inner_body{
    background: #f2f2f2;
    padding: 50px 0;
}
.inner_body .main-container{
    background: #fff;
    min-height: 120px;
}
.inner_body .inner_box{
    padding: 40px;
}
.inner_body .text{
    line-height: 1.8;
    font-size: 15px;
    color: #444;
}
.inner_body .text img{
    max-width: 100%;
}

.nav_bread{
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1;
    border-bottom: 2px #eaeaea solid;
    background: url(../image/home_ico.png) left top no-repeat;
    padding-left: 20px;
}
.nav_bread a{
    color: inherit;
}
.nav_bread a:hover{
    color: #055aae;
}



.pagelist{
    width: 100%;
    text-align: center;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
    width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #055aae;
    color: #fff;
}



.inner_body .main-container.inner_pro{
    background: transparent;
}
.main-container.inner_pro .product-nav .product-nav-list{
    background: #fff;
}
.main-container.inner_pro .product-nav .product-nav-list ul li:hover{
    background: #f2f2f2;
}
.main-container.inner_pro .inner_box{
    float: right;
    width: 860px;
    background: #fff;
}
.main-container.inner_pro .product-list {
    width: 100%;
}
.main-container.inner_pro .product-list .product-list-wrap {
    margin: 0;
}
.main-container.inner_pro .product-list .product-list-item {
    width: 32%;
    margin: 0 2% 20px 0;
}
.main-container.inner_pro .product-list .product-list-item:nth-child(3n) {
    margin-right: 0;
}
.main-container.inner_pro .product-list .product-list-item .product-img{
    height: 198px;
}
.main-container.inner_pro .line_1{
    border: 1px #eaeaea solid;
    padding: 15px;
}
.main-container.inner_pro .img_cover{
    width: 50%;
}
.main-container.inner_pro .info_box{
    width: calc(50% - 30px);
}
.main-container.inner_pro .info_box h3{
    font-weight: normal;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.main-container.inner_pro .info_box > p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
}
.main-container.inner_pro .info_box a{
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.main-container.inner_pro .info_box a:first-child{
    background: #055aae;
    margin-right: 10px;
}
.main-container.inner_pro .info_box a:first-child:hover{
    background: #01488f;
}
.main-container.inner_pro .info_box a:last-child{
    background: #444;
}
.main-container.inner_pro .info_box a:last-child:hover{
    background: #333;
}
.main-container.inner_pro .line_2 .tit{
    border: 1px #eaeaea solid;
    margin-bottom: 20px;
    margin-top: 15px;
}
.main-container.inner_pro .line_2 .tit span{
    background: #444;
    color: #fff;
    display: block;
    width: 120px;
    line-height: 40px;
    text-align: center;
}
.main-container.inner_pro .line_2 .page_change {
    padding: 15px;
    border: 1px #eaeaea solid;
    color: #444;
    margin-top: 15px;
    line-height: 1.6em;
    font-size: 14px;
}
.inner_box.case .product-list{
    width: 100%;
}
.inner_box.case .product-list .product-list-item{
    width: 24%;
    margin: 0 1.33% 20px 0;
}
.inner_box.case .product-list .product-list-item:nth-child(4n){
    margin-right: 0;
}
.inner_box.case .product-list .product-list-item .product-img{
    height: 202px;
}






.inner_news_list .inner_news_list_item i {
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    display: inline-block;
    transform: rotate(45deg) translate(-2px);
    margin-left: 5px;
}
.inner_news_list_item{
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.inner_news_list_item .img_cover{
    width: 24%;
}
.inner_news_list_item .img_cover img{
    width: 100%;
}
.inner_news_list_item .pc-fr{
    width: 73%;
}
.inner_news_list_item .pc-fr p.tit{
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_news_list_item .pc-fr p.tit:hover{
    color: #055aae;
}
.inner_news_list_item .pc-fr p.date{
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}
.inner_news_list_item .pc-fr p.info{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.main-container.news_classify{
    margin-bottom: 20px;
    min-height: auto;
}
.main-container.news_classify li{
    border-right: 1px #eaeaea solid;
}
.main-container.news_classify a{
    display: block;
    width: 140px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
}
.main-container.news_classify a:hover,
.main-container.news_classify a.current{
    background: #055aae;
    color: #fff;
}

.news_detail h3{
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    margin: 20px 0 10px 0;
}
.news_detail .info{
    text-align: center;
    font-size: 14px;
    color: #666;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.news_detail .page_change{
    padding: 15px;
    border: 1px #eaeaea solid;
    color: #444;
    margin-top: 20px;
    line-height: 1.6em;
    font-size: 14px;
}


.mes_form input,
.mes_form textarea{
    border: 2px #eaeaea solid;
    padding: 10px 14px;
    border-radius: 0;
    outline: none;
    font-family: inherit;
    line-height: 1.6;
    color: #444!important;
    width: calc(100% - 32px);
}
.mes_form input:focus,
.mes_form textarea:focus{
    border-color: #d4d4d4;
}
.mes_form textarea{
    resize: vertical;
    min-height: 160px;
}
.mes_form .textarea_box{
    margin: 20px 0;
}
.mes_form p{
    margin-bottom: 8px;
    font-size: 15px;
}
.mes_tit{
    text-align: center;
    background: #f2f2f2;
    padding: 16px 0;
    margin-bottom: 20px;
}
.input_box{
    width: 32%;
    margin-right: 2%;
}
.input_box:last-child{
    margin-right: 0;
}
#msgLeft_Btn{
    display: block;
    line-height: 46px;
    color: #fff;
    width: 160px;
    margin: 0 auto;
    text-align: center;
    background: #055aae;
}
#msgLeft_Btn:hover{
    background: #024689;
}


.inner_box.inner_contact .pc-fl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    padding-left: 100px;
    line-height: 2;
}
.inner_box.inner_contact .pc-fl p{
    border-bottom: 1px #d4d4d4 dashed;
}
.inner_box.inner_contact .pc-fl p.tit{
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: -40px;
    border-bottom: 0;
}
.inner_box.inner_contact .pc-fr{
    width: 50%;
}
.iframe_map{
    border: 0;
    width: 100%;
    height: 400px;
}