* {
    margin: 0;
    padding: 0
}

div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,th,td {
    margin: 0;
    padding: 0
}

ul,li {
    list-style: none
}

i,b,em {
    font-style: normal
}

a {
    text-decoration: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

img {
    border: 0
}

.cent {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.margin {
    margin: 0 auto
}

body {
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,'Microsoft Yahei';
    font-weight: 400;
    margin: 0;
    min-width: 1200px;
    color: #333
}

.ct {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.b {
    font-weight: 700
}

.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}

.crfff {
    color: #fff
}

#header h1 {
    display: none
}

.head_top {
    height: 36px;
    background: #f5f5f5;
    line-height: 36px;
    font-size: 12px;
    font-family: 微软雅黑;
    color: gray
}

.head_tc {
    position: relative;
    height: 130px
}

.head_tl {
    width: 40%
}

.head_tl dl {
    position: absolute;
    left: 140px;
    top: 0;
    text-align: center;
    z-index: 999
}

.head_tl dt {
    width: 70px;
    height: 36px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
    color: gray
}

.head_tl dt i {
    display: inline-block;
    margin-left: .5em;
    width: 10px;
    height: 10px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/head_icon.png) -46px -5px no-repeat;
    margin-top: 4px;
    vertical-align: middle
}

.head_tl dl:hover dt {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    color: #0069b7;
    background: #fff
}

.head_tl dl:hover dt i {
    background: url(http://demo.admin868.com/demo86/templets/demo/css/head_icon.png) -46px -19px no-repeat
}

.head_tl dl:hover dt div {
    border-bottom: 1px solid #fff
}

.head_tl dl:hover dd {
    display: block
}

.head_tl dd p i {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/head_icon.png) 0 -34px;
    vertical-align: middle;
    margin-right: 4px
}

.head_tl dt div {
    width: 70px;
    height: 31px;
    line-height: 26px;
    z-index: 9999;
    display: inline-block
}

.head_tl dd {
    display: none;
    background: #fff;
    border: 1px solid #d8d8d8;
    text-align: left;
    color: #666;
    padding: 0 10px 8px;
    overflow: hidden
}

.head_tl dd ul a {
    display: inline-block;
    width: 60px;
    line-height: 30px;
    background: red;
    text-align: center;
    color: #676767;
    background: #f3f3f3
}

.head_tl dd ul a:hover {
    background: #0099e6;
    color: #fff
}

.head_tr {
    width: 40%;
    text-align: right;
    font-size: 12px;
    position: relative;
}
.head_tr a:first-child:after{
    content: "|";
    position: absolute;
    right: 64px;
    color: #999;
}
.head_tr a:first-child{
    margin-right: 32px;
}
.head_tr i {
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 3px;
    background: url(../image/topr_dian.jpg) no-repeat center top;
    background-size: 80%;
    vertical-align: middle
}

.head_tr em {
    display: inline-block;
    width: 10px;
    height: 23px;
    background: url(../image/topr_phone.jpg) no-repeat center top;
    vertical-align: middle
}

.head_tr span {
    color: #fc5a65;
    font-weight: 700
}

.head_ct {
    position: relative;
    height: 94px
}

.head_ct .logo {
    margin-top: 20px;
}

.head_ct .headerct {
    font-family: headerce;
    font-size: 32px;
    position: absolute;
    left: 270px;
    top: 0;
    line-height: 110px
}

.head_ct .head_cr {
    position: absolute;
    right: 0;
    top: 25px;
    background: url(../image/phone.jpg) no-repeat center;
    width: 260px;
    height: 60px
}

.head_bt {
    width: 1200px;
    margin: 0 auto
}

.head_bt_left {
    width: 900px
}

.nav {
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 597;
    margin-top: 20px;
}

.nav li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    transition: all .3s ease;
}
.nav li:hover{
    transition: all .3s ease;
}

.nav li.act,.nav ul {
    width: 240px;
    text-align: center
}

.nav li:hover {
    position: relative;
    z-index: 599;
    cursor: default
}
.nav li a{
    line-height: 50px;
    display: block;
}
.nav li a:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 4px;
    transition: all .3s ease;
    bottom: 0;
    left: 50%; 
    background: #2471d0;
}
.nav li:hover a:after{
    width: 100%;
    transition: all .3s ease;
    margin-left: -50%;   
}

