@charset "utf-8";
@import url(../fonts/iconfont.css?20221027);

*{
    box-sizing: border-box;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.full-main{
    width: 100%;
    min-width: 1200px;
}
.main-container{
    width: 1200px;
    margin: 0 auto;
}
.row{
    margin-right: -15px;
    margin-left: -15px;
}
.en {
    font-family: "Trebuchet MS", Lucida, Verdana, Times, Georgia, "Times New Roman";
}

/* 顶部灰条 */
.top-row {
    background: #f4f4f4;
    height: 35px;
    line-height: 35px;
}
.top-row .right {
    font-size: 14px;
    color: #666;
}
.top-row .right i {
    display: inline-block;
    margin: 0 5px 0 30px;
}
/* 顶部 logo 区域 */
.logo-row{
    padding: 24px 0;
}
.logo-row .logo-wrap{
    display: block;
    width: 260px;
    height: 58px;
    float: left;
}
.logo-row .logo-wrap img {
    width: 100%;
    display: block;
}
.logo-row .top-title-wrap {
    display: block;
    width: 470px;
    height: 57px;
    float: left;
    border-left: 1px #ccc solid;
    padding-left: 40px;
    margin-left: 30px;
}
.logo-row .top-title-wrap h3 {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #315cc5;
    margin-bottom: 10px;
}
.logo-row .top-title-wrap h3 span {
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    margin-left: 10px;
}
.logo-row .top-title-wrap h4 {
    font-size: 19px;
    font-weight: 700;
    color: #666;
}
.logo-row .phone-wrap {
    float: right;
    width: 265px;
    padding-top: 4px;
    text-align: right;
}
.logo-row .phone-wrap .icon-title {
    width: 100%;
}
.logo-row .phone-wrap .icon-title i {
    font-size: 17px;
    color: #999;
    display: inline-block;
    margin-right: 10px;
}
.logo-row .phone-wrap .icon-title span {
    font-size: 17px;
    font-weight: 700;
    color: #666;
}
.logo-row .phone-wrap h3 {
    color: #315cc5;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
}

/* 导航菜单 */
.nav-bg{
    background: #333;
    height: 50px;
}
.nav-row > ul > li{
    float: left;
    font-size: 0;
    position: relative;
}
.nav-row > ul > li > a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding: 0 50px;
}
.nav-row > ul > li:hover{
    background: #315cc5;
}
.nav-row > ul > li:hover a{
    border-color: #315cc5;
}
.nav-row > ul > li[class*="current"] {
    background: #315cc5;
}
.nav-row > ul > li ul{
    display: none;
    position: absolute;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    z-index: 99;
}
.nav-row > ul > li:hover ul{
    display: block;
}
.nav-row > ul > li ul li {
    border-bottom: 1px #bbb dashed;
}
.nav-row > ul > li ul li:last-child {
    border-bottom: 0px;
}
.nav-row > ul > li ul li a{
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    display: block;
    color: #111;
    padding-left: 15px;
}
.nav-row > ul > li ul li a:hover{
    background: #315cc5;
    color: #ffffff;
}
/* 导航菜单 End */

/* banner */
.home-banner .swiper-slide img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}
.home-banner .button .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 4px;
}
.home-banner .button .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
    border-radius: 5px;
    background: #315cc5;
}
.home-banner .swiper-pagination{
    position: absolute;
    width: 1200px !important;
    left: 50% !important;
    margin-left: -600px;
    text-align: left;
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 70px;
    left: 0;
    width: 100%;
}
.home-banner .button{
    width: 1200px;
    position: absolute;
    z-index: 99;
    bottom: 80px;
    left: 50%;
    margin-left: -600px;
}
.home-banner .button .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    right: 50px;
    left: auto;
}
.home-banner .button .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #315cc5;
    background: #315cc5;
    right: 0;
    left: auto;
}
.home-banner .button .swiper-button-prev:after{
    font-size: 16px;
    color: #ffffff;
}
.home-banner .button .swiper-button-next:after{
    font-size: 16px;
    color: #ffffff;
}
.home-banner img{
    display: block;
}
/* banner结束 */

.title-wrap {
    margin: 0 auto;
    text-align: center;
}
.title-wrap h3 {
    color: #444444;
}
.title-wrap h6 {
    color: #888;
    font-size: 14px;
    font-weight: 200;
    padding-top: 15px;
}
.title-wrap span {
    display: block;
    width: 58px;
    height: 2px;
    background: #666;
    margin: 15px auto 0;
}

