.banner {
    width: 100%;
    height: 520px;
    overflow: hidden;
    margin-top: 3px;
}

.second-banner {
    margin-top: 3px;
}

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

.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev { /*background-image:none;*/
    right: 130px;
    left: auto;
    width: 70px;
    height: 70px;
    background: #2A49CA;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 36px;
}

.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: #2A49CA;
    left: 130px;
    right: auto;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 36px;
}

.product-center-tab {
    display: none;
}

.product-center {
    margin-top: 59px;
}

.index-title {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}

.index-title h1 {
    color: #1A1A1A;
    font-size: 36px;
    margin-bottom: 20px;
}

.index-title h2 {
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.index-title i {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 7px;
    background: #165f28;
}

.product-center-ul {
    width: 100%;
    /*padding: 0 50px;*/
    margin-top: 60px;
    margin-bottom: 40px;
}

.product-center-ul li {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
    border: 1px solid #eee;
    margin-right: 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.product-center-ul li:hover{
    color:#fff!important;
}
/*.product-center-ul li:after {*/
/*    content: '/';*/
/*    padding: 0 40px;*/
/*    color: #BBBBBB;*/
/*}*/

/*.product-center-ul li:first-child:after {*/
/*    padding-right: 0;*/
/*    margin-right: 40px;*/
/*}*/

.product-center-ul li:last-child {
    margin-left:0;
}

.product-center-ul li.active {
    color: #fff;
    background:#2A49CA;
    border:none;
}

.product-center-box {
    width: 100%;
}

.product-center-list {
    width: 380px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    margin-right: 30px;
    margin-bottom: 30px;
}

.product-center-list:nth-child(3n) {
    margin-right: 0;
}

.product-center-list:hover {
    box-shadow: 0px 10px 20px 0px rgba(40, 41, 42, 0.2);
}
.product-center-list i{
    display:block;
    width: 100%;
    overflow: hidden;
    height: 286px;
}
.product-center-list img {
    width: 100%;
    height:100%;
    border-bottom: 1px solid #E6E6E6;
    transition: all 1s linear;
}
.product-center-list i:hover img{
    transition: 0.2s;
    transition-duration:1s;
    transform:scale(1.06);
    transition-timing-function:ease-in-out;
}
.product-center-list a {
    display: block;
    width: 100%;
}

.product-center-list div {
    text-align: center;
    font-size: 16px;
    background: #5f8cff;
    height: 53px;
    line-height: 53px;
    margin-top: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-center-list a{
  color:#fff;}
.product-center-list div span{
    display: inline-block;
    width:90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-center-list p {
    display: none;
    width: 20px;
    height: 20px;
    background: #2A49CA;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.product-center-list:hover p {
    display: block;
}

.product-center-list:hover div {
    background: #fff;
    color: #2A49CA;
}

.product-more {
    display: block;
    width: 140px;
    height: 38px;
    border: 1px solid #959595;
    border-radius: 19px;
    margin: 10px auto 40px;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 38px;
}

.hotline {
    width: 100%;
    height: 254px;
    background-image: url(../img/hotline-bg.png);
    background-size: 100% 100%;
    padding-top: 96px;
}

.hotline-text {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.hotline-text i {
    display: block;
    font-style: inherit;
    font-size: 32px;
    margin-top: 10px;
}

.hotline-link {
    margin-top: 5px;
    width: 141px;
    height: 42px;
    background: #2A49CA;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    margin-left: 22px;
    font-size: 18px;
    color: #fff;
}

.preponderance {
    width: 100%;
    background: #F1F1F1;
    padding-top: 50px;
    padding-bottom: 60px;
}

.preponderance-count {
    display: none;
}

.preponderance-box {
    margin-top: 40px;
}

.preponderance-box > i {
    display: inline-block;
    width: 720px;
    height: 490px;
    background: #fff;
}

.preponderance-box > i > img {
    width: 100%;
    height: 100%;
    margin-top: -10px;
}

.preponderance-right {
    width: 480px;
    height: 490px;
    background: #FFFFFF;
    padding: 76px 60px 0 60px;
}

.preponderance-right-mouth i {
    display: inline-block;
    width: 76px;
    height: 3px;
    background: #1A1A1A;
    margin-right: 20px;
}

.preponderance-right-mouth {
    font-size: 24px;
    color: #666666;
    margin-bottom: 44px;
    margin-left: -100px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.preponderance-right-mouth span {
    color: #1A1A1A;
    font-size: 30px;
}

.preponderance-right h1 {
    width: 360px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    color: #1A1A1A;
    font-size: 24px;
    margin-bottom: 29px;
}

.preponderance-right > p {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 30px;
}

.preponderance-right > p:before {
    content: '★';
    color: #666666;
}

.preponderance-right a {
    display: block;
    width: 186px;
    height: 46px;
    border: 1px solid #2A49CA;
    text-align: center;
    line-height: 46px;
    color: #2A49CA;
    font-size: 16px;
    margin-top: 73px;
}

.preponderance-tab {
    height: 100px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    margin-top: -6px;
}

.preponderance-tab p {
    flex: 1;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #999999;
    cursor: pointer;
    border-right: 1px dashed #D6D6D6;
}

.preponderance-tab p i {
    display: inline-block;
    margin-right: 16px;
    vertical-align: sub;
}

.preponderance-tab p i img:last-child {
    display: none;
}

.preponderance-tab p:hover {
    color: #2A49CA;
}

.preponderance-tab p:hover i img:last-child {
    display: inline-block;
}

.preponderance-tab p:hover i img:first-child {
    display: none;
}

.preponderance-tab .preponderance-tab-active {
    color: #2A49CA;
}

.preponderance-tab p.preponderance-tab-active i img:last-child {
    display: inline-block;
}

.preponderance-tab-active i img:first-child {
    display: none;
}

.solutions {
    margin-top: 59px;
}

.solutions-swiper {
    margin-top: 47px;
    position: relative;
    margin-bottom: 60px;
}

.solutions-swiper .swiper-slide {
    display: flex;
}

.solutions-swiper-list {
    width: 380px;
    margin-right: 30px;
}

.solutions-swiper-list:hover {
    box-shadow: 0px 10px 20px 0px rgba(40, 41, 42, 0.2);
}

.solutions-swiper-list:nth-child(3n) {
    margin-right: 0;
}

.solutions-swiper-list img {
    width: 100%;
    height: 224px;
}

.solutions-swiper-list div {
    width: 100%;
    height: 262px;
    background: #F5F5F5;
    text-align: center;
    padding: 30px 26px;
}

.solutions-swiper-list div span:first-child {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #2A49CA;
    line-height: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2A49CA;
    margin-bottom: 24px;
}

.solutions-swiper-list div p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: justify;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 这里是超出几行省略 */
    overflow: hidden;
}

.solutions-swiper-list div a {
    display: block;
    width: 104px;
    height: 30px;
    background: #666666;
    border-radius: 15px;
    margin: auto;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.solutions-swiper-list:hover div {
    background: #fff;
}

.solutions-swiper-list:hover div a {
    background: #2A49CA;
}

.solutions-swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 44px;
    height: 80px;
    background: #2A49CA;
    border-radius: 4px;
    text-align: center;
    line-height: 80px;
    right: -80px;
    left: auto;
    color: #fff;
    font-size: 26px;
}

.solutions-swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 44px;
    height: 80px;
    background: #2A49CA;
    border-radius: 4px;
    text-align: center;
    line-height: 80px;
    left: -80px;
    right: 0;
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
}

/*.solutions .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {*//*    opacity:1;*//*}*/
.about-us .index-title h1, .about-us .index-title h2 {
    color: #fff;
}

.bg {
    width: 100%;
    height: 1250px;
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    padding-top: 89px;
}

.about-us-box {
    margin-top: 59px;
    height: 552px;
    background: #FFFFFF;
    padding: 30px 60px 30px 30px;
}

.about-us-count img {
    width: 570px;
    height: 360px;
    margin-right: 50px;
}

.about-us-right {
    width: 490px;
    margin-top: 50px;
}

.about-us-right h1 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.about-us-right i {
    width: 36px;
    height: 4px;
    display: block;
    background: #2A49CA;
    margin-bottom: 27px;
}

.about-us-right p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 39px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* 这里是超出几行省略 */
    overflow: hidden;
}

.about-us-right a {
    display: block;
    width: 186px;
    height: 46px;
    border: 1px solid #2A49CA;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    color: #2A49CA;
}

.about-us-num {
    width: 100%; /*height: ;*/
    padding: 0 30px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.about-us-num-list {
    flex: 1;
    text-align: center;
}

.about-us-num-list p span {
    color: #004EC2;
    font-size: 50px;
}

.about-us-num-list p i {
    font-style: inherit;
    display: inline-block;
    color: #000;
    vertical-align: top;
    margin-left: 5px;
    font-weight: bolder;
    font-size: 18px;
}

.about-us-num-list > span {
    display: block;
    color: #666;
    font-size: 16px;
    margin-top: 21px;
}

.honor {
    margin-top: 61px;
    position: relative;
}

.partners {
    padding-top: 60px;
    width: 100%;
    height: 747px;
    background-image: url(../img/partners-bg.png);
    background-size: 100% 100%;
}

.partners-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.partners-box i {
    display: block;
    width: 380px;
    height: 140px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.partners-box i img {
    width: 100%;
    height: 100%;
}

.partners-box i:nth-child(3n) {
    margin-right: 0;
}

.honor .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.honor .swiper-slide img {
    width: 280px;
    height: 189px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
}

/* .honor .swiper-slide img:last-child{    width: 141px;    height: 189px;} */
.honor .swiper-container3 {
    margin-top: 47px;
}

.honor .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 44px;
    height: 80px;
    background: #E6E6E6;
    border-radius: 4px;
    left: -69px;
    top: 205px;
    color: #333;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    opacity:1;
}

.honor .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: #2A49CA;
    width: 44px;
    height: 80px;
    right: -69px;
    left: auto;
    top: 205px;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    opacity:1;
}

.news-box {
    display: none;
}

.news-tab {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.news-tab span {
    display: inline-block;
    width: 91px;
    height: 32px;
    border: 1px solid #A3A3A5;
    font-size: 16px;
    line-height: 32px;
    margin-right: 20px;
    color: #808080;
    cursor: pointer;
}

.news-tab span.news-active {
    background: #2A49CA;
    color: #fff;
    border: none;
}

.news-flex {
    display: flex;
    justify-content: space-between;
}

.news-left {
    width: 558px;
}

.news-left img {
    width: 558px;
    height: 308px;
    margin-bottom: 33px;
}

.news-title {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.news-left span {
    font-size: 14px;
    color: #999999;
    display: block;
    margin-bottom: 23px;
}

.news-text {
    font-size: 14px;
    color: #666666;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

.news-right-list {
    width: 602px;
    height: 120px;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.news-day {
    width: 80px;
    height: 80px;
    border: 1px solid #DBDBDB;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.news-right-list div {
    width: 461px;
}

.news-right-list:hover {
    background: #F7F7F7;
}

.news-right-list:hover h1 {
    color: #2A49CA;
}

.footer {
    width: 100%;
    background: #363636;
    margin-top: 80px;
}

.footer-count {
    padding: 40px 0;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-list {
    width: 186px;
    color: #fff;
    margin-right: 137px;
}

.footer-left {
    display: inline-flex;
}

.footer-list h1 {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #A8AEB3;
    margin-bottom: 18px;
    padding-bottom: 20px;
}

.footer-list p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer-list p img {
    margin-right: 5px;
}

.footer-right-title {
    width: 186px;
    font-size: 16px;
    border-bottom: 1px solid #A8AEB3;
    margin-bottom: 18px;
    padding-bottom: 20px;
}

.footer-right div {
    display: inline-flex;
    font-size: 14px;
}

.footer-right div p {
    width: 122px;
    text-align: center;
    margin-right: 20px;
}

.footer-right div p:last-child {
    margin-right: 0;
}

.footer-right div p img {
    width: 100%;
    margin-bottom: 10px;
}

.footer-link {
    margin-top: 30px;
    font-size: 12px;
    margin-bottom: 40px;
}

.footer-link span {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.footer-link a {
    color: #CEE0F5;
}

.footer-link a:first-child:after {
    padding-left: 0;
}

.footer-link a:last-child:after {
    content: none;
}

.footer-link a:after {
    content: '|';
    padding: 0 15px;
}

.footer-bot {
    width: 100%;
    height: 61px;
    background: #262626;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 61px;
}

.footer-bot a {
    color: #fff;
}

.second-banner img {
    width: 100%;
    height:auto;
}

.second-products {
    margin-bottom: 88px;
    display: none;
}

.second-products-tab {
    margin-top: 40px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
}

.second-products-tab a {
    display: block;
    /* width: 202px; */
    padding: 0 20px;
    height: 46px;
    color: #676767;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.second-products-tab a:last-child{
    margin-right: 0;
}

.second-products-tab a.second-products-active {
    background: #2A49CA;
    color: #fff;
}

.second-products-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.second-products-list img {
    border: 1px solid #E5E5E5;
    width: 400px;
    height: 266px;
    transition: all 0.6s;
}

.second-products-list img:hover {
    transform: scale(1.1);
}

.second-products-right {
    width: 704px;
}

.second-products-right h1 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 39px;
}

.second-products-right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 36px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

.second-products-right a {
    display: block;
    width: 186px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background: #2A49CA;
    margin-top: 20px;
    border: 1px solid #2A49CA;
}

.second-products-list:hover img {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #2A49CA;
}

/*分页*//** 外面盒子样式---自己定义 *//* .page_div {    margin:60px 0;    font-size: 15px;    color: #666666;    display: flex;    justify-content: center;    align-items: center;} *//** 页数按钮样式*//* .page_div a {    min-width: 30px;    height: 28px;    text-align: center;    margin: 0 4px;    cursor: pointer;    line-height: 28px;    color: #2D2D2D;    font-size: 14px;    display: inline-block;    background: #fff;    border: 1px solid #aaa;}#firstPage,#lastPage {    width: 37px;}#prePage,#nextPage {    width: 37px;}.page_div .current {    background:#2A49CA;    color: #FFFFFF;    border: none;}.totalPages {    margin: 0 4px;    height: 28px;    line-height: 28px;    color:#2D2D2D;    padding:0 10px;    background: #fff;    border: 1px solid #aaa;}.totalPages span,.totalSize span {    margin: 0 5px;} */
.nav {
    height: 92px;
    line-height: 92px;
    font-size: 14px;
    color: #666666;
}

.second-about-us {
    display: none;
}

.product-detail-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail-top img {
    width: 515px;
    height: 352px;
    border: 1px solid #EEEEEE;
}

.product-detail-top .second-products-right {
    width: 592px;
}

.product-detail-text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.profile {
    width: 100%;
    /*background-image: url(../img/profile-bg.png);*/
    background-size: 100% 100%;
    min-height: 636px;
    margin-top: -169px;
    padding-top: 179px;
    padding-bottom: 90px;
}

.profile h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
}

.profile .about-us-num {
    padding: 0 132px;
    width: 1200px;
    margin-top: 70px;
}

.profile > p {
    margin: 18px auto 0;
    width: 1087px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
}

.qualification {
    width: 100%;
    min-height: 1011px;
    background: #f8f8f8;
    margin-top: -169px;
    padding-top: 150px;
}

.qualification-flex {
    display: flex;
    flex-wrap: wrap;
}

.qualification-list {
    width: 384px;
    height: 330px;
    padding: 60px 57px 20px 57px;
    background: #fff;
    text-align: center;
    color: #757575;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.qualification-list:nth-child(3n) {
    margin-right: 0;
}

.qualification-list img {
    width: 100%;
    height: 179px;
    margin-bottom: 45px;
}

.course-flex { /*display: flex;*/
    position: relative;
    z-index: 9;
}

.course-left {
    width: 360px;
}

.course-left img {
    width: 360px;
    height: 344px;
}

.course-left ul {
    width: 100%;
    margin-top: -6px;
    background: #0052CC;
}

.course-left ul li {
    display: inline-block;
    width: 178px;
    height: 48px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    border-right: 1px solid #3B82C0;
    border-bottom: 1px solid #3B82C0;
    cursor: pointer;
}

.course-left ul li:nth-child(even) {
    margin-left: -3px;
    width: 180px;
}

.li-active {
    background: #5BB320;
}

.course-right {
    margin-left: 61px;
    padding-left: 31px;
    height: auto;
    border-left: 1px solid #E6E6E6;
}

.course-right-tab {
    display: none;
}

.course-right-bg {
    width: 674px;
    padding: 31px 46px 31px 68px;
    background-image: url(../img/course-right-bg.png);
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 60px;
}

.course-right-bg:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff; /* Can be set to transparent */
    border: 5px #ccc solid;
    -webkit-border-radius: 100px;
    position: absolute;
    left: -41px;
    top: 18%;
}

.course-right-bg h1 {
    font-size: 26px;
    margin-bottom: 27px;
}

.course-right-bg span {
    font-size: 14px;
    line-height: 26px;
}

.li-pos {
    position: relative;
}

.bor-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.team-flex {
    display: flex;
    flex-wrap: wrap;
}

.team-flex p {
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.team-flex p:nth-child(3n) {
    margin-right: 0;
}

.team-flex p span {
    display: block;
    background: #fff;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #000;
    font-size: 18px;
    padding-left: 20px;
    margin-top: -6px;
}

.map-flex {
    height: 480px;
    margin-top: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-left {
    width: 588px; /*height: 480px;*/
    padding-left: 57px;
}

.map-left h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
}

.map-left i {
    display: block;
    width: 38px;
    height: 2px;
    background: #2A49CA;
}

.map-left p {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin-top: 29px;
}

.map-flex img {
    width: 613px;
    height: 480px;
}

.second-solutions {
    display: none;
}

.second-solutions-box {
    position: relative;
    padding-bottom: 86px;
}

.second-solutions p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    position: relative;
    z-index: 99;
}

.second-solutions-box > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.study {
    display: none;
}

.study-flex {
    display: flex;
    flex-wrap: wrap;
}

.study-flex p {
    width: 242px;
    margin-right: 39px;
    margin-bottom: 41px;
    border: 1px solid #EEEEEE;
}

.study-flex p:nth-child(4n) {
    margin-right: 0;
}

.study-flex p img {
    width: 240px;
    height: 240px;
}

.study-flex p span {
    display: block;
    width: 100%;
    height: 50px;
    background: #5f8cff;
    color: #fff;
    font-size: 16px;
    margin-top: -6px;
    line-height: 50px;
    text-align: center;
}
}

.study-detail {
    margin-top: 30px;
}

.study-title {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 40px;
    text-align: center;
}

.study-title h1 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 32px;
}

.study-title .study-title-icon {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #808080;
}

.study-title-icon p:first-child {
    margin-right: 74px;
}

.study-title-icon img {
    margin-right: 12px;
}

.study-text {
    padding: 70px 0;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.study-text img {
    display: block;
    /*width: 880px;*/
    /*height: 520px;*/
    margin: 30px auto;
}

.study-bot-flex {
    display: flex;
    justify-content: space-between;
    height: 65px;
    margin-bottom: 73px;
}

.study-bot-flex p {
    width: 204px;
    height: 65px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    line-height: 65px;
    padding: 0 45px;
}

.study-bot-flex p img {
    vertical-align: sub;
}

.study-bot-flex p:first-child {
    width: 468px;
    padding: 0;
}

.study-bot-flex p:first-child i {
    border-right: 1px solid #666;
}

.study-bot-flex p:last-child i {
    border-left: 1px solid #666;
}

.study-bot-flex p:last-child {
    width: 468px;
    padding: 0;
}

.study-bot-flex p i {
    padding: 0 30px;
    color: #666;
    font-size: 22px;
}

.study-bot-flex p span {
    display: inline-block;
    width: 80%;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.study-bot-flex p:first-child:hover {
    background: #2A49CA;
}

.study-bot-flex p:first-child:hover a i {
    color: #fff;
    border-color: #fff;
}

.study-bot-flex p:first-child:hover a span {
    color: #fff;
}

.study-bot-flex p:last-child:hover {
    background: #2A49CA;
}

.study-bot-flex p:last-child:hover a i {
    color: #fff;
    border-color: #fff;
}

.study-bot-flex p:last-child:hover a span {
    color: #fff;
}

.second-news {
    width: 100%;
    background: #F8F8F8;
    padding-top: 30px;
    padding-bottom: 80px;
}

.second-news-list {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
}

.second-news-list a {
    display: block;
    width: 100%;
    padding: 39px 40px 39px 40px;
    justify-content: space-between;
}

.second-mews-left {
    width: 628px;
}

.second-mews-left span {
    font-size: 18px;
    color: #999999;
}

.second-mews-left h1 {
    width: 100%;
    margin: 28px 0;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

.second-mews-left p {
    font-size: 18px;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 30px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}

.second-news-list img {
    width: 405px;
    height: 270px;
}

.second-news-box {
    margin-top: 50px;
    display: none;
}

.search-banner {
    width: 100%;
    height: 350px;
    background-image: url(../img/banner-search.png);
    background-size: 100% 100%;
    margin-top: 2px;
}

.search-banner p {
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 350px;
}

.search-box {
    width: 100%;
    background: #F8F8F8;
    padding-top: 30px;
    padding-bottom: 100px;
}

.search-list {
    background: #fff;
    margin-bottom: 20px;
}

.search-list a {
    display: block;
    width: 100%;
    padding: 29px 39px 26px 39px;
}

.search-list img {
    width: 260px;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.search-list-right {
    padding-top: 40px;
    width: 824px;
}

.search-list-right p:first-child {
    color: #333;
    font-size: 24px;
}

.search-list-right p:first-child span {
    color: #2A49CA;
}

.search-list-right p:last-child {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    margin-top: 30px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

/* 分页器 */
.pager-box {
    margin-bottom: 3%;
}

.pager-box .page-num {
    color: #646464;
    font-size: 12px;
    margin-right: 24px;
}

#page {
    margin: 20px 0;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    line-height: 26px;
    background-color: #f0f0f0;
    border: 1px solid #dce0e0;
    border-radius: 2px;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px;
}

#page li.active {
    background-color: #00529c !important;
    border-color: #00529c;
    color: #FFF !important;
}

#page li.active a {
    color: #FFF !important;
}

/* CSS Document */
.totop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: block;
    width: 26px;
    height: 62px;
    background: url(../img/rocket.png) no-repeat 0 0;
    -webkit-transition: all 0.2s ease-in-out;
}

.totop:hover {
    background: url(../img/rocket.png) no-repeat 0 -62px;
}

/**/
.product-center-ul li:hover {
    color: #2A49CA;
}

.product-more:hover {
    border-color: #2A49CA;
    color: #2A49CA;
}

.preponderance-right a:hover {
    background: #2a49ca;
    color: #fff;
}

.news-title:hover {
    color: #2A49CA;
}

.head-nav-ul li:hover>a {
    color: #2A49CA;
}

.study-flex p:hover span {
    color: #2A49CA;
}

.second-mews-left:hover h1 {
    color: #2A49CA;
}