.nav ul.hid {
    position: absolute;
    left: 0;
    z-index: 598;
    width: 240px;
    height: 444px;
    line-height: 26px;
    overflow: hidden
}

.nav ul.hid li {
    width: 100%;
    height: 88px;
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    background: url(../image/navbg.png)
}

.nav ul li {
    float: none
}

.nav li:hover>ul {
    visibility: visible
}

.nav li.act i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    background: url(../image/v0.png) no-repeat center
}

.nav ul.hid li dt em {
    margin-right: 10px
}

.nav ul.hid li a:hover {
    text-decoration: underline
}

.nav li a {
    font-size: 16px;
}

.nav li a:hover {
    color: #2471d0
}
.nav li:nth-last-child(2){
    margin-right: 240px;
}
.nav li.tel{
    position: absolute;
    right: 0px;
    top: -20px;
    height: 94px;
    line-height: 94px;
    background: #2471d0;
    color: #fff;
    font-size: 28px;
    font-family: impact;
    padding: 0 20px 0px 50px;
}
.nav li.tel:before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../image/head_tel.png) no-repeat left center;
    left: 20px;
    top: 32px;
}

.nav li.act,.nav ul.hid li,.nav ul.hid li a {
    color: #fff
}

.nav ul.hid li dt {
    padding-top: 17px;
    margin-bottom: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -15px;
}

.nav ul.hid li.v1 em {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/v1.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%
}

.nav ul.hid li.v2 em {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/v2.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%
}

.nav ul.hid li.v3 em {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/v3.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%
}

.nav ul.hid li.v4 em {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(../image/v4.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%
}

.nav ul.hid li.v5 em {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/v5.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 90%
}

.search {
    width: 227px;
    height: 40px;
    text-align: right;
    font-size: 16px;
    background: #0099e6
}

.search input {
    border: 1px solid #0099e6;
    width: 160px;
    height: 38px;
    padding-left: 15px
}

.search i {
    width: 50px;
    height: 40px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/search.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.feate ul {
    width: 1200px;
    overflow: hidden;
    margin: 26px auto
}

.feate ul li:first-child {
    margin-left: 0
}

.feate ul li {
    width: 292px;
    height: 62px;
    float: left;
    margin-left: 10px;
    position: relative;
    overflow: hidden
}

.feate ul li dt {
    position: absolute;
    width: 60px;
    height: 60px
}

.feate ul li dd {
    position: absolute;
    left: 78px;
    top: 8px
}

.feate ul dt.fea1 {
    background: url(../image/fea1.png) no-repeat center;
    vertical-align: middle
}

.feate ul dt.fea2 {
    background: url(../image/fea2.png) no-repeat center;
    vertical-align: middle
}

.feate ul dt.fea3 {
    background: url(../image/fea3.png) no-repeat center;
    vertical-align: middle
}

.feate ul dt.fea4 {
    background: url(../image/fea4.png) no-repeat center;
    vertical-align: middle
}

.feate ul dt.fea5 {
    background: url(../image/fea5.png) no-repeat center;
    vertical-align: middle
}

.feate ul dd strong {
    font-size: 16px;
    padding-top: 10px
}

#footer {
    height: 320px;
    background: #333;
    color: #fff
}

#footer a {
    color: #fff
}

.footer {
    position: relative;
    height: 260px;
    padding-top: 50px
}

.foot_c {
    position: absolute;
    left: 390px;
    width: 550px;
}

.foot_c dl {
    float: left;
    margin: 0 30px 0px 0px;
}

.foot_c dl dt {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 30px
}

.foot_c dl dd {
    line-height: 30px
}

.foot_c dl dd:hover {
    text-decoration: underline
}

.foot_r {
    position: absolute;
    right: 0px;
    width: 140px;
    text-align: center
}

.foot_r p {
    margin-top: 6px;
    line-height: 22px
}

.foot_r img {
    width: 120px;
    height: 120px
}

.foot_l {
    position: absolute;
    width: 256px;
    left: 0px
}

.foot_l dl {
    width: 100%;
    margin-top: 10px
}

