﻿* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li { font-style: normal;
    list-style-type: none;
}
h3,i,span,p,em

{ font-style: normal;
	font-style: none;}


img {
    max-width: 100%;
}

.relative {
    position: relative;
}

#dituContent img {
    max-width: none;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


#slides, #slides2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides .bd li img {
        width: 100%;
        display: block;
    }

    #slides2 li img {
        width: 100%;
        display: block;
    }



    #slides .hd {
        position: absolute;
        width: 100%;
        z-index: 101;
        bottom: 10px;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 5px;
            font-size: 0;
            vertical-align: top;
            width: 40px;
            height: 4px;
            cursor: pointer;
            overflow: hidden;
            background: #fff;
           
            position: relative;
        }

            #slides .hd li.on {
                background: #214e91;
            }



.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #3d3d3d;
}

.container {
    margin: auto;
    width: 1200px;
}

.block {
    overflow: hidden;
    clear: both;
}

#backTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}
h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

h4.related span {
    display: inline-block;
    border-bottom: 2px solid #666;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color:inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    color:inherit;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*头部*/

.top {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #f4f4f4;
    color: #000;
}
.top a{
        color: #000;
}
    .top h1 {
        font-size: 14px;
        font-weight: normal;
    }

.nav {
    background: #214e91;
    color: #fff;
    height: 55px;
}



        .nav > ul:before {
            content: "";
            position: absolute;
            top: -7px;
            left: 0;
            border-bottom: 7px solid #000;
            border-left: 7px solid #0e7e94;
        }

        .nav > ul:after {
            content: "";
            position: absolute;
            top: -7px;
            right: 0;
            border-bottom: 7px solid #000;
            border-right: 7px solid #0e7e94;
        }

    .nav li {
        display: inline-block;
        position: relative;
    }

        .nav li a {
            padding: 0 55px;
            line-height: 55px;
        }

        .nav li ul {
            background: #242424;
            position: absolute;
            z-index: 99999;
            width: 100%;
            display: none;
        }

            .nav li ul li {
                display: block;
                text-align: center;
            }

                .nav li ul li a {
                    padding: 0;
                    line-height: 34px;
                    border: none;
                }

        .nav li:hover ul {
            display: block;
        }

        .nav li:hover, .nav li.cur {
            background: #e85b29;
        }

.hnav {
    background: #fff;
    margin: 40px 8px;
    width: 248px;
    padding: 0px 0 10px;
    position: relative;
}

.hnavbg {
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    z-index: -1;
    clip-path: polygon(100% 0,100% 100%,0 100%,0 16px);
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%,0 16px);
}

.hnav h2 {
    background: #ff4f16;
    color: #fff;
    width: 248px;
    position: relative;
    left: -8px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    clip-path: polygon(100% 0,100% 100%,0 100%,0 16px);
    -webkit-clip-path: polygon(100% 16px,100% 100%,0 100%,0 0);
    border-bottom: 12px solid #e9e9e9;
    border-right: 6px solid #e6430e;
}

    .hnav h2:before {
        content: "";
        border-right: 8px solid #a12902;
        border-bottom: 12px solid white;
        position: absolute;
        left: 0;
        bottom: -12px;
    }

    .hnav h2:after {
        content: "";
        border-left: 6px solid #7b1e00;
        border-bottom: 12px solid #ab2c03;
        border-top: 12px solid #e6430e;
        position: absolute;
        right: -6px;
        bottom: -20px;
    }

.hnav ul {
    padding: 0 10px;
}

.hnav li a {
    display: block;
    line-height: 34px;
    background: #dedede;
    padding: 0 10px;
    color: #464646;
    font-size: 16px;
    margin-bottom: 14px;
}
.hnav li a:hover{
    background: #e85b29;
    color: #fff;
}

