/*logo及导航2*/
.head9 {
	height: 4.17vw;
  display: flex;
  align-items: center;
  background: #fff;
}

.head2 img {
  display: block;
}

.head9-1 {
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 19.27vw;
  margin-right: 14.17vw;
}

.head9-1 img {
  width: 6.41vw;
}

#gsbiaoti {
  margin: 2% auto;
  padding-left: 2%;
}

#gsbiaoti h2 {
  font-size: 1.15vw;
  font-weight: 500;
  color: #333333;
}

#gsbiaoti p {
  font-size: .73vw;
  color: #707070;
}

#search1 {
  width: 35%;
  display: flex;
}

#search1 input {
  flex: 4;
  height: 2.08vw;
  outline: none;
  box-sizing: border-box;
  padding-left: .52vw;
  border-radius: 1.04vw 0 0 1.04vw;
  border: none;
  background: #EEEEEE;
}

#search1 button {
  float: right;
  flex: 1;
  height: 2.08vw;
  color: white;
  border-style: none;
  outline: none;
  border-radius: 0 1.04vw 1.04vw 0;
}

#search1 button img {
  width: 1.04vw;
  height: 1.04vw;
  margin-left: 1.04vw;
}

#search1 button:hover {
  font-size: .83vw;
}

.navbiaoti {
  display: flex;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}

.navbiaoti>li {
  height: 3.49vw;
}

.navbiaoti>li:hover a {
  border-bottom: .42vw solid #FF333F;
}

.head9>ul>li {
  float: left;
  width: 10.66%;
  padding: 1.5% 0;
  margin: 3% 0 1.5%;
  text-align: center;
  margin-left: 3%;
}

.head9>div>ul>li>div>ul>li:hover a {
  color: #fff;
  background-color: #25619D;
}

.head9>div>ul>li:hover>a {
  color: #FF333F;
}

.head9>div>ul>li>div>ul>li>a {
  color: #ffffff;
  font-size: .73vw;
  padding: 2% 2%;
  line-height: 1.3vw;
}

.ycciadan li a {
  line-height: .78vw;
}

.head9>div>ul>li>div {
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  width: 4%;
  visibility: hidden;
  opacity: 0;
  transform: rotateX(90deg);
  transition: all .6s;
}

.head9>div>ul>li>div ul {
  padding: 2% 10% 10%;
  box-sizing: border-box;
  background-color: #25619D;
  width: 6.56vw;
  text-align: center;
}

.head9>div>ul>li>div ul li {
  border-bottom: .05vw dashed #ffffff;
}

.head9>div>ul>li>ul>li {
  width: 100%;
  float: none;
}

.head9>div ul li:hover div {
  visibility: visible;
  opacity: 1;
  transition: all .6s;
  transform: rotateX(0);
}

.head9>div>ul>li>a {
  width: 6.3vw;
  height: 2.97vw;
  line-height: 3.49vw;
  display: block;
  font-size: .94vw;
  color: #000000;
  text-align: center;
  font-weight: 500;

}

.head9>ul>li ul li a {
  width: 5.73vw;
  line-height: 1.88vw;
  color: #000;
  text-indent: -1.04vw;
  display: block;
  font-size: .73vw;
  padding: 1% 0;
}

.header2at a {
  color: #FF333F !important;
  border-bottom: .42vw solid #FF333F;
}

.header2at .header2a {
  color: #FF333F;
  border-bottom: .42vw solid #FF333F;
}


/*logo及导结束2*/

/*底部*/
#cnzz_stat_icon_1278570674 {
  position: absolute;
  bottom: .78vw;
  left: 50%;
  transform: translateX(-50%)
}

footer {
  background: #333333;
}

.foot {
  min-width: 16.67vw;
  max-width: 62.5vw;
  margin: auto;
}

.foot1 {
  width: 61.46vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 2.08vw;
}


.foot1-1 {
  float: left;
}

.foot1-1 a {
  display: block;
  line-height: 1.56vw;
  color: #FFFFFF;
  font-size: .73vw;
}

.foot1-2 {
  float: left;
}

.foot1-3 {
  width: auto;
  float: right;
}

.foot1-1 span {
  color: white !important;
  font-size: 1.25vw !important;
  display: inline-block;
  margin-bottom: 4%;
}

.foot1-1 p {
  font-size: .73vw;
  color: white;
  line-height: 0.3rem;
}

.foot1-2 {
  border-left: .05vw solid white;
  border-right: .05vw solid white;
  padding: 4% 0;
  text-align: center;
}