.foot_l dl dt {
    width: 50px;
    height: 50px
}

.foot_l dl dd {
    width: 200px;
    height: 50px
}

.foot_l dt.i {
    width: 30px;
    height: 30px;
    background: url(../image/head_tel.png) no-repeat left center;
    vertical-align: middle;
    margin-right: 6px;    
}

.foot_l dt.em {
    width: 50px;
    height: 50px;
    background: url(../image/footer_qq.png) no-repeat center;
    vertical-align: middle
}

.foot_l dd strong {
    font-size: 30px;
    font-family: impact;
    font-weight: normal;
}

.bt_phone strong {
    line-height: 30px
}

.bt_phone p {
    line-height: 20px;
    font-size: 13px
}

.bt_qq {
    line-height: 50px
}

#footer .bottom {
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%;
    border-top: 1px rgba(255,255,255,.1) solid;
    padding-top: 25px;    
}

.side {
    position: fixed;
    width: 60px;
    height: 180px;
    right: 0;
    bottom: 10%;
    z-index: 100;
}

.side ul li {
    width: 60px;
    height: 60px;
    position: relative;
    transition: all .3s ease;
    background: rgba(0,0,0,.8);
}
.side ul li:first-child{
    border-radius: 10px 0px 0px;
}
.side ul li:last-child{
    border-radius: 0px 0px 0px 10px;
}
.side ul li:hover {
    transition: all .3s ease;
}

.side ul li span {
    position: absolute;
    left: -60px;
    visibility: hidden;
    opacity: 0;
    height: 60px;
    line-height: 60px;
    display: block;
    transition: all .3s ease;
    color: #fff;
    background: rgba(0,0,0,.9);
    width: 190px;
    z-index: -1;
    padding-left: 20px;
    border-radius: 10px 0px 0px 10px;
}
.side ul li:first-child span{
    width: 280px;
}
.side ul li:hover span {
    transition: all .3s ease;
    visibility: visible;
    opacity: 1;
    left: -130px;
}
.side ul li:first-child:hover span {
    left: -240px;
}
.side ul li:nth-child(1):hover span {
    font-size: 15px;
}
.side ul li:nth-child(2):hover span {
    left: -90px;
}
.side ul li:last-child:hover{
    background-color: rgba(0,0,0,.9);
}

.side ul li .sidebox {
    vertical-align: middle;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    transition: all .3s;
    opacity: .8;
    filter: Alpha(opacity=80);
    color: #fff;
}

.side ul li .side1 {
    background: url(../image/sider.png) no-repeat 19px center
}

.side ul li .side2 {
    background: url(../image/sider1.png) no-repeat 16px center
}

.side ul li .side3 {
    background: url(../image/sider2.png) no-repeat 19px center
}

.side ul li .side4 {
    background: url(../image/sider3.png) no-repeat 18px center
}

.side ul li .side5 {
    background: url(../image/sider4.png) no-repeat 18px center
}

.side ul li .side6 {
    background: url(../image/sider5.png) no-repeat 19px center
}

.side ul li .sidebox img {
    padding: 11px 18px;
    float: left
}

.side ul li .sidetop img {
    padding: 15px;
    float: left
}

.side ul li .sidetop {
    width: 60px;
    height: 60px;
    display: inline-block;
    opacity: .8;
    filter: Alpha(opacity=80);
    transition: all .3s;
    cursor: pointer
}

.side .sider_2wm {
    position: absolute;
    right: 60px;
    top: -180px;
    display: none
}

.side .sider_h:hover .sider_2wm {
    display: block
}

.sider_left {
    position: fixed;
    width: 144px;
    z-index: 9999;
    left: 0;
    top: 50%;
    margin-top: -200px;
    display: none
}

.sider_left .sider_lx {
    width: 20px;
    height: 20px;
    background: url(http://demo.admin868.com/demo86/templets/demo/css/sider_lx.png) no-repeat center;
    position: absolute;
    top: 4px;
    left: 120px;
    cursor: pointer
}

.sider_left_mini {
    width: 52px
}

.sider_left_mini .sider_lx {
    left: 50px;
    display: none
}
.container{
    width: 1200px;
}
