* {padding: 0;margin: 0;}
a,p,span,b,ul,li,div{
	font-family: "Helvetica Neue","Verdana","sans-serif";
}
.w_arial13{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing:1px;
}
.b_arial13{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 13px;
	color: #3d3d3d;
}
.b_arial14{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 14px;
	color: #3d3d3d;
}
.w_arial14{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 14px;
	color: #FFFFFF;
}
.b_arial15{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 15px;
	color: #3d3d3d;
}
.w_arial15{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 15px;
	color: #FFFFFF;
}
.w_arial16{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 16px;
	color: #FFFFFF;
}
.b_arial16{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 16px;
	color: #3d3d3d;
}
.b_arial16b{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 16px;
	color: #3d3d3d;
	font-weight: bold;
}
.w_arial17{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 17px;
	color: #FFFFFF;
}
.b_arial17{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 17px;
	color: #3d3d3d;
}
.b_arial18{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 18px;
	color: #3d3d3d;
}
.w_arial18{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 18px;
	color: #FFFFFF;
}
.s_arial20{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 20px;
	color: #FFFFFF;
}
.b_arial20{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 20px;
	color: #3d3d3d;
}
.b_arial24{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 1.5rem;
	color: #3d3d3d;
}
.w_arial20{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 20px;
	color: #FFFFFF;
}
.w_arial24{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 24px;
	color: #FFFFFF;
}
.b_arial25{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 25px;
	color: #3d3d3d;
}
.w_arial25{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 25px;
	color: #FFFFFF;
}
.b_arial28{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 28px;
	color: #3d3d3d;
}
.w_arial28{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 28px;
	color: #FFFFFF;
}
.w_arial30{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 30px;
	color: #FFFFFF;
}
.b_arial30{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 30px;
	color: #3d3d3d;
}
.b_arial33{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 33px;
	color: #3d3d3d;
}
.w_arial33{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 33px;
	color: #FFFFFF;
}
.b_arial36{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 36px;
	color: #3d3d3d;
}
.w_arial36{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 36px;
	color: #FFFFFF;
}
.b_arial40{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 40px;
	color: #3d3d3d;
}
.w_arial40{
	font-family: "Helvetica Neue","Verdana","sans-serif";
	font-size: 40px;
	color: #FFFFFF;
}

