@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
    min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.text_r1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_r2 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_r3 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* nav */

.head {
    background: #003e74 url(../images/head-bj.png) no-repeat;
    background-position: 70% top;
    position: relative;
}

.head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background: url(/xxgcxy/images/head-w.png) no-repeat;*/
    background-position: left top;
    z-index: 1;
}

.head.t60 {
    top: 60px;
}

.head-top {
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
    padding-top: 8px;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
}

.search span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    vertical-align: middle;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    margin-top: 22px;
    float: right;
    background: #fff;
    padding-left: 20px;
    border: 1px solid #2473b8;
}

.search-box input[type="text"] {
    width: 185px;
    padding: 0 10px 0 0;
    line-height: 40px;
    height: 40px;
    background: none;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input.p-submit {
    width: 42px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    vertical-align: middle;
    background: #2473b8 url(../images/search2.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.head.on .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.nav {
    background: #2473b8;
    transition: all 0.5s;
    position: relative;
    z-index: 999;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
}

.nav>ul>li {
    display: inline-block;
    width: 14.28%;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}

.nav>ul>li>a {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    display: block;
    margin: 0 20px;
    position: relative;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    overflow: hidden;
    border-top: 3px solid transparent;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav>ul>li ul li {
    padding: 5px 10px;
    text-align: center;
    background: rgba(36, 115, 184, .8);
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #304174;
}

.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    background: #353535;
    padding-top: 30px;
    padding-bottom: 30px;
}

.foot-l {
    padding-left: 90px;
    overflow: hidden;
    float: left;
    padding-top: 15px;
}

.foot-l img {
    float: left;
}

.foot-l div {
    overflow: hidden;
    padding-left: 35px;
}

.foot-l div p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.foot-r {
    float: right;
}

.foot-r img {
    border-radius: 5px;
}

.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-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner .slick-dots li {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    width: 24px;
    height: 30px;
    margin: 0 12px;
    background: url(/xxgcxy/images/banner-dot-bj.png) no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
    background: url(/xxgcxy/images/banner-dot-bj2.png) no-repeat;
    background-position: center center;
}

.banner .slick-dots li span {
    font-size: 28px;
    font-weight: 600;
}

.banner .slick-prev,
.banner .slick-next {
    width: 48px;
    height: 48px;
    right: 50%;
    left: auto;
    top: auto;
    bottom: 50px;
    transform: translateY(0);
}

.banner .slick-prev {
    background: url(/xxgcxy/images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    margin-right: -652px;
}

.banner .slick-next {
    background: url(/xxgcxy/images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    margin-right: -700px;
}

.links {
    background: #f4f4f4;
    padding: 25px 0;
    margin-top: 45px;
}

.links span {
    float: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.links ul {
    overflow: hidden;
}

.links ul li {
    float: left;
}

.links ul li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #2b2b2b;
    margin: 0 20px;
}

.links ul li a:hover {
    color: #2473b8;
}