@charset "utf-8";
@import url(../fonts/iconfont.css);

*{
    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";
}

/* 顶部 logo 区域 */
.logo-row{
    padding: 24px 0;
}
.logo-row .logo-wrap{
    display: block;
    width: 430px;
    height: 48px;
    float: left;
}
.logo-row .logo-wrap img {
    width: 100%;
    display: block;
}
.logo-row .pin-logo {
    display: block;
    height: 48px;
	margin-left: 30px;
    float: left;
}
.logo-row .phone-wrap{
    float: right;
    padding-top: 4px;
}
.logo-row .phone-wrap dt{
    float: left;
    width: 44px;
    height: 44px;
}
.logo-row .phone-wrap dt i {
    font-size: 43px;
    color: #0067d0;
}
.logo-row .phone-wrap dd{
    float: left;
    padding-left: 10px;
}
.logo-row .phone-wrap dd span{
    font-size: 14px;
    color: #999999;
    line-height: 1;
}
.logo-row .phone-wrap dd p{
    font-size: 28px;
    color: #333333;
    line-height: 1;
    font-family: Arial;
    font-weight: 700;
}
.logo-row .langue-wrap {
    float: right;
    display: block;
    margin-left: 100px;
    margin-top: 8px;
    width: 115px;
    height: 32px;
    line-height: 32px;
    border: 1px #a5a5a5 solid;
    border-radius: 15px;
    text-align: center;
    color: #000;
}
.logo-row .langue-wrap:hover {
    border: 0;
    color: #fff;
    background: #0067d0;
}
.logo-row .langue-wrap i {
    display: inline-block;
    font-size: 14px;
}
.logo-row .langue-wrap span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}

/* 导航菜单 */
.nav-bg{
    background: #0067d0;
    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;
    border-left: 1px solid #0394e0;
    border-right: 1px solid #2c2c2c;
}
.nav-row > ul > li:hover{
    background: #0050a1;
}
.nav-row > ul > li:hover a{
    border-color: #0050a1;
}
.nav-row > ul > li:first-child a{
    border-left: none;
}
.nav-row > ul > li:last-child a{
    border-right: none;
}
.nav-row > ul > li[class*="current"] {
    background: #0050a1;
}
/*.nav-row > ul > li[class*="current"] a{
    border: none;
}*/
.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: center;
    display: block;
    color: #111;
}
.nav-row > ul > li ul li a:hover{
    background: #0067d0;
    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, .home-core {
    background: #f7f7f7;
    padding: 70px 0;
}
.product-class-wrap {
    margin: 30px auto 0;
    text-align: center;
    font-size: 0;
}
.product-class-wrap a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eeeeee;
    padding: 0 20px;
    font-size: 12px;
    margin-right: 1px;
}
.product-class-wrap a:hover, .product-class-wrap a.current {
    background: #0067d0;
    color: #fff;
}

/* 产品循环列表 */
.product-wrap, .product-wrap3 {
    float: left;
    width: 270px;
    margin-right: 40px;
    margin-top: 40px;
    background: #eeeeee;
}
.product-wrap:nth-child(4n) {
    margin-right: 0;
}
.product-wrap3:nth-child(3n) {
    margin-right: 0;
}
.product-wrap .img-box, .product-wrap3 .img-box {
    background: #fff;
}
.product-wrap .img-box img, .product-wrap3 .img-box img {
    width: 240px;
    height: 184px;
    margin: 15px;
}
.product-wrap span, .product-wrap3 span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.product-wrap:hover, .product-wrap3:hover {
    background: #0067d0;
    color: #fff;
}

/* 关于我们 */
.home-about {
    background: #0067d0;
    padding: 70px 0;
    color: #fff;
}
.home-about .about-row {
    margin-top: 50px;
}
.home-about .about-row img {
    float: left;
    width: 430px;
    height: 290px;
}
.home-about .about-row .text {
    float: right;
    width: 720px;
}
.home-about .about-row .text p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}
.home-about .about-row .text a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #111;
    background: #fff;
    margin-top: 50px;
}
.home-about .about-row .text a:hover {
    background: #0067d0;
    border: 1px #fff solid;
    color: #fff;
}

/* 核心竞争力 */
.home-core .core-box {
    background: #fff;
    padding: 70px 0;
    margin-top: 30px;
}
.home-core .core-box .core-row {
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.home-core .core-box .core-row:last-child {
    padding-bottom: 0;
}
.home-core .core-box .core-row .left, .home-core .core-box .core-row .right {
    width: 475px;
}
.home-core .core-box .core-row img {
    width: 475px;
    height: 290px;
}
.home-core .core-box .core-row h3 {
    color: #0067d0;
}
.home-core .core-box .core-row h4 {
    color: #666666;
    font-size: 18px;
    margin: 10px 0 20px;
}
.home-core .core-box .core-row p {
    font-size: 14px;
    line-height: 1.8;
}
.home-core .core-box .core-row a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0067d0;
    margin-top: 30px;
}
.home-core .core-box .core-row a:hover {
    background: #fff;
    border: 1px #0067d0 solid;
    color: #0067d0;
}