.foot1-2 img {
  width: 45%;
  height: auto;
  padding: 0.1% 0;
}

.foot1-3 img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 15%;
}

.foot1-3 p {
  width: 100%;
  text-align: center;
  margin: 0.5% 0 3%;
  color: white;
  font-size: .83vw;
  margin-top: 10%;

}

.foot2 {
  padding: 1% 0;
  display: flex;
  justify-content: center;
  border-top: .05vw solid #CCCCCC;
}

.foot2 a {
  color: white !important;
  font-size: .63vw !important;
  display: inline-block;

}

.foot2 p {
  width: 20%;
  float: right;
  text-align: right;
  color: #fff;
  margin: 0 3%;
}

.foot2 a:nth-child(2) {
  float: right;
}

/*底部*/


/*移动端头部*/
.head3 {
  position: relative;
  display: none;
}

.head4 {
  width: 70%;
  float: left;
  margin: 0.1rem;
}

.head4 img {
  width: 40%;
  float: left;
}

.head4 img:nth-of-type(1) {
  margin-left: 10%;
  padding: 1% 0;
  width: 30%;
}

.head4 img:nth-child(2) {
  padding: 4% 0;
  margin-left: 20%;
}

.head5 {
  width: 1rem;
  padding: 3% 1rem;
  float: right;
  box-sizing: content-box;
}

.head {
  padding: 2% 0;
}

.head6 ul li {
  text-align: center;
  padding: 0.2rem;
}

.head6 {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
  background: black;
  display: none;
}

.head6 ul li {
  text-align: center;
  padding: 0.2rem;
}

.head6 {
  position: absolute;
  top: 100%;
  width: 55%;
  right: 0;
  z-index: 3;
  background: black;
  display: none;
}

header {
  position: relative;
}

.head6 ul li a {
  color: white;
  font-size: 0.5rem;
}

.li3 img {
  width: 0.5rem;
}

.li3 span {
  font-size: 0.4rem;
  font-weight: 550;
  color: white;
}

.li3 div * {
  display: inline-block;
  vertical-align: middle;
}

/*移动端头部*/



/*移动端底部*/
.gd {
  position: fixed;
  width: 13%;
  background: #888888;
  bottom: .52vw;
  right: .52vw;
  z-index: 3;
  padding: 0.2rem 0;
  display: none;
  opacity: .6;
}

.gd1 {
  width: 100%;
  float: left;
  text-align: center;
}

.gd1 a {
  color: white;
  font-size: 0.7rem;
  display: block;
}

.gd1 span {
  color: white;
  font-size: 0.7rem;
}

.gd1 * {

  vertical-align: middle;
}

.gd1 img {
  width: 50%;
}


/*移动端底部*/



@media screen and (max-width: 1200px) {
	.head3 {
		display: block !important;
		position: fixed;
		width: 100%;
		z-index: 10;
		opacity: .8;
		background-color: #ffffff;
	}
  
	.head2 {
		padding-top: 16%;
	}
  
	.head1 {
		display: none !important;
	}
  
	.head4 {
		display: block !important;
	}
  
	.gd {
		display: block !important;
	}
  
	footer {
		display: block !important;
		padding: 0 3%;
		box-sizing: border-box;
		overflow: hidden;
	}
  
	footer .foot .foot1 .flex {
		display: none;
	}
  
	footer .foot .foot1 .flex li {
		width: 30%;
		float: left;
		text-align: center;
		margin-top: 2%;
	}
  
	footer .foot .foot1 .foot1-1 {
		display: none;
		width: 100%;
		margin: 3% 0;
		text-align: center;
		margin-top: -2%;
	}
  
	footer .foot .foot1 .one {
		width: 100%;
		margin-left: 0 !important;
	}
  
	footer .foot .foot1 .one h3 {
		display: none;
	}
  
	footer .foot .foot1 .one p {
		text-align: center;
	}
  
	footer .foot .foot1 .one p:nth-child(2) {
		margin-top: 0;
	}
  
	footer .foot .foot1 .foot1-1 p {
		line-height: 28px;
		padding-right: 6%;
  
	}
  
	footer .foot .foot1 .foot1-3 {
		display: none;
  
	}
  
	footer .foot2 {
		display: block;
	}
  
	footer .foot2 p {
		width: 100%;
		font-size: 12px;
		margin-right: 0 !important;
		text-align: center;
	}
  
	.head9 {
		display: none;
	}
  }