body {
    max-width: 1920px;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    font-size: 16px;
    color: #333333
}

img{
    max-width: 100%;
}

div {
    position: relative
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0
}

h1 {
    font-size: 2em
}

.graybg {
    background: #f6f7f9;
}

.text-color-red {
    color: #a40201
}

.text-color-buleBlack {
    color: #24344b
}

.text-color-gray {
    color: #888888
}

.bg-gray {
    background-color: #f6f7f9;
}

.content-padding-tb-lg {
    padding: 30px 0;
}

.content-padding-tb-xl {
    padding: 100px 0;
}

.content-margin-tb-xl {
    margin: 100px 0;
}

.content-box {
    width: 1280px;
    position: relative;
    margin: 0 auto
}

.pc-hader {
    width: 100%;
    height: auto;
    border-bottom: 4px solid #a30200;
    background: #FFFFFF
}

.pc-hader .hader-navAndLogo {
    max-width: 1340px;
    width: 100%;
    height: 130px;
    margin: auto
}

.pc-hader .hader-logo {
    width: auto;
    height: 80px;
    margin-top: 30px;
    float: left
}

.pc-hader .hader-logo>img {
    width: auto;
    height: 100%
}

.pc-hader .hader-nav {
    float: right;
    margin-top: 63px
}

.pc-hader .hader-nav>ul>li {
    float: left;
    position: relative
}

.am-list {
    margin-top: 10px;
}

.am-list>li {
    background-color: #333333;
    border: none;
}

.ty-nav-xiala {
    position: absolute;
    width: 130px;
    height: auto;
    background: rgba(255, 255, 255, .8);
    top: 65px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    display: none;
    transition: all .5s
}

.ty-nav-xiala div {
    padding: 5px 20px;
    transition: all .3s
}

.ty-nav-xiala div:hover {
    background: #faf2f2
}

.ty-nav-xiala div a {
    color: #24344b;
    line-height: 1.8
}

.ty-nav-xiala div a i {
    color: #636363;
    font-size: 18px;
    margin-right: 5px;
    line-height: 1.8
}

.pc-hader .hader-nav>ul>li>a {
    display: inline-block;
    padding: 20px 25px;
    color: #333333;
    background: #FFFFFF;
    transition: all .3s;
    font-size: 16px
}

.pc-hader .hader-nav>ul>li>a.active {
    color: #a30200;
    background: #faf2f2
}

.pc-hader .hader-nav>ul>li>a:hover {
    color: #a30200;
    background: #faf2f2
}

.pc-hader .hader-nav>ul>li:hover .ty-nav-xiala {
    display: block
}

.pc-banner {
    max-width: 1920px;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px
}

.pc-banner>.pc-index-breadcrumb {
    width: 100%;
    height: 60px;
    background: #fbfafa;
    position: relative
}

.pc-banner>.pc-index-breadcrumb>.pc-index-breadcrumb-list {
    height: 100%;
    position: relative
}

.pc-index-breadcrumb-list>.pc-breadcrumb {
    display: inline-block;
    width: auto;
    height: 14px;
    line-height: 14px;
    margin-top: 23px
}

.pc-index-breadcrumb-list>.pc-breadcrumb>span {
    display: inline-block;
    font-size: 14px;
    color: #656a72;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    background-image: url(../../images/icon_img/shu.png);
    background-repeat: no-repeat;
    background-position: right center
}

.pc-index-breadcrumb-list>.pc-breadcrumb>span.first-span {
    padding-left: 0
}

.pc-index-breadcrumb-list>.pc-breadcrumb>span.last-span {
    background: #fbfafa
}

.pc-index-breadcrumb-list>.pc-breadcrumb>span>a {
    transition: all .3s;
    color: #656a72
}

.pc-index-breadcrumb-list>.pc-breadcrumb>span>a:hover {
    color: #a30200
}

.pc-breadcrumb-phone {
    display: inline-block;
    width: 325px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: -10px;
    right: 0;
    box-sizing: border-box;
    background-image: url(../../images/icon_img/phone-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    color: #FFFFFF;
    text-align: center
}

.pc-breadcrumb-phone img,
.pc-breadcrumb-phone span {
    display: inline-block;
    vertical-align: middle;
    margin: auto
}

.pc-breadcrumb-phone img {
    width: 40px;
    height: 40px
}

.pc-breadcrumb-phone span {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold
}

.main-lable {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

.tong-xian {
    padding: 50px 0 5px
}

.main-lable>.hr-box {
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a30200
}

.main-small p {
    max-width: 565px;
    color: #888888;
    line-height: 1.8;
    margin: auto
}

.main-index-case {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden
}

.main-index-case ul {
    width: 100%
}

.main-index-case ul>li {
    width: 19%;
    background: #dcdcdc;
    float: left;
    color: #000000;
    border-radius: 10px;
    margin-left: 1.2%;
    box-sizing: border-box;
    padding: 1% 2% 3%;
    overflow: hidden;
    transition: all .3s
}

.main-index-case ul>li a {
    display: block;
}

.main-index-case ul>li h2 {
    width: 100%;
    color: #000000;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s
}

.main-index-case ul>li p {
    width: 100%;
    color: #666666;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s
}

.main-index-case ul>li img {
    display: inline-block;
    width: 70%
}

.main-index-case ul>li:first-child {
    margin-left: 0
}

.main-index-case ul>li:hover {
    background-color: #a84137
}

.main-index-case ul>li:hover h2,
.main-index-case ul>li:hover p {
    color: #FFFFFF
}

.index-about-box {
    width: 100%;
    margin-top: 100px;
    overflow: hidden
}

.index-about-img {
    width: 45%;
    float: left;
    overflow: hidden
}

.index-about-img div>img {
    width: 100%;
    height: auto
}

.index-about-img-top {
    width: 100%;
    margin-bottom: 2%
}

.index-about-img-bottom>div {
    width: 49%;
    margin-left: 2%;
    float: left
}

.index-about-img-bottom>div:first-child {
    margin-left: 0
}

.index-about-info {
    width: 54%;
    height: 680px;
    float: right;
    overflow: hidden;
    background-color: #fbfafa;
    background-image: url(../../images/about-city.png);
    background-repeat: no-repeat;
    background-position: left bottom
}

.index-about-content {
    width: 70%;
    margin: 10% auto 0
}

.index-about-info-title {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 30px;
    padding: 30px 0;
    line-height: 1;
    background-image: url(../../images/ABOUTUS.png);
    background-repeat: no-repeat;
    background-position: left top
}

.index-about-content>p {
    color: #656a72;
    font-size: 16px;
    line-height: 2
}

.index-about-content>a {
    margin-top: 50px;
    padding: 10px 40px;
    border-radius: 40px;
    display: inline-block;
    color: #FFFFFF;
    background: #a70002;
    font-size: 18px
}

.ty-xuqiu {
    background: #f6f7f9
}

.ty-xuqiu-img>img {
    width: 100%
}

.ty-xuqiu .ty-xuqiu-info {
    margin-top: 30%
}

.ty-xuqiu .ty-xuqiu-info>p {
    color: #656a72;
    line-height: 2;
    letter-spacing: 1px
}

.ty-xuqiu .ty-xuqiu-info>.hr-box {
    width: 4em;
    height: 2px;
    background-color: #a30200;
    margin: 2% 0
}

.ty-scene-lable {
    margin-top: 8%;
    margin-bottom: 4%
}

.ty-scene-img-box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px
}

.ty-scene-img-list {
    float: left;
    margin-left: 15px
}

.ty-scene-img-list-left {
    width: 620px
}

.ty-scene-img-list-rigth {
    width: 645px
}

.ty-scene-img-list img {
    width: 100%
}

.ty-scene-img-l-b {
    margin-top: 15px
}

.ty-scene-img-l-b>div {
    width: 302px;
    float: left;
    margin-left: 15px
}

.ty-scene-img-r-l {
    width: 301px;
    float: left
}

.ty-scene-img-r-r {
    width: 328px;
    float: left;
    margin-left: 15px
}

.ty-scene-img-r-l>div {
    margin-top: 15px
}

.ty-scene-img-list:first-child,
.ty-scene-img-l-b>div:first-child,
.ty-scene-img-r-l,
.ty-scene-img-r-l>div:first-child {
    margin: 0
}

.ty-index-structure {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f6f7f9;
    box-sizing: border-box;
    padding: 120px 0 80px
}

.content-box .ty-lable-p {
    margin-bottom: 30px
}

.content-box .ty-lable-p p {
    margin-top: 10px
}

.ty-index-structure-info {
    width: 100%;
    height: 440px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: center
}

.ty-index-structure-info>img {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 90px
}

.ty-index-structure-info>.ty-structure-box {
    position: absolute
}

.ty-index-structure-info>.ty-structure-box>h3 {
    font-size: 24px;
    color: #000000;
    line-height: 1.8
}

.ty-index-structure-info>.ty-structure-box>p {
    font-size: 14px;
    color: #888888;
    line-height: 1.8
}

.ty-index-structure-info>.ty-structure-1 {
    width: 355px;
    min-height: 140px;
    top: 170px;
    left: 120px
}

.ty-index-structure-info>.ty-structure-2 {
    width: 360px;
    min-height: 120px;
    top: 75px;
    right: 120px
}

.ty-index-structure-info>.ty-structure-3 {
    width: 360px;
    min-height: 120px;
    top: 290px;
    right: 155px
}

.content-box>.ty-index-choose {
    width: 100%;
    margin-top: 160px;
    margin-bottom: 60px
}

.ty-index-choose-info {
    padding-bottom: 200px
}

.ty-index-choose-info>.ty-index-choose-info-img {
    width: 1080px;
    margin: 0 auto
}

.ty-index-choose-ingo>img {
    width: 100%
}

.ty-brand-img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    transition: all .5s;
    cursor: pointer
}

