html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
big,
del,
em,
img,
s,
small,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "Microsoft YaHei";
}
body {
    line-height: 1;
    position: relative;
    font-size: 12px;
    overflow-x: hidden;
    background-color: #fff;
    color: #333;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em,
i{
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #c8161d;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
a:link,
a:visited,
a:hover,
a:focus{
    text-decoration:none;
}

ul,li{
    list-style:none;
}
/*显示省略号*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.erweima{width:100%;}
.fl {
    float: left;
    font-size: 14px;
}
.fr {
    float: right;
    font-size: 15px;
}
.clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}
.w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.w1355 {
    width: 100%;
    max-width: 1355px;
    margin: 0 auto;
}
.w1920 {
    width: 100%;
    max-width: 1920px;
}
.w1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 1355px) {
    .w1355{
        width: 90%;
    }
}
@media (max-width: 1334px) {
    .w {
        width: 88%;
    }
}
@media (max-width: 1000px) {
    .w {
        width: 100%;
    }
    .w1355{
        width: 100%;
    }
}

/*@font-face {*/
/*    font-family: 'PingFang-SC-Bold';  !* project id 1282813 *!*/
/*    src: url('../font/PingFang-SC-Bold.eot');*/
/*    src: url('../font/PingFang-SC-Bold.eot?#iefix') format('embedded-opentype'),*/
/*    url('../font/PingFang-SC-Bold.woff2') format('woff2'),*/
/*    url('../font/PingFang-SC-Bold.woff') format('woff'),*/
/*    url('../font/PingFang-SC-Bold.ttf') format('truetype'),*/
/*    url('../font/PingFang-SC-Bold.svg#kaufmann_btregular') format('svg');*/
/*    font-weight: normal;*/
/*}*/
@font-face {
    font-family: 'iconfont';  
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg') format('svg');
    font-weight: normal;
}


.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
}
.top {
    position: relative;
}
.top .owl-carousel img{
    width: 100%;
}
.top .owl-carousel .item {
    position: relative;
}
.top .owl-carousel .item .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.top .owl-carousel .item .content .w {
    position: relative;
    left: 0;
    top: 36%;
}
.top .owl-carousel .item h1 {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 0 4px 0 rgba(0,0,0,0.5);
    z-index: 10;
}
.top .owl-carousel .item p {
    margin-top: 20px;
    /*font-family: PingFang-SC-Bold;*/
    font-size: 16px;
    letter-spacing: 3px;
    color: #ffffff;
}
.top .owl-carousel .item a {
    display: inline-block;
    width: 201px;
    height: 48px;
    margin-top: 72px;
    background-color: #c8161d;
    font-family: PingFang-SC-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}
.top .owl-carousel .owl-dots {
    display: none;
}
.top .owl-carousel .pre,
.top .owl-carousel .next {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
}
.nav .logo {
    /*width: 300px;*/
    width: 170px;
    margin: 25px 0 0 150px;
}
.nav .fr {
    margin: 10px 150px 0 0;
    font-size: 16px;
    color: #fff;
}
.nav .tt {
    padding-top: 32px;
    line-height: 44px;
}
.nav .tt a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
}
.nav .nav_item,
.nav .login,
.nav .hang {
    display: inline-block;
    cursor: pointer;
}
.nav .tt a.login {
    margin: 0 30px 0 40px;
    border: 1px solid #fff;
    padding: 0 24px;
    border-radius: 22px;
}
.nav span {
    display: inline-block;
    margin-left: 10px;
}
@media (max-width:1400px) {
    .nav .logo {
        margin: 46px 0 0 50px;
    }
    .nav .tt a {
        padding: 0 15px;
    }
    .nav .fr {
        margin: 10px 50px 0 0;
    }
}
@media (max-width:1200px)  {
    .nav .tt a {
        padding: 0 10px;
    }
    .nav .login {
        margin: 0 25px 0 30px;
    }
    .nav .fr {
        margin: 10px 30px 0 0;
    }
    .nav .logo {
        margin: 46px 0 0 30px;
    }
    .top .owl-carousel .item h1 {
        font-size: 50px;
    }
    .top .owl-carousel .item a {
        margin-top: 50px;
    }

}
@media (max-width:1100px) {
    .nav .tt a {
        padding: 0 5px;
    }
    .nav .login {
        margin: 0 10px 0 15px;
    }
    .top .owl-carousel .item a {
        margin-top: 30px;
    }
}
.mechanism {
    padding-bottom: 104px;
    text-align: center;
    font-size: 16px;
}
.mechanism ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*justify-content: space-between;*/
}
.mechanism .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.mechanism .title .w {
    position: relative;
    top: -105px;
    padding: 90px 0 64px;
    z-index: 4;
    background-color: #fff;
}
.mechanism .title .w:before {
    position: absolute;
    content: none;
    left: 50%;
    /*top: -62px;*/
    /*height: 100px;*/
    top: -46px;
    height: 60px;
    width: 1px;
    background-color: #c8161d;
}
.mechanism .title h2 {
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 35px;
}
.mechanism ol li {
    position: relative;
    /*width: 270px;*/
    /*width: 30%;*/
    margin-right: 32px;
    width: 23%;
    /*margin-top: 127px;*/
    margin-top: 55px;
    /*padding: 36px 37px 120px;*/
    padding: 36px 10px 120px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #c8161d;
    transition: background-color 0.6s;
}
.mechanism ol li:nth-child(4){
    margin-right: 0px;
}
.mechanism ol li:hover {
    background: #c8161d;
    color: #fff;
}
.mechanism ol li:hover p {
    color: #fff;
}
.mechanism ol li:hover a {
    color: #fff;
}
.mechanism ol li:hover a.more {
    background: #fff;
    color: #c8161d;
}
.mechanism ol li:hover img {
    max-height: 65px;
}
.mechanism ol li h5 {
    margin: 30px 0 25px;
    font-size: 24px;
}
.mechanism ol li p {
    color: #666;
    line-height: 1.5;
}
.mechanism ol li p.slogan{
    font-weight: 900;
    font-size: 19px;
    color: #e11e26;
}
.mechanism ol li:hover p.slogan{
    color:#fff;
}
.mechanism ol li p a{
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}
.mechanism .content {
    position: relative;
}
.mechanism ol li a.more {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 140px;
    height: 40px;
    margin-left: -70px;
    border: solid 1px #c8161d;
    line-height: 40px;
    color: #c8161d;
    transition: background-color 0.8s;
}
.mechanism ol li .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    line-height: 90px;
}
@media (max-width:1200px) {
    .mechanism .title .w {
        padding: 60px 0;
    }
}
.show {
    padding: 100px 0 76px;
    text-align: center;
    background: url("../img/bg1.jpg") no-repeat center;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    background-attachment: fixed;
}
.show h2 {
    margin-bottom: 20px;
    font-size: 34px;
}
.show .item {
    position: relative;
    display: block;
    height: 360px;
    width: 425px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: width 0.6s;
}
.show .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 30px 5px;
    background-color: #c8161d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 180%;
}
.show .item .info h6 {
    margin-bottom: 12px;
    font-size: 18px;
}
.show a.more {
    display: block;
    width: 200px;
    height: 50px;
    margin: 55px auto 0;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
    filter:alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}
