@charset "UTF-8";

/*共用样式*/

@font-face {
    font-family: 'iconfont';
    /* project id 455609 */
    src: url("../fonts/iconfont.woff");
}

.iconfont {
    font-family: iconfont !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.news_detail h3.title_bar .iconfont::before {
    content: '\e67a';
    margin-right: 5px;
}

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

.i-row {
    margin: 0 -15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*头部*/

#header .logo {
    width: 300px;
}

#header .logo img {
    max-width: 100%;
}

#header .top_contact {
    float: right;
}

#header .top_contact .k2 {
    font-size: 20px;
    font-family: "impact";
    color: #333;
    line-height: 100px;
}

#header .out-nav {
    margin-top: 5px;
}

#header .out-nav .nav {
    background-color: #8392bd;
    height: 32px;
}

#header .out-nav .nav li {
    line-height: 32px;
    height: 32px;
    text-align: center;
    width: 130px;
    float: left;
    position: relative;
    z-index: 999;
}

#header .out-nav .nav li a {
    display: block;
    line-height: 32px;
    color: #fff;
    height: 32px;
}

#header .out-nav .nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #24588e;
}

#header .out-nav .nav .dropdown {
    background: #01557a;
    color: #fff;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0px;
    display: none;
    width: 100%;
}

#header .out-nav .nav .dropdown a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
}

#header .out-nav .nav .dropdown a:hover {
    background: #042d3f;
    text-decoration: none;
}


/*热门搜索*/

.yq_search {
    text-align: left;
    height: 24px;
    margin: 10px 0;
}

.yq_search #form_search {
    float: right;
}

.yq_search #form_search input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

.yq_search #form_search input#sou_word {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

.yq_search #form_search input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

.yq_search .hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.yq_search .hotSearch a {
    margin-right: 6px;
}


/*首页分类*/

.i-product-cate {
    width: 240px;
    float: left;
}

.i-product-cate .cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}


/*首页关于我们*/

.i-about {
    width: 660px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.i-about .about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.i-about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}


/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

.news_company .news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.news_company .content {
    padding: 5px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}


/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact .contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case .case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}

.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li img {
    width: 100%;
    height: auto;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}


/*产品推荐*/


/*前台多页签*/

.news {
    width: 1200px;
    margin-top: 10px;
}

.news .hd {
    position: relative;
}

.news .hd li {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.news .hd li.on {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #95a9dc;
    border-color: #95a9dc;
}

.news .bd li {
    width: 100%;
}

.news .bd li span {
    float: right;
}


/*友情链接*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 14px;
    background: #95a9dc;
    color: #fff;
}


/*页面底部*/

#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

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

#footer .nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

#footer .copyright {
    text-align: center;
    line-height: 24px;
}


/*内页公用*/

.ny_all {
    padding-top: 30px;
}

.ny_left_top {
    width: 20%;
    float: left;
}

.ny_left_top h3 {
    line-height: 41px;
    text-align: center;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    background: #ea3f0b;
}

.ny_left_top .ny_menu {
    padding: 10px;
    border: 1px solid #ccc;
}

.ny_left_top .ny_menu .n-news-list {
    font-size: 14px;
}

.ny_left_top .ny_menu .n-news-list li {
    line-height: 28px;
}

.ny_left_top .ny_menu .n-news-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
    background: #ea3f0b;
}

.out-foot {
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.out-foot a {
    color: #fff;
}

.ny_banner {
    width: 100%;
    margin: 0 auto;
}

.ny_banner img {
    width: 100%;
}

.sort_product {
    margin-top: 10px;
}

.ny_contact {
    margin-top: 10px;
}

.ny_contact .content {
    padding: 5px;
    line-height: 24px;
}

.ny_right_top {
    width: 78%;
    padding-bottom: 10px;
    float: right;
}

.ny_ding {
    padding: 10px 0;
}

.ny_ding .site {
    text-align: left;
    line-height: 30px;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
    font-size: 14px;
}

.ny_right_top .content {
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.ny_right_top .content .content {
    padding: 10px;
}


/*内页分类样式*/

.ny_sort li {
    position: relative;
    z-index: 999;
}

.ny_sort li:last-child a {
    margin-bottom: 0;
}

.ny_sort li a {
    color: #fff;
    display: block;
    line-height: 39px;
    font-family: "微软雅黑";
    text-align: center;
    font-size: 14px;
    background: #ea3f0b;
    margin-bottom: 10px;
}

.ny_sort li a:hover {
    background: #8392bd;
}

.ny_sort li .about_b {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 210px;
    background: #ea3f0b;
    z-index: 9999;
}

.ny_sort li .layer2 {
    position: relative;
    left: 0;
    top: 0px;
  
    background: #fb4740;
    z-index: 9999;
}

.ny_sort li .layer2 li {
    overflow: hidden;
}

.ny_sort li .layer2 li a {
    font-weight: normal;
    background: none;
    line-height: 24px;
}

.ny_sort li .layer2 li a:hover {
    text-decoration: none;
    color: #333;
}

.ny_sort li .layer2 li .layer3 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 10px;
}

.ny_sort li .layer2 li .layer3 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}

