/**title**/
:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.inbutton .pagjt {
    background: #FFC74D;
}

a.inbutton {
    color: #fff !important;
    margin: 0px 0px 0px;
}



.index_bn {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
}

.swiper-bn-list {
    position: absolute;
    width: 100%;
    bottom: 50px !important;
    z-index: 9;
    text-align: center;
}

.swiper-bn-list span {
    background: none;
    width: 12px;
    height: 12px;
    margin: 0px 4px !important;
    opacity: 1;
    border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
    background: #fff;
}

.index1 .swiper-slide {
    width: 100% !important;
}

.carousel-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.index_bn .text {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}

.index_bn .text .main {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
}

.index_bn .text .main .title {
    font-size: 32px;
    max-width: 780px;
    color: #fff;
}

.index_bn .text .main .subtitle {
    font-size: 56px;
    display: block;
    max-width: 700px;
}


.index_bn .more {
    display: inline-block;
    background: #009FE1;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 40px;
}

.index_bn a {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
}

.index_bn .button {
    background: #FFC74D;
    color: #1A1311;
    margin: 40px 0px 0px;
}

.index_bn .pagjt {
    background: #313131;
    border-radius: 100%;
    transition: all 0.5s;
    padding: 6px;
}





/**pagtitle**/
.pagtitle {
    overflow: hidden;
    width: 100%;
}

.pagtitle .name {
    text-align: center;
    color: #313131;
    font-size: 40px;
}

.pagtitle i {
    width: 100%;
    display: block;
    font-style: initial;
    text-align: center;
    color: #777;
    font-size: 18px;
}

.pagtitle i span {
    font-weight: bold;
    color: #01297C;
}

.pagtitle em {
    font-style: inherit;
    width: 100%;
    display: block;
    text-align: center;
    color: #A0A0A0;
    font-size: 14px;
    margin-top: 5px;
}

.pagtitle .name .en {
    color: #fff;
    font-family: Roboto;
    opacity: 1;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    -webkit-text-stroke: #E0E0E0 1px;
    line-height: 1em;
}

.pagtitle .name .cn {
    font-size: 46px;
    color: #01297C;
    text-align: center;
    font-weight: bold;
    line-height: 1.1em;
    position: relative;
}

.pagtitle .subname {
    text-align: center;
    font-size: 16px;
    color: #313131;
    margin-top: 20px;
    padding: 0px 20px;
}




/**pag5**/

.pag5 {
    background: url(../images/news-bg.jpg) no-repeat center;
    width: 100%;
    padding: 100px 0px;
    background-size: cover;
}

.pag5 .tjtitle {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.pag5 .about-title .name {
    text-align: left;
}

.pag5 .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
}

.pag5 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.pagtitle2 {
    max-width: 1640px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0px 20px;
    align-items: center;
}

.pagtitle2 .name .cn {
    text-align: left;
}

.pagtitle2 .name .cn:before {
    left: 0px;
    margin-left: 0px;
}

.pagtitle2 .name .en {
    color: #F8F8F8;
}

.pag5 ul li {
    width: calc((100% - 90px)/3);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.pag5 ul li .ico {
    height: 0px;
    padding-top: 55%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.pag5 ul li .ico img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    height: 100%;
    transition: all 0.5s;
}

.pag5 ul li:hover .ico img {
    transform: scale(1.1);
}

.pag5 ul li .text {
    background: #fff;
    padding: 30px;
    min-height: 100%;
    border-radius: 30px;
    transition: all 0.5s;
}

.pag5 ul li .text .title {
    font-size: 20px;
    color: #313131;
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
    margin: 15px 0px;
}

.pag5 ul li .text:hover {
    background: #FFC74D
}

.pag5 ul li .text:hover .date,
.pag5 ul li .text:hover .more {
    color: #313131;
}

.pag5 ul li .text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    transition: all 0.5s;
    min-height: 52px;
}

.pag5 ul li .text .more {
    font-size: 14px;
    color: #FFC74D;
    margin-top: 20px;
    transition: all 0.5s;
}

