/*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;
        width: auto;
}

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;
    line-height: 30px;
}

.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;
}

/*nav*/
#nav {
    height: 75px;
}

.nav {
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    position: relative;
}

.nav-logo {
    margin-right: 50px;
}

.nav-logo > img {
    height: 55px;
    margin: 10px;
}

.nav-menu {

}

.nav-menu > li {
    float: left;
    width: 110px;
    line-height: 75px;
    text-align: center;
    position: relative;
}

.nav-menu > li.active:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 3px;
    background: #a63d02;
    top: -2px;
    left: 0px;
}

.hide-after:after {
    display: none;
}

.nav-menu > li > a {
    display: block;
    font-size: 14px;
}

.nav-search {
    border: 1px solid #0779fa;
    width: 275px;
    height: 30px;
    margin: 17px 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 #0779fa;
}

.nav-search form input[type=submit] {
    background: #0779fa;
    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;
}

/*toproll*/
#toproll {
    height: 51px;
    background: #0e1f3b;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 64px;
    background: url(/image/toproll.png) 50%;
    position: relative;
    margin: 0 auto;
}

.toproll:before {
    content: '';
    height: 64px;
    width: 1000px;
    background: #0d2758;
    position: absolute;
    top: 0px;
    right: 1200px;
}

.toproll-left {
    width: 250px;
    padding-left: 50px;
    height: 64px;
    background: url(/image/tel.png) no-repeat 12px 10px;
    background-size: 40px;
}

.toproll-left-title {
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 20px;
}

.toproll-left-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.toproll-right {
    width: 780px;
    height: 51px;
    background: url(/image/call.png) no-repeat 8px 50%;
    background-size: 25px;
    padding: 0 0 0 40px;
}

.toproll-right-title {
    color: #fff;
    line-height: 51px;
    font-size: 14px;
}

.toproll-right-ul {
}

/*顶部新闻滚动*/
.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 {
    background: #ddd;
    min-width: 1200px;
    position: relative;
    top: -13px;
}

/*标题样式*/
.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: #ff552e;
}

.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: #ff552e;
}

.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: #ff552e;
}

.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: #ff552e;
}

.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: #ff552e;
    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: #ff552e;
}

.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: #ff552e;
}

.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:36px auto 20px;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    top: 6px;
    left: 0px;
}

.left-box ul {

}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 30px;
    height: 30px;
}


.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: #ff552e;
}

.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;
}

/*在线留言表单*/
.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: #ff552e;
}

.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;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 300px;
}

.sort-product-list {
}

.sort-product-list li {
    display: inline-block;
    margin: 3px;
    width: 219px;
    border: 1px solid #efefef;
}

.sort-product-list li a {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.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: 80px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 85px;
    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: 85px;
}

/*分页*/

.pagination {
    background: #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
}

.pagination li a {
    display: block;
    color: #00a0e9;
}

/*相关信息*/

.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: #ff552e;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
}

.ln-box ul li a {
   display: block;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 300px;
}



#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #efefef;
    line-height: 30px;
    color: #333;
    display: inline-block;
}

/*相邻详细信息*/
.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;
}

#center_bg{width:1200px; margin:50px auto;height: 1022px;}

#left_l{width:230px; float:left;}

