@charset "UTF-8";

/* CSS Document */
body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  border: none;
  background-color: transparent;
  outline: none;
}

input,
button,
select,
textarea,
a,
img {
  outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
  border: 0;
}

/*火狐的私有属性去掉点击时边框*/
textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

html {
  -webkit-text-size-adjust: none;
  min-width: 1400px;
}

/* html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
} */


body {
  margin-right: auto;
  margin-left: auto;
}

*,
*:before,
*:after {
  max-height: 100000px;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.header{
  background-image: url(../images/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 #ccdbf1;
}

.line_wrap{
  display: flex;
  align-items: center;
}
.line_wrap .left_line{
  width: 25%;
  /*height: 5px;*/
  /*background-color: #2257ab;*/
  /*border-radius: 3px;*/
}
.line_wrap .left_line .line{
  width: 100%;
  height: 2px;
  background-color: #2257ab;
  margin-top: 3px;
}
.line_wrap .title_line{
  font-size: 28px;
  font-weight: bold;
  margin: 0 50px;
  white-space: nowrap;
  font-family: "仿宋", "FangSong", serif;
}
.line_wrap .right_line{
  width: 75%;
  /*height: 5px;*/
  /*background-color: #2257ab;*/
  /*border-radius: 3px;*/
}

.line_wrap .right_line .line{
  width: 100%;
  height: 2px;
  background-color: #2257ab;
  margin-top: 3px;
}

.bottom-line{
   width: 100%;
}

.bottom-line .line{
  width: 100%;
  height: 2px;
  background-color: #2257ab;
  margin-top: 2px;
}

.i-bar3{
  width: 1400px;
  margin: 40px auto 40px auto;
  display: flex;
}
.i-bar3 a{
  width: 155.55555px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i-bar3 div{
	display: inline-block;
	width: 100px;
	height: 80px;
	/*background: #fff;*/
	box-shadow: 0 0 10px 0 rgba(185,185,185,.43);
	text-align: center;
	position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #235cb2;
}
.i-bar3 div:nth-child(9n){
	margin-right: 0;
}
.i-bar3 div img{
	width: 40px;
  height: 40px;
}
.i-bar3 div img.cur{
	display: none;
}
.i-bar3 p{
	color: #333333;
	font-size: 20px;
  text-align: center;
  width: 100px;
  margin-top: 12px;
}

.i-bar3 a:hover div{
  background: #235cb2;
  transform: scale(1.1);
  transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.i-bar3 a:hover img{
  display: none;
}
.i-bar3 a:hover img.cur{
  display: inline-block;
}
.i-bar3 a:hover p{
  color: #235cba;
	font-size: 20px;
  text-align: center;
  width: 100px;
  margin-top: 12px;
  font-weight: bold;
}

.nav-active div{
  background: #235cb2;
  transform: scale(1.1);
  transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.nav-active img{
  display: none;
}
.nav-active img.cur{
  display: inline-block !important;
}
.nav-active p{
  /*color: #D72603;*/
  color: #235cba;
	font-size: 20px;
  text-align: center;
  width: 100px;
  margin-top: 12px;
  font-weight: bold;
}
.mt50{
  margin-top: 50px;
}

.title_tishi{
    /*display: none;*/
  /* color: #D72603; */
  text-shadow: -1px -1px 0 #145acf, 1px -1px 0 #145acf, -1px 1px 0 #145acf, 1px 1px 0 #145acf;
  font-size: 18px;
    color: #fff;
    text-align: left;
    /*margin-top: 20px;*/
}

.header .headtop {
  height: 100%;
  position: relative;
}

.header .headtop .imgs {
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: flex-end;
}

.header .headtop .imgs .headimg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.head-top-wrap{
  width: 1400px;
  margin: 50px auto;
}
.head-top-wrap .left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-top-wrap .left img{
   width: 900px; 
}

.head-top-wrap .search {
  margin-left: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50px;
  right: 0;
}

.head-top-wrap .search .input {
  width: 260px;
  flex: 1;
  height: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  border: 1px solid #e7e7e7;
}

.head-top-wrap .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search .searbtn {
  background: #D72603;
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-top-wrap .search .searbtn img {
  width: 20px;
  height: 20px;
}


.new_rong_n {
  display: flex;
  align-items: center;
}

.w100 {
  width: 100%;
}

.flex-b {
  justify-content: space-between;
}

.new_tit {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #00051F;
}

.new_info_wrap_n {
  display: flex;
}

.new_info_wrap_n img {
  width: 278px;
  height: 75px;
  align-self: center;
}

.new_info_wrap_n .line {
  width: 1px;
  height: 51px;
  background: #BFBFBF;
  align-self: center;
  margin: 0 20px;
}

.new_info_wrap_n .title {
  font-family: Source Han Serif CN;
  font-weight: 600;
  font-size: 36px;
  color: #00051F;
  align-self: center;
}

.headnewimg .new_info_wrap div {
  font-family: AlimamaDongFangDaKai;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.headnewimg .new_info_wrap .logoimg {
  width: auto;
  height: 44px;
  cursor: pointer;
}

.headnewimg .img {
  width: 700px;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.headnewimg .img img {
  width: 700px;
  height: 100%;
  cursor: pointer;
}

.new_line {
  width: 1200px;
  height: 2px;
  margin: auto;
  background: #D72603;
}

.more_menu {
  position: absolute;
  right: 7px;
  background: #C41821;
  display: none;
  z-index: 99;
}

.more_menu .menuitem {
  padding: 10px 0;
  display: block;
}

.more_menu .menuitem:hover {
  background: #E01F29;
}

.headfuncbj_n .more_menu .menuitem {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: 128px;
  text-align: center;
}

@keyframes transfrom1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}



.footer {
	background: #1f58ae;
	padding-bottom: 40px;
	padding-top: 40px;
	font-size: 0;
}
.footer .drop-groups {
	position: relative;
	display: flex;
	justify-content: center;
    flex: 1;
}
.footer .drop-down {
	width: 25%;
	height: 40px;
	text-align: center;
}
.footer .drop-down .tag {
	display: inline-block;
	height: 40px;
	box-sizing: border-box;
	padding-right: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	background: url(../images/drop-icon.png) no-repeat right center;
}
.footer .drop-lists {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	border: 1px solid #0662b1;
	/*max-height: 120px;*/
	overflow: auto;
	display: none;
	text-align: left;
	background: #fff;
	padding: 10px 0;
	z-index: 999;
}
.footer .drop-lists li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 300px;
	color: #313131;
	text-align: center;
}
.footer .drop-lists a {
	display: inline-block;
	line-height: 36px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  color: #666;
}
.footer .drop-lists a:hover {
	font-weight: bold;
  color: #333;
}

.f-info {
	border-top: 1px solid #fff;
	margin-top: 12px;
	color: #fff;
}
.f-info-center{
	margin-top: 40px;
	line-height: 24px;
  text-align: center;
}
.f-info-center p{
  display: flex;
  justify-content: center;
}
.f-info-center p:first-child{
	margin-bottom: 10px;
}
.f-info-center p:nth-child(2){
	margin-bottom: 10px;
}
.f-info-center p,.f-info-center a{
	font-size: 14px;
	color: #fff;
}
.f-info-center span{
  display: inline-block;
  text-align: left;
  font-size: 16px;
  width: 400px;
  white-space: nowrap;
  /* margin-right: 100px; */
}
.f-info-center span:nth-child(2n){
	margin-left: 150px;
}
.f-info-center a{
  font-size: 16px;
}
.f-info-center a{
	display: inline-block;
	cursor: pointer;
}
.f-info-center p:first-child a{
	font-size: 15px;
	margin-right: 0;
}

.f-info-right {
	overflow: hidden;
	margin-top: 58px;
}
.f-info-right > a,.f-info-right > span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-right: 16px;
}
.f-info-p a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.f-info-p a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.f-info-p span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.centerWidth{
  width: 1400px;
  margin: 0 auto;
}

.youqing{
  display: flex;
  align-items: center;
}
.youqing-tit{
  color: #fff;
  font-size: 20px;
  margin-left: 100px;
}



.local{
	line-height: 22px;
	padding: 12px 6px 10px;
	border-bottom: 1px solid #dcdcdc;
}
.local a,.local span{
	color: #333333;
	font-size: 16px;
}
.local .cur{
	color: #1f58ae;
}
.local img{
	margin-right: 10px;
}
.local .arrow{
	display: inline-block;
	margin: 0 2px;
}

.home-wrap{
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .header{
        /*width: 1400px !important;*/
    }
    .footer{
         /*width: 1400px !important;*/
    }
}