.ty-brand-img>img {
    width: 100%
}

.ty-brand-img-1 {
    width: 185px;
    height: 185px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ty-brand-img-2 {
    width: 140px;
    height: 140px;
    top: 420px;
    left: 150px
}

.ty-brand-img-3 {
    width: 110px;
    height: 110px;
    top: 0;
    left: 60px
}

.ty-brand-img-4 {
    width: 150px;
    height: 150px;
    top: 150px;
    left: 200px
}

.ty-brand-img-5 {
    width: 170px;
    height: 170px;
    top: 120px;
    right: 220px
}

.ty-brand-img-6 {
    width: 125px;
    height: 125px;
    top: 420px;
    right: 260px
}

.ty-brand-img-7 {
    width: 140px;
    height: 140px;
    top: 10px;
    left: 400px
}

.ty-brand-img-8 {
    width: 140px;
    height: 140px;
    top: 380px;
    left: 470px
}

.ty-brand-img-9 {
    width: 115px;
    height: 115px;
    top: 100px;
    right: -20px
}

.ty-brand-img-10 {
    width: 110px;
    height: 110px;
    top: 350px;
    right: 70px
}

.ty-brand-img-11 {
    width: 90px;
    height: 90px;
    left: -45px;
    top: 260px
}

.ty-brand-img-12 {
    width: 80px;
    height: 80px;
    right: 400px;
    top: 60px
}

.ty-brand-img-13 {
    width: 80px;
    height: 80px;
    top: 350px;
    left: 380px;
    margin: auto
}

.ty-brand-img-14 {
    width: 140px;
    height: 140px;
    top: -50px;
    right: 150px;
    margin: auto
}

.ty-brand-img:hover {
    transform: scale(1.2);
    opacity: 1
}

.ty-index-teaching {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f6f7f9;
    padding: 100px 0
}

.ty-index-teaching-case {
    width: 100%;
    height: auto
}

.ty-index-teaching-case>.am-slider-default {
    width: 100%;
    height: 460px;
    margin: 0 0 60px
}

.ty-index-teaching-case .am-slider-default .am-viewport {
    height: 100%
}

.ty-index-teaching-case .am-slider-default .am-control-nav {
    bottom: -60px
}

.ty-index-teaching-case .am-slider-default .am-control-nav li a {
    width: 16px;
    height: 16px;
    background: #dadada;
    box-shadow: none;
    border: 1px solid #dadada
}

.ty-index-teaching-case .am-slider-default .am-control-nav li a.am-active {
    background-color: #FFFFFF;
    border: 1px solid #A30200
}

.ty-index-teaching-case .ty-teaching-list .ty-teaching-img-box {
    width: 780px;
    height: 460px;
    float: left;
    position: relative
}

.ty-index-teaching-case .ty-teaching-list .ty-teaching-img-box img {
    width: 100%
}

.ty-index-teaching-case .ty-teaching-list .ty-teaching-img-box .ty-teaching-flex {
    width: 100%;
    height: 100%;
    background-image: url(../../images/case/case_men.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.ty-index-teaching-case .ty-teaching-list .ty-teaching-info-box {
    width: 500px;
    height: 460px;
    float: left;
    padding: 35px;
    box-sizing: border-box;
    position: relative
}

.ty-teaching-info-box h3 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1.8
}

.ty-teaching-info-box .ty-teaching-lecturer {
    width: 100%;
    max-height: 57px;
    line-height: 1.8;
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ty-teaching-info-box .ty-teaching-introduce {
    width: 100%;
    max-height: 115px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.ty-teaching-info-box a {
    display: block;
    width: 168px;
    height: 45px;
    color: #A30200;
    text-align: center;
    line-height: 45px;
    background: #FFFFFF;
    border: 1px solid #A30200;
    box-sizing: border-box;
    position: absolute;
    bottom: 10%;
    left: 35px;
    border-radius: 40px
}

.ty-index-chief {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 140px 0
}

.ty-chief-info {
    width: 1160px;
    margin: auto;
    min-height: 380px;
    background-image: url(../../images/chief-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

.ty-chief-info>.ty-chief-teach {
    width: 360px;
    height: auto;
    position: absolute;
    top: 110px;
    right: 170px
}

.ty-chief-info>.ty-chief-teach>h1 {
    width: 100%;
    overflow: hidden;
    color: #000000;
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 10px
}

.ty-chief-info>.ty-chief-teach>div>p {
    font-size: 14px;
    line-height: 2;
    color: #888888;
    margin: 0;
    padding: 0;
    width: 100%;
  /*  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden*/
    margin-bottom: 20px;
}

.ty-chief-info>.ty-chief-teach>div>a {
    font-size: 14px;
    line-height: 2;
    color: #a70002;
    text-decoration: underline
}

.ty-index-chief-footer {
    width: 100%;
    height: 180px;
    background-image: url(../../images/info-bg.png);
    background-position: top center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5
}

.chief-footer {
    width: 1080px;
    height: 100%;
    position: relative
}

.chief-footer .ty-index-chief-img {
    width: 460px;
    position: absolute;
    bottom: 0
}

.chief-footer.ty-index-chief-img img {
    height: auto;
    width: 100%
}

.chief-footer-rigth {
    width: 490px;
    height: 100%;
    float: right
}

.chief-footer-rigth .chief-footer-list {
    float: left;
    width: 50%;
    color: #4b0405;
    margin-top: 50px
}

.chief-footer-rigth span {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-family: "新宋体"
}

.chief-footer-rigth .chief-big-text {
    font-size: 72px;
    letter-spacing: -5px
}

.chief-footer-rigth .chief-small-text {
    font-size: 16px
}

.ty-index-latest {
    width: 100%;
    height: auto;
    padding: 125px 0;
    background: #f6f7f9
}

.ty-index-latest .ty-latest-list {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ty-index-latest .ty-latest-list-box {
    width: 32.5%;
    margin-left: 1.25%;
    float: left;
    overflow: hidden;
    position: relative
}

.ty-index-latest .ty-latest-list-box img {
    width: 100%
}

.ty-index-latest .ty-latest-list-box:first-child {
    margin: auto
}

.ty-latest-men {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    line-height: 58px;
    padding: 0 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../../images/case-bg.png);
    background-position: left top;
    color: #FFFFFF;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.ty-latest-tow {
    width: 100%;
    height: 250px;
    background: #FFFFFF;
    margin-top: 4%;
    padding: 30px 40px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    transition: all .3s
}

.ty-latest-three {
    width: 100%;
    height: 161px;
    background: #FFFFFF;
    margin-top: 4%;
    padding: 30px 40px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    transition: all .3s
}

.ty-latest-tow>a>h2 {
    width: 100%;
    height: 57.6px;
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ty-latest-tow>a>p {
    width: 100%;
    height: 50.8px;
    line-height: 1.8;
    color: #888888;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ty-latest-tow>a>div {
    font-size: 32px;
    line-height: 1;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 5px
}

.ty-latest-tow>a>i {
    color: #888888;
    font-style: normal
}

.ty-latest-tow:first-child,
.ty-latest-three:first-child {
    margin: auto
}

.ty-latest-tow:hover,
.ty-latest-three:hover {
    border: 1px solid #a70002;
    transition: all .3s
}

.ty-latest-three a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 120px
}

.ty-latest-three .ty-latest-three-div {
    display: inline-block;
    line-height: 1.6
}

.ty-latest-three-day {
    width: 70px;
    text-align: center;
    float: left
}

.ty-latest-three-day div {
    font-size: 32px;
    line-height: 1;
    color: #555555;
    margin-bottom: 5px;
    margin-top: 15px
}

.ty-latest-three-day i {
    color: #888888;
    font-style: normal
}

.ty-latest-three-title {
    width: 240px;
    float: right
}

.ty-latest-three-title h2 {
    font-size: 18px;
    color: #000000
}

.ty-index-original {
    box-sizing: border-box;
    background: #f6f7f9;
    overflow: hidden
}

.original-list {
    margin-bottom: 50px
}

.original-list,
.original-list ul {
    overflow: hidden
}

.original-list ul li {
    width: 400px;
    float: left;
    overflow: hidden;
    margin-left: 40px
}

.original-list ul li:first-child {
    margin: auto
}

.original-list ul li div {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 30px
}

.original-list ul li div img {
    width: 100%
}

.original-list ul li h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px
}

.original-list ul li p {
    width: 100%;
    height: 67px;
    font-size: 14px;
    line-height: 1.6;
    color: #888888;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.ty-index-training {
    width: 100%;
    padding: 100px 0;
    background-color: #FFFFFF;
    overflow: hidden
}

.ty-index-training-form {
    width: 100%;
    height: auto
}

.ty-index-training-form input {
    width: 425px;
    height: 60px;
    background: #f4f5f6;
    border-radius: 30px;
    border: none;
    overflow: hidden;
    font-size: 18px;
    padding: 0 30px;
    margin: auto;
    display: block;
    outline: none
}

.ty-index-training-form button {
    width: 150px;
    height: 50px;
    color: #FFFFFF;
    background-color: #a00002;
    border-radius: 30px;
    border: none;
    display: block;
    margin: 20px auto 0
}

#footer-box {
    width: 100%;
    background: #f4f5f6;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer-list-ul {
    width: 90%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 60px auto
}

.footer-list-ul .footer-list {
    float: left;
    margin-left: 120px
}

.footer-list-ul .footer-list:first-child {
    margin: auto
}

.footer-list-ul .footer-list h2 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: bold
}

.footer-list-ul .footer-list .phone {
    font-size: 36px;
    color: #a70002;
    line-height: 1.6
}

.footer-list-ul .footer-list .e-mail {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-top: 10px
}

.footer-list-ul .footer-list div a {
    color: #666666;
    font-size: 14px
}

.footer-list-ul .footer-list div a:hover {
    color: #A70002
}

.footer-list-ul .footer-list .footer-li {
    margin-bottom: 15px
}

#footer-box .copy {
    width: 90%;
    color: #888888;
    font-size: 12px;
    margin: auto auto 20px;
}

.am-offcanvas-bar-img img {
    width: 100%;
}


/* 内页 */

.inner-banenr {
    width: 100%;
    height: auto;
    max-height:300px;
    overflow: hidden;
    position: relative;
}

.inner-banenr img {
    width: 100%;
}

.inner-banenr .inner-lable {
    top: 45%;
    left: 20%;
    position: absolute;
    color: #FFFDEF;
}

.inner-banenr .inner-lable .ch-lable {
    font-size: 36px;
}

.inner-banenr .inner-lable .eg-lable {
    font-size: 20px;
}

.inner-banenr .product-lable {
    width: 100%;
    max-width: 900px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.inner-banenr .product-lable .ch-lable {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    color: #d14e18;
}

.lableimg{
    width:auto!important;
    max-width:150px;
    margin-bottom: 20px;
}

.inner-banenr .product-lable .eg-lable {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    color: #444444;
    margin-top: 20px;
    line-height: 2;
}

@media screen and (max-width:750px) {

    .lableimg{
        
        max-width:80px;
        max-height:35px!important;
    }

    .inner-banenr .product-lable .eg-lable{
        display: none;
    }

    h1 {
        font-size: 5vw
    }
    p {
        padding: 0 3vw;
        box-sizing: border-box;
        font-size: 3.5vw;
    }
    .pc-banner>.pc-index-breadcrumb {
        width: 100%;
        height: auto;
        background: #fbfafa;
        position: relative;
        padding: 0 3vw;
    }
    .pc-index-breadcrumb-list>.pc-breadcrumb>span {
        font-size: 2.2vw;
        padding: 0 3vw;
    }
    .ty-index-structure {
        padding: 10vw 0 7vw;
    }
    .pc-index-breadcrumb-list>.pc-breadcrumb {
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 5vw;
        margin-top: 3vw;
        text-align: center;
        margin-bottom: 3vw;
    }
    .inner-banenr {
        height: 40vw;
    }
    .index-about-content>p {
        font-size: 3vw;
    }
    .inner-banenr .inner-lable .ch-lable {
        font-size: 5vw;
    }
    .inner-banenr .inner-lable .eg-lable {
        font-size: 3vw;
    }
    .inner-banenr .inner-lable {
        top: 25%;
        left: 0;
        position: absolute;
        color: #FFFDEF;
        width: 100%;
        text-align: center;
    }
    .inner-banenr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .tong-xian {
        padding: 0 3vw;
        box-sizing: border-box
    }
    .am-header-default {
        background-color: #A30200
    }
    .content-box,
    .ty-index-choose-sm img,
    .ty-chief-info {
        width: 100%
    }
    .am-slider-b2 .am-viewport {
        width: 100%;
        height: 50vw;
    }
    .am-slider-b2 .am-viewport ul,
    .am-slider-b2 .am-viewport ul>li {
        height: 100%
    }
    .am-slider-b2 .am-viewport ul>li {
        position: relative;
        display: block;
        overflow: hidden
    }
    .am-slider-b2 .am-viewport ul>li img {
        width: 100%;
        height: 100%;
        /* max-height: 100%; */
        object-fit: cover
    }
    .main-small p {
        font-size: 3.5vw
    }
    .main-index-case {
        margin-top: 3vw;
        padding: 0 3vw;
        box-sizing: border-box;
        position: relative;
        overflow: scroll;
    }
    .main-index-case ul {
        display: flex;
        justify-content: flex-start;
    }
    .main-index-case ul>li {
        flex-shrink: 0;
        width: 49%;
        float: none;
        margin: 0 auto 3vw 2%;
    }
    .main-index-case ul>li:first-child+li {
        margin-left: 2%
    }
    .main-index-case ul>li:first-child+li+li+li {
        margin-left: 2%
    }
    .main-index-case ul>li>h2 {
        font-size: 4.5vw
    }
    .main-index-case ul>li>p {
        font-size: 3vw
    }
    /* .main-index-case ul>li:last-child {
        margin-right: 2%;
    } */
    .index-about-content>a {
        margin-top: 3vw;
        padding: 1.5vw 4vw;
        font-size: 3vw;
        margin-left: 3vw;
    }
    .chief-footer .ty-index-chief-img,
    .ty-index-chief-img img {
        width: 100%
    }
    .index-about-box {
        margin-top: 3vw;
        padding: 0 3vw
    }
    .index-about-img,
    .index-about-info {
        width: 100%
    }
    .index-about-info {
        height: auto;
        padding-bottom: 3vw;
    }
    .index-about-content {
        width: 100%;
        margin: 10% auto;
    }
    .index-about-info-title {
        font-size: 6vw;
        text-align: center;
        background-position: center top;
        padding: 3vw 0;
    }
    .ty-xuqiu {
        padding: 10vw 0;
    }
    .ty-xuqiu .ty-xuqiu-info {
        margin-top: 3vw
    }
    .ty-scene-lable {
        margin-top: 10vw;
    }
    .ty-xuqiu .ty-xuqiu-info h1,
    .ty-scene-lable h1,
    .ty-index-structure h1,
    .ty-index-choose h1,
    .main-lable h1,
    .ty-index-teaching h1,
    .ty-index-chief h1,
    .ty-index-latest h1,
    .ty-index-original h1,
    .ty-index-training h1 {
        font-size: 6vw;
        padding: 0 3vw;
    }
    .ty-scene-img-list-left {
        width: 100%
    }
    .ty-scene-img-l-b {
        margin-top: 2%
    }
    .ty-scene-img-l-b>div {
        width: 49%;
        float: left;
        margin-left: 2%
    }
    .ty-scene-img-box {
        margin-bottom: 15px;
        padding: 0 15px;
        box-sizing: border-box
    }
    .ty-scene-img-list-rigth {
        margin: 2% auto 0;
        width: 100%
    }
    .ty-scene-img-r-l {
        width: 47%
    }
    .ty-scene-img-r-r {
        width: 51%;
        float: left;
        margin-left: 2%
    }
    .ty-scene-img-r-l>div {
        margin-top: 4%
    }
    .ty-index-structure-info {
        height: auto
    }
    .ty-index-structure-info>img {
        width: 50vw;
        height: 50vw;
        position: relative;
        bottom: auto;
        top: 0
    }
    .ty-index-structure-info>.ty-structure-box {
        position: relative;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        top: 15px;
        left: 0;
        right: 0
    }
    .ty-index-structure-info>.ty-structure-box>h3,
    .ty-teaching-info-box h3 {
        text-align: left !important;
        font-size: 5vw
    }
    .ty-index-structure-info>.ty-structure-box>p {
        font-size: 3vw;
    }
    .content-box>.ty-index-choose {
        width: 100%;
        margin: 7vw auto;
    }
    .ty-index-choose-info {
        padding-bottom: 3vw;
    }
    .ty-index-teaching {
        padding: 7vw 0;
    }
    .ty-index-teaching-case>.am-slider-default {
        height: auto;
        margin-bottom: 0
    }
    .ty-index-teaching-case .ty-teaching-list .ty-teaching-img-box {
        width: 100%;
        height: auto
    }
    .ty-index-teaching-case .ty-teaching-list .ty-teaching-info-box {
        width: 100%;
        height: auto;
        padding: 0 3vw 10vw;
    }
    .ty-teaching-info-box .ty-teaching-lecturer {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }
    .content-box .ty-lable-p {
        margin-bottom: 3vw;
    }
    .content-box .ty-lable-p h1 span {
        margin: auto;
    }
    .content-box .ty-lable-p h1 span.text-color-blueBlack {
        font-size: 4vw;
    }
    .ty-teaching-info-box a {
        position: relative;
        bottom: auto;
        left: 3vw;
        top: auto;
        width: 30vw;
        height: 8vw;
        line-height: 8vw;
        margin-top: 1vw;
        font-size: 3vw;
    }
    .ty-index-teaching-case .am-slider-default .am-control-nav {
        display: none
    }
    .ty-index-chief {
        padding: 10vw 0;
    }
    .ty-chief-info>.ty-chief-teach>div>p,
    .ty-chief-info>.ty-chief-teach>div>a,
    .chief-footer-rigth .chief-small-text,
    .ty-latest-tow>a>p {
        font-size: 3vw;
    }
    .ty-latest-tow,
    .ty-latest-tow>a>h2,
    .ty-latest-tow>a>p {
        height: auto;
    }
    .ty-latest-tow>a>h2 {
        font-size: 4vw;
    }
    .ty-latest-tow>a>div {
        font-size: 4vw;
        margin-top: 2vw;
        margin-bottom: 1vw;
    }
    .ty-latest-tow a i {
        font-size: 3vw;
    }
    .ty-chief-info>.ty-chief-teach {
        width: 100%;
        left: 0;
        top: 0;
        right: auto;
        border: auto;
        position: relative;
    }
    .ty-chief-info>.ty-chief-teach>h1 {
        font-size: 5.5vw;
        text-align: center;
    }
    .ty-chief-info>.ty-chief-teach>div {
        padding: 0 3vw;
    }
    .ty-chief-info {
        min-height: auto;
    }
    .ty-index-chief-footer {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .chief-footer .ty-index-chief-img {
        position: relative;
        width: 40%;
        float: left;
    }
    .chief-footer-rigth {
        width: 59%;
        height: auto;
    }
    .chief-footer-rigth .chief-footer-list {
        width: 100%;
        margin-top: 3vw;
    }
    .chief-footer-rigth .chief-big-text {
        font-size: 10vw;
        padding: 0 3vw;
    }
    .ty-index-latest {
        padding: 7vw 0;
    }
    .original-list ul li div img {
        width: 50%;
        margin: auto;
        display: block;
    }
    .ty-index-latest .ty-latest-list-box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3vw;
    }
    .original-list {
        padding: 0 3vw;
        box-sizing: border-box;
        position: relative;
        overflow: scroll;
    }
    .original-list ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-self: flex-start;
        overflow: scroll;
        padding-bottom: 5vw;
    }
    .original-list ul li {
        flex-shrink: 0;
        width: 49%;
        margin: 0 0 0 2vw;
        float: none;
        box-sizing: border-box;
        overflow: hidden;
    }
    .original-list ul li:first-child {
        margin: 0;
    }
    .original-list ul li div {
        margin-bottom: 0;
        height: auto;
    }
    .original-list ul li h3 {
        font-size: 4vw;
        width: 80%;
        margin: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .original-list ul li p {
        padding: 0;
        height: auto;
        font-size: 3vw;
        width: 80%;
        margin: auto;
    }
    .ty-index-training-form input {
        width: 90%;
        height: 15vw;
        font-size: 3vw;
        border-radius: 15vw;
    }
    .am-footer-default {
        background-color: #f4f5f6;
    }
    .ty-latest-three {
        height: auto;
        overflow: hidden;
    }
    .ty-latest-three-day {
        width: 16%;
    }
    .ty-latest-three-title {
        width: 80%;
    }
    .ty-latest-three-day div {
        font-size: 4vw;
    }
    .ty-latest-three-title h2 {
        font-size: 4vw;
    }
    .ty-latest-three-day i {
        font-size: 3vw;
    }
}

.main .graybg {
    padding-bottom: 40px;
}

.main .content-box {
    padding-top: 4%;
    padding-bottom: 2%;
}

.main .institute-case {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: flex-start;
    max-width: 1280px;
    margin: 0 auto;
}

.main .institute-case .item {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    width: 49%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1% 0;
    transition: all 0.5s;
    position: relative;
    top: 0;
}

.main .institute-case .item img {
    width: 140px;
}

.main .institute-case .info {
    width: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.main .institute-case .title {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    height:70px ;
    line-height: 1.6;
    overflow:hidden;
    position: relative;
}

.main .institute-case .title:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #a30200;
    position: absolute;
    bottom:0;
    left: 0;
    display: block;
    opacity: 0.5;
    transition: all 0.5s;
}

.main .institute-case .info p {
    height: 45px;
    font-size: 14px;
    color: #999;
    text-indent: 0;
    text-align: left;
    margin: 15px 0 30px;
    overflow: hidden;
}

.main .institute-case .info a {
    border-radius: 20px;
    border: 1px solid #a30200;
    padding: 5px 20px;
    display: block;
    color: #a30200;
    font-size: 12px;
    transition: all 0.5s;
}

.main .institute-case .item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    top: -10px;
    cursor: pointer;
}

.main .institute-case .item:hover a {
    background: #a30200;
    color: #fff;
}

.main .institute-case .item:hover .title:after {
    width: 100%;
    opacity: 1;
}

.institute-man p {
    color: #999;
    max-width: 960px;
    margin: 10px auto;
    line-height: 28px
}

.institute-man .man {
    background: url(../../images/case/half-circle.png) no-repeat center bottom;
}

.institute-mode {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.institute-mode {
    max-width: 1280px;
    margin: 0rem auto;
    padding: 8rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.institute-mode .info {
    width: 60%;
}

.institute-mode .t01 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.institute-mode .list .iconfont {
    width: 30px;
    height: 30px;
}

.institute-mode .list .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin: 3rem 0;
}

.institute-mode .list .item p {
    width: 80%;
    margin-left: 20px;
    font-size: 14px;
    color: #666;
}

.institute-mode .list .item p span {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    color: #444;
}

.institute-mode-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.institute-mode-reverse .info {
    width: 50%;
}

.institute-service {
    max-width: 1280px;
    margin: 30px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
}

.institute-service .item {
    width: 50%;
}

.institute-service .item .list {
    border-left: 2px dashed #3c99ff;
    padding: 30px 0;
    position: relative;
    left: 50px;
}

.institute-service .item .list li {
    font-size: 18px;
    margin: 30px 0 30px 30px;
    position: relative;
}

.institute-service .item .list li:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #3c99ff;
    display: block;
    position: absolute;
    left: -41px;
    top: 5px;
}

.institute-service .item .yellow,
.institute-service .item .yellow li:after {
    border-color: #efb16c;
}

@media screen and (max-width:750px) {
    .main .institute-case {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .main .institute-case .item {
        width: 92%;
        padding: 15px;
        justify-content: center;
        margin: 3% auto;
        flex-direction: row;
        flex-shrink: 0;
        align-items: center;
    }
    .main .institute-case .item img {
        width: 100px;
    }
    .main .institute-case .info p {
        padding: 0;
    }
    .institute-man .man img {
        max-width: 50%
    }
    .institute-man .man {
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .institute-mode {
        width: 90%;
        flex-direction: column-reverse;
        padding: 3vw 0 0;
    }
    .institute-mode img {
        max-width: 90%;
        margin-bottom: 20px;
    }
    .institute-mode .info,
    .institute-service .item {
        width: 100%;
        overflow: hidden;
    }
    .institute-service {
        flex-direction: column;
    }
    .institute-service img {
        max-width: 90%;
    }
    .institute-service .item .list {
        left: 7vw;
    }
    .institute-service .item .list li {
        font-size: 4vw;
        margin: 4vw 0 4vw 4vw;
    }
    .institute-service .item .list li:after {
        width: 4vw;
        height: 4vw;
        left: -6vw;
        top: 1vw;
    }
}


/*客户名录*/

.industry_1 {
    max-width: 1280px;
    margin: 30px auto;
}

.industry_1 .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px 0;
}

.industry_1 .item dl {
    flex-shrink: 0;
    width: 35%;
    padding: 0 20px;
}

.industry_1 .item p {
    flex-shrink: 0;
    margin-left: 24px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    color: #555;
    text-align: justify;
}

.industry_1 .item p:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #a30200;
    position: absolute;
    top: 15px;
    left: -20px;
}

.industry_1 .item dt {
    font-size: 24px;
    color: #a30200;
    font-weight: normal;
}

.industry_1 .item dd {
    font-size: 14px;
    color: #999;
    font-family: arial;
    text-transform: uppercase;
}

@media screen and (max-width:750px) {
    .industry_1 .item {
        flex-direction: column;
    }
    .industry_1 .item dl,
    .industry_1 .item p {
        width: 100%;
    }
}

.industry_1_detail {
    text-align: center;
    background: #f2f2f2;
    padding: 30px 0;
}

.industry_1_detail .item {
    margin: 30px auto;
}

.industry_1_detail .title {
    font-size: 18px;
}

.industry_1_detail .info {
    background: #fff;
    padding: 20px;
    max-width: 1280px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.industry_1_detail .info img {
    max-width: 100%;
}

.case {
    padding: 30px 0;
    max-width: 1280px;
    margin: 0px auto;
}

.case .am-pagination a,
.case .am-pagination .am-active a {
    background-color: #FFFFFF;
}

.casepic {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.casepic .item {
    width: 48%;
    margin: 30px 0;
    position: relative;
    cursor: pointer;
}

.casepic .item img {
    max-width: 100%;
}

.casepic .item .info {
    position: absolute;
    top: 87%;
    height: 40px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    background: rgba(107, 1, 0, 0.5);
    color: #fff;
}

.casepic .item .info p {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.casepic .item .info .iconfont {
    display: block;
    margin: 5px auto;
    text-align: center;
}

.casepic .item .title {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.casepic .item:hover .info {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.casepic .item:hover .info p {
    display: block;
    opacity: 1;
}

@media screen and (max-width:750px) {
    .casepic .item {
        width: 100%;
    }
    .casepic .item .info {
        position: relative;
        background: none;
        color: #444;
        text-align: left;
        padding: 15px 15px 0;
        display: block;
        height: auto;
        top: 0;
    }
    .casepic .item:hover .info {
        background: none;
    }
    .casepic .item .info p {
        display: block;
        opacity: 1;
        text-align: left;
        max-width: 100%;
        padding: 0;
    }
    .casepic .item .info .title {
        text-align: left;
    }
    .casepic .item .info .iconfont {
        display: none;
    }
}


/*数据统计滚动*/

.product-number-info {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 25px 0;
}

.product-number-info ul.q:after {
    content: "";
    clear: both;
    display: table;
}

.product-number-info li {
    float: left;
    width: 25%;
    height: 90px;
    color: #a30200;
    padding-top: 1px;
    text-align: center;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.product-number-info li p {
    font-size: 14px;
    color: #999;
}


/*.product-number-info li.li-2 b, .product-number-info li.li-2 p {
	padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 70px;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
	padding-left: 78px;
}
.product-number-info li.li-5 {
	text-align: right;
}
.product-number-info li.li-5 b {
	padding-right: 2px;
}*/

.evaluation {
    background: #f6f7f9;
    padding: 50px 0;
}

.evaluationlist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 50px auto;
}

.evaluationlist .item {
    width: 48%;
    padding: 30px;
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: 50px;
}

.evaluationlist .item p {
    margin: 20px 0;
    min-height: 100px;
    font-size: 18px;
}

.evaluationlist .item a {
    color: #444;
}

.evaluationlist .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #a70002;
}

@media screen and (max-width:750px) {
    .evaluationlist {
        flex-direction: column;
    }
    .evaluationlist .item {
        width: 92%;
    }
    .product-number-info .product-number-inner {
        width: 100%;
    }
    .product-number-info .product-number-inner li {
        width: 50%;
    }
}

#team {
    padding: 50px 0;
}

#team .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 30px auto;
}

#team .item {
    width: 31%;
    margin: 50px 1%;
    padding: 20px 0 0;
    border: 1px solid #fff;
    transition: all 0.5s;
}

#team .item .name {
    color: #444;
}

#team .item img {
    max-height: 250px;
    margin: 0 auto;
    display: block;
}

#team .item .content {
    border: 1px solid #eee;
    text-align: center;
    padding: 30px 0;
    background: #fff;
    transition: all 0.5s;
}