.ny_sort li .layer2 li .layer3 li .layer4 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 15px;
}

.ny_sort li .layer2 li .layer3 li .layer4 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}

.i-container {
    margin-top: 20px;
}


/*内页新闻*/

.ny_news_list li {
    line-height: 27px;
    position: relative;
    margin: 20px 0;
}

.ny_news_list li a.more {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    width: 86px;
    text-align: center;
    float: right;
    color: #65beba;
    border-radius: 4px;
}

.ny_news_list li h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #323232;
}

.ny_news_list li h3 a {
    color: #323232;
}

.ny_news_list li h3 a:HOVER {
    color: #65beba;
}

.ny_news_list li p {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}


/*内页产品列表*/

.ny_product_list li {
    width: 266px;
    position: relative;
    margin-right: 29px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.ny_product_list li img {
    width: 266px;
    height: 235px;
}

.ny_product_list li h3 {
    text-align: center;
    line-height: 40px;
}

.ny_product_list li h3 a {
    color: #333;
    font-size: 14px;
}


/*内页留言*/

.f_message {
    padding: 30px;
}

.f_message .m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 40px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
    left: 118px;
}

.f_message .c_label {
    line-height: 18px;
    padding-top: 12px;
}

.f_message ul li {
    text-align: center;
    width: 440px;
    position: relative;
    margin-top: 20px;
}

.f_message ul li p {
    float: left;
    font-size: 14px;
    text-align: right;
    width: 100px;
    position: relative;
}

.f_message ul li p.bix::before {
    content: '*';
    color: red;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 12px;
}

.f_message ul li textarea {
    width: 333px;
    float: right;
    border: 1px solid #e4e4e4;
    line-height: 40px;
    height: 120px;
}

.f_message ul li .code_img {
    margin-left: 18px;
    visibility: hidden;
}

.f_message ul li input {
    width: 333px;
    float: right;
    border: 1px solid #e4e4e4;
    line-height: 40px;
}

.f_message ul li input#contact {
    height: 40px;
}

.f_message ul li input#name {
    height: 40px;
}

.f_message ul li input#checkcode {
    width: 170px;
}

.f_message ul li input#msgbtn {
    background: #088b3f;
}

body {
    min-width: 1200px;
    width: 100%;
    overflow-x: hidden;
}

i,
em {
    font-style: normal;
}

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

.head {
    height: 200px;
}

.h_top {
    height: 26px;
}

.h_top i {
    float: left;
    font-size: 14px;
    color: #29292c;
    line-height: 26px;
}

.h_top p a {
    float: left;
    font-size: 14px;
    color: #29292c;
    line-height: 26px;
    padding: 0 14px;
}

.h_top p i {
    float: left;
    width: 1px;
    height: 12px;
    background: #c3c3c3;
    margin-top: 7px;
}

.h_top p .a1 {
    background: url(https://www.szagera.com/images/cang.png) no-repeat left center;
    padding: 0 14px 0 20px;
}

.h_top em a {
    float: left;
    width: 46px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    background: #0068b7;
}

.h_top em a:last-child {
    background: #0068b7;
}

.h_con {
    height: 109px;
}

.h_con .t_logo {
    float: left;
    margin: 14px 30px 0 0;
}

.h_con h2 {
    float: left;
    padding: 5px 0 5px 34px;
    margin-top: 17px;
    border-left: 1px solid #d4d1e1;
    font-weight: normal;
    margin-left: -6px;
}

.h_con h2 b {
    display: block;
    font-size: 24px;
    color: #29292c;
    line-height: 36px;
}

.h_con h2 i {
    display: block;
    font-size: 22px;
    color: #29292c;
    line-height: 36px;
}

.h_con h2 em {
    color: #ea3f0b;
}

.hc_r {
    float: right;
}

.hc_r .tel {
    float: left;
    margin-right: 26px;
    margin-top: 22px;
}

.hc_r .tel p {
    font-size: 16px;
    font-weight: bold;
    color: #29292c;
    line-height: 36px;
    padding-left: 25px;
}

.hc_r .tel .p1 {
   
}

.hc_r .tel p em {
    font-size: 26px;
    font-family: "Arial";
}

.hc_r .ewm {
    float: left;
    margin-top: 14px;
    width: 100px;
}

.hc_r .ewm img {
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #0d0d0d;
    margin: 0 auto;
}

.hc_r .ewm span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
}

