@charset "utf-8";


.aboutus_banner{
	background: url("../images/aboutus/aboutus_banner_bg.jpg") center center / cover no-repeat;
	padding: 30px 5vw 80px;
	min-height:85vh;
}
/*~~~ %%aboutus_intro_zone ~~~*/
.aboutus_intro_zone{
	background: linear-gradient(37deg, #EB350A 0%, #EF6B2C 50%, #EA1624 100%);
	min-height:75vh;
	padding: 30px 5vw 70px;
}

dl.aboutus_title_bar{display: flex;flex-direction:column;justify-content:flex-start;align-items: center;flex-wrap:nowrap;align-content:center; }
dl.aboutus_title_bar>dt{color: #ffffff; font-weight: 800;line-height: 1.3em; padding: 0.3em 0 0.5em;}
dl.aboutus_title_bar>i{ display: block;width: 70px; height: 3px; background-color: #ffffff;}
dl.aboutus_title_bar>dd{ color: rgba(255,255,255,0.5); font-weight: 800;text-transform:Uppercase;line-height: 1.3em; padding: 0.5em 0 1.1em;}/*~~~ %%英语字母全大写 ~~~*/

dl.aboutus_title_bar.left_w{align-items: flex-start;}

dl.aboutus_title_bar.title_black>dt{color: #000000;}
dl.aboutus_title_bar.title_black>i{background-color: #999999;}
dl.aboutus_title_bar.title_black>dd{color: rgba(0,0,0,0.5);}

ol.aboutus_info_lr{display: flex;flex-direction: row;justify-content:flex-start;align-items: stretch;flex-wrap:nowrap;}
ol.aboutus_info_lr>li{flex-grow: 0; flex-shrink:0;flex-basis:50%;}
ol.aboutus_info_lr>li.info_left{align-self:center}
ol.aboutus_info_lr>li.info_left>video{ width: 100%;}
ol.aboutus_info_lr>li.info_right{ padding: 0 0 0 40px;}
ol.aboutus_info_lr>li.info_right>h1{ background-color: rgba(255,255,255,0.8); border-radius: 20px; padding: 30px 30px;}
ol.aboutus_info_lr>li.info_right>h1>p{text-indent:2em;}

/*~~~ %%aboutus_history_zone ~~~*/
.aboutus_history_zone{
	background: url("../images/aboutus/aboutus_history.jpg") center center / cover no-repeat;
	padding: 30px 5vw 80px;
	min-height:85vh;
}

ol.aboutus_history_lr{display: flex;flex-direction: row;justify-content:flex-start;align-items: stretch;flex-wrap:nowrap;}
ol.aboutus_history_lr>li{}
ol.aboutus_history_lr>li.info_left{ flex-grow: 1; flex-shrink:1;}
ol.aboutus_history_lr>li.info_right{flex-grow: 0; flex-shrink:0;flex-basis:150px;}
ol.aboutus_history_lr>li.info_left{padding: 0 40px 0 0; }
ol.aboutus_history_lr>li.info_left>h1{ background-color: rgba(255,255,255,0.8); border-radius: 20px; padding: 30px 30px;box-shadow: 0 2px 5px rgba(0,0,0,.4); min-height: 40vh;}
ol.aboutus_history_lr>li.info_left>h1>em{ display: block; padding: 0.8em 0; color: #DF002D; font-weight: 800;}
ol.aboutus_history_lr>li.info_left>h1>p{text-indent:2em;}
ol.aboutus_history_lr>li.info_right{}
ol.aboutus_history_lr>li.info_right>ul{display: flex;flex-direction:column;justify-content:flex-start;align-items: flex-end;flex-wrap:nowrap;}
ol.aboutus_history_lr>li.info_right>ul>a{ background-color: #ffffff; width: 6em; height: 1.6em; line-height: 1.6em; border-radius: 0.8em;box-shadow: 0 2px 5px rgba(0,0,0,.4);
margin: 0 0 0.5em; text-align: center; cursor: pointer;
}
ol.aboutus_history_lr>li.info_right>ul>a:hover{background-color:#FECDD7 ;}
ol.aboutus_history_lr>li.info_right>ul>a.select{background-color:#DF002D ; color: #ffffff;}

/*~~~ %%aboutus_honor ~~~*/
.aboutus_honor_titbar{
	background: url("../images/aboutus/aboutus_honor_bg.png") 80% center / cover no-repeat;
	padding: 20vh 5vw 30px;
	min-height:59vh;
}
.aboutus_honor_cont{ padding: 30px 5vw 50px;}
.aboutus_honor_cont>dl{ }
.aboutus_honor_cont>dl>dd{float: left; width:25%; padding: 10px 20px 20px;}
.aboutus_honor_cont>dl>dd>img{ width: 100%; height: auto;}
.aboutus_honor_cont>dl>dd>span{ display: block; text-align: center; padding: 5px 0 5px;}

/*=====@media screen媒体查询=====*/

/*=====小于等于900px=====*/
@media screen and (max-width:900px){

ol.aboutus_info_lr{flex-wrap:wrap;}
ol.aboutus_info_lr>li{flex-grow: 0; flex-shrink:0;flex-basis:100%;}

ol.aboutus_history_lr>li.info_right {
    flex-basis: 78px;
}
ol.aboutus_history_lr>li.info_left{padding: 0 10px 0 0;}

}
/*=====///==小于等于900px=====*/