.show a.more:hover{
    background: #c8161d;
    border:1px solid #c8161d;
}
#owl2 {
    margin-top: 65px;
}
.show .owl-carousel .owl-nav {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 0;
    max-width: 1200px;
    margin-top: -80px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.show .owl-carousel .owl-nav button {
    outline: none;
}
.show .pre:hover, .show .next:hover {
    background: #c8161d;
}
.show .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}
.show .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.show .pre,
.show .next {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    line-height: 90px;
    font-size: 40px;
}
.show .owl-carousel {
    position: relative;
}
.show .owl-nav.disabled button:first-child {
    margin-right: 888px;
}
.show .item .more {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding: 80px 50px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
}
.show .item .more h5 {
    font-size: 22px;
    line-height: 180%;
}
.show .item .more p {
    margin: 16px 0 30px;
    opacity: 0.8;
}
.show .item .more img {
    position: absolute;
    width: auto;
    left: 50px;
    bottom: 50px;
}
.show .item .more .content {
    line-height: 1.75;
}
.show .item:hover {
    width: 700px;
    height: 360px;
}
.show .item:hover .info{
    display: none;
}
.show .item:hover .more {
    display: block;
    top: 0;
}
.show .owl-carousel .owl-stage {
    width: 1000000px!important;
}
.show .owl-carousel button.owl-dot span{
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    background-color: #dcdddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    line-height: 8px;
}
.show .owl-carousel button.owl-dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px;
    padding: 3px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
    line-height: 18px;
    outline: none;
}
.show .owl-carousel button.owl-dot.active span{
    background-color: #c8161d;
}
.show .owl-carousel button.owl-dot.active {
    border: 1px solid #c8161d;
}
.show .owl-dots {
    margin-top: 50px;
    display: none;
}
.team {
    padding: 110px 0;
    background: url("../img/bg5.jpg") no-repeat center;
    background-size: cover;
}
.team .title {
    text-align: center;
    font-size: 16px;
}
.team .title h2 {
    margin-bottom: 20px;
    font-size: 34px;
}
.myslider {
    position: relative;
    margin-top: 75px;
}
.myslider .list {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
}
.other {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    font-size: 16px;
    line-height: 180%;
}
.myslider .list ul {
    height: 100%;
}
.myslider li {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 540px;
    list-style: none;
    opacity: 0;
    transition: all 0.6s ease-out;
    transform: translate3d(-50%,20px,0) scale(0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.myslider .p1 {
    left: 0;
    transform: translate3d(0,0,0) scale(0.6);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 1;
}
.myslider .p2 {
    left: 50%;
    transform: translate3d(-50%,0,0) scale(1);
    z-index: 2;
    opacity: 1;
}
.myslider .p3 {
    right: 0;
    left: auto;
    transform: translate3d(0,0,0) scale(0.6);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 1;
}
.myslider .p1:before,
.myslider .p3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
}
.myslider .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 34px;
    z-index: 3;
}
.myslider .prev {
    left: -72px;
}
.myslider .next {
    right: -72px;
}
.cooperation {
    padding: 100px 0 114px;
    background: url("../img/bg2.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
.cooperation .fl {
    /*width: 60%;*/
    width: 100%;
}
.cooperation .fl .content {
    width: 100%;
    font-size: 16px;
}
.cooperation .fl .content h2 {
    text-align: center;
    font-size: 34px;
}
.cooperation .fl .content div.info {
    margin-top: 65px;
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    line-height: 2;
}
.cooperation .fl .content a {
    display: inline-block;
    width: 200px;
    height: 50px;
    margin-top: 65px;
    background-color: #c8161d;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.cooperation .fr {
    width: 100%;
}
.cooperation .fr ol {
    margin-top: 55px;
}
.cooperation .fr ol li{
    float: left;
    /*width: 15%;*/
    width: 13%;
    
    margin: 0 25px;
    /*width: 33%;*/
    text-align: center;
}
.cooperation .fr ol li:nth-child(n+7){
        margin-top: 50px;
    }
@media (max-width:767px)  {
    .cooperation .fr ol li:nth-child(n+7){
        margin-top: 50px;
    }
    .cooperation .fr ol li{
        margin: 0 10px;
    }
}

/*.cooperation .fr ol li:nth-child(2),*/
/*.cooperation .fr ol li:nth-child(5) {*/
/*    margin: 0 127px;*/
/*}*/
.cooperation .fr ol li p {
    /*margin-top: 48px;*/
    margin-top: 20px;
    font-size: 18px;
}
/*.cooperation .fr ol li:nth-child(n+4) {*/
/*    margin-top: 106px;*/
/*}*/
@media (max-width:1334px)  {
    .cooperation .fr ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cooperation .fr ol li {
        float: none;
        /*width: 33%;*/
        width: 44%;
    }
    /*.cooperation .fr ol li:nth-child(2),*/
    /*.cooperation .fr ol li:nth-child(5) {*/
    /*    margin: 0;*/
    /*}*/
    /*.cooperation .fr ol li:nth-child(n+4) {*/
    /*    margin-top: 106px;*/
    /*}*/
}
.boss {
    padding: 135px 0 116px;
}
.boss .fl {
    width: 100%;
}
.boss .fr {
    width: 51%;
    text-align: right;
}
.boss h3 {
    font-size: 30px;
    color: #c9151e;
    text-align: center;
    margin-bottom: 50px;
}
.boss h2 {
    text-align: center;
    /*margin: 26px 0 70px;*/
    margin: 26px 0 20px;
    font-size: 35px;
}
.boss div.info {
    /*padding-bottom: 90px;*/
    /*font-size: 16px;*/
    /*line-height: 2;*/
    font-size: 17px;
    line-height: 2.2;
    font-weight: 500;
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.boss div.info img{
    width: 58%;
    margin-left: 50px;
}

.boss a {
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    width: 200px;
    height: 50px;
    margin-top: 50px;
    border: solid 1px #c8161d;
    color: #c8161d;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
}
.trends {
    padding: 126px 0 132px;
    background: url("../img/bg3.jpg") repeat;
}
.trends .w >div {
    height: 443px;
}
.trends .title {
    width: 25.8%;
    font-size:16px
}
.trends .switch {
    width: 74.2%;
}
.trends .switch .switch_item {
    display: none;
    height: 100%;
}
.trends .switch .switch_item.active {
    display: block;
}
.trends .title h2 {
    font-size: 34px;
}
.trends .title .switch_list {
    width: 64.5%;;
    margin-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.trends .title .switch_list p{
    width: 130px;
    height: 33px;
    color: #999;
    margin-top: 20px;
    line-height: 33px;
    cursor: pointer;
}
/*.trends .title .switch_list p:last-child {*/
/*    margin-top: 30px;*/
/*}*/
.trends .title .switch_list p.active,
.trends .title .switch_list p:hover {
    background-color: #c8161d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
}
.trends .title a {
    display: inline-block;
    width: 64.5%;
    height: 50px;
    margin-top: 30px;
    border: solid 1px #c8161d;
    color: #c8161d;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.trends .pt {
    width: 37.4%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.trends .pt .img {
    height: 100%;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.trends .pt .img:hover {
    transform: scale(1.1);
}
.trends .news {
    width: 60%;
}
.trends .news .t_item {
    width: 100%;
    height: 208px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    color: #666;
    transition: all 0.6s;
}
.trends .news .t_item h6 a {
    display: block;
    margin: 34px 0;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.trends .news .t_item:last-child {
    margin-top: 27px;
}
.trends .title a:hover,
.boss a:hover {
    background: #c8161d;
    color: #fff;
}
.trends .news .t_item:hover {
    background-color: #c8161d;
    color: #fff;
}
.trends .news .t_item:hover a {
    color: #fff;
    transition: all 0.6s;
}
.honor {
    padding: 95px 0 76px;
    background: url("../img/bg4.jpg") no-repeat center;
    background-size: cover;
}
.honor .fl {
    width: 30%;
}
.honor .fr {
    width: 70%;
}
.honor .fl .title {
    display: inline-block;
    text-align: center;
}
.honor .fl .title h2 {
    margin-top: 35px;
    font-size: 34px;
    color: #fff;
}
.honor .fr {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}
.honor .h_item {
    width: 26%;
}
.honor .h_item strong{
    font-size: 50px;
    font-family: BebasNeue;
}
.honor .h_item .year i {
    display: inline-block;
    margin-left: 10px;
}
.honor .h_item p {
    margin-top: 20px;
    line-height: 2;
}
.honor .h_item a{
    color: #ffffff;
}
.school {
    padding: 73px 0 0px;
}
.school .title {
    text-align: center;
    color: #666;
    font-size: 16px;
}
.school .title h2 {
    margin-bottom: 20px;
    font-size: 34px;
    color: #000;
}
.school .content {
    /*margin-top: 80px;*/
    margin-top: 40px;
}
.school .content > ol {
    padding: 0 8%;
    display: flex;
    justify-content: space-between;
    /*margin-top: 80px;*/
}
.school .content > ol li{
    /*width: 31.4%;*/
    
    width: 19%;
    font-size: 16px;
}
.school .content li.hd {
    transition: all 0.36s;
    box-shadow: 0px 0px 4px 1px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdddd;
}

.school .content li.hd:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 1px 1px #c8161d;
}
.school .content li.hd:hover .index-scale img{
    transform: rotateY(-180deg);
}
.school .content .hd .img {
    width: 48.6%;
    display: flex;
    justify-content: center;
}
.school .content .hd .info {
    width: 51.4%;
    width: 87.4%;
    padding: 0 24px;
    line-height: 2;
}
.school .content .hd .info a {
    display: block;
}
.school .content .hd .info a.more {
    margin-top: 10px;
    text-align: center;
    /*font-size: 12px;*/
    font-size: 15px;
    color: #181717;
}
.school .content .hd .info a.tb {
    /*font-size: 22px;*/
    font-size: 19px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
    line-height: 1.5;
}
.school .content li.list {
    display: block;
    width: 31.4%;
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
    margin-right: 2.9%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.school .content li.list:nth-child(3n) {
    margin-right: 0;
}
.school .content li.list:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #dcdddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.school .content li a:hover,
.school .content .hd .info a.more:hover{
    /*color: #c8161d;*/
}
.school .content li.list a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 2;
}
.school .content>ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer {
    padding: 86px 0 0;
    background-color: #1f2024;
    color: rgba(255,255,255,0.4);
    font-size: 16px;
    line-height: 1.5;
}
.footer .ft {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer .img img{
    display: block;
}
.footer .img img:last-child {
    margin-top: 32px;
}
.footer .f_item {
    width: 240px;
    display: inline-block;
    vertical-align: top;
}
.footer .f_item .title {
    padding-bottom: 28px;
    margin-bottom: 45px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .contact p.address,
.footer .contact p.tel,
.footer .contact p.fax,
.footer .contact p.email{
    padding-left: 30px;
    margin-top: 20px;
    color: #fff;
    background: url("../img/address.png") no-repeat center;
    background-position: left 4px;
}
.footer .contact p.tel{
    /*margin-top: 10px;*/
    color: #fff;
    /*margin-top: 50px;*/
    margin-top: 20px;
    background: url("../img/tel.png") no-repeat center;
    background-position: left 4px;
}
.footer .contact p.fax{
    /*margin-top: 10px;*/
    color: #fff;
    background: url("../img/fax.png") no-repeat center;
    background-position: left 4px;
}
.footer .contact p.email{
    /*margin-top: 28px;*/
    color: #fff;
    background: url("../img/email.png") no-repeat center;
    background-position: left 4px;
}
.footer .sec {
    margin: 0 56px;
}
.footer .sec a{
    color: rgba(255,255,255,0.4);
}
.footer .sec a:hover {
    color: rgba(255,255,255,0.8);
}
.footer .sec p:last-child {
    margin-top: 20px;
}
.footer .sec p a:last-child {
    margin-left: 40px;
}
.footer .ma {
    width: 220px;
}
.footer .fb {
    padding: 18px 0px;
    font-size: 12px;
}
.footer .fb a {
    color: rgba(255,255,255,0.4);
}
.footer .fb a:hover {
    color: rgba(255,255,255,0.8);
}
.footer .fb .fr > a {
    display: inline-block;
    margin: 0 14px;
}
@media (max-width:1200px) {
    .footer .f_item {
        width: 200px;
    }
    .footer .sec {
        margin: 0 20px;
    }
}
.suspension {
    display: none;
    position: fixed;
    right: 30px;
    top: 50%;
    width: 176px;
    height: 345px;
    padding: 48px 0 20px 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/float.png") no-repeat center;
    z-index: 999;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.suspension h4 {
    padding-left: 24px;
    line-height: 50px;
}
.suspension .box {
    padding: 0 18px 0 33px;
    margin-top: 16px;
}
.suspension .items {
    display: block;
    width: 124px;
    height: 40px;
    margin-top: 10px;
    background:#d82a32;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.photo {
    position: relative;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.photo .title{
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}
.photo .title h1 {
    margin-bottom: 20px;
    font-size: 50px;
}
.entry {
    position: relative;
}
.entry .item {
    position: absolute;
    left: 0;
    top: -68px;
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-top: 1px solid rgba(239,239,239,0.2);
    cursor: pointer;
}
.entry .item i {
    margin: 0 30px;
    color: rgba(193,193,193,0.2);
}
.entry .item a {
    color: #fff;
}
.entry .item i:last-child {
    display: none;
}
.entry .item a:hover, .entry .item a.active {
    color: #f52830;
}
.section h3 {
    font-size: 30px;
}
.company {
    padding: 110px 0 130px;
}
.company .fl {
    width: 100%;
    font-size: 16px;
}
.company .fr {
    width: 48.33%;
    overflow: hidden;
}
.company .fr img,
.advantage .items .img img,
.effect .content .fl img{
    transition: all 0.8s;
}
.company .fr img:hover,
.advantage .items .img img:hover,
.effect .content .fl img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.company .fl h3 {
    text-align: center;
    padding-left: 50px;
    background: url("../img/hua.png") no-repeat;
    background-size: 30px 30px;
    background-position: 35% 0%;
    /*background-position: left top;*/
}
.company .fl img.about-image{width: 63%;margin-top: 57px;}
.company .fl div {
    margin-top: 50px;
    color: #666;
    line-height: 2;
}
.provide {
    padding: 130px 0 120px;
    background: url("../img/pg1.jpg") no-repeat center;
    background-size: cover;
    font-size: 16px;
    /*color: #fff;*/
    color:#f52830;
    text-align: center;
    background-attachment: fixed;
}
.provide h3 {
    position: relative;
    padding-bottom: 40px;
}
.provide h3:after {
    position: absolute;
    content: '';
    width: 40px;
    border-bottom: 2px solid #c8161d;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.provide div.content {
    margin-top: 50px;
    text-align: left;
    line-height: 40px;
}
.provide ol {
    margin-top: 75px;
    display: flex;
    justify-content: space-around;
}
.provide ol p {
    margin-top: 32px;
}
.business {
    padding: 90px 0 118px;
    background: url("../img/pg2.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.section .tips {
    font-size: 16px;
    color: #666;
}
.business .content {
    margin-top: 60px;
    text-align: left;
}
.business .content .items {
    position: relative;
    padding-left: 248px;
    margin: 30px 0;
    line-height: 38px;
}
.business .content .items h6 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #c8161d;
}
.business .content .items h6:after {
    position: absolute;
    content: '';
    top: 18px;
    right: -103px;
    width: 50px;
    border-bottom: 1px solid #c1c1c1;
}
.advantage {
    padding: 80px 0 108px;
    text-align: center;
}
.advantage .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 66px;
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: left;
}
.advantage .items {
    width: 33%;
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.advantage .items:after {
    position: absolute;
    content: '';
    width: 62.5%;
    border-bottom: 1px solid #dcdddd;
    right: 0;
    bottom: 0;
}
.advantage .items:last-child:after {
    width: 0;
}
.advantage .items .img {
    width: 80%;
    overflow: hidden;
}
.advantage .items .info {
    /*width: 62.5%;*/
    width: 100%;
}
.advantage .items .info h6 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #333;
}
.advantage .items .info div {
    padding-right: 10px;
    max-height: 160px;
    overflow-y: scroll;
}
.advantage .items .info div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.advantage .items .info div::-webkit-scrollbar-thumb {
    background: #c8161d;
    scrollbar-arrow-color: #c8161d;
}
.advantage .items .info div::-webkit-scrollbar-track {
    background: #fff;
}
.effect {
    padding: 70px 0 94px;
    background: url("../img/pg3.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
}
.effect h3.md {
    position: relative;
    padding-bottom: 30px;
    color: #fff;
}
.effect .content {
    margin-top: 120px;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}
.effect .content > div {
    width: 48.3%;
    overflow: hidden;
}
.effect .content p {
    margin-top: 20px;
    max-height: 320px;
    padding-right: 20px;
    overflow-y: scroll;
}
.effect .content p::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    scrollbar-arrow-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.effect .content p::-webkit-scrollbar-thumb {
    background: #c8161d;
    scrollbar-arrow-color: #c8161d;
}
.effect .content p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2);
}
.effect h3:after {
    position: absolute;
    content: '';
    width: 40px;
    border-bottom: 1px solid #fff;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

@media (max-width: 1200px) {
    .effect .content p {
        margin-top: 0;
    }
}
.history {
    padding: 94px 0 114px;
    font-size: 18px;
}
.history h2 {
    font-size: 36px;
    color: #c8161d;
}
.history .items {
    padding: 0 50px;
    margin-top: 100px;
}
.history .items:first-child {
    margin-top: 0;
}
.history .items .content{
    position: relative;
    margin-top: 70px;
}
.history .items .content .line{
    position: absolute;
    left: 80px;
    top: 13px;
    content: '';
    height: 100%;
    border-right: 1px solid #dcdddd;
}
.history .items .list {
    position: relative;
    padding-left: 138px;
    margin-top: 70px;
    line-height: 1.5;
}
.history .items .list i {
    position: absolute;
    left: 16px;
    top: 0;
    width: 40px;
    text-align: right;
}
.history .items .list i:after {
    position: absolute;
    content: '';
    right: -30px;
    top: 9px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #c1c1c1;
    z-index: 2;
}
.history .items .list p {
    position: relative;
    padding-left: 48px;
    margin-top: 30px;
}
.history .items .list p:before {
    position: absolute;
    left: 0;
    top: 14px;
    content: '';
    width: 30px;
    border-bottom: 1px solid #c1c1c1;
}
.idea {
    padding: 90px 0 70px;
}
.idea li {
    float: left;
    width: 22.5%;
    height: 300px;
    margin-top: 60px;
    padding: 0 30px;
    margin-right: 3.33%;
    text-align: center;
    font-size: 16px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.idea li:last-child {
    margin-right: 0;
}
.idea li h4 {
    margin: 24px 0 22px;
    font-size: 26px;
    color: #c8161d;
}
.idea li p {
    line-height: 2;
    font-size: 14px;
}
.idea li .ico {
    margin-top: 47px;
}
.president {
    padding: 50px 0 20px;
    /*border-bottom: 1px solid #ccc;*/
    /*background-color: #f7f8f8;*/
}
.president .fl {
    width: 42.25%;
}
.president .fr {
    width: 48.33%;
    /*padding-top: 50px;*/
}
.president .fr .title strong {
    font-size: 34px;
    color: #c8161d;
}
.president .fr .title em {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.president .fr .info {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #686868;
    line-height: 36px;
}
@media (max-width: 1200px) {
    .president .fr {
        padding-top: 0;
    }
}
.entrepreneurship {
    padding: 94px 0 102px;
}
.entrepreneurship .fl {
    width: 45.5%;
}
.entrepreneurship .fr {
    width: 48.33%;
    padding-top: 50px;
}
.section h2.edging {
    position: relative;
    display: inline-block;
    padding: 6px 44px 15px 56px;
    font-size: 30px;
}
.section h2.edging:before,
.section h2.edging:after {
    position: absolute;
    content: '';
    width: 34px;
    height: 37px;
}
.section h2.edging:before {
    left: 0;
    top: 0;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}
.section h2.edging:after {
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}
.entrepreneurship .info {
    margin-top: 60px;
    padding-right: 50px;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    overflow-y: scroll;
    max-height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.entrepreneurship .info::-webkit-scrollbar-thumb,
.welfare .info::-webkit-scrollbar-thumb {
    background: #c8161d;
    border-radius: 4px;
}
.entrepreneurship .info::-webkit-scrollbar,
.welfare .info::-webkit-scrollbar {
    width: 5px;
}
.entrepreneurship .info::-webkit-scrollbar-track,
.welfare .info::-webkit-scrollbar-track {
    background-color: #e9e9e9;
}
.welfare {
    padding: 114px 0 100px;
    background-color: #f7f8f8;
}
.welfare .fl {
    width: 48.33%;
}
.welfare .fr {
    width: 48.33%;
    padding-top: 20px;
}
.welfare .info {
    margin-top: 55px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 240px;
    overflow-y: scroll;
}
@media (max-width: 1200px) {
    .entrepreneurship .info {
        margin-top: 40px;
        max-height: 320px;
    }
    .welfare .info {
        margin-top: 30px;
        max-height: 200px;
    }
}
.cultivation {
    padding: 100px 0 92px;
}
.cultivation .title {
    text-align: center;
}
.cultivation .content {
    margin-top: 40px;
}
.cultivation .content .items {
    margin-top: 45px;
    padding-left: 16px;
}
.cultivation .caption {
    position: relative;
}
.cultivation .caption span {
    position: absolute;
    width: 45px;
    height: 45px;
    left: -16px;
    top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    font-family: HYRunYuan-75W;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #c9151e;
}
.cultivation .caption em{
    display: block;
    width: 140px;
    height: 40px;
    padding-left: 56px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #dfb750;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cultivation .content .items .info {
    padding-left: 34px;
    margin-top: 40px;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    border-left: 1px solid #dcdddd;
}
.professional_team {
    padding: 70px 0 110px;
}
.professional_team .list {
    font-size: 24px;
    font-weight: bold;
}
.professional_team .list i {
    display: inline-block;
    margin: 0 40px 0 50px;
    color: #c1c1c1;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}
.professional_team .list span:last-child i {
    display: none;
}
.professional_team .list span {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
    line-height: 34px;
}
.professional_team .list a.active,
.professional_team .list a:hover{
    color: #c8161d;
    font-size: 34px;
}
.professional_team .content {
    margin-top: 50px;
}
.professional_team .content .owl-carousel img{
    width: 100%;
}
.professional_team .content .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #ffffff;
}
.professional_team .content .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 40px;
    outline: none;
}
.professional_team .content .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 40px;
    outline: none;
}
.professional_team .content .owl-carousel .owl-nav .iconfont {
    font-size: 38px;
}
.professional_team .content .owl-carousel  .owl-dots {
    display: none;
}
.professional_team .team_items ol li {
    float: left;
    width: 24.5%;
    margin-right: 0.666%;
    margin-top: 10px;
    cursor: pointer;
}
.professional_team .team_items ol {
    margin-top: 30px;
}
.professional_team .team_items li:nth-child(4n) {
    margin-right: 0;
}
.professional_team .team_items li .img {
    position: relative;
}
.professional_team .team_items li .img .person {
    display: block;
    width: 100%;
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.professional_team .team_items li .img .more {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(221,35,31,0.8);
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    text-align: center;
}
.professional_team .team_items li:hover .img .more{display: block;}
.professional_team .team_items li>p {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #c8161d;
    text-align: center;
    line-height: 50px;
}
.professional_team .team_items li .img .more i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 200px 0 10px;
    font-size: 30px;
}
.popup {
    box-shadow: 0px 0px 5px 0px #8b8b8b;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1000px;
    padding: 70px 65px 75px 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 100;
}
.popup .portrait {
    width: 33.3%;
}
.popup .inform {
    width: 59.29%;
    font-size: 16px;
}
.popup .inform h5 {
    padding-bottom: 30px;
    font-size: 24px;
    border-bottom: 1px solid #dcdddd;
}
.popup .inform h5 em {
    vertical-align: middle;
}
.popup .inform h5 strong {
    font-size: 18px;
    color: #c8161d;
    vertical-align: middle;
}
.popup .inform .message {
    position: relative;
    padding-left: 56px;
    margin-top: 20px;
    line-height: 30px;
}
.popup .inform .message strong {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}
.popup .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 42px;
    top: 32px;
    font-size: 24px;
    cursor: pointer;
}
.mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 99;
}
.glory {
    padding-top: 76px;
}
.glory .content{
    position: relative;
    padding: 200px 0 62px;
}
.glory .content .line {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    height: 100%;
    border-right: 1px solid #b5b5b6;
}
.glory .content .honor_items {
    position: relative;
    float: left;
    width: 50.1%;
    height: 140px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.glory .content .honor_items:nth-child(2n) {
    float: right;
}
.glory .content .honor_items:after {
    position: absolute;
    content: '';
    right: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #b5b5b6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.glory .content .honor_items:nth-child(2n):after {
    left: -2px;
    right: auto;
}
.glory .content .honor_items .img {
    width: 33.33%;
    height: 140px;
    background-color: #ffffff;
    border: solid 1px #c1c1c1;
    text-align: center;
    line-height: 140px;
}
.glory .content .honor_items:nth-child(2n) .img {
    float: right;
}
.glory .content .honor_items .info {
    width: 66%;
    padding: 0 45px 0 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.glory .content .honor_items:nth-child(2n) .info {
    padding: 0 28px 0 45px;
}
.glory .content .honor_items img {
    max-height: 100%;
}
.trophy {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.trademark {
    padding: 88px 0 100px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.trademark li {
    float: left;
    width: 20%;
    padding: 34px 30px;
    margin-top: 15px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trademark li p {
    margin-top: 30px;
    height: 40px;
}
.trademark li:hover {
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.strengths {
    padding: 72px 0 90px;
    background-color: #f7f8f8;
}
.section h2.mr {
    font-size: 34px;
    text-align: center;
}
.strengths ol {
    margin-top: 10px;
}
.strengths ol li {
    float: left;
    width: 31.08%;
    margin-right: 3.38%;
    margin-top: 50px;
    text-align: center;
}
.strengths ol li:nth-child(3n) {
    margin-right: 0;
}
.strengths ol li h6 {
    margin-top: 30px;
    font-size: 18px;
}
.strengths ol li .img {
    overflow: hidden;
}
.strengths ol li .img img {
    transition: all 0.5s;
}
.strengths ol li .img img:hover {
    transform: scale(1.15);
}
.reason {
    padding: 100px 0;
    background: url("../img/tg1.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-attachment: fixed;
}
.reason ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.reason ol li {
    float: left;
    width: 33.33%;
    margin-top: 42px;
    padding: 0 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
}
.reason ol li h6 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.5;
}
.apply_process {
    padding: 104px 0 170px;
}
.apply_process ol {
    position: relative;
    margin-top: 76px;
}
.apply_process ol:before {
    position: absolute;
    left: 44%;
    top: 46px;
    content: '';
    width: 58.9%;
    height: 1px;
    background-color: #094ca7;
    opacity: 0.4;
    z-index: 0;
    transform: translateX(-50%);
}
.apply_process ol li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    z-index: 2;
}
.apply_process ol li span {
    display: inline-block;
    width: 80px;
    height: 93px;
    line-height: 93px;
    font-size: 24px;
    color: #fff;
    background: url("../img/step.png") no-repeat center;
    background-size: cover;
}
.apply_process ol li p{
    margin-top: 36px;
}
.apply_process .content {
    position: relative;
}
.apply_process .content:before {
    position: absolute;
    right: 0;
    top: 46px;
    content: '';
    height: 240px;
    width: 185px;
    border: 1px solid rgba(9,76,167,0.4);
    border-left: none;
    border-radius: 0 100% 100% 0;
}
.apply_process .content ol.p2 li{
    float: right;
}
.trademark_detail .message {
    width: 65%;
    padding: 90px 80px 110px 0;
    border-right: 1px solid #efefef;
    font-size: 16px;
    line-height: 2;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trademark_detail .right_nav {
    width: 35%;
    padding: 90px 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trademark_detail .message h2 {
    margin-bottom: 40px;
    font-size: 30px;
    color: #c8161d;
}
.trademark_detail .message .title {
    padding-bottom: 60px;
    border-bottom: 1px solid #bfbfbf;
}
.trademark_detail .message .title > img {
    width: 100%;
}
.trademark_detail .message .title .buy {
    display: inline-block;
    width: 200px;
    height: 60px;
    margin-top: 50px;
    background-color: #c8161d;
    text-align: center;
    line-height: 60px;
    color: #fff;
}
.trademark_detail .message .items {
    margin-top: 50px;
}
.trademark_detail .message .items h6 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}
.trademark_detail .right_nav .title {
    height: 100px;
    background-color: #c8161d;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 100px;
}
.trademark_detail .right_nav .title img {
    /*margin-right: 30px;*/
    width: 12%;
}
.trademark_detail .right_nav a {
    display: block;
    padding: 30px 0 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    border-bottom: 1px solid #dcdddd;
}
.trademark_detail .right_nav i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    font-size: 18px;
    color: #666;
    font-weight: normal!important;
    background-image: url('../img/zuojiantou_black.png');
    background-size: cover;
}
.trademark_detail .right_nav a:hover i{
    background-image: url('../img/zuojiantou.png');
}
.trademark_detail .right_nav a.active,
.trademark_detail .right_nav a:hover,
.trademark_detail .right_nav a.active i,
.trademark_detail .right_nav a:hover i{
    color: #c8161d;
    font-weight: bold;
}
.copyright {
    padding: 87px 0 126px;
    background: url("../img/cg1.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
}
.copyright .content {
    margin-top: 54px;
}
.copyright ol li {
    float: left;
    width: 25%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}
.copyright ol li a {
    display: block;
    padding: 43px 30px 56px;
}
.copyright ol li p {
    margin-top: 30px;
}
.section .title .tips {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.copyright ol li:hover {
    background-color: #ffffff;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.computer_copyright {
    padding: 77px 0 110px;
    background-color: #f7f8f8;
    text-align: center;
}
.computer_copyright ol {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.computer_copyright ol li {
    width: 22.5%;
    background-color: #ffffff;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.computer_copyright ol li a{
    display: block;
    padding: 73px 0 62px;
}
.computer_copyright ol li h6 {
    margin-top: 37px;
    font-size: 18px;
}
.register_process {
    padding: 138px 0 120px;
    background: url("../img/cg2.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
}
.register_process ol {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
    font-size: 14px;
    line-height: 1.5;
}
.register_process ol h6 {
    margin: 30px 0 25px;
    font-size: 20px;
}
.register_process ol li {
    position: relative;
    flex: 1;
}
.register_process ol li:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(255,255,255,0.4);
    right: -25%;
    top: 60px;
    width: 50%;
}
.register_process ol li:last-child:after {
    display: none;
}
.why {
    padding: 107px 0 111px;
}
.why ol {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.why ol li {
    width: 22.5%;
    padding-bottom: 60px;
    border: solid 1px #dcdddd;
    font-size: 14px;
    color: #666;
}
.why ol li div {
    height: 108px;
    line-height: 108px;
    background-color: #f5a34d;
}
.why ol li:nth-child(2) div {
    background-color: #5f8daf;
}
.why ol li:nth-child(3) div {
    background-color: #47adb9;
}
.why ol li:nth-child(4) div {
    background-color: #a2b973;
}
.why ol li h6 {
    position: relative;
    margin: 60px 0 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #333;
}
.why ol li h6:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background-color: #c9151e;
    left: 50%;
    bottom: 0;
}
.patent {
    padding: 100px 0 90px;
}
.patent ol {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    text-align: center;
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 30px;
}
.patent ol li {
    margin-right: 32px;
    width: 23%;
    padding: 55px 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.09);
}
.patent ol li:nth-child(4n){margin-right:0px;}
.patent ol li:nth-child(n+5){
    margin-top: 30px;
}
.patent ol li h6 {
    position: relative;
    margin: 40px 0 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.patent ol li h6:after {
    position: absolute;
    content: '';
    width: 20px;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    border-bottom: 1px solid #c8161d;
}
.patent ol li a {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin-top: 50px;
    border: solid 1px #c8161d;
    line-height: 40px;
    color: #c8161d;
}
.patent ol li a:hover {
    background: #c8161d;
    color: #fff;
}
.patent_process {
    background-image: url("../img/pg3.jpg");
    background-attachment: fixed;
}
.register_process ol li p {
    color: rgba(255,255,255,0.6);
}
.high_service {
    padding: 118px 0 180px;
}
.high_service ol {
    margin-top: 63px;
}
.high_service ol li {
    float: left;
    width: 22.4%;
    margin-right: 3.38%;
    font-size: 14px;
    color: #666;
    line-height: 2;
}
.high_service ol li:nth-child(4n) {
    margin-right: 0;
}
.high_service ol li h6 {
    margin: 20px 0 0;
    font-size: 18px;
    color: #333;
}
.high_service ol li .img {
    overflow: hidden;
}
.high_service ol li .img img {
    transition: all 0.5s;
}
.high_service ol li .img img:hover {
    transform: scale(1.1);
}
.project {
    padding: 97px 0 50px;
}
.project ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project ol li {
    width: 22.5%;
    padding: 45px 22px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
}
.project ol li h6 {
    position: relative;
    margin: 30px 0 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.project ol li h6:after {
    position: absolute;
    content: '';
    width: 20px;
    border-bottom: 1px solid #dfb750;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
}
.project ol li p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.project ol li a {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin-top: 30px;
    font-size: 14px;
    border: solid 1px #c8161d;
    line-height: 40px;
    color: #c8161d;
}
.project ol li a:hover {
    background: #c8161d;
    color: #fff;
}
.four_advantages {
    padding: 90px 0;
    background: url("../img/cg1.jpg") no-repeat center;
    background-size: cover;
}
.four_advantages .content {
    margin-top: 60px;
}
.four_advantages .fl {
    width: 48%;
}
.four_advantages .fr {
    width: 52%;
    padding-left: 100px;
    font-size: 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
.four_advantages .fr li {
    position: relative;
    width: 360px;
    height: 60px;
    padding-left: 77px;
    margin-top: 48px;
    background-color: #e3bb55;
    box-shadow: 0px 2px 6px 0px rgba(76, 0, 4, 0.1);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
}
.four_advantages .fr li img {
    position: absolute;
    left: -30px;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 0px rgba(76, 0, 4, 0.44);
}
.four_advantages .fr li:first-child {
    margin-top: 30px;
}
@media (max-width: 1200px) {
    .four_advantages .fr li {
        margin-top: 30px;
    }
    .four_advantages .fr li:first-child {
        margin-top: 0;
    }
}
.needs {
    padding: 100px 0 86px;
}
.needs ol {
    margin-top: 65px;
}
.needs ol li {
    width: 48.3%;
    text-align: center;
    font-size: 20px;
}
.needs ol li h5 {
    margin-top: 30px;
}
.needs ol li img {
    width: 100%;
}
.scale {
    overflow: hidden;
}
.scale img {
    transition: all 0.36s;
}
.scale img:hover {
    /*transform: rotateY(-180deg);*/
    transform: scale(1.1);
}
.index-scale {
    overflow: hidden;
}
.index-scale img {
    transition: all 0.36s;
}
.index-scale img:hover {
    transform: rotateY(-180deg);
}
.project_process {
    background-color: #f7f8f8;
}
.project_process ol li span {
    background-image: url("../img/step1.png");
    color: #775500;
}
.project_process ol:before {
    background-color: #818d93;
}
.project_process .content:before {
    border: 1px solid rgba(129,141,147,0.4);
    border-left: none;
}
.c_news {
    padding: 43px 0 137px;
    background-color: #f7f8f8;
}
.c_news .list a{
    display: inline-block;
    width: 150px;
    height: 50px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border: solid 1px #dcdddd;
}
.c_news .list a.active,
.c_news .list a:hover {
    color: #fff;
    background-color: #c9151e;
    border: 1px solid #c9151e;
}
.c_news ol {
    margin-top: 10px;
}
.c_news ol li {
    float: left;
    width: 30.08%;
    margin-right: 3.38%;
    margin-top: 30px;
}
.c_news ol li:nth-child(3n) {
    margin-right: 0;
}
.c_news ol li .content {
    background: #fff;
    padding: 20px 20px 30px;
    box-sizing: border-box;
}
.c_news ol li h6 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c_news ol li .time {
    margin-top: 32px;
    font-size: 14px;
    color: #666;
}
.page {
    margin-top: 67px;
    text-align: center;
}
.page a {
    display: inline-block;
    width: 30px;
    height: 36px;
    margin: 0 5px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border: solid 1px #cccccc;
}
.page a.prev, .page a.next {
    width: 72px;
}
.page a.current, .page a:hover {
    color: #fff;
    background-color: #c9151e;
    border-color: #c9151e;
}
.news_detail {
    padding: 100px 0;
}
.news_detail .title {
    padding-bottom: 40px;
    text-align: center;
}
.news_detail .title h2{
    font-size: 30px;
    line-height: 1.5;
}
.news_detail .title .time {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
}
.news_detail .content {
    padding: 55px 0 100px;
    font-size: 16px;
    /*line-height: 180%;*/
    line-height: 40px;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
}
.news_detail .content p{
    margin-bottom: 10px;
    text-indent: 2em;
}
.news_detail .link {
    position: relative;
    margin-top: 30px;
    padding-right: 150px;
    font-size: 16px;
    line-height: 2;
}
.news_detail .link div a {
    color: #666;
}
.news_detail .link div a:hover {
    color: #c9151e;
}
.news_detail .link a.back {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 150px;
    height: 50px;
    background-color: #c9151e;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.duty {
    padding: 53px 0 144px;
}
.duty li {
    float: left;
    width: 47.5%;
    margin-top: 80px;
    margin-right: 5%;
    text-align: center;
}
.duty li:nth-child(2n) {
    margin-right: 0;
}
.duty li h6 {
    font-size: 20px;
    line-height: 1.5;
}
.duty li .content {
    position: relative;
    padding: 94px 20px 50px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    transition: all 0.5s;
}
.duty li .content .time {
    position: absolute;
    top: -56px;
    left: 50%;
    width: 112px;
    height: 112px;
    margin-left: -56px;
    padding: 20px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #e3bb55;
    box-shadow: 2px 1px 6px 0px
    rgba(76, 0, 4, 0.44);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
}
.duty li .content h5 {
    margin-bottom: 10px;
    font-size: 34px;
}
.duty li:hover .content{
    background-color: #c9151e;
    color: #fff;
}
.recruit {
    padding: 76px 0 160px;
}
.recruit .recruit_items {
    margin-top: 20px;
    background-color: #f7f8f8;
}
.recruit .recruit_items .title {
    height: 80px;
    padding: 0 58px 0 62px;
    line-height: 80px;
    transition: all 0.5s;
}
.recruit .recruit_items .title h5 {
    font-size: 18px;
}
.recruit .recruit_items .title i {
    font-size: 22px;
    color: #b5b5b6;
    cursor: pointer;
}
.recruit .recruit_items .info {
    display: none;
    padding: 30px 48px 54px;
    font-size: 16px;
    line-height: 2;
}
.recruit .recruit_items .info h6 {
    font-size: 16px;
}
.recruit .content {
    margin-top: 60px;
}
.recruit .recruit_items .title.active {
    background-color: #c9151e;
    color: #fff;
}
.recruit .recruit_items .title.active i {
    color: #fff;
}
.c_contact {
    padding: 78px 0 83px;
    padding: 78px 0 0px;
}
.c_contact .content .contact_items {
    position: relative;
    width: 33.3%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 2;
}
.c_contact .content .contact_items h6 {
    position: relative;
    margin: 22px 0 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1;
}
.c_contact .content .contact_items h6:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 18px;
    height: 1px;
    margin-left: -9px;
    background-color: #ca1720;
}
.c_contact .content .contact_items:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    background-color: #dcdddd;
    right: 0;
    top: 50%;
    margin-top: -50px;
}
.c_contact .content .contact_items:last-child:after {
    display: none;
}
.map {
    margin-top: 85px;
    height: 500px;
}
.map #allmap {
    height: 100%;
}
.top .owl-carousel .owl-item.active .w{
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}
.top .owl-nav {
    position: absolute;
    /*width: 90%;*/
    /*max-width: 1600px;*/
    width: 90%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.top .owl-nav button {
    outline: none;
}
.top .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
}
.top .owl-carousel .owl-item .w .box {
    position: relative;
    display: inline-block;
}
.top .owl-carousel .owl-item .w .box .border {
    position: absolute;
    width: 54px;
    height: 54px;
    z-index: -1;
}
.top .owl-carousel .owl-item .w .box .border_top {
    top: -24px;
    left: -40px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.top .owl-carousel .owl-item .w .box .border_bottom {
    right: -40px;
    bottom: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.top .owl-carousel .owl-item .w .box .border_top:after {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    top: 12px;
    left: 12px;
    background-color: #c8161d;
}
.go {
    margin-top: 65px;
    text-align: center;
}
.go a {
    display: inline-block;
    width: 200px;
    height: 60px;
    margin: 0 25px;
    background: url("../img/button1.png") no-repeat center;
    background-size: 200px 60px;
    /*background-color: #dfb750;*/
    /*box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);*/
    border-radius: 30px;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.go a:last-child {
    background-image: url("../img/button2.png");
}
.go a img {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .top .owl-nav {
  
    width: 100%;
    max-width: 100%;
}
}
@media (min-width: 1000px) {
    
    .mobile_nav {
        display: none;
    }
    .m_title,.m_img,.m_more {
        display: none!important;
    }
    .m_boss,.mobile_center {
        display: none;
    }
    #wrap_owl1 {
        display: none;
    }
    .photo img{
        display: none;
    }
    .m_myslider {
        display: none;
    }
}
@media (max-width: 1000px) {
    body {
        max-width: 750px;
        margin: 0 auto;
    }
    html, body {
        overflow-x: hidden;
    }
    ::-webkit-scrollbar {
        width: 0;
    }
    .nav {
        display: none;
    }
    .pc_boss {
        display: none;
    }
    .mobile_nav {
        background-color: rgba(0,0,0,.6);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        width: 100%;
        height: 1.2rem;
        padding: 0 0.3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mechanism ol li p a{
        width: 100%;
        /*margin-top: 0px;*/
    }
    .mechanism ol li p a:nth-child(n+4){
        display: none;
    }
    .mobile_nav .logo {
        /*max-width: 52%;*/
        /*max-width: 55%;*/
        max-width: 35%;
        line-height: 1.2rem;
    }

    .mobile_nav .sort {
        /*margin-top: 0.35rem;*/
        margin-top: 0.45rem;
    }

    .mobile_nav .sort .top-span {
        position: relative;
        width: 0.5rem;
        height: 0.33rem;
        z-index: 101;
        transform: perspective(1000);
    }

    .mobile_nav .sort .top-span .line {
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
    }

    .mobile_nav .sort .top-span .line:nth-child(1) {
        left: 0;
        top: 0;
    }

    .mobile_nav .sort .top-span .line:nth-child(2) {
        top: 50%;
        left: 0;
    }

    .mobile_nav .sort .top-span .line:nth-child(3) {
        bottom: 0;
        left: 0;
    }

    .mobile_nav .sort .top-span.open .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
    }

    .mobile_nav .sort .top-span.open .line:nth-child(2) {
        opacity: 0;
    }

    .mobile_nav .sort .top-span.open .line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
    }

    .mobile_nav .menu {
        /*display: none;*/
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        padding: 80px 0.4rem 0.5rem;
        background: #383838;
        z-index: 100;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 700ms cubic-bezier(0.88, -0.26, 0.13, 1.23);
        transition: all 700ms cubic-bezier(0.88, -0.26, 0.13, 1.23);
    }
    .mobile_nav .menu >div {
        height: 100%;
        overflow-y: scroll;
    }
    .mobile_nav .menu.active {
        left: 0;
        /*animation: bounceIn 1s;*/
    }
    .mobile_nav .menu >div::-webkit-scrollbar {
        display: none;
    }
    .mobile_nav .menu a {
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 3;
    }
    .mobile_nav .menu .first_menu > a {
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .mobile_nav .menu .first_menu > a:after {
        position: absolute;
        content: '\e6d8';
        font-family: iconfont;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ;
        -moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
        transition: all 0.5s ;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .mobile_nav .menu .first_menu > a.active:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mobile_nav .menu .second_menu {
        display: none;
        padding: 0 0.3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mobile_nav .menu .second_menu a {
        font-size: 16px;
    }
    .top .owl-carousel .owl-item .w .box .border_top {
        width: 0.65rem;
        height: 0.65rem;
        top: -0.4rem;
        left: 0.2rem;
        border-width: 1px!important;
    }
    .top .owl-carousel .owl-item .w .box .border_top:after {
        width: 0.5rem;
        height: 0.5rem;
        top: 0.1rem;
        left: 0.1rem;
    }
    .top .owl-carousel .owl-item .w .box .border_bottom{
        width: 0.65rem;
        height: 0.65rem;
        right: 0;
        bottom: -0.2rem;
        border-width: 1px!important;
    }
    .mechanism .title, .mechanism .title .w {
        position: static;
    }

    .top .owl-carousel .item a {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .mechanism .title .w:before {
        display: none;
    }
    .mechanism ol li .img {
        width: 85px;
        height: 85px;
        line-height: 85px;
    }
    .mechanism .title h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .mechanism .title p {
        font-size: 13px;
    }

    .mechanism .title .w {
        padding: 50px 0 0;
    }

    .top .owl-carousel .item .content .w {
        top: 33.5%;
    }
    .mechanism ol {
        display: block;
        display: flex;
    flex-wrap: wrap;
        padding: 10px;
        /*overflow-x: scroll;*/
        /*white-space: nowrap;*/
    }

    .mechanism ol::-webkit-scrollbar {
        display: none;
    }
    .mechanism ol li:hover {
        background: #fff;
    }
    .mechanism ol li:hover p a{
        color: #333!important;
    }
    .mechanism ol li {
        display: inline-block;
        /*width: 220px;*/   
        width: 48%;
        /*height: 300px;*/
        height: 350px;
        margin-top: 40px;
        margin-right: 14px;
        padding: 0.3rem 0.1rem 60px;
        vertical-align: middle;
    }
    .mechanism ol li:nth-child(2n){margin-right:0px;}
    .mechanism ol li:last-child {
        margin-right: 0;
    }

    .mechanism {
        padding: 0 0 60px;
    }

    .top .owl-carousel .item h1 {
        font-size: 0.52rem;
        line-height: 1.5;
        text-shadow: 0 3px 0 rgba(0,0,0,0.3);
    }
    .mechanism ol li:hover {
        color: #333;
    }
    .mechanism ol li h5 {
        /*margin: 20px 0 10px;*/
        margin: 5px 0 10px;
        font-size: 16px;
    }

    .mechanism ol li p {
        font-size: 14px;
    }
    .mechanism ol li p.slogan{
        font-size: 16px;
    }
    .mechanism ol li a.more {
        width: 100px;
        height: 30px;
        bottom: 25px;
        line-height: 30px;
        margin-left: -50px;
        font-size: 14px;
    }

    .show {
        padding: 50px 0 24px;
        font-size: 14px;
    }

    .show h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .show .owl-carousel {
        margin-top: 35px!important;
    }
    .show .item {
        width: 250px;
        height: 220px;
    }

    .show .item .info {
        padding: 15px;
    }

    .show .item .info h6 {
        margin-bottom: 8px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .show .item .info p {
        font-size: 12px;
    }

    .show .pre, .show .next {
        display: none;
    }

    .show .owl-dots {
        margin-top: 30px;
    }

    .top .owl-carousel .owl-item .w .box {
        padding: 0 30px;
    }

    .top .owl-carousel .item p {
        margin-top: 10px;
        font-size: 12px;
    }

    /*.top .owl-carousel img {*/
    /*    display: none;*/
    /*}*/

    .suspension {
        display: none !important;
    }

    .footer {
        padding-top: 0px;
        font-size: 16px;
    }

    .footer .ft {
        padding: 0 0.3rem 50px;
    }
    .footer .ft .fl {
        display: none;
    }
    .footer .f_item {
        width: 100%;
        margin-top: 30px;
    }
    .footer .f_item:first-child {
        margin-top: 0;
    }
    .footer .f_item .title {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .footer .sec p:last-child {
        margin-top: 0;
    }
    .footer .contact p.address, .footer .contact p.tel {
        background-position: left 0px;
    }

    .footer .contact p.tel {
        margin-top: 20px;
        line-height: 2;
    }

    .footer .sec {
        margin: 30px 0 0;
    }
    .footer .sec p {
        display: inline-block;
        line-height: 2;
    }
    .footer .sec p:last-child{
        display: flex;
        flex-wrap: wrap;
    }
    .ma{width: 50%!important;}
    .erweima{width: 70%;}
    .footer .sec p a {
        /*margin-right: 24px;*/
        margin-right: 19px;
    }
    .footer .sec p a:last-child {
        margin-left: 0;
    }
    .footer .sec p:last-child a:last-child {
        margin-right: 0;
    }
    .footer .fb {
        padding: 15px 0.3rem;
        text-align: center;
    }

    .footer .fb .fr {
        margin-top: 15px;
    }

    .footer .fb div {
        width: 100%;
    }

    .footer .ft .fr {
        width: 100%;
    }

    .team {
        padding: 50px 0.3rem 60px;
    }

    .team .title h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .team .title p {
        font-size: 14px;
        line-height: 1.5;
    }

    .myslider li {
        height: 200px;
    }

    .myslider {
        margin-top: 40px;
    }

    .myslider .list {
        height: 220px;
    }

    .cooperation {
        padding: 50px 0.3rem 30px;
    }

    .cooperation .fl,
    .cooperation .fr,
    .cooperation .fl .content {
        width: 100%;
    }

    .cooperation .fl .content h2 {
        display: none;
    }

    .cooperation h2 {
        font-size: 22px;
        text-align: center;
    }

    .cooperation .fr ol li img {
        max-height: 0.8rem;
    }

    .cooperation .fr ol li p {
        margin-top: 20px;
        font-size: 14px;
    }

    .cooperation .fr ol li:nth-child(n+3) {
        margin-top: 40px;
    }

    .cooperation .fl .content div.info {
        margin-top: 30px;
        padding-bottom: 30px;
        font-size: 15px;
        line-height: 1.75;
        border: none;
    }
    .cooperation .fr ol {
        margin-top: 20px;
        padding-bottom: 60px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    .cooperation .fl .content a {
        display: none;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .cooperation .fr .mobile_center a {
        display: inline-block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        background-color: #c8161d;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    .boss {
        padding: 50px 0.3rem 50px;
    }

    .boss .fr {
        display: none;
    }

    .boss .fl {
        width: 100%;
    }

    .boss h3 {
        font-size: 22px;
    }

    .boss h2 {
        margin: 15px 0 30px;
        font-size: 22px;
    }

    .boss div.info {
        padding: 0 10px;
        margin-top: 30px;
        padding-bottom: 50px;
        font-size: 15px;
    }
    .boss div.info p{display:none;}
    .boss div.info #first{display:block;}
    .boss a {
        width: 120px;
        height: 40px;
        margin-top: 20px;
        line-height: 40px;
    }

    .trends {
        padding: 50px 0.3rem 60px;
    }

    .trends .w > div {
        width: 100%;
    }

    .trends .title h2 {
        font-size: 22px;
        text-align: center;
    }

    .trends .title .switch_list {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 25px;
        border: none;
        text-align: center;
    }

    .trends .title .switch_list p {
        display: inline-block;
        width: 100px;
        margin-top: 0 !important;
        text-align: center;
        font-size: 14px;
        line-height: 33px;
    }

    .trends .w > div {
        height: auto;
    }

    .trends .title a {
        display: none;
    }

    .trends .pt, .trends .news {
        width: 100%;
    }

    .trends .pt {
        height: 200px;
    }

    .trends .news .t_item {
        height: auto;
        padding: 0.4rem 0.3rem;
    }

    .trends .news .t_item h6 a {
        margin: 10px 0;
        font-size: 15px;
    }

    .trends .news .t_item {
        margin-top: 20px !important;
    }

    .trends .news .t_item {
        font-size: 12px;
    }

    .trends .switch .switch_item .m_more {
        float: left;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .trends .switch .switch_item .m_more a {
        display: inline-block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border: solid 1px #c8161d;
        color: #c8161d;
        font-size: 14px;
    }

    .honor {
        padding: 50px 0.3rem 60px;
    }

    .honor .fl,
    .honor .fr {
        width: 100%;
        display: block;
        text-align: center;
    }

    .honor .fr {
        margin-top: 20px;
    }

    .honor .h_item {
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding-left: 85px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .honor .h_item .year {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
    }
    .honor .fl .title h2 {
        margin-top: 20px;
        font-size: 22px;
    }

    .honor .h_item strong {
        font-size: 30px;
    }

    .honor .h_item p {
        margin-left: 20px;
        text-align: left;
    }

    .school {
        padding: 50px 0.3rem 0px;
    }

    .school .title h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .school .title {
        font-size: 14px;
    }

    .school .content {
        display: block;
        margin-top: 40px;
    }
    .school .content::-webkit-scrollbar {
        display: none;
    }
    .school .content ol {
        display: flex;
        flex-wrap: wrap;
        padding:0;
        display: inline-block;
        width: 100%;
        margin-top: 0;
        font-size: 15px;
    }
    .school .content .hd .info a.tb {
        white-space: normal;
        font-size: 15px;
    }
    .school .content .hd .info {
        padding: 0 0 0 0.3rem;
    }

    .school .content .hd .img {
        width: 150px;
    }

    .school .content .hd .info {
        width: calc(100% - 30px);
    }

    .school .content li.hd {
        padding-bottom: 20px;
        width: 100%;
    }
    .school .content li.list {
        width: 100%;
        margin: 0;
    }
    /*.school .content li.list:nth-child(n+6),*/
    /*.school .content li.hd:nth-child(n+2) {*/
    /*    display: none;*/
    /*}*/
    .school .content li.list a {
        font-size: 15px;
    }

    .show .item:hover {
        width: 250px;
        height: 200px;
    }

    .show .item .more {
        display: none !important;
    }

    .show .item .info {
        display: block !important;
    }

    .photo {
        height: auto;
        background-image: none!important;
    }

    .photo .title h1 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .photo .title {
        font-size: 14px;
    }

    .entry .item .w {
        white-space: nowrap;
        overflow-x: scroll;
        padding: 0 0.3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .entry .item .w::-webkit-scrollbar {
        display: none;
    }

    .entry .item {
        top: -45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .entry .item i {
        margin: 0 20px;
    }

    .company {
        padding: 30px 0.3rem 60px;
    }
    .section h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .company h3 {
        padding-left: 50px;
        background: url(../img/hua.png) no-repeat;
        background-size: 30px 30px;
        background-position: 14% 0%!important;
    }

    .company .fl,
    .company .fr {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .company .fl div {
        margin-top: 20px;
        font-size: 15px;
    }
    .company .fl {
        margin-top: 40px;
    }
    .provide {
        padding: 50px 0.3rem 60px;
        font-size: 15px;
    }

    .provide h3 {
        padding-bottom: 20px;
    }

    .provide div.content {
        margin-top: 30px;
        line-height: 2.25;
    }

    .provide ol {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .provide ol li {
        width: 50%;
        margin-top: 30px;
    }

    .provide ol li img {
        max-width: 50%;
    }

    .provide ol p {
        margin-top: 20px;
        font-size: 14px;
    }

    .business {
        padding: 50px 0.3rem 60px;
    }

    .section .tips {
        font-size: 14px;
        line-height: 1.5;
    }

    .business .content .items {
        padding: 0;
        font-size: 15px;
        line-height: 2.25;
    }

    .business .content .items h6 {
        position: static;
        font-size: 18px;
    }

    .business .content {
        margin-top: 40px;
    }

    .advantage {
        padding: 50px 0.3rem 60px;
    }

    .advantage .items {
        display: block;
    }

    .advantage .items .img, .advantage .items .info {
        width: 100%;
        overflow: hidden;
    }

    .advantage .items .info h6 {
        margin-top: 20px;
        text-align: center;
    }

    .advantage .items h6 {
        margin-bottom: 20px;
        font-size: 16px;
        color: #000;
    }

    .advantage .items .info div {
        max-height: none;
        overflow: hidden;
        width: 100%;
        margin-top: 10px;
        font-size: 15px;
        padding: 0;
    }

    .advantage .items:after {
        display: none;
    }

    .effect {
        padding: 50px 0.3rem 60px;
    }

    .effect .content {
        margin-top: 50px;
    }

    .effect .content > div {
        width: 100%;
    }

    .effect .content p {
        max-height: 210px;
        margin-top: 30px;
        font-size: 15px;
        line-height: 2;
    }

    .advantage .content {
        margin-top: 20px;
    }

    .entry .item a {
        color: #fff;
    }

    .history {
        padding: 50px 0.3rem 60px;
        font-size: 15px;
    }

    .history .items {
        padding: 0;
        margin-top: 50px;
    }

    .history h2 {
        font-size: 22px;
    }

    .history .items .list {
        margin-top: 40px;
        padding-left: 60px;
    }

    .history .items .list i {
        left: 0;
    }

    .history .items .list p:before {
        display: none;
    }

    .history .items .list p {
        padding-left: 30px;
    }

    .history .items .list i:after {
        right: -20px;
        top: 6px;
    }

    .history .items .content .line {
        left: 55px;
    }

    .history .items .content {
        margin-top: 40px;
    }

    .idea {
        padding: 20px 0.3rem 60px;
    }

    .idea li {
        width: 48.5%;
        height: auto;
        padding: 10px 15px 30px;
        margin-top: 20px;
        margin-right: 0;
    }
    .idea li:nth-child(2n) {
        float: right;
    }
    .idea li .ico {
        margin-top: 15px;
    }

    .idea li .ico img {
        width: 0.8rem;
    }

    .idea li h4 {
        margin: 0.2rem 0;
        font-size: 18px;
    }

    .idea li p {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .president, .entrepreneurship, .welfare, .cultivation {
        /*padding: 50px 0.3rem 60px;*/
        padding: 50px 0.3rem 0px;
    }
    .president {
        padding-top: 10px;
    }
    .president .fl, .president .fr, .entrepreneurship .fl, .entrepreneurship .fr,
    .welfare .fl, .welfare .fr {
        float: none;
        width: 100%;
    }

    .president .m_title strong {
        font-size: 22px;
        color: #c8161d;
    }

    .president .m_title em {
        display: inline-block;
        margin-left: 15px;
        font-size: 18px;
        font-weight: bold;
    }

    .president .title {
        margin-top: 40px;
    }

    .president .fl, .welfare .fl {
        margin-top: 30px;
    }

    .president .fr .info {
        margin-top: 26px;
        font-size: 16px;
        line-height: 2;
    }

    .pc_title {
        display: none !important;
    }

    .entrepreneurship, .welfare {
        text-align: center;
    }

    .section h2.edging {
        padding: 6px 20px 8px 20px;
        font-size: 20px;
    }

    .section h2.edging:before, .section h2.edging:after {
        width: 20px;
        height: 15px;
    }

    .entrepreneurship .fr {
        margin-top: 30px;
    }

    .entrepreneurship .info, .welfare .info {
        max-height: 230px;
        padding-right: 20px;
        text-align: left;
        line-height: 1.8;
    }

    .cultivation .caption em {
        width: 90px;
        height: 30px;
        padding-left: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        line-height: 30px;
        font-size: 16px;
    }

    .cultivation .caption span {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 35px;
    }

    .cultivation .content .items .info {
        padding-left: 20px;
        overflow-y: scroll;
        max-height: 230px;
        padding-right: 15px;
        line-height: 1.8;
    }

    .cultivation .content .items .info::-webkit-scrollbar-thumb {
        background: #c8161d;
        border-radius: 4px;
    }

    .cultivation .content .items .info::-webkit-scrollbar-track {
        background-color: #e9e9e9;
    }

    .cultivation .content .items .info::-webkit-scrollbar {
        width: 5px;
    }

    .professional_team {
        padding: 30px 0.3rem 60px;
    }

    .professional_team .list {
        font-size: 15px;
    }

    .professional_team .list i {
        margin: 0 15px;
    }

    .professional_team .list a.active, .professional_team .list a:hover {
        font-size: 16px;
    }

    .professional_team .list a:last-child i {
        display: none;
    }

    .professional_team .content {
        margin-top: 0;
    }
    .professional_team .content .owl-carousel .owl-nav .iconfont {
        font-size: 22px;
    }
    .professional_team .content .owl-carousel .owl-nav .owl-next {
        right: 0.3rem;
    }
    .professional_team .content .owl-carousel .owl-nav .owl-prev {
        left: 0.3rem;
    }
    .professional_team .team_items ol {
        margin-top: 0;
    }
    .professional_team .team_items ol li {
        width: 48.5%;
        margin-right: 0;
    }

    .professional_team .team_items li:nth-child(2n) {
        float: right;
    }

    .professional_team .team_items li > p {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .glory {
        padding: 20px 0.3rem 60px;
    }
    .trophy {
        display: none;
    }
    .glory .content .honor_items {
        width: 100%;
        height: auto;
        margin-top: 30px;
        font-size: 15px;
    }

    .glory .content .line, .glory .content .honor_items:after {
        display: none;
    }

    .glory .content .honor_items:nth-child(2n) .img {
        float: left;
    }

    .glory .content .honor_items .info {
        padding: 0 0 0 15px !important;
    }

    .glory .content {
        padding: 0;
    }

    .duty {
        padding: 20px 0.3rem 60px;
    }

    .duty li {
        width: 100%;
        margin-top: 30px;
        margin-right: 0 !important;
    }

    .duty li:nth-child(2n) {
        float: right;
    }

    .duty li .content {
        padding: 60px 0.2rem 30px;
    }

    .duty li .content .time {
        width: 75px;
        height: 75px;
        top: -40px;
        margin-left: -40px;
        border-width: 0.04rem;
    }

    .duty li h6 {
        font-size: 16px;
        line-height: 1.5;
    }

    .duty li .content h5 {
        font-size: 18px;
    }

    .duty li .content .time {
        font-size: 10px;
    }

    .recruit {
        padding: 50px 0.3rem 60px;
    }

    .section h2.mr {
        /*font-size: 22px;*/
        font-size: 18px;
        line-height: 30px;
    }

    .recruit .recruit_items .title {
        height: 40px;
        padding: 0 30px 0 30px;
        line-height: 40px;
    }

    .recruit .recruit_items .title h5 {
       font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 255px;
    }
    .recruit .recruit_items .title i {
        font-size: 18px;
    }
    .recruit .recruit_items .info {
        padding: 30px 20px 54px;
    }

    .c_contact {
        /*padding: 50px 0.3rem 60px;*/
        padding: 0 0.3rem 0px;
    }

    .map {
        margin-top: 40px;
        height: auto;
    }

    .c_contact .content .contact_items img {
        position: absolute;
        left: 0;
        top: -0.16rem;
        width: 0.86rem;
        max-width: 60px;
    }

    .c_contact .content .contact_items h6 {
        position: absolute;
        left: 80px;
        top: 4px;
        margin: 0 0 10px;
        padding-bottom: 0px;
    }

    .c_contact .content .contact_items {
        position: relative;
        float: none;
        display: inline-block;
        padding-left: 130px;
        margin-top: 30px;
        font-size: 14px;
        width: 100%;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        line-height: 1.5;
    }
    .c_contact .content .contact_items:first-child {
        margin-top: 0;
    }
    .trademark_detail .right_nav {
        display: none;
    }
    .c_contact .content .contact_items:after,.c_contact .content .contact_items h6:after {
        display: none;
    }
    .trademark_detail .message {
        width: 100%;
        padding: 50px 0.3rem 60px;
    }

    .trademark_detail .message .title .buy {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .trademark_detail .message h2 {
        font-size: 22px;
    }

    .patent {
        padding: 50px 0 60px;
    }

    .patent ol {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 5px;
        font-size: 14px;
        line-height: 1.5;
        display: flex;
        flex-wrap: wrap;
    }

    .patent ol::-webkit-scrollbar {
        display: none;
    }

    .patent ol li {
        display: inline-block;
        float: none;
        width: 48%;
        margin-right: 14px;
        padding: 0.6rem 0.3rem 0.6rem;
        white-space: normal;
        vertical-align: top;
    }
    .patent ol li:nth-child(n+3){
        margin-top: 14px;
    }
    .patent ol li:nth-child(2n){
        margin-right:0px;
    }
    .patent ol li:last-child {
        margin-right: 0;
    }

    .patent ol li h6 {
        margin: 20px 0 10px;
        padding-bottom: 10px;
    }

    .patent ol li a {
        width: 100px;
        height: 30px;
       margin-top: 0px;
        line-height: 30px;
    }

    .patent ol li p {
        height: 42px;
    }

    .go a {
        width: 140px;
        height: 40px;
        margin: 0 10px;
        line-height: 40px;
        font-size: 14px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-size: 140px 40px;
    }

    .go a img {
        max-width: 22px;
    }

    .patent_process, .high_service {
        padding: 50px 0.3rem 60px;
    }

    .register_process ol {
        flex-wrap: wrap;
    }

    .register_process ol li {
        width: 50%;
        margin-top: 30px;
        flex: none;
    }

    .register_process ol li:after {
        display: none;
    }

    .register_process ol h6 {
        margin: 20px 0 10px;
        font-size: 16px;
    }

    .register_process ol li img {
        max-width: 50%;
    }

    .high_service ol li {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .high_service ol {
        margin-top: 20px;
    }

    .high_service ol li h6 {
        font-size: 16px;
    }

    .trademark {
        padding: 50px 0.3rem 60px;
        font-size: 16px;
    }

    .trademark .content, .copyright .content {
        padding-bottom: 0;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .trademark li {
        float: none;
        display: inline-block;
        width: 33.3%;
        padding: 10px 0;
        margin-top: 0;
        vertical-align: top;
    }

    .trademark li p {
        margin-top: 10px;
        white-space: normal;
        font-size: 14px;
        line-height: 1.5;
    }

    .trademark li img {
        max-width: 50px;
    }

    .trademark .content::-webkit-scrollbar,
    .copyright .content::-webkit-scrollbar {
        display: none;
    }
    .popup {
        width: 90%;
        height: 60%;
        padding: 50px 0.3rem 60px;
        overflow-y: scroll;
    }

    .popup .portrait, .popup .inform {
        width: 100%;
    }

    .popup .close {
        right: 12px;
        top: 15px;
    }
    .popup .portrait {
        text-align: center;
    }
    .popup .inform {
        margin-top: 20px;
    }
    .popup .inform h5 {
        font-size: 20px;
    }
    .popup .inform .message strong {
        font-size: 16px;
    }
    .strengths {
        padding: 50px 0.3rem 60px;
    }
    .strengths ol li {
        width: 48.5%;
        margin-right: 0;
        margin-top: 30px;
    }
    .strengths ol li:nth-child(2n) {
        float: right;
    }
    .strengths ol li h6 {
        margin-top: 20px;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.25;
    }
    .reason {
        padding: 50px 0.3rem 60px;
    }
    .reason ol li {
        width: 48.5%;
        padding: 0;
        line-height: 1.5;
    }
    .reason ol li:nth-child(2n) {
        float: right;
    }
    .reason ol li img {
        max-width: 50%;
    }
    .reason ol li h6 {
        margin: 15px 0 10px;
        font-size: 16px;
    }
    .apply_process .content:before, .apply_process ol:before {
        display: none;
    }
    .apply_process {
        padding: 50px 0.3rem 60px;
    }
    .apply_process ol li {
        width: 100%;
        padding-left: 80px;
        margin-top: 10px;
        line-height: 0.93rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .apply_process .content {
        margin-top: 40px;
        overflow-y: scroll;
        max-height: 250px;
    }
    .apply_process ol li span {
        position: absolute;
        left: 0;
        top: 50%;
        width: 40px;
        height: 46px;
        margin-top: -23px;
        line-height: 46px;
        font-size: 18px;
    }
    .apply_process ol li p {
        margin-top: 0;
        text-align: left;
        font-size: 16px;
    }
    .apply_process ol {
        margin-top: 0;
    }
    .apply_process .content::-webkit-scrollbar-thumb {
        background: #c8161d;
        border-radius: 4px;
    }
    .apply_process .content::-webkit-scrollbar-track {
        background-color: #e9e9e9;
    }
    .apply_process .content::-webkit-scrollbar {
        width: 4px;
    }
    .copyright {
        padding: 50px 0.3rem 60px;
    }
    .section .title .tips {
        margin-top: 15px;
        font-size: 14px;
    }
    .copyright ol li {
        display: inline-block;
        float: none;
        width: 33.3%;
    }
    .copyright ol li a {
        padding: 0.4rem 0;
    }
    .copyright ol li img {
        max-width: 50%;
    }
    .copyright ol li p {
        margin-top: 15px;
        font-size: 14px;
    }
    .copyright .content {
        margin-top: 20px;
    }
    .computer_copyright {
        padding: 50px 0.3rem 60px;
    }
    .computer_copyright ol {
        display: block;
        overflow: hidden;
        margin-top: 50px;
    }
    .computer_copyright ol li {
        float: left;
        width: 48.5%;
        margin-top: 10px;
    }
    .computer_copyright ol li:nth-child(2n) {
        float: right;
    }
    .computer_copyright ol li a {
        padding: 30px 0 40px;
    }
    .computer_copyright ol li h6 {
        margin-top: 20px;
        font-size: 15px;
    }
    .computer_copyright ol li img {
        max-width: 50%;
    }
    .register_process {
        padding: 50px 0.3rem 60px;
    }
    .register_process ol {
        margin-top: 50px;
    }
    .why {
        padding: 50px 0.3rem 60px;
    }
    .why ol {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .why ol li {
        width: 100%;
        padding-bottom: 25px;
        margin-top: 15px;
        font-size: 15px;
    }
    .why ol li div {
        height: 45px;
        line-height: 45px;
    }
    .why ol li div img {
        max-height: 70%;
    }
    .why ol li h6 {
        margin: 30px 0 15px;
        padding-bottom: 15px;
        font-size: 18px;
    }
    .why ol li p {
        line-height: 1.5;
    }
    .project {
        padding: 50px 0 60px;
    }
    .project ol {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 10px;
    }
    .project ol li {
        position: relative;
        display: inline-block;
        width: 220px;
        height: 320px;
        padding: 30px 15px;
        margin-right: 20px;
        vertical-align: top;
        white-space: normal;
    }
    .project ol li:last-child {
        margin-right: 0;
    }
    .project ol::-webkit-scrollbar {
        display: none;
    }
    .project ol li h6 {
        margin: 20px 0 10px;
        font-size: 16px;
    }
    .project ol li p {
        font-size: 14px;
        line-height: 1.5;
    }
    .project ol li a {
        position: absolute;
        left: 50%;
        width: 100px;
        height: 30px;
        bottom: 30px;
        line-height: 30px;
        margin-left: -50px;
        font-size: 14px;
    }
    .four_advantages {
        padding: 50px 0.3rem 60px;
    }
    .four_advantages .fl,.four_advantages .fr {
        width: 100%;
        padding-left: 0;
    }
    .four_advantages .fr li {
        width: 100%;
        height: 40px;
        margin-top: 20px;
        line-height: 40px;
        font-size: 16px;
    }
    .four_advantages .fr li img {
        width: 45px;
        left: 0;
        top: -3px;
    }
    .four_advantages .fr {
        margin-top: 40px;
    }
    .needs {
        padding: 50px 0.3rem 60px;
    }
    .needs ol li h5 {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .c_news {
        padding: 50px 0.3rem 60px;
    }
    .c_news .list a {
        width: 100px;
        height: 35px;
        margin-right: 5px;
        line-height: 35px;
    }
    .c_news .list a:last-child {
        margin: 0;
    }
    .c_news ol li {
        width: 48.5%;
        margin-right: 0;
    }
    .c_news ol li:nth-child(2n) {
        float: right;
    }
    .c_news ol li h6 {
        font-size: 14px;
        line-height: 1.5;
        height: 42px;
    }
    .c_news ol li .content {
        padding: 15px 15px 25px;
    }
    .c_news ol li .time {
        margin-top: 20px;
        font-size: 12px;
    }
    .page a {
        width: auto;
        height: auto;
        padding: 0.05rem 0.1rem;
        font-size: 0.24rem;
        margin: 0 0.04rem;
        line-height: 1.5;
    }
    .page a.prev, .page a.next {
        width: auto;
    }
    .news_detail {
        padding: 50px 0.3rem 60px;
    }
    .news_detail .title h2 {
        font-size: 20px;
    }
    .news_detail .link {
        padding: 0;
    }
    .news_detail .link a.back {
        position: static;
        width: 120px;
        height: 40px;
        margin-top: 30px;
        line-height: 40px;
        font-size: 14px;
    }
    .scrollbar {
        display: inline-block;
        width: 100px;
        background-color: #e9e9e9;
        height: 4px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    .scrollbar span {
        display: block;
        height: 100%;
        width: 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #c8161d;
    }
    .center {
        text-align: center;
    }
    .entrepreneurship .info::-webkit-scrollbar, .welfare .info::-webkit-scrollbar,.cultivation .content .items .info::-webkit-scrollbar {
        width: 2px;
    }
    .entrepreneurship .info,.welfare .info,.cultivation .content .items .info {
        -webkit-overflow-scrolling:touch;
    }
    .professional_team .team_items li .img .person img{
        width: 100%;
    }
    .honor .h_item .year i {
        margin-left: 6px;
        margin-top: 7px;
    }
    .trademark_detail .message .title .go{
        margin-top: 40px;
    }
    .scrollbar_box {
        line-height: 1;
    }
    .copyright .scrollbar_box {
        margin-top: 10px;
    }
    .top #owl1 {
        display: none;
    }
    .company .fr img, .advantage .items .img img, .effect .content .fl img {
        width: 100%;
    }
    .boss .fl .m_img img {
        width: 100%;
    }
    /*.myslider {*/
    /*    display: none;*/
    /*}*/
    .m_myslider {
        margin-top: 30px;
    }
    .m_myslider .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
    .m_myslider .owl-nav button{
        position: absolute;
        outline: none;
    }
    .m_myslider .owl-nav .iconfont {
        color: #fff;
        font-size: 22px;
    }
    .m_myslider .owl-nav .owl-prev {
        left: 0.3rem;
    }
    .m_myslider .owl-nav .owl-next {
        right: 0.3rem;
    }
    .top .owl-carousel .item p {
        display: none;
    }
}
/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-float img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-float:hover img, .hvr-icon-float:focus img, .hvr-icon-float:active img {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg);
}
.nav .tt a {
    /*padding: 0 18px;*/
    padding: 0 26px;
    font-size: 18px;
}
.nav .fr {
    margin-right: 36px;
}
.first {
    position: relative;
    display: inline-block;
}
.first:hover .second{
    display: block;
}
.first .second {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 15px;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.first .second .second_nav {
    padding: 0 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.first .second a {
    display: block;
    padding: 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #dcdddd;
    text-align: center;
    white-space: nowrap;
}
.first .second a:hover {
    color: #c8161d;
}
.first .second a:last-child {
    border: none;
}
@media screen and (max-width: 1600px){
    .nav .tt a {
        padding: 0 10px;
    }
    .nav .tt a.login {
        margin: 0 10px 0 20px;
        padding: 0 15px;
    }
    .nav .tt {
        line-height: 40px;
    }
}
@media screen and (max-width: 1400px) {
    .nav .tt a {
        padding: 0 5px;
    }
    .nav .fr {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1270px) {
    .nav .logo {
        margin-left: 20px;
    }
    .nav .fr {
        margin-right: 15px;
    }
    .nav .tt a.login {
        margin-left: 0;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .nav {
        display: none;
    }
    .mobile_nav {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        width: 100%;
        height: 1.2rem;
        padding: 0 0.3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobile_nav .logo {
        max-width: 52%;
        line-height: 1.2rem;
    }

    .mobile_nav .sort {
        margin-top: 0.35rem;
    }

    .mobile_nav .sort .top-span {
        position: relative;
        width: 0.5rem;
        z-index: 101;
        transform: perspective(1000);
    }

    .mobile_nav .sort .top-span .line {
        display: block;
        height: 1px;
        width: 0.5rem;
        margin: 0.12rem 0;
        background-color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 1;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
    }
    .mobile_nav .sort .top-span.open .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -moz-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(13px) rotate(45deg);
    }

    .mobile_nav .sort .top-span.open .line:nth-child(2) {
        opacity: 0;
    }

    .mobile_nav .sort .top-span.open .line:nth-child(3) {
        -webkit-transform: translateY(-14px) rotate(-45deg);
        -moz-transform: translateY(-14px) rotate(-45deg);
        -ms-transform: translateY(-14px) rotate(-45deg);
        -o-transform: translateY(-14px) rotate(-45deg);
        transform: translateY(-14px) rotate(-45deg);
    }

    .mobile_nav .menu {
        /*display: none;*/
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        padding: 1.4rem 0.4rem 0.5rem;
        background: #383838;
        z-index: 100;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 700ms cubic-bezier(0.88, -0.26, 0.13, 1.23);
        transition: all 700ms cubic-bezier(0.88, -0.26, 0.13, 1.23);
    }
    .mobile_nav .menu >div {
        height: 100%;
        overflow-y: scroll;
    }
    .mobile_nav .menu.active {
        left: 0;
        /*animation: bounceIn 1s;*/
    }
    .mobile_nav .menu >div::-webkit-scrollbar {
        display: none;
    }
    .mobile_nav .menu a {
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 3;
    }
    .mobile_nav .menu .first_menu > a {
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .mobile_nav .menu .first_menu > a:after {
        position: absolute;
        content: '\e6d8';
        font-family: iconfont;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ;
        -moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
        transition: all 0.5s ;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .mobile_nav .menu .first_menu > a.active:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mobile_nav .menu .second_menu {
        display: none;
        padding: 0 0.3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mobile_nav .menu .second_menu a {
        font-size: 16px;
    }
    .mobile_nav {
        height: 80px;
        padding: 0 30px;
    }
    .mobile_nav .logo {
        line-height: 80px;
    }
    .mobile_nav .sort {
        margin-top: 20px;
    }
    .mobile_nav .sort .top-span {
        width: 40px;
    }
    .mobile_nav .sort .top-span .line {
        width: 40px;
        margin: 12px 0;
    }
    .mobile_nav .menu.active {
        padding: 80px 30px 60px;
    }
}
@media screen and (min-width: 1200px) {
    .mobile_nav {
        display: none;
    }
}
.co_partner {
    padding: 70px 0 110px;
    background-color: #f7f8f8;
    text-align: center;
}
.co_partner .content {
    position: relative;
    margin-top: 20px;
}
.co_partner .content .swiper-slide {
    background-color: #fff;
    height: 150px;
    line-height: 150px;
    margin-top: 40px;
}
.co_partner .swiper-pagination {
    width: 100%;
    bottom: -50px;
    text-align: center;
}
.co_partner .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #dcdddd;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.co_partner .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px transparent;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}
.co_partner  .swiper-pagination-bullet-active {
    background-color: #c8161d;
}
.co_partner  .swiper-pagination-bullet-active:before {
    border-color: #c8161d;
}
.case  {
    padding: 80px 0 100px;
}
.case .title {
    /*font-size: 30px;*/
    font-size: 24px;
    color: #fff;
    line-height: 2;
}
.case .case_list {
    margin-top: 40px;
    font-size: 18px;
}
.case .case_list i {
    margin: 0 15px;
}
.case .content .items {
    float: left;
    width: 31.166%;
    margin-top: 40px;
    margin-right: 3.25%;
    padding-bottom: 20px;
    font-size: 18px;
}
.case .content .items:nth-child(3n) {
    margin-right: 0;
}
.case .content .items p {
    margin-top: 20px;
}
@media screen and (max-width: 1000px) {
    .co_partner {
        padding: 0.7rem 0 1rem;
    }
    .co_partner .content .swiper-slide {
        height: 1.2rem;
        line-height: 1.2rem;
        margin-top: 0.3rem;
    }
    .co_partner .swiper-pagination {
        bottom: -0.6rem;
    }
    .co_partner .swiper-pagination-bullet {
        width: 0.1rem;
        height: 0.1rem;
    }
    .co_partner .swiper-pagination-bullet:before {
        width: 0.18rem;
        height: 0.18rem;
        margin: -0.1rem 0 0 -0.1rem;
    }
    .case {
        padding: 0.7rem 0.3rem 1rem;
    }
    .case .title {
        font-size: 16px;
    }
    .case .case_list {
        margin-top: 0.4rem;
        font-size: 14px;
    }
    .case .content .items {
        width: 48.5%;
        margin-top: 0.3rem;
        margin-right: 0;
        font-size: 14px;
    }
    .case .content .items p {
        margin-top: 0.3rem;
    }
    .case .content .items:nth-child(2n) {
        float: right;
    }
    .case .page {
        margin-top: 0.6rem;
    }
}
.flex {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;

}
.footer .sec {
    margin: 0;
}
.footer .ft .img,
.footer .contact{
    /*width: 27%;*/
    width: 60%;
}
.footer .ft .img h2.h2-slogan{
    font-size: 26px;
    margin: 10px 0;
    color: #fff;
}
.footer .sec {
    width: 16%;
    margin-right: 2%;
}
.footer .ma {
    width: 13%;
}
.footer .group_logo {
    width: 20%;
}
.footer .sec p a:last-child,
.footer .sec p:last-child,
.footer .img img:last-child{
    margin-left: 0;
    margin-top: 0;
}
.footer .sec a {
    display: block;
    margin-bottom: 15px;
}
.president .content {
    /*background: url("../img/boss_bg.jpg") no-repeat center;*/
    /*background-size: cover;*/
}
.president .fl {
    width: 43.25%;
    text-align: center;
}
.president .fr {
    width:100% ;
    /*padding-right: 8%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.president .fr .title{text-align:center;}
.president .fr .title em {
    color: #fff;
}
.president .fr .info {
    /*color: rgba(255,255,255,0.8);*/
    /*color: #f52830;*/
}
.group {
    padding: 90px 0 110px;
}
.group .video {
    position: relative;
}
.group .video .video_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.yhip.cn/Public/static/images/gg.jpg") no-repeat center;
    background-size: cover;
}
.group .video .video_player {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    cursor: pointer;
}
.group .video video {
    max-height: 600px;
}
.group .content {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
}
.group .content h5 {
    font-size: 30px;
}
.group .content .txt {
    margin-top: 30px;
    text-align: left;
}
.group .content .txt p{
    margin-left: 2em;
    margin-bottom: 20px;
}
.group .content .txt p img{
    text-indent: -2em;
    max-width: 100%;
}
.group .content .img {
    margin-top: 50px;
}
.group .content .img img {
    border: 1px solid #f3f2f0;
}
.group .content ol {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}
.group .content ol li {
    width: 20%;
}
.group .content ol li h6 {
    position: relative;
    margin: 25px 0 20px;
    padding-bottom: 10px;
    font-size: 20px;
}
.group .content ol li h6:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 60px;
    height: 1px;
    margin-left: -30px;
    background-color: #999;
}
.icon_delete:before {
    content: '\e619';
}
.video_show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
}
.videos_wrap {
    max-width: 1200px;
    position: absolute;
    box-sizing: border-box;
    padding: 15px;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
}
.videos_wrap button {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    border: none;
}
.videos_wrap video {
    width: 100%;
    object-fit: fill;
}
@media screen and (max-width: 1000px){
    .footer .ft .img {
        display: none;
    }
    .footer .group_logo {
        display: none;
    }
    .footer .ft .flex {
        display: block;
    }
    .footer .f_item {
        width: 100%;
    }
    .footer .f_item {
        margin-top: 0;
    }
    .footer .sec {
        margin-top: 30px;
    }
    .president .content {
        padding: 0 3% 8%;
    }
    .president .fl {
        width: 100%;
        margin-top: 0;
    }
    .president .fr {
        width: 100%;
        padding-right: 0;
    }
    .president .fl img {
        max-width: 40vh;
    }
    .group {
        padding: 30px 4% 50px;
    }
    .group .video .video_player {
        width: 1rem;
    }
    .group .content {
        width: 100%;
        padding-top: 30px;
        font-size: 15px;
    }
    .group .content h5 {
        font-size: 20px;
    }
    .group .content .txt {
        margin-top: 15px;
    }
    .group .content ol {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .group .content ol li {
        width: 40%;
        margin-bottom: 20px;
    }
    .group .content ol li img {
        max-width: 50%;
    }
    .group .content ol li h6 {
        margin: 15px 0 10px;
        padding-bottom: 5px;
        font-size: 16px;
    }
    .group .content ol .msg {
        font-size: 14px;
    }
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(210, 12, 12, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: 1;
    background-color: #e11e26;
}
.no-touch .cd-top:hover {
    background-color: #e11e26;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .boss div.info img.about-img{display: none;}
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}