.h_nav {
    height: 57px;
}

.h_nav li {
    float: left;
    height: 57px;
    line-height: 57px;
    position: relative;
    z-index: 1;
    border-right: 1px solid #3f3f42;
}

.h_nav li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 27px;
}

<!-- .h_nav li:after {
    position: absolute;
    width: 100%;
    height: 0;
    content: "";
    left: 0;
    bottom: 0;
    background: #ea3f0b;
    transition: height .3s;
    z-index: -1;
}

-->.h_nav li:hover:after,
.h_nav li.cur:after {
    height: 100%;
}

.h_nav ul li p {
    display: none;
    position: absolute;
    width: 120%;
    text-align: center;
    top: 57px;
    z-index: 10;
    left: -10%;
}


/*.h_nav ul li:nth-child(5) p{width:120%;left:-10%;}*/

.h_nav ul li p a {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: rgba(0, 104, 183, 0.8);
}

.h_nav ul li p a:last-child {
    border: 0;
}

.h_nav ul li p a:hover {
    font-weight: bold;
}

.h_nav {
    margin: 0 auto;
    height: 58px;
}

.incat {
    padding: 0 1rem;
    color: #fff;
   
    
}

.incat p {
     line-height: 3rem;
    font-size: 1rem;
}



.case_detail h1 {
    font-size: 26px;
    color: #000;
}

.cases_list li {
    
}
.cases_list li img {
    height: 385px;
}
.RandomNews {padding-bottom:10px; margin-bottom:15px;}
.diysr{height:40px; line-height:40px; color:#999;color: #d0231b;font-family: "Microsoft YaHei","微软雅黑";font-size: 16px;font-weight: bold; text-indent:5px;}
.diysr .line{border-top: 1px solid #ececec; font-size:0; height:0;margin-right: 10px; overflow:hidden;}
.diysr i{font-size:10px; font-family:arial; font-weight:normal; text-transform:uppercase; font-style:normal; padding-left:5px;color: #999;}
.news_random{ font-size:14px;}
.news_random ul{ padding-top:10px; display:block; width:930px;}
.news_random ul li{ height:28px;line-height:28px; padding:0;  width:365px; float:left;overflow:hidden; padding-right:10px;}
.news_random ul li a{ background:url(Img/ico55.gif) no-repeat 0 8px; padding-left:12px;}
.news_random ul li span{ font-size:12px;}

.new-s dl{width: 933px;margin: 0 auto;padding-top:25px;height:194px;}
.new-s dl dt {height:180px;width: 375px;float: left;position: relative;border-bottom: 1px solid #e2e2e2}
.new-s dl dt img{width: 350px;height: 162px;}
.new-s dl dt p{
    background: rgba(0,0,0,0.6);
    width: 350px;
    height: 28px;
    display: inline-block;position: absolute;top:134px;left:0px;font: 14px 'Microsoft  YaHei';color: #fff;text-align: center;line-height: 28px}
.new-s dl dd{width: 558px;float: right;height:180px;border-bottom: 1px solid #e2e2e2; position:relative;}
.new-s dl dd p{color: #353e47;font-size: 16px;font-weight: bold;margin-bottom:8px;}
.new-s dl dd span{font-size: 14px ;color: #353e47;display:inline-block;width: 565px;line-height: 28px; height:112px; overflow:hidden;}
.new-s dl dd a{display: inline-block;font: 12px 'Microsoft YaHei','微软雅黑';color: #d0231b; float:right; position:absolute; bottom:15px; right:5px;}
.news_random ul li a{ color:#353e47;padding-top:2px; font-size:14px;}
.news_random ul{ padding-top:0; margin:0 auto;}
.news_random ul li{width:440px; padding:0; font-size:12px;}
.news_random ul li.fr{ float:right;}



.td_con p .sz {
    position: absolute;
    display: block;
    
}





.s01,.s03,.s05 {
    right: 0;
    top: -40px;
    font-size: 47px;
    color: #d62a3a;
}

.s02,.s04,.s06 {
    left: 0;
    top: -40px;
    font-size: 47px;
    color: #d62a3a;
}





