 * {
	 padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;} 

 html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px;} 

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;}

a {
	text-decoration: none;
	display: block;
	cursor: pointer;}

img {
	transition: all 1s;}

.index a:hover img {
	transform: scale(1.1);}



li {
	list-style: none;}

.clear {
	clear: both;}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;}

img,
input {
	border: 0;
	outline: none;}

.pic img {
	object-fit: cover;
	font-family: 'object-fit: cover';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;}

.wap {
	display: none;}

/* head */
.head {
	background-color: #0F3677;
	left: 0;
	right: 0;
	padding-top: 26px;}

.search {
	float: right;}

.search a {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;}

.logo {
	position: relative;
	float: left;}

.logo img {
	max-height: 70px;
	display: block;}

.nav {
	margin-top: 15px;
	width: 100%;
	float: right;}

.nav>ul {
	font-size: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	/* float: left; */
	/* margin-left: 4.7%; */
	}

.nav>ul>li:first-child {
	margin-left: 0;}

.nav>ul>li>a {
	font-size: 19px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 66px;}

.nav>ul>li>.first {
	font-weight: bold;}

.nav>ul>li:hover>a {
	font-weight: bold;}

.nav>ul>li:hover ul {
	transition: all 1s;
	display: block;
	border-top: 1px solid #fff;}

.nav>ul>li ul li:hover a {
	color: #0F3677;}

.nav>ul>li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding: 0;
	width: 162px;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
	display: none;}

.nav>ul>li ul li {
	background: #fff;
	padding: 5px 10px;
	text-align: center;}

.nav>ul>li ul li a {
	font-size: 14px;
	color: #000;
	padding: 10px 0;}

.nav>ul>li ul li:hover {
	background: #0F3677;}

.nav>ul>li ul li:hover a {
	color: #fff;}

/* banner */



 .banner .slick-prev {
	background: url(../images/banner-prev.jpg) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	left: 20px;}

.banner .slick-next {
	background: url(../images/banner-next.jpg) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	right: 20px;} 

.banner .slick-dots {
	bottom: 30px;
	text-align: center;}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;}

.banner .slick-dots li.slick-active {
	opacity: 1;}

/* footer */
.footer {
	background: #0F3677 no-repeat center;
	padding-top: 20px;
	background-size: cover;
  border-top: 1px solid #0F3677;}

.footer .px1400 {
	margin-bottom: 29px;}

.fot-l {
	float: left;
	width: 22.42%;}

.fot-l h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url(../images/f-l-bg.jpg) no-repeat left;
	padding-left: 20px;}

.fot-l span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;}

.fot-r {
	float: right;
	width: 34%;}

.fot-r .gz {
	margin-right: 30px;}

.fot-r .test {
	float: left;}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;}

.bq {
  border-top: 1px solid rgba(255, 255, 255, .1);}

.bq p {
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;}
.bq p a{
	color:#fff;
	display: inline-block;}


.end_link {
    font-size: 14px;
    line-height: 60px;
    color: #b7bbc5;
    border-bottom: #1b980d 1px solid
;}

.end_link a {
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    padding: 0 10px
;}

.end_link a:hover {
    color: #ffffff
;}


.select {
    position: relative;
    float: left;
    margin: 8px 0
;}

.select:hover {
    background: #5a6278
;}

.select dt {
    height: 40px;
    display: inline-block;
    border: 1px solid #ffffff;
    background: url(../images/link_icon1.jpg) no-repeat right center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    text-indent: 10px;
    width: 230px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99
;}

.select dd {
    position: absolute;
    left: -40px;
    bottom: 0;
    border: 1px solid #cccccc;
    background: #fff;
    display: none;
    font-size: 14px;
    z-index: 99
;}

.select dd ul {
    width: 190px;
    background: #f3f3f3;
    max-height: 250px
;}

.select dd ul li a {
    line-height: 40px;
    display: block;
    padding: 0 8px;
    color: #333333
;}

.select dd ul li a:hover {
    background: #cccccc
;}
.gz.test img {
    max-height: 100px;}

.end_right {
    width: 70%;
    float: left;}
@media screen and (max-width: 1400px) {
.nav>ul>li {
	margin-left: 55px;}

	.fot-r {
    float: right;
    width: 45%;}
}

@media screen and (max-width: 1024px) {
	.fot-r {
    float: right;
    width: 58%;}
}

@media screen and (max-width: 768px) {
    .end_right {
        position: relative;
        width: 100%;
        display: table;
        float: left;
        margin: 0 auto;}
		.fot-r {
    float: none;
    width: 100%;}
}


.fwlink ul li a {
    font-size: 16px;
    color: #fff;
    display: inline;
    float: left;
    margin-right: 10px;}

.fwlink ul li a:hover {
    color: #c6e6ff;}