.hnav li ul li a {
    background: url(../images/pro_list.png) no-repeat left center;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.hcontact {
    margin: 0 10px;
    padding: 30px 0 30px 65px;
    background: #3f3f3f url(../images/gcphone.png) no-repeat 10px center;
    color: #fff;
}

.product {
    margin: 40px 0 40px;
  
}
.search{height:61px; background: url(../../images/seach.jpg) no-repeat center;}
.sea{height:60px;border-bottom:1px solid #8ea6c7; width: 1200px; margin: auto;}
.sea span{display: block; height:60px; line-height: 60px;width:600px;float:left;}
.sea span i{display: block;font-size: 14px; color:#EEEEEE; font-weight: bold; float:left;  font-style: normal;}
.sea span a{float:left;font-size: 14px; color:#EEEEEE; margin-right: 13px;}
.sea p{width:300px; height:47px;float:right;padding-top:13px;}
.sea p .txt{float:left;width:252px;height:47px; line-height: 47px; padding-left:21px; box-sizing: border-box; border:0; background:0;font-size: 14px;color:#FFF;}
.sea p input::-webkit-input-placeholder{color:#FFF;}
.sea p .btn{width:47px; height:47px; float:left; background:url(../../images/btn.png) no-repeat center;cursor: pointer;border: none;}
.tabj{height:492px; background:url(../images/tdbj.jpg) no-repeat center;}
.td{padding-top:65px; width: 1200px;margin: auto;}
.td h2{text-align: center;height:120px;}
.td h2 span{display: block;font-size: 38px; line-height: 38px; color:#EEEEEE; font-weight: bold;}
.td h2 i{display: block; margin-top: 24px;font-size: 20px; line-height: 20px; color:#EEEEEE; font-weight:normal;font-style: normal;}
.td ul{height:260px; background:#FFF;border-radius:30px 0px 30px 0px;box-shadow: 0px 10px 30px #eeeeee;padding-top:40px;box-sizing: border-box;}
.td ul li{float:left;width:300px; height:172px; box-sizing: border-box;border-right:1px solid #eeeeee;}
.td ul li i{display:block;width:76px; height:64px;margin:0 auto 28px;transition:.5s;}
.td ul li:hover i{transform: rotate(360deg);}
.td ul li .td1{background:url(../images/td1.png) no-repeat center;}
.td ul li .td2{background:url(../images/td2.png) no-repeat center;}
.td ul li .td3{background:url(../images/td3.png) no-repeat center;}
.td ul li .td4{background:url(../images/td4.png) no-repeat center;}
.td ul li span{display: block;text-align: center;}
.td ul li span b{display: block;font-size: 28px; line-height: 28px; color:#242424; margin-bottom: 18px;}
.td ul li span em{display: block;font-size: 18px; color:#535353; line-height: 18px;}
.td ul li.last{border-right:0;} 
.td ul li:hover span b{color:#014a96;}
.td ul li:hover span em{color:#014a96;}






.pro_bg

{ background: #f4f3f3;}

.jinyin{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.jinTop{
    width: 100%;
   
    background-position: 0;
    text-align: left;
    margin-top: 46px;
    margin-bottom: 45px;
}
.jinTop span{
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.jinTop span>label{ font-size:20px;font-weight: normal; color: #616161;
	
}
.jinTop div{
    font-size: 18px;
	padding-top: 10px;
    color: #858585;
}
.jinTop div label{
	background: #fe6505;
	 color: #fff;
	 
	padding: 5px;
}


.index_e{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.index_es{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.index_es a{
    display: block;
    width: 273px; margin-bottom: 50px;
    border: 6px solid #fff;
    overflow: hidden;
	 margin-right: 40px;
    position:relative;
   
}
.index_es a img{
    width: 100%;
	
	
	 border-right: 0;
  height:242px;
    transition: all 0.3s;
}
.index_es a div{
    
    width: 100%;
	  font-size: 16px;
    bottom: 0;
    height: 60px;
	 background: #fff;
    line-height: 60px;
	
    text-align: center;
    color: #000;
    
}

.tit{overflow: hidden; width: 1200px; margin: auto;}

.tit p{}
.tit p a{font-size: 18px;color: #333;display: block;float: left;width: 187px;margin-bottom: 26px;white-space: nowrap;padding-right: 10px;overflow:hidden;text-overflow:ellipsis; height: 50px; line-height: 50px; background: #e8e8e8; text-align: center; margin-right:40px;}
.tit p a:nth-child(5n){width: 133px;}

.tit p a:hover{color: #fff;  background: #205ca5;}



.case li {
    width: 173px;
    float: left;
    margin: 0 12px;
}

    .case li img {
        display: block;
        width: 173px;
        height: 255px;
        border: 1px solid #ccc;
    }

    .case li h3 {
        line-height: 33px;
        height: 33px;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
    }

.db {
    border-top: 8px solid #0f7b8f;
    margin: 30px 0;
    position: relative;
    padding: 40px 0;
}

    .db:before {
        content: "";
        border-left: 12px solid transparent;
        border-top: 12px solid #0f7b8f;
        border-right: 12px solid transparent;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        top: 0px;
    }

.title2 {
    text-align: center;
    font-size: 28px;
}

    .title2 span {
        color: #0f7b8f;
    }

    .title2 b {
        display: block;
        color: #0f7b8f;
        font-size: 36px;
    }

.db li {
    float: left;
    width: 519px;
    border-right: 1px solid #0f7b8f;
    padding: 30px 40px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

    .db li:nth-child(2n) {
        border-right: none;
    }

    .db li:nth-child(n+3) {
        border-top: 1px solid #0f7b8f;
    }

    .db li img {
        display: block;
        height: auto;
        margin-top: 30px;
    }

img.abimg {
    position: absolute;
    width: 144px;
    height: 144px;
    left: 50%;
    top: 50%;
    margin: -72px 0 0 -72px;
    z-index: 100;
}

.ysline {
    height: 75px;
    background: linear-gradient(150deg,#0f7b8f 80%, #0f7b8f,#fff 80.5%,#fff 81%,#ccc 81%,#ccc);
    position: relative;
}

    .ysline:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 61px;
        top: 6px;
        border-top: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
    }

.title3 {
    text-align: center;
    margin-top: -110px;
}

    .title3 h2 {
        display: inline-block;
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        position: relative;
        z-index: 120;
    }

        .title3 h2 b {
            display: block;
            font-size: 22px;
        }

    .title3 span {
        background: #ff4f16;
        display: block;
        padding: 10px;
    }

    .title3 h2:before {
        content: "";
        position: absolute;
        border-top: 120px solid #ff4f16;
        border-left: 70px solid transparent;
        left: -70px;
        top: 0;
    }

    .title3 h2:after {
        content: "";
        position: absolute;
        border-top: 120px solid #ff4f16;
        border-right: 70px solid transparent;
        right: -70px;
        top: 0;
    }

.ys {
    padding: 64px 0 0;
}

.yscon {
    counter-reset: ysindex;
}

    .yscon li {
        overflow: hidden;
        padding-top: 234px;
    }
     .yscon .ei_1{
          padding-top: 167px;
        padding-left: 670px;
    }
 .yscon .ei_3{
     padding-top: 134px;
 
    }
    .yscon .ei_4{
       padding-top:147px;  
    }

        .yscon li img {
            width: 480px;
            float: right;
            height: auto;
            display: block;
        }

        .yscon li:nth-child(2n) img {
            float: left;
            margin-right: 60px;
        }

.ystext {
    padding-left: 70px;
    font-size: 16px;
    line-height: 26px;
    width: 500px;

    position: relative;
}


    .ystext h3 {
        padding-bottom:15px;
        color: #464646;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
.yscon .ei_3 h3{
        padding-left: 15px;
}
.yscon .ei_4 h3{
           margin-bottom: 10px; 
}
    .ystext p {
        line-height: 24px;
        margin-bottom:9px;
}
}
padding-left: 5px;
 font-size: 15px;
        margin-left: -25px;
    }

.addver {
    width: 100%;
    overflow: hidden;
}

    .addver img {
        width: 1920px;
        max-width: none;
        left: 50%;
        margin-left: -960px;
        position: relative;
    }

.pj {
    padding: 30px 0;
}

.title4 {
    text-align: center;
    margin-bottom: 20px;
}

    .title4 h2 {
        display: inline-block;
        padding: 0 50px;
        font-size: 26px;
        position: relative;
    }

        .title4 h2:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 100%;
            background: url(../images/tl.png) no-repeat left center;
        }

        .title4 h2:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
            height: 100%;
            background: url(../images/tr.png) no-repeat left center;
        }

        .title4 h2 span {
            color: #0f7b8f;
        }

    .title4 p {
        color: #ccc;
        font-size: 14px;
    }

.pj li {
    width: 260px;
    float: left;
    margin-left: 28px;
}

    .pj li img {
        width: 100%;
        height: 135px;
        display: block;
    }

    .pj li p {
        line-height: 24px;
        height: 70px;
        margin: 10px 0;
        overflow: hidden;
    }

    .pj li span {
        display: block;
        color: #117f8c;
    }

.title5 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 43px;
    color: #fff;
    line-height: 27px;
   
}
.title5 h2{
    font-size: 16px;
    
    font-weight: normal;
font-family: Palatino Linotype,arial;
}
    .title5 span {

display: block;
font-weight: normal;
        color: #FFF ;
        font-size: 38px;
        padding: 4px 10px;

    }

    .title5 h2 {
       
    }

img.limg {
 
    width: 626px;
    height: 346px;
    height: auto;
    float: left;
   
}

.about {
	 background: url(../../images/index_09.jpg) center no-repeat;
	 height: 644px;
   
}
.about1
{width: 1200px; 
margin: auto;}
   
.left_1111{
    float: right;
    width: 534px;
	 height: 322px;
	padding: 20px;
	 background: #fff;
}
.left_1111 h2{
    display: block;
    line-height: 66px;
	 font-style:normal;
    margin-bottom: 10px;
    
}
.left_1111 a

{ display: block;
 width: 120px; line-height: 33px; height: 33px;text-align: center; color: #0f49a8; border: 1px solid #0f49a8; margin-top:20px; }
.about li img {
            padding: 20px;
            width: 35px；
            height：31px;
            height: auto;
            display: block;
            transition: 1s all ease;
        }
.about li p {
	 text-align: center;
	 line-height:45px;
	 font-size: 16px;
	
}
.about li img:hover{
transform: rotate(360deg);
        }

.newsl {
    width: 750px;
    border-bottom: 1px dashed #ccc;
}

.newstab {
    margin-bottom: 15px;
    background: #ededed;
    line-height: 33px;
}

    .newstab ul {
        display: inline-block;
    }

    .newstab li {
        display: inline-block;
        line-height: 33px;
        border-top: 2px solid transparent;
    }

        .newstab li a {
            display: block;
            padding: 0 30px;
            font-size: 16px;
        }

a.link {
    float: right;
    padding-right: 10px;
}

.newstab li.cur {
    border-color: #0f7b8f;
    background: #fff;
    font-weight: bold;
}

.newslist li {
    overflow: hidden;
    float: left;
    width: 355px;
    margin: 0 10px 0 0;
}

    .newslist li img {
        width: 294px;
        height: 172px;
        display: block;
        float: left;
        margin-right: 20px;
    }

    .newslist li h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
        line-height: 37px;
        position: relative;
        padding-left: 14px;
        font-size: 14px;
    }

        .newslist li h3:before {
            content: "";
            border-left: 8px solid #ccc;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -4px;
        }

    .newslist li.first h3 {
        color: #0f7b8f;
        font-size: 16px;
        font-weight: 600;
        padding-left: 0;
        line-height: 35px;
    }

        .newslist li.first h3:before {
            display: none;
        }

    .newslist li.first p {
        height: 100px;
        margin-bottom: 10px;
        line-height: 24px;
        overflow: hidden;
    }

    .newslist li.first span {
        width: 108px;
        height: 28px;
        background-color: #245194;
        color: white;
        border: 0;
        cursor: pointer;
        display: inline-block;
        text-align: center;
    }

    .newslist li.first {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

.newsr {
    width: 380px;
}

    .newsr h2 {
        line-height: 35px;
        background: #ededed;
        font-size: 16px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .newsr li {
        padding-bottom: 10px;
    }

        .newsr li h3 {
            padding-left: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 22px;
            font-size: 14px;
            font-weight: normal;
            position: relative;
            margin-bottom: 10px;
        }

            .newsr li h3:before {
                content: "问";
                position: absolute;
                left: 0;
                top: 2px;
                background: #ff4f16;
                font-size: 12px;
                width: 20px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                color: #fff;
            }

        .newsr li p {
            padding-left: 30px;
            position: relative;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
        }

            .newsr li p:before {
                content: "答";
                position: absolute;
                left: 0;
                top: 2px;
                background: #ccc;
                font-size: 12px;
                width: 20px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                color: #fff;
            }

.flink {
    padding: 30px 0;
}

.ftitle {
    margin-bottom: 15px;
    height: 15px;
    border-bottom: 2px solid #ccc;
}

    .ftitle h3 {
        font-size: 20px;
        color: #0f7b8f;
        line-height: 30px;
        font-weight: 600;
        float: left;
        background: #fff;
        padding-right: 10px;
    }

b.falias {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    color: #c3c3c3;
    float: left;
    margin-right: 20px;
    font-family: serif;
}

.fcon {
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
}


.contact {
    width: 340px;
    position: absolute;
    height: 100%;
    left: 0;
    top: -50px;
    background: #fff;
    color: #3d3d3d;
    padding: 0 20px 50px;
    box-shadow: 0 -5px 10px #d8d8d8;
    border-radius: 3px 3px 0 0;
    line-height: 32px;
}

    .contact h3 {
        padding-left: 65px;
        margin-top: 20px;
        font-size: 22px;
        color: #0f7b8f;
        line-height: 30px;
        margin-bottom: 20px;
        background: url(../images/cont.png) no-repeat left center;
    }

        .contact h3 span {
            display: block;
            text-transform: uppercase;
            color: #ccc;
            font-size: 24px;
            font-weight: normal;
            font-family: serif;
        }



.bottom{
    width: 100%;
    background: #043f86;
    overflow: hidden;
}

.bottomTop{
   
    text-align: center;
    background: #21242b;
    border-bottom: 1px solid #494e59;    
}
.bottomTop img{
margin: 11px 0px;
}
.bottomTop div{
    font-size: 33px;
    color: #fff;
    font-family: Arial;
    
    margin-bottom: 25px;
}



.bottoms{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 40px;
}

.bottomsRight{
    float: right;
}

.bottomsLeft{
    float: left;
    width: 978px;
    overflow: hidden;
    display: flex;
}
.bottomsLeft div{
    flex: 1;
    height: 177px;
    text-align: left;
    border-right: 1px solid #fff;    
}
.bottomsLeft div a{
    display: block;
    color: #fff;    PADDING-LEFT: 64PX;
    margin-bottom: 15px;
}
.bottomsLeft div a:nth-child(1){
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
}


.bottomsall{
    line-height: 80px;
    color: #fff;
    background: #02326d;
    text-align: center;
}
.bottomsall a{
    color: #fff;
}

.page
{ padding: 30px 0;}

.pagel {
    width: 260px;
    float: left;
}

    .pagel .hnav {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.ltitle {
    margin: 10px 0;
    font-size: 18px;
    border-bottom: solid 1px #e8e8e8;
    color: #1e1e1e;
    margin-bottom: 20px;
}

    .ltitle span {
        display: inline-block;
        border-bottom: solid 2px #0e7e94;
    }

.jx li a {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.jx {
    counter-reset: jindex;
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
    padding: 10px;
}

    .jx li a:before {
        counter-increment: jindex;
        content: counter(jindex);
        height: 20px;
        font-size: 14px;
        background: #d4d4d4;
        display: inline-block;
        width: 20px;
        text-align: center;
        margin-right: 5px;
        color: #fff;
    }

    .jx li:nth-child(1) a:before {
        background: #741c1d;
    }

    .jx li:nth-child(2) a:before {
        background: #f96900;
    }

    .jx li:nth-child(3) a:before {
        background: #ffc000;
    }

.hoverdes {
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
    height: 0;
    transition: all .3s;
}

    .hoverdes img {
        width: 69px;
        height: 50px;
        display: block;
        float: left;
        margin-right: 10px;
    }

    .hoverdes p {
        max-height: 40px;
        overflow: hidden;
    }

.jx li:hover .hoverdes {
    height: 50px;
}

.xgt {
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
    padding: 10px;
}

    .xgt li {
        position: relative;
        overflow: hidden;
        height: 200px;
    }

        .xgt li img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .xgt li h3 {
            position: absolute;
            width: 60%;
            background: rgba(0,0,0,0.6);
            bottom: 10px;
            color: #fff;
            padding-right: 40%;
            text-indent: 1em;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            font-weight: normal;
        }

.xrun .hd {
    position: absolute;
    width: 40%;
    right: 0;
    height: 40px;
    bottom: 10px;
}

.xrun {
    position: relative;
}

a.prev1, a.next1 {
    display: inline-block;
    cursor: pointer;
    width: 27px;
    height: 20px;
    margin-top: 10px;
    overflow: hidden;
}

a.prev1 {
    background: url(../images/btn.png) no-repeat left center;
}

a.next1 {
    background: url(../images/btn.png) no-repeat right center;
}

span.pageState {
    color: #fff;
    font-style: normal;
    margin: 0 5px;
    float: left;
    margin-top: 10px;
}

    span.pageState em {
        font-style: normal;
        color: #ffc000;
    }

.tree {
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
}

    .tree h2 {
        padding-left: 20px;
        line-height: 64px;
        background: #ad7721;
        background: -webkit-linear-gradient(bottom,#ad7721,#eebe74);
        background: -moz-linear-gradient(bottom,#ad7721,#eebe74);
        background: -o-linear-gradient(bottom,#ad7721,#eebe74);
        color: #fff;
        font-size: 18px;
    }

    .tree li a {
        background: -webkit-linear-gradient(bottom,#e8e8e8,#fefefe);
        background: -moz-linear-gradient(bottom,#e8e8e8,#fefefe);
        background: -o-linear-gradient(bottom,#e8e8e8,#fefefe);
        display: block;
        line-height: 54px;
        padding-left: 20px;
        overflow: hidden;
        transition: height .4s;
        -webkit-transition: height .4s;
        -o-transition: height .4s;
        -moz-transition: height .4s;
    }

    .tree li ul li a {
        height: 0;
        padding-left: 40px;
        background: url(../images/ico1.gif) no-repeat 20px 24px;
    }

    .tree li:hover ul li a {
        height: 54px;
    }

.pager {
    border: 1px solid #f4f4f4;
    padding: 10px;
    width: 890px;
    float: right;
}

.tips {
    border-bottom: 1px solid #dfdfdf;
    line-height: 40px;
    margin-bottom: 12px;
    font-size: 12px;
    text-align: right;
}

    .tips span {
        float: left;
        font-size: 18px;
        color: #464646;
    }

ul.prlist li {
    width: 270px;
    float: left;
    margin: 0 12px 15px;
}

    ul.prlist li img {
        padding: 5px;
    border: 1px solid #ccc;
    width: 268px;
    height: 188px;
    display: block;
    }

    ul.prlist li h4 {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 32px;
        color: #000;
    }

    ul.prlist li:hover img {
        border-color: #0e7e94;
    }

.pading {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}

    .pading a {
        background-color: #FFF;
        vertical-align: middle;
        border: #efefef 1px solid;
        color: #505050;
        padding: 5px 8px;
        margin-right: 3px;
        margin-left: 3px;
    }

    .pading span {
        padding: 0 5px;
        line-height: 24px;
    }

    .pading a:hover {
        background-color: #efefef;
        color: #438ece;
        text-decoration: none;
        border: #efefef 1px solid;
    }

.preview {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dotted #0e7e94;
    margin-bottom: 10px;
}

    .preview img {
        display: block;
        width: 370px;
        padding: 5px;
        border: 1px solid #0e7e94;
        float: left;
        margin-right: 40px;
    }

    .preview h3 {
        color: #000;
        font-size: 14px;
        border-bottom: 1px dashed #e0e1dc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .preview p {
        font-size: 12px;
        line-height: 28px;
    }

.desc {
    width: 460px;
    float: right;
}

.record {
    font-size: 12px;
    line-height: 34px;
    padding: 20px 0;
}

ul.newscenter li {
    margin: 30px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    background: #f8f8f8;
}

    ul.newscenter li .time {
        width: 60px;
        height: 73px;
        float: left;
        background: #ededed;
        padding: 7px 0 0 20px;
    }

        ul.newscenter li .time b {
            display: block;
            font-size: 18px;
            color: #0e7e94;
            font-weight: normal;
        }

        ul.newscenter li .time em {
            display: block;
            font-style: normal;
            line-height: 20px;
        }

    ul.newscenter li img {
        height: 80px;
        display: block;
        float: left;
        width: 140px;
        margin-right: 10px;
    }

    ul.newscenter li h3 {
        font-size: 18px;
        color: #0e7e94;
        padding-bottom: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    ul.newscenter li p {
        line-height: 22px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        color: #595959;
    }

    ul.newscenter li.topnews {
        border: none;
        margin-bottom: 0;
        background: none;
    }

        ul.newscenter li.topnews img {
            width: 400px;
            height: 250px;
        }

        ul.newscenter li.topnews span {
            color: #777;
            line-height: 24px;
            margin: 10px 0;
        }

        ul.newscenter li.topnews p {
            height: 66px;
        }

.desctitle {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}
.desctitle h1 {
    font-size: 20px;
}
    .desctitle p {
        font-size: 12px;
        font-weight: normal;
        padding-top: 20px;
    }
.beij_00{
padding-bottom:80px;
    background: url(../images/index_31.jpg) center 0px no-repeat;
}



/**娴佺▼**/
    .liucheng_main ul li{width: 20%;}
    .liucheng_main ul:nth-child(2) li{
        width: 25%;
    }
    .liucheng_main ul:nth-child(2){
        padding:0 10% ;
    }
    .liucheng_main ul li:nth-child(5) .box:after{
        top:110%;
        left: 48px;
        transform: rotate(135deg);
    transform-origin:20% 40%;
    
    -ms-transform: rotate(135deg);      /* IE 9 */
    -ms-transform-origin:20% 40%;       /* IE 9 */
    
    -webkit-transform: rotate(135deg);  /* Safari 鍜� Chrome */
    -webkit-transform-origin:20% 40%;   /* Safari 鍜� Chrome */
    
    -moz-transform: rotate(135deg);     /* Firefox */
    -moz-transform-origin:20% 40%;      /* Firefox */
    
    -o-transform: rotate(135deg);       /* Opera */
    -o-transform-origin:20% 40%;
    }
    .liucheng_main ul:nth-child(2) li .box:after{
        top:45%;
        left: -41px;
        transform: rotate(180deg);
    transform-origin:20% 40%;
    
    -ms-transform: rotate(180deg);      /* IE 9 */
    -ms-transform-origin:20% 40%;       /* IE 9 */
    
    -webkit-transform: rotate(180deg);  /* Safari 鍜� Chrome */
    -webkit-transform-origin:20% 40%;   /* Safari 鍜� Chrome */
    
    -moz-transform: rotate(180deg);     /* Firefox */
    -moz-transform-origin:20% 40%;      /* Firefox */
    
    -o-transform: rotate(180deg);       /* Opera */
    -o-transform-origin:20% 40%;
    }
.liucheng_main ul:nth-child(2) li:first-child .box:after{
    display: none;
}


.liucheng_main ul{
    margin: 0;
}
.liucheng_main ul li{
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
    
}

.liucheng_main ul li .box{
    width: 195px;
    height: 165px;
    border-radius: 50%;
    background: #f5f5f5;
    text-align: center;
    padding-top: 30px;
    display: inline-block;
    transition: .5s;
}
.liucheng_main ul li:hover .box{
    background: #216c4a;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transform: translateX(5px);
}
.liucheng_main ul li:last-child:hover .box{
    transform: translate(-5px,5px);
}
.liucheng_main ul:nth-child(2) li:hover .box{
    background: #226d4b;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transform: translateX(-5px);
}
.liucheng_main ul li .box:after{
    width: 31px;
    height: 27px;
 
    position: absolute;
    top:45%;
    right: -30%;
    content: "";
}
.case{
    padding-bottom:50px;
    background: url(../images/beij_00.jpg) center 0px no-repeat;
}

.main_b{
    overflow: hidden;
    width: 1200px;
    margin:0 auto;
    background: url(../images/index_03.jpg) 200px 230px no-repeat;
}
.liucheng_main ul li .box .liucheng_img{
    height: 72px;
    padding-top: 10px;
    width: 72px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 4px;
}
.liucheng_main ul li .box .liucheng_img img{
    transition: .5s;
    width: 100%;
}
.liucheng_main ul li:hover img{
    transform: translateY(-83px);
}
.liucheng_main ul li .box h4{
    font-size: 22px;
    color: #888;
    margin: 0;
    transition: .5s;
}
.liucheng_main ul li:hover h4{
    color: #fff;
}


.footer{
    overflow: hidden;
    padding:40px 0px;
    width: 100%;
    background: #4e4e4e;
}
.footer_1{
    width: 1200px;
    margin:0 auto;
}
.footer_1 .left_001{
    width: 360px;
    float: left;
}
.footer_1 .left_1{
    margin-right: 28px;
    color: #fff;
    font-size: 16px;
}
.footer_1 .left_1 a{
    color: #d7d7d7;
        font-size: 14px;
}
.footer_1 .left_002{
    width: 112px;
    float: left;
}
.footer_1 .left_003{
    width:200px;
    float: left;
}
.footer_1 .left_003 ul li{
    width: 73px;
    float: left;
}
.footer_1 .left_004{
    width: 229px;
    float: left;
    font-size: 14px;
    color: #d7d7d7;
    }
    .footer_1 .erwma{
        float: right;
        width: 133px;
    }
    .copy_bj{
        background: #3b3b3b;
        line-height: 60px;
        text-align: center;
        color: #d7d7d7;
    }
        .copy{
            width: 1200px;
            margin:0 auto;
        }