#team .item .info {
    font-size: 14px;
    width: 80%;
    margin: 15px auto;
    color: #666;
    text-align: left;
}

#team .item .jobname {
    font-size: 12px;
    color: #999;
}

#team .item:hover {
    border: 1px solid #a30200;
}

#team .item:hover .content {
    border: 1px solid #fff;
    background: #f5f6f9;
}

@media screen and (max-width:765px) {
    #team .item {
        width: 90%;
        margin: 30px auto;
    }
}

#team .detail {
    padding: 30px 0;
    max-width: 1280px;
    margin: 30px auto;
}

#team .detail .pic {
    background: #f6f7f9;
    padding: 50px 20px 0;
}

#team .iconlist {
    text-align: center;
    margin: 30px 0;
}

#team .iconlist a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all 0.5s;
    margin: 0 10px;
}

#team .iconlist .iconfont {
    text-align: center;
    display: block;
    line-height: 40px;
    transition: all 0.5s;
    color: #999;
}


#team .iconlist a:hover {
    border: 1px solid #a30200;
    background: #a30200;
}

#team .iconlist a:hover .iconfont {
    color: #fff;
}

#team .detail .name {
    font-size: 24px;
}

#team .detail .jobname {
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed #999;
    padding: 15px 0;
}

#team .detail .info p{
    margin: 0 0 15px;
}

