@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    border: none;
}
.clearfix:after{
    display:block;clear:both;height:0;content:"";visibility:hidden;
}
.img {
    position: relative;
    /*图片缩放效果*/
    overflow: hidden;
}

.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    /*图片缩放效果*/
    cursor: pointer;
    transition: all 1s;
}

/*图片缩放效果*/

/* .img img:hover {
	transform: translate(-50%, -50%) scale(1.1); 
} */

.max {
    max-width: 1360px;
    margin: 0 auto;
}

/***********************************首页****************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.logo {
    width: 530px;
    height: 80px;
    float: left;
    margin: 20px 0px 20px 0;
}

.logo img {
    width: 100%;
    height: 100%;
}

.nav {
    width: calc(100% - 650px);
    float: right;
}

.nav li {
    line-height: 120px;
    float: left;
    width: 13.2%;
    text-align: center;
    position: relative;
}

.nav li a {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 38px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.nav .select a,
.nav li:hover a {
    color: #549bab;
    border-bottom: 2px solid #549bab;
}

/* 二级菜单 */

.nav .two {
    min-width: 129%;
    z-index: 999;
    position: absolute;
    top: 120px;
    left: 0;
    background: rgba(111, 168, 180, .8);
    display: none;
}

.nav li:hover .two {
    display: block;
}

.nav li .two a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    float: left;
    width: 100%;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav li .two a:hover {
    border-bottom: none;
    background: #fff;
    color: #08687d;
}

/*轮播图*/

.dtp,
.swiper1 {
    margin-top: 120px !important;
}

.swiper1 img {
   /* width: 100%;*/
}

.swiper1.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 25px;
}

/* 关于我们 */

.about {
    padding: 80px 0;
    margin-top: -4px;
    background: #f8f8f8;
}

.title {
    margin-bottom: 60px;
    position: relative;
}

.title h6 {
    width: 260px;
    line-height: 60px;
    border: 1px solid #549bab;
    text-align: center;
    font-size: 20px;
    color: #549bab;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 5px;
}

.title i {
    display: block;
    width: 45%;
    height: 1px;
    background: #549bab;
    position: absolute;
    top: 30px;
    left: 0%;
}

.title em {
    display: block;
    width: 45%;
    height: 1px;
    background: #549bab;
    position: absolute;
    top: 30px;
    right: 0;
}

.about_text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_text .img {
    width: 490px;
    margin-right: 80px;
    box-shadow: 0 0 2px #ddd;
    float: left;
}

.about_right {
    float: left;
    width: calc(100% - 570px);
}

.about_right p {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    font-weight: lighter;
    text-indent: 2em;
}

.about_right .more {
    margin-top: 50px;
    float: right;
}

.more {
    display: block;
    width: 130px;
    line-height: 50px;
    border: 1px solid #549bab;
    font-size: 16px;
    color: #549bab;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}

.more:hover {
    background: #549bab;
    border: 1px solid #549bab;
    color: #fff;
}

/*产品展示*/

.product {
    padding: 80px 0;
    background: #fff;
}

.cpzs {
    width: 22%;
    margin-right: 4%;
    float: left;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 2px #ddd;
    margin-bottom: 50px;
}

.cpzs_list .cpzs:nth-child(4n) {
    margin-right: 0;
}

.cpzs p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(29, 97, 109, .9);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
}

.cpzs:hover p {
    display: flex;
}

.cpzs:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.swiper_2 .swiper-slide {
    width: 50%;
    box-shadow: 0 0 2px #ddd;
}

.swiper_2 p {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

/* 新闻中心 */

.news {
    display: none;
    padding: 80px 0;
    /* background: #f8f8f8; */
}

.news_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_list .img {
    width: 650px;
    margin-right: 80px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 2px #ddd;
}

.news_list .news_right {
    width: calc(100% - 730px);
    float: left;
}

.news_right h6 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 2s;
}

.news_right p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: normal;
}

.news_right i {
    display: block;
    width: 30px;
    height: 2px;
    background: #549bab;
    margin: 40px 0;
    border-radius: 5px;
    transition: all 1s;
}

.news_right .more {
    float: left;
}

.news_list:hover h6 {
    color: #549bab;
}

.news_list:hover i {
    width: 100%;
}

.news_list:hover .more {
    background: #549bab;
    color: #fff;
}

.news_list2 .img {
    margin: 0;
    margin-left: 80px;
}

/* 底部 */

.footnav {
    background: #3c82c4;
    display: flex;
    align-items: center;
}

.footnav li {
    width: 160px;
    float: left;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding-top: 22px;
}

.footnav li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px solid #fff;
}

.footnav li:last-child a {
    border-right: none;
}

.foot_text {
    background: #4a9deb;

    padding-bottom: 20px;
}

.foot_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_contact p {
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
    line-height: 50px;
    float: left;
    text-align: center;
    margin-right: 70px;
}

.foot_contact p:last-child {
    margin-right: 0px;
}

.foot_copyright {
    border: 1px solid #fff;
    border-radius: 10px;
}

.foot_copyright p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.foot_copyright p a {
    font-size: 12px;
    color: #fff;
    margin-left: 30px;
}

