﻿@charset utf-8;
*{
	padding:0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: 微软雅黑,黑体;
	color: #000;
}
a{text-decoration:none;}
/* 头部 */
.famer{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.headback{
	width: 100%;
	height: 36px;
	background: #1073B7;
}
.headtop{
	width: 1200px;
	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;
  z-index: 20;
  top: 36px;
  border: 2px solid #1073B7;
  display: none;
}
.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: 338px;
	height: 82px;
}
.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: 1200px;
	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;
	cursor: pointer;
}
/* .tabnav li a{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
} */
.tabnav li img{
	width: 28px;
	height: 28px;
}
.tabnav li text{
	margin-left: 11px;
	width: 88px;
	height: auto;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.tabnav li text:hover{
	margin-left: 11px;
	width: 88px;
	height: auto;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1073B7;
}
.c_footer {
	width: 100%;
  background: #1073b7;
  padding: 28px 0;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c_bottomlink {
  text-align: center;
  line-height: 38px;
}
.c_bottomlink .c_boli {
  display: inline-block;
  min-width: 185px;
  text-align: center;
  padding: 0 14px;
  color: #b8cbdf;
  background: #0366a9;
  margin: 0 10px;
  font-size: 15px;
}
.c_bottomlink .c_boli:hover {
  color: #fff;
}
.c_bottomlink .c_bottomlinksele {
  display: inline-block;
  min-width: 210px;
  text-align: center;
  color: #b8cbdf;
  background: #0366a9;
  margin: 0 10px;
  font-size: 14px;
}
.c_bottomlink .c_bottomlinksele select {
  background: none;
  border: none;
  outline: none;
  color: #b8cbdf;
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  background: #0366a9;
}
.c_bottomdibu {
  padding: 30px 0 0;
}
.c_bottomdibu .c_bottomtu1 {
  float: left;
  margin: 8px 0 0 20px;
}
.c_bottomdibu .c_bottomleftli {
  float: left;
  line-height: 30px;
  padding: 0 30px;
  background: url(../images/shux.png) no-repeat right center;
}
.c_bottomdibu .c_bottomleftli a {
  display: block;
  color: #b8cbdf;
  font-size: 15px;
}
.c_bottomdibu .c_bottomleftli a:hover {
  color: #fff;
}
.c_bottomdibu .c_bottominfo {
  margin: 0 170px 0 240px;
  font-size: 14px;
  line-height: 30px;
  color: #b8cbdf;
}
.c_bottomdibu .c_bottominfo a {
  color: #b8cbdf;
}
.c_bottomdibu .c_bottominfo a:hover {
  color: #fff;
}
.c_bottomdibu .c_bottominfo img {
  vertical-align: middle;
}
.c_bottomdibu .c_bottomer {
  float: right;
  font-size: 14px;
  color: #b8cbdf;
  text-align: center;
  line-height: 1.6;
  padding-left: 30px;
  margin-top: -8px;
}
.c_bottomdibu .c_bottomerwei {
  float: right;
  font-size: 14px;
  color: #b8cbdf;
  text-align: center;
  line-height: 1.6;
  padding-left: 30px;
  background: url(../images/shux.png) no-repeat left center;
  margin-top: -8px;
}