/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 14px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
    background: url(/image/body-bg.jpg);
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
.c:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left,.fl {
    float: left;
}

.pull-right,.fr {
    float: right;
}

/*top*/
#top {
    background: #333;
    height: 50px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left,.top-right > li a {
    color: #F6F6F6;
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 18px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}
#header{background: #fff;}
.header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    margin-top: 30px;
}
#nav {
    float: left;
    margin-left: 125px;
}
.nav {
    float: left;
}
.nav>li:hover>a {
    border-bottom: 2px solid #26858c;
}
.nav>li {
    float: left;
    text-align: center;
    position: relative;
    padding: 0 35px;
}
.nav>li:after {
    }
.nav>li:last-child:after {
    display: none;
}
.nav>li a {
    color: #333;
    font-size: 18px;
    padding: 40px 0 30px;
    display: block;
    transition: all 0.6s;
}
.nav>li.list {
    position: relative;
}
.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 132px;
    z-index: 9999;
}
.nav>li.list .list_ul>li {
    position: relative;
    border-bottom: 1px solid #676566;
    background: rgba(0,0,0,0.7);
    width: 132px;
}
.nav>li.list .list_ul>li a {
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
}
.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 150px;
    width: 120px;
    display: none;
}
.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}
.nav>li.list .list_ul>li ul.list_children li a {
    color: #fff;
}
/*toproll*/
#toproll {
    height: 51px;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 51px;
    position: relative;
    margin: 0 auto;
}
.toproll span{
    float: left;
    line-height: 51px;
    font-weight: bold;
}
.toproll h1 {
    display: inline-block;
    width: 850px;
    line-height: 51px;
}
/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    min-width: 1200px;
    position: relative;
}

