++++@charset "utf-8";
html{color:#000;background:#FFF; }
body { color:#666;font:12px/1.231 "Microsoft Yahei",arial,helvetica,clean,sans-serif;min-width: 1200px;  } /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}
i,em { font-style:normal; font-family: "Microsoft Yahei";}
a { color:#000; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/

.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}

/*时间*/
.about5{padding: 50px 0;background-color:red no-repeat center center; background-size: cover;}
.about5s{width:1200px;margin: 0 auto;}
.about5s li{float: left;width: 25%;text-align: center;}
.about5s h2{font-size: 14px;color: #fff;}
.about5s h2 span{font-size: 38px;color: #b15934;}
.about5s p{font-size: 16px;color: #555;}

/*特殊行业解决方案*/

.gsx-one,.gsx-four{
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
}
.gsx-one>img,.gsx-four>img{
    width: 1920px;
    min-width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.gsx-one-main{
    max-width: 1200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.gsx-one-main>ul{
    width: 100%;
}
.gsx-one-main>ul>li{
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.gsx-one-item{
    padding: 30px;
    position: relative;
    z-index: 10;
}
.gsx-one-item::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}
.gsx-one-img{
    width: 100%;
    text-align: center;
}
.gsx-one-img>img{
    height: 100%;
}
.one-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.one-title::after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #101216;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.one-text{
    width: 100%;
    height: 195px;
}
.one-text>ul>li{
    width: 100%;
    padding-top: 15px;
    font-size: 13px;
    text-align: center;
}
.one-text>ul>li>a{
    color: #686c75;
}
.one-text>ul>li>a:hover{
    color: #12151b;
}
.bg1{
    background-color: #13bcb6;
}
.bg2{
    background-color: #1ba1e6;
}
.bg3{
    background-color: #18bc96;
}
.bg4{
    background-color: #5189e7;
}
.one-btn>a{
    color: #fff;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.gsx-two,.gsx-three{
    padding: 20px 0;
    overflow: hidden;
}
.gsx-title{
    text-align: center;
    padding: 30px 0;
}
.gsx-title h3{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
}
.gsx-title p{
    font-size: 15px;
    color: #7a7e85;
}
.gsx-tab{
    width: 100%;
    height: 50px;
    text-align: center;
}
.gsx-tab ul{
    display: inline-block;
}
.gsx-tab ul>li{
    width: 150px;
    height: 50px;
    margin: 0 5px;
}
.gsx-tab ul>li:first-child{
    width: 100px;
}
.gsx-tab ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #333;
    padding: 0 20px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    font-size: 14px;
    transition: 0.3s all;
}
.gsx-tab ul>li>a:hover,.gsx-tab ul>.active>a{
    background-color: #333333;
    color: #ffffff;
}
.tab-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: sub;
    transition: all 0.3s;
}
.tab-icon1{
    background: url(../images/icon1.png) center no-repeat;
    background-size: auto 100%;
}
.gsx-tab ul>li>a:hover .tab-icon1,.gsx-tab ul>.active>a .tab-icon1{
    background: url(../images/icon11.png) center no-repeat;
    background-size: auto 100%;
}
.tab-icon2{
    background: url(../images/icon2.png) center no-repeat;
    background-size: auto 100%;
}
.gsx-tab ul>li>a:hover .tab-icon2,.gsx-tab ul>.active>a .tab-icon2{
    background: url(../images/icon21.png) center no-repeat;
    background-size: auto 100%;
}
.tab-icon3{
    background: url(../images/icon3.png) center no-repeat;
    background-size: auto 100%;
}
.gsx-tab ul>li>a:hover .tab-icon3,.gsx-tab ul>.active>a .tab-icon3{
    background: url(../images/icon31.png) center no-repeat;
    background-size: auto 100%;
}
.tab-icon4{
    background: url(../images/icon4.png) center no-repeat;
    background-size: auto 100%;
}
.gsx-tab ul>li>a:hover .tab-icon4,.gsx-tab ul>.active>a .tab-icon4{
    background: url(../images/icon41.png) center no-repeat;
    background-size: auto 100%;
}
.tab-icon5{
    background: url(../images/icon5.png) center no-repeat;
    background-size: auto 100%;
}
.gsx-tab ul>li>a:hover .tab-icon5,.gsx-tab ul>.active>a .tab-icon5{
    background: url(../images/icon51.png) center no-repeat;
    background-size: auto 100%;
}
.tab-icon6{
    background: url(../images/icon6.png) center no-repeat;
    background-size: auto 100%;
}
.gsx-tab ul>li>a:hover .tab-icon6,.gsx-tab ul>.active>a .tab-icon6{
    background: url(../images/icon61.png) center no-repeat;
    background-size: auto 100%;
}
.gsx-tab-list{
    margin: 0 -10px;
    padding: 0 0;
}
.gsx-tab-list>ul>li{
    width: 25%;
    padding: 10px 10px;
    box-sizing: border-box;
    min-height: 347px;
}
.list-main{
    width: 100%;
    height: auto;
    border: 1px solid #e6e5e5;
    box-sizing: border-box;
}
.list-main>a{
    display: block;
    width: 100%;
    height: auto;
}
.list-img{
    width: 100%;
    position: relative;
}
.list-img>img{
    width: 100%;
}
.list-bg{
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.3s;
    overflow: hidden;
}
.list-bg::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.list-img-text{
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 20;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.list-img-text::after{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.list-img-text::before{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.list-text-main{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.list-main-name{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333333;
    padding: 10px 0;
}
.list-main-text{
    font-size: 12px;
    color: #6e6c6c;
}
.list-main-btn{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
.list-btn-text{
    font-size: 14px;
    color: #787575;
    transition: all 0.3s;
}
.list-btn-icon{
    width: 25px;
    height: 15px;
    background: url(../images/right5.png) center no-repeat;
    transition: all 0.3s;
}
.list-main:hover{
    border: none;
    box-shadow: 0 0 20px #ecf0fe;
    transition: all 0.3s;
}
.list-main:hover .list-btn-icon{
    background: url(../images/right51.png) center no-repeat;
}
.list-main:hover .list-btn-text{
    color: #2a2828;
}
.list-main:hover .list-bg{
    height: 100%;
}
.gsx-tab-list{
    display: none;
}


.gsx-three{
    background-color: #f2f2f2;
}
.three-main{
    padding: 20px 0 0 0;
}
.three-item{
    background-color: #ffffff;
    width: 100%;
}
.item-main{
    width: 33.33333333%;;
    padding: 20px;
    border-right: 1px solid #dbd8d8;
    box-sizing: border-box;
}
.item-main:last-child{
    border: none;
}
.item-main-list{
    width: 100%;
}
.item-main-list>ul>li{
    width: 33.33333333%;
}

.item-main-list>ul>li .item-list-mian{
    width: 100%;
    border-right: 1px solid #ecebeb;
    border-bottom: 1px solid #ecebeb;
    box-sizing: border-box;
    padding: 25px 0;
    transition: all 0.3s;
}
.item-main-list>ul>li:last-child .item-list-mian{
    border-right: 1px solid transparent;
}
.item-list-mian>a{
    display: block;
    width: 100%;
}
.item-icon{
    width: 100%;
    height: 50px;
    text-align: center;
}
.item-icon>img{
    width: 38px;
    height: 38px;
    position: relative;
    top: 10px;
}
.item-text{
    font-size: 14px;
    color: #62656a;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s;
}
.item-main-list>ul>li .item-list-mian:hover{
    border-bottom: 1px solid #f33705;
}
.item-main-list>ul>li .item-list-mian:hover .item-text{
    font-weight: bold;
    color: #080606;
}


.gsx-four-main{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    box-sizing: border-box;
}
.four-main{
    width: 100%;
    height: auto;
    padding: 0 0;
}
.four-left{
    width: 120px;
    height: auto;
    padding: 15px 0;
    border-right: 1px solid #bec6d5;
    box-sizing: border-box;
}
.four-right{
    width: calc(100% - 120px);
    height: auto;
    box-sizing: border-box;
}
.four-left ul{
    width: 100%;
}
.four-left ul>li{
    width: 100%;
    height: auto;
    font-size: 18px;
    box-sizing: border-box;
}
.four-left ul>li>a{
    display: block;
    text-align: right;
    padding: 20px 25px 20px 0;
    color: #484b4f;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
}
.four-left ul>li>a::after{
    content: "";
    display: block;
    width: 3px;
    height: 0;
    background-color: #2775f5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    transition: all 0.3s;
}

.four-left ul>li>a:hover,.four-left ul>.active>a{
    color: #2775f5;
}
.four-left ul>li>a:hover::after,.four-left ul>.active>a::after{
    height: 40px;
}
.four-right-list{
    display: none;
    width: 100%;
    padding: 15px 0 15px 40px;
    box-sizing: border-box;
}
.four-title{
    font-size: 25px;
    color: #1d1f22;
}
.four-text{
    font-size: 14px;
    color: #55585b;
    padding: 20px 0;
    line-height: 1.6;
}
.four-infor-list{
    padding: 15px 0;
}
.four-infor-icon{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #7d8085;
}
.four-infor-icon>img{
    margin-right: 15px;
}
.four-infor-text span{
    display: inline-block;
    font-size: 13px;
    border: 1px solid #c6c8cd;
    padding: 5px 12px;
    color: #484c52;
    margin: 0 5px;
}
.four-info-btn{
    padding: 30px 0;
}
.four-info-btn>a{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    border-radius: 40px;
    background-color: #2869f5;
    font-size: 15px;
}
.four-ad{
    padding-top: 20px;
}
.four-ad span{
    display: inline-block;
    max-width: 23%;
    margin-right: 60px;
    height: 30px;
}
.four-ad span>img{
    height: 100%;
}

@media(max-width:1119px){
    .solutionlist li{ width:96%;}
    .gsx-one>img,.gsx-four>img{
        display: none;
    }
    .gsx-one-main,.gsx-four-main{
        position: static;
        transform: none;
        background-color: #f5f5f5;
        padding: 15px 0;
    }
    .gsx-one-main>ul>li{
        width: 50%;
        padding: 10px;
    }
    .gsx-four-main{
        background-color: #ffffff;
    }

    .gsx-two,.gsx-three,.gsx-four-main{
        padding: 0;
    }

    .gsx-tab ul>li{
        width: auto;
    }
    .gsx-tab ul>li>a{
        padding: 0 15px;
        font-size: 12px;
    }

    .list-main:hover{
        box-shadow: 0 0 15px #ecf0fe;
    }
    .list-img-text,.list-main-text,.list-btn-text{
        font-size: 12px;
    }
    .list-text-main{
        padding: 5px;
    }
    .list-main-name{
        font-size: 14px;
        padding: 5px 0;
    }
    .list-main-btn{
        padding: 15px 5px;
    }

    .item-main{
        width: 100%;
        border: none;
    }

    .four-title{
        font-size: 20px;
    }
    .four-ad span{
        margin-right: 25px;
        height: 25px;
    }
    .four-infor-list{
        padding: 10px 0;
    }
}
@media(max-width:768px){
	.index-five .content_box{ max-width:1200px;}
	.index-five .infolist{ width:100%; margin:15px 0; float:none;}
    .index-five .veidobox{ width:100%; margin:15px 0; float:none;}
    
    .gsx-one-main>ul>li{
        width: 100%;
    }
    .three-main{
        padding: 20px 0;
    }

    .gsx-four>img{
        display: none;
    }
    .gsx-four-main{
        position: static;
        transform: none;
        background-color: #ffffff;
    }
    
    .four-main,.gsx-title{
        padding: 10px 0;
    }
    .gsx-title h3{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .four-left,.gsx-tab{
        border: none;
        width: 100%;
        height: 40px;
        overflow: hidden;
        padding: 0;
    }
    .four-left-box,.gsx-tab-box{
        width: 100%;
        height: calc(100% + 17px);
        overflow-x: auto;
        overflow-y: hidden;
    }
    .four-left ul{
        width: 600px;
        height: 40px;
    }
    .gsx-tab ul{
        width: 760px;
        height: 100%;
    }
    .gsx-tab ul>li{
        width: 120px;
        height: 40px;
    }
    .gsx-tab ul>li>a{
        line-height: 40px;
        padding: 0;
    }
    .four-left ul>li{
        width: 100px;
        height: 38px;
        font-size: 14px;
    }
    .four-left ul>li>a{
        display: block;
        width: 100%;
        height: 100%;
        line-height: 38px;
        text-align: center;
        padding: 0;
    }
    .four-left ul>li>a:hover::after, .four-left ul>.active>a::after{
        width: 100%;
        height: 2px;
    }
    .four-left ul>li>a::after{
        width: 0;
        height: 2px;
        top: 100%;
        transform: none;
        right: 0;
        left: 0;
        margin: auto;
    }
    .gsx-tab-list{
        padding: 15px 0;
    }
    .gsx-tab-list>ul>li{
        width: 100%;
        padding: 10px;
    }
    .four-right{
        width: 100%;
        padding: 0;
    }
    .four-right-list{
        padding: 10px 0;
    }
    .four-title{
        font-size: 16px;
    }
    .four-text{
        font-size: 12px;
        padding: 5px 0;
    }
    .four-infor-icon{
        width: 100%;
        font-size: 14px;
    }
    .four-infor-text{
        width: 100%;
        padding: 5px 0;
    }
    .four-infor-text span{
        margin: 5px 5px 5px 0;
        font-size: 12px;
    }
    .four-info-btn{
        padding: 10px 0;
    }
    .four-info-btn>a{
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .list-img-text,.list-main-name{
        font-size: 16px;
    }
    .list-btn-text{
        font-size: 14px;
    }
    .list-text-main,.list-main-btn{
        padding: 10px;
    }
    .item-text{
        font-size: 12px;
        padding-top: 10px;
    }
    .item-icon{
        height: 30px;
    }
    .item-main{
        padding: 10px;
    }
    .gsx-title p{
        font-size: 12px;
    }
    .four-ad span{
        max-width: 20%;
        margin-right: 10px;
        height: auto;
    }
    .four-ad span>img{
        width: 100%;
        height: auto;
    }
}

/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto;  }
.left { width:200px; float:left;  margin-top:15px;}
.left2 { width:900px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop {height:0px; font-size:0; overflow:hidden; margin-top:10px;}
.leftbot { height:0px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right { width:930px; float:left; display:inline; margin-left:26px; overflow:hidden;margin-top:15px;}
.right2 { width:275px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop {  height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2top {  height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.rightbot {  height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:930px; padding-bottom:15px; overflow:hidden; }
.right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
.left2_main { width:900px;  padding-bottom:15px; overflow:hidden;}
.rightl{ width:760px; float:right; display:inline;overflow:hidden; margin-top:10px;}
.leftr{ width:216px; float:left; overflow:hidden; margin-top:10px;}
.h_nav li a:-webkit-any-link{ display:block;}


/*--在线客服css--*/
.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url("../css/bg.gif")}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url("../css/im_01.jpg")}
.ImRow0{background:url("../css/ico_item1.gif") no-repeat;margin:10px 10px 0;height:28px; line-height:28px; padding-left:10px; }
.ImRow1{background:url("../css/ico_item1.gif") no-repeat;margin:10px 10px 0;height:28px;line-height:28px;padding-left:10px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#333; font-size:12px;}
.ImFooter{height:90px;background:url("../css/im_04.jpg") no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#fff;text-align:center;margin:15px 0 0;font-family:'宋体';}
.ImFooter p{font-size:20px;font-weight:bold;  color:#fff;text-align:center;margin:10px 0;}

/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
/*--common start--*/


/* -- 当前位置 -- */
.plc,.plc2{ background:url("../images/logo_03.png") no-repeat 12px 13px;height:20px;line-height:24px;padding:7px 8px 8px 35px; position:relative; color:#666; overflow:hidden; font-size:14px; border-bottom:1px solid #ececec; border-top:1px solid #ececec;  padding-bottom:8px; font-family:"Microsoft Yahei","微软雅黑"; }
.plc span {}
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:14px; color:#000;}


/* -- 回到顶部 -- */

#roll{ z-index:999;}
#roll_top, #fall, #ct{position: relative;cursor: pointer;height: 82px;width:30px;}
#roll_top{background: url("../images/top.png") no-repeat;}
#fall{background: url("../images/top.png") no-repeat 0 -80px;}
#ct{background: url("../images/top.png") no-repeat 0 -40px;}
#roll{display: block;width: 15px;margin-right: -500px;position: fixed;right: 40%;bottom: 0px; margin-right: -505px;margin-top: 300px; top: expression(eval(document.documentElement.scrollTop));}


/*头部开始*/
.t_bg { background:url("../images/t_bg.gif") repeat-x center 0; height:189px;}

.h_top { height:29px; line-height:29px; overflow:hidden;}
.h_top i{ float:left;}
.h_top p { float: right;}
.h_top p a { padding:0 10px;}
.h_top p a:hover { color:#0a5caa;}

.h_con { height:119px; width:1200px; overflow:hidden}
.h_con h1 { padding:31px 0 0; float:left;}
.h_bt { height:56px; line-height:56px; font-size:22px; color:#353535; font-weight:bold; padding:0 0 0 15px; margin:32px 0 0 15px; border-left:solid 1px #d3d3d3;}
.h_pho { margin-top:33px; font-size:26px; color:#353535; background:url("../images/h_dh.gif") no-repeat 0 5px; padding-left:66px;}
.h_pho span { display:block;}

.h_nav { height:40px; line-height:40px; }
.h_nav ul li { float:left;display:inline}
.h_nav ul .nobor01 { background:none;}
.h_nav ul li a { display:inline-block; padding:0 35px; color:#fff; font-size:14px;}
.h_nav ul li a:hover,.h_nav ul .current a { background:#4593fd; color:#fff; }

.h_ser { width:300px; margin:20px 0 0 20px;}
.h_ser .s_inp {  margin-top:8px;}
.h_ser .inp01 { background:url("../images/s_inp.gif") no-repeat; width:227px; height:36px; line-height:36px; padding:0 10px; border:none; float:left; font-size:12px; color:#333; font-family: "Microsoft Yahei"; outline:none;}
.h_ser p { width:300px; font-size:14px; height:30px; overflow:hidden; line-height:30px;}
.h_ser p b { color:#090909;}
.h_ser p a { padding:0 3px; color:#686868;}
.h_ser p a:hover { color:#1369c0;}

/*头部结束*/

/*底部开始*/
.f_bg { background:#313131 url("../images/f_bg.gif") repeat-x center top; height:545px;}
.f_bgn { background:url("../images/f_bg.gif") repeat-x center top; height:192px; overflow:hidden;}

.f_nav { padding:30px 0 0; height:161px;}
.f_nav b a { display:block; font-size:16px; color:#fff; background:url("../images/f_ico01.gif") no-repeat right center; width:130px;}
.f_nav p { line-height:30px; padding:20px 0 0;}
.f_nav p a { font-size:14px; color:#cbcbcb;  display:inline-block; width:198px;}
.f_nav p a:hover { color:#fff;}

.f_con { height:195px;}
.f_img { float:left; padding:60px 25px 0 0; height:135px; border-right:solid 1px #757575}
.f_p { color:#a0a0a0; line-height:30px; padding:23px 0 0 35px; font-size:14px;}
.f_p em { padding:0 20px;}
.f_p img { padding:0 0 0 10px; float:none;}
.f_img02 { padding:25px 0 0;}
.f_img02 span { text-align:center; display:block; background:url("../images/f_picbg.gif") no-repeat 0 0; width:104px; height:133px; float:left; margin-left:22px;}
.f_img02 span img { width:80px; height:80px; padding:10px 0 0;}
.f_img02 span em { display:block; text-align:center; padding:18px 0 0; font-size:14px; color:#fff;}
.f_yq {  line-height:35px; overflow:hidden;}
.f_yq em { display:inline-block; font-size:14px; color:#a0a0a0; background: url("../images/yq_ico01.gif") no-repeat right center; padding:0 20px;}
.f_yq a:hover { color:#fff;}

/*底部结束*/

