﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* { margin:0; padding:0; box-sizing: border-box}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;min-width: 1260px;overflow-x: hidden}
*html { background-image:url(about:blank);background-attachment:fixed;}
li { list-style:none;}
img { border:none;}
body a img { border:none;}
a { color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none;}
a:link { text-decoration:none;}
a:hover { text-decoration:none; }
input,textarea,button{border: none;outline: none;background: none}
.clear:after {content:''; display:block; clear:both; }
.clear { height:0px; clear:both; }
/*限制文字,文字超出显示冒号*/
.text-cut { overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.text-center{text-align: center}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap;}
.align-items{align-items: center}

/*============================ 公共部分 ============================*/

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;line-height: 2;}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {width:50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left}
.wengzhengfanye a:hover {color: #03458e}
.wengzhengfanye .wengzhengfanyeB{float: right;text-align: right}
.wengzhengfanye b{font-weight: normal}

/* 文章类别上下页 */
.page { overflow:hidden;}
.pagelink {text-align:center;display: flex;justify-content: center;padding-top: 30px}
.pagelink span,.pagelink a { display:inline-block;text-align:center; padding:7px 14px; border:solid 1px #ddd; color:#666; margin-left: -1px}
.pagelink a.on { background:#03458e; color:#fff; border:solid 1px #03458e;}
.pagelink span{display:inline-block; color:#fff; background:#03458e; border:solid 1px #03458e;}
.pagelink a:hover{background: #EEEEEE}


/*========================================= 首页 =====================================*/
.container { width:1260px; margin:0 auto;}
.fl{float: left}
.fr{float: right}

header{background: #fff;}
.head{}

.nav{}
.nav li{line-height:117px;height:117px;text-align:center;position:relative;z-index:999;padding: 0 15px;}
.nav li a{display:block;font-size:16px; position: relative;z-index: 1;}
.nav li:after{content: '';width: 0;height: 3px;background: #03458E;position: absolute;bottom: 0;left: 0;opacity: 0;transition: all 0.3s ease}
.nav li.active:after{width: 100%;opacity: 1}
.nav li:hover a{color: #03458E}

.xlnav{background: rgba(255,255,255,0.9);position: absolute;z-index: 99;top:117px;left: 50%;width: 140px;margin-left: -70px;
    transition: all .5s ease;transform: translateY(20px);opacity: 0}
.xlnav dd a{display: block;transition: .3s;text-align: center;line-height: 40px;font-size: 14px;color: #333!important;}
.xlnav dd a:hover{background: #03458E!important;color: #fff!important;}
.nav ul li:hover .xlnav{opacity: 1;transform: translateY(0);}


/*banner图片切换样式*/
.banner{width:100%; overflow:hidden;position: relative}
.banner li{overflow:hidden;position: relative;height: 684px;display: flex;justify-content: center;align-items: center}
.banner li dd img{max-width: 100%}
.banner li dl{color: #fff;padding: 0 80px}
.banner li dl h2{font-size: 54px;}
.banner li dl h3{font-size: 42px;padding: 10px 0 20px}
.banner li dl p{font-size: 22px;}
.banner .swiper-pagination{bottom: 20px;}
.banner .swiper-pagination-bullet{width: 12px; height: 12px; transition: .3s; background-color: #FFFFFF; opacity: 1;border-radius: 50%; margin: 0 6px !important;}
.banner .swiper-pagination-bullet-active{width: 20px;border-radius: 6px}
.banner .swiper-button-prev,.banner .swiper-button-next{margin-top: -27px; transition: .3s;}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{font-size: 0}
.banner .swiper-button-prev{left: 50%;margin-left: -630px;}
.banner .swiper-button-next{right: 50%;margin-right: -630px;}


.title{padding-top: 45px;}
.title p{font-size: 35px;color: #e5e5e5;font-family: Arial;line-height: 1.2;text-transform: uppercase}
.title h2{font-size: 30px;margin-bottom: 15px}
.title i{display: inline-block;width: 64px;height: 2px;background: #006ab8}


.oneA{margin-top: 40px}
.oneAl{width: 800px;}
.oneAl .title{padding-top: 0}
.oneAl .text{font-size: 18px;color: #717171;line-height: 2;padding: 45px 0}
.more a{display: inline-block;border: 1px solid #999999;width: 128px;line-height: 33px;text-align: center}
.more a:hover{background: #006ab8;border-color: #006ab8;color: #fff}

.oneAl .more a{border-color: #e9463b;background: #e9463b;color: #fff}
.oneAl .more a:hover{background: #006ab8;border-color: #006ab8;color: #fff}

.oneB{background: url("../img/ob.png") no-repeat center center;margin-top: 50px;padding: 75px 0 40px}
.oneB ul li{width: 305px;margin-bottom: 35px;}
.oneB ul li dd{width: 305px;height: 215px;background: #fff;overflow: hidden;position: relative}
.oneB ul li dd img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.oneB ul li dd .bk{content: '';position: absolute;top: 0;left: 0;background: rgba(0,106,184,0.63);width: 100%;height: 100%;transition: all 0.3s ease;opacity: 0;}
.oneB ul li dd .bk span{font-size: 16px;color: #FFFFFF;display: block;line-height: 40px;position: absolute;top: 50%;width: 140px;border: 2px solid #FFFFFF;
    left: 50%;transform: translateX(-50%)translateY(-50%);text-align: center;}
.oneB ul li a{color: #fff;}
.oneB ul li p{opacity: 0.8;font-size: 15px;margin-top: 25px;text-align: center}
.oneB ul li .title{padding-top: 0}
.oneB ul li .title p{font-size: 35px;color: #e5e5e5;font-family: Arial;line-height: 1.2;text-transform: uppercase;text-align: left;margin-top: 0}
.oneB ul li .title h2{color: #fff}
.oneB ul li .title i{background: #fff}
.oneB ul li .more a{border-color: #fff;margin-top: 45px}
.oneB ul li:hover dd .bk{opacity: 1}

.oneC{position: relative;width: 1350px;margin: 0 auto;margin-top: 30px;}
.oneC ul li dd{overflow: hidden}
.oneC ul li dd img{max-width: 100%;transition: all 0.5s ease}
.oneC ul li p{font-size: 16px;text-align: center;padding: 15px 0;opacity: 0.6}
.oneC ul li:hover dd img{transform: scale(1.1)}
.oneC ul li:hover p{background: #006ab8;color: #fff;opacity: 1}

.oneC .swiper-button-prev,.oneC .swiper-button-next{margin-top: -40px; transition: .3s;}
.oneC .swiper-button-prev:after,.oneC .swiper-button-next:after{font-size: 0}
.oneC .swiper-button-prev{left: 0}
.oneC .swiper-button-next{right: 0}

.oneD{background: url("../img/od.png") no-repeat center;background-size: cover;margin-top: 50px;padding-bottom: 120px}
.oneDs{position: relative;margin-top: 85px;}
.oneD .title h2{color: #fff}
.oneD .title i{background-color: #fff}
.oneD .hd{}
.oneD .hd ul li{text-align: center;color: #fff;width: 25%;position: relative}
.oneD .hd ul li p{margin-top: 40px;font-size: 20px;}
.oneD .hd ul li:before{content: '';position: absolute;top: -34px;width: 40px;height: 28px;left: 50%;transform: translateX(-50%);background: url(../img/odjt.png)center no-repeat;background-size: cover;opacity: 0;}
.oneD .hd ul li.on:before{opacity: 1}
.oneD .hd ul li.on p{color: #e9463b}
.oneD .hd ul li .img2{display: none}
.oneD .hd ul li.on .img1{display: none}
.oneD .hd ul li.on .img2{display: block;margin: auto}
.oneD .bd ul{z-index: 99;display: none;background: rgba(255,255,255,0.9);height: auto;width: 100%;position: absolute;top: -34px;left: 0;transform: translateY(-100%);border-radius: 10px;padding: 30px;font-size: 18px;color: #373737;}


.oneEl{width: 613px;position: relative;overflow: hidden}
.oneEl ul li{overflow: hidden;position: relative;height: 365px;}
.oneEl ul li img{max-width: 100%;min-height: 365px;}
.oneEl ul li h3{position: absolute;padding: 15px;background: rgba(0,0,0,0.5);color: #fff;bottom: 0;left: 0;width: 100%;text-align: center}
.oneEl .swiper-button-prev:after,.oneEl .swiper-button-next:after{font-size: 20px;color: #fff}
.oneEl .swiper-button-next{top: inherit;bottom: 0}
.oneEl .swiper-button-prev{top: inherit;bottom: 0}


.oneEr{width: 613px;}
.oneEr ul li{padding: 25px 30px;border: 1px solid #eeeeee;margin-bottom: 18px}
.oneEr ul li dl{width: 80%}
.oneEr ul li h3{margin-bottom: 15px;font-size: 18px}
.oneEr ul li p{color: #666}
.oneEr ul li dt b,.oneEr ul li dt strong{display: block;}
.oneEr ul li dt b{color: #aaaaaa;font-family: Arial;font-size: 20px;margin-bottom: 8px}
.oneEr ul li dt strong{font-size: 16px;color: #cccccc;}
.oneEr ul li:last-child{margin-bottom: 0}
.oneEr ul li:hover{border-color: #006ab8}
.oneEr ul li:hover h3{color: #006ab8}


.footer{width:100%;background: #333;margin-top: 60px;}
.foot{padding: 40px 0 60px;}
.foot h3{font-size: 18px;color: #fff}
.footl ul{margin-right: 90px}
.footl ul li{margin-top: 20px}
.footl ul li a{color: #fff;opacity: 0.5}
.footl ul li a:hover{opacity: 1}

.footr{padding-right: 65px}
.foot-ewm{margin-top: 20px}
.foot-ewm dd{margin-right: 25px}
.foot-ewm dd img{border: 6px solid #fff;width: 110px}
.foot-ewm dl p{color: #fff;opacity: 0.5;line-height: 2.5}

.copyright{text-align: center;color: #fff;padding: 20px 0;opacity: 0.5;background: #252525}
.copyright a{color: #fff}

/*========================================= 关于我们 =====================================*/
.ny_ban{overflow: hidden;height: 350px;display:flex;justify-content:center;align-items:center;text-align: center;color: #fff;position: relative}


.ny_title{text-align: center;padding: 45px 0 0}
.ny_title h2{font-size: 30px;}
.ny_title i{display: inline-block;width: 46px;height: 3px;background: #03458e;margin: 10px 0 0}
.ny_title p{color: #999;font-size: 16px;text-transform: uppercase}


.location{background: #EBF4FA;padding: 15px 0}

.ny_nav ul{display: flex;justify-content: center}
.ny_nav ul li{font-size: 16px;position: relative;padding: 0 35px;line-height: 42px;margin: 0 10px;border-radius: 3px;background: #fff}
.ny_nav ul li:hover a,.ny_nav ul li.active a{color: #fff}
.ny_nav ul li:hover,.ny_nav ul li.active{background: #03458e}

.local{padding-left: 20px;position: relative}
.local:before{content: '';width: 6px;height: 24px;position: absolute;top: 17px;left: 0;background: #03458e}

.one{line-height: 2;overflow: hidden;font-size: 16px;margin-top: 40px;min-height: 300px}
.one img{max-width: 100%}


.main{margin-top: 45px}
.productl{width: 230px;border: 1px solid #ccc;}
.productl h2{background: #03458e;line-height: 55px;text-align: center;color: #fff}
.productl ul li{font-size: 16px;background: url("../img/proli.png") no-repeat 94% #F5F5F5;border-top: 1px solid #ccc;position: relative;padding: 0 20px;line-height: 55px;}
.productl ul li a{display: block;width: 100%}
.productl ul li:hover,.productl ul li.active{background: url("../img/proli.png") no-repeat 94% #D9D9D9}


.product{width: 980px;}
.product ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 20px}
.product ul li dd{height: 240px;text-align: center;position: relative;border: 1px solid #eee;overflow: hidden}
.product ul li dd img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;transition: all 0.5s ease}
.product ul li h3{font-size: 16px;text-align: center;margin-top: 15px}
.product ul li:nth-child(3n){margin-right: 0}
.product ul li:hover dd img{transform: scale(1.1)}
.product ul li:hover dd{border-color: #03458e}
.product ul li:hover h3{color: #03458e}


.case{overflow: hidden;margin-top: 45px}
.case ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 25px;position: relative}
.case ul li dd{overflow: hidden;width: 100%;}
.case ul li dd img{max-width: 100%;transition: all .5s ease;}
.case ul li h3{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 50px;background: rgba(0,0,0,0.5);text-align: center;color: #fff;font-size: 18px;font-weight: normal}
.case ul li:nth-child(3n){margin-right: 0}
.case ul li:hover dd img{transform: scale(1.06);transition: all 0.6s ease}
.case ul li:hover h3{background: rgba(0,0,0,0.8)}


.news{margin-top: 45px;}
.news ul li{padding: 35px;box-shadow: 0 0 10px #d4d6e8;width: 100%;overflow: hidden;margin-top: 30px;background: #FFFFFF;border-bottom: 4px solid #d9e0f0;}
.news ul li a{display: flex;justify-content: space-between}
.news ul li dd{width: 250px;overflow: hidden}
.news ul li dd img{display: block;width: 100%;height: auto;}
.news ul li dl{width: 910px;}
.news ul li dl h3{font-size: 18px;}
.news ul li dl p{color: #999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;margin-top: 15px;line-height: 1.6;}
.news ul li dl span{display: block;width: 100%;color: #666;position: relative;border-top: 1px dashed #d9e0f0;padding-top: 10px;margin-top: 10px;padding-left: 25px;background: url("../img/time.png") no-repeat left 8px;}
.news ul li:hover{border-color: #03458e}


.down{border-top: 2px solid #dcdcdc;margin-top: 45px}
.down ul li{padding: 25px 0;border-bottom: 2px solid #dcdcdc;line-height: 28px;}
.down ul li h3{font-size: 18px;padding-left: 40px;font-weight: normal;width: 675px;border-left: 4px solid #03458e}
.down ul li p{font-size: 18px;}
.down ul li span{font-size: 16px;color: #7a7a7a;}
.down ul li a{display: inline-block;font-size: 18px;padding-left: 40px;position: relative;background: url("../img/down.png") no-repeat left;}


.contact{margin-top: 45px}
.contactl{width: 48%;line-height: 1.5}
.contactl h3{font-size: 42px;font-weight: normal}
.contactl i{display: block;width: 70%;height: 2px;background: #03458e;margin: 5px 0;}
.contactl h2{font-size: 32px;font-weight: normal}
.contactl p {border-top: 1px #dcdcdc solid;padding-top: 10px;}
.contactl img{margin-top: 30px}
.contactl ul{margin-top: 15px}
.contactl ul li {margin: 5px 0;}
.

.contactl .lxwm_left{margin-top: 5px;overflow: hidden;}
.contactl .lxwm_left dl{width: 96%;line-height: 1.8;float: left;border: 1px solid #dcdcdc;padding: 10px;margin: 10px 2% 0 0; font-size: 18px}
.contactl .lxwm_left dl:nth-child(3n){margin-right: 0}
.contactl .lxwm_left dl h3{font-size: 20px; font-weight:bold}
.contactr{width: 45%}
.contactr h3{font-size: 24px;font-weight: normal}
.contactr form{margin-top: 10px}
.contactr input{width: 100%;margin: 5px 0;line-height: 50px;background: #eeeeee;padding: 0 10px;border: none;}
.contactr textarea {font-family: "Microsoft YaHei";width: 100%;color: #444444;padding-left: 10px;padding-top: 10px;margin: 5px 0;height: 185px;background: #eeeeee;border: none;}
.contactr a{display: block;width: 100%;text-align: center;font-size: 16px;color: #03458e;margin: 5px 0;background: #FFFFFF;line-height: 48px;border: 1px #03458e solid;}
.contactr a:hover{background: #03458e;color: #fff}

.contactB{margin-top: 20px;overflow: hidden;}
.contactB dl{width: 32%;line-height: 1.8;float: left;border: 1px solid #eee;padding: 20px;margin: 25px 2% 0 0; font-size: 18px}
.contactB dl:nth-child(3n){margin-right: 0}
.contactB dl h3{font-size: 20px}


/*=======================================新闻详情页============================================*/
.news_info{overflow:hidden;margin-top: 40px;}
.info_title{text-align:center;}
.info_title h1{font-size:26px;font-weight: normal;}
.info_laiyuan{text-align:center;padding:20px 0;color: #999;}
.info_text{padding:30px 0;line-height:2;min-height: 300px;border-bottom: 1px dashed #cfcfcf;border-top: 1px dashed #cfcfcf;margin-bottom: 20px}
.info_pic{background: #fff;}
.info_text img{max-width:100%;display: block;margin: auto}
.info_text table{width: 100%;border: 0;border-collapse: collapse;border-spacing: 0;}
.info_text table td{border: 1px solid #000;text-align: center;line-height: 40px;}


.line{width: 100%;height: 1px;background: #dbdbdb;margin: 60px 0}

.relation{overflow: hidden}
.relation ul{margin-top: 10px}
.relation ul li{width: 23.5%;background: #fff;padding: 20px;margin-top: 2%;margin-right: 2%;float: left;border: 1px solid #dbdbdb;}
.relation ul li h3{font-size: 18px;font-weight: normal}
.relation ul li p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-align: justify;
    color: #999;line-height: 24px;font-size: 14px;margin-top: 10px;transition: all 0.4s;}
.relation ul li:nth-child(4n){margin-right: 0}
.relation ul li:hover{border-color: #03458e;transition: all 0.3s ease}
.relation ul li:hover h3{color: #03458e}

/*=======================================产品详情页============================================*/
.show_info{width: 950px;background:#F5F5F5;padding: 40px;}
.show_text{line-height:2;min-height: 300px;font-size: 16px}
.show_text img{max-width:100%;display: block;margin: auto}


/*左侧工具条*/
/*
#toolbar {position: fixed;z-index: 9999;right: 17px;bottom: 10%;}
#toolbar .online-one li {margin-bottom: 3px;font-size: 0;width: 70px;height: 70px;right: 0;position: relative;}
#toolbar .online-one li:hover a {-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);}
#toolbar .online-one li a {display: block;position: absolute;z-index: 9;right: 0;top: 0;width: 70px;height: 70px;background: #00c184;-webkit-transition: all .5s ease;transition: all .5s ease;
    font-size: 0;border-radius: 4px;padding: 10px 0;overflow: hidden;}
#toolbar .online-one li .icon-font {display: block;height: 28px;width: 100%;}
#toolbar .online-one li .icon-font:after {background-image: url(../img/kf.png);}
#toolbar .online-one li .icon-qq:after {background-position: -30px -240px;}
#toolbar .online-one li .icon-phone:after {background-position: -30px -208px;}
#toolbar .online-one li .icon-message:after {background-position: -30px -170px;}
#toolbar .online-one li .icon-ewm:after {background-position: -30px -138px;}
#toolbar .online-one li .icon-top:after {background-position: -30px -60px;background-image: url(../img/icon_spirit.png);}
#toolbar .online-one li .icon-wangwang:after {background-position: -30px 0;}
#toolbar .online-one li .wz {font-size: 12px;color: #fff;text-align: center;display: block;margin-top: 5px;height: 20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#toolbar .online-one li.phone {border-radius: 4px;padding: 10px 0;}
#toolbar .online-one li.ewm {background: #00c184;border-radius: 4px;padding: 10px 0;}
#toolbar .online-one li.phone .tel-phone {position: absolute;z-index: 1;padding: 5px;width: 110px;right: calc(100% + 5px);top: 0;opacity: 0;visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);
    -webkit-transition: all .7s;transition: all .7s;-webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);color: #fff;font-size: 14px;
}
#toolbar .online-one li.ewm .ewm-box {position: absolute;z-index: 1;padding: 5px;background: #fff;width: 110px;right: calc(100% + 5px);bottom: 0;opacity: 0;visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);
    -webkit-transition: all .7s;transition: all .7s;-webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
#toolbar .online-one li.ewm .ewm-box img {max-width: 100%;}

#toolbar .online-one li.ewm .ewm-box:after {content: '';position: absolute;right: -5px;bottom: 20px;width: 0;height: 0;line-height: 0;font-size: 0;
    overflow: hidden;border-width: 5px;cursor: pointer;border-style: dashed dashed dashed solid;border-color: transparent transparent transparent #fff;border-right: none;
}
#toolbar .online-one li.ewm:hover .ewm-box {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
#toolbar .online-one li.phone:hover .tel-phone {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
.icon-font{position: relative}
.icon-font:after {content: "";width: 30px;height: 30px;background-image: url(../img/kf.png);background-repeat: no-repeat;position: absolute;left: calc(50% - 15px);top: calc(50% - 15px);}
*/
