.inner-section { padding-top: 40px; }
.inner-section .sec-name { font-size: 40px; font-weight: bold; margin-bottom: 13px; }
.inner-section .sec-desc { font-size: 24px; color: #666666; font-weight: 300; margin-bottom: 40px; }
.inner-section .sec-head.white .sec-name, .inner-section .sec-head.white .sec-desc { color: #fff; }
.inner-section .sec-more { display: block; margin: 50px auto; position: relative; z-index: 3; }

.about-content { background-color: #EEEEEE; padding: 30px; border-radius: 5px; color: #666666; line-height: 28px; font-size: 16px; margin-bottom: 28px; }

.cultrue-param { margin-bottom: 90px; }
.cultrue-param .item { position: relative; border-radius: 5px; }
.cultrue-param .item .item-wrap { position: relative; }
.cultrue-param .item .item-wrap .item-img { width: 304px; height: 380px; position: relative; overflow: hidden; border-radius: 5px; }
.cultrue-param .item .item-wrap .item-name { position: absolute; height: 65px; width: 225px; line-height: 65px; text-align: center; font-size: 24px; color: #000; text-align: center; margin: auto; left: 0; right: 0; bottom: -39px; background-color: #eeeeee; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cultrue-param .item .overlay { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); color: #FFFFFF; padding: 35px; color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; }
.cultrue-param .item .overlay .item-icon { width: 70px; height: 70px; margin: 20px auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; }
.cultrue-param .item .overlay .item-icon svg { width: 100%; height: 100%; }
.cultrue-param .item .overlay .item-icon svg path { fill: #FFFFFF; }
.cultrue-param .item .overlay .item-desc { line-height: 26px; }
.cultrue-param .item:hover .overlay { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.cultrue-param .item:hover .overlay .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.cultrue-param .item:hover .item-name { background-color: #e03833; color: #ffffff; }

.service-box { box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.13); background: #FFFFFF; margin-bottom: 50px; }
.service-box .item { position: relative; border-radius: 5px; overflow: hidden; flex: 0 0 33.333%; max-width: 33.333%; height: 350px; }
.service-box .item .item-wrap { height: 100%; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.service-box .item .item-wrap .item-icon { width: 100px; height: 100px; }
.service-box .item .item-wrap .item-name { font-size: 30px; color: #1a1a1a; line-height: 62px; }
.service-box .item .overlay { position: absolute; background-image: -moz-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -webkit-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -ms-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); color: #fff; text-align: center; padding: 60px; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); opacity: 0; }
.service-box .item .overlay .overlay-wrap { font-size: 18px; }
.service-box .item:nth-child(1) .item-icon { background: url("../Image/cultrue/fw-icon-1.png") center center no-repeat; background-size: contain; }
.service-box .item:nth-child(2) .item-icon { background: url("../Image/cultrue/fw-icon-2.png") center center no-repeat; background-size: contain; }
.service-box .item:nth-child(3) .item-icon { background: url("../Image/cultrue/fw-icon-3.png") center center no-repeat; background-size: contain; }
.service-box .item:hover .item-wrap { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.service-box .item:hover .overlay { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

h3.title { font-size: 36px; line-height: 2; text-align: center; margin-bottom: 30px; }

.sy-box { margin-top: 40px; margin-bottom: 30px; }
.sy-box .sy-item { flex: 0 0 50%; padding-right: 50px; }
.sy-box .sy-item .item-name { color: #1a1a1a; font-size: 30px; }
.sy-box .sy-item .item-name::before { content: ''; display: inline-block; width: 3px; height: 35px; background-color: #e03833; margin-right: 10px; vertical-align: middle; }
.sy-box .sy-item .item-desc { margin-top: 15px; color: #999999; line-height: 26px; }