#team .detail .content {
    width: 95%;
    margin: 0 auto;
}

#contact {
    padding: 30px 0;
}

#contact dl {
    margin: 50px 0;
    font-size: 18px;
    font-weight: normal;
}

#contact .info p {
    margin: 30px 0;
    font-size: 14px;
    color: #999;
    position: relative;
}

#contact .info p:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #a30200;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
}

#contact .info .iconfont {
    font-size: 18px;
}


/* 商务合作 */

.cooperate .cooperate-one {
    margin: 100px auto;
}

.cooperate h2 {
    width: 100%;
    font-size: 30px;
    color: #000000;
    margin: 30px auto 20px;
}

.cooperate .cooperate-one p {
    font-size: 16px;
    color: #888888;
    width: 100%;
    line-height: 2.2;
    letter-spacing: 2.2px;
}

.cooperat-tow h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cooperat-tow .ty-hotline-info {
    width: 70%;
    margin-left: 30%;
}

.cooperat-tow .ty-hotline-info .ty-hotline {
    padding: 15px 0;
}

.cooperat-tow .ty-hotline-info .ty-hotline div {
    font-size: 30px;
    color: #000000;
    line-height: 1.6;
}

.cooperat-tow .ty-hotline-info .ty-hotline p {
    color: #666666;
    line-height: 2;
    font-size: 14px;
}

