/*****************************************************

 **                首页 header 部分

******************************************************/

    .header {

        position  : absolute;

        top       : 0;

        left      : 0;

        width     : 100%;

        height    : 96px;

        min-width : 1200px;

        background-color: #dfdfdf;

        z-index   : 10;

    }



    .header .heading {

        margin: 0 auto;

        width : 1200px;

        height: 100%;

    }



/******************* logo部分 *********************/

    .header .heading .logo {

        padding: 18px 0;

        height: 60px;

        float  : left;

    }



    .logo a {

        display   : inline-block;

        width     : 460px;

        height    : 60px;

        background: url(../images/img/logo.png) no-repeat left center;

    }



/******************* nav部分 **********************/

    .header .heading .nav {

        float : right;

        width : 720px;

        height: 100%;

    }



/************ nav部分 中英文网站切换 **************/

    .nav > .english {

        padding   : 18px 0;

        float     : right;

        width     : 80px;

        height    : 60px;

    }



    .nav > .english > a {

        display    : block;

        padding    : 5px 0;

        color      : #f8f8f8;

        font-size  : 14px;

        line-height: 1.5;

        text-align : center;

    }



    .nav > .english > a:hover { color: #ff7216; }



/*************** nav部分 菜单部分 ****************/

    .nav > ul {

        float: right;

    }



    .nav > ul > li {

        float     : left;

        text-align: center;

        position  : relative;

    }



    .nav > ul > li > a {

        padding    : 18px 20px;

        display    : block;

        color      : #464646;

        font-size  : 15px;

        line-height: 60px;

        position   : relative;

        -webkit-transition : 0.25s linear;

                transition : 0.25s linear;

    }



    .nav > ul > li > a i.underline {

        position        : absolute;

        bottom          : 0;

        left            : 0;

        right           : 0;

        margin          : auto;

        width           : 0;

        height          : 2px;

        border-radius   : 1px;

        background-color: #ff7216;

        -webkit-transition: 0.25s linear;

                transition: 0.25s linear;

    }



    .nav > ul > li.active > a { color: #ff7216; }

    .nav > ul > li.active > a i.underline { width: 70%; }



    .nav > ul > li > ul {
        margin-left     : -80%;

        display         : none;

        position        : absolute;

        top             : 100%;

        left            : 50%;

        width           : 160%;

        background-color: rgba(96, 96, 96, 0.6);

        z-index         : 2;

    }



    .nav > ul > li > ul > li {

        padding: 5px 10px;


    }



    .nav > ul > li > ul > li a {

        display      : block;

        padding      : 10px 0;

        width        : 100%;

        color        : #f8f8f8;

        font-size    : 12px;

        line-height  : 1.5;

        border-bottom: 1px solid #a8a8a8;

    }



    .nav > ul > li > a:hover { color: #ff7216; }

    .nav > ul > li > ul > li a:hover { color: #ff7216; }





/*****************************************************

 **                首页banner部分

******************************************************/

.banner {

    width    : 100%;

    height   : 710px;

    position : relative;

    overflow : hidden;

}

.banner .banner-wrapper {

    margin-left: -960px;

    position   : absolute;

    top        : 0;

    left       : 50%;

    width      : 1920px;

    height     : 100%;

}

.banner .banner-wrapper > ul {

    width   : 100%;

    height  : 100%;

    position: relative;

}

.banner ul > li {

    display : none;

    position: absolute;

    top     : 0;

    left    : 0;

    width   : 100%;

    height  : 100%;

}

.banner ul > li:first-child { display: block; }

.banner ul > li > a {

    display    : block;

    line-height: 0;

}

.banner ul > li > a > img { width: 100%; }

.banner .marks {

    position  : absolute;

    left      : 0;

    right     : 0;

    bottom    : 10px;

    margin    : auto;

    width     : 300px;

    height    : 15px;

    text-align: center;

    z-index   : 4;

}

.banner .marks a {

    margin          : 0 5px;

    display         : inline-block;

    width           : 40px;

    height          : 6px;

    cursor          : pointer;

    background-color: #fff;


}

.banner .marks a.on { background-color: #ff7216; }

.banner .banner-wrapper > a {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 40px;
    height: 80px;
    z-index: 10;
}

.banner .banner-wrapper .prev {
    left: 20%;
    background: rgba(255, 255, 255, 0.5) url(../images/prev.png) no-repeat center center;
}

.banner .banner-wrapper .next {
    right: 20%;
    background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center center;
}



/*****************************************************

 **                首页 主体部分

******************************************************/

    .main {

        width: 100%;

        height   : auto;

        font-size: inherit;

        min-width: 1200px;

        background-color: #e6e6e6;

    }



/***************** about us 部分 ****************/

    .about {

        margin     : 0 auto;

        padding-top: 50px;

        width      : 1200px;

        overflow   : hidden;

    }



    .about .about-content { width: 100%; }



    .about .about-content .content {

        margin: 20px;

        float : left;

        width : 360px;

    }



    .about .about-content .content > a {

        display : block;

        margin  : 0 auto;

        width   : 320px;						height:300px;

        overflow: hidden;

        position: relative;

        -webkit-transition: 0.25s linear;

                transition: 0.25s linear;

    }

    .content > a > img { width: 100%; }



    .content > a:hover img {

        -webkit-transform: scale(1.15);

                transform: scale(1.15);

        -webkit-transform-origin: 50% 50%;

                transform-origin: 50% 50%;

    }



    .content > a strong {

        position: absolute;

        bottom: 0;

        left: 0;

        width: 100%;

        height: 15%;

        color: #f8f8f8;

        font-size: 18px;

        font-weight: 400;

        text-align: center;

        line-height: 45px;

        letter-spacing: 3px;

        background: #000;

        opacity: 0.7;

        filter: alpha(opacity:70);

        -webkit-transition: 0.25s linear;

                transition: 0.25s linear;

    }



    .content > a:hover strong {

        height: 100%;

        font-size: 28px;

        line-height: 260px;

    }



/***************** 产品介绍 部分 ***************/

    .product {

        margin-top: 50px;

        width: 100%;

        height: auto;

        /*background: url(../images/img/bg01.jpg) no-repeat left top;*/				background-color:#656565;

        background-size: cover;

    }



    .product .wrapper {

        margin: 0 auto;

        padding: 40px 0;

        width: 1200px;

    }



    .product .wrapper .subtitle { margin-bottom: 20px; }

    .product .wrapper .subtitle h2  { color: #e6e6e6; }

    .product .wrapper .subtitle p   { color: #cfcfcf; }

    .product .wrapper .subtitle p i { border-color: #cfcfcf; }



    .product .wrapper > p {

        margin: 0 10px;

        text-align: right;

    }



    .product .wrapper > p a {

        color: #f8f8f8;

        font-size: 18px;

    }



    .container {

        margin: 0 auto;

        width: 1100px;

        height: 360px;

        position: relative;

    }



    .container > a {

        position: absolute;

        top: 0;

        bottom: 0;

        margin: auto;

        width: 48px;

        height: 48px;

        background: #333;

        z-index: 10;

    }



    .container > a.next {

        right: -50px;

        background: url(../images/img/prev.png) no-repeat center center;

        background-size: 100%;

    }



    .container > a.prev {

        left: -50px;

        background: url(../images/img/next1.png) no-repeat center center;

        background-size: 100%;

    }



    .container .pd-wrapper {

        width: 1100px;

        height: 100%;

        position: relative;

        overflow: hidden;

    }



    .container .pd-wrapper .product-item {

        position: absolute;

        top: 0;

        left: 0;

        width: 40000px;

        height: 360px;

    }



    .product-item li {

        margin: 30px 20px;

        margin-left: 2000px;

        float: left;

        width: 235px;

    }



    .product-item li a {

        display: inline-block;

        width: 100%

        line-height: 0;

        position: relative;

        overflow: hidden;

        -webkit-transition: 0.45s linear;

                transition: 0.45s linear;

    }



    .product-item li a:hover {

        -webkit-transform: scale(1.15);

                transform: scale(1.15);

        -webkit-transform-origin: 50% 50%;

                transform-origin: 50% 50%;

        -webkit-box-shadow: 0 0 10px #fff;

                box-shadow: 0 0 10px #fff;

    }



    .product-item li a img { width: 100%; }



    .product-item li a .product-info {

        position: absolute;

        top: 0;

        right: 100%;

        width: 100%;

        height: 100%;

        text-align: center;

        background: #000;

        opacity: 0.5;

        filter: alpha(opacity:50);

        transition: 0.45s linear;

    }



    .product-item li a .product-info strong {

        display: inline-block;

        padding: 15px;

        padding-top: 45%;

        color: #e6e6e6;

        font-size: 18px;

        text-indent: 2em;

    }



    .product-item li a:hover .product-info {

        right: 0;

    }



    .product-item li p {

        padding-top: 10px;

        color: #e6e6e6;

        font-size: 14px;

        text-align: center;

        line-height: 2em;

    }



/***************** 联系方式 部分 ***************/

    .video {

        margin: 50px auto;

        width: 1200px;

        position: relative;

    }



    .video .subtitle {

        margin-bottom: 20px;

    }



    .video p.video-center {

        padding: 0 20px 20px 20px;

        text-align: right;

        font-size: 18px;

    }



    .video p.video-center a {

        color: #666;

    }



    .video .video-con {

        margin: 0px auto;

        width: 1200px;

        position: relative;

        line-height: 0;

        overflow: hidden;

    }



    .video .video-con video {

        transition: 0.45s linear;

    }



    /*.video .video-con:hover video {

        transform: scale(1.2);

        transform-origin: 50% 50%;

    }*/



    .video .video-con .cover {

        position: absolute;

        top: 0; left: 0; bottom: 0; right: 0;

        margin: auto;

        width: 300px;

        height: 140px;

    }



    .video .video-con .cover a {

        margin-top: 30px;

        display: block;

        width: 100%;

        height: 60px;

        background: url(../images/img/ico_12.png) no-repeat center center;

        background-size: auto 100%;

    }



    .video .video-con .cover p {

        width: 100%;

        color: #f8f8f8;

        font-size: 20px;

        font-weight: 600;

        line-height: 2.5em;

        text-align: center;

    }



/***************** 新闻资讯 部分 ***************/

    .news {

        margin: 0 auto;

        padding-bottom: 50px;

        width: 1200px;

        overflow: hidden;

        position: relative;

    }



    .news .news-title {

        float: left;

        width: 170px;

        height: 100%;

    }



    .news .news-title h2 {

        margin-left: 20px;

        padding-top: 35px;

        color: #212121;

        font-size: 24px;

        font-weight: 400;

        text-align: left;

        line-height: 40px;

        letter-spacing: 3px;

    }



    .news .news-title > p {

        margin-left: 20px;

        font-size: 14px;

        letter-spacing: 1px;

    }



    .news .news-list {

        padding-top: 20px;

        margin-left: 170px;

        width: 960px;

        height: 100%;

        overflow: hidden;

    }



    .news .news-list .item {

        margin-left: 50px;

        float: left;

        width: 245px;

    }



    .news .news-list .item h4 {

        height: 40px;

        color: #333;

        font-size: 14px;

        font-weight: 600;

        text-align: center;

        line-height: 20px;

    }



    .news .news-list .item p {

        padding-top: 10px;

        color: #666;

        font-size: 14px;

        line-height: 1.8;

        text-indent: 2em;

    }



    .news .more {

        position: absolute;

        top: 30%;

        right: 30px;

        width: 48px;

        height: 48px;

        background: url(../images/img/more.png) no-repeat 0 center;

    }



    .news .more:hover {

        background-position: -52px center;

    }



/***************** 联系方式 部分 ***************/

    .contact {

        padding: 30px 0 50px;

        min-width: 1200px;

        background: url(../images/img/bg02.jpg) no-repeat left top;

        background-size: cover;

    }



    .contact .wrapper {

        margin: 0 auto;

        width: 1200px;

    }



    .contact .wrapper .subtitle h2  { color: #e6e6e6; }

    .contact .wrapper .subtitle p   { color: #cfcfcf; }

    .contact .wrapper .subtitle p i { border-color: #cfcfcf; }



    .contact .way-list {

        float: left;

        width: 320px;

        height: 400px;

        background: #fff;

        border-radius: 10px;

        overflow: hidden;

    }



    .contact .way-list p {

        text-align: center;

        padding-top: 30px;

    }



    .contact .way-list dl {

        padding: 0 30px;

        overflow: hidden;

    }



    .contact .way-list ul {

        padding: 0 30px;

        overflow: hidden;
		
		line-height:16px;

    }



    .contact .way-list dl dt {

        float: left;

        width: 60px;

    }

    .contact .way-list ul li:first-child {

        float: left;

        width: 60px;

    }



    .contact .map {

        float: right;

        width: 800px;

        height: 400px;

        text-align: center;

        overflow: hidden;

    }



    .contact .map img {

        height: 100%;

    }



/*****************************************************

 **                首页 footer部分

******************************************************/

    .footer {

        min-width: 1200px;

    }



    .footer .bottom-nav {

        margin: 0 auto;

        padding-top: 10px;

        min-width: 1200px;

        background-color: #666;

    }



    .footer .bottom-nav > ul {

        margin: 0 auto;

        padding-bottom: 15px;

        width: 1200px;

        height: 40px;

        text-align: center;

    }



    .footer .bottom-nav > ul > li {

        display: inline-block;

        width: 160px;

        height: 100%;

        vertical-align: top;

        border-right: 1px solid #818181;

    }



    .footer .bottom-nav > ul > li > a {

        display: block;

        padding: 5px 10px;

        margin-bottom: 10px;

        color: #e1e1e1;

        font-size: 16px;

        letter-spacing: 2px;

    }



    .footer .bottom-nav > ul > li > ul {

        width: 100%;

        font-size: 14px;

        line-height: 1.8em;

    }



    .footer .bottom-nav > ul > li > ul li a {

        color: #a1a1a1;

    }



    .footer .copyright {

        padding: 15px 0;

        text-align: center;

        line-height: 2em;

        background-color: #464646;

    }



    .footer .copyright p { color: #bfbfbf; }



    .footer .copyright p  span { padding-left: 20px; }



    .footer .copyright p  span a { color: #bfbfbf; }



    .footer .copyright p  span a:hover,

    .footer .bottom-nav > ul > li > a:hover,

    .footer .bottom-nav > ul > li > ul li a:hover {

        color: #ffa66c;

    }



/*****************************************************

 **                内页  部分

******************************************************/

/**************** inner-banner  部分 *******************/

    .banner-sanfang { background-image: url(../images/banner/banner_sanfang.jpg); }

    .banner-honor { background-image: url(../images/banner/banner_honor.jpg); }

    .banner-service { background-image: url(../images/banner/banner-service.jpg); }

    .banner-news { background-image: url(../images/banner/banner_news.jpg); }

    .banner-case { background-image: url(../images/banner/banner_case.jpg); }

    .banner-product { background-image: url(../images/banner/banner_product.jpg); }



    .inner-banner {

        margin-bottom: 10px;

        width: 100%;

        min-width: 1200px;

        height: 500px;

        background-repeat: no-repeat;

        background-position: center;

        background-size: auto 100%;

    }



/**************** inner-main  部分 *******************/

    .inner-main {

        margin-bottom: 40px;

        min-width: 1200px;

    }



/**************** inner-main  subnav部分 *******************/

    .inner-main .subnav {

        margin: 0 auto;

        padding-bottom: 30px;

        width: 360px;

    }



    .subnav a {

        float: left;

        width: 180px;

        height: 40px;

        color: #f8f8f8;

        font-size: 16px;

        text-align: center;

        line-height: 40px;

        letter-spacing: 2px;

        background-color: #888;

        position: relative;

    }



    .subnav a.cur { background: #172e7d; }

    .subnav a:hover { background-color: #666; }

    .subnav a.cur::after,

    .subnav a:hover::after {

        content: "";

        position: absolute;

        bottom: 0; left: 0; right: 0; margin: auto;

        width: 0;

        height: 0;

        border: 6px solid transparent;

        border-color: transparent transparent #fff;

    }



/**************** inner-main  article部分 *******************/

    .inner-main .article {

        margin: 0 auto;

        width: 1200px;

        position: relative;

    }



/**************** inner-main  about部分 ***************/

    .inner-main .article .about-txt {

        margin: 20px auto;

        width: 1000px;

        font-size: 14px;

        line-height: 1.8em;

    }





    .about-txt  p {

        padding-bottom: 10px;

        font-size: 16px;

        text-indent: 2em;

        line-height: 1.8;

        text-align: justify;

    }



    .about-img {

        margin: 0 auto;

        padding-bottom: 30px;

        width: 1000px;

        text-align: center;

    }



    .about-img img { height: 100%; }



/**************** inner-main  certificate部分 ***************/

    .inner-main .article .slide {

        width: 100%;

        position: relative

    }



    .slide .slide-wrapper {

        margin: 0 auto;

        width: 700px;

        height: 620px;

        overflow: hidden;

        position: relative;

    }



    .slide .slide-wrapper ul.slide-display {

        position: absolute;

        top: 0;

        left: 0;

        width: 2000px;

        height: 100%;

    }



    .slide .slide-wrapper ul.slide-display li {

        position: absolute;

        top: 0;

        bottom: 0;

        left: 800px;

        margin: auto;

        width: 400px;

        height: 263px;

        line-height: 0;

        overflow: hidden;
    }



    .slide .slide-wrapper ul.slide-display li.left {

        left: 0;

        width: 300px;

        height: 197px;

        z-index: 2;

    }

    .slide .slide-wrapper ul.slide-display li.middle {

        left: 150px;

        z-index: 3;

    }

    .slide .slide-wrapper ul.slide-display li.right {

        width: 300px;

        height: 197px;

        left: 400px;

        z-index: 2;

    }



    .slide .slide-wrapper ul.slide-display li img { width: 100%; }



    .slide a {

        position: absolute;

        top: 0;

        bottom: 0;

        margin: auto;

        width: 40px;

        height: 40px;

    }



    .slide a.slide-prev { left: 150px; }

    .slide a.slide-next { right: 150px; }



    .slide a i {

        margin: 0 4px;

        padding: 0 16px 19px;

        width: 0;

        height: 0;

        overflow: hidden;

        background: url(../images/img/prev_next.png) no-repeat;

    }



    .slide a.slide-prev i { background-position: -44px center; }

    .slide a.slide-next i { background-position: -84px center; }

    .slide a.slide-prev:hover i { background-position: -4px center; }

    .slide a.slide-next:hover i { background-position: -124px center; }



    .slide p {

        color: #666;

        font-size: 14px;

        text-align: center;

    }





/**************** inner-main  vedio部分 ******/

    #vedioItem .slide-wrapper {

        width: 1127px;

        height: 336px;

    }



    #vedioItem .slide-wrapper ul.slide-display li {

        left: 1127px;

        width: 745px;

        height: 316px;

    }



    #vedioItem .slide-wrapper ul.slide-display li.left {

        left: 0;

        width: 571px;

        height: 242px;

    }

    #vedioItem .slide-wrapper ul.slide-display li.middle {

        left: 191px;

    }

    #vedioItem .slide-wrapper ul.slide-display li.right {

        width: 571px;

        height: 242px;

        left: 556px;

    }



    #vedioItem a.slide-prev { left: 0; }

    #vedioItem a.slide-next { right: 0; }



    .vedio-category {

        padding-top: 50px;

        width: 100%;

        line-height: 48px;

        text-align: center;

    }



    .vedio-category > ul {

        margin-bottom: 20px;

        width: 100%;

        border-bottom: 1px solid #c6c6c6;

    }



    .vedio-category > ul > li {

        display: inline-block;

        width: 240px;

        font-size: 16px;

    }



    .vedio-category > ul > li > a { color: #666; }

    .vedio-category > ul > li.vedio-on > a { color: #172e7d; }

    .vedio-category > ul > li > a:hover { color: #172e7d; }



    .vedio-category .vedio-item {

        width: 100%;

        height: 400px;

        position: relative;

        overflow: hidden;

    }



    .vedio-category .vedio-item ul {

        position: absolute;

        top: 0;

        left: 0;

        width: 1250px;

        text-align: left;

    }



    .vedio-category .vedio-item ul li {

        display: inline-block;

        margin: 20px 41px 20px 0;

        width: 370px;

    }



    .vedio-category .vedio-item ul li a {

        display: block;

        width: 100%;

        line-height: 0;

    }



    .vedio-category .vedio-item ul li a img {

        width: 100%;

    }







/**************** inner-main  after-sales service部分 ******/

.service {

    margin: 0 auto;

    padding: 30px 20px;

    width: 960px;

}



.service .form-title {

    margin:0 auto 30px;

    padding: 10px 0;

    width: 500px;

    color: #666;

    font-size: 14px;

    text-align: center;

    line-height: 1.6;

    border-bottom: 1px solid #cfcfcf;

}



.service .form-title h3 {

    margin-bottom: 10px;

    color: #333;

    font-size: 18px;

    line-height: 1.2;

}



.service .form-title h3 small { color: #666; }

.service .form-title p { color: #666; }



.service form {

    color: #666;

    font-size: 14px;

    text-align: center;

}



.service form .form-list {

    margin-bottom: 20px;

    color: #333;

}



.service form .form-list input[type="text"] {

    width: 412px;

    height: 28px;

    text-indent: 1em;

    border-width:

}



.service form .form-list label { vertical-align: top; }



.service form .form-list textarea {

    width: 412px;

    height: 80px;

    resize: none;

    text-indent: 1em;

}



.service form .form-list input[type="text"]:focus {

    padding: 2px 1px;

    border: 1px solid #ff7216;

    outline-width: none;

    box-shadow: 0 0 5px #ff7216;

}



.service form .form-list textarea:focus {

    border: 1px solid #ff7216;

    outline-width: none;

    box-shadow: 0 0 5px #ff7216;

}



.service form .form-list input[type="button"] {

    width: 100px;

    height: 28px;

}



/**************** inner-main  after-sales service部分 ******/

    .inner-main .pd-subnav {

        margin: 0 auto;

        width: 900px;

    }



    .inner-main .pd-display { width: 100%; }



    .pd-display .pd-list { width: 100%; }

    .pd-display .pd-list ul { width: 100%; }





    .pd-display .pd-list ul li {

        display: inline-block;

        margin: 18px 16px;

        width: 203px;

    }



    .pd-display .pd-list ul li > a {

        display: block;

        width: 100%;
		
		height:234px;

        position: relative;

    }



    .pd-display .pd-list ul li > a strong {

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        margin: auto;

        width: 80%;

        height: 0;

        color: #f8f8f8;

        text-align: center;

        background-color: rgba(23, 46, 125, 0.5);

        overflow: hidden;

        -webkit-transition: 0.5s linear;

                transition: 0.5s linear;

    }



    .pd-display .pd-list ul li > a:hover strong {

        padding: 45% 10%;

        width: 80%;

        height: 22.746%;

    }



    .pd-display .pd-list ul li a img {

        width: 100%;

    }



    .pd-display .pd-list ul li p {

        width: 100%;

        height: 42px;

        line-height: 3;

        text-align: center;

        overflow: hidden;

    }



    .pd-display .pd-list ul li p a {

        color: #666;

}

    .pd-display .pd-list ul li p a:hover { color: #ff7216;}



    .article .page {

        margin: 15px 0;

        width: 100%;

        text-align: center;

    }



    .article .page a {

        display: inline-block;

        width: 28px;

        height: 28px;

        line-height: 28px;

        color: #666;

        border: 1px solid #666;

    }



    .article .page a.page-next,

    .article .page a.page-prev { width: 80px; }



    .article .page a.on,

    .article .page a[href]:hover {

        color: #fff;

        background-color: #172e7d;

        border: 1px solid #172e7d;

    }



/**************** inner-main  after-sales service部分 ******/

    #mainNews .subnav {

        width: 360px;

    }



    .news-list {

        width: 100%;

    }



    .news-list ul {

        width: 100%;

    }



    .news-list ul li {

        padding: 15px 0;

        overflow: hidden;

        border-bottom: 1px solid #ababab;

    }



    .news-list ul li > a {

        float: left;

        width: 140px;

    }



    .news-list ul li > a > img {

        width: 100%;

    }



    .news-list ul li .news-con {

        margin-left: 20px;

        float: left;

        width: 1020px;

    }



    .news-con h4 {

        padding-top: 5px;

        font-size: 18px;

        line-height: 2;

    }



    .news-con h4 a {

        color: #464646;

    }



    .news-con h4 small {

        float: right;

        font-size: 14px;

        font-weight: 400;

    }



    .news-con > p {

        font-size: 14px;

        line-height: 2;

        text-indent: 2em;

        text-align: justify;

    }



    .news-con > p.news-more {

        line-height: 1.8;

        text-align: right;

    }



    .news-con > p.news-more a {

        color: #666;

    }



/**************** inner-main   case部分 ******/

    #mainCase .subnav { width: 540px; }



    .our {

        width: 100%;

        overflow: hidden;

    }



    .our > ul { width: 1248px; }



    .our > ul > li {

        float: left;

        margin: 0 48px 15px 0;

        text-align: center;

    }



    .our > ul > li a {

        display: inline-block;

        color: #666;

        font-size: 14px;

        line-height: 3;

        position: relative;

    }



    .our > ul > li a i.look {

        position: absolute;

        bottom: 0;

        left: 0;

        width: 100%;

        height: 100%;

        background: rgba(96,96,96,0);

        -webkit-transition: 0.25s linear;

                transition: 0.25s linear;

    }



    .our > ul > li a img { width: 100%; }



    .our > ul > li a:hover { color: #ff7216; }



    .our > ul > li a:hover i.look {

        background: rgba(96,96,96,0.6) url(../images/img/look.png) no-repeat center center;

    }



/**************** inner-main   clients部分 ******/

    .clients {

        margin-bottom: 30px;

        width: 100%;

        overflow: hidden;

    }



    .clients > ul { width: 100%; overflow: hidden;}



    .clients > ul > li {

        float: left;

        width: 298px;

        border: 1px solid #cfcfcf;

        border-width: 0 1px 1px 0;

    }



    .clients > ul > li.col-4 { border-right-width: 0; }

    .clients > ul > li.row-4 { border-bottom-width: 0; }



    .clients > ul > li:nth-of-type(4),.clients > ul > li:nth-of-type(8),.clients > ul > li:nth-of-type(12),.clients > ul > li:nth-of-type(16){ border-right-width: 0; }

    .clients > ul > li:nth-of-type(13),.clients > ul > li:nth-of-type(14),.clients > ul > li:nth-of-type(15),.clients > ul > li:nth-of-type(16) { border-bottom-width: 0; }





    .clients > ul > li img { width: 100%; }



/**************** inner-main   contact部分 ******/

#contact .subnav { width: 360px; }



.hq-contact {

    width: 100%;

    overflow: hidden;

}



.hq-contact ul {

    width: 1230px;

    overflow: hidden;

}



.hq-contact ul li {

    margin: 0 30px;

    padding: 30px 15px 20px;

    float: left;

    width: 210px;

    height: 130px;

    background-color: #cfcfcf;

}



.hq-contact ul li h4 {

    padding-top: 20px;

    font-size: 16px;

    text-align: center;

    line-height: 2;

}



.hq-contact ul li p {

    height: 40px;

    font-size: 14px;

    text-align: center;

    line-height: 1.5;

}



.contact-other {

    margin: 0 auto;

    width: 1200px;

    text-align: center;

}



.contact-other dl {

    margin: 20px 30px;

    display: inline-block;

    width: 450px;

    text-align: left;

}

.contact-other ul {

    margin: 20px 30px;

    display: inline-block;

    width: 450px;

    text-align: left;

}



/*单页面 证书详情页*/

.article > h2 {

    margin: 30px auto 0;

    width: 960px;

    margin-bottom: 10px;

    color: #333;

    font-size: 20px;

    text-align: center;

}



.article > ul {

    margin: 0 auto 20px;

    padding: 6px 0;

    width: 960px;

    color: #666;

    font-size: 14px;

    text-align: right;

    line-height: 2;

    border-bottom: 1px solid #cfcfcf;

}



.article > ul > li {

    display: inline-block;

    margin-left: 50px;

}



.article > .img {

    margin: 30px 0;

    text-align: center;

}



.article > .img > .img-title {

    padding-top: 10px;

    display: inline-block;

    color: #333;

    font-size: 14px;

}



.article > p {

    margin: 10px auto;

    width: 960px;

    color: #666;

    font-size: 14px;

    text-align: left;

    text-indent: 2em;

    line-height: 2;

}



.article > .back  {

    margin: 0 auto;

    width: 960px;

    font-size: 16px;

    color: #666;

    line-height: 2;

    border-top: 1px solid #cfcfcf;

}

.article > .back.bottom {

    margin-top: 20px;

    text-align: right;

}



.article > .back a {

    display: inline-block;

    margin-top: 10px;

    padding: 5px 10px;

    color: #666;

    background-color: #cfcfcf;

}



.article > .back a:hover {

    color: #cfcfcf;

    background-color: #172e7d;

}

.fixed-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}

.fixed-container {
    margin: -300px 0 0 -400px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
}

.fixed-container img {
    max-width: 100%;
    max-height: 100%;
}

.fixed-close {
    position: absolute;
    right: -48px;
    top: -48px;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    background: transparent url(../images/img/close.png) no-repeat center center;
    background-size: 80% 80%;
    border-radius: 50%;
}


.subbox{width:238px; float:left; background:#1461a6; margin:20px 0 30px 0;}
.subbox .subnav{font-size:18px; color:#fff;font-weight:bold; text-align:center; text-align:center;margin-top:30px;}
.menu_list{width:238px;}
.menu_head{
	height: 47px;
	line-height: 47px;
	padding-left: 20px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #F1F1F1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
}
.menu_head a{color: #525252;}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;color:#1461a6!important; }
.menu_body{
	line-height: 38px; display:none;
	border-left: 1px solid #e1e1e1;
backguound: #fff;border-right: 1px solid #e1e1e1;
}
.menu_body a{display:block;height:100%;line-height:38px;padding-left:30px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1; background:#FFF url(/static/images/dian.png) no-repeat left;}
.menu_body a:hover{text-decoration:none; color:#ff7216;}
.dang{ color:#ff7216!important; font-weight:bold;}
.menu_head.dang{color:#ff7216!important; font-weight:bold;}

.plstbox{float:right;width:942px; }