﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* { margin:0; padding:0; box-sizing: border-box}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;}
*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;}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}

/*============================ 公共部分 ============================*/

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;padding: 20px 0 0;line-height: 2}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {width:50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
.wengzhengfanye a:hover {color: #005BC6}
.wengzhengfanyeB{text-align: right}

/* 文章类别上下页 */
.page { overflow:hidden;}
.pagelink {text-align:center;padding: 20px 0}
.pagelink span,.pagelink a { display:inline-block;text-align:center; font-size:12px; padding:6px 11px; border:solid 1px #ddd; color:#666; margin:0 4px;}
.pagelink a:hover,.pagelink a.on { background:#00A1E9; color:#fff; border:solid 1px #00A1E9;}
.pagelink span{display:inline-block; color:#fff; background:#00A1E9; border:solid 1px #00A1E9;}

/*========================================= 首页 =====================================*/
.container { width:1200px; margin:0 auto;}
.fl{float: left}
.fr{float: right}

header{background: #fff}
.logo a{display: flex;justify-content: space-between;align-items: center}
.logo img{margin-right: 10px}
.logo h1{font-size: 20px;}
.logo p{color: #999;font-size: 11px;text-transform: uppercase;}
.top{background: #00A1E9;line-height: 45px;color: #fff}
.top .tops{align-items: center}
.top dl{font-size: 12px;position: relative;cursor: pointer}
.top dl dt{display: flex;align-items: center}
.top dl dt i{display: inline-block;width: 0;height: 0;border-width: 4px;border-style: solid;border-color: #fff transparent transparent;border-image: initial;float: right;margin-top: 5px}
.top dl dt span{display: inline-block;margin: 0 5px}
.top dl ul{position: absolute;top: 45px;left: 50%;margin-left:-50px;line-height: 28px;background: #fff;border: 1px solid #ccc;width: 100px;padding: 5px 10px;display: none;z-index: 999}
.top dl ul li img{margin-right: 5px}
.top dl ul li a:hover{color: #00A1E9}
.top form{padding: 0 10px;height: 30px;background: #fff;width: 350px}
.topr{width: 640px;align-items: center}
.topr dd a{color: #fff}

.head{display: flex;justify-content: space-between;align-items: center;padding: 20px 0}
.nav ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.nav li{position:relative;line-height: 35px;transition: all .3s ease;text-align: center;margin-left: 35px}
.nav li a{position:relative;font-size: 16px;z-index: 2;display: block}
.nav li:after{content: '';width: 0;height:2px;background: #00A1E9;position: absolute;bottom: 0;left: 0;transition: all .3s ease;z-index: 1;opacity: 0}
.nav ul li:hover:after,.nav ul li.active:after{width: 100%;opacity: 1}

.xlnav{display:none;z-index: 100;width: 180px;position: absolute;top: 50px;left: 50%;margin-left:-50%;animation: fadeInUp 0.5s .1s ease both;
    background-color: #f9f9f9;box-shadow: 0 3px 10px rgba(0,0,0,.08);border-radius: 3px;}
.xlnav dd{width: 100%;line-height: 34px;border-bottom: 1px solid rgba(0,0,0,.07);transition: all .3s ease 0s;}
.xlnav dd a{color: #555!important;padding: 0 10px;display: block}
.xlnav dd:hover a{color: #2e9b2a!important;}
/*.nav li:hover .xlnav{display: block}*/

/*手机端*/
.menu-button {width:25px;height:15px;cursor:pointer;position: relative;display: none}
.menu-button:before{ content:""; position:absolute; border-bottom:9px double #00A0F0; border-top:3px solid #00A0F0; width:25px; height:3px;}

.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:9999; display:none;}
.maskbg {background:#333; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#fff; font-size:24px; position:absolute; top:5px; right:13px;z-index: 2}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #fff;overflow: hidden}
.top_fd ul li a{color:#fff;height:45px; line-height:45px; padding-left:20px;float: left}
.submenu-toggle{cursor:pointer;line-height:45px;color:#fff; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#fff; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:35px; line-height:35px; padding-left:40px;color: #1f1d1c;width: 100%}

/*banner图片切换样式*/
.banner{width:100%; overflow:hidden;position: relative}
.banner li{overflow:hidden;height: 80vh;display:flex;justify-content:center;align-items:center}
.banner .swiper-button-prev{width: 27px;height: 60px;margin-top: -39px; background: url("../img/prev.png");opacity: .5;left: 50%;margin-left: -625px;z-index: 999}
.banner .swiper-button-next{width: 27px;height: 60px;margin-top: -30px; background: url("../img/next.png");opacity: .5;right: 50%;margin-right: -625px;z-index: 999}
.banner .swiper-pagination{position: absolute; bottom:30px!important; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet{width:12px;height:12px;margin:0 7px!important;cursor: pointer;background-color:rgba(255,255,255,0.5);position: relative;border-radius: 100%}
.banner .swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{opacity: 1}

.title{border-bottom: 1px dotted #333;padding-bottom: 15px}
.title h2{font-size: 18px;font-weight: normal;}

.oneA{margin-top: 40px;overflow: hidden}
.oneAl{width: 970px;height: 1924px}
.oneAa{width: 330px;background: #fff;padding: 15px}
.oneAa .title{margin-bottom: 15px;}
.oneAa dl{margin-top: 10px;line-height: 25px}
.oneAa dl span{display: block;background: url("../img/jia.png") no-repeat left 0;padding-left: 30px;cursor: pointer}
/*.oneAa ul{display: none}*/
/*.oneAa ul{padding: 5px 0 0 30px}*/
.oneAa dl h2 {font-size: 16px;position: relative;padding: 0 0 10px 15px;font-weight: normal}
.oneAa dl h2:before {content: "";position: absolute;height: 18px;width: 3px;background-color: #00A0F0;left: 0;top: 4px;}
.oneAa ul li{background: url(../img/newsli.png) no-repeat 0 9px;padding-left: 15px}
.oneAa ul li a{line-height: 2}
.oneAa ul li a:hover{color: #00A1E9}
.oneAa dl span.active{background: url("../img/jian.png") no-repeat left 0;}
.oneAa dl:hover span,.oneAa dl span.active{color: #00A1E9}
.oneAa form{border: 1px solid #00a0f0;margin-top: 20px;padding: 0 10px;height: 32px}
.oneAb{background: #fff;width: 630px;padding: 15px}
.oneAb .text{line-height: 2;padding: 20px 0;}
.oneAc{width: 220px;background: #fff;padding: 15px 10px;height: 630px;}
.oneAc ul li{margin: 10px 0;position: relative}
.oneAc ul li img{width: 100%;vertical-align: middle}
.oneAc ul li a:after{content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url("../img/proli.png") rgba(0,0,0,0.5) no-repeat center;opacity: 0}

.footer{width:100%;background: #00A0F0;margin-top: 50px;}
.foot{overflow: hidden;padding: 40px 0}
.footl{width: 430px;}
.footl ul{width: 40%;float: left}
.footl ul:nth-child(2){float: right}
.footl ul li{border-bottom: 1px solid #e3e3e6;padding-bottom: 10px;margin-bottom: 10px}
.footl ul li a{color: #fff}
.footl ul li a:hover{opacity: 0.8}

.footc{display: flex;}
.footc h2{font-size: 20px;color: #fff;}
.footc p{font-size: 16px;color: #fff;margin-top: 15px}
.footc p img{width: 30px;margin-right: 15px}

.footc dd{margin-top: 30px;margin-left: 20px}
.footc dd img{width: 100px}



.footr{width:218px; float:right;}
.footr p{line-height:26px; color: #fff}
.footra{overflow:hidden;margin-top: 15px}
.footra a{width: 42px; height: 42px; float: left; margin-right: 12px; display: block; background: transparent url("../img/foot.png") no-repeat scroll 0 100px;}
.footra .a1{background-position: 0 -42px;}
.footra .a2{background-position: -42px -42px;}
.footra .a3{background-position: -84px -42px;}
.footra .a4{background-position: -126px -42px;}

.foot_ewm{text-align: center;width: 100px;margin-top: 20px}
.foot_ewm p{font-size: 14px;line-height: 2.5}
.foot_ewm img{width: 100px;}

.copy{background: #fff;padding: 20px 0;overflow: hidden;line-height: 1.8}

/*========================================= 关于我们 =====================================*/
.ny_ban{overflow: hidden;height: 130px;display:flex;justify-content:center;align-items:center;position: relative;background: linear-gradient(to right,#00A1E9,#7ECFF4)}
.ny_ban dl{position: relative;z-index: 2;display: flex;align-items: center;color: #fff}
.ny_ban dl h2{font-size: 24px;}

.local{color: #fff}
.local a{margin: 0 5px;display: inline-block;color: #fff}

.one{line-height: 2;margin-top: 40px}
.one img{max-width: 100%}
.one h3{padding-left: 15px;position: relative;color: #00A0F0}
.one h3:before{content: '';width: 4px;height: 20px;position: absolute;top: 6px;left: 0;background: #00A0F0}


.caseA{overflow: hidden;margin-top: 40px}
.caseAl{width: 18%}
.caseAl h2{background: #00A1E9;line-height: 50px;color: #fff;text-align: center;font-size: 18px}
.caseAl ul li{line-height: 40px;background: #F5F5F5;padding-left: 15px;border-bottom: 1px solid #fff}
.caseAl ul li:hover,.caseAl ul li.active{background: #4BBDEF}
.caseAl ul li:hover a,.caseAl ul li.active a{color: #fff}

.nav_box{}
.nav_box h2{line-height:40px;padding-left:10px;color:#fff;font-size:16px;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #00A1E9;}
.nav_box .nav1{display: none}
.nav_box .nav1 ul li{border-bottom: 1px solid #e5e5e5;line-height: 35px;overflow: hidden;padding: 0 10px}
.nav_box .nav1 ul li.active a{color: #00A1E9}
.nav_box .nav1 ul li .submenu{float: right;font-size: 20px;}
.nav_box .nav1 ul li .sub-menu a{width: 50%;color: #666;display: inline-block;font-size: 12px;line-height: 30px}
.nav_box .nav1 ul li .sub-menu a.active{color: #00A1E9}


.case{overflow: hidden;width: 80%}
.case ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 20px;transition: all 0.5s ease}
.case ul li dd{overflow: hidden;height: 250px;position: relative; border:1px solid #CCCCCC}
.case ul li dd img{height: 100%;transition: all 0.5s ease;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.case ul li h3{font-size: 16px;text-align: center;padding: 12px 0; height:50px}
.case ul li:nth-child(3n){margin-right: 0}

.product{margin-top: 20px;}
.product ul{width: 49%;box-shadow: 0 0 10px rgba(125,125,125,0.1);background: #fff;margin-top: 20px}
.product ul h2{font-size: 18px;position: relative;padding: 12px 12px 12px 30px;border-bottom: 1px solid #f5f5f5}
.product ul h2:before{content: "";position: absolute;height: 22px;width: 3px;background-color: #00A0F0;left: 13px;top: 14px;}
.product ul li{padding: 10px 10px 10px 30px;border-bottom: 1px solid #f5f5f5;background: url("../img/newsli.png") no-repeat 12px}
.product ul li:hover a{color: #00A0F0}

.news{overflow: hidden;margin-top: 35px}
.news ul li{transition: all 0.5s ease;background: url("../img/newsli.png") no-repeat left;padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;line-height: 35px;}
.news ul li a{display: inline-block;width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.news ul li span{color: #666;font-size: 12px}

.contactA{overflow: hidden;margin-top: 40px}
.contactAl{width: 50%;line-height: 2;}
.contactA h3{font-size: 20px;}
.contactA ul li{font-size: 16px;margin-top: 20px;display: flex;}
.contactA ul li dd{display: flex;align-items: flex-start}
.contactA ul li dd img{margin-right: 10px;width: 25px}
.contactA ul li p{width: 80%}

.contactAa{width: 100%}
.contactAa ul{width: 70%}
.contactAa dl{margin-top: 80px}
.contactAa dl img{width: 120px;}


.mess{width: 40%}
.mess p{margin-bottom: 15px}
.mess input,.mess textarea{width: 100%;border: 1px solid #ccc;line-height: 32px;margin-top: 8px;padding: 0 10px}
.mess p span{font-weight: bold}
.mess textarea{min-height: 110px;line-height: 1.8}
.mess a{display: inline-block;width: 150px;line-height: 40px;background: #00A0F0;color: #fff;text-align: center;margin-right: 10px}
.mess a:last-child{background: #ccc}

#dituContent{height: 400px;margin-top: 40px}

/*=======================================新闻详情页============================================*/
.content{margin-top: 40px}
.news_info{overflow:hidden;}
.info_title{text-align:center;}
.info_title h1{font-size:22px;font-weight: normal}
.info_laiyuan{text-align:center; color: #666;margin-top: 20px}
.info_text{padding:20px 0;line-height:2;min-height: 300px;border-top: 1px dashed #e5e5e5;border-bottom: 1px dashed #e5e5e5;margin-top: 20px}
.info_text img{max-width:100%;display: block;margin: 0 auto}
/*.info_text table{width: 100%;border: 0;border-collapse: collapse;border-spacing: 0;}
.info_text table td{line-height: 40px;}*/

.info_picA{padding:10px;text-align:center;}
.info_picA img{max-width:100%;width: expression(this.width > 720 ? 720: true)}

.nav_box{display: none}
.nav_box h5{line-height:40px;padding-left:15px;color:#fff;font-size:16px;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #00A0F0;}

.show{width: 860px;background: #fff;padding: 30px 40px}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .oneAc ul li a:hover:after{opacity: 1;transition: all 0.5s}
    .productr ul li:hover dd:after{opacity: 1;transition: all 0.5s}
    .productr ul li:hover dd img{transform: scale(1.1);transition: all 0.5s}
    .news ul li a:hover{color: #00A0F0}
    .local a:hover{color: #00A0F0}
    .footra .a1:hover{background-position: 0 0;}
    .footra .a2:hover{background-position: -42px 0px;}
    .footra .a3:hover{background-position: -84px 0px;}
    .footra .a4:hover{background-position: -126px 0px;}
    .top dl:hover ul{display:block;transition: all 0.5s}
    .case ul li:hover h3{background: #00A0F0;color: #fff}
    .case ul li:hover dd img{transform: scale(1.1)}
    #btn:hover{background: #395185}
}

/***************************媒体查询**************************/
@media screen and (max-width: 1024px) {
    .container{width: 94%;}
    .nav{display: none}
    .head{padding: 10px 0}
    .logo dl{display: none}
    .logo img{width: 60px;}
    .menu-button{display: block}
    .top .tops p{font-size: 12px}
    .banner li{height: 24vh}
    .banner .swiper-pagination{bottom: 10px!important;}
    .banner .swiper-pagination-bullet{width: 8px;height: 8px}
    .title h2{font-size: 16px}
    .one{margin-top: 30px}
    .oneA{margin-top: 30px}
    .oneAl{width: 100%;height: auto}
    .oneAa{width: 100%}
    .oneAb{width: 100%;margin-top: 20px}
    .oneAc{width: 100%;margin-top: 20px}
    .footer{margin-top: 40px}
    .footl{width: 100%}
    .footr{width: auto}
    .foot{padding: 25px 0}
    .footc{margin-top: 20px}
    .footc h2{font-size: 18px;}
    .footc p{font-size: 14px;margin-bottom: 0;margin-top: 12px}
    .footc img{width: 23px;margin-right: 10px}
    .ny_ban{height: 110px}
    .ny_ban dl h2{font-size: 18px}
    .local{font-size: 12px}
    .nav_box{display: block}

    .product ul{width: 100%}

    .news{margin-top: 25px}
    .contactAl{width: 100%}
    .contactA{margin-top: 30px}
    .mess{width: 100%;margin-top: 30px}
    .pagelink{padding: 10px 0}
    .pagelink span, .pagelink a{margin: 0 2px;padding: 5px 10px}
    .content{margin-top: 30px}
    .info_title h1{font-size: 16px}
    .info_laiyuan{font-size: 12px;margin-top: 10px}
    .info_text{margin-top: 15px;padding: 15px 0}
    .copy{font-size: 13px;padding: 10px 0}
    .copy p:nth-child(2){display: none}
    .mess a{width: 140px;line-height: 38px}
    .info_text table td{line-height: 34px}
    .footl ul li{padding-bottom: 8px;margin-bottom: 8px}
    .footra{margin-top: 10px}
    .footra a{width: 35px; height: 35px;background-size: 140px;margin-right: 8px}
    .footra .a1{background-position: 0 -35px;}
    .footra .a2{background-position: -35px -35px;}
    .footra .a3{background-position: -70px -35px;}
    .footra .a4{background-position: -105px -35px;}
    .footc dd{margin-left: 0;margin-top: 20px}
    .contactA dl h3{font-size: 16px}
    .contactA dl p{font-size: 14px}
    .show{width: 100%;padding: 20px}
    .topr{width: auto}
    .top form{display: none}
    .top dd{display: none}
    .contactAa ul{width: 100%}
    .contactAa dl{margin-top: 20px}

    .caseA{margin-top: 20px}
    .caseAl{width: 100%;display: none}
    .case{width: 100%}
    .case ul{display: flex;justify-content: space-between;flex-wrap: wrap}
    .case ul li{width: 48.5%;margin-right: 0;}
    .case ul li h3{font-size: 14px;}
    .case ul li dd{height: 150px}

    .oneAc ul li{width: 48.5%;float: left;height: 120px;overflow: hidden}
    .oneAc ul li:nth-child(2n){float: right}
}
