@CHARSET "UTF-8";

/*头部样式*/

.top {
    background: #202d30;
    color: #fff;
    font: 400 14px/44px "Microsoft Yahei";
}

.top a {
    color: #fff;
}

.topbox {
    color: #666;
    font: 400 12px/30px "Microsoft Yahei";
}

.topbox a {
    color: #666;
}

.top-contact {
    background: #2598f2;
    width: 129px;
    text-align: center;
}

.lan {
    padding: 0 15px;
    background: #2598f2;
}

#header {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}

.head {
    max-width: 1510px;
    margin: 0 auto;
    padding: 15px 0 0;
}

.logo {
    float: left;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.toplink {
    padding-top: 10px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

#menu {
    position: relative;
    padding-top: 15px;
}

@media (max-width: 1199px) {
    #header {
        padding: 5px 10px;
    }
}

@media (max-width: 467px) {
    .logo {
        padding: 6px !important;
        max-width: 248px;
        min-height:44px !important;
    }
}

.contacts {
    padding-top: 15px;
}

.k1 {
    text-align: right;
}

.k2 {
    color: #071689;
    font: 600 20px/28px "Microsoft Yahei";
    padding-right: 30px;
}

.smaill-lan {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 8px 0;
    background: #f1f1f1;
}

.smaill-lan img {
    padding: 0 5px;
}
.navbar {
    position: absolute !important;
    top: -2px;
    z-index: 999;
    right: 10px;
}

/*热门搜索*/

.search {
    padding-top: 65px;
}

#formsearch {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #c9c9c9;
    margin-top: 10px;
}

.hotSearch {
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
}

.hotSearch a {}

@media (max-width: 1199px) {
    .search {
        padding: 30px 15px 0;
    }
}

@media (max-width: 991px) {
    #formsearch {
        width: 100%;
    }
}

@media (max-width: 567px) {
    .hotSearch {
        font-size: 24px;
    }
}


/*主体样式*/

#container {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 55px;
}

.boxx {
    max-width: 1170px;
    margin: 0 auto;
font-size: 12px;
}
.boxx a{
    font-size: 12px;
}
.boxx .tit3{
    color: #fff;
    font:600 30px/50px "Microsoft yahei";
}
/* 公司简介 */

.about {
    padding: 80px 0;
    background: url(../images/about.png) no-repeat 10% 50%;
}

.about .tit {
    text-align: center;
}

.about .tit .intro {
    color: #666;
    font: 400 14px/24px "Microsoft Yahei";
    padding: 30px 200px;
}

.aboutlist {
    padding: 80px 150px 0;
}

.aboutlist li {
    background: #fafafa;
    padding: 50px 20px;
    min-height: 258px;
}

.aboutlist li h3 {
    color: #333;
    font: 600 20px/46px "Microsoft Yahei";
}

.aboutlist li p {
    color: #666;
    font: 400 14px/24px "Microsoft Yahei";
    padding: 10px 0;
    height: 102px;
}

.aboutlist li a {
    padding-top: 5px;
    display: inline-block
}

.aboutlist li.on {
    background: #2598f2;
    position: relative;
    top: -30px;
    padding: 70px 20px 65px;
}

.aboutlist li.on h3 {
    color: #fff;
}

.aboutlist li.on p {
    color: #fff;
    padding-top: 20px;
}

.aboutlist li.on a {
    color: #fff;
    padding-top: 20px;
}

@media (max-width:1600px) {
    .about {
        background: url(../images/about.png) no-repeat 2% 50%;
    }
}

@media (max-width:1200px) {
    .about {
        background: none;
        padding: 30px 0;
    }
    .aboutlist {
        padding: 30px 15px 0;
    }
}

@media (max-width: 991px) {
    .about .tit .intro {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .aboutlist li.on {
        padding: 50px 20px;
        margin-top: 30px;
    }
}


/* 产品分类 */

.pro-cate li {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
}
.pro-cate li .img{
    width:100%;
    height:100%;
}
.pro-cate li img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
}
.pro-cate li:hover img{
    -webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;
}
.pro-cate li .text {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
}

.pro-cate li .text a {}

.pro-cate li .text:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.pro-cate li .text a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.pro-cate li .text h3 {
    font: 600 30px/56px "Microsoft Yahei";
}

.pro-cate li .text p {
    font: 400 16px/26px "Microsoft Yahei";
}

