@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
    overflow-x: hidden;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.wp {
    max-width: 1560px;
    margin: 0 auto;
}
.wp1 {
    max-width: 1560px;
    margin: 0 auto;
}
.header {
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 140px;
    background: url(../images/head-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.head {
    position: relative;
   
}

.head-l {
    position: relative;
    float: left;
    font-size: 0;
    z-index: 2;
}

.head-l a img {
    display: block;
}

.head-r {
    position: relative;
    float: right;
    font-size: 0;
    text-align: right;
    z-index: 2;
    margin-top: 18px;
}

.head-r p {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 38px;
    padding: 0 20px;
    background: rgba(0, 45, 119, .3);
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

.head-r p span {
    padding-left: 5px;
}

.head-r p span:first-child {
    padding: 0;
}

.search {
    display: inline-block;
    width: 210px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #fff;
    vertical-align: middle;
}

.search input[type="text"] {
    display: inline-block;
    width: 175px;
    height: 36px;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    vertical-align: middle;
    color: #fff;
}

.search input[type="image"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search input::placeholder {
    font-size: 14px;
    color: #fefefe;
    opacity: .51;
}

.nav {
    flex: 1;
    height: 50px;
    line-height: 50px;
    background-color: #1a4b9c;
}

.navflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.nav>ul {
    font-size: 0;
    text-align: center;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li>a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 3px solid #fff;
	transform: scale(0);
	transition: all 0.3s;
}

.nav>ul>li.active>a::after,
.nav>ul>li:hover>a::after {
	transform: none;
}

.nav>ul>li.on>div {
	/* border-top: 3px solid #ffffff; */
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	font-weight: bold;
	color: #fff;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	background: #fff;
	background: rgb(255, 255, 255, 1);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #c11601;
	color: #fff;
}



.banner{ overflow:hidden; margin:0; }
.banner div{ display: block!important; }
.banner img{ width: 100%; }
.banner .slick-dots {
	left: calc(50% - 140px);
	bottom: 9px;
	width: auto;
}

.banner .slick-dots li,
.banner .slick-dots li button {
	width: 60px;
	height: 30px;
	position: relative
}

.banner .slick-dots li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 20px;
	background: rgba(0, 0, 0, 0.5)
}

.banner .slick-dots li button {
	font-size: 0;
	color: #fffefe;
	padding: 0;
	position: absolute;
	left: 0;
	top: -5px;
	right: 0;
	height: 50px;
	line-height: 50px;
	/* display: none; */
}

.banner .slick-dots li:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 60px;
	width: 48px;
	margin-left: -24px;
	border-top: solid 2px #c5c1bf
}

.banner .slick-dots li.slick-active:before {
	background: url(../images/back-li.png) center no-repeat;
	background-size: 100% 100%
}

.banner .slick-dots li.slick-active:after {
	border-top: solid 4px #e4bb6c
}

.banner .slick-dots li.slick-active button {
	color: #e4bb6c
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.05);
    }

}





.foot {
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    font-size: 0;
}

.footflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    display: flex;
    width:30%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    font-size: 16px;
    color: inherit;
    text-align: left;
    line-height:44px;
    font-family: "微软雅黑"; 
}

.copyright p a {
    font-size: 16px;
    color: inherit;
    text-align: left;
    line-height:44px;
    font-family: "微软雅黑"; 
}
.foot-logo {
    display: block;
    max-width: 40%;
}
.foot-logo a  {
    display: block;
     max-width: 100%;
}
.foot-logo a img {
    display: block;
     max-width: 100%;
}

.foot-wx ul li {
	margin-left: 60px;
	text-align: center;
	position: relative;
}

.foot-wx ul li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	border-left: 1px dashed rgba(255, 255, 255, 0.2);
}

.foot-wx ul li:first-child {
	margin-left: 0;
}

.foot-wx ul li:first-child:after {
	display: none;
}

.foot-wx ul li img {
	display: block;
	max-width: 120px;
}

.foot-wx ul li p {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}



.f-logo a img {
    max-width: 534px;
    /* margin: 0 auto; */
    display: block;
    /* position: absolute; */
}

.f-top {
    
    position: relative;
}

.f-top>.px1400 {
    position: relative;
    padding-bottom: 40px;
}

.gotop {
    position: absolute;
    right: 26px;
    bottom:40px;
    width: 32px;
    height: 26px;
    background: url(../images/top.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s;
}

.gotop:hover {
    bottom: 40px;
}

/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    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;
}

@media screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;

    }
    .foot-top ul li {
        padding: 0 3px;
    }
    .nav>ul {
        margin: 0;
    }
}
@media screen and (max-width:1400px) {
    .wp1 {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffff;
    }
    .foot-top ul li {
        padding: 0 3px;
    }
    .nav>ul {
        margin: 0;
    }
}

@media screen and (max-width:1200px) {
    .sect1 ul li .fu-con {
        left: 0;
        width: 500px;
    }
    .sect1 ul li:nth-child(3) .fu-con {
        right: 0;
        left: auto;
    }
    .foot-top ul li {
        width: 33.333%;
        margin: 5px 0;
        text-align: left;
        padding: 0 15px;
    }
    .foot-top ul li:nth-child(4) {
        border-left: none;
    }
    .fd-l {
        float: none;
        background-color:#2253a5;
        padding:10px;
        border-radius:15px;
    }
    .fd-r {
        float: none;
    }
    .fd-r>ul>li {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width:1024px) {
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2253a5;
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #025bbf;
        vertical-align: middle;
        font-family: 'sySong';
    }
    .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;
    }
    .m-nav {
        position: fixed;
        padding-top: 30px;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #2254a7;
        overflow-y: scroll;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
.search-input {        position: relative;
    border: 1px solid #d5e0ec;
    height: 35px;        margin-top: 15px;
display:none;        z-index: 9999;
}

.search-input:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.search-input input {
    width: calc(100% - 62px);
    float: left;
    background: none;
    outline: none;
    border: 0;
    padding-left: 20px;
    line-height: 32px;
    color: #fff;
}
.search-input input::placeholder{color:#fff;font-size:14px;}
.search-input button {
    width: 40px;
    height: 33px;
    float: right;
    background: none;
    outline: none;
    border: 0
}

.search-input button img {
    width: 18px;
}

}

@media screen and (max-width:1000px) {
    .foot-top ul li {
        width: auto;
    }
}

@media screen and (max-width:700px) {
    .banner .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li {
        margin: 0 5px;
    }
    .foot-top {
        padding-top: 15px;
    }
    .foot-top ul li {
        width: 100%;
        border-left: none;
    }
    .foot-top ul {
        padding: 10px 0;
background-color:#2253a5;
    }
    .fd-r>ul>li {
        float: none;
        width: 100%;
        margin-top: 15px;
background-color:#2253a5;
    }
}