/*************关于我们**********/

.routenav {
    margin-top: -4px;
}

.routenav .max {
    border-bottom: 1px solid #eee;
}

.routenav a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 5px;
}

.gywm {
    padding: 60px 0 100px;
}

.gywm .img {
    width: 490px;
    margin-right: 40px;
    float: left;
    border-radius: 20px;
    box-shadow: 0 0 2px #ddd;
}

.gywm_p {
    width: calc(100% - 530px);
    float: left;
}

.gywm_p p {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 30px;
}

.gywm_p p:last-child {
    margin-bottom: 0px;
}

/*******************资质荣誉****************/

.honor {
    padding: 80px 0;
    position: relative;
}

.swiper2 {
    max-width: 1360px;
    margin: 0 auto;
}

.swiper2.swiper-container {
    position: static;
}

.swiper2 .swiper-slide img {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
}

.swiper2 .swiper-slide p {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.swiper2 .swiper-button-next {
    right: 10%;
    width: 20px;
    height: 30px;
    background-size: 20px 30px;
}

.swiper2 .swiper-button-prev {
    left: 10%;
    width: 20px;
    height: 30px;
    background-size: 20px 30px;
}

/******************营销网络***************/

.Marketing {
    padding: 80px 0;
}

.Marketing img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

/******************新闻中心**********************/

.Journalism {
    padding: 80px 0;
}

.Journalism li {
    padding: 30px 20px;
    /* border-bottom: 1px solid #eee; */
    box-shadow: 0 10px 20px #eee;
    margin-bottom: 30px;
}

.Journalism li p {
    width: calc(100% - 300px);
    float: left;
    font-size: 20px;
    line-height: 50px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Journalism li span {
    width: 100px;
    text-align: center;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 50px;
}

.Journalism li ol {
    width: 130px;
    margin-left: 70px;
    line-height: 48px;
    height: 50px;
    border: 1px solid #08687d;
    float: right;
    color: #549bab;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Journalism li:hover p {
    color: #08687d;
}

.Journalism li:hover ol {
    background: #08687d;
    color: #fff;
}

/******分页******/

.paging {
    text-align: center;
    padding: 10px 0;
    margin: 80px 0 0;
}

.paging a {
    padding: 10px 20px;
    background: #f0f0f0;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
    border-radius: 3px;
}

.paging a:last-child {
    margin-right: 0px;
}

.paging .po,
.paging a:hover {
    background: #549bab;
    color: #fff;
}

/*****************产品展示*****************/

.cp {
    margin-bottom: 80px;
    position: relative;
}

.cpa {
    max-width: 1360px;
    margin: 40px auto;
}
.cpa .cpadiv{
    position: relative;
    margin-right: 25px;
    float: left;
}
.cpa a {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    position: relative;
	border-bottom: 1px solid transparent;
}
.spanList{
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 9999;
    display: none;
}
.cpadiv:hover .spanList{
    display: block;
}
.spanList a{
    color: 14px;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    color: white;
    background: rgba(111, 168, 180, .8);
}
.cpa a span{
    
    transition: all .6s;
    text-align: center;
    position: relative;
    display: none;
    z-index: 9999;
    background: #8CB9C3;
}
.cpa a:hover span{
    display: block;
}

.cpa a:last-child {
    margin-right: 0;
}

.cpa a:hover,
.cpa .select {
    color: #08687d;
    border-bottom: 1px solid #08687d;
}

.swiper3.swiper-container {
    position: static;
    max-width: 1360px;
    margin: 0 auto;
}

.swiper3 .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}
.swiper3 .swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 250px;
    margin:0 auto;
}

.swiper3 img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
	margin: 0 auto;
}

.swiper3 p {
    /*float: left;*/
    font-size: 18px;
    line-height: 40px;
	height:40px;
	overflow:hidden;
    color: #333;
    text-align: center;
}

.swiper3 i {
    display: block;
    width: 60px;
    height: 2px;
    background: #333;
    margin: 0 auto;
}

.swiper3 .swiper-slide:hover {
    background: #08687d;
}

.swiper3 .swiper-slide:hover p {
    color: #fff;
}

.swiper3 .swiper-slide:hover i {
    background: #fff;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
    width: 20px;
    height: 30px;
    background-size: 20px 30px;
}

.swiper3 .swiper-button-prev {
    left: 5%;
    top: 65%;
}

.swiper3 .swiper-button-next {
    right: 5%;
    top: 65%;
}

/*产品详情 */

.cqxp {
    padding: 60px 0;
}

.cqxp_top .img {
    width: 560px;
    margin-right: 100px;
    float: left;
    box-shadow: 0 0 2px #ddd;
}

.cqxp_top .top_p {
    width: calc(100% - 660px);
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.cqxp_bot {
    margin-top: 60px;
    background: #f8f8f8;
    padding: 40px;
}

.cqxp_bot ol {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
}

.cqxp_bot p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    font-weight: normal;
}

.sxy {
    background: #08687d;
    padding: 0 20px;
}

.sxy a {
    display: block;
    width: 50%;
    float: left;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}