/*标题样式*/
.title { background: url(/image/title.png) no-repeat 50% 60%;}
.title span,.title b{ display: block;text-align: center;}
.title b{font-weight:bold;font-size:34px;font-family:"微软雅黑";line-height:34px;padding-bottom:35px;color:#101010}
.title span{font-size:16px;color:#696969;font-family: arial;line-height:16px;padding-top:20px;}

/*首页主体*/
.container {
    width: 1200px;
    margin: 0 auto;
}


/*首页展品展示*/
#index-product {
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #26858c;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #26858c;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}
.product{background: #fff;padding:60px 0;}
.product_cont {
    width: 1200px;
    height: 255px;
    margin-top: 40px;
    position: relative;
}
.product_cont > a {
    width: 35px;
    height: 105px;
    display: block;
    position: absolute;
}
.product_cont .lefts {
    top:90px;
    left: 0;
    background: url(/image/prolt.jpg) no-repeat left center;
}
.product_cont .rights {
    top:90px;
    right: 0;
    background: url(/image/prolt.jpg) no-repeat right center;
}
.product_cont .product_nr {
    width: 1080px;
    height: 255px;
    margin:0 auto;
    overflow: hidden;
}
.product_nr ul {
    width: 1080px;
    height: 255px;
}
.product_nr ul li {
    width: 338px;
    height: 253px;
    float: left;
    border: 1px solid #26858c;
    margin-right: 30px;
    position: relative;
}
.product_nr ul li >a {
    width: 338px;
    height: 253px;
    overflow: hidden;
    display: block;
    text-align:center;
}
.product_nr ul li >a img {
    max-width: 100%;
    height: 253px;
    overflow: hidden;
    -webkit-transition:all 1s;
    transition:all 1s;
}
.product_nr ul li >a img:hover {
    -webkit-transform:scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}
.product_nr ul li h4 {
    position: absolute;
    left: 20px;
    top: 67px;
    width: 270px;
    height: 110px;
    background: rgba(38, 133, 140, 0.8);
    -webkit-transition:all 1s;
    transition:all 1s;
    padding:20px 15px 0;
    opacity: 0;
    transform: scale(0, 0);
    color: #fff;
}
.product_nr ul li h4 span {
    width: 40px;
    height: 2px;
    background: #262626;
    display: block;
    margin: 4px auto;
}
.product_nr ul li h4 p {
    width: 100%;
    font-size: 14px;
    color: #f5f5f5;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.product_nr ul li:hover h4 {
    opacity: 1;
    transform: scale(1, 1);
}

.zx-phone{ background: url(/image/zx.png) no-repeat center bottom;height:206px}
.zx1{padding-top:45px;color:#fff;font-size:20px;}
.zx2{color:#fff;font-size:16px;margin:16px 0}
.zx3{ position: relative;width:155px;height:45px;top:10px;}
.zx3 a{display: inline-block;width:155px;height:45px;line-height:45px;text-align: center; background: #B91315;font-size:18px;color:#fff;-webkit-animation: zx 0.8s infinite linear;animation: zx 0.8s infinite linear; }
@keyframes zx {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* Radial Out */
a.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  background: #26858c;
  color: #fff;
}
a.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#B91315;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-radial-out:hover,a.hvr-radial-out:focus,a.hvr-radial-out:active {
  color: white;
}
a.hvr-radial-out:hover:before,a.hvr-radial-out:focus:before,a.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.system{padding:40px 0}
.system .title em{color:#26858c;font-weight:bold}

.sys-ul{ background: url(/image/ys-bg.png) no-repeat center center; height: 500px;}
.sys-ul li{margin:50px 0}
.sys-ul li b,.sys-ul li span{ display: block;}
.sys-ul li b{font-weight: normal;font-size:17px;margin-bottom:5px;color:#333}
.sys-ul li span{font-size:13px;width:310px;line-height:25px}

.sys1{ background: url(/image/ys1.png) no-repeat left center;height:83px;padding-left:100px;}
.sys2{ background: url(/image/ys2.png) no-repeat left center;height:83px;padding-left:100px;}
.sys3{ background: url(/image/ys3.png) no-repeat left center;height:83px;padding-left:100px;}
.sys4{ background: url(/image/ys4.png) no-repeat right center;height:83px;padding-right:100px;text-align: right;}
.sys5{ background: url(/image/ys5.png) no-repeat right center;height:83px;padding-right:100px;text-align: right;}
.sys6{ background: url(/image/ys6.png) no-repeat right center;height:83px;padding-right:100px;text-align: right;}

.sys-content{position: relative;}
.bg-quan{position: absolute;top:45px;width:380px;left:406px;z-index:0;-webkit-animation: gif 3s infinite linear;animation: gif 3s infinite linear; }
@keyframes gif {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.demand .demand-h2{ background: url(/image/ys-title-bg.png) no-repeat center center; height: 197px;}
.demand .title{ background: url(/image/title2.png) no-repeat 50% 71%;}
.demand .title b{padding-top:40px;color: #fff;}
.demand .title span{color:#fff;font-size:16px;}

.dbox-show{ height:404px;width:100%;margin:20px auto 50px auto;box-shadow: 0px 10px 20px #E6E6E6;}
.demand1-fl{width:570px;margin-left:30px;}
.demand1-fr{margin-right:30px;margin-top:10px;width:464px}

.de-fl{ background: url(/image/ys-h1.png) no-repeat center center; height:105px;width:90px;text-align: center;}
.de-fl em{font-size:18px;border-bottom:1px solid #fff;width:68px;margin:0 auto;line-height:27px;margin-top:10px;padding-bottom:10px;}
.de-fl em,.de-fl b{ display: block;color:#fff;font-weight:normal;}
.de-fl b{font-size:12px;}
.de-fl b{margin-top:3px;}
.de-fr{width:450px;margin-top:50px}
.de-fr span,.de-fr b{ display: block;}
.de-fr b{font-size:16px;color:#343434}
.de-fr span{font-size:10px;font-family: arial;color:#9E9E9E;letter-spacing: -0.6px;}

.de-two{margin:45px 0 45px 20px;line-height:30px;color:#565656;font-size:14px}
.det-fl{ background: url(/image/tel-ys.png) no-repeat center left; padding-left:60px;margin-left:20px;}
.det-fl em,.det-fl b{ display: block;}
.det-fl em{font-size:16px;}
.det-fl b{color:#26858c;font-size:28px;line-height:30px;font-weight: normal;}
.det-fr{width:140px;height:40px;line-height: 40px;text-align: center;background: #26858c;color:#fff;font-size:16px;margin-top:12px;}

.demand2 .demand1-fl{margin-right:20px;}
.demand2 .demand1-fl .de-three{margin-left:20px;}
.demand2 .demand1-fl .de-three a{transition: all .6s;font-size:16px;width:125px;height:40px;line-height:40px;text-align: center;display: inline-block;}
.demand2 .demand1-fl .de-three .a{ background: #26858c;color:#fff;border:1px solid #26858c;}
.demand2 .demand1-fl .de-three .b{border:1px solid #26858c;color:#333;margin-left:30px;}
.demand2 .demand1-fl .de-three a:hover{ background: #B91315;color:#fff}
.demand2 .demand1-fr{margin-left:60px;margin-top:40px;}

.demand3 .demand1-fr{margin-right:30px;width:489px;margin-top:60px}
.demand4 .demand1-fr{margin-right:30px;width:489px;margin-top:20px}

.liucheng{ background: url(/image/lc-bg.png) no-repeat center center; height: 383px;}
.liucheng .titlelc{padding:45px 0}
.lc-content ul li{width:172px;height:132px;float:left; background: rgba(255,255,255,0.2);margin-right:33px; position: relative;transition: all .6s;}
.lc-content ul li:after{content: '';height:1px;width:0; background: #fff; position: absolute;top:5px;left:5px;opacity: 0.5;transition: all .6s;}
.lc-content ul li:before{content: '';height:1px;width:0; background: #fff; position: absolute;bottom:5px;right:5px;opacity: 0.5;transition: all .6s;}
.lc-content ul li a{ display: block;}
.lc-content ul li a:after{content: '';height:0;width:1px; background: #fff; position: absolute;top:5px;left:5px;opacity: 0.5;transition: all .6s;}
.lc-content ul li a:before{content: '';height:0;width:1px; background: #fff; position: absolute;top:5px;right:5px;opacity: 0.5;transition: all .6s;}
.lc-content ul li:hover{ background: rgba(0,178,238,0.6) ;}
.lc-content ul li:hover:after{width:161px;}
.lc-content ul li:hover:before{width:161px;}
.lc-content ul li:hover a:before{height:121px}
.lc-content ul li:hover a:after{height:121px}
.lc-content ul li span{color:#fff;display: block;text-align: center;padding-top:10px;}
.lc-content ul li b{ display: block;width:40px;height:40px; background-image: url(/image/lc-icon.png); background-repeat: no-repeat;margin:32px auto 0 auto;}
.lc-content ul .lc1 b{ background-position: left center;}
.lc-content ul .lc2 b{ background-position:18%  20%;}
.lc-content ul .lc3 b{ background-position:37%  20%;}
.lc-content ul .lc4 b{ background-position:60%  20%;}
.lc-content ul .lc5 b{ background-position:81%  20%;}
.lc-content ul .lc6 b{ background-position:101%  20%;}

.liucheng-a{text-align: center;margin-top:30px;}
.liucheng-a a{display: inline-block;width: 120px;height:40px;line-height:40px;text-align: center;color:#fff;margin:0 14px;transition: all .6s;}
.liucheng-a .a{ background: #26858c;border:1px solid #26858c}
.liucheng-a .b{border:1px solid #fff}
.liucheng-a a:hover{background: #B91315;border:1px solid #B91315}

.about{margin:40px 0}
.about .title em{color:#26858c;font-weight:bold}
.about-h3{ background: #fff;height:50px;line-height:50px;padding:0 20px;margin-top:40px;}
.about-h3 b{color:#26858c}
.about-h3 a:hover{color:#26858c}

.abouta-con{ position: relative;}
.aboutp{width:565px;line-height:32px;color:#666666;margin-top:10px;margin-left:20px;}
.aboutpp{position: absolute;right:0;top:20px;width:511px;height:356px;}

.about-iconbg{ background: url(/image/about-bg.png) no-repeat center center; height:235px;margin-top:30px;}
.about-icon1 em,.about-icon1 b{ display: block;text-align: center;}
.about-icon1{float:left;margin-top:55px;margin-right:110px;}
.about-icon1 b{color:#E0C3C7;font-size:16px;font-weight:normal;margin-top:5px;}
.about-icon1 em{transition: all .6s;}
.about-icon1 em:hover{transform: rotate(360deg);}

.news{margin-bottom:30px;}
.news-left{width:710px;}
.news-right{width:470px;}
.news-show{margin:20px auto;overflow: hidden;}
.news-show dt{width:307px;float:left}
.news-show dt img{width: 307px;height: 151px;}
.news-show dd{width:380px;float:right}
.news-show dd p{color:#666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical ;line-height: 33px;}
.news-show dd span,.news-show dd b{ display: block;}
.news-show dd span{font-size:16px;color:#111}
.news-show dd b{font-weight:normal;font-size:14px;color:#999;margin:5px 0} 
.news-show dd:hover span,.news-show dd:hover b,.news-show dd:hover p{color:#26858c;}
.news-list li{width:665px;background: url(/image/news-bg.png) no-repeat center left;padding-left:20px;margin-left:7px;margin-bottom:10px;}
.news-list li a{line-height: 24px;}
.news-list li em{float:right}
.news-list li:hover a{color:#26858c}

.news-list-list{margin-top:22px; overflow: hidden;}
.news-list-in li{height:40px;line-height:40px;border-bottom:1px solid #FCFCFC;background: url(/image/news-bg.png) no-repeat center left;padding-left:20px;margin-left:9px;}
.news-list-in li:hover a{color:#26858c}
/*基本流程*/
/*首页案例展示*/
#index-case {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-case-title {
    height: 40px;
}

.index-case-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #26858c;
}

.index-case-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-case-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-case-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-case-scroll {
    padding: 20px 0;
}

/*首页友情链接*/
#index-link {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #26858c;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}
.f_link {
    width: 1200px;
    color: rgb(51, 51, 51);
    margin: 10px auto;
    font: 14px/30px 微软雅黑;
}
/*底部*/
.footer{ background: #2E2E2E;padding:30px 0;}
.footer-top{ overflow: hidden;zoom:1}
.footer-top dl{float:left;/*padding:0 35px;*/padding:0 39px;text-align: center;border-right:1px solid #585858;height:185px;line-height:26px;}
.footer-top dl dd a{transition: all .6s;}
.footer-top dl dd a,.footer-top dl dd{color:#9F9F9F}
.footer-top dl dd a:hover{color:#26858c;}
.footer-top dl dt{color:#fff;font-size:16px;padding-bottom:10px;}
.footer-top dl p{color:#9F9F9F; }
.footer-top .contact-dl{text-align: left;padding:0 27px;line-height:26px;}
.footer-top .weixin,.footer-top dl:last-child{padding-right:0;border-right:none}

.footer-center{line-height:55px; background: #585858;padding-left:20px;margin:20px 0;color:#BABABA;}
.footer-center a{color:#BABABA;padding-right:13px;}
.footer-center a:hover{color:#26858c}

.footer-bottom span,.footer-bottom span a{color:#BDBDBD; vertical-align: middle;height:40px;line-height:40px;}
.footer-bottom span a:hover{color:#26858c}
/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 20px auto;
}

.page-about-left {
    width: 250px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
    background: #fff;
}

.left-box h2 {
    margin-bottom: 15px;
    position: relative;
    text-indent: 44px;
    background: #26858c url(/image/icon.png) no-repeat 15px;
    color: #fff;
    font: 400 20px/50px "微软雅黑";
}

.left-box ul {
    padding: 0 10px 10px 10px;
}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 45px;
    width: 220px;
    height: 45px;
    overflow: hidden;
    background: url(/image/a7.jpg) no-repeat;
}
.left-box ul > li a{
    overflow: hidden;
    font-size: 14px;
    color: #222;
    padding: 0 15px 0 25px;
    transition: all 0.4s;
}
.left-box ul > li a:hover{ color: #26858c;padding-left: 30px;}
.left-box-content p{font-size: 14px;line-height: 2em;padding-left: 20px;}
.contentr {
    float: right;
    width: 925px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #26858c;
}
.contentr h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.contentr span {
    float: right;
    font-size: 13px;
    padding-right: 18px;
}
.page-about-right {
    width: 925px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #26858c;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}
.page-content p{font-size: 16px;line-height: 28px;}
/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #26858c;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 50%;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 250px;
}

.sort-product-right {
    width: 925px;
    position: relative;
}
.sort-product-list{clear: both;}
.sort-product-list li img {
    max-width: 100%;
    height: 175px;
}
.sort-product-list li {
    display: inline-block;
    width: 268px;
    margin: 10px 10px;
    padding: 10px 10px;
    float: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.sort-product-list li a {
    display: block;
    text-align: center;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 120px;
    height: 100px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 130px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px;
    left: 130px;
    line-height: 25px;
    font-size: 12px;
}
.sort-new-list li a h4 {
    position: absolute;
    top: 80px;
    left: 130px;
}
/*分页*/

.pagination {
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}

.pagination li a {
    display: block;
    color: #26858c;
}
.pagination li.active{
    background-color: #26858c;
    color: #fff;}
/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #26858c;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
    width: 50%;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 250px;
}

.info-product-right {
    width: 925px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
    clear: both;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #26858c;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
.info-content p {
    font-size: 14px;
    line-height: 20px;
}
/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:200px;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#fb4848;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDqq li img{vertical-align:middle}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;font-size:24px;color:#fb4848}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatwx {text-align:center;padding:10PX 0 5px 0;background:#EBEBEB;color:#0000EE;}
#floatDivBoxs .floatwx img{max-width:100px;}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(/image/online_arrow.jpg) no-repeat;background-position:-50px 0;position:fixed;top:200px;left:170px;z-index:999;right:-5px}
#rightArrow a{display:block;height:45px;}
