﻿@charset "utf-8";
/*全局样式*/
@import url("base.css");
body {margin:0 auto;padding:0;width:100%;color:#333;font:14px/1.5 Arial,"Microsoft Yahei";background:#fff;-webkit-font-smoothing:antialiased;}
input,button,select,textarea,img,p,h1,h2,h3,h4,h5 {margin:0;padding:0;border:0;font-family:'Microsoft YaHei','微软雅黑';}
a {color:#333;text-decoration:none;}
a:hover {color:#be080d;text-decoration:none;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
ol,ul,li,dl,dd {margin:0 auto;padding:0;list-style-type:none;}
i,em {font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
/*Clear Fix*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
.mr5{margin-left: 5px !important;}
.mr10{margin-right: 10px !important;}
.clear {clear:both;font-size:0px;height:0px;overflow:hidden;}
.line5 {clear:both;font-size:0px;height:5px;overflow:hidden;}
.line10 {clear:both;font-size:0px;height:10px;overflow:hidden;}
.line15 {clear:both;font-size:0px;height:15px;overflow:hidden;}
.mt50{margin-top: 50px !important;}
.mb50{margin-bottom: 50px !important;} 
/*页面布局*/
.section {position:relative;margin:0 auto;width:1300px;text-align:left;}
.wrapper {position:relative;margin:0 auto;padding:0;width:100%;height:auto;text-align:left;overflow:hidden;}
.wrapper:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.wrap-box {width:1300px;}
.bg-wrap {margin:0;padding:0;background:#fff;}
.bg-wrap:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.bg-wrap.nobg {background:none;}
.pad-15 {position:relative;padding:15px;}
.pt-30 {padding-top:30px;}
.icon {position:absolute;display:block;width:20px;height:20px;background:url(../images/icon.png) no-repeat;zoom:1;}
.fl {float:left !important;}
.fr {float:right !important;}
.main-title .title {text-align:center;text-transform:uppercase;}
.main-title h1 {font-size:30px;font-weight:bold;color:#1b1b1b;text-align:center;padding-top:50px;border-bottom:1px solid #d3d3d3;color:#c80007;}
.pagination {margin:28px 0 0;text-align:center;font-size:14px;}
.main-title .nav-tit {padding:30px 0;text-align:center;color:#a7a7a7;font-size:18px;}
.main-title .nav-tit a {margin-left:10px;color:#a7a7a7;background:#ffffff;border:2px solid #a7a7a7;padding:5px 0;width:180px;display:inline-block;}
.main-title .nav-tit a:hover,.nav-tit a.selected {color:#fff;background:#c6000d;border-color:#c6000d;}
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
.location a{ margin:0 5px; }
.location span{ color:#666; }

/*头部*/
.header{height: 100px;position:relative;}
.header .logo{position: absolute;left: 10%;top: 20px;}
.header .nav {padding-left: 400px;text-align: left;}
.header .nav li{display: inline-block;line-height: 100px;padding-right: 30px;position: relative;}
.header .nav li a:after {content: "";width: 0;height: 2px;background: #23a5f9;position: absolute;bottom: -20px;left: 0;transition: all 0.5s ease 0s;}
    .header .nav li a:hover:after, #index .nav-index:after, #sustain .nav-sustain:after, #product .nav-product:after, #about .nav-about:after, #news .nav-news:after, #industry .nav-industry:after, #contact .nav-contact:after {
        width: 100%;
    }
.header .nav li a{color: #000;font-size: 20px;position: relative;}
    .header .nav li a:hover, #index .nav-index, #about .nav-about, #product .nav-product, #news .nav-news, #industry .nav-industry, #contact .nav-contact, .nav-sustain {
        color: #23a5f9;
    }
.header  .service-box{
background: url(../images/s_tel.png) no-repeat left center;
padding-left: 45px;
position: absolute;
right: 8%;
height: 70px;
width: 200px;
margin-top: -35px;
top: 50%;
}
.header .service-box p{font-size: 20px;color: #1c3d85;}
.header .service-box b{font-size: 26px;color: #1c3d85;font-weight: bold;}
.swiper-pagination-clickable .swiper-pagination-bullet{background: #ddd;opacity: 1;}
.swiper-pagination-clickable .swiper-pagination-bullet-active{border-radius: 5px;width: 30px;height: 8px;background-color: #23a5f9;}

.header .language-box{ width: 70px; position:absolute;right: 3%;height: 70px;top: 50%;margin-top: -35px;line-height: 70px;}
.header .language-box .search{cursor: pointer; display: inline-block;margin-right: 20px; background: url(../images/search.png) no-repeat;background-size:18px auto;width: 18px;height: 18px;}
.header .language-box .language{display: inline-block;}
.header .language-box .language a {position: relative;color: #000;font-size: 18px;font-weight: bold;}
.header .language-box .language a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -12px;
  width: 0;
  height: 0;
  border: 4px solid transparent; /*以下四个样式对应四种三角形，任选其一即可实现*/
   border-top-color:#000; 
}
.popup-search{ position:fixed; left:0; top:0; z-index:9999; width:100%; height:100%; opacity:0; visibility:hidden; -webkit-transition:opacity .15s; transition:opacity .15s;}
.popup-search.open{ opacity:1; visibility:visible; -webkit-transition:opacity .45s; transition:opacity .45s;}
.popup-search .popup__overlay{ position:absolute; width:100%; height:100%; background:#000; opacity:.85; filter:Alpha(opacity=85);}
.popup-search .close{ position:absolute; right:30px; top:20px;}
.popup-search .close a{ display:block; width:44px; height:44px; line-height:44px; font-size:42px; text-align:center; color:#fff;}
.popup-search .searchlist{ position:absolute; left:50%; top:50%; display:block; margin-left:-325px; margin-top:-30px; width:650px; height:48px;}
.popup-search .searchbtn{ position:absolute; right:0; top:0; display:block; margin:0; padding:0; width:80px; height:48px; line-height:48px; font-size:16px; text-align:center; color:#999; background:none; border:0; outline:0; cursor:pointer;}
.popup-search .searchtxt { display:block; box-sizing:border-box; margin:0; padding:0 5px; padding-right:85px; width:100%; height:48px; line-height:48px; font-size:16px; color:#999; background:none; border:0; border-bottom:1px solid #888; outline:0;}
  

.banner{margin: 0 auto;width: 100%;}
.banner img {width: 100%;height: auto;}
            .i-product {padding-top: 50px;}
                .i-product .title h2{text-align: center; position: relative; text-align: center;font-size: 50px;color: #221815;padding-bottom: 10px;}
                .i-product .title h2 b{padding-right: 20px;}
                .i-product .title h2:after{left: 50%;margin-left: -28px; position: absolute;content: '';width: 56px;height: 4px;background: #221815;bottom: 0;}
                .i-product .title p{padding: 20px 0;font-size: 17px;color: #221815;text-align: center;}
                .i-product .info{background: url(../images/productimg.jpg) no-repeat;height: 426px;margin: 30px auto;}
                .i-product .info .des{padding-top:120px;width: 650px;text-align: center;}
                .i-product .info .des h3{color: #221815;font-size: 36px;}
                .i-product .info .des p{font-size: 17px;color: #595757;width: 410px;margin: 0 auto;padding-top: 30px;}
                .i-product .more {margin-top: 50px;}
                .i-product .more a{color: #221815;border: 1px solid #221815; font-size: 22px; display: inline-block;text-align: center;border-radius: 50px;height: 50px;line-height: 50px;width: 210px;}
           
   .i-cate{margin: 30px auto;display: flex;}
    .i-cate .left{margin-right: 25px;display: flex;}
    .i-cate .left .info{align-items: center; position: absolute;bottom: 0;padding: 30px 50px;display: flex;justify-content: space-between;flex-grow: 1;width: 100%;box-sizing: border-box; }
    .i-cate .left .info .more{font-size: 16px;width: 160px;border: 1px solid #221815;color: #221815;height: 50px;line-height: 50px;text-align: center;border-radius: 50px;}
    .i-cate .left .info h2{color: #221815;font-size: 30px;}
    .i-cate .left .info p{color: #3e3a39;padding-top: 10px;font-size: 15px;}
    .i-cate a{position: relative;display: flex;}
    .i-cate .right img{height: 100%;width: 100%;}
    .i-cate .right{display: flex;}
    .i-cate .right ul{ display: flex;  flex-direction: column;align-items: center;justify-content: space-between;}
    .i-cate .right .info{height: 100%; justify-content: center; flex-direction: column; ;align-items: center;display: flex;position: absolute;right: 30px;}
    .i-cate .right .info h2{color: #fff;font-size: 30px;}
    .i-cate .right .info p{color: #fff;padding: 10px 0;font-size: 15px;width: 180px}
    .i-cate .right .info .more{margin-top: 30px; font-size: 16px;width: 160px;border: 1px solid #fff;color: #fff;height: 50px;line-height: 50px;text-align: center;border-radius: 50px;}
    .i-cate .right ul li:last-child .info{right: auto;left: 30px;}
        .i-about{
            background: #f1f5f9;
            padding: 50px 0;
        }
        .i-about .title{margin-bottom: 30px;}
        .i-about .title h2{position: relative;font-size: 50px;color: #221815;padding-bottom: 10px;}
        .i-about .title h2 b{padding-right: 20px;}
        .i-about .title h2:after{left: 0; position: absolute;content: '';width: 56px;height: 4px;background: #221815;bottom: 0;}
        .i-about .des p{color: #000;font-size: 20px;padding-bottom: 20px;}
        .i-about .img{margin-top: 30px;}
   .i-industry {padding: 50px 0;}
    .i-industry .title h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        text-align: center;
        font-size: 50px;
        color: #221815;
        padding-bottom: 10px;
    }
        .i-industry .title h2 b {
            padding-right: 20px;
        }
        .i-industry .title h2:after {
            left: 50%;
            margin-left: -28px;
            position: absolute;
            content: '';
            width: 56px;
            height: 4px;
            background: #221815;
            bottom: 0;
        }

    .i-industry .title p {
        padding: 20px 0;
        font-size: 17px;
        color: #221815;
        text-align: center;
    }

    .i-industry ul {
        width: 105%;
        overflow: hidden;
    }
        .i-industry ul li {
            width: 210px;
            height: 210px;
            float: left;
            margin-right: 8px;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .i-industry ul li .bg {
                display: none;
                background: rgba(0, 140, 241, 0.5);
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                z-index: 1;
            }
            .i-industry ul li a {
                display: block;
                position: relative;
            }
            .i-industry ul li:hover .bg {
                display: block;
            }
            .i-industry ul li .title {
                color: #fff;
                font-size: 24px;
                z-index: 2;
                width: 210px;
                text-align: center;
                position: absolute;
                height: 50px;
                margin-top: -25px;
                left: 50%;
                top: 50%;
                margin-left: -105px;
            }
.word-box{background: #f1f5f9;padding: 50px 0;}
.word-box .section{background: url(../images/w.png) no-repeat right center;height: 460px;display: flex;align-items: center;}

.word-box .info h2{font-size: 30px;color: #221815;width: 460px;position: relative;padding-bottom: 10px;}
.word-box .info h2:after{position: absolute;content: '';width: 2em;height: 4px;background: #221815;left: 0;bottom: 0;}
.word-box .info p{color: #221815;font-size: 16px;width: 460px;padding-top: 40px;}
    .i-news{padding: 50px 0;}
    .i-news .title h2{text-transform: uppercase; text-align: center; position: relative; text-align: center;font-size: 50px;color: #221815;padding-bottom: 10px;}
    .i-news .title h2 b{padding-right: 20px;}
    .i-news .title h2:after{left: 50%;margin-left: -28px; position: absolute;content: '';width: 56px;height: 4px;background: #221815;bottom: 0;}
    .i-news .title p{padding: 20px 0;font-size: 17px;color: #221815;text-align: center;}
    .i-news ul{width: 105%;overflow:hidden;}
    .i-news li{float: left;width:598px;margin-right: 20px;padding: 20px;border: 1px solid #040000;}

    .i-news  .photo{ display:table; width:100%; height:303px; overflow:hidden; position:relative; z-index:1;}
    .i-news  .photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
    .i-news  .photo img{ max-height:100%;width: 100%; -webkit-transition:.45s; transition:.45s}
    .i-news h3{font-size: 24px;color: #000;margin-top: 20px;}
    .i-news p{color: #4c4948;font-size: 22px;}  

  .about-box .title-box{text-align: center;padding: 50px 0;}
  .about-box .title h2{display: inline-block; text-align: center;  position: relative;color: #666464;font-size: 50px;font-weight: bold; z-index: 2;}

  .about-box .des{padding-bottom: 40px;}
  .about-box .des p{font-size: 20px;color: #666464;margin-bottom: 30px;}
  .about-box .img{width: 100%;margin-bottom: 80px;}
         .wh{background: #f9f9f9;padding: 50px 0;}
        .wh h2{font-size: 42px;color: #000;text-align: center;margin-bottom: 50px;}
        .wh li{
            display: flex;justify-content: center;align-items: center;background: #fff;flex-direction: column;
            height:320px;width: 302px;;margin-right: 23px;float: left;
        }
        .wh li h3{font-size: 36px;color: #000;margin-top: 20px;margin-bottom: 30px;}
        .wh li p{font-size: 18px;color: #000;}
      .cer {background: #3b3d3b;padding: 50px 0;}
        .cer h2{text-align: center;color: #fff;font-size: 42px;}
        .cer p{color: #fff;font-size: 18px;text-align: center;padding-bottom: 50px;padding-top: 30px;}
               .partner{background: #fff;padding: 50px 0;}
        .partner h2{font-size: 48px;text-align: center;color: #000;padding: 30px 0;}
        .partner ul {width: 105%;overflow: hidden;}
        .partner ul li{float: left; width: 200px;margin-right: 20px;margin-bottom: 20px;height: 100px;display: flex;align-items: center;justify-content: center;}
        .partner ul li img{height: 100%;}
      .Contact-box .message{background: url(../images/messagebg.jpg) no-repeat; background-size: cover;padding-bottom: 100px;}
        .Contact-box .message .title{text-align: center;padding-top: 90px;padding-bottom:90px;}
        .Contact-box .message .title h2{font-size: 42px;color: #000;}
        .Contact-box .message .title p{font-size: 19px;color: #000;padding-top: 20px;}

        .Contact-box .message .input{width: 640px;margin:0 5px;float: left;margin-bottom: 10px;outline: none;}
        .Contact-box .message .input input{outline: none;width: 645px;height: 55px;line-height: 55px;background: #f2f2f3;border-radius: 10px;text-indent: 2em;}
        .Contact-box .message .content{min-height: 120px;}
        .Contact-box .message .content textarea{outline: none;width: 100%; min-height: 120px;;background: #f2f2f3;border-radius: 10px;text-indent: 2em;padding-top: 2em;}
        .Contact-box .message .submit{border-radius: 10px; font-size: 30px;font-weight: bold; height: 80px;color: #f2f2f3;line-height: 80px;background: #1b91dd;text-align: center;margin-top: 10px;cursor: pointer;}
        .Contact-box  .link-box{background: url(../images/linkbg.jpg) no-repeat;background-size: cover;height: 736px;}
        .Contact-box  .link-box ul{width: 105%;}
        .Contact-box  .link-box li{
            flex-direction: column;
            float: left; 
            background: #fff;box-shadow: 0 0 10px rgba(0,91,143,.21);
            display: flex;
            align-items: center;
            justify-content: center;
            height: 270px;
            width: 416px;
            margin-right: 26px;
            border-bottom-left-radius: 30px;
            border-top-right-radius: 30px;
            
        }
        .Contact-box .link-box .title{text-align: center;padding-top: 90px;padding-bottom:60px;}
        .Contact-box .link-box .title h2{font-size: 42px;color: #000;}
        .Contact-box .link-box .title p{font-size: 19px;color: #000;padding-top: 10px;}
        .Contact-box  .link-box li p{font-size: 18px;color: #0482d4;padding-top: 15px;}
        .Contact-box  .link-box li p.num{font-size: 32px;color: #000;}
        .Contact-box  .link-box li p.txt{font-size: 18px;color: #4c4948;}
      .news-box {background: #f5f5f5;padding: 50px 0;}
        .newslist  *{box-sizing: border-box;}
        .newslist  a {position: relative;display: block;}
        .newslist  a .item{display: flex; justify-content:space-between;align-items: center;}
        .newslist li{margin-bottom: 30px; height: 184px;background: #fff;position: relative;}
        .newslist li .img-box{width: 468px;height: 184px;display: flex;align-items: center;justify-content: center;}
        .newslist li .img-box img{width: 100%;}
        .newslist li .info{margin: 0 200px 0 50px;}
        .newslist li .info .title{font-size: 26px;color: #000;margin-bottom: 20px;}
        .newslist li .info .des{font-size: 16px;color: #000;}
        .newslist li .time{position: absolute;right: 0;top: 0;flex-direction: column; background: #23a5f9;height: 184px;display:flex;justify-content: center;align-items: center;width: 167px;}
        .newslist li .time .year{color: #fff;font-size: 24px;}
        .newslist li .time .date{color: #fff;font-size: 34px;}    

.cate {padding: 50px 0;}
.cate a{margin-right: 30px; display: inline-block;background: #f2f2f2;padding: 0 15px;color: #000;border-radius: 48px;height:48px;line-height: 48px; font-size: 20px;}
.cate a:hover,.cate .selected{color: #fff;background: #008cd6;}
.product-list{background: #f5f5f5;}
.product ul{width: 105%;margin:50px 0;}
.product li a{display: block;}
.product li{ width: 636px;float: left;margin-right: 28px;}
.product li .img-box{position: relative;}
.product li img{width:100%;margin-bottom: 28px; border-top-right-radius: 30px;border-bottom-left-radius: 30px;}
.product li .more{position: absolute;border: 1px solid #fff;font-size: 16px; height: 40px;width: 120px;line-height: 40px;left: 40px;bottom: 100px;text-align: center;color: #fff;border-radius: 40px;}
.product li:nth-last-child(2) .more {color: #000;border-color: #000;}
.product li:last-child .more{color: #000;border-color: #000;}

.product-detail{padding: 50px 0;}

.product-detail .des{font-size: 18px; color: #000;margin-top: 50px;min-height: 400px;}

.product-detail h1{ display: inline-block;font-size: 25px;color: #221815;font-weight: bold;}

.product-detail img{width: 100%;}
.product-detail .left{width: 615px;overflow: hidden;float: left;position: relative;}
.product-detail .right{width: 655px;float: right;}
.product-detail .product-img-list{position: relative;padding: 0 38px; margin: 20px 0;}

.product-detail .nav{padding: 20px 0;} 
.product-detail .nav a{font-size: 20px;color: #221815;}
.product-detail .nav span{padding: 0 10px;font-size: 20px;color: #221815;}
.product-detail .contact{margin-top: 50px;text-align: center;}
.product-detail .contact a{margin: 0 auto;text-align: center;border-radius: 10px;font-size: 25px; display: inline-block;background: #23a5f9;height: 60px;width: 520px;color: #fff;line-height: 60px;}
       .detail {margin-top: 40px;}
            .detail .title{padding-left: 45px;font-size: 20px;position: relative; background: url(../images/title.png) no-repeat;color: #fff;height: 44px;line-height: 44px;}
            .detail .title:after{position: absolute;content: ''; left: 0;bottom: 0;width: 100%;height: 5px;background: #23a5f9;}


 .industry ul{}
     .industry{width: 105%;padding: 50px 0;}
     .industry li{width: 310px;margin-right: 20px;float: left;text-align: center;position: relative;margin-bottom:20px;}
     .industry li .img-box{display: flex;justify-content: center;align-items: center;width: 310px;height: 310px;}
     .industry li .img-box img{width: 100%;}
     .industry li .title{background: #e9eaee;font-size: 25px;color: #221815;height: 80px;line-height: 80px;text-align: center;}
  .d-title h2{font-size: 42px;color: #000;}
 .d-title {text-align: center;margin-top: 50px;}
 .d-title p{font-size: 19px;color: #000;margin-top: 10px;}
    /*内容标题样式*/
    .meta{ margin:0; padding:50px 50px 0 50px;text-align:center; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
 
        .meta h1 {
            padding: 0;
            color: #000;
            font-size: 42px;
            font-weight: 500;
            line-height: 1em;
            text-align: center;
        }

        .meta p {
            font-size: 18px;
            color: #000;
            text-align: center;
            margin-top: 15px;
        }
	.meta .info{ margin:0 0 10px; }
	.meta .info span{ margin-right:10px; color:#999; font-size:12px; line-height:14px; }
    .meta .info span i{ margin-right:5px; display:inline-block; font-size:14px; }
    .meta .note{ margin-top:10px; padding:15px 20px; background:#f5f5f5; line-height:22px; color:#757575; font-size:12px; }
    /*内容详细样式*/
    .entry{ margin-top:20px; padding:0 50px 15px; font-size:14px; line-height:2em; word-wrap:break-word; }
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ margin:0.8em auto; padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:1em; padding:0; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#333; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; font-size:12px; line-height:1.7em; }
	.entry table{ margin:10px auto; border-left:1px solid #eee; border-top:1px solid #eee; }
	.entry table th{ background:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:0.35em 0.5em; }
    /*上下一条样式*/
    .next-box{ position:relative; padding:10px 50px 20px; line-height:20px; color:#444; font-size:14px;border-top: 1px dashed #9d9d9d; }
    .next-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .next-box p{ display:block; width:49%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .next-box p a{ color:#428bca; }
    .next-box p.prev{ float:left; }
    .next-box p.next{ float:right; }
/*搜索*/
.search-tit {display:block;margin:0 30px;padding-top:15px;line-height:38px;border-bottom:1px solid #f0f0f0;}
.search-tit h3 {display:inline-block;color:#333;font-size:16px;font-weight:normal;}
.search-tit span {margin-left:15px;color:#999;font-size:14px;}
.search-tit span strong {margin:0 2px;color:#1e7bb3;font-weight:600;}
.n-list {padding:15px 30px;}
.n-list li {display:block;padding-bottom:15px;border-bottom:1px solid #f0f0f0;overflow:hidden;}
.n-list li:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.n-list li h2 {padding:15px 0 15px;font-size:18px;line-height:24px;font-weight:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.n-list li h2 a {color:#333;text-decoration:none;}
.n-list li h2 a:hover {color:#8CAC52;}
.n-list li .note b {position:relative;display:block;float:left;margin-right:16px;width:118px;height:118px;border:1px solid #e8e8e8;font-style:normal;}
.n-list li .note b img {min-width:100%;min-height:100%;width:100%;_height:100%;}
.n-list li .note p {display:block;font-size:14px;max-height:84px;line-height:28px;font-weight:500;color:#666;overflow:hidden;}
.n-list li .note .info {padding-top:10px;height:20px;line-height:20px;}
.n-list li .note .info span {margin-right:10px;color:#999;font-size:12px;}
.n-list li .note .info span i {margin-right:3px;font-size:12px;}
.n-list .nodata {margin-top:30px;color:#666;font-size:14px;line-height:100px;text-align:center;}
/*分页*/
div.digg {margin:0;padding:0;text-align:left;font-size:14px;display:inline-block;}
div.digg a {display:block;float:left;padding:5px 12px;margin:0 0 0 8px;border:1px solid #e1e2e3;line-height:20px;height:20px;color:#666666;background:#fff;text-decoration:none;border-radius:3px;}
div.digg a:hover {border:1px solid #0166b3;background:#0166b3;color:#fff;}
div.digg span {display:block;float:left;padding:5px 0;line-height:20px;height:20px;}
div.digg span.current {padding:5px 12px;margin:0 0 0 8px;color:#fff;font-weight:bold;background:#0166b3;border-radius:3px;}
div.digg span.disabled {border:1px solid #eee;padding:5px 12px;margin:0 0 0 8px;color:#ddd;}
.entry{ margin-top:20px; padding:0 50px 30px; font-size:14px; line-height:2em; word-wrap:break-word; }
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ margin:0.8em auto; padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:1em; padding:0; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#333; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; font-size:12px; line-height:1.7em; }
	.entry table{ margin:10px auto; border-left:1px solid #eee; border-top:1px solid #eee; }
	.entry table th{ background:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:0.35em 0.5em; }
/*底部*/
        .footer {background: #008cd6;padding: 30px 0;}
        .footer .nav-box {position: relative;}
        .footer .nav-box .logo{position:absolute;left: 0;top: 60px;}
        .footer .nav-box .nav{padding: 30px 0;}
        .footer .nav-box .nav ul{border-right: 1px solid #fff;width: 100px;padding-left: 450px;float: left;padding-right: 50px;}
        .footer .nav-box .nav ul li{color: #fff;font-size: 20px;margin: 10px 0;}
        .footer .nav-box .nav ul li a{color: #fff;font-size: 20px;}
        .footer .nav-box .link-info{padding-left: 50px;float: left;}
        .footer .nav-box .link-info p{color: #fff;font-size: 18px;}
        .footer .nav-box .link-info h2{font-size: 24px;color: #fff;}
        .footer .nav-box .link-info .tel{background: url(../images/tel.png) no-repeat left top;padding-left: 35px;margin-top: 30px;}
        .footer .nav-box .link-info .address{background: url(../images/map.png) no-repeat left top;padding-left: 35px;margin-top: 30px;}
        .footer .nav-box .mp{text-align: center;}
        .footer .nav-box .mp{position: absolute;right: 0;top: 80px;}
        .footer .nav-box .mp img{width: 100px;}
        .footer .nav-box .mp p{text-align: center;color: #fff;font-size: 18px;margin-top: 10px;}
        .footer .copyright{font-size: 18px;display: flex;justify-content: space-between; color: #fff;margin-top: 30px;}
        .footer .copyright a{color: #fff;}
        .footer  .tel2{margin-top: 20px;background: url(../images/s_tel2.png) no-repeat left center;padding-left: 45px;}
.footer .tel2 p{font-size: 20px;color: #fff;}
.footer .tel2 b{font-size: 26px;color: #fff;font-weight: bold;}
.footer .link-info .msg p{padding: 4px 0;}
     .d-title2 h2{font-size: 32px;color: #000;}
 .d-title2 {text-align: center;margin-top: 50px;margin-bottom: 50px;}
 .d-title2 p{font-size: 14px;color: #000;margin-top: 5px;}