
.top_bg {
    height: 180px;
    /*background: url(../image/top_bg.gif) repeat-x;*/
    overflow: hidden;
}

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

.h_con {
    height: 97px;
    padding: 23px 0 0;
    overflow: hidden;
    position: relative;
}

.h_con h1 {
    float: left;
    width: 160px;
}

.h_con h1 img {
    width: 146px;
    height: 74px;
}

.h_con .h_dw {
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    height: 56px;
    line-height: 62px;
    overflow: hidden;
    /*background: url(../image/t_line.gif) no-repeat 0 55px;*/
}

.h_dw i {
    color: #29934c;
}

.h_con .tel {
    float: right;
    line-height: 24px;
    background: url(../image/tel.gif) no-repeat 0 23px;
    padding: 10px 0 0 32px;
    font-size: 14px;
    color: #333;
}

.tigong {
    position: absolute;
    margin-top: 4%;
    margin-left: 159px;
}

.tel b {
    color: #FC011A;
    display: block;
    font-size: 19px;
    /*font-family: "Times New Roman", Times, serif;*/
}

.h_nav {
    height: 60px;
    line-height: 60px;
    overflow: hidden;

}

.h_nav em {
    width: 16px;
    height: 16px;
    display: block;
    line-height: 0;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 20;
}

.h_nav em img {
    width: 16px;
    height: 16px;
}

.h_nav li {
    height: 60px;
    float: left;
    /*background: url(../image/nav_bor.gif) no-repeat right 24px;*/
    padding: 0 22px;
}

.h_nav li a {
    /*font-size: 14px;*/
    color: #333;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    -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: 0;
    background: #29934c;
    height: 1px;
    -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(../image/nav_line.gif) repeat-x 0 bottom;
}

.h_nav li a:hover {
    color: #29934c;
}

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

em, i {
    font-style: normal;
}


/*banner*/
.fullSlide {
    min-width: 1200px;
    position: relative;
    height: 680px;
}

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

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

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

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

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

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

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

.fullSlide .hd ul li {
    float: left;
    margin: 0 5px;
    display: inline;
    cursor: pointer;
    width: 17px;
    height: 17px;
    background: #909399;
    text-indent: -999px;
    border-radius:20px
}

.fullSlide .hd ul .on {
    background: #ffffff;
    width:43px;
}

.fullSlide .pageState {
    display: block;
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: -105px;
    right: 0;
    height: 103px;
    width: 133px;
    text-align: center;
    line-height: 88px;
    overflow: hidden;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.fullSlide .pageState span {
    font-size: 60px;
}


.search {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 76px;
}

.search p {
    float: left;
    font-size: 14px;
    color: #666;
    width: 780px;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url(../image/s_line.gif) no-repeat 0 32px;
    padding: 0 0 0 10px;
}

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

.search p a:hover {
    color: #29934c;
}

.search .ser_inp {
    width: 230px;
    height: 20px;
    border: none;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
    line-height: 20px;
    outline: none;
    margin-top: 26px;
}

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

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

/*.search span {*/
/*    display: block;*/
/*    width: 133px;*/
/*    height: 103px;*/
/*    background: #29934c;*/
/*    position: absolute;*/
/*    top: -27px;*/
/*    right: 0;*/
/*}*/


.f_bg {
    background: url(../image/f_bg.jpg) no-repeat center 0;
    height: 260px;
    padding: 85px 0 0;
    overflow: hidden;
}

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

.f_nav {
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    padding: 0 0 0 240px;
    width: 960px;
}

.f_nav ul li {
    float: left;
    background: url(../image/f_line01.gif) no-repeat left 28px;
}

.f_nav ul li a {
    font-size: 14px;
    color: #333;
    padding: 0 20px 0 30px;
}

.f_nav ul li a:hover {
    font-weight: bold;
}

.f_nav ul li:first-child {
    background: none;
}

.f_logo {
    width: 475px;
    height: 167px;
    padding: 27px 0 0;
    background: url(../image/f_line.gif) no-repeat right 25px;
}

.f_logo h5 {
    width: 180px;
    height: 114px;
    float: left;
}

.f_logo h5 img {
    width: 180px;
    height: 114px;
}

.f_logo p {
    float: left;
    width: 250px;
    padding: 10px 0 0 30px;
}

.f_logo p span {
    display: block;
}

.f_logo p, .f_ban p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.f_logo p em {
    padding: 0 10px;
}

.f_logo p a, .f_ban p a {
    color: #333;
}

.f_ban {
    width: 350px;
    height: 165px;
    padding: 29px 0 0 40px;
}

.f_ban p {
    padding-left: 35px;
    line-height: 34px;
}

.f_p01 {
    background: url(../image/f_ico01.gif) no-repeat 0 7px;
}

.f_p02 {
    background: url(../image/f_ico02.gif) no-repeat 0 7px;
}

.f_p03 {
    background: url(../image/f_ico03.gif) no-repeat 0 7px;
}

.f_er {
    height: 170px;
    width: 320px;
    padding: 24px 0 0;
}

.f_er p {
    width: 160px;
    float: left;
}

.f_er img {
    width: 110px;
    height: 110px;
    display: block;
    float: left;
}

.f_er span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    float: left;
    width: 25px;
    text-align: center;
    padding: 18px 5px 0 0;
}


.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(../image/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: #29934c;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #29934c;
    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;
}

.p1-search-1 p {
    color: #444;
    line-height: 82px;
}

.p1-search-1 a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
}
    
