@charset "utf-8";
/* CSS Document */


 /* more */
.more{width: 210px;height: 52px;background: transparent;border-radius: 2px;display: block;font-size: 16px;line-height: 52px;text-align: center;color: #ed6d0a;position: relative;z-index: 0;border-radius: 4px;transition: all 0.5s ease;border: 2px solid #ed6d0a;overflow: hidden;}
.more:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all .3s;background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);position: absolute;top: 0;left: 0;z-index: -1;opacity: 0;transition: all .3s;}
.more:hover:after{opacity: 1;}
.more:hover{color: #fff;}


 
.more:hover:after {opacity: 0.75;}

 



/*choose*/
.choose .choose_list{width: 100%;overflow: hidden;position: relative;height: 650px;}
.choose .choose_list>img{width: 100%;height: auto;}
.choose .choose_list .choose_txt{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;}
.choose .choose_list .choose_txt>.mainchoose{display: block;width: 25%;height: 100%;position: relative;float: left;}
.choose .choose_list .choose_txt>.mainchoose>.top{position: absolute;bottom: 9%;left:0;transition: all .5s;z-index: 2; width: 100%; text-align: center;}
.choose .choose_list .choose_txt>.mainchoose>.top font{font-size:15px; color:#fff ;line-height: 20px; opacity:0.66;margin: 0; padding: 0; display: inline-block;text-transform: uppercase;}
.choose .choose_list .choose_txt>.mainchoose>.top span{font-size: 14px;color: #fff;margin-bottom: 30px;display: inline-block;}
.choose .choose_list .choose_txt>.mainchoose>.top span img{ width: 60px; height: auto;}


.choose .choose_list .choose_txt>.mainchoose>.top p{color: #fff;font-size: 32px;line-height: 38px;margin: 0; padding: 0; text-transform: uppercase;text-shadow: 0 1px 1px #2f2f2f; font-weight:bold;}
.choose .choose_list .choose_txt>.mainchoose:after{content: "";display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background-color: rgba(255,255,255,0.3);}
.choose .choose_list .choose_txt>.mainchoose>h3{position:absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 4;background-color: rgba(17, 17, 17, 0.8);opacity: 0;transition: all .8s;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc{width: 100%;position: absolute;top: -11%;left: 8%;transition: all .4s;height: 80%;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc>p{font-size: 32px;color: #fff; text-transform: uppercase;font-weight:bold;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc .en{font-size:15px; color:#fff ;opacity:0.66;margin-top: 10px;font-weight: normal;margin-bottom: 20px;text-transform: uppercase;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc .num{font-size: 14px;color: #fff;margin-bottom: 40px;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc .num img{width: 60px; height: auto;}


.choose .choose_list .choose_txt>.mainchoose>h3>.yc>span{font-size: 18px;color: #ffffff;width:80%;margin-bottom:14px;display: block;line-height: 26px;opacity:0.9;position: relative;box-sizing: border-box;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc>span>i{display: inline-block;width: 5px;height: 5px;background-color: #fff;border-radius: 50%;margin-right: 14px;vertical-align:3px;position: absolute;top: 10px;left: 0;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc>strong{display: block;width: 75px;height: 1px;background-color: #fff;margin: 0;margin-bottom: 40px;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc>font{position: absolute;display: block;width: 184px;height: 46px;margin-top: 50px;bottom: 0;line-height: 46px;}
/* .choose .choose_list .choose_txt>a>h3>.yc>font{position: absolute;display: block;width: 184px;height: 46px;text-align: center;line-height: 46px;border: 1px solid #fff;font-size: 14px;color: #fff;transition:all .5s;margin-top: 50px;bottom: 0;font-family: "got";border-radius: 2rem;}
.choose .choose_list .choose_txt>a>h3>.yc>font:after{content: "";display: block;width: 0;height: 100%;transition: all .5s;background-color: #fff;z-index: -1;position: absolute;top: 0;left: 0;border-radius: 2rem;} */

.choose .choose_list .choose_txt>.mainchoose:hover h3{opacity: 1;}
.choose .choose_list .choose_txt>.mainchoose:hover h3>.yc{top: 9%;}
.choose .choose_list .choose_txt>.mainchoose:hover>.top{opacity: 0;}
/* .choose .choose_list .choose_txt>a>h3>.yc>font:hover{color: #111;}
.choose .choose_list .choose_txt>a>h3>.yc>font:hover:after{width: 100%;} */
.img_box{width: 100%;height: 100%;position: relative;}
.img_box>img{width: 100%;height: 100%;object-fit: cover;display: none;position: absolute;top: 0;left: 0;}
.img_box>img:nth-child(1){display: block;}




 



@media only screen and (max-width:1600px ) {

.choose .choose_list .choose_txt>a>h3>.yc>span{margin-bottom: 10px;font-size: 16px;line-height: 24px;}
.choose .choose_list .choose_txt>a>h3>.yc>p{font-size: 26px;line-height: 34px;}
.choose .choose_list .choose_txt>a>.top p{font-size: 26px;line-height: 34px;}
.choose .choose_list .choose_txt>a>h3>.yc>strong{margin-bottom: 20px;}
.choose{height: 500px;}
.choose .choose_list{height: 100%;}
.img_box>img{width: 100%;}
.choose .choose_list .choose_txt>a>h3>.yc .num{font-size: 14px;color: #fff;margin-bottom: 30px;line-height:normal;}
.choose .choose_list .choose_txt>a>h3>.yc .en{line-height: normal;}

	
.choose .choose_list .choose_txt>a>h3>.yc>font{height: 40px;
    line-height: 40px;
    width: 180px;}

	

}



@media only screen and (max-width:1366px ) {


.choose{height: 400px;}
.choose .choose_list .choose_txt>.mainchoose>h3>.yc>p{font-size: 20px;color: #fff; text-transform: uppercase;font-weight:bold;}	

	.choose .choose_list .choose_txt>.mainchoose>h3>.yc>p{font-size: 20px;}
	.choose .choose_list .choose_txt>.mainchoose>.top p{color: #fff;font-size: 20px;line-height: 38px;}
	
	.choose .choose_list .choose_txt>a>h3>.yc>p{font-size: 20px;line-height: 34px;}
.choose .choose_list .choose_txt>a>.top p{font-size: 20px;line-height: 34px;}
	
	
	
	
}



@media only screen and (max-width:1024px ) {

.choose .choose_list .choose_txt>.mainchoose{display: block;width: 50%;height: 100%;position: relative;float: left;}

 
}