.cooperat-tow form div {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cooperat-tow form input[type="submit"] {
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    background-color: #a70002;
    border-radius: 50px;
    font-size: 16px;
    border: none;
}

.cooperat-tow form div input[type="text"] {
    border: none;
    background: #F6F7F9;
    outline: none;
}

.cooperat-three div {
    margin-bottom: 70px;
}

.cooperat-three ul>li {
    padding: 0 1%;
    box-sizing: border-box;
}

.cooperat-three svg {
    width: 70px;
    height: 70px;
}

.cooperat-three h3 {
    font-size: 20px;
    color: #dd4105;
}

.cooperat-three p {
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
    line-height: 1.8;
}

.cooperat-four ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.cooperat-four ul li {
    float: left;
    width: 27%;
    height:615px;
    border: 1px solid #c5c5c5;
    margin: 0 3.11%;
    background: #fff;
    padding-bottom: 30px;
}

.cooperat-four ul li div {
    text-align: center;
    margin: 25px auto;
}

.cooperat-four ul li div img {
    width: 50%;
    height: auto;
}

.cooperat-four ul li h3 {
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}

.cooperat-four ul li p {
    width: 55%;
    margin: auto;
    line-height: 2;
    font-size: 14px;
}

.cooperat-five {
    width: 100%;
    height: auto;
    background-image: url(../../images/pages_bg/1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

.cooperat-five-img {
    width: 70%;
    height: auto;
    margin: 50px auto 0;
}

.cooperat-five-img img {
    width: 100%;
    height: auto;
}


/* 关于我们 */

.about-us-info {
    width: 100%;
    height: auto;
    padding: 120px 0 200px;
    position: relative;
}

.about-us-info .about-us-article {
    width: 80%;
    font-size: 14px;
    line-height: 2.5;
    color: #888888;
    text-align: center;
    margin: 30px auto 90px;
    letter-spacing: 3px;
}

#aboutNum {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#aboutNum li {
    width: 25%;
    float: left;
    text-align: center;
}

#aboutNum li b {
    display: inline-block;
}

#aboutNum li i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 48px;
    line-height: 1;
    color: #000000;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
}