@media (max-width: 767px) {
    .pro-cate li {
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-cate li .text {
        top: 0;
    }
}


/* 我们的优势 */

.advanbg {
    background: #fafafa;
    margin-top: 85px;
    padding: 30px 0;
}

.advanbg li {
    border-right: 1px dashed #e1e1e1;
}

.advanbg li.ad3 {
    border: none
}

.advanbg li img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.advanbg li:hover img {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}

.advanbg .text h3 {
    color: #202d30;
    font: 600 20px/46px "Microsoft Yahei";
}

.advanbg .text p {
    color: #606060;
    font: 400 14px/24px "Microsoft Yahei";
}

@media (max-width: 991px) {
    .advanbg li {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .advanbg {
        margin-top: 0;
    }
    .advanbg .text {
        padding: 0;
    }
    .advanbg .text h3 {
        font: 600 16px/46px "Microsoft Yahei";
    }
}

@media (max-width: 414px) {
    .advanbg li {
        padding: 0 5px;
    }
    .advanbg .text h3 {
        font: 400 12px/46px "Microsoft Yahei";
    }
}

.news_list1 li {
    margin-bottom: 28px;
}

.news_list1 .text {
    height: 280px;
    background: url(../images/xw.png) no-repeat;
    margin-top: 22px;
    padding-top: 15px;
    padding-left: 25px;
}

.news_list1 .time {
    color: #2598f2;
    font: 400 18px/30px "Microsoft Yahei";
}

.news_list1 h3 {
    color: #444;
    font: 400 20px/46px "Microsoft Yahei";
}

.news_list1 p {
    color: #999;
    font: 400 14px/30px "Microsoft Yahei";
    height: 90px;
    overflow: hidden;
}

.news_list1 span {
    display: inline-block;
    color: #2598f2;
    font: 600 14px/34px "arial";
    width: 164px;
    text-align: center;
    border: 3px solid #2598f2;
    margin-top: 20px;
}

.news_list1 li:hover span {
    color: #fcc236;
    border: 3px solid #fcc236;
}


/*案例展示*/

.casebox {
    padding-top: 65px;
    padding-bottom: 65px;
}

.casebox .tit {
    text-align: center;
}

.case {
    padding-top: 70px;
}

.bigimg img {
    max-width: 100%;
    height: auto;
}

.case_list1 li {
    margin-bottom: 30px;
    overflow: hidden;
}

.case_list1 li a {
    display: block;
    position: relative;
}
.case_list1 li .img{width:100%;height: 100%;overflow: hidden;}
.case_list1 li img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
}

.case_list1 li:hover img{
    -webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;
}
.case_list1 li h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    color: #fff;
    font: 600 18px/46px "Microsoft Yahei";
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}

.case_list1 li h3:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.case_list1 li h3 p {
    display: inline-block;
    vertical-align: middle;
}

.case_list1 li h3 img {
    vertical-align: top;
    width: auto;
}

.tit-moblie {
    text-align: center;
    line-height: 40px;
    color: #333
}

.bigimg li {
    position: relative;
    overflow: hidden;
}

.bigimg li a {
    display: block;
}

.bigimg li h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    color: #fff;
    font: 600 18px/46px "Microsoft Yahei";
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}

.bigimg li h3:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.bigimg li h3 p {
    display: inline-block;
    vertical-align: middle;
}

.bigimg li h3 img {
    vertical-align: top;
    width: auto;
}

.adsbg {
    height: 556px;
    background: url(../images/adsbg.jpg) no-repeat 50% 0;
    background-size: cover;
    background-attachment: fixed;
}

.adsbg .en {
    color: #fff;
    font: 600 45px/80px "arial";
    padding-top: 165px;
}

.adsbg .more {
    padding-top: 60px;
}

.adsbg .more a {
    display: inline-block;
    color: #fff;
    width: 211px;
    font: 400 16px/51px "Microsoft Yahei";
    text-align: center;
    border: 1px solid #fcc236;
}