#box {
  width: 1300px;
  /* border: 1px solid red; */
  margin: 0 auto;
}
/* nav */
.navmenu {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 10px;
	border-radius: 10px;
	background: #5c787c;
	font-size: 14px;
  }
  
  .navmenu input,
  .navmenu label {
	display: none;
  }
  
  .navmenu-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #5c787c;
  }
  
  .navmenu-item {
	display: inline-block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	line-height: 59px;
	font-size: 14px;
	transition: color .2s;
  }
  
  .navmenu-item:hover {
	color: #fff;
	text-decoration: underline;
  }
  
  @media screen and (max-width: 998px) {
	.navmenu {
	  border-radius: 0;
	  margin-bottom: 10px;
	}
  
	.navmenu label {
	  display: block;
	  text-align: center;
	  width: 100%;
	  line-height: 49px;
	  font-size: 18px;
	  color: #fff;
	}
  
	.navmenu input {
	  display: none;
	}
  
	.navmenu-list {
	  z-index: 1;
	  position: absolute;
	  left: 0;
	  top: 100%;
	  flex-direction: column;
	  width: 100%;
	  background: #fff;
	  opacity: 0;
	  pointer-events: none;
	  transition: all .2s;
	}
  
	.navmenu input:checked~.navmenu-list {
	  opacity: 1;
	  pointer-events: visible;
	}
  
	.navmenu-item {
	  text-align: center;
	  width: 100%;
	  margin-top: 5px;
	  background: #5c787c;
	}
  }
  
  
  /*
   * @class: top swiper
   * @description: swiper
  */
  /* swp-320 */
  .swp-320 {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin-bottom: 15px;
	overflow: hidden;
  }
  
  .swp-320 input[type="radio"] {
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0;
	cursor: pointer;
	opacity: 0;
  }
  
  .radio-left,
  .handle-left {
	left: 4%;
  }
  
  .radio-right,
  .handle-right {
	right: 4%;
  }
  
  .swp-handle {
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 40px;
	height: 40px;
	pointer-events: none;
  }
  
  .handle-right {
	transform: translateY(-50%) scaleX(-1);
  }
  
  .radio-left:checked~.handle-left {
	display: none;
  }
  
  .radio-right:checked~.handle-right {
	display: none;
  }
  
  .radio-left:checked~.swp-content {
	transform: translateX(0);
  }
  
  .radio-right:checked~.swp-content {
	transform: translateX(-50%);
  }
  
  .swp-content {
	position: relative;
	display: flex;
	width: 200%;
	transition: all .4s ease;
  }
  
  .swp-slide {
	width: 50%;
  }
  
  .swp-slide img {
	display: block;
	width: 100%;
  }
  
  .white.swp-slide-content h3,
  .white.swp-slide-content p {
	color: #fff;
  }
  
  .black.swp-slide-content h3,
  .black.swp-slide-content p {
	color: #333;
  }
  
  .swp-slide-content {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 20%;
  }
  
  .swp-slide-content h3 {
	margin: 0 0 20px 0;
	line-height: 1.5;
	font-size: 28px;
	font-weight: normal;
  }
  
  .swp-slide-content p {
	margin: 0;
	line-height: 1.5;
	font-size: 16px;
  }
  
  .swp-slide:nth-child(1) .swp-slide-content {
	left: 4%;
  }
  
  .swp-slide:nth-child(2) .swp-slide-content {
	left: 54%;
  }
  
  @media screen and (max-width: 768px) {
	.swp-320 {
	  margin-bottom: 10px;
	}
  
	.swp-slide-content {
	  top: 50%;
	  width: 35%;
	  transform: translateY(-50%) scale(.6);
	  transform-origin: left center;
	}
  
	.swp-slide:nth-child(1) .swp-slide-content {
	  left: 2%;
	}
  
	.swp-slide:nth-child(2) .swp-slide-content {
	  left: 52%;
	  transform: translateY(-50%) scale(.6);
	  transform-origin: left center;
	}
  
	.swp-slide-content h3 {
	  margin: 0 0 5px 0;
	  line-height: 22px;
	  font-size: 18px;
	}
  
	.swp-slide-content p {
	  margin: 0;
	  line-height: 16px;
	  font-size: 12px;
	}
  }
  
  
  
  /*
   * @class: graphic
   * @description: big swiper
  */
  /* carousel-600 */
  .csl-600 {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 15px;
  }
  
  .csl-container {
	position: relative;
	width: 55%;
	overflow: hidden;
  }
  
  .csl-content {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 500%;
  }
  
  .csl-slide {
	position: relative;
	width: 20%;
  }
  
  .csl-slide img {
	display: block;
	width: 100%;
	height: auto;
  }
  
  .csl-slide span {
	position: absolute;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 4px 8px;
	text-align: center;
	font-size: 14px;
  }
  
  .csl-slide span.white {
	border: 1px solid #fff;
	color: #fff;
  }
  
  .csl-slide span.black {
	border: 1px solid #222;
	color: #222;
  }
  
  .csl-slide span.left-top {
	left: 6%;
	top: 6%;
  }
  
  .csl-slide span.right-top {
	right: 6%;
	top: 6%;
  }
  
  .csl-slide span.left-bottom {
	left: 6%;
	bottom: 6%;
  }
  
  .csl-slide span.right-bottom {
	right: 6%;
	bottom: 6%;
  }
  
  .csl-text {
	display: flex;
	width: 45%;
	background-color: #f4f5f6;
	color: #333;
	overflow: hidden;
  }
  
  .csl-text-wrapper {
	width: 90%;
	margin: auto;
  }
  
  .csl-text-title {
	margin: 0 0 20px 0;
	line-height: 28px;
	font-size: 28px;
	font-weight: normal;
  }
  
  .csl-text-list {
	margin: 0;
	padding-left: 20px;
  }
  
  .csl-text-list li {
	list-style-type: disc;
	margin-top: 10px;
	line-height: 24px;
	font-size: 16px;
  }
  
  /* thumbnail-600 */
  .tbl-600 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
  }
  
  .tbl-item {
	position: relative;
	display: inline-block;
	width: calc(100% / 5 - 10px);
  }
  
  .tbl-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	transition: background .2s ease;
  }
  
  .tbl-item:hover::after {
	background: rgba(0, 0, 0, 0);
  }
  
  .tbl-item img {
	display: block;
	width: 100%;
  }
  
  @media screen and (max-width: 998px) {
	.csl-600 {
	  flex-direction: column;
	  margin-bottom: 10px;
	}
  
	.csl-container,
	.csl-text {
	  width: 100%;
	}
  
	.csl-text {
	  padding: 20px 0;
	}
  
	.csl-text-title {
	  margin: 0 0 10px 0;
	  line-height: 22px;
	  font-size: 18px;
	}
  
	.csl-text-list li {
	  line-height: 16px;
	  font-size: 12px;
	}
  
	.csl-slide span {
	  font-size: 12px;
	}
  }