/* 首页产品中心 */
.home-products, .inside-products {
    background: #f7f7f7;
    padding: 50px 0;
}
.home-products .title {
    text-align: center;
    margin-bottom: 30px;
}
.home-products .title p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.home-products .title p em {
    color: #315cc5;
}
.home-products .title span {
    font-size: 24px;
    color: #999;
}
.home-products .list{
    width: 100%;
    overflow: hidden;
}
/* 产品循环列表 */
.home-products .list ul li {
    padding: 0 5px;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}
.home-products .list .img {
    width: 100%;
    border: 3px #e5e5e5 solid;
    overflow: hidden;
    position: relative;
}
.home-products .list .img a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
}
.home-products .list .img img {
    width: 100%;
    display: block;
}
.home-products .list .img:hover img {
    -webkit-transform:scale(1.03,1.03);
    -moz-transform:scale(1.03,1.03);
    -ms-transform:scale(1.03,1.03);
    -o-transform:scale(1.03,1.03);
    transform:scale(1.03,1.03);
}
.home-products .list .img img {
    -webkit-transition:all ease .7s;
    -moz-transition:all ease .7s;
    -o-transition:all ease .7s;
    transition:all ease .7s
}
.home-products .list .text {
    font-size: 14px;
    line-height: 50px;
    margin-top: 5px;
}
.home-products .list ul li:hover .text {
    background: #315cc5;
}
.home-products .list ul li:hover .text a {
    color: #fff;
}
/* 首页产品中心 END */

/* 优势和特点 */
.advantage {
    height: 550px;
    background: url(../images/pc/adv-bg.png) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 60px;
}
.advantage .title {
    text-align: center;
}
.advantage .title p {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 1px;
}
.advantage .title p em {
    color: #315cc5;
}
.advantage .title p em strong {
    font-size: 40px;
    font-style: italic;
}
.advantage .title span {
    font-size: 14px;
    color: #999999;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.advantage .list {
    margin-top: 50px;
}
.advantage .list ul li{
    width: 20%;
    float: left;
    text-align: center;
}
.advantage .list ul li p {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    padding: 5px;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 15px;
}
.advantage .list ul li p img {
    width: 100%;
    display: block;
    transition: all .3s ease;
}
.advantage .list ul li:hover p img {
    transform: rotateY(180deg);
}
.advantage .list ul li span {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}
.application {
    margin-top: -160px;
}
.application .swiper-container .swiper-slide {
    width: 50%;
    background: #315cc5;
    padding: 35px 60px;
    height: 315px;
    
}
.application .swiper-container .swiper-slide:nth-child(2n+1):after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
}
.application .swiper-container .swiper-slide .number{
    width: 140px;
    float: left;
    
}
.application .swiper-container .swiper-slide .number p{
    font-size: 100px;
    color: #ffffff;
    height: 70px;
    overflow: hidden;
    font-family: DIN,Arial, Helvetica, sans-serif;
    line-height: 1;
}
.application .swiper-container .swiper-slide .number:after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #ffffff;
    margin-top: 20px;
}
.application .swiper-container .swiper-slide .text{
    width: calc(100% - 140px);
    float: left;
    padding: 80px 20px 0;

}
.application .swiper-container .swiper-slide .text p{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
}
.application .swiper-container .swiper-slide .text span{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.application .swiper-button-prev{
    width: 40px;
    height: 80px;
    background: url(../images/pc/arrow-bg.png) left top no-repeat;
    left: 50%;
    margin-left: -40px;
}
.application .swiper-button-next{
    width: 40px;
    height: 80px;
    background: url(../images/pc/arrow-bg.png) right top no-repeat;
    right: 50%;
    margin-right: -40px;
}
.application .swiper-button-prev:after{
    color: #ffffff;
    font-size: 24px;
    margin-left: 10px;
}
.application .swiper-button-next:after{
    color: #ffffff;
    font-size: 24px;
    margin-right: 10px;
}
/* 优势和特点结束 */

/* 关于我们 */
.about{
    margin: 60px auto;
}
.about-left{
    width: 800px;
    float: left;
    padding-top: 30px;
}
.about-left .text-row{
    height: 150px;
}
.about-left .text-row .title{
    width: 25%;
    float: left;
}
.about-left .text-row .title p{
    font-size: 30px;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
}
.about-left .text-row .title p em{
    color: #315cc5;
}
.about-left .text-row .title span{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
    color: #999999;
}
.about-left .text-row .content{
    width: 75%;
    float: left;
}
.about-left .text-row .content p{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.about-left .img-row{
    position: relative;
}
.about-left .img-row img{
    width: 100%;
    display: block;
}
.about-left .img-row a {
    width: 80px;
    height: 80px;
    display: block;
    background: #315cc5;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 20px;
    bottom: -20px;
    text-transform: uppercase;
}
.about-right{
    width: 300px;
    float: right;
}
.about-right {
    padding: 20px;

}
.about-right a {
    display: block;
    border: 8px solid #ddd;
}
.about-right img {
    width: 100%;
    display: block;
    border: 8px solid #fff;
}
/* 关于我们结束 */

/* footer */
.footer{
    background: #333333;
}
.footer .footer-nav-row{
    line-height: 1;
    padding: 30px 0;
    border-bottom: 1px solid #505050;
}
.footer .footer-nav-row ul li{
    float: left;
}
.footer .footer-nav-row ul li a{
    display: block;
    padding: 0 30px;
    font-size: 14px;
    color: #ffffff;
    border-right: 1px solid #555;
}
.footer .contact-row{
    padding: 40px 0;
}
.footer .contact-row .footer-logo{
    float: left;
}
.footer .contact-row .footer-logo img {
    width: 240px;
}
.footer .contact-row .add-wrap{
    float: left;
    margin-left: 60px;
    padding-left: 80px;
    border-left: 1px solid #505050;
}
.footer .contact-row .add-wrap strong{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}
.footer .contact-row .add-wrap p{
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}
.footer .contact-row .contact-wrap{
    float: left;
    margin-left: 100px;
}
.footer .contact-row .contact-wrap strong{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}
.footer .contact-row .contact-wrap p{
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
}
.footer .contact-row .contact-wrap a {
    width: 120px;
    height: 36px;
    display: block;
    background: #315cc5;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.footer .contact-row .qr-wrap{
    float: right;
    text-align: center;
}
.footer .contact-row  .qr-wrap img{
    width: 120px;
    height: 120px;
    display: block;
    margin-bottom: 10px;
}
.footer .contact-row .qr-wrap p {
    font-size: 12px;
    color: #777777;
    line-height: 1;
}
.footer .copyright-row {
    line-height: 80px;
    border-top: 1px solid #505050;
}
.footer .copyright-row p {
    font-size: 14px;
    color: #777777;
    float: left;
    margin-right: 40px;
}
.footer .copyright-row .beian {
    float: right;
}
.footer .copyright-row .beian a {
    display: inline-block;
    font-size: 14px;
    color: #777777;
}
.footer .copyright-row .beian a img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 40px;
}
/* footer结束 */

/* 内页 */
.title-1, .inside-gaishu .main-container .product-list .text-conent .title-1 {
    margin-bottom: 1px;
    font-size: 24px;
    line-height: 24px;
    border-bottom: solid 1px #e6e6e6;
}
.title-1 .en {
    margin-bottom: 10px;
    color: #c0c0c0;
}
.title-1 .cn, .inside-gaishu .main-container .product-list .text-conent .title-1 .cn {
    margin-bottom: -2px;
    font-size: 0;
}
.title-1 .cn span, .inside-gaishu .main-container .product-list .text-conent .title-1 .cn span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 24px;
    color: #000000;
    border-bottom: solid 3px #315cc5;
}

