﻿

*{
	padding:0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: 微软雅黑,黑体;
}
a{text-decoration:none;}
/* 头部 */
.famer{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}


.headback{
	width: 100%;
	height: 36px;
	background: #1073B7;
	
}

.headtop{
	width: 1302px;
	height: 36px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.headtop-left{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
}
.headtop-left img{
	width: 15px;
	height: 16px;
}
.headtop-left text{
	width: 180px;
	height: 14px;
	font-size: 14px;
	font-family: SimSun;
	font-weight: 400;
	color: #FFFFFF;
	/* line-height: 46px; */
	margin-left: 11px;
}
.headtop-left text:hover{
	width: 180px;
	height: 14px;
	font-size: 14px;
	font-family: SimSun;
	font-weight: 400;
	color: #f90;
	/* line-height: 46px; */
	margin-left: 11px;
}
.headtop-right{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	position: relative;
}
.headtop-right p{
	width: auto;
	height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.headtop-right p:hover{
	width: auto;
	height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	/* margin-left: 40px; */
	align-items: center;
	background: #005c9b;
}
.headtop-right p img{
	width: 16px;
	height: 16px;
}
.headtop-right p a{
	width: auto;
	height: 14px;
	font-size: 14px;
	font-family: SimSun;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 4px;
}
.head-bottom{
	width: 100%;
	height: 217px;
	background: url(../images/2.png) no-repeat center center;
	display: flex;
	flex-direction: column;
}
.head-content{
	width: 1200px;
	height: 82px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 37px;
}
.c_caiddan {
  width: 669px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 36px;
  border: 2px solid #1073B7;
  display: none;
  z-index: 9999;
}
.headtop-right p.abvc:hover .c_caiddan{
  width: 669px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 36px;
  border: 2px solid #1073B7;
  display: block;
}
.c_yizutit {
  color: #1073B7;
  font-size: 16px;
  font-weight: bold;
}
.c_yizulitd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.c_yizulitd a {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 21px;
  width: 30.33%;
  margin: 0 2% 0 0;
}
.c_yizulitd a:hover {
	font-size: 14px;
	line-height: 21px;
	width: 30.33%;
	margin: 0 2% 0 0;
  background: none;
  color: #1073B7;
}
.c_guanblef {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background: #fff;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 30px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}
.c_kunzigun {
    padding: 10px;
    height: 400px;
    overflow-y: auto;
  }
.logo{
	width: 489px;
	height: 84px;
}
.searchBox{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.search {
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #1073b7;
    width: 372px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.search button {
    cursor: pointer;
    margin-right: 8px;
    background: url(../images/12.png) no-repeat right center;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    padding-left: 19px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #ffffff;
    outline: 0;
    width: 82px;
    float: left;
    height: 46px;
    border: none;
    border-radius: 25px 0 0 25px;
}
.search button span {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: left;
	color: #999999;
}
.search button ul {
    display: none;
    margin-left: -13px;
    margin-top: -5px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}
.search button ul li {
    height: 32px;
    line-height: 32px;
	color: #999999;
}
.search button ul li:hover {
    height: 32px;
    background: #1073B7;
	color: #FFFFFF;
}
.search p{
	color: #999999;
	margin-right: 8px;
	height: 18px;
	font-size: 13px;
}
.search input {
    float: left;
    height: 46px;
    border: none;
    width: 143px;
}
.search input[type="button"] {
    margin-right: -2px;
    float: right;
    width: 110px;
    background-color: #1073b7;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
}
.search input[type="button"]:hover {
    margin-right: -2px;
    float: right;
    width: 110px;
    background-color: #1073b7;
    color: #f90;
    font-size: 20px;
    border-radius: 25px;
}
.searchBox > img {
    float: right;
    margin-left: 25px;
}
.tabnav{
	width: 1302px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 43px;
}
.tabnav li{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
}
.tabnav li a{
	/* width: 168px; */
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tabnav li a img{
	width: 28px;
	height: 28px;
}
.tabnav li a text{
	margin-left: 11px;
	/* width: 118px; */
	height: auto;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.tabnav li a text:hover{
	/* margin-left: 11px; */
	width: auto;
	height: auto;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1073B7;
}
.scrollbox {
			    width: 1300px;
			    height: 100px;
			    margin: 20px auto;
		}
		
		.scrollbox .slideBox {
			height:100px;
		}
		
		.scrollbox .slideBox .bd {
			height:100px;
		}

		#scrollDiv {
			width: 1300px;
			height: 100px;
			overflow: hidden;
			display: block;
		}

		#scrollDiv ul {
			width: 1131px;
		}

		#scrollDiv li {
			width: 1300px;
			height: 100px;
			float: left;
			transition: 0.5s all;
			-webkit-transition: 0.5s all;
			-moz-transition: 0.5s all;
			-o-transition: 0.5s all;
		}

		#scrollDiv li img {
			width: 1300px;
			height: 100px;
			margin-right: 10px;
			float: left;
		}

		#scrollDiv li span {
			float: right;
			width: 186px;
			height: 100px;
			overflow: hidden;
			display: block;
		}

		#scrollDiv li span h4 {
			font-size: 14px;
			font-weight: bold;
			line-height: 14px;
			margin-bottom: 5px;
			color: #a57132;
		}

		#scrollDiv li span p {
			line-height: 20px;
			height: 40px;
			font-size: 12px;
			color: #666666;
			display: block;
			overflow: hidden;
		}

		#scrollDiv li span em {
			height: 18px;
			line-height: 18px;
			text-align: center;
			font-size: 14px;
			width: 30px;
			display: block;
			color: #72ae2d;
			margin-top: 8px;
		}

		#scrollDiv li:hover {
			background: #7cba27;
		}

		#scrollDiv li:hover span h4 {
			color: #fff;
		}

		#scrollDiv li:hover span p {
			color: #fff;
		}

		#scrollDiv li:hover span em {
			color: #fff;
		}

		.scroltit {
			position: absolute;
			right: -30px;
			top: 30px;
			width: 18px;
		}

		

		.scroltit small img {
			margin-top: 6px;
		}

		.scroltit small:hover {
			background: #ff9a22;
		}