#middle1{
	position: relative;
	margin-top: 36px;
	/* border: 3px solid red; */
	padding-left: 0px;
	padding-top: 30px;
	overflow: hidden;
}
#middle1 .middle1_img1,#middle1 .middle1_img2{
	margin: 0 auto;
	display: block;
}
#middle1 .middle1_p1{
	text-align: center;
	margin: 3% 0 0 0;
	/* border: 1px solid red; */
}
#middle1 .middle1_p2{
	text-align: center;
	margin: 3% 0 0 0;
	line-height: 24px;
	/* border: 1px solid red; */
}

.word_div2{
	margin: 26px 0 0 0;
}

#middle2{
	position: relative;
	margin: 0 auto;
	margin-top: 16px;
	/* border-bottom: 5rem solid #213130; */
	background-color: #213130;
}
#middle2 .bg{
	/* height: 750px; */
	width: 1300px;
	display: block;
}
#middle2 .logo{
	width: 13%;
	position: absolute;
	top: 12%;
	left: 5.4%;
}
#middle2 p{
	position: absolute;
}
#middle2 .middle2_p1{
	top: 50%;
	left: 6%;
}
#middle2 .middle2_p2{
	top: 58%;
	left: 6%;
	width: 25%;
	line-height: 1.5rem;
}

#middle3b{
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 2rem 0% 0 0%;
	box-sizing: border-box;
}
#middle3b .middle3b_img0{
	display: block;
	margin:0 auto;
}
#middle3b .middle3b_imgs{
	display: flex;
	justify-content: center;
}
#middle3b .middle3b_imgs img{
	display: block;
	width: 100%;
}
#middle3b .title{
	font-weight: bold;
	width: 89%;
	margin: 3rem auto;
}
#middle3b .middle3b_div{
	flex-direction: row;
	box-sizing: border-box;
	width: 89%;
	margin: 0 auto;
	padding: 0 0 2rem 0;
	display: flex;
}
#middle3b .middle3b_div ul{
	width: 50%;
}
#middle3b .middle3b_div ul:first-child li:nth-child(4),#middle3b .middle3b_div ul:first-child li:nth-child(3),
#middle3b .middle3b_div ul:first-child li:nth-child(1),#middle3b .middle3b_div ul:first-child li:nth-child(2),
#middle3b .middle3b_div ul:first-child li:nth-child(5){
	width: 200%;
}
#middle3b .middle3b_div ul li{
	line-height: 2.2rem;
	list-style: none;
	border-bottom: 1px solid #7B7B7B;
	width: 100%;
}
#middle3b .middle3b_div ul:last-child li:nth-child(1),#middle3b .middle3b_div ul:last-child li:nth-child(2){
	line-height: 2.25rem;
	border: none;
}

#middle3{
	position: relative;
	margin: 0 auto;
	padding: 2rem 5% 0 5%;
	box-sizing: border-box;
	display: flex;
}
#middle3 .left{
	display: flex;
}
#middle3 .left ul{
	list-style: none;
}
#middle3 .left ul li:nth-child(2){
	border: 1px solid #000000;
	width: 50%;
	text-align: center;
	margin: 2rem auto;
}
#middle3 .left ul li:nth-child(3){
	width: 100%;
	text-align: center;
	margin: 2rem auto;
}
#middle3 .right .p1{
	padding: 8rem 0 0 0;
	text-align: right;
}
#middle3 .right .p2{
	padding: 3rem 0 0 20%;
	text-align: right;
	line-height: 2rem;
	width: 100%;
	box-sizing: border-box;
}

