.top_bg {
    height: 167px;
    background: url(../images/top_bg.gif) no-repeat center 0;
    position: relative;
    z-index: 10;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.h_con {
    height: 92px;
    padding: 20px 0 0;
    overflow: hidden;
}

.h_con .logo {
    float: left;
    width: 245px;
    padding: 0 20px 0 0;
}

.h_con .logo img {
    width: 245px;
    height: 75px;
}

.h_con .h_dw {
    float: left;
    font-size: 24px;
    color: #333;
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 22px;
    background: url(../images/t_line.gif) no-repeat 0 28px;
    font-weight: normal;
}

.h_dw b {
    color: #3367a6;
}

.h_tel {
    float: right;
    padding: 0 0 0 55px;
    height: 90px;
    line-height: 32px;
    background: url(../images/tel.gif) no-repeat 0 12px;
}

.h_tel em {
    display: block;
    font-size: 24px;
    color: #333;
}

.h_nav {
    height: 55px;
    line-height: 55px;
    padding-left: 165px;
    width: 1035px;
}

.h_nav li {
    height: 55px;
    float: left;
    padding: 0 19px;
    position: relative;
    background: url(../images/nav_bor.gif) no-repeat right 23px;
}

.h_nav li a {
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 55px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.h_nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 10px;
    background: #78b238;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.h_nav li a:hover:before,
.h_nav li a:focus:before,
.h_nav li a:active:before {
    right: 0;
}

.h_nav li.cur a {
    background: url(../images/nav_line.gif) no-repeat center 43px;
}

.h_nav li.nobor {
    background: none;
    padding-right: 0;
}

.h_nav li .erji {
    display: none;
    background: rgba(51, 103, 166, 0.8);
    width: 150px;
    position: absolute;
    top: 55px;
    left: -18px;
}

.h_nav li .erji li {
    height: 40px;
    line-height: 40px;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
    padding: 0;
    background: none;
}

.h_nav li .erji a,
.h_nav li.cur .erji a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 10px;
}

.h_nav li .erji li a:before,
.h_nav li.cur .erji li a:before {
    background: none;
}

em,
i {
    font-style: normal;
}


.fullSlide {
    min-width: 1200px;
    position: relative;
    height: 650px;
    overflow: hidden;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 650px;
}

.fullSlide .bd li img {
    width: 1920px;
    height: 650px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.fullSlide .hd {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 40px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .hd ul {
    margin-left: 500px;
}

.fullSlide .hd ul li {
    float: left;
    margin: 0 10px 0 0;
    display: inline;
    cursor: pointer;
    width: 60px;
    height: 5px;
    background: #000;
    text-indent: -9999px;
}

.fullSlide .hd ul .on {
    background: #78b238;
}


.s_bg {
    height: 74px;
    border-bottom: #e4e4e4 1px solid;
}

.search {
    width: 1200px;
    margin: 0 auto;
    height: 74px;
    overflow: hidden;
}

.search p {
    float: left;
    font-size: 14px;
    color: #999;
    width: 820px;
    height: 74px;
    line-height: 74px;
    overflow: hidden;
}

.search p a {
    font-size: 14px;
    color: #999;
    padding: 0 10px 0 0;
}

.search p a:hover {
    color: #3367a6;
}

.search .ser_inp {
    background: url(../images/s_inp.gif) no-repeat;
    width: 315px;
    height: 38px;
    border: none;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
    line-height: 38px;
    outline: none;
    margin-top: 19px;
    padding: 0 0 0 13px;
}

.search .ser_so {
    cursor: pointer;
    float: left;
    background: url(../images/s_so.gif) no-repeat;
    border: none;
    width: 49px;
    height: 38px;
    margin-top: 19px;
}

input::-webkit-input-placeholder {
    color: #999;
}


.f_bg {
    background: #f2f2f2;
    height: 330px;
    border-bottom: #3367a6 20px solid;
    overflow: hidden;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

.f_nav {
    height: 67px;
    line-height: 24px;
    overflow: hidden;
    padding: 42px 0 0;
    border-bottom: #92accc 2px solid;
}

.f_nav ul li {
    float: left;
    padding: 0 44px;
    text-align: center;
}

.f_nav ul li a {
    font-size: 16px;
    color: #696969;
}

.f_nav ul li i {
    display: block;
    color: #a4a4a4;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.f_nav ul li a:hover,
.f_nav ul li a:hover i {
    color: #000;
}

.f_logo {
    width: 345px;
    height: 85px;
    padding: 75px 0 0;
}

.f_logo img {
    width: 285px;
    height: 85px;
}

.f_ban {
    width: 560px;
    padding: 38px 0 0;
    height: 170px;
}

.f_ban p {
    line-height: 36px;
    font-size: 14px;
    color: #666;
    padding: 0 0 0 30px;
}

/* .f_ban span{padding: 0 10px;} */
.f_ban a {
    color: #666;
}

.f_ban .f_p01 {
    background: url(../images/f_ico01.png) no-repeat 0 9px;
}

.f_ban .f_p02 {
    background: url(../images/f_ico02.png) no-repeat 0 9px;
}

.f_ban .f_p03 {
    background: url(../images/f_ico03.png) no-repeat 0 13px;
}

.f_ban .f_p04 {
    background: url(../images/f_ico04.png) no-repeat 0 11px;
}

.f_er {
    width: 280px;
    height: 168px;
    padding: 40px 0 0;
}

.f_er p {
    width: 110px;
    float: left;
    padding: 0 0 0 30px;
    text-align: center;
}

.f_er img {
    width: 100px;
    height: 100px;
    display: block;
    border: #fff 5px solid;
}

.f_er p span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #3467a6;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #3467a6;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}