.container {width: 1320px;margin: 0 auto;}
.footer { height: 225px; background: #1073b7; margin-top: 50px; border-top: 0px;}
.footer a { font-size: 15px;color: #b9cde2; }
.footer p { font-size: 15px;color: #b9cde2; }
.footer a:hover { color: #fff; }
.footer .link { padding-top: 19px; }
.footer .link > div { border-top: 10px solid #1073b7; position: relative; float: left; height: 38px; width: 232px; background-color: #0a6db1; margin-right: 17px; }
.footer .link > div:last-child { margin-right: 0; }
.footer .link > div:first-child { margin-left: 324px; }
.footer .link > div > span > a { display: block; width: 100%; height: 100%; text-align: center;line-height: 38px; }
.footer .link > div > span { cursor: pointer; display: block; box-sizing: border-box; line-height: 36px;color: #b9cde2; font-size: 15px; }
.footer .link > div:nth-child(4) > span { padding-left: 62px; }
.footer .link > div:nth-child(5) > span { padding-left: 62px; }
.footer .link > div:nth-child(6) > span { padding-left: 62px; }
.footer .link > div > img { position: absolute; right: 15px; top: 15px; transform: rotateZ(0); transition: transform .3s; }
.footer .link .list {max-height: 290px; overflow-y: auto; z-index: 999; box-sizing: border-box; position: absolute; bottom: 46px; left: -550px; width: 1240px; display: none; padding: 30px 50px;background-color: #0a6db1;  }
.footer .link .list a { padding: 10px 0; float: left; width: 19%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.footer .link .list::-webkit-scrollbar { width: 8px; background-color: #065991; border-radius:10px;}
.footer .link .list::-webkit-scrollbar-thumb { border-radius:10px; background-color: #2386c9;}
.footer .link > div.show .list { display: block; }
.footer .link > div.show { border-top: 10px solid #0a6db1; }
.footer .link > div.show img { transform: rotateZ(180deg); transition: transform .3s; }
.footer .link > div:last-child .list { right: -200px;left: auto; }
.footer .footBox { margin-top: 41px;}
.footer .left { padding-left: 235px; float: left; height: 68px; padding-right: 42px;border-right: 1px solid #408fc5; }
.footer .bottomImg { float: left; margin-right: 65px; }
.footer .Dt { float: right; width: 60px; }
.footer .Dt a { display: block;margin-bottom: 12px; }
.footer .right { margin-top: -6px; float: right; width: 810px; }
.footer .right p { margin-bottom: 12px; }
.footer .right p img { vertical-align: sub; margin-right: 5px; }






@media screen and (max-width: 415px) {
    .tabnav{
       display: none;
    }
	.logo{
		    width: 60%;
		    height: 70%;
	}
	.head-bottom{
		height: 114px;
	}
	.headtop{
		width: 100%;
	}
	.c_caiddan{
		width: 277%;
	}
		
	.footer{
		width: 100%;
	}
	.container{
		width: 100%;
	}
	.head-content{
		width: 100%;
	}
	.searchBox{
		display: none;
	}
	.container .link{
		display: none;
	}
	
	.footer .left{
		display: none;
	}
	
	.footer .right{
		width: 100%;
		text-align: center;
		margin-top: 11%;
	}
	
	.dibu{
		display: none;
	}
	.neim{
		display: none;
	}
	.footer .Dt{
		display: none;
	}
	.footer .right p{
		display: inline-block;
		width: 100%;
		line-height: 26px;
		font-size: 0.9rem;
	}
	.footer .right p a{
		display: inline-block;
		margin-top: 1%;
		font-size: 0.9rem;
		width: 100%;
		
	}
	.left .bottomImg a img{
		display: none;
	}
	.right  .dibu{
		display: none;
	
	}
	.scrollbox{
		width: 90%;
	}
	#scrollDiv{
		width: 100%;
	}
	#scrollDiv ul{
		width: 100%;
	}
    #scrollDiv ul li{
		width: 100%;
	}
	#scrollDiv ul li img{
		width: 100%;
	}
}