@media (max-width: 1169px) {
    .adsbg {
        height: 400px;
    }
    .adsbg .en {
        padding-top: 80px;
    }
    .adsbg .boxx {
        padding: 0 15px;
    }
    .adsbg img {
        max-width: 100%;
        height: auto;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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

.gotop {
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}


/*友情链接*/

.f_link {
    margin-top: 8px;
    line-height: 46px;
    color: #000;
    font-size: 12px;
    text-align: left;
    position: relative;
    font-weight: 600;
}

.f_link a {
    font-weight: 400;
}

@media (max-width: 1199px) {
    .f_link {
        padding: 0 15px;
    }
}

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_bannerbj img,
.n_banners img,
.con_banner img {
    max-width: 100%;
    height: auto;
}

.con_banner {
    display: none;
}

@media (max-width: 767px) {
    .cons {
        display: block;
    }
    .n_banner {
        width: 100%;
        position: static;
        margin: 0;
    }
}

.casebox {
    background: url(../images/tit4.png) no-repeat 90% 50%;
}

@media (max-width:1600px) {
    .casebox {
        background: url(../images/tit4.png) no-repeat 98% 50%;
    }
}

@media (max-width:1400px) {
    .casebox {
        background: none;
    }
}

@media (max-width: 767px) {
    .casebox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .case {
        padding-top: 30px;
    }
    .news_list1 li img {
        max-width: 100%;
        height: auto;
    }
    .news_list1 .text {
        background: #f7f7f7;
    }
}


/*页面底部*/

#footer {
    background: #202d30;
    color: #fff;
    font: 400 12px/28px "Microsoft Yahei";
    margin-top: 50px;
}

#footer a {
    color: #fff;
}

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

.foot-nav {
    background: url(../images/line6.png) no-repeat 100% 50%;
}

#footer .server {
    color: #fff;
    font: 600 18px/30px "Microsoft Yahei";
    text-align: left;
    position: relative;
    top: -20px;
}

#footer .server p {
    font: 600 25px/36px "Microsoft Yahei";
}

#footer .server {
    padding-right: 82px;
    background: url(../images/side1.png) no-repeat 100% 0;
}

.server .side {
    background: #2598f2;
    padding: 40px 0 30px;
    position: relative;
    z-index: 5;
}

.foot-up {
    position: relative;
}

.foot-up .leftbg {
    position: absolute;
    top: -20px;
    width: 50%;
    right: 50%;
    margin-right: 400px;
    height: 100%;
    background: #2598f2;
    z-index: 1;
}

@media (min-width: 992px) {
    #footer .footcon {
        padding-left: 30px;
    }
}

.f-tit {
    color: #fff;
    font: 600 20px/46px "Microsoft Yahei";
    padding-toP: 23px;
}

.shares .bdshare-button-style0-16 a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin-right: 12px;
}

.shares .bdshare-button-style0-16 a.bds_sqq {
    background: url(../images/s1.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_weixin {
    background: url(../images/s2.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_tsina {
    background: url(../images/s3.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_tqq {
    background: url(../images/s4.jpg) no-repeat 0 50%;
}

.shares .bdshare-button-style0-16 a.bds_qzone {
    background: url(../images/s5.jpg) no-repeat 0 50%;
}

.copyright {}

.footcon .content {
    line-height: 34px;
}

.footcon .content img {
    padding-right: 10px;
}

.footbox {
    padding: 40px 0;
}

.footintro {
    padding-top: 15px;
}

.foot-bottom {
    background: #0e1618;
    color: #fff;
    font: 400 14px/47px "Microsoft Yahei";
}

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

.copyr {
    text-align: right;
}

@media (max-width: 767px) {
    .footbox {
        padding: 40px 0;
    }
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 60px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #2598f2;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-bottom: 3px solid #fcc236;
}

.left .box .content {
    padding: 5px 15px;
    background: #f0f0f0;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.topbanner {
    width: 100%;
    height: 807px;

}

.left {}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    padding: 20px;
    line-height: 30px;
    color: #000;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.pages {
    padding-top: 20px;
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #2598f2;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}

.bottom_tel {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 62px;
    background: url(../images/top_bg.jpg) repeat-x left top;
}

.span-line {
    border-left: #ccc 1px solid;
}

.bottom_tel a {
    display: block;
    height: 62px;
}

.bottom_tel a.tel {
    background: url(../images/tel.png) no-repeat 50% 50%;
}

.bottom_tel a.mail {
    background: url(../images/mail.png) no-repeat 50% 50%;
}

.bottom_tel a.tel:hover {
    background: url(../images/tel2.png) no-repeat 50% 50%;
}

.bottom_tel a.mail:hover {
    background: url(../images/mail2.png) no-repeat 50% 50%;
}

@font-face {
    font-family: 'iconfont';
    /* project id 455609 */
    src: url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.eot');
    src: url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.woff') format('woff'), url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.ttf') format('truetype'), url('//at.alicdn.com/t/font_455609_gt0xju823n8z1tt9.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
}

.key_tag {
    text-decoration: underline;
}
