
.top_bg {
    height: 169px;
    background: url(../images/top_bg.gif) repeat-x;
}

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

.h_con {
    height: 85px;
    padding: 22px 0 0;
}

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

.logo img {
    /*width: 180px;*/
    /*height: 52px;*/
    height: 65px;
    margin-left: 55px;
}

.h_dw {
    float: left;
    line-height: 32px;
    font-size: 30px;
    color: #333;
    padding: 0 0 0 0px;
    position: relative;
}

.h_dw:before {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    top: 8px;
    left: 0;
}

.h_dw i {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.h_tel {
    float: right;
    padding: 20px 0 0;
    position: relative;
}

.h_tel b {
    display: block;
    float: left;
    font-size: 26px;
    color: #333;
    line-height: 40px;
    height: 40px;
    padding: 12px 0 0 50px;
    font-family: "DINOT";
    background: url(../images/tel.gif) no-repeat;
    margin-left: 30px;
}

.h_nav ul {
    width: 1200px;
    margin: 0 auto;
}

.h_nav {
    height: 62px;
}

.h_nav li {
    height: 62px;
    line-height: 62px;
    float: left;
    padding: 0 38px;
    position: relative;
    width: 170px;
    text-align: center;
}

.h_nav li p {
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 99;
    background: rgba(225, 225, 225, 0.9);
    width: 100%;
    display: none;
    text-align: center;
}

.h_nav li p a {
    text-align: center;
    float: none;
    width: 100%;
}

.h_nav li a {
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
    vertical-align: middle;
    height: 62px;
    -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%;
    top: 0;
    background: #3871c1;
    height: 3px;
    -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, .h_nav li.cur a:before {
    right: 0;
}

.h_nav li.cur a, .h_nav li a:hover {
    font-weight: bold;
    color: #3871c1;
}

.h_nav li:first-child {
    padding-left: 0;
}

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

em, i {
    font-style: normal;
}


.banner {
    position: relative;
    height: auto;
    clear: both;
}

.banner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.banner .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 9;
    width: 80px;
    height: 80px;
    margin-top: -50px;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: .8s;
}

.banner .slick-prev {
    left: 3%;
    background: url(../images/lefts.png) no-repeat center center;
    opacity: 0;
}

.banner .slick-next {
    right: 3%;
    background: url(../images/rights.png) no-repeat center center;
    opacity: 0;
}

.banner:hover .slick-prev {
    left: 5%;
    opacity: 0.8;
}

.banner:hover .slick-next {
    right: 5%;
    opacity: 0.8;
}

.slick-dots {
    position: absolute;
    left: 5%;
    font-size: 0;
    bottom: 5%;
    width: 90%;
    text-align: center;
    outline: none;
    z-index: 4;
}

.slick-dots li {
    display: inline-block;
    margin: 0 8px;
    outline: none;
}

.slick-dots li button {
    display: block;
    border: 0 none;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-right: 12px;
    display: inline-block;
    outline: none;
    background: #fff;
    transition: .5s;
}

.slick-dots .slick-active button {
    background: #3871c1;
    width: 60px;
}


.s_bg {
    background: url(../images/s_line.gif) no-repeat center bottom;
    height: 64px;
    overflow: hidden;
}

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

.search p {
    float: left;
    font-size: 14px;
    color: #666;
    width: 900px;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
}

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

.search p a:hover {
    color: #3871c1;
}

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

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

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


.f_bg {
    background: url(../images/f_bg.jpg) no-repeat center 0;
    height: 306px;
    overflow: hidden;
}

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

.f_logo {
    width: 235px;
    height: 240px;
    overflow: hidden;
    background: #3871c1;
    padding: 34px 0 0;
}

.f_logo h5 {
    width: 185px;
    margin: 0 auto;
    line-height: 0;
}

.f_logo h5 img {
    width: 185px;
    height: 52px;
}

.f_logo p {
    width: 102px;
    text-align: center;
    line-height: 0;
    padding: 20px 0 0;
    margin: 0 auto;
}

.f_logo p img {
    width: 100px;
    height: 100px;
    border: #fff 1px solid;
    line-height: 0;
    display: block;
}

.f_logo span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.f02 {
    width: 520px;
    padding: 35px 0 0 65px;
    height: 240px;
    overflow: hidden;
}

.f_nav {
    height: 115px;
    overflow: hidden;
    width: 402px;
    padding: 20px 0 0;
}

.f_nav ul li {
    height: 32px;
    line-height: 32px;
    background: url(../images/f_ico01.png) no-repeat 0 14px;
    overflow: hidden;
    padding: 0 0 0 20px;
    width: 110px;
    float: left;
}

.f_nav ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

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

.f02 p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    background: url(../images/f_line.png) no-repeat;
    width: 390px;
    padding: 15px 0 0;
}

.f02 p a {
    color: rgba(255, 255, 255, 0.9);
}

.f02 p i {
    padding: 0 10px;
}

.f02 p span {
    display: block;
}

.f_ban {
    width: 375px;
    padding: 56px 0 0;
    height: 250px;
    overflow: hidden;
}

.f_ban p {
    padding: 0 0 0 35px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    height: 45px;
}

.f_ban p b {
    display: block;
}

.f_ban p i {
    font-size: 16px;
    padding: 0 20px 0 0;
    /*font-weight: bold;*/
}

.f_ban p em {
    font-size: 16px;
}

.f_p01 {
    background: url(../images/f_ico02.png) no-repeat 0 22px;
}

.f_p02 {
    background: url(../images/f_ico03.png) no-repeat 0 16px;
}

.f_p03 {
    background: url(../images/f_ico04.png) no-repeat 0 16px;
}


.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: #3871c1;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

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