#aboutNum li sup {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    margin-left: 5px;
}

#aboutNum li p {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.about-train-info {
    width: 100%;
    height: 290px;
    position: relative;
}

.about-train-info img {
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    position: absolute;
}

.about-train-info .about-train-info-article {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    margin-top: 30px;
    color: #888888;
}

.about-develop .am-tabs-default .am-tabs-nav {
    background-color: #fff;
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    margin-top: 40px;
}

.about-develop [data-am-widget=tabs] .am-tabs-nav {
    justify-content: center;
}

.about-develop [data-am-widget=tabs] .am-tabs-nav li {
    flex: none;
    height: 60px;
    min-width: 15%;
}

.about-develop .am-tabs-default .am-tabs-nav>.am-active a {
    color: #a30200;
    position: relative;
}

.about-develop .am-tabs-default .am-tabs-nav>.am-active a::after {
    content: '';
    width: 2em;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #a30200;
}

.about-develop .am-tabs-default .am-tabs-nav>.am-active a,
.about-develop .am-tabs-default .am-tabs-nav a {
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    background-color: #fff;
}

.about-develop .am-tabs-bd {
    border: none;
    padding-top: 10px;
}

.about-develop .am-tabs-bd .am-tab-panel {
    height: auto;
    overflow: hidden;
    padding: 0;
}

.about-develop .am-tabs-bd .am-tab-panel img {
    width: 100%;
}

