@charset "UTF-8";

/*********************************************************************
作者：吕彬
Q  Q：286504720
手机：15145090813（微信同号）
layout.scss 整体风格样式
*********************************************************************/
html,
body {
    background: #fff;
    font: 12px/1.5 'MicrosoftYaHei';
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.icon {
    display: inline-block;
}

.layout {
    max-width: 1280px;
    margin: 0 auto;
}

.header {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.header .logo {
    width: 195px;
    height: 61px;
    margin: 0;
    margin-right: 35px;
}

.header .header-content {
    display: flex;
#    justify-content: space-between;
    flex: 1;
}

.header .menu {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
}

.header .menu .nav-col {
    font-size: 16px;
    margin: 0 20px;
    height: 58px;
    line-height: 58px;
    position: relative;
}

.header .menu .nav-col:hover,
.header .menu .nav-col.cur {
    border-bottom: 2px solid #C1000A;
}

.header .menu .nav-col:hover a,
.header .menu .nav-col.cur a {
    font-weight: 700;
}

.header .menu .nav-col:hover .nav-list {
    display: flex;
}

.header .menu .nav-col .nav-list {
    background: #fff;
    display: flex;
    padding-top: 12px;
    flex-direction: column;
    border: 1px solid #d1d1d1;
    position: absolute;
    top: 58px;
    left: -20px;
    width: 136px;
    display: none;
}

.header .menu .nav-col .nav-list:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 30px;
    width: 0;
    height: 0;
    border-width: 0 11px 11px;
    border-style: solid;
    z-index: 99;
    border-color: transparent transparent #fff;
}

.header .menu .nav-col .nav-list:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 35px;
    margin-left: -6px;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #d1d1d1;
    z-index: 98;
}

.header .menu .nav-col .nav-list a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px dashed #eaeaea;
}

.header .menu .nav-col .nav-list a:last-child {
    border: 0;
}



.header .menu .nav-col:hover .nav-list-div {
    display: flex;
}

.header .menu .nav-col .nav-list-div {
    background: #fff;
    display: flex;
    padding-top: 12px;
    flex-direction: row;
    border: 1px solid #d1d1d1;
    position: absolute;
    top: 58px;
    left: -20px;
    width: 830px;
    display: none;
}

.header .menu .nav-col .nav-list-div:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 30px;
    width: 0;
    height: 0;
    border-width: 0 11px 11px;
    border-style: solid;
    z-index: 99;
    border-color: transparent transparent #fff;
}

.header .menu .nav-col .nav-list-div:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 35px;
    margin-left: -6px;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #d1d1d1;
    z-index: 98;
}

.header .menu .nav-col .nav-list-div .nav-list1{
	display: flex;
	flex-direction: column;
	width: 166px;
}

.header .menu .nav-col .nav-list-div .nav-list1 a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 10px;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px dashed #eaeaea;
}

.header .menu .nav-col .nav-list-div .nav-list1 a:last-child {
    border: 0;
}

.header .menu .nav-col .nav-list-div .nav-list1 a .img {
	margin: 5px 0;
	height: 14px;
	width: 10px;
}

.header .menu .nav-col a {
    color: #262628;

    font-size: 18px;
}

.header .menu .nav-col a:hover {
    text-decoration: none;
}