.banner { position:relative; width:100%; overflow:hidden; z-index:3; }
.banner .bd { zoom:1; }
.banner .bd img { width:100%!important; height:auto!important; display: block; }

.text-conent {
    font-size: 15px;
    line-height: 2.5;
}
.text-conent p {
    text-indent: 2em;
    margin: 20px 0;
}
.inside-about, .inside-gaishu {
    padding: 50px 0;
}
.inside-about .zhengshu-list {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.inside-about .zhengshu-list a {
    display: inline-block;
    width: 33.33%;
    padding: 0 20px;
}
.inside-about .zhengshu-list a img {
    width: 100%;
}
.inside-about .zhengshu-list a span {
    display: block;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-top: 20px;
}

/* 产品概述 */
.inside-gaishu .text-conent h4 {
    margin: 20px 0;
    border-bottom: 1px #e6e6e6 solid;
    line-height: 2.5;
}
.inside-gaishu .text-conent h4:before {
    content: "";
    border-left: 3px #325cc5 solid;
    padding-right: 12px;
}
.inside-gaishu .text-conent dl {
    display: table-row;
}
.inside-gaishu .text-conent dl dt, .inside-gaishu .text-conent dl dd {
    float: left;
    display: table-cell;
    font-size: 15px;
    line-height: 2;
    background: #f5f5f5;
    margin: 0 2px 2px 0;
    padding: 0 10px;
    width: 450px;
}
.inside-gaishu .text-conent dl dt {
    width: 300px;
}
.inside-gaishu .text-conent strong.dt, .inside-gaishu .text-conent span.dd {
    display: inline-block;
    width: 80px;
    font-size: 15px;
    line-height: 2;
    background: #f5f5f5;
    margin: 0 2px 0 0;
    text-align: center;
}
.inside-gaishu .text-conent strong.dt {
    width: 260px;
}
.inside-gaishu .text-conent ul {
    margin-left: 15px;
}
.inside-gaishu .text-conent ul li {
    list-style-type: decimal;
}

/* 内页产品中心 */
.inside-product {
    background: #f7f7f7;
    padding: 50px 0;
}
.product-category {
    float: left;
    width: 260px;
}
.product-category .title-top {
    height: 120px;
    padding-top: 30px;
    padding-left: 40px;
    background: #315cc5 url(../images/pc/index_product_bg1.jpg) no-repeat;
    background-size: 100%;
}
.product-category .title-top h3 {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.product-category .title-top h4 {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    color: #5a95ed;
    font-weight: 100;
}
.product-category .class-list {
    background: #333;
    padding: 6px 10px;
}
.product-category .class-list ul li {
    padding: 4px 0;
}
.product-category .class-list ul li a {
    line-height: 40px;
    padding-left: 40px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}
.product-category .class-list ul li a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ffffff;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.product-category .class-list ul li[class*="current"] a {
    background: #315cc5;
}
.product-category .class-list ul li:hover a {
    background: #315cc5;
}
.product-category dl.phone {
    width: 100%;
    height: 120px;
    background: #315cc5 url(../images/pc/index_product_bg2.jpg) no-repeat;
    background-size: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 40px;
}
.product-category dl.phone dt {
    float: left;
}
.product-category dl.phone dt i {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    transform: rotate(165deg);
    margin: 5px 15px 0 0;
}
.product-category dl.phone dd span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}
.product-category dl.phone dd p {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
}
.product-list {
    float: right;
    width: 910px;
}
.product-list .title {
    line-height: 60px;
}
.product-list .title p {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    float: left;
}
.product-list .title p em {
    color: #315cc5;
}
.product-list .title a {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}
.product-list .title a:hover {
    color: #315cc5;
}
.product-list .list {
    width: 100%;
    overflow: hidden;
}
/* 产品循环列表 */
.product-list .list ul li {
    padding: 0 10px;
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}
.product-list .list .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product-list .list .img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
}
.product-list .list .img img {
    width: 100%;
    display: block;
}
.product-list .list .img:hover img {
    -webkit-transform:scale(1.03,1.03);
    -moz-transform:scale(1.03,1.03);
    -ms-transform:scale(1.03,1.03);
    -o-transform:scale(1.03,1.03);
    transform:scale(1.03,1.03);
}
.product-list .list .img img {
    -webkit-transition:all ease .7s;
    -moz-transition:all ease .7s;
    -o-transition:all ease .7s;
    transition:all ease .7s
}
.product-list .list .text {
    font-size: 14px;
    line-height: 40px;
    background: #eee;
}
.product-list .list ul li:hover .text {
    background: #315cc5;
}
.product-list .list ul li:hover .text a {
    color: #fff;
}
/* 内页产品中心 End */