.pag5 ul li .text:hover .summary {
    color: #313131;
}


/**pag4**/
.pag4 {
    background: #F8F8F8;
    padding: 100px 0px;
    width: 100%;
}

.pag4 .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
}

.pag4 .center ul {
    display: flex;
    justify-content: space-between;
}

.pag4 .center ul li {
    width: calc((100% - 60px)/3);
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.pag4 .center ul li:hover {
    background: #FFC74D;
}


.pag4 .center ul li img {
    height: 80px;
    display: block;
    margin: 0px auto 30px;
    transition: all 0.5s;
}

.pag4 .center ul li .title {
    font-size: 20px;
    color: #313131;
    margin-bottom: 5px;
    display: block;
}

.pag4 .center ul li .ext_indexsummary {
    font-size: 16px;
    color: #787878;
}

.pag4 .center ul li:hover .ext_indexsummary {
    color: #313131;
}

.pag4 .center ul li:hover img {
    filter: brightness(0%) invert(0%);
    opacity: 0.8;
}


/**pag1**/
.pag1 .about ul li {
    padding: 0px;
    box-shadow: none;
}

.pag1 .about ul li p:nth-of-type(1) {
    display: none;
}

.pag1 .about ul li:hover {
    background: none;
}

.pag1 .about ul li em {
    font-size: 3.5vw;
    color: #FFC74D;
}

.pag1 .profile .left {
    padding-right: 5%;
}

.pag1 .about {
    margin: 2vw 0px;
}

.pag1 .about ul {
    padding: 0px 0px;
}

/**pag3**/
.pag3 {
    background: url(../images/solution-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 100px 0px;
    position: relative;
}

.insolution {
    max-width: 1200px;
    margin: 40px auto 0px;
    position: relative;
}

.insolution li {
    opacity: 0.2;
    transition: all 0.5s;
}

.insolution li.swiper-slide-active {
    opacity: 1;
}

.insolution li a {
    display: flex;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    align-items: center;
    background: #fff;
}

.insolution li a .text {
    width: 50%;
    padding-right: 5%;
}

.insolution li a .title {
    font-size: 36px;
    color: #313131;
    margin: 20px 0px 20px;
    line-height: 1em;
}

.insolution li a .ext_solution {
    color: #313131;
    font-size: 16px;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.insolution li a .button {
    margin: 20px 0px 0px;
}

.insolution li a .pagjt {
    background: #FFC74D;
}


.insolution li .ico {
    width: 50%;
    height: 0px;
    padding-top: 34%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.insolution li .ico img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    transition: all 0.5s;
}

.insolution li:hover .ico img {
    transform: scale(1.1);
}


.insolutionLeft {
    position: absolute;
    width: 16%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
}

.insolutionRight {
    position: absolute;
    width: 16%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
}

.insolutionLeft img,
.insolutionRight img {
    opacity: 0;
}

.pag3 a.button {
    max-width: 180px;
    color: #fff;
}

.pag3 a.button .pagjt {
    background: #FFC74D;
}


/***pag2**/
.pag2 {
    background: #FFC74D;
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
}

.pag2 .center {
    max-width: 1640px;
    margin: auto;
}

.pag2 ul {
    display: flex;
    flex-wrap: wrap;
}

.pag2 ul li {
    width: calc(100% / 3);
    padding: 20px;
}

.pag2 ul li a {}

.pag2 ul li .ico {
    height: 0px;
    padding-top: 50%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.pag2 ul li .ico img {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    object-fit: contain;
}

.pag2 ul li .title {
    text-align: center;
    color: #313131;
    font-size: 20px;
}

.pag2 .cn_title {
    font-size: 36px;
    color: #313131;
}

.pag2 .cn_title span {
    color: #313131;
    font-size: 20px;
}

/**picMarquee**/

.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .bd {
    padding: 0px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    padding:0px;
    
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 100%;
    height: auto;
    display: block;
}
.tempWrap
{
    width: 100% !important;
}