/* footer */
.footer {
    background: #222222;
    color: #999999;
}
.footer .nav-foot {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px #333 solid;
    text-align: center;
}
.footer .nav-foot a {
    font-size: 14px;
    color: #999;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    border-left: 1px solid #999;
}
.footer .nav-foot a:first-child {
    border-left: 0;
}
.footer .nav-foot a:hover {
    color: #0067d0;
}
.footer .foot-row {
    padding: 70px 0;
}
.footer .foot-row .content-wrap {
    float: left;
}
.footer .foot-row .content-wrap img {
    float: left;
    width: 140px;
    height: 140px;
}
.footer .foot-row .content-wrap .text {
    float: left;
    margin-left: 20px;
}
.footer .foot-row .content-wrap .text h4 {
    font-weight: 200;
}
.footer .foot-row .content-wrap .text h3 {
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    font-family: Arial;
    font-weight: 700;
}
.footer .foot-row .content-wrap .text span {
    display: block;
    width: 30px;
    height: 2px;
    background: #666;
    margin: 10px 0 20px;
}
.footer .foot-row .content-wrap .text p {
    font-size: 14px;
    line-height: 1.8;
}
.footer .foot-row .qr-wrap {
    float: right;
}
.footer .foot-row .qr-wrap .code-wrap {
    float: right;
    width: 135px;
    margin-left: 60px;
}
.footer .foot-row .qr-wrap .code-wrap img {
    width: 135px;
    height: 135px;
}
.footer .foot-row .qr-wrap .code-wrap span {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.copyright {
    height: 58px;
    line-height: 58px;
    background: #111;
    text-align: center;
    font-size: 12px;
}
.copyright span, .copyright a {
    display: inline-block;
    margin: 0 15px;
}
.copyright a {
    color: #999;
}
.copyright a:hover {
    color: #0067d0;
}
.copyright a img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

/* 内页当前位置 */
.subnav {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e0e0e0 solid;
}
.subnav .iconfont {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
}
.subnav a {
    font-size: 14px;
}

/* about */
.banner_about {
    height: 162px;
    background: url(../images/pc/banner_about.jpg) no-repeat;
}
.about {
    padding-bottom: 60px;
}
.about h3 {
    margin: 60px 0 40px;
    font-weight: 200;
}
.about .about-row .text p {
    font-size: 15px;
    line-height: 2;
    margin: 15px 0;
    text-indent: 2em;
}

/* product */
.banner_product {
    height: 162px;
    background: url(../images/pc/banner_product.jpg) no-repeat;
}
.product {
    background: #f7f7f7;
    padding: 40px 0 50px;
}
.product .nav-wrap {
    float: left;
    width: 270px;
}
.product .nav-wrap h3 {
    display: block;
    height: 90px;
    line-height: 90px;
    background: #0067d0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    border-bottom: 1px #fff solid;
}
.product .nav-wrap ul li {
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background: #ececec;
    border-bottom: 1px #fff solid;
}
.product .nav-wrap ul li:hover, .product .nav-wrap ul li.current {
    background: #ddd;
}
.product .nav-wrap ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 14px;
}
.product .nav-wrap ul li i.iconfont {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 20px;
    font-size: 14px;
    color: #b8b8b8;
}
.product .list-box {
    float: right;
    width: 890px;
}
.product .list-box h3 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
}
.product .list-box .list-group {
    overflow: hidden;
    width: 100%;
}
.show-nav {
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
}
.show-nav strong {
    float: left;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}
.show-nav a {
    float: right;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}
.show-nav a .iconfont {
    display: inline-block;
    margin-right: 10px;
}
.list-box .content-wrap {
    padding: 30px 0;
}
.list-box .content-wrap .content p {
    font-size: 15px;
    line-height: 2;
}
.list-box .content-wrap img {
    display: block;
    margin: 40px auto;
    max-width: 750px;
}

/* 荣誉资质 */
.honor {
    background: #f7f7f7;
    padding: 40px 0 50px;
}
.banner_honor {
    height: 162px;
    background: url(../images/pc/banner_honor.jpg) no-repeat;
}
.honor-group .product-wrap {
    margin-top: 0;
}
.honor h4 {
    font-size: 18px;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 22px;
    margin-bottom: 40px;
}
.honor .list-box {
    width: 100%;
    overflow: hidden;
}

/* 联系我们 */
.banner_contact {
    height: 162px;
    background: url(../images/pc/banner_contact.jpg) no-repeat;
}
.contact {
    padding-bottom: 60px;
}
.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 p {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px #e0e0e0 dashed;
    font-size: 14px;
}
.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 #0067d0 solid; color:#0067d0;}
.page-wrap .link a:hover, .page-wrap .link span{background:#0067d0; 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 #0067d0 solid; background:#0067d0; color:#fff;}
