/*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: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

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;
}

.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 {
    float: left;
}

.pull-right {
    float: right;
}

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    background: #eee;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.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: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}
.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    margin-top: 30px;
    height: 60px;
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}
.header_search .k2 {
    color: #000;
    font-size: 18px;
    background: url(/image/1fe1793d8cf6db940905423bd957e400d9e55ab1.png)no-repeat left center;
    padding-left: 56px;
    margin-top: 30px;
    line-height: 30px;
}
.header_search .k2 strong {
    font-size: 22px;
    font-weight: bold;
    color: #2662ae;
}
/*nav*/
.nav-search {
    border: 1px solid #efefef;
    width: 275px;
    height: 30px;
    margin: 8px 0 0 0;
}

.nav-search form {
    height: 30px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #2662ae;
    width: 40px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}
#nav {
    background: #2662ae;
    height: 46px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 140px;
    line-height: 46px;
    text-align: center;
    position: relative;
}
.nav>li:last-child {
    background: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 140px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #efefef;
}

.nav>li.list .list_ul>li a {
    color: #555;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 140px;
    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: #555;
}
.nav > li.active{
    background: #ff552e;
}
/*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 {
    float: left;
    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;
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/*首页关于我们*/
#index-about {
    width: 650px;
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-about-title {
    height: 40px;
}

.index-about-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-about-title:after {
    width: 630px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-about-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-about-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-about-contact {
    padding: 20px;
}

.index-about-text {
    width: 350px;
}

.index-about-img {
    width: 250px;
}

/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*首页新闻*/
#index-cnew, #index-inew {
    width: 590px;
    border: 1px solid #ccc;
    height: 300px;
    margin-bottom: 20px;
}

.index-cnew-one {
    padding: 20px 20px 10px 20px;
    position: relative;
}

.index-cnew-one-img {
    position: absolute;
    width: 75px;
    height: 75px;
}

.index-cnew-one h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 85px;
}

.index-cnew-one span {
    margin-left: 85px;
    display: block;
}

.index-new-title {
    height: 40px;
}

.index-new-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #2662ae;
}

.index-new-title:after {
    width: 570px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-new-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-new-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-new-list {
    padding: 20px;
}

.index-new-list > li {
    height: 29px;
    border-bottom: 1px dashed #ccc;
}

.index-new-list > li:last-child {
    border: none;
}

.index-new-list > li > a {
    display: inline-block;
    line-height: 29px;
}

.index-new-list > li > span {
    float: right;
    display: inline-block;
    line-height: 29px;
}

/*首页展品展示*/
#index-product {
    height: 300px;
    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: #2662ae;
}

.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: #2662ae;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/*首页案例展示*/
#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: #2662ae;
}

.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;
}

/*首页友情链接*/
#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: #2662ae;
}

.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;
}

/*底部*/
#footer {
    background: #666;
    padding: 20px 0;
}

.footer {
    width: 1200px;
    margin: 0px auto;
}

.footer-nav {
    background: #333;
    padding: 10px;
    border-radius: 5px;
    width: 720px;
    margin: 0 auto;
}

.footer-nav li {
    width: 100px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.footer-nav li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    top: 4px;
    right: -10px;
}

.footer-nav li:last-child:after {
    display: none;
}

.footer-nav > li > a {
    display: block;
    text-align: center;
    color: #fff;
}

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 20px auto;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    background: #2662ae;
    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;
    height: 45px;
    overflow: hidden;
}
.left-box ul > li a{
    overflow: hidden;
    font-size: 14px;
    color: #222;
    background: url(/image/about_li1.png) no-repeat 15px center;
    padding: 0 15px 0 40px;
}
.left-box ul > li a:hover{ color: #666666;}
.left-box-content p{font-size: 14px;line-height: 2em;padding-left: 20px;}
.contentr {
    float: right;
    width: 880px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 35px;
    background: #f7f7f7;
    border-bottom: 2px solid #2662ae;
}
.contentr h2 {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    background: #2662ae;
}
.contentr span {
    float: right;
    font-size: 13px;
    padding-right: 18px;
}
.page-about-right {
    width: 880px;
    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: #2662ae;
}

.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: #2662ae;
}

.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: 300px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list li img {
    max-width: 100%;
    height: 175px;
}
.sort-product-list li {
    display: inline-block;
    width: 200px;
    margin: 10px 10px;
    float: left;
    box-shadow: 2px 2px 2px #efefef;
}

.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;
    height: 100px;
}

.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;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a h4 {
    position: absolute;
    top: 80px;
    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;
    line-height: 25px;
}

/*分页*/

.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: #2662ae;
}
.pagination li.active{
    background-color: #2662ae;
    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: #2662ae;
}

.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: 300px;
}

.info-product-right {
    width: 880px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #2662ae;
    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;
}