#middle4{
	margin: 0 auto;
	margin-top: 1rem;
	width: 89%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
}
#middle4 ul{
	width: 50%;
}
#middle4 ul li{
	list-style: none;
	position: relative;
}
#middle4 ul li img{
	display: block;
	width: 100%;
}
#middle4 ul li:first-child{
	margin-bottom: 5px;
}
#middle4 ul li p{
	text-align: center;
	position: absolute;
	bottom: 5%;
	width: 100%;
}
#middle4 .right{
	flex: 1;
	background-color: #f7f8f9;
}
#middle4 .p1{
	width: 70%;
	padding: 0 4rem;
	margin-top: 10rem;
	line-height: 2rem;
}
#middle4 .p2{
	width: 70%;
	padding: 0 4rem;
	margin-top: 3rem;
	line-height: 2rem;
}

#middle5{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
#middle5 img{
	display: block;
	width: 1300px;
}
#middle5 p{
	position: absolute;
	left: 9%;
}
#middle5 .p1{
	top: 25%;
	width: 20%;
	line-height: 2rem;
}
#middle5 .p2{
	top: 39%;
	width: 30%;
	line-height: 1.8rem;
}

#middle6{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
#middle6 img{
	display: block;
	width: 1300px;
}
#middle6 p{
	position: absolute;
	left: 9%;
}
#middle6 .p1{
	top: 28%;
	width: 30%;
	line-height: 2rem;
}
#middle6 .p2{
	top: 44%;
	width: 30%;
	line-height: 1.8rem;
}

#middle7{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
#middle7 img{
	display: block;
	width: 1300px;
}
#middle7 p{
	position: absolute;
	left: 9%;
}
#middle7 .p1{
	top: 35%;
	width: 25%;
	line-height: 2rem;
}
#middle7 .p2{
	top: 45%;
	width: 25%;
	line-height: 1.8rem;
}

#middle9{
	width: 82%;
	margin: 80px auto 0 auto;
	position: relative;
}
#middle9 .middle9_p{
	padding: 0 0 2rem 0;
}
#middle9 .middle9_div{
	overflow: hidden;
}
#middle9 .middle9_div .div1{
	float: left;
	width: 45%;
	position: relative;
}
#middle9 .middle9_div .div2{
	float: right;
	width: 45%;
	position: relative;
}
#middle9 .middle9_div a{
	width: 100%;
	display: block;
}
#middle9 .middle9_div a img{
	width: 100%;
	display: block;
}
#middle9 .middle9_div p{
	text-align: center;
	padding: .5rem 0;
}


#middle10{
	width: 82%;
	margin: 3rem auto 0 auto;
}
#middle10 .middle10_p{
	padding: 2rem 0;
}
#middle10 .middle10_div{
	overflow: hidden;
}
#middle10 .middle10_div .div1{
	float: left;
	width: 45%;
}
#middle10 .middle10_div .div2{
	float: right;
	width: 45%;
}
#middle10 .middle10_div a{
	width: 100%;
	display: block;
}
#middle10 .middle10_div a img{
	width: 100%;
}
#middle10 .middle10_div p{
	text-align: center;
	padding: 1rem 0;
	background-color: #595757;
}

#bot_img{
	margin: 1rem auto 0 auto;
	width: 100%;
	padding: 36px 9% 36px 9%;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
#bot_img .bot_img_title{
	padding: 26px 0 26px 0;
}
#bot_img .bot_img_table{
	width: 100%;
	margin: 0 auto;
}
#bot_img .bot_img_table .bot_img_top{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#bot_img .bot_table_bot{
	width: 80%;
	margin: 5% auto;
	padding: 2% 5%;
	box-sizing: border-box;
	border: 2px solid #7b7b7b;
}
#bot_img .bot_table_bot ul{
	margin: 1rem auto;
	list-style: none;
}


