﻿@charset "UTF-8";


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
    border: none;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button {
    vertical-align: middle;
    border: none;
}

textarea {
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    background: 0 0;
    font-family: "Microsoft YaHei";
}

input {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

.rt {
    float: right;
}

.lf {
    float: left;
}

body {
    color: #333;
    font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table tr td,
table {
    border-collapse: collapse;
}


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}


/****************************************动画****************************************/


/* 鼠标经过图片放大 */

.act-big a {
    overflow: hidden;
}

.act-big a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.act-big a:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    -moz-transform: translate3d(0, 0, 0) scale(1.05);
    -ms-transform: translate3d(0, 0, 0) scale(1.05);
    -o-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
}


/* 鼠标经过抖动动画 */

.act-rotate a:hover img {
    animation: myrotate 0.5s;
    -moz-animation: myrotate 0.5s;
    -webkit-animation: myrotate 0.5s;
    -o-animation: myrotate 0.5s;
}

@keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Firefox */

@-moz-keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Safari 和 Chrome */

@-webkit-keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Opera */

@-o-keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/*图片hover 透明度*/

.act-imgop a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/****************************************功能类****************************************/

.f-otw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f-oh {
    overflow: hidden;
}

.f-oh2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.f-csp {
    cursor: pointer;
}

.f-csd {
    cursor: default;
}

.f-csh {
    cursor: help;
}

.f-csm {
    cursor: move;
}

.f-csna {
    cursor: not-allowed;
}

.f-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-df {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.f-tdu,
.f-tdu:hover {
    text-decoration: underline;
}

.f-pr {
    position: relative;
}

.f-fwn {
    font-weight: normal;
}

.f-fwb {
    font-weight: bold;
}

.f-tal {
    text-align: left;
}

.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-mcen {
    margin: 0 auto;
}

.f-mt10 {
    margin-top: 10px;
}

.f-mt15 {
    margin-top: 15px;
}

.f-mt20 {
    margin-top: 20px;
}

.f-mt50 {
    margin-top: 50px;
}

.f-plr10 {
    padding: 0 10px;
}

.f-plr15 {
    padding: 0 15px;
}

#footer {
    background: #023e7a;
}

.foot-c {
    display: table;
    /* padding: 28px 0; */
    margin: 0 auto;
    width: 1100px;
}

.foot-l {
    display: table-cell;
    width: 220px;
    vertical-align: middle;
}

.foot-m {
    display: table-cell;
    width: 820px;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
}

.foot-m h3 {
    font-size: 15px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 10px;
}

.foot-m p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.foot-m a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.foot-r {
    display: table-cell;
    width: 220px;
    vertical-align: middle;
    text-align: right;
    font-size: 0;
}

.foot-r div {
    display: inline-block;
    margin: 0 6px;
}

.foot-r div img {
    width: 74px;
    border: 5px solid #fff;
}

.foot-r div p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
}

#link {
    margin-top: 25px;
}

.links {
    background: #fff;
    overflow: hidden;
}

.home_links {
    padding: 16px 0;
    height: auto;
    overflow: hidden;
}

.home_links .link {
    margin: 0 auto;
    text-align: center;
}

.dhlj li {
    display: inline-block;
    text-align: left;
    padding: 0 72px;
    font-size: 16px;
    color: #444;
    line-height: 23px;
    cursor: pointer;
}

.dhlj li p {
    padding-right: 34px;
    font-size: 18px;
    background: url(../images/link0010510001.png) right center no-repeat;
}

.dhlj li.on p {
   
    color: #2c69bc;
}

.home_links_drop ul {
    display: none;
    font-size: 16px;
    padding: 20px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.home_links_drop ul li {
    float: left;
    width: 11%;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_links_drop ul li a:hover {
    color: #2c69bc;
}


/* 右侧漂浮 */

.ycpf {
    position: fixed;
    top: 50%;
    right: 70px;
    z-index: 99;
    margin-top: -140px;
}

.ycpf ul {
    width: 100%;
}

.ycpf ul li {
    margin-bottom: 15px;
    position: relative;
}

.ycpf ul li a {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #f3f9ff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.ycpf ul li .an {
    vertical-align: middle;
    display: inline-block;
    display: none;
    transition: all 0.3s;
}

.ycpf ul li .an:first-child {
    display: inline-block;
}

.ycpf ul li .ewm {
    opacity: 0;
    display: none;
    /**/
    position: absolute;
    top: 0;
    right: -10px;
    width: 110px;
    height: 112px;
    padding: 9px 8px 14px 2px;
    background: url(../images/pfewmbj.png) no-repeat left top;
    background-size: 120%;background-position: -26px -17px;transition: all 0.3s;
    z-index: 999;
}

.ycpf ul li .ewm img {
    width: 100px;
    height: 100px;
    display: block;
position: relative;right: -1px;}

.ycpf ul li .ewm span {
    display: block;
    width: 90%;
    height: 22px;
    line-height: 24px;
    color: #333;
    text-align: center;
    font-size: 12px;
padding-right: 0;}

.ycpf ul li:hover a {
    background: #2c69bc;
}

.ycpf ul li:hover a .an {
    display: inline-block;
}

.ycpf ul li:hover a .an:first-child {
    display: none;
}

.ycpf ul li:hover .ewm {
    opacity: 1;
    right: 50px;
    display: block;
}