.mt80{ margin-top:80px;}
.mt60{ margin-top:60px;}
.mt50{ margin-top:50px;}
.fenlei_bg{ background:url(/image/fenlei_bg.jpg) no-repeat center top; height:487px;}
#sort_div{ width:247px; float:left; background-color:#0172d0}
.lei_h{ background:url(/image/lei_h.jpg) no-repeat center top; height:123px; text-align:center; color:#fff}
.lei_h p{ font-size:20px; padding-top:20px; padding-bottom:5px;}
.lei_h span{ text-transform:uppercase; }

.sort_div{ width:213px; margin:0 auto; padding-bottom:15px;}
.sort_div ul{ }
.sort_div ul li{ height:49px;line-height:49px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; background:url(/image/clibg.jpg) no-repeat center top; margin-bottom:7px;}
.sort_div ul li a{height:49px;font-size:16px; color:#fff;line-height:49px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding-left:52px; }
.sort_div ul li a:hover{display:block; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#fff;}
.sort_div ul li ul li{ height:30px;line-height:30px;background:url(/image/clibg1.jpg) no-repeat 20px center; margin-bottom:0px;}
.sort_div ul li ul li a{ color:#333;padding-left:36px;}
.sort_div ul li ul li a:hover{ color:#0668cb}

.ma img {
    width: 100%;
    height: 112px!important;
}
.lei_bt{ padding-left:20px}
.lei_bt p{ padding-top:20px; font-size:14px; margin-bottom:8px}
.lei_bt span{ color:#01954b}
.p_more:visited,.p_more:active{color:#fff}
.p_more{height:52px; line-height:52px; display:block;color:#fff; width:80px; float:right}
/* index-products Start */
.pro_bg{padding:50px 0px}
.index-products{ width:902px; float:right;}
.index-products ul{ }
.index-products ul li{float:left;text-align:center;width:272px; margin:0px 10px 30px 17px; position:relative;overflow: hidden;}
.index-products ul li a{display:block;}
.index-products ul li img {
    border: #e9e7e7 1px solid;
    width: 100%;
    height: 219px;
    object-fit: cover;
}
.index-products ul li a:hover img{}
.index-products ul li a:link,.index-products ul li a:visited,.index-products ul li a:active{ color:#333; font-size:15px;}
.index-products ul li a:hover{}
.index-products ul li a p{display:block; height:50px;line-height:50px;display:block;color:#333; background-color:#f8f8f8}
.index-products ul li a:hover p{  color:#fe8610}
.index-products ul li:hover{box-shadow:0 10px 20px 0 rgba(0,0,0,.3)}
.index-products ul> li:nth-child(1) a span{}
.index-products ul> li:nth-child(2) a span{}


.index-products li .xq1{ position: absolute; left: -100%; top:0; line-height:205px; color: #fff; text-align: center; background: url(/image/kgd2.png); height:80%; width: 96%; padding:0 2% ; z-index: 99;}

.index-products ul li .xq1 img{ border:none; display:block; position:absolute; left:44%; top:40%}
.width{ width:1200px; margin:0 auto;}
.about_h{ font-size:28px;color:#0172d0; font-weight:bold; padding-top:33px; text-align:center;}
.about_h span{ display:block; font-size:14px; color:#999; text-transform:uppercase; font-weight:normal}
.ab_xian{ width:100px; background-color:#08ae79; height:3px; margin-top:5px}

.intro_bg{ background:url(/image/intro_bg.jpg) no-repeat center top; height:591px; margin-top:50px;}
.index-about{ width:1090px; margin:0 auto; padding-top:160px}
.about_con {
    font-size: 15px;
    padding-top: 22px;
    padding-left: 30px;
    line-height: 32px;
    text-align: center;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;

}
.about_left{ color:#fff; font-size:24px; width:400px; float:left; padding-top:20px; text-align:center}
.about_left p{ padding-top:30px; margin-bottom:12px;}
.about_left span{ font-size:20px;}
.intro_more{ width:280px; margin:0 auto}


.a_more:visited,.a_more:active{ text-align:center; color:#fff}
.a_more{ color:#fff;height:47px; line-height:47px;display:block; background-color:#0172d0; color:#fff; width:127px; text-align:center; margin-top:13px; float:left; }
.a_more2{ color:#fff;height:47px; line-height:47px;display:block; background-color:#fc7a00; color:#fff; width:127px; text-align:center; margin-top:13px; float:left; }
.a_more:visited,.a_more:active{ text-align:center; color:#fff}

.al_h{ background:url(/image/al_bg.jpg) no-repeat center top; height:56px; line-height:56px; margin-top:50px; text-align:center;}
.index-newproducts{ width:1250px; margin:0 auto;}
.productsroll{position:relative;width:1200px; padding-top:40px;}
.index-newproducts {
    width: 98%;
    margin: 0 auto;
}
.productsroll {
    position: relative;
    width: 100%;
    padding-top: 40px;
}
#ScrollBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#ScrollBox li:nth-child(2n) {
    margin-right: 0;
}
#ScrollBox li {
    float: left;
    display: inline;
    width: 49%;
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 18px;
}

#ScrollBox{width:1250px; margin:0 auto;overflow:hidden}
#ScrollBox li{float:left;display:inline;width:287px;text-align:center; margin-left:20px; margin-right:10px; margin-right:5px}
#ScrollBox li a{display:block;}
#ScrollBox li a img {
    border: #f2f2f2 1px solid;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
#ScrollBox li a:link,#ScrollBox li a:visited,#ScrollBox li a:active{color:#333}
#ScrollBox li a:hover{color:#c71800}
#ScrollBox li a span{display:block;  line-height:40px;}
.ys_bg{ background:url(/image/ys_bg.jpg) no-repeat center top; height:206px; margin-top:60px; color:#fff}

.ys_more{height:37px; line-height:37px;display:block;  width:127px; text-align:center; margin-top:13px; border:#ccc 1px solid; border-radius:15px;}

.ys_left{ width:260px; float:left; line-height:30px; font-size:15px; color:#fff;}
.ys_left p{ font-size:28px; font-weight:bold; padding-top:90px;}
.ys_left  span{ font-size:13px; text-transform:uppercase; margin-bottom:15px;}

.ys_bg ul li{ width:90px; float:left; color:#fff; text-align:center; font-size:15px; padding-top:140px}

.btline{background-color:#f00; height:1px; width:50px; margin:20px auto}

.index_title{ font-size:15px; text-align:center}
.index_title p{font-size:15px;}
.index_title span{  font-size:30px; display:block; margin-bottom:10px; margin-top:3px; font-weight:bold}

.index-news{ width:800px; float:left; margin-top:50px;}
.index-news dl{ border-bottom:#f2f2f2 1px solid; padding-bottom:25px;min-height: 50px;overflow: hidden;}
.index-news dt{ width:170px; float:left}
.index-news dd{ width:594px; float:right; font-size:15px;}
.index-news dd span {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}
.index-news dd p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    color: #555;
    font-size: 14px;
}
.index-news ul{padding-top:20px;}
.index-news ul li:nth-child(2n) {
    float: right;
}
.index-news ul li {
    height: 51px;
    line-height: 51px;
    background: url(/image/nlibg.jpg) no-repeat 2px 22px;
    width: 388px;
    float: left;
    border-bottom: #f2f2f2 1px solid;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news ul li a{ color:#333; font-size:14px; padding-left:30px;}
.index-news ul li a:hover{color:#f00}
.index-news ul li img{float:left;margin-right:10px}
.index-news ul li h3{font-size:100%;font-weight:bold;line-height:25px}
.index-news ul li p{color:#666}
.index-news ul li a span{color:#666;float:right;margin-right:10px}



.new_img{ width:379px; float:right}
.n_more{ color:#fff;height:30px; line-height:30px;display:block; width:100px; text-align:center; margin-top:8px; background-color:#119cf4;}
.n_more:visited,.n_more:active{ text-align:center; color:#fff}
.index-hang{ width:351px; float:right}
.index-hang ul{ padding-top:15px}
.index-hang li {
    height: 45px;
    line-height: 45px;
    padding-left: 32px;
    background: url(/image/nlibg.jpg) no-repeat 20px 18px;
    background-color: #f2f2f2;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-hang li span{ float:right}
.index-hang li a{ padding-left:10px;color:#333}

.index-news dl  img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.index-news dl  img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.new_con{color:#595959; font-size:14px;line-height:25px;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;overflow: hidden; margin-top:10px; max-height:79px}
.new01{ margin-top:8px; margin-bottom:42px;}
.new01 a{ color:#262626; font-size:14px; background:url(/image/wen.jpg) no-repeat 1px 2px; display:block; padding-left:35px;}
.new_con{ background:url(/image/da.jpg) no-repeat 1px 3px;padding-left:35px;}
.new01 a:hover{ color:#eba602;}
p#fzwz {
    display: inline-block;
}
#friendlink {
    color: #333;
    line-height: 32px;
    margin: 20px 0;
}
#friendlink a{ color:#333}
#friendlink a:visited,#friendlink a:active{color:#333}
#copyright{ background-color:#0172d0;padding-bottom:15px; font-size:14px; line-height:28px;}
.fenzhan{ padding-top:1px;color:#fff}
.fenzhan a{ color:#fff}
.fenzhan a:visited,.fenzhan a:active{color:#fff}
.foot{color:#fff; text-align:center}
.foot a{ color:#fff}
.foot a:visited,.foot a:active{color:#fff}
.con_bg{ background:url(/image/con_bg.jpg) repeat; padding-top:45px; padding-bottom:45px; color:#fff;min-height: 50px;overflow: hidden;}
.con_dh .menulevel{ display:none}
.con_h{  height:40px; line-height:40px; color:#fff; font-size:22px; margin-bottom:8px; font-weight:bold;}
.con_left{ width:380px; float:left;}
.index_contact{ width:479px; float:left;line-height:30px; }
.con_right{ width:236px; float:left; margin-right:30px;}
.con_dh li{ width:90px; float:left}
.con_dh li a{ color:#fff; line-height:34px;}
.con_h span{ font-size:16px; text-transform:uppercase}
.shu{ width:1px; float:left;margin-right:50px; margin-top:20px; margin-left:20px;}
.ma{ width:112px; float:right}

#copyright {
    background-color: #0172d0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