.com_head {
  width: 35%;
  background: #5c787c;
  border-radius: 0 20px 20px 0;
  margin-top: 36px;
}
.com_head p {
  padding-left: 10%;
  line-height: 4rem;
  font-size: 24px;
  color: #fff;
}
.com_div{
  overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.com_div ul{
  overflow: hidden;
  margin: 12px auto 0 auto;
  /* border: 2px solid red; */
	list-style: none;
}
/* .com_div ul li{
	width: 20%;
	box-sizing: border-box;
	
}
.com_div ul li a{
	display: block;
}
.com_div ul li a img{
	display: block;
	width: 100%;
} */
.com_div ul li {
  width: 17.4%;
  float: left;
  overflow: hidden;
  margin: 1% 1% 0 1.2%;
  border-radius: 8px;
  border: 2px solid #FFFFFF;
}
.com_div ul li:hover{
	border: 2px solid #595757;
}
.com_div ul li a {
  width: 100%;
  height: auto;
	display: block;
}
.com_div ul li a img {
  width: 100%;
  cursor: pointer;
  transition: all ease 1s;
  overflow: hidden;
	display: block;
}
.com_div ul li a img:hover {
  transform: scale(1.2);
}
.com_head1{
	margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
	html{
		font-size: 12px;
	}
	#box{
		width: 100%;
	}
	#head_menu .mobile_menu{
		position: relative;
	}
	#head_menu .mobile_menu label{
			display:inline-block;
			text-align: center;
			width: 100%;
			line-height: 55px;
			font-size: 18px;
			color: #F0F0F0;
			position: absolute;
			top: 0;
			left: 0;
			/* font-weight: bold; */
			background-color: #5c787c;
			/* border: 1px solid red; */
	}
	#head_menu .mobile_menu{
		display: block;
		/* background-color: #435055; */
	}
	#head_menu .mobile_menu input{
		display: inline-block;
		opacity: 0;
		height: 51px;
	}
	#head_menu .mobile_menu input:checked ~ ul{
		display: block;
	}
	#head_menu ul{
		display: none;
		margin-top: 2px;
		border-radius:0px;
	}
	#head_menu ul li{
		list-style: none;
		background-color: #5c787c;
		color: #F0F0F0;
		width: 100%;
		height: 55px;
		line-height: 55px;
		text-align: center;
		padding: 0;
		margin-top: 10px;
		/* border: 2px solid red; */
		float: none;
	}
	#head_menu ul li.nav-title{
		width: 100%;
	}
	#head_menu ul li a {
		font-size: 18px;
	}
	
	.logo>li {
		width: 40%;
		padding-left:10%;
	}
	
	#top_img{
		position: relative;
		width: 100%;
	}
	#top_img #scroll_div label img{width: 4rem;}
	#top_img #scroll_div1 label img{width: 4rem;}
	#top_img #scroll_img{width: 200%;}
	#top_img #scroll_img img{width: 50%;height:50%;}
	#top_img #scroll_img .p1{top: 25%;left: 1%;width: 30%;font-size: 1.2rem;}
	#top_img #scroll_img .p2{top: 40%;left: 1%;width: 28%;font-size: 0.8rem;line-height: 1rem;}
	#top_img #scroll_img .p3{top: 16%;left: 54%;width: 30%;font-size: 1.2rem;}
	#top_img #scroll_img .p4{top: 30%;left: 51%;width: 25%;font-size: 0.8rem;line-height: 1rem;}
	
	#top_detail{margin-top: 0.5rem;}
	/* #top_detail .top_detail_imgs label{padding-bottom: 13.4%;} */
	#top_detail .select_img{
		background-color: #dee5eb;
	}
	#top_detail .top_detail_div{
		position: absolute;
		width: 45%;
		right: 0;
		padding: 0.4rem 0.1rem 0 1.1rem;
		box-sizing: border-box;
		height: 13.3rem;
	}
	#top_detail .select_img .p1{
		top: 90%;
		left: 1%;
		width: auto;
		line-height: 1.2rem;
		border-radius: 4px;
		padding: 0 1% 0 1%;
		font-size: 1rem;
		transform: scale(0.65);
		transform-origin-x: 0;
		transform-origin-y: 0;
		-webkit-transform: scale(0.65);
		-webkit-transform-origin-x: 0;
		-webkit-transform-origin-y: 0;
	}
	#top_detail .select_img3 .p1{
		width: 40%;
		top: 85%;
	}
	#top_detail .top_detail_div p{
		font-size: 1rem;
	}
	#top_detail .top_detail_div ul{
		margin: 0.2rem 0 0 0;
		transform: scale(0.65);
		transform-origin-x: 0;
		transform-origin-y: 0;
		-webkit-transform: scale(0.65);
		-webkit-transform-origin-x: 0;
		-webkit-transform-origin-y: 0;
		width: 150%;
	}
	#top_detail .top_detail_div ul li{
		font-size: 1rem;
		line-height: 1.25rem;
		margin: 0 0;
		padding: 0;
	}
	#top_detail .top_detail_div ul li:nth-child(5){
		display: none;
	}
	
	.word_div{
		padding: 1rem 0 1rem 0;
		font-size: 1rem;
	}
	
	#middle1 .middle1_img1,#middle1 .middle1_img2{
		width: 90%;
	}
	
	.word_div2{
		margin: 1rem 0 0 0;
	}
	#middle2{
		margin-top: 1rem;
	}
	#middle2 .bg{
		/* height: 750px; */
		width: 100%;
		display: block;
	}
	#middle2 .logo{
		width: 20%;
		left: 5%;
	}
	#middle2 p{
		position: absolute;
	}
	#middle2 .middle2_p1{
		font-size: 1rem;
		top:60%;
		left: 6%;
		width: 50%;
	}
	#middle2 .middle2_p2{
		font-size: 1rem;
		line-height: 1.2rem;
		top: 72%;
		left: 6%;
		width: 60%;
		transform: scale(0.8);
		transform-origin:0 0;
		-webkit-transform: scale(0.8);
		-webkit-transform-origin:0 0;
	}
	
	
	#middle3b{
		width: 100%;
		padding: 1rem 0 1rem 0;
	}
	#middle3b .title{
		width: 100%;
		font-size: 1.2rem;
		margin: 1rem auto;
	}
	#middle3b .middle3b_img0{
		display: block;
		margin:0 auto;
		width: 99%;
	}
	#middle3b .middle3b_imgs{
		flex-direction: column;
		width: 100%;
	}
	#middle3b .middle3b_div{
		flex-direction: column;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 1rem 0;
	}
	#middle3b .middle3b_div ul{
		width: 100%;
	}
	#middle3b .middle3b_div ul:first-child li:nth-child(1),#middle3b .middle3b_div ul:first-child li:nth-child(2),
	#middle3b .middle3b_div ul:first-child li:nth-child(3),#middle3b .middle3b_div ul:first-child li:nth-child(4),
	#middle3b .middle3b_div ul:first-child li:nth-child(5),#middle3b .middle3b_div ul:first-child li:nth-child(6),
	#middle3b .middle3b_div ul:first-child li:nth-child(7){
		width: 100%;
		border-bottom: 1px solid #7B7B7B;
	}
	#middle3b .middle3b_div ul li{
		line-height: 1.5rem;
		list-style: none;
		width: 100%;
		padding: 0.5rem 0.5rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		border-bottom: 1px solid #7B7B7B;
	}
	#middle3b .middle3b_div ul:last-child li:nth-child(1),#middle3b .middle3b_div ul:last-child li:nth-child(2){
		line-height: 2.25rem;
		border-bottom: 1px solid #7B7B7B;
	}
	
	
	#middle3{
		padding: 1rem 0 1rem 0;
		flex-direction: column;
	}
	#middle3 .left{
		width: 100%;
	}
	#middle3 .left ul{
		width: 50%;
	}
	#middle3 .left ul li:nth-child(1) img{
		width: 100%;
		display: block;
	}
	#middle3 .left ul li:nth-child(2){
		border: 1px solid #000000;
		width: 80%;
		text-align: center;
		margin: 2rem auto;
		font-size: 1.2rem;
	}
	#middle3 .left ul li:nth-child(3){
		width: 100%;
		text-align: center;
		margin: 2rem auto;
		font-size: 1.2rem;
	}
	#middle3 .right .p1{
		padding: 2rem 2% 0 0;
		text-align: right;
		box-sizing: border-box;
		font-size: 1.5rem;
	}
	#middle3 .right .p2{
		padding: 1rem 2% 0 5%;
		text-align: right;
		line-height: 1.5rem;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.2rem;
	}
	
	#middle4{
		margin: 0 auto;
		margin-top: 1rem;
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}
	#middle4 ul{
		width: 100%;
	}
	#middle4 ul li{
		list-style: none;
		position: relative;
	}
	#middle4 ul li img{
		display: block;
		width: 100%;
	}
	#middle4 ul li:first-child{
		margin-bottom: 5px;
	}
	#middle4 ul li p{
		text-align: center;
		position: absolute;
		bottom: 5%;
		width: 100%;
	}
	#middle4 .right{
		flex: 1;
		background-color: #f7f8f9;
	}
	#middle4 .p1{
		width: 100%;
		padding: 1rem 1rem 0 1rem;
		margin: 0 0;
		line-height: 1.8rem;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	#middle4 .p2{
		width: 100%;
		padding: 1rem 1rem 0 1rem;
		margin: 0 0;
		line-height: 1.5rem;
		font-size: 1rem;
		box-sizing: border-box;
	}
	
	#middle5{
		position: relative;
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		margin-top: 1rem;
	}
	#middle5 img{
		width: 100%;
	}
	#middle5 p{
		position: absolute;
		left: 5%;
	}
	#middle5 .p1{
		top: 6%;
		width: 40%;
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
	#middle5 .p2{
		top: 30%;
		width: 40%;
		line-height: 1.2rem;
		font-size: 1.1rem;
	}
	
	#middle6{
		position: relative;
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		margin-top: 1rem;
	}
	#middle6 img{
		width: 100%;
	}
	#middle6 p{
		position: absolute;
		left: 5%;
	}
	#middle6 .p1{
		top: 10%;
		width: 55%;
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
	#middle6 .p2{
		top: 35%;
		width: 50%;
		line-height: 1.2rem;
		font-size: 1.1rem;
	}
	
	#middle7{
		position: relative;
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		margin-top: 1rem;
	}
	#middle7 img{
		width: 100%;
	}
	#middle7 p{
		position: absolute;
		left: 5%;
	}
	#middle7 .p1{
		top: 35%;
		width: 40%;
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
	#middle7 .p2{
		top: 50%;
		width: 50%;
		line-height: 1.2rem;
		font-size: 1.1rem;
	}
	
	#middle9{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	#middle9 .middle9_p{
		padding: 1rem 0;
		font-size: 1.2rem;
	}
	#middle9 .middle9_div{
		overflow: hidden;
	}
	#middle9 .middle9_div .div1{
		float: left;
		width: 45%;
	}
	#middle9 .middle9_div .div2{
		float: right;
		width: 45%;
	}
	#middle9 .middle9_div a{
		width: 100%;
		display: block;
	}
	#middle9 .middle9_div a img{
		width: 100%;
	}
	#middle9 .middle9_div p{
		text-align: left;
		padding: 0 0;
		font-size: 1rem;
		bottom: 0%;
		left: 0%;
		transform-origin: 0 0;
		transform: scale(0.8);
		text-indent: 0;
		width: 110%;
	}
	
	#middle10{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	#middle10 .middle10_p{
		padding: 1rem 0;
		font-size: 1.2rem;
	}
	#middle10 .middle10_div{
		overflow: hidden;
	}
	#middle10 .middle10_div .div1{
		float: left;
		width: 45%;
	}
	#middle10 .middle10_div .div2{
		float: right;
		width: 45%;
	}
	#middle10 .middle10_div a{
		width: 100%;
		display: block;
	}
	#middle10 .middle10_div a img{
		width: 100%;
	}
	#middle10 .middle10_div p{
		text-align: center;
		padding: 0.5rem 0;
		font-size: 1.2rem;
	}
	
	#bot_img{
		margin-top: 1rem;
		padding: 2rem 0 0 0;
		display: none;
	}
	#bot_img .bot_img_title{
		padding: 0 0 0 0;
		font-size: 1.2rem;
	}
	#bot_img .bot_img_table{
		margin: 0 auto;
		width: 100%;
	}
	#bot_img .bot_img_table .bot_img_top{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#bot_img .bot_table_bot{
		width: auto;
		margin: 0 auto;
		padding: 2% 1%;
		box-sizing: border-box;
		border: 2px solid #7b7b7b;
	}
	#bot_img .bot_table_bot img{
		width: 6rem;
	}
	#bot_img .bot_table_bot ul{
		margin: 0.2rem auto;
		list-style: none;
	}
	#bot_img .bot_table_bot ul li{
		font-size: 1rem;
		line-height: 1.3rem;
	}
	
	.com_head{
		width: 51%;
		margin-top: 1rem;
	}
	.com_head>p{
		font-size: 1.2rem;
		line-height: 2.8rem;
		padding-left: 5%;
	}
	.com_div{
		margin: 0 0;
		width: 100%;
	}
	.com_div ul li {
	  width: 50%;
	  float: left;
	  overflow: hidden;
		margin: 0;
		padding: 0;
		border: none;
	}
	.com_div ul li:hover{
		border: none;
	}
	.com_div ul li a{
		display: block;
		margin: 1% auto 1% auto;
		width: 95%;
	}
	.com_div ul li a img:hover {
	  transform: scale(1);
	}
	#bot_img .bot_img_ul2 li:last-child{
		display: none;
	}
}

