.table-img {
    width: 100%;
    /* height: 440px; */

    overflow: hidden;
}

.table-img img {
    /* max-width: none; */
    /* height: 100%; */
    width: 100%;

}

.table-title {
    justify-content: space-between;
    font-size: 16px;
    margin: 20px auto;
}

.title-left a {
    color: #333333;
    padding: 20px 25px;
    position: relative;
}

.title-left a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 21px;
    width: 1px;
    height: 20px;
    background-color: #dcdcdc;
}


.title-left a:first-child:before {
    display: none;
}

.title-right a {
    font-size: 16px;
    color: #333333;
    margin: 0 5px;
}

.tables {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.content {
    padding-top: 60px;
    margin-bottom: 115px;
}

.content-title {
    margin: 0 0 60px 0;
}

.content-enghish {
    font-weight: bold;
    font-size: 25px;
    color: #e8e8e8;
}

.content-china {
    font-weight: bold;
    font-size: 30px;
    color: #5063b0;
    position: relative;
    top: -10px;
}

.content-center {
    /* padding-top: 60px; */
}

.content-center .titles {
    line-height: 1.5;
}

.content-center .titles .titles-china {
    font-size: 29px;
    color: #333333;
}

.content-center .titles .titles-english {
    font-size: 16px;
    color: #333333;
}

.content-map {
    width: 100%;
    margin-top: 20px;
}

.maps-left {
    width: 35%;
    height: 544px;
    padding: 50px 40px;
    box-sizing: border-box;
    background-color: #5063b0;
    align-items: flex-start;
}

.maps-right {
    width: 65%;
    height: 544px;
}

.maps-list {
    align-items: flex-start;
    margin-bottom: 59px;
}

.maps-nav {
    color: #ffffff;
}

.maps-nav p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0 10px;
}

.maps-nav p:first-child {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 5px;
}

.maps-img {
    padding-top: 3px;
}

.maps-nav img {
    margin-left: 10px;
}

.newstable-nav {
    justify-content: space-between;
    border-bottom: 1px solid #d9d2d2;
    padding-bottom: 20px;
}

.newstable-text {
    width: 75%;
}

.newstable-img {
    width: 160px;
    height: 123px;
    overflow: hidden;
}

.newstable-time {
    text-align: center;
    font-size: 16px;
    color: #666666;
    width: 20%;
}

.newstable-time p:first-child {
    font-size: 54px;
    color: #b90005;
}

.newstables-content {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    padding-left: 20px;
    border-left: 1px solid #acacac
}