.about-develop .about-develop-list {
    width: 600px;
    /* height: 110px; */
    left: 50%;
    margin-left: -300px;
    top: 20%;
    background-image: url(../../images/pages_bg/2.png);
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.about-develop .about-develop-list p,
.about-develop .about-develop-list h3 {
    width: 80%;
    margin: auto;
    font-size: 16px;
}

.about-develop .about-develop-list p{
    text-align: left;
}

.about-develop .about-develop-list h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.core .corelist {
    width: 1140px;
    margin: 50px auto 70px;
    position: relative;
    overflow: hidden;
}

.corelist .item {
    float: left;
    text-align: center;
    margin: 0 4.95%;
}

.corelist .item svg {
    width: 70px;
    height: 70px;
    margin: auto;
    fill: #a30200;
}

.corelist .item dl dt {
    font-size: 18px;
    margin-top: 15px;
}

.corelist .item dl dd {
    color: #888888;
    font-size: 14px;
    line-height: 2;
}

.about-integrated {
    margin-bottom: 100px;
}

.about-integrated img {
    width: 100%;
}

.about-integrated h1 {
    font-size: 26px;
}

.about-integrated .institute-title p {
    padding: 0 13px;
}

.about-integrated .about-integrated-text {
    font-size: 14px;
    margin-top: 30px;
    color: #888888;
    padding: 0 13px;
    line-height: 2;
}

.am-pagination>li>a {
    border: none;
    position: relative;
    color: #666666;
    background-color: #f6f7f9;
    /* overflow:hidden; */
    padding: .5em .9em;
}

.am-pagination>li>a:hover {
    color: #a30200;
}

.am-pagination-default .am-pagination-next a,
.am-pagination-default .am-pagination-prev a {
    background-color: #ce7b7d;
    color: #ffffff;
    border-radius: 50%;
}

.am-pagination-default .am-pagination-next a:hover,
.am-pagination-default .am-pagination-prev a:hover {
    color: #ffffff;
    background-color: #ce7b7d;
}

.am-pagination>.am-active>a {
    background-color: #f6f7f9;
    color: #a30200;
    position: relative;
}

.am-pagination>.am-active>a:hover {
    background-color: #f6f7f9;
    color: #a30200;
}

.am-pagination>.am-active>a::after {
    position: absolute;
    content: '_';
    left: 0;
    right: 0;
    bottom: .5em;
    font-weight: 500;
    margin: auto;
    color: #a30200;
}

.am-pagination>li>a:hover::after {
    position: absolute;
    content: '_';
    left: 0;
    right: 0;
    bottom: .5em;
    font-weight: 500;
    margin: auto;
    color: #a30200;
}

.am-pagination-default .am-pagination-next a:hover::after,
.am-pagination-default .am-pagination-prev a:hover::after {
    content: none;
}

.about_information .about_information_big {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    margin: 0;
}

.about_information_big .am-u-md-5 {
    padding: 2% 4%;
}

.about_information_big .about_information_big_title {
    width: 100%;
    height: 78px;
    font-size: 26px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 8%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.about_information_big .about_information_big_text {
    width: 100%;
    height: 112px;
    font-size: 14px;
    color: #888888;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 16%;
    text-align: justify;
}

.about_information_big .am-u-md-7 {
    padding: 0;
}

.about_information_big .am-u-md-7 img {
    width: 100%;
}

.about_information_sm_list {
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
    padding: 5% 8%;
    border: 1px solid #ffffff;
    transition: all .3s;
    top: 0;
}

.about_information_sm_list .about_information_date {
    margin-bottom: 20px;
}

.about_information_sm_list .about_information_date lable {
    color: #333;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.6;
}

.about_information_sm_list .about_information_date span {
    color: #888888;
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.9;
}

.about_information_sm_list .about_information_title {
    width: 100%;
    height: 64px;
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    text-align: justify;
}

.about_information_sm_list .about_information_text {
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #888888;
    text-align: justify;
}

.about_information_big .icon-jiantou,
.about_information_sm_list .icon-jiantou {
    position: relative;
    left: 0;
    transition: all .5s;
    color: #888888;
    font-size: 35px;
    line-height: 1;
}

.about_information_sm_list:hover {
    border-color: #a30200;
    top: -10px;
}

.about_information_sm_list:hover .icon-jiantou {
    left: 92%;
    color: #a30200;
}

.about_3_detail {
    background: #ffffff;
    padding: 2%;
    box-sizing: border-box;
    margin-bottom: 40px;
    color:#444;
}

.about_3_detail h1 {
    width: 100%;
    padding-bottom: 20px;
    font-size: 26px;
    border-bottom: 1px dashed #aaaaaa;
}

.about_3_detail .date {
    font-size: 14px;
    color: #888888;
}

.about_3_detail .content p{
    margin:20px 0;
    line-height: 26px;
    text-indent: 2em;
}

.about_3_next_prev {
    position: relative;
    overflow: hidden;
}

.about_3_next_prev div {
    float: right;
    width: 48%;
    padding: 2% 4%;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: right;
}

.about_3_next_prev div:first-child {
    float: left;
    text-align: left;
}

.about_3_next_prev a {
    color: #A30200;
}

.about_3_next_prev div span {
    font-size: 20px;
}

.about_3_next_prev div p {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.wcourse_images_box {
    width: 100%;
    height: auto;
    position: relative;
}

.nav {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0;
    color: #181818;
}

.nav li {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
    position: relative;
}

.nav li::after {
    content: '';
    width: 32px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    margin: auto;
    position: absolute;
}

.nav li.active {
    color: #000000;
}

.nav .active::after {
    background-color: #A30200;
}

.filtr-item a {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px #EEEEEE;
    margin-bottom: 25px;
    position: relative;
    top: 0;
    transition: all .3s;
}

.filtr-item:hover a {
    top: -10px;
    box-shadow: 0 0 10px rgba(255, 34, 34, .2);
}

.wcourse_images_box img {
    width: 100%;
}

.wcourse_images_box span {
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    background:rgba(0,0,0,.5);
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.wcourse_infor {
    width: 100%;
    color: #000000;
}

.wcourse_infor h3 {
    width: 100%;
    height: 64px;
    font-size: 20px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.wcourse_infor p {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}

.wcourse-breadcrumb-box a {
    color: #888888;
    font-size: 12px;
}

.wcourse-video-box {
    width: 100%;
}

.wcourse-video-box video {
    width: 100%;
    height: auto;
}

.wcourse-video-box .lable {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.wcourse-video-box .lable h3 {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-right: 100px;
    box-sizing: border-box;
    line-height: 1.6;
    overflow: hidden;
}

.wcourse-video-box p.text {
    width: 100%;
    color: #888888;
    font-synthesis: 14px;
    line-height: 1.8;
}

.wcourse-video-box .lable span {
    position: absolute;
    color: #888888;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 10px;
}

.wcourse-video-box .video-js[tabindex="-1"] {
    outline: none;
    width: 100%;
    height: auto;
}

.wcourse-video-box .video-js .vjs-tech {
    position: relative;
}

.wcourse-video-box .video-js .vjs-big-play-button {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wcourse-video-list h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    margin: 15px auto 20px;
}

.video-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 4%;
}

.video-list .video-list-img {
    width: 35%;
    border-radius: 5px;
    height: auto;
    margin-right: 4%;
    float: left;
}

.video-list .video-list-img img {
    width: 100%;
}

.video-list .video-list-infor {
    width: 61%;
    height: auto;
    float: left;
    font-size: 12px;
    line-height: 1.1;
}

.video-list .video-list-infor .video-list-l {
    font-size: 14px;
    width: 100%;
    height: 30.8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.video-list .video-list-infor .video-list-t,
.video-list .video-list-infor .video-list-p {
    width: 100%;
    color: #888888;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-detail .am-tabs-default .am-tabs-nav {
    background-color: #F6F7F9;
    margin-top: 40px;
}

.product-detail [data-am-widget=tabs] .am-tabs-nav {
    justify-content: center;
}

.product-detail [data-am-widget=tabs] .am-tabs-nav li {
    flex: none;
    height: 50px;
    min-width: 10%;
}

.product-detail .am-tabs-default .am-tabs-nav>.am-active a,
.product-detail .am-tabs-default .am-tabs-nav a {
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #888888;
    background-color: #F6F7F9;
}

.product-detail .am-tabs-default .am-tabs-nav>.am-active a {
    color: #000000;
    position: relative;
}

.product-detail .am-tabs-default .am-tabs-nav>.am-active a::after {
    content: '';
    width: 2em;
    height: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: #a30200;
}

.product-detail .am-tabs-bd {
    border: none;
    background-color: #fff;
    padding: 3% 8%;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2%;
    box-sizing: border-box;
}

.product-detail .am-titlebar-default {
    border-bottom: 1px dashed #dedede;
}

.product-detail .am-titlebar-default .am-titlebar-title {
    color: #000000;
    font-weight: 500;
}

.product-detail .am-titlebar-default .am-titlebar-title:before {
    border-color: #ff641b;
    top: 0;
    bottom: 0;
    height: 1em;
    margin: auto;
}

.product-detail .am-accordion {
    margin: auto 1rem;
}

.product-detail .am-titlebar-default .am-accordion-addUl {
    margin: auto 1rem;
}

.product-detail .am-accordion-item {
    border-bottom: 1px dashed #dedede;
}

.product-detail .am-accordion-addUl .am-accordion-title {
    height: 60px;
    line-height: 60px;
    padding: 0 60px;
    color: #666666;
    position: relative;
}

.product-detail .am-accordion-addUl .am-accordion-title:before {
    content: '';
    background: url(../../images/icon_img/icon_111.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
}

.product-detail .am-accordion-addUl .am-accordion-bd,
.product-detail .am-accordion-addUl .am-collapse.am-in {
    width: 100%;
    padding: 0 60px !important;
    box-sizing: border-box;
}

.product-detail .am-accordion-addUl .am-accordion-content,
.product-detail .am-accordion-addUl .am-collapse.am-in .am-accordion-content {
    width: 100%;
    background-color: #f6f7f9;
    border-radius: 5px;
    margin-bottom: 1em;
    color: #666666;
    padding: 2% 5%;
}

.intell-one-list {
    cursor: pointer;
}

.intell-one-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.intell-one-img img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.intell-one-infor h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    transition: all .3s;
}

.intell-one-infor p {
    font-size: 14px;
    color: #888888;
    transition: all .3s;
}

.intell-one-list:hover .intell-one-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.intell-one-list:hover .intell-one-infor h3 {
    color: #a30200;
    font-size: 22px;
}

.intell-one-list:hover .intell-one-infor p {
    color: #000000;
}

.intell-two {
    padding: 80px 0;
    background-image: url(../../images/pages_bg/3.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.intell-two i {
    font-size: 100px;
    line-height: 1;
}

.intell-three {
    width: 100%;
    height: 700px;
    background-image: url(../../images/pages_bg/4.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.intell-three-icon img {
    width: 50%;
    height: auto;
    border-radius: 50%;
}

.intell-three-infor {
    padding: 0 10%;
    margin-top: 20px;
}

.intell-three-infor h5 {
    width: 100%;
    font-size: 18px;
    color: #ffd200;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 10px;
}

.intell-three-infor p {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    color: #ffffff;
}

.intell-five img {
    width: 100%;
    height: auto;
}

.intell-four-lg {
    margin-top: 70px;
}

.intell-four-top {
    width: 100%;
    height: 115px;
    position: relative;
    display: table;
    text-align: left;
}

.intell-four-bottom {
    width: 100%;
    height: 115px;
    position: relative;
    display: table;
    text-align: right;
    margin-top: 5px;
}

.intell-four-top .intell-four-list,
.intell-four-bottom .intell-four-list {
    width: 22.5%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.intell-four-top .intell-four-list .intell-four-top-text {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}

.intell-four-bottom .intell-four-list .intell-four-top-text {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    font-size: 18px;
    color: #000000;
}

.intell-four-lg-xian {
    width: 80%;
    height: 1px;
    margin: 2px auto;
    background: #cecece;
}

.intell-four-top .intell-icon {
    height: 70px;
    background-image: url(../../images/icon_img/01.png);
    background-repeat: no-repeat;
    line-height: 60px;
    font-size: 30px;
    color: #8b550a;
    background-position: center;
    text-align: center;
}

.intell-four-bottom .intell-icon {
    height: 70px;
    background-image: url(../../images/icon_img/02.png);
    background-repeat: no-repeat;
    line-height: 80px;
    font-size: 30px;
    color: #8b550a;
    background-position: center;
    text-align: center;
}

.mobile-inelligence {
    width: 100%;
    margin-bottom: 20px;
    display: table;
}

.mobile-inelligence-number {
    width: 70px;
    height: 60px;
    background-image: url(../../images/icon_img/04.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    box-sizing: border-box;
    padding-right: 8px;
    color: #8b550a;
}

.mobile-inelligence-text {
    max-width: 270px;
    width: 100%;
}

.mobile-inelligence div {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:750px) {
    .content-padding-tb-xl {
        padding: 10vw 0;
    }
    .cooperat-tow .ty-hotline-info {
        width: 100%;
        margin-left: 0;
    }
    .cooperat-tow h3 {
        font-size: 6vw;
        margin-bottom: 3vw;
    }
    .cooperat-tow .ty-hotline-info .ty-hotline {
        padding: 3vw 0;
    }
    .cooperat-tow .ty-hotline-info .ty-hotline div {
        font-size: 7vw;
    }
    .cooperat-tow .ty-hotline-info .ty-hotline p {
        font-size: 3vw;
        padding: 0;
    }
    .content-padding-tb-lg {
        padding: 5vw 0;
    }
    .cooperat-four ul li {
        width: 80%;
        height: auto;
        margin-left: 10%;
        margin-bottom: 5vw;
    }
    .core .corelist {
        width: 100%;
        padding-top: 10px;
    }
    .corelist .item {
        width: 80%;
        padding: 10vw 0;
        border-radius: 10px;
        margin: auto auto 10vw 10%;
        box-shadow: 0 0 10px #eeeeee;
        /* margin: 0 1% 10vw; */
    }
    .about-us-info {
        padding: 10vw 0 20vw;
    }
    .about-us-info .about-us-article {
        margin: 4vw auto 9vw;
    }
    #aboutNum li {
        width: 50%;
    }
    .about-integrated h1 {
        font-size: 6vw;
    }
    .about_information_sm_list {
        margin-top: 7vw;
        padding: 2% 4%;
    }
    .about_information .am-margin-bottom-lg {
        margin-bottom: 0;
    }
    .about_3_detail h1 {
        font-size: 6vw;
    }
    .about_3_next_prev div span {
        font-size: 3.5vw;
    }
    .about_3_next_prev div p {
        padding: 0;
    }
    .about_information_big .about_information_big_title {
        font-size: 5vw;
        height: auto;
    }
    .about_information_sm_list .about_information_title {
        font-size: 5vw;
        height: auto;
    }
    .about_3_detail img {
        max-width: 100%;
    }
    .about-develop [data-am-widget=tabs] .am-tabs-nav li,
    .product-detail [data-am-widget=tabs] .am-tabs-nav li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .about-develop .am-tabs-bd .am-tab-panel {
        height: 80vw;
    }
    .about-develop .am-tabs-bd .am-tab-panel img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .about-develop .about-develop-list {
        width: 100%;
    }
    .inner-banenr .product-lable {
        min-height: 0;
        margin-top: 5vw;
    }
    .inner-banenr .product-lable .ch-lable {
        font-size: 5vw;
    }
    .inner-banenr .product-lable .eg-lable {
        font-size: 4vw;
        padding: 0 3vw;
        margin-top: 3vw;
        line-height: 1.5;
    }
    .am-tabs-bd .am-tab-panel {
        padding: 0;
    }
    .product-detail .am-tabs-bd {
        padding: 4% 0;
    }
    .product-detail .am-accordion-addUl .am-accordion-bd,
    .product-detail .am-accordion-addUl .am-collapse.am-in {
        width: 100%;
        padding: 0 0 !important;
        box-sizing: border-box;
    }
    .product-detail .am-accordion-addUl .am-accordion-title {
        padding: 0 10vw;
    }
    .product-detail .am-accordion-addUl .am-accordion-title:before {
        left: 1vw;
    }
    .wcourse_infor {
        padding: 2vw;
    }
    .wcourse_infor h3,
    .wcourse_infor p {
        padding: 0;
        height: auto;
        font-size: 3vw;
    }
    .wcourse_images_box span {
        font-size: 2vw;
        padding: 1.5vw 2vw;
    }
    .intell-one-infor h3 {
        font-size: 4vw;
    }
    .intell-one-infor p {
        padding: 0;
        font-size: 3vw;
    }
    .intell-one-list:hover .intell-one-infor h3 {
        font-size: 4.5vw;
    }
    .intell-two i {
        font-size: 20vw;
    }
    .intell-three {
        height: auto;
        overflow: hidden;
    }
    .institute-title h1 {
        padding: 0 3vw;
    }
    .intell-three img {
        max-width: 100%;
    }
    .intell-three-infor {
        padding: 0;
        margin-top: 3vw;
    }
}


/* 分页样式 */

div.page1 {
    margin-top: 20px;
    margin-right: 10px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-align: center;
}

div.page1 span.current,
div.page1 a {
    color: #666666;
    background-color: #f6f7f9;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    padding: .5em .9em;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1.2;
}

div.page1 .num:hover {
    color: #ce7b7d;
    position: relative;
}

div.page1 .num:hover::after {
    position: absolute;
    bottom: .2em;
    content: '';
    width: 1em;
    height: 2px;
    background: #ce7b7d;
    left: 0;
    right: 0;
    margin: auto;
}

div.page1 span.current {
    background: #ce7b7d;
    border-color: #ce7b7d;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}

div.page1 a.prev,
div.page1 a.next {
    padding: .5em .9em;
    border-radius: 50%;
    background-color: #ce7b7d;
    color: #fff !important;
}

.product-detail .am-tab-panel{}

.product-detail .am-tabs-bd .am-tab-panel.am-active p{
    line-height: 2.5;
    margin:0;
}

.product-detail .am-tabs-bd .am-tab-panel.am-active .135brush{
    line-height: 1;
    margin:0;
}