﻿@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 img{height: 80px}
.top{background: #00A1E9;line-height: 45px;color: #fff}
.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: 700px;align-items: center}
.topr dd a{color: #fff}

.head{display: flex;justify-content: space-between;align-items: center;padding: 15px 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: 55px}
.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}
.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 ul li a{color: #666;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: 0 10px}
.oneAc ul li{margin: 10px 0;position: relative}
.oneAc ul li img{max-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: 220px;}
.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{margin-top: 8px;}
.footc p{margin-bottom: 25px;font-size: 20px;color: #fff;display: flex;align-items: center;}
.footc img{width: 32px;margin-right: 15px}

.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;}

.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}
.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%}

.product{margin-top: 40px;overflow: hidden;}
.productl{width: 330px;float: left;background: #fff;}
.productl h2{font-size: 18px;padding: 15px 20px 10px;border-bottom: 1px solid #f5f5f5;}
.productl h2 span{position: relative;padding-left: 13px;}
.productl h2 span:before {content: "";position: absolute;height: 24px;width: 3px;background-color: #00A0F0;left: 0;top: 0;}

.productl dl{line-height: 25px;padding: 10px 15px;border-bottom: 1px solid #f5f5f5;}
.productl dl span{display: block;background: url("../img/jia.png") no-repeat left 0;padding-left: 28px;cursor: pointer}
.productl ul{display: none}
.productl ul{padding: 0 0 0 30px}
.productl ul li a{color: #666;line-height: 2.2}
.productl ul li a:hover,.productl ul li.active a{color: #009CE1}
.productl dl span.active{background: url("../img/jian.png") no-repeat left 0;color: #00A1E9}
.productl dl:hover span{color: #00A1E9}
.productl dl:last-child{border-bottom: none}
/*.productl dl.active ul{display: block}*/

.productr{width: 860px;background: #fff;float: right;padding: 15px}
.productr ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 15px}
.productr ul li:nth-child(3n){margin-right: 0}
.productr ul li dd{height: 177px;overflow: hidden;position: relative;border: 1px solid #eee}
.productr ul li dd img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;transition: all 0.5s}
.productr ul li dd:after{content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;
background: rgba(0,0,0,0.3) no-repeat center;opacity: 0}
.productr ul li p{text-align: center;margin-top: 15px;color: #00A1E9;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 10px}

.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%}
.contactA dl{margin-top: 20px;}
.contactA 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%;}
.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;}

.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}
    #btn:hover{background: #395185}
}

/***************************媒体查询**************************/
@media screen and (max-width: 1024px) {
    .container{width: 94%;}
    .nav{display: none}
    .head{padding: 15px 0}
    .logo img{height: 50px}
    .menu-button{display: block}
    .banner li{height: 60vh}
    .banner .swiper-pagination-bullet{width: 10px;height: 10px}
    .title h2{font-size: 16px}
    .one{margin-top: 30px}
    .oneA{margin-top: 30px}
    .oneAl{width: 100%}
    .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: 0}
    .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{margin-top: 30px}
    .productl{width: 100%;display: none}
    .productr{width: 100%;padding: 2%}
    .productr ul li{width: 49%;margin-right: 0;}
    .productr ul li:nth-child(2n){float: right}
    .productr ul li dd{height: 130px}
    .productr ul li p{margin-top: 10px}
    .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;}
    .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}
}