.sxy a:last-child {
    text-align: right;
}

/* 工程案例 */

.gcal {
    padding: 60px 0;
    position: relative;
}

.swiper4 {
    max-width: 1360px;
    margin: 0 auto;
    padding-bottom: 40px!important;
}

.swiper4.swiper-container {
    position: static;
}

.swiper4 .swiper-slide {
    border-radius: 15px;
    /* overflow: hidden; */
    position: relative;
}

.swiper4 .swiper-slide img{
    width: 100%;
    height: 240px!important;
    border-radius: 15px;
}
.gcal_text p {
    
}

.gcal_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gcal_text {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}

.gcal_text h6 {
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: block!important;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gcal_text p {
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
    line-height: 20px;
    text-align: left;
    margin: 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: none;
}

.gcal_text ol {
    display: none;
    width: 130px;
    line-height: 40px;
    font-size: 12px;
    background: #fff;
    color: #08687d;
    text-align: center;
    font-weight: normal;
    border-radius: 5px;
    margin: 0 auto;
}

.swiper4 .swiper-button-next {
    right: 10%;
}

.swiper4 .swiper-button-prev {
    left: 10%;
}

.swiper4 .swiper-button-next,
.swiper4 .swiper-button-prev {
    top: 50%;
    width: 20px;
    height: 30px;
    background-size: 20px 30px;
}

/********************联系我们**********************/

.contact {
    padding: 80px 0;
}

.map {
    position: relative;
}

.map_tetx {
    background: rgba(79, 141, 151, .8);
    width: 410px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 40px 60px;
}

.map_tetx h6 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}

.map_tetx ol {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 60px;
}

.map_tetx p {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    line-height: 40px;
}

.map_tetx p img {
    margin-right: 10px;
}

.ewm {
    margin-top: 80px;
}

.ewm img {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    float: left;
}

.ewm dd {
    float: left;
    width: calc(100% - 130px);
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.message {
    margin-top: 80px;
}

.form {
    padding: 50px;
    box-shadow: 0 0 2px #ddd;
}

.form>input {
    display: block;
    width: 32%;
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    outline: none;
    border: 1px solid #ddd;
    margin-right: 2%;
    text-indent: 1em;
}

.form .yzm {
    width: 32%;
    float: left;
}

.form .yzm input {
    width: 80%;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    outline: none;
    border: 1px solid #ddd;
    text-indent: 1em;
    float: left;
}

.form .yzm p {
    width: 17%;
    margin-left: 2%;
    background: #08687d;
    line-height: 40px;
    height: 40px;
    float: left;
}

.form textarea {
    width: 100%;
    margin-top: 40px;
    height: 150px;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    outline: none;
    border: 1px solid #ddd;
    text-indent: 1em;
}

.form .sub {
    display: block;
    width: 150px;
    line-height: 40px;
    color: #08687d;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid #08687d;
}

.form .sub:hover {
    border: 1px solid #0f3b83;
    background: #fff;
    color: #0f3b83;
}

/*****************人才招聘*****************/

.recruit {
    padding: 80px 0;
}

.rczp {
    width: 50%;
    padding: 50px;
    float: left;
}

.rczp h6 {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    line-height: 60px;
    color: #333;
    margin-bottom: 40px;
}

.rczp h6 span {
    display: block;
    width: 60%;
    float: right;
}

.rczp ol {
    width: 40%;
    float: left;
    margin-top: 15%;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.recruit_p {
    width: 60%;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}

.rczp:hover {
    box-shadow: 0 0 2px 2px #c6dade;
}

.rczp:hover ol,
.rczp:hover h6 {
    color: #08687d;
}

.nav2 {
    display: none;
}

/* 新闻详情 */

.xwxq {
    padding: 80px 0;
}

.xwxq_text {
    background: #f5f5f5;
    padding: 20px 40px;
}

.xwxq_text h6 {
    font-size: 26px;
    color: #1b7045;
    line-height: 60px;
    border-bottom: 1px solid #1b7045;
    text-align: center;
    margin-bottom: 20px;
}

.xwxq_pimg {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.xwxq_pimg p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.xwxq_pimg img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

/* 新添加 */

.about1_p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 2em;
    margin-top: 20px;
}

.ANLI {
    background: #f8f8f8;
    padding: 80px 0;
}

.ZHAOPI {
    padding: 80px 0 80px;
    background: #f8f8f8;
}

.ZHAOPI .max:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ZHAOPI .rczp:nth-child(n+4) {
    display: none;
}

.ZHAOPI .rczp:nth-child(3) {
    margin-right: 0;
}
.divaaaa{
    font-size: 12px;
    line-height: 26px;
}

/******************************/

.ewm:after,
.nav2:after,
.recruit .max:after,
.rczp:after,
.sxy:after,
.cqxp_top:after,
.swiper3 .swiper-slide a:after,
.cpa:after,
.Journalism li a:after,
.gywm .max:after,
.routenav .max:after,
.lx_p:after,
.footnav ul:after,
.news_list:after,
.cpzs_list:after,
.about_text:after,
.title:after,
.nav:after,
.header .max:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ANLI .gcal_text{width: 100%;}