/* 联系我们 */
.contact {
    padding: 60px 0;
}
.contact h4 {
    font-size: 18px;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 22px;
    margin: 40px 0;
}
.contact h4:before, .honor h4:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 6px;
    background: #0067d0;
    margin-right: 10px;
    vertical-align: middle;
}
.contact-row h3 {
    font-size: 24px;
    margin: 40px 0 20px;
}
.contact-row span {
    display: block;
    height: 4px;
    width: 80px;
    background: #444;
    margin-bottom: 30px;
}
.contact-row .text-wrap p {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px #e0e0e0 dashed;
    font-size: 14px;
}
.contact-row .text-wrap p i.iconfont {
    display: inline-block;
    margin-right: 10px;
    font-size: 32px;
}
.text-wrap .left, .text-wrap .right {
    width: 50%;
}

/* 翻页 */
.page-wrap {width:100%; overflow:hidden; margin: 50px 0;}
.page-wrap .link {float:right;}
.page-wrap .link a, .page-wrap .link span {display:inline-block; height:32px; line-height:32px; font-size: 14px; padding:0 10px; margin-right:5px; border:1px #315cc5 solid; color:#315cc5;}
.page-wrap .link a:hover, .page-wrap .link span{background:#315cc5; color:#fff;}
.page-wrap .link span {font-weight:bold;}
.page-wrap .total-info {float:left; height:32px; line-height:32px; font-size: 14px; padding:0 15px; border:1px #315cc5 solid; background:#315cc5; color:#fff;}