.dh_bg_1{width:230px; background:#006ce6; height:100px;}
.jkcpflm{ font-size:24px; font-weight:bold; color:#fff; text-align:center; padding-top:15px;line-height:45px;}
.jkcpflm_yw{ font-size:14px; color:#fff; text-align:center; }

.list2{width:230px; margin-top:1px;}
.list2 td{ background:url(/image/20180509095122_1276716787.png) no-repeat; height:51px;}
.list2 td:hover{ background:url(/image/20180509094228_2025407238.png) no-repeat; height:51px;}
.list2 td a{ display:block; width:165px; height:51px; line-height:51px; padding-left:65px; text-decoration:none;color:#333; font-size:14px;}
.list2 td a:hover{color:#fff; font-size:15px;}
.list2 table tbody tr:nth-child(10) td a{ margin-bottom:1px;}

/*产品*/
.productshows{ width:937px; float:right;}
.productshows1{ height:40px; background:url(/image/20180509101945_676174230.png) no-repeat;}
.productshows11{ padding-left:60px; padding-top:px; font-size:22px;color:#006ce6; font-weight:bold; float:left;}
.productshows12{ line-height:40px; font-size:15px;margin-right:13px; float:right; text-align:center;}
.productshows2{ margin-top:15px;}
.productshows2 td{float:left; width:250px; height:230px; border:solid 1px #ddd; padding:7px !important; margin:0 7px 10px 7px; position:relative; overflow:hidden; background:#fff;}
.productshows2 td br{display:none;}
.productshows2 td a{text-decoration:blink; display:block; overflow:hidden;}
.productshows2 td a img{width:100% !important; height:100% !important;}
.productshows2 td span{display:block; overflow:hidden; padding-top:10px; margin-top:6px; border-top:solid 1px #eee; line-height:28px !important; padding-right:58px; width:178px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.8s linear;}
.productshows2 td span a{font-size:14px; text-align:left; transition: all 0.8s linear;}

.productshows2 .ceshigo{width:50px; float:right; transition: all 0.8s linear;}
.productshows2 .ceshigo a{font-size:0; line-height:0; position:absolute; margin-top:-34px;}
.productshows2 .ceshigo .ceshigo_ai{ width:30px; overflow:hidden; height:30px; margin-top:5px; border-left:solid 1px #ddd; padding-left:15px; transition: all 0.8s linear}
.ceshigo_ai_l{float:left; height:1px; width:20px; background:#ccc; margin-top:14px; transition: all 0.8s linear}

.ceshigo_ai_r{float:left; width:0; height:0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom:9px solid #ccc; transform: rotate(90deg); margin-top:10px; transition: all 0.8s linear;}

.productshows2 td:hover span{transition: all 0.8s linear; width:270px; padding-right:88px;}
.productshows2 td:hover .ceshigo{transition: all 0.8s linear; width:76px;}
.productshows2 td:hover .ceshigo_ai{transition: all 0.8s linear; width:60px;}
.productshows2 td:hover .ceshigo_ai_l{transition: all 0.8s linear; width:36px; background:#137df3;}
.productshows2 td:hover .ceshigo_ai_r{transition: all 0.8s linear; border-bottom:9px solid #137df3;}
.productshows2 td:hover span a{transition: all 0.8s linear; color:#137df3;}
.productshows2 td:hover img{transform: scale(1.05);}
.productshows2 img{transition: all 0.5s linear;}
li.tupl{
    background: url(/image/77.png) no-repeat!important;
    height: 51px;
    margin: 5px 0px;
}
ul.erji :hover li{
       background: url(/image/20180509094228_2025407238.png) no-repeat!important;
    height: 51px;
}

li.tup{
background: url(/image/20180509095122_1276716787.png) no-repeat;
    height: 51px;
    margin: 5px 0px;
}
ul.index_product_sort :hover li{
    background: url(/image/20180509094228_2025407238.png) no-repeat;
    height: 51px;
}
ul.index_product_sort li a {
    display: block;
    width: 165px;
    height: 51px;
    line-height: 51px;
    padding-left: 65px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
ul.index_product_sort li a:hover {
    color: #fff;
    font-size: 15px;
}

.fllxwm img {
    width: 230px;
    height: 130px;
}
.clear {
    clear: both;
}
/*特点*/
#xddbjt{ width:100%; height:756px; background:url(/image/20180509103201_712864804.jpg) center no-repeat; padding-top:50px;}
.xljgddy{ width:625px; height:65px;margin:0 auto;}
.qlsbjxy{ width:421px; height:48px; background:url(/image/20180509104308_255726793.png) center no-repeat; margin:0 auto;}
.zzyddcc{ font-size:24px; color:#fff; font-weight:bold; text-align:center; line-height:48px;}

.qqztdbj{ width:1100px; height:485px; background:url(/image/20180509104615_1474053174.png) center no-repeat; margin:0 auto;}
.sssdzbk_fl{ width:275px; float:left; padding-top:20px;}
.shenqinwz{ font-size:24px; color:#fff; font-weight:bold; height:50px;}
.sqdnrjs{ font-size:14px; line-height:35px; color:#d5e8ff; height:106px;}
.sxdnrjsw{font-size:14px; line-height:35px; color:#d5e8ff; height:89px;}
.cwtybk_fr{ width:282px; float:right; text-align:right; padding-top:20px;}
.lqldbjl{ width:794px; height:74px; background:url(/image/20180509111554_1804445895.png) center no-repeat; margin:0 auto;}
.ljlxkd_fl{ float:left; width:195px; padding-left:30px;line-height:74px;}
.ljzxwzd{ font-size:18px;color:#fff;float:left;}
.ljzxwzd a{ font-size:18px; color:#fff;}
.ljzxwzd a:hover{ font-size:18px; color:#ff0;}
.quangdk_fl{ float:left; width:450px;line-height:74px;}
.dianhuham{ font-size:24px;color:#ff0; float:left;}
.lianxdsk_fl{ float:left;line-height:74px;}

/*优势*/
.totalwidth {
    width: 1100px;
    margin: 24px auto;
}
#ddysbjl{ width:100%; height:1226px; background:url(/image/20180509140654_1474194221.jpg) center no-repeat; padding-top:50px;}
.xzxpsdyt{ width:569px; height:71px; margin:0 auto; margin-bottom:20px;}
.bydxtbj{width:100%; height:20px;background:url(/image/20180509141215_1746185894.png) center no-repeat; text-align:center; font-size:18px; color:#333;}

.yyedzkb_fl{ width:515px; height:489px; float:left; background:url(/image/20180509142141_1646352089.png) center no-repeat;}
.xhdscnl{ font-size:24px; font-weight:bold; color:#333; padding-left:90px; padding-top:10px; height:40px;}
.xhdscnl_yw{font-size:12px;color:#333;padding-left:90px; height:48px;}
.yydwznj{ font-size:14px; line-height:36px; padding-left:40px; height:150px; color:#666;}
.ysyetp_fr{float:right;}

.yyssztp_fl{ width:544px; float:left;}
.yssdzkb_fr{ width:515px; height:498px; float:right;background:url(/image/20180509143836_1168058093.png) center no-repeat; margin-top:10px;}
.dswzcpj{ font-size:24px; font-weight:bold; color:#333; padding-left:90px; padding-top:12px; height:40px;}
.dswzcpj_yw{font-size:12px;color:#333;padding-left:90px; height:48px;}
.dsnrwjsd{ font-size:14px; line-height:36px; padding-left:40px; height:150px;color:#666;}

/*广告条*/
#ggtdbj{ width:100%; height:185px; background:url(/image/20180509144821_2024918871.jpg) center no-repeat;}
.ggzbwzkd{ width:558px; float:left;}
.xpzxnsb{font-size:36px; color:#fff; font-weight:bold; padding-top:40px; height:85px;}
.bgszbqq{ font-size:17px;color:#fff;    margin: 0 166px; }
.sangxtp{ width:390px; float:left; padding-top:35px;overflow:hidden;}
.sangxtp img{transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; width:394px; height:124px;}
.sangxtp img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}

.zxlxdkdl{ width:122px; float:right; padding-top:45px;}
.zaxzxkd{ width:122px; height:40px; border:1px solid #fff; border-radius:10px;margin-bottom:15px;}
.zaixdwz{ font-size:14px; color:#fff; line-height:40px; text-align:center; }
.zaixdwz a{ font-size:14px; color:#fff; line-height:40px; text-align:center;}
.zaixdwz a:hover{ font-size:14px; color:#ff0; line-height:40px; text-align:center;}

/*工程案例*/

#Marquee_x {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}

#Marquee_x ul li, #Marquee_x ul li div {
    float: left;
    line-height: 25px;
    overflow: hidden;
}
.dli {
    width: 240px;
    height: 220px;
}
.altp {
    width: 100%;
    overflow: hidden;
}

.dli img {
    width: 100%;
    transition: all .5s;
    height: 180px;
}
#gcalbbj{ width:1200px; height:32px; background:url(/image/20180509151854_1761482807.png) center no-repeat; margin:48px auto;}
.gczlswz{ font-size:24px; font-weight:bold; text-align:center; color:#333;}
.gczlswz font{color:#006ce6;}
.dxzyeq{ font-size:16px; color:#333; text-align:center; padding-top:15px;    position: relative;top: -38px;}

.case_w{width:1200px; margin:0 auto; overflow:hidden;}
.case_w table tbody tr td{display: block;float: left;padding: 0 !important;width:262px; margin: 0.5%;overflow: hidden; margin-bottom: 28px;}
.case_w tr td div{padding-top: 0px !important;}
.case_w table tbody tr td div{display: block; width:262px;   height:59px;background: url(/image/20180509160738_821081539.jpg)no-repeat center 0px; font-size:18px;text-align: left;-webkit-transition:0.3s all ease; transition: 0.3s all ease;}

.case_w table tr td:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.case_w table tr td br{display:none;}
.case_w table tr td img{    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    display: block;
    width:300px !important;
    height:225px !important;
    margin: 0 auto;}
.case_w table tr td a{ display: block; width:262px;  height:197px; overflow: hidden;}
.case_w table tbody tr td div a{display: block;line-height: 59px; font-size: 18px; -webkit-transition:0.3s all ease; transition: 0.3s all ease; width:287px; padding-left: 15px;}
.case_w table tbody tr td:hover div{display: block; background: url(/image/20180509160738_821081539.jpg)no-repeat center -60px;color:#fff;}
.case_w table tbody tr td:hover a{color:#fff;}

/*简介*/
.gsmc {
    margin: 49px 0;
}
.abouttp {
    width: 45%;
    float: left;
}

.aboutwz a {
    font-size: 24px;
    color: #006ce6;
}
.about {
    margin-top: 23px;
    margin-left: 520px;
}
.about p {
    font-size: 14px;
    line-height: 24px;
}
.jjzywkd{ width:200px; margin:0 auto;}
.zjxpwz{ font-size:24px; color:#333; text-align:center; float:left; font-weight:bold;}
.zjxpwz font{ font-size:24px; color:#de0000;}
.zjxpwz_yw{ font-size:18px; color:#666; float:left; padding-top:5px; padding-left:10px;}
.khzsfwwz{ font-size:18px; color:#333; text-align:center; padding-top:10px; height:40px;}
.jjztxtt{ width:100%; height:3px; margin:0 auto;background:url(/image/20180509180912_216901254.png) center no-repeat;}

.jianjtp_fl{ width:501px; float:left;}
.jianjtp_fl:hover{filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;cursor:pointer}
.jianjzy_fr{ width:529px; height:413px; background:url(/image/20180509165534_1017752830.png) center no-repeat; float:right; padding-left:35px; padding-right:35px;}
.gsmcbtw{ font-size:20px; color:#333; font-weight:bold; padding-top:42px; padding-left:90px; height:75px;}
.jiannrjs{ font-size:14px; color:#333; line-height:35px; height:260px;}
.gsjjwz{ font-size:16px; color:#333; float:left; padding-left:17px; width:156px;}
.gsjjwz a{ font-size:16px; color:#333; }
.gsjjwz a:hover{ font-size:16px; color:#e60012; }
.shebzswz{font-size:16px; color:#333; float:left; padding-left:27px;}
.shebzswz a{ font-size:16px; color:#333; }
.shebzswz a:hover{ font-size:16px; color:#e60012; }

/*企业形象*/
#qiyexingx{margin:0 auto; width:1100px;}

#qiyexingx_sb{ margin:0 auto; width:1100px; height:196px;overflow:hidden; float:left;}
#qiyexingx_sb img{padding:2px; border:solid 1px #e2e0e0;}
#qiyexingx_sb img:hover{border:solid 1px #f13908;}
#qiyexingx_sb td td{padding-right:8px;}
#qiyexingx_sb td td a:nth-child(2){display:block; line-height:40px; background:#000; position:relative; margin-top:-43px; font-size:14px; background-color:rgba(0,0,0, 0.50); opacity: 0.85; filter: alpha(opacity=50); color:#fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width:230px; padding:0px 10px; transition: all 0.5s linear;}
#qiyexingx_sb td td a:nth-child(2) br{display:none;}
#qiyexingx_sb td td:hover a:nth-child(2){position:relative; line-height:188px; margin-top:-191px;  background-color:rgba(0,0,0, 0.50); opacity: 0.80; filter: alpha(opacity=50); transition: all 0.5s linear;}

/*新闻中心*/
.news{width:100%; overflow:hidden; padding-top:50px; background:#f1f1f1; padding-bottom: 50px;}
.news_m{width:1100px; margin:0 auto; overflow:hidden; text-align:center; font-size:30px; font-weight:bold; line-height:36px;}
.news_xt{width:85px; height:2px; background:#006ce6; margin:10px auto; margin-bottom:8px;}
.news_s{width:1100px; margin:0 auto; overflow:hidden; text-align:center; font-size:16px; color:#666; line-height:20px; padding-bottom:10px;}

.lanrenzhijia{ width:1100px; margin:0 auto; overflow:hidden; padding-top:18px;}
.lanrenzhijia .tab{ overflow:hidden; width:546px; margin:0 auto;}
.lanrenzhijia .tab a{display:block; float:left; text-decoration:none; height:40px; line-height:40px; width:160px; text-align:center; font-size:18px; margin:0px 10px;transition: all 0.8s linear; border-radius:5px; border:solid 1px #ddd;}
.lanrenzhijia .tab a.on{text-decoration:none; transition: all 0.8s linear; color:#fff; background:#006ce6; border:solid 1px #006ce6;}
.lanrenzhijia .content{overflow:hidden; width:1100px; margin:0 auto; height:398px; position:relative; margin-top:40px;}
.lanrenzhijia .content .ul{ position:absolute; left:0; top:0; width:1100px;}
.lanrenzhijia .content .li{ width:1100px; float:left;}

.news_div_item ,.divdgweb_new_div_item {width:260px; float:left; overflow:hidden; border:solid 1px #ddd; border-bottom:solid 4px #ddd; margin:0px 6px 0px 7px; position:relative; background:#fff; transition: all 0.7s;}
.news_div_item_pic{width:240px; height:158px; margin-left:10px; margin-top:10px; overflow:hidden; border-bottom:solid 1px #ddd; position:absolute; top:0; text-align:center;}
.news_div_item_pic img{width:240px; height:158px;}
.news_div_item:hover .news_div_item_pic,.divdgweb_new_div_item:hover .news_div_item_pic{-webkit-animation: test 0.3s ease-in 2;}
.news_div_item_date, .divdgweb_new_div_item_date{width:100px; padding-left:20px; overflow:hidden; margin:0 auto; margin-top:191px; color:#fff; line-height:36px; font-size:14px; background:#006ce6; transition: all 0.7s;}
.news_div_item_day, .divdgweb_new_div_item_day{float:left;}
.news_div_item_year, .divdgweb_new_div_item_year{float:left;}
.news_div_item_month, .divdgweb_new_div_item_month{float:left;}
.news_div_item_content, .divdgweb_new_div_item_content{width:224px; overflow:hidden; padding:12px 16px 0px 16px; height: 146px;}
.news_div_item_title, .divdgweb_new_div_item_title{overflow:hidden; white-space: nowrap; text-overflow: ellipsis; width:228px; line-height:40px; border-bottom:dashed 1px #ccc; transition: all 0.7s; text-align:center;}
.news_div_item_title a, .divdgweb_new_div_item_title a{font-size:16px; font-weight:bold;}
.news_div_item_body, .divdgweb_new_div_item_body{padding-top:14px; line-height:20px; font-size:13px; color:#666;}

.news_div_item:hover .news_div_item_date, .divdgweb_new_div_item:hover .divdgweb_new_div_item_date{transition: all 0.7s; background:#006ce6;}
.news_div_item:hover, .divdgweb_new_div_item:hover{transition: all 0.7s; border-bottom: solid 4px #006ce6;}
.news_div_item:hover .news_div_item_title a, .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{transition: all 0.7s; color:#006ce6;}

/*友情链接*/
.link{ width:1200px; padding-top:20px; padding-bottom:20px; margin:0 auto;}
.linklogo{ width:167px; height:26px;background:url(/image/linklogo.jpg) no-repeat left; position:relative; z-index:10; margin-left:10px;}
.linkcon{ width:1198px;overflow: hidden; line-height:53px; border:#cccccc solid 1px; position:relative; top:-11px;}
.linkcon a{ padding-left:20px;}
.linkcon a:hover{ text-decoration:underline;}
.end{ width:100%; height:auto; background-color:#2c2c2c; overflow:hidden;float:left;color:#717171;}
.end a{color:#717171;}
.end a:hover{ text-decoration:underline;}

.footl{ width:321px; height:100%;float:left;}
.footlogo1{ width:321px; height:61px; padding-top:30px; display:block;}
.footlogo2{ width:100%; height:auto; display:block; padding-top:6px; line-height:44px; font-size:43px; color:#ff9c00; font-style:italic;}

.footc{ width:540px; height:133px; float:left; padding-left:15px; padding-top:15px;}
.footcl{ width:210px; height:auto; float:left;}
.footcl a{ width:96px; height:26px; line-height:26px; display:block; float:left; color:#717171;}

.footcr{ width:286px; height:auto; float:left; padding-left:38px;background:url(/image/foottel.jpg) no-repeat top left;}
.footcr1{ color:#ff9c00; font-size:20px; width:100%; height:30px; line-height:30px; display:block;}

.footr{ width:321px; height:auto; overflow:hidden; float:right;}
.footr1{ width:127px; height:150px; float:left; padding-left:15px; padding-right:15px; text-align:center; line-height:17px;}
.footr1_1{ width:100%; height:40px; display:block;}
.footr1 img{ width:127px; height:127px;}

.footf{ width:100%; height:40px; line-height:40px; text-align:center; background-color:#1c1c1c;}


.images{  width: 279px;overflow: hidden;}
.cpizada{width: 100%;}
#link_logo li{     width: 279px;
    border: 1px solid #b1a8a8;
    float: left;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 9px;
        position: relative;
    overflow: hidden;
}
.fdj i {
    color: red;
}

#link_logo li a {
    display: block;
    text-align: center;
}

.tse.tse2 a {
    text-align: center;
    margin: 0 auto;
}
#link_logo li:hover img{ cursor: pointer; -webkit-transform: scale(1.1); moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
#link_logo li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.cover p {
    margin-top: 10px;
    font-size: 14px;
}
#link_logo li img {     width: auto;
    height: 248px;
    transition: all .5s;
    text-align: center;
    margin: 10px 0;}
.tse span { display: inline-block; width: 279px; height: 50px; line-height: 50px; text-align: center; position: absolute; bottom: 0px; left: 0px; z-index: 3; color: #fff; font-size: 18px; display: none;/*background: #00000085;*/}
.tse a { display: inline-block; position: relative;}
.tse em { display: inline-block; width: 100%; height: 50px; background: #000; opacity: 0.5; position: absolute; bottom: 0px; left: 0px; z-index: 2; display: none;}
.tse a:hover {background: none; opacity: 1;}
.tse a:hover span, .tese .tse a:hover em { display: block;}
.tse.tse2 {
    text-align: center;
    margin: 0 auto;
    display: block;
}
div#link_logo {
    overflow: hidden;
    width: 100%;
    height:939px;
}

div#link_logo1 {
    overflow: hidden;
}

.cover {
    width: 100%;
    height: 100%;
    background: rgba(54, 150, 227, 0.49);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.fdj {
    width: 30px;
    height: 30px;
    background: url(../image/timg.png) no-repeat;
    background-size: 30px 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
    margin: 30px auto;
}


