* {
    padding: 0;
    margin: 0;
}

@font-face{
	font-family: 'PT serif';
	src: url('./fonts/PT_Serif-Web-Regular.ttf');
}

html,
body {
    color: #333;
    font-size: 16px;
	font-family:"微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.overflow {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: auto;
    display: block;
}

body {
    padding-top: 167px;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.top-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.b-top {
    overflow: hidden;
    line-height: 43px;
}

.b-top-c {
    float: right;
}

.b-top-r {
    float: left;
    overflow: hidden;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.b-top-r>ul>li {
    float: left;
    font-size: 0;
}

.b-top-r>ul>li:first-child {
    margin-right: 10px;
    padding-right: 10px;
}

.b-top-r>ul>li img {
    vertical-align: middle;
}

.b-top-r>ul>li a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 20px;
    color: #666666;
    border-right: 1px solid #cccccc;
}

.b-top-r>ul>li a:first-child {
    border: none;
}

.b-top-r>ul>li a:hover {
    color: #0e4f8f;
}

.search {
    float: right;
    font-size: 15px;
    overflow: hidden;
    font-size: 0;
    transition: all 0.3s;
}

.search-box {
    float: right;
    text-align: center;
    border-radius: 5px;
}

.head.on .search-box input[type="text"] {
    background: #e8e2e2;
}

.search-box input[type="text"] {
    width: 0;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    transition: all 0.3s;
}

.search-box img {
    display: inline-block;
    cursor: pointer;
    margin: 5px auto;
    vertical-align: middle;
}

.t-search {
    /* background: #223356; */
    display: none;
    margin-top: 10px;
    overflow: hidden;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #0e4f8f;
    float: right;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #0e4f8f;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}


/* nav */

.head {
    z-index: 99999;
    transition: all 0.3s;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.head-top {
    position: relative;
    z-index: 999;
    transition: all 0.3s;
    margin: 0 80px;
    padding: 30px 0;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    max-height: 75px;
    vertical-align: middle;
    transition: all 0.3s;
}

.nav {
    max-width: 1740px;
    margin: 0 auto;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
}

.nav>ul {
    font-size: 0;
    transition: all 0.3s;
}

.nav>ul>li {
    display: inline-block;
    width: 9%;
    position: relative;
    transition: all 0.3s;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-left: 1px solid #d8d8d8;
}

.nav>ul>li:first-child {
    margin-left: 0;
    border-left: none;
}

.nav>ul>li:hover {
    background: #336bae;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li>a {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    position: relative;
	text-transform: uppercase;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.head.on .nav>ul>li ul {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 280px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
}

.nav>ul>li ul li {
    float: left;
    width: 120px;
    padding: 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #336bae;
}

.nav>ul>li.on>a:after {
    height: 20px;
    bottom: -20px;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-dots {
    position: absolute;
    width: auto;
    bottom: 30px;
    right: 50%;
    margin-right: -650px;
    text-align: center;
    z-index: 9;
    font-size: 0;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
    transition: all 0.5s;
    margin: 0 10px;
    vertical-align: middle;
}

.banner .slick-dots li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #000;
    vertical-align: middle;
    transition: all 0.5s;
    opacity:0.25;
}

.banner .slick-dots li button {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    vertical-align: middle;
text-indent: -99px;
overflow:hidden;
}

.banner .slick-dots li.slick-active button {
    color: #fff;
}

.banner .slick-dots li.slick-active::after {
    width: 40px;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.banner .slick-slide a p {
    position: absolute;
    bottom: 20px;

    font-size: 30px;
    color: #fff;
    z-index: 9;
    max-width: 1000px;
    padding-right: 230px;
    padding-left: 50px;
    background: url(../images/banner-p-icon.png) no-repeat;
    background-position: left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    max-width: 100%;
}

.pic {
    padding-top: 61%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;

    top: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    padding-top: 75px;
    padding-bottom: 35px;
    background: #195694 url(../images/footer-hua.png) no-repeat;
    background-position: center top;
}

.foot-l {
    float: left;
    width: 50%;
    max-width: 490px;
}

.foot-l>a {
    display: block;
    line-height: 42px;
}

.foot-l>a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}

.links>span {
    color: #fff;
    display: block;
    font-size: 24px;
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.links>ul {
    overflow: hidden;
}

.links>ul>li {
    float: left;
    width: 50%;
    line-height: 30px;
}

.links>ul>li>a {
    display: block;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.links>ul>li>a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin-right: 5px;
}

.foot-r {
    float: right;
    width: 50%;
    max-width: 520px;
}

.foot-r>ul>li {
    float: left;
    position: relative;
    margin-right: 35px;
}

.foot-r>ul>li>img {
    display: block;
}

.foot-r>ul>li>div {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    background: #fff;
}

.foot-r>ul>li>div::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.foot-r>ul>li>div>img {
    display: block;
    width: 120px;
}

.foot-r>ul>li:hover div {
    display: block;
}

.foot-info>span {
    color: #fff;
    display: block;
    font-size: 24px;
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.foot-info>span a {
    float: right;
    padding: 0 10px;
    background: #bf0505;
    color: #fff;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
}

.foot-info>span a img {
    margin-right: 5px;
    vertical-align: middle;
}

.foot-info p {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.bq {
    color: rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 14px;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    margin-top: 30px;
}



.fixed-r {
    position: fixed;
    top: 50%;
    width: 55px;
    right: 0;
    transform: translateY(-50%);
    background: #e9e9e9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 9999;
}

.fixed-r ul li {
    position: relative;
    line-height: 65px;
    border-top: 1px solid #dddddd;
    z-index: 9;
    text-align: center;
    cursor: pointer;
}

.fixed-r ul li>img {
    vertical-align: middle;
}

.fixed-r ul li>div {
    position: absolute;
    right: 0;
    transition: all .6s;
    opacity: 0;
    z-index: -1;
    width: 100px;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.fixed-r ul li>div img {
    display: block;
    width: 100%;
}

.fixed-r ul li:hover {
    z-index: 9;
    background: #f6f8f9;
    /* background: rgba(0, 70, 154, .2); */
}

.fixed-r ul li:hover div {
    right: 100%;
    margin-right: 5px;
    opacity: 1;
    z-index: 1;
}

.fixed-r ul li a {
    display: block;
}

.fixed-r ul li a img {
    vertical-align: middle;
}



@media screen and (max-width:1680px) {
    .px1300 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-top {
        margin: 0 30px;
    }
    .logo a img {
        height: 35px;
    }
    .head-top {
        background-size: auto 30px;
    }
    .nav>ul>li>a {
        font-size: 16px;
    }
    .banner .slick-dots {
        right: 0;
        margin-right: 10px;
    }
    .banner .slick-slide a p {
        left: 0;
        margin-left: 0;
        padding-left: 35px;
        font-size: 18px;
        padding-right: 150px;
        background-position: 10px center;
        background-size: auto 20px;
    }
    .banner .slick-dots li {
        margin: 0;
    }
    .banner .slick-dots li.slick-active::after {
        width: 30px;
    }
    .banner .slick-dots {
        bottom: 20px;
    }
}

@media screen and (max-width:1280px) {
    body {
        padding-top: 171px;
    }
    .nav {
        padding: 20px 0;
    }
    .nav>ul>li>a {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .b-top {
        display: none;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0, 0, 0, .2);
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 35px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-nav {
        position: fixed;
        width: 100%;
        z-index: 999;
        left: -100%;
        top: 60px;
        right: 0;
        bottom: 0;
        transition: all 0.5s;
    }
    .m-nav.on {
        left: 0;
    }
    .m-nav-bj {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(14, 79, 143, 0.5);
        z-index: 1;
    }
    .m-nav>ul {
        position: absolute;
        left: 0;
        top: 96px;
        bottom: 0;
        right: 50%;
        padding: 10px 0;
        overflow-y: scroll;
        background: #0e4f8f;
        z-index: 999;
    }
    .m-nav>ul>li {
        float: none;
        width: auto;
        display: block;
        text-align: left;
        margin: 0;
        height: auto;
        position: relative;
        box-sizing: border-box;
        transition: all 0.5s;
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    .m-nav>ul>li:first-child>a {
        border: none;
    }
    .m-nav>ul>li.on {
        background: #336bae;
        border-color: #336bae;
    }
    .m-nav>ul>li.on>a,
    .m-nav>ul>li.on+li>a {
        border-color: transparent;
    }
    .m-nav>ul>li>a {
        display: block;
        padding: 0 10px;
        color: #fff;
        line-height: 35px;
        position: relative;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #2f9ba0;
        top: 0;
    }
    .m-nav>ul>li.active>a {
        color: #c01c1c;
    }
    .m-nav>ul>li.active>a::after {
        content: none;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 15px;
        height: 15px;
        background: url(../images/nav_down.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        right: 10px;
        top: 20px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .m-nav>ul>li>span.on {
        background: url(../images/nav_down-on.png) no-repeat;
        background-size: 100%;
        background-position: center center;
    }
    .m-nav>ul>li>ul {
        position: fixed;
        padding-top: 105px;
        left: 100%;
        width: 50%;
        bottom: 0;
        box-shadow: none;
        overflow-y: scroll;
        background: #336bae;
        transition: all 0.5s;
        top: 60px;
        z-index: 999;
    }
    .m-nav>ul>li.on ul {
        left: 50%;
    }
    .m-m-nav>ul>li>ul:after {
        content: "";
        display: block;
        width: 32%;
        height: 0;
    }
    .nav>ul>li>ul>li {
        text-align: left;
        line-height: 70px
    }
    .m-nav>ul>li>ul>li:last-child {
        border: none;
    }
    .m-nav>ul>li>ul>li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .m-nav>ul>li>ul>li a {
        display: block;
        color: #fff;
        padding: 0;
        font-size: 14px;
        padding: 10px 0;
        line-height: 35px;
        padding-left: 40px;
        background: url(../images/nav-li-right.png) no-repeat;
        background-position: 15px center;
        background-size: 20px auto;
    }
    .banner .slick-slide a p {
        font-size: 16px;
    }
    .foot-r>ul>li {
        margin-right: 50px;
    }
    .links>span,
    .foot-info>span {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

  /*手机搜索样式开始*/
   .m-xj{
   	background: #0e4f8f;
   	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 96px;
   	z-index: 9999;
   	
   }
   .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    /*手机搜索样式结束*/


}

@media screen and (max-width:768px) {
    .banner .slick-slide a p {
        padding-right: 100px;
        font-size: 14px;
    }
    .foot-l,
    .foot-r {
        float: none;
        width: auto;
        max-width: none;
    }
    .links>span,
    .foot-info>span {
        margin-top: 20px;
    }
    .foot-r {
        margin-top: 30px;
    }
    /* .foot-r>ul {
        text-align: center;
    }
    .foot-r>ul>li {
        display: inline-block;
        margin: 0 20px;
        float: none;
    } */
    .links>ul>li>a {
        font-size: 14px;
    }
    .links>span,
    .foot-info>span {
        font-size: 16px;
    }
    .footer {
        padding-top: 40px;
    }
    .foot-r>ul>li>img {
        width: 35px;
    }
    .foot-r>ul>li>div {
        left: 100%;
        margin-left: 15px;
        transform: translateX(0) translateY(-50%);
        top: 50%;
        margin-top: 0;
    }
    .foot-r>ul>li>div::before {
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        border-left: none;
    }
    .foot-r>ul>li>div>img {
        width: 100px;
    }
    .foot-r>ul>li {
        display: inline-block;
        margin: 0 10px;
        float: none;
    }
}

@media screen and (max-width:480px) {
    .banner .slick-slide a p {
        display: none;
    }
}