.hengfu {
	width: 100%; 
	background-color: #f4f4f4; 
	display: flex; 
	justify-content: center;
}
.hengfu .hengfu-main {
	width: 1280px; 
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hengfu .hengfu-main .item{
	display: flex;
}
.hengfu .hengfu-main .item img{
	width: 50px;
	height: 50px;
}
.hengfu .hengfu-main .item-text{
	display: flex;
	flex-direction: column;
	font-size: 15px;
	line-height: 18px;
	margin-left:10px;
}
.hengfu .hengfu-main .item-text .title{
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}

.tel {
    font-size: 18px;
    font-family: Arial, Arial-BoldMT;
    font-weight: Bold;
    color: #c1000a;
    display: flex;
    align-items: center;
}

.tel .icon-tel {
    width: 16px;
    height: 16px;
    background: url(../images/icon-tel.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.tel .tel-text {
    color: #c1000a;
}

.tel .tel-text:hover {
    text-decoration: none;
}

.banner .banner-img {
    width: 100%;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-pagination-fraction,
.banner .swiper-pagination-custom,
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 28px;
}

.banner .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #fff;
    opacity: 0.8;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    background: #C1000A;
    opacity: 1;
}

.footer {
    background: #f0f0f0;
}

.footer .footer-main {
    background: url(../images/footer-bg.png) repeat-y;
    background-size: 100% auto;
    padding: 50px 20px;
}

.footer .footer-main .layout {
    display: flex;
    justify-content: space-between;
}

.footer .footer-column {
    display: flex;
#    justify-content: space-between;
    width: 84%;
}

.footer .footer-column .footer-col {
    width: 16%;
}

.footer .footer-column .footer-col:last-child {
    width: 18%;
}

.footer .footer-column .footer-col:last-child .footer-col-list a {
    margin-right: 0;
}

.footer .footer-column .footer-col .footer-col-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 8px;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

.footer .footer-column .footer-col .footer-col-title a {
    color: #fff;
}

.footer .footer-column .footer-col .footer-col-title a:hover {
    text-decoration: none;
}

.footer .footer-column .footer-col .footer-col-list {
    padding-top: 6px;
}

.footer .footer-column .footer-col .footer-col-list a {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    margin: 20px 30px 20px 0;
    line-height: 24px;
}

.footer .footer-column .footer-col .footer-col-list a:hover {
    text-decoration: none;
}

.footer .cotant-us {
    padding: 0 30px;
}

.footer .cotant-us h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 28px;
    margin-bottom: 8px;
}

.footer .cotant-us h5 a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer .cotant-us h5 a:hover {
    text-decoration: none;
}

.footer .cotant-us .content {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer .cotant-us .content p {
    font-weight: 700;
}

.footer .cotant-us .content p a {
    color: #fff;
}

.footer .cotant-us .content p a:hover {
    text-decoration: none;
}

.footer .cotant-us .code {
    color: #fff;
    font-size: 16px;
}

.footer .cotant-us .code .code-img {
    width: 106px;
    height: 106px;
}

.footer .footer-copy {
    padding: 12px 0;
}

.footer .footer-copy p {
    margin: 0;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
    text-align: center;
    word-break: break-word;
}

.footer .footer-copy p a {
    color: #1e1e1e;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.wrapper-tab {
    background: #ffffff;
    overflow-x: auto;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0px 4px 6px 0px rgba(193, 193, 193, 0.18);
}

.wrapper-tab .tab-main {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.wrapper-tab .tab-main a {
    text-decoration: none;
    color: #262628;
    font-size: 18px;
    min-width: 120px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wrapper-tab .tab-main a:hover,
.wrapper-tab .tab-main a.cur {
    background: #f6f6f6;
    color: #c1000a;
}

.column {
    width: 100%;
    overflow: hidden;
}

.column.grey-bg {
    background: #f9f9f9;
}

.column .main {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.column .main .hd {
    text-align: center;
    padding: 36px 0;
}

.column .main .hd h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #262628;
    line-height: 40px;
}

.column .main .hd p {
    font-size: 13px;
    color: #ccc;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
}

.column .main .hd .line {
    width: 128px;
    margin: 0 auto;
    position: relative;
    height: 3px;
    margin-bottom: 12px;
    display: block;
}

.column .main .hd .line:before {
    width: 57px;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #ccc;
    content: "";
}

.column .main .hd .line .dot {
    height: 2px;
    width: 2px;
    background: #C1000A;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
}

.column .main .hd .line:after {
    width: 57px;
    height: 1px;
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    background: #ccc;
}

.column .main .s-hd {
    padding: 0 50px 12px 50px;
}

.column .main .s-hd p {
    font-size: 18px;
    line-height: 32px;
    color: #262628;
}

.column .main .bd {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.column .main .bd .col-6 {
    width: 49%;
}

.main-wrapper {
    padding: 15px 0;
    justify-content: space-between;
}

.main-wrapper .col-6 {
    display: flex;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 28px;
    background: #fff;

    cursor: pointer;
}
.main-wrapper a.col-6{
    text-decoration: none;
}

.main-wrapper .col-6 .img {
    width: 245px;
    margin-right: 20px;
}

.main-wrapper .col-6 .content {
    width: 298px;
    overflow: hidden;
}

.main-wrapper .col-6 .content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #262628;
}

.main-wrapper .col-6 .content p {
    color: #878787;
    font-size: 15px;
}

.main-wrapper .col-6 .content p span {
    color: #878787;
    position: relative;
    padding-left: 8px;
    text-decoration: none;
}

.main-wrapper .col-6 .content p span:before {
    content: '.';
    position: absolute;
    top: -5px;
    left: 0px;
}

.sol-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.sol-wrapper .img-box {
    max-width: 100%;
    padding: 12px 0;
    margin: 0 auto;
}

.sol-wrapper a {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sol-wrapper a:hover,
.sol-wrapper a.cur {
    text-decoration: none;
}

.sol-wrapper a:hover .img .img,
.sol-wrapper a.cur .img .img {
    display: none;
}

.sol-wrapper a:hover .img .img-active,
.sol-wrapper a.cur .img .img-active {
    display: block;
}

.sol-wrapper a .img {
    width: 156px;
    height: 156px;
    overflow: hidden;
}

.sol-wrapper a .img .img {
    display: block;
}

.sol-wrapper a .img .img-active {
    display: none;
}

.sol-wrapper a p {
    color: #262628;
    font-size: 16px;
    margin: 12px 0 40px;
}

.sol-wrapper a:hover p {
    color: #C1000A;
    font-weight: 700;
}

.tab {
    width: 936px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    margin: 0 auto 30px;
    display: flex;
    overflow: hidden;
}

.tab span {
    width: 156px;
    color: #262628;
    height: 50px;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    font-size: 18px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d1d1d1;
}

.tab span:last-child {
    border: 0;
}

.tab span.cur,
.tab span:hover {
    background: #f6f6f6;
}

.bd.adv-wrapper {
    justify-content: space-between;
}

.column .main .bd.case-wrapper {
    display: none;
}

.bd.adv-wrapper .col-3 {
    background: #fff;
    width: 24%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 28px;
    align-items: center;
}

.bd.adv-wrapper .col-3 .icon {
    text-align: center;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.bd.adv-wrapper .col-3 .content {
    text-align: center;
}

.bd.adv-wrapper .col-3 .content h5 {
    font-size: 20px;
    color: #262628;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 32px;
}

.bd.adv-wrapper .col-3 .content h5 a {
    color: #262628;
    font-weight: 500;
    text-decoration: none;
}

.bd.adv-wrapper .col-3 .content p {
    font-size: 15px;
    color: #878787;
    line-height: 24px;
}

.bd.adv-wrapper .col-4 {
    background: #fff;
    width: 32%;
    border-radius: 5px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    align-items: center;
    text-decoration: none;
}
.bd.adv-wrapper .col-4:hover {
 		box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
}

.bd.adv-wrapper .col-4 .icon {
    text-align: center;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.bd.adv-wrapper .col-4 .img {
    text-align: center;
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}

.bd.adv-wrapper .col-4 .content {
    text-align: center;
}

.bd.adv-wrapper .col-4 .content h5 {
    font-size: 20px;
    color: #262628;
    font-weight: 700;
    margin-bottom: 24px;
}
.case-js{
  display: none;
}
.bd.adv-wrapper .col-4 .content p {
    font-size: 15px;
    color: #878787;
    line-height: 24px;
}

.bd.adv-wrapper .col-5 {
    background: #fff;
    width: 10%;
    border-radius: 5px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    align-items: center;
    text-decoration: none;
}
.bd.adv-wrapper .col-5:hover {
 		box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
}

.bd.adv-wrapper .col-5 .icon {
    text-align: center;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.bd.adv-wrapper .col-5 .img {
    text-align: center;
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}

.bd.adv-wrapper .col-5 .content {
    text-align: center;
}

.bd.adv-wrapper .col-5 .content h5 {
    font-size: 20px;
    color: #262628;
    font-weight: 700;
    margin-bottom: 24px;
}
.bd.adv-wrapper .col-5 .content p {
    font-size: 15px;
    color: #878787;
    line-height: 24px;
}

.cli-btn {
    position: absolute;
    width: 30px;
    height: 65px;
    top: 320px;
}

.cli-btn.prev-btn {
    left: -45px;
    background: url(../images/icon-prev.png) no-repeat;
    background-size: 100%;
}
.cli-btn.prev-btn:hover{
    background: url(../images/icon-prev-red.png) no-repeat;
    background-size: 100%;
}

.cli-btn.next-btn {
    right: -45px;
    background: url(../images/icon-next.png) no-repeat;
    background-size: 100%;
}
.cli-btn.next-btn:hover{
    background: url(../images/icon-next-red.png) no-repeat;
    background-size: 100%;
}

.bd.cli-wrapper {
    height: 440px;
}

.bd.cli-wrapper .cli-swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bd.cli-wrapper .swiper-slide {
    height: 80px;
    width: 180px;
#    background: #fff;
    border-radius: 5px;
#    #box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bd.cli-wrapper .swiper-slide img {
    width: 100%;
    border-radius:5px;
}

.bd.talent-wrapper {
    justify-content: space-around;
    padding-bottom: 40px;
}

.bd.talent-wrapper .col {
    width: 80px;
    text-align: center;
    padding: 22px 0;
}

.bd.talent-wrapper .col .icon {
    width: 78px;
    margin-bottom: 18px;
}

.bd.talent-wrapper .col .content {
    text-align: center;
    font-size: 18px;
    color: #262628;
}

.bd.talent-wrapper .col .content a {
    color: #262628;
    text-decoration: none;
}

.bd.typical-wrapper {
    justify-content: space-around;
}

.bd.typical-wrapper .col {
    text-align: center;
    padding: 22px 0 50px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.bd.typical-wrapper .col .icon {
    width: 78px;
    margin-bottom: 18px;
}

.bd.typical-wrapper .col .icon .img {
    display: block;
}

.bd.typical-wrapper .col .icon .img-cur {
    display: none;
}

.bd.typical-wrapper .col.cur:after,
.bd.typical-wrapper .col:hover:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #C1000A;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
}

.bd.typical-wrapper .col.cur .icon,
.bd.typical-wrapper .col:hover .icon {
    width: 78px;
    margin-bottom: 18px;
}

.bd.typical-wrapper .col.cur .icon .img,
.bd.typical-wrapper .col:hover .icon .img {
    display: none;
}

.bd.typical-wrapper .col.cur .icon .img-cur,
.bd.typical-wrapper .col:hover .icon .img-cur {
    display: block;
}

.bd.typical-wrapper .col .content {
    text-align: center;
    font-size: 18px;
    color: #262628;
}
.bd.typical-wrapper .col:hover .content ,.bd.typical-wrapper .col.cur .content{
    font-weight: 700;
    color: #C1000A;
}

.bd.typical-wrapper .col .content a {
    color: #262628;
    text-decoration: none;
}

.bd.case-wrapper .col-4 {
    width: 33.3333%;
}

.bd.case-wrapper .col-4:hover {
    text-decoration: none;
}

.bd.case-wrapper .col-4 img {
    width: 400px;
    height: 240px;
    border-radius:5px;
}

.bd.case-wrapper .col-4 .content {
    width: 400px;
}

.bd.case-wrapper .col-4 h5 {
    font-size: 20px;
    color: #262628;
    font-weight: 700;
}

.bd.case-wrapper .col-4 p {
    font-size: 15px;
    color: #878787;
}

.bt.case-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.bt.case-wrapper .more-button {
    width: 180px;
    height: 60px;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262628;
    font-size: 20px;
    border-radius: 30px;
    text-decoration: none;
}

.bt.case-wrapper .more-button .icon-more {
    background: url(../images/icon-more.png) no-repeat;
    background-size: 100%;
    margin-left: 8px;
    width: 18px;
    height: 18px;
}

.profile-wrapper,
.culture-wrapper {
    justify-content: space-between;
    padding-bottom: 40px;
}

.profile-wrapper .content {
    width: 792px;
}

.profile-wrapper .content p {
    font-size: 16px;
    color: #262628;
    margin-bottom: 20px;
}

.profile-wrapper .img {
    width: 433px;
}

.culture-wrapper .img {
    width: 400px;
}

.culture-wrapper .content {
    width: 830px;
}

.culture-wrapper .content p {
    font-size: 16px;
    color: #262628;
    margin-bottom: 20px;
}

.culture-wrapper .content p span {
    font-weight: 700;
}

.culture-wrapper .img1 {
    width: 100%;
}

.culture-wrapper .content1 {
    width: 1280px;
}

.culture-wrapper .content1 p {
    font-size: 16px;
    color: #262628;
    margin-bottom: 20px;
}

.culture-wrapper .content1 p span {
    font-weight: 700;
}

.list-column .list-col {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #d1d1d1;
}

/* .list-column .list-col:nth-child(2) {
    flex-direction: row-reverse;
}
.list-column .list-col:nth-child(4) {
    flex-direction: row-reverse;
}
.list-column .list-col:nth-child(6) {
    flex-direction: row-reverse;
} */

.list-column .list-col .img {
    width: 400px;
    overflow: hidden;
    border-radius: 5px;
}
.list-column .list-col .img1 {
    width: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.list-column .list-col .content {
    width: 400px;
}

.list-column .list-col .content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #262628;
    line-height: 36px;
    display: flex;
    align-items: center;
}

.list-column .list-col .content h5 .icon-case {
    background: url(../images/icon-case.png) no-repeat;
    background-size: 100%;
    width: 31px;
    height: 27px;
    margin-right: 10px;
}

.list-column .list-col .content p {
    color: #878787;
    font-size: 15px;
    line-height: 32px;
}

@media screen and (max-width: 1024px) {
    .header {
        width: 100%;
        overflow: hidden;
        height: auto;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .navbar-toggle {
        background-color: #c20009;
        width: 44px;
        position: absolute;
        right:0;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .header .header-content {
        flex-direction: column;
        flex:0;
        justify-content: flex-start;
    }

    .header .logo {
        width: 136px;
        margin-right: 18px;
    }

    .header .tel {
        flex: 1;
        padding-top: 12px;
        padding-right: 12px;
    }

    .header .menu {
        display: flex;
        flex-direction: column;
        background: #fff;
        height: auto;
        width: 100%;
        align-items: flex-start;
    }

    .header .menu .nav-col {
        width: 100%;
        height: auto;
        margin: 0;
        line-height: 36px;
    }

    .header .menu .nav-col .nav-list {
        position: relative;
        top: 0;
        border: 0;
        left: 0;
    }

    .header .menu .nav-col .nav-list:before,
    .header .menu .nav-col .nav-list:after {
        display: none;
    }

    .banner .swiper-pagination-fraction,
    .banner .swiper-pagination-custom,
    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 12px;
    }

    .footer {
        overflow: hidden;
    }

    .footer .footer-main .layout {
        flex-direction: column;
    }

    .footer .footer-main .layout .footer-column {
        width: 100%;
        flex-direction: column;
    }

    .footer .footer-main .layout .footer-column .footer-col {
        width: 100%;
    }

    .footer .footer-main .layout .cotant-us {
        padding: 0;
    }

    .footer .footer-copy {
        padding: 12px;
    }

    .tab {
        width: 98%;
        margin: 0 1% 40px;
    }

    .tab a {
        width: 140px;
        font-size: 13px;
    }

    .column .main .bd {
        flex-direction: column;
    }

    .column .main .bd.talent-wrapper,
    .column .main .bd.typical-wrapper {
        flex-direction: row;
        justify-content: space-around;
    }
    .column .main .bd.talent-wrapper .col{
        width:50%;
    }

    .column .main .bd .col-6 {
        width: 100%;
    }

    .column .main .bd .col-4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .list-column .list-col {
        padding: 30px 12px;
        flex-direction: column;
    }

    .list-column .list-col:nth-child(2) {
        flex-direction: column;
    }

    .list-column .list-col .content {
        width: 100%;
    }

    .list-column .list-col .img {
        width: 100%;
    }

    .main-wrapper .col-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-wrapper .col-6 .img {
        margin-bottom: 12px;
    }

    .column .main .bd.sol-wrapper {
        flex-direction: row;
    }

    .column .main .bd.sol-wrapper a {
        width: 50%;
    }

    .profile-wrapper .content {
        width: 100%;
        padding: 12px;
    }

    .profile-wrapper .img {
        width: 100%;
    }

    .culture-wrapper .img {
        width: 100%;
    }

    .culture-wrapper .content {
        width: 100%;
        padding: 12px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper-tab {
        background: #ffffff;
    }

    .wrapper-tab .tab-main {
        width: 1280px;
    }

    .wrapper-tab .tab-main a {
        margin: 10px 0;
    }

    .tab {
        width: 98%;
        margin: 0 1% 40px;
    }

    .tab a {
        width: 124px;
        font-size: 13px;
    }

    .column .main .bd {
        flex-direction: column;
    }

    .column .main .bd.talent-wrapper {
        flex-direction: row;
        justify-content: space-around;
    }

    .column .main .bd .col-6 {
        width: 100%;
    }

    .column .main .bd .col-4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .column .main .bd.sol-wrapper {
        flex-direction: row;
    }

    .column .main .bd.sol-wrapper a {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .tab {
        width: 98%;
        margin: 0 1% 40px;
    }

    .tab a {
        width: auto;
        padding: 0 10px;
        font-size: 13px;
    }

    .column .main .bd {
        flex-direction: column;
    }

    .column .main .bd .col-6 {
        width: 100%;
    }

    .column .main .bd .col-4 {
        width: 100%;
        padding: 20px;
    }

    .column .main .bd .col-4 .img {
        width: 100%;
    }

    .column .main .bd .col-4 .content {
        width: 100%;
    }

    .bd.adv-wrapper .col-3 {
        width: 100%;
    }

    .bd.adv-wrapper .col-3 .content h5 {
        font-size: 16px;
    }

    .bd.adv-wrapper .col-3 .content p {
        font-size: 12px;
    }

    .bd.adv-wrapper .col-4 {
        width: 100%;
    }

    .bd.adv-wrapper .col-4 .content h5 {
        font-size: 16px;
    }

    .bd.adv-wrapper .col-4 .content p {
        font-size: 12px;
    }
}