@charset "UTF-8";
.page-wrapper .content-wrapper {background: white;margin-top: 17px;margin-bottom: 100px;padding: 20px;}
.content-wrapper .title .zh {font-size: 23px;color: #333;font-weight: bold;border-bottom: 2px solid #5092FF;padding-bottom: 8px;display: inline-block;}
.content-wrapper .title .en {font-family: Microsoft YaHei;color: #999;font-size: 14px;margin-top: 8px;letter-spacing: 2px;}

/* 公司简介 */
.company-profile-content {display: flex;margin-top: 39px;margin-bottom: 60px;margin-left: 40px;}
.company-profile-content .company-profile-text {font-size: 16px;color: #333;line-height: 30px;width: 480px;text-align: justify;margin-left: 50px;margin-top: 40px;}

/* 旗下产品 */
.product-content {display: flex;flex-flow: wrap;justify-content: space-between;margin-bottom: 59px;}
.product-content .product-item {display: flex;flex-direction: column;align-items: center;width: 373px;padding: 30px 0;background-color: #F2F5F7;margin-top: 20px;position: relative;cursor: pointer;}
.product-content .product-item .more-image {position: absolute;bottom: 10px;left: 45%;}
.product-content .product-item .title {color: #333;font-size: 18px;margin-bottom: 20px;font-weight: bold;text-align: center;}
.product-content .product-item .content {font-family: Microsoft YaHei;color: #666;font-size: 14px;width: 313px;height: 40px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: justify;}
.product-content .product-item.product-item-active {background-color: white;box-shadow: 0px 6px 29px 0px rgba(106, 106, 106, 0.2);border-radius: 2px;position: relative;}
.product-content .product-item.product-item-active .content {height: auto;position: absolute;top: 200px;display: flex;background-color: white;box-shadow: 0px 30px 29px 0px rgba(106, 106, 106, 0.2);width: 373px;padding: 0 30px 30px 30px;z-index: 999;}

/* 企业文化 */
.culture-content {display: flex;flex-flow: wrap;justify-content: space-between;margin-bottom: 59px;}
.culture-content .more {font-size: 14px;font-family: Microsoft YaHei;font-weight: normal;color: #5092FF;margin-top: 5px;cursor: pointer;}
.culture-content .culture-item {display: flex;flex-direction: column;align-items: center;width: 373px;padding-top: 30px;margin-top: 20px;cursor: pointer;}
.culture-content .culture-item .title {color: #333;font-size: 18px;margin-bottom: 20px;}
.culture-content .culture-item .content {font-family: Microsoft YaHei;color: #666;font-size: 14px;width: 300px;height: 40px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: justify;margin-top: 20px;}
.culture-content .culture-item.culture-item-active {background-color: white;box-shadow: 0px 6px 20px 0px rgba(106, 106, 106, 0.2);border-radius: 2px;position: relative;}
.culture-content .culture-item.culture-item-active .content {height: auto;position: absolute;top: 200px;display: flex;background-color: white;box-shadow: 0px 20px 20px 0px rgba(106, 106, 106, 0.2);width: 373px;padding: 0 35px 40px 35px;}

/* 联系我们 */
.contact-us-content {padding: 0 60px;}
.contact-us-content .f-17 {font-size: 17px;}
.contact-us-content .line {display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 20px;}
.contact-us-content .line:first-child {margin-top: 43px;margin-bottom: 88px;}
.contact-us-content .line:first-child .text {margin-bottom: 55px;}
.contact-us-content .line:last-child img {width: 550px;margin-right: 95px;}
.contact-us-content .line:last-child .text {margin-bottom: 34px;}
.contact-us-content .line .text {width: 550px;font-size: 14px;font-family: Microsoft YaHei;font-weight: normal;color: #666;line-height: 24px;}
.contact-us-content .name {font-weight: normal;font-family: Microsoft YaHei;font-weight: normal;font-size: 18px;margin-top: 47px;margin-bottom: 23px;font-weight: bold;color: #333;}
.contact-us-content .name:first-child {margin-bottom: 21px;}