.newstables-content p:first-child {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.qt-pagination {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    justify-content: center;
}

.qt-pagination a {
    display: block;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #666666;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
}

.qt-pagination a:hover {
    border: 1px solid #b90005;
    color: #ffffff;
    background-color: #b90005;
}

.customers-kh {
    flex-wrap: wrap;
}


.customers-khimg {
    width: 146px;
    height: 88px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.customers-khimg:nth-child(8n) {
    margin-right: 0;
}

.system {
    background: url(../fwimg.png)no-repeat center;
}

.system-content {
    justify-content: center;
    color: #ffffff;
    padding: 85px 0;
    flex-direction: column;
}

.system-enghish {
    font-size: 24px;
    text-align: center;
    color: #979797;
    font-weight: bold;
}

.system-china {
    font-size: 35px;
    text-align: center;
    position: relative;
    top: -10px;
}

.system-list {
    width: 100%;
    margin-top: 70px;
    justify-content: center;
}

.system-box {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.system-box p:nth-child(2) {
    font-size: 15px;
    margin: 36px 0;
}

.system-box a {
    color: #979797;
}

.system-box>div {
    border: 1px solid #979797;
    color: #979797;
    border-radius: 25px;
    font-size: 14px;
    padding: 5px 15px;
}

.system-box::after {
    position: absolute;
    right: 0;
    top: 30px;
    content: "";
    width: 1px;
    height: 38px;
    border-left: 1px dashed #979797;

}

.system-box:last-child:after {
    display: none;

}

.content-minheight {
    /* min-height: 500px; */
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 16px;
    line-height: 2;
}

.cp-list {
    width: 30%;
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}

.cp-list:hover img {
    transform: scale(1.1);
}

.cp-list p {
    line-height: 2;
    text-align: center;
    color: #333333;
    transition: all .5s;
}

.cp-list:hover p {
    transform: rotateX(360deg);
    color: #5063b0;
}

.cp-list:nth-child(3n-2) {
    margin-left: 0px;
}

.cp-list img {
    width: 100%;
    transition: all .5s;
}

.fw-list:hover img {
    transform: scale(1.1);
}

.fw-list img {
    width: 100%;
    transition: all .5s;
}

.fw-list {
    position: relative;
    width: 30%;
    height: 497px;
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}

.fw-list:nth-child(3n-2) {
    margin-left: 0px;
}

.fw-list div {
    width: 66%;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(88, 107, 178, 0.9);
    color: #ffffff;
    line-height: 55px;
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
}

.kh-list {
    width: 11%;
    margin-left: 20px;
    margin-bottom: 13px;
    border: 1px solid #dcdcdc;
    line-height: 0;
}

.kh-list:nth-child(8n-7) {
    width: 11%;
    margin-left: 0px;
    margin-bottom: 13px;
    border: 1px solid #dcdcdc;
}

.page-last {
    width: 100%;
    background: url(../pagelast.png) no-repeat;
    background-size: 100% 100%;
    /* height: 300px; */
}

.page-last .service-title {
    color: #333333;
}

.page-cont {
    width: 90%;
    margin: 0 auto;
    margin-top: 75px;
}

.page-br {
    width: 100%;
    height: 3px;
    background-color: #5063b0;
}

.yuan1 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #5063b0;
    text-align: center;
    color: #ffffff;
    line-height: 68px;
    font-size: 18px;
}

.page-lc {
    width: 89%;
    margin: 0 auto;
}

.pagenav {
    position: relative;
    top: -44px;
    left: -76px;
}

.pagenav {
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
}

.pagenav-yuan {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #5063b0;
}

.pagenav-xian {
    width: 2px;
    height: 40px;
    background-color: #5063b0;
}

.pagenav-text {
    line-height: 1.5;
    font-size: 16px;
}


.zz-list {
    width: 30%;
    text-align: center;
    font-size: 16px;
    margin-right: 65px;
    margin-bottom: 20px;
}

.zz-list:hover img {
    transform: scale(1.1);
}

.zz-list:nth-child(3n) {
    margin-right: 0px;

}

.zz-text {
    line-height: 3;
}

.zz-img {
    padding: 20px 0;
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
}

.zz-img img {
    transition: all .5s;
}

.al-conter {
    align-items: flex-start;
}

.al-img {
    width: 40%;
}

.al-right {
    width: 60%;
    box-sizing: border-box;
    padding-left: 5%;
}

.al-title {
    font-size: 30px;
    line-height: 2;
}

.al-last {
    margin: 45px 0;
    font-size: 20px;
    text-align: center;
    line-height: 2;

}

.al-conter {
    font-size: 16px;
    line-height: 1.5;
}

.albox-1 {
    width: 25%;
    background-color: #e8e8e8;
    padding: 30px 0;
    flex-grow: 1;
    min-height: 85px;
}

.albox-1:nth-child(2n) {
    background-color: #f2f2f2;
}


.albox-1 :nth-child(1) {
    font-weight: bold;
    color: #333333;
}

.albox-1 :nth-child(2) {
    color: #888888;
}

.title-left .on {
    color: #b70004;
}

.title-left .choose {
    color: #b70004;
}

.content>h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 54px;
    padding: 19px 0;

}

.news2-time {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
    text-align: center;
}

.news-intro {
    width: 100%;
    padding-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.up-down ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-top: 30px;
}

.qygk-top {
    width: 100%;
    background-color: #5063b0;
}

.qygk-box {
    width: 200px;
    height: 30px;
    background-color: #ffffff;
    margin-left: 80px;
    line-height: 30px;
    text-align: center;
    transform: skewX(45deg);
}

.qygk-cent {
    height: 400px;
    width: 80%;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    margin: 0 auto;
    font-size: 18px;
}

.qygk-xian {
    width: 80%;
    height: 5px;
    background-color: #5063b0;
    justify-content: space-around;
}


.qygk-nav {
    width: 100px;
    height: 100px;
    position: relative;
    top: -50px;
    flex-direction: column;
    align-items: center;
}

.qygk-nav:nth-child(2n) {
    width: 100px;
    height: 100px;
    position: relative;
    top: 50px;
}

.qygk-sjx {
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 10px;
    border-color: transparent transparent transparent #5063b0;
    border-style: solid dashed dashed dashed;
}

.qygk-yuan{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #5063b0;
    z-index: 22;
}

.qygk-xianz{
    width: 2px;
    height: 100px;
    background-color: #5063b0;
}

.qygk-cl{
    color: #5063b0;
    font-size: 18px;
}

.qygk-sj{
    font-size: 16px;
    width: 321px;
    text-align: center;
}

.qygk-xian :nth-child(2n-1) .qygk-yuan{
    position: absolute;
    top: 93px;
}

.qygk-xian :nth-child(2n-1) .qygk-xianz{
    position: absolute;
    top: -6px;
}

.qygk-xian :nth-child(2n-1) .qygk-cl{
    position: absolute;
    top: 114px;
}

.qygk-xian :nth-child(2n-1) .qygk-sj{
    position: absolute;
    top: -36px;
}

.qygk-xian :nth-child(2n) .qygk-yuan{
    position: absolute;
    top: -7px;
}

.qygk-xian :nth-child(2n) .qygk-xianz{
    position: absolute;
    top: 4px;
}

.qygk-xian :nth-child(2n) .qygk-cl{
    position: absolute;
    top: -36px;
}

.qygk-xian :nth-child(2n) .qygk-sj{
    position: absolute;
    top: 113px;
}

.qygk-zuih{
    width: 100%;
    height: 30px;
    background-color: #5063b0;
}