

/* 企业文化 */
/* culture01wrap */
.culture01wrap{width: 100%;box-sizing: border-box;position: relative;padding: 90px 0;}
.culture01{width: 580px;box-sizing: border-box;margin: auto;position: relative;z-index: 2;}
.culture01 .top{width: 100%;box-sizing: border-box;text-align: center;padding-bottom: 30px;border-bottom: 1px solid #ddd;position: relative;margin-bottom: 50px;}
.culture01 .top p{font-size: 12px;color: #cccccc;margin-bottom: 20px;text-align: center;}
.culture01 .top h3{font-size: 30px;color: #222222;font-weight: bold;}
.culture01 .top strong{display: block;width: 30px;height: 2px;background-color: #24469f;position: absolute;left: 50%;bottom: -1px;margin-left: -15px;}
.culture01 ul li{width: 100%;text-align: center;margin-bottom: 50px;}
.culture01 ul li h3{font-size: 20px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.culture01 ul li h4{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 30px;}
.culture01 ul li strong{display: block;width: 30px;height: 1px;background-color: #666;margin: auto;}
.culture01 ul li:last-child{margin-bottom: 0;}
.culture01wrap img{display: block;width: auto;position: absolute;z-index: 0;max-width: 50%;}
.culture01wrap .t-img{top: 0;left: 0;}
.culture01wrap .b-img{right: 0;bottom: 0;}

/* culture02wrap */
.culture02wrap{width: 100%;box-sizing: border-box;overflow: hidden;}
.culture02wrap li{width: 100%;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.culture02wrap li .imgbox{width: 50%;overflow: hidden;}
.culture02wrap li .imgbox img{display: block;width: 100%;}
.culture02wrap li .text{width: 50%;box-sizing: border-box;padding-right: calc((100% - 1200px)/2);padding-left: 100px;}
.culture02wrap li .text strong{display: block;width: 50px;height: 2px;background-color: #24469f;margin-bottom: 30px;}
.culture02wrap li .text h3{font-size: 40px;color: #cccccc;font-weight: bold;margin-bottom: 30px;}
.culture02wrap li .text h4{font-size: 24px;color: #1e479c;font-weight: bold;margin-bottom: 30px;}
.culture02wrap li .text h5{font-size: 18px;color: #444444;line-height: 34px;}
.culture02wrap li {background-color: #f1f2f3;}
.culture02wrap li:nth-of-type(even){-webkit-flex-flow: row-reverse;flex-flow: row-reverse;}
/*.culture02wrap li:nth-of-type(even) .text{padding-left: calc((100% - 1200px)/2);padding-right: 100px;}*/


.culture02wrap li:nth-child(2n) .text{padding-right: 100px;padding-left: calc((100% - 1200px)/2);}
.culture02wrap li:nth-child(2n) .text strong{margin-left: calc(100% - 50px);}
.culture02wrap li:nth-child(2n) .text h3{text-align: right;}
.culture02wrap li:nth-child(2n) .text h4{text-align: right;}
.culture02wrap li:nth-child(2n) .text h5{text-align: right;}
