/*主页*/
/*header {
    width: 100%;
    height: 80px;
    background: none;
    position: relative;
    z-index: 1000000;
    box-shadow: none;
}*/
.page-index .index-slide {
    width: 100%;
    height: 700px;
    /*margin-top: -80px;*/
}

.page-index .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #ec4b00;
    opacity: .3;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
}

.page-index .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ec4b00;
    width: 80px;
    transition-delay: 0s;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(arrow-left3.png) no-repeat 13px 0;
    width: 50px;
    height: 26px;
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(arrow-right5.png) no-repeat 13px 0;
    width: 50px;
    height: 26px;
    right: 10px;
    left: auto;
}


.page-index .title {
    text-align: center;
    padding-bottom: 60px;
}

.page-index .title h2 {
    color: #333;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    background: url('ico1.png') no-repeat center bottom;
    padding-bottom: 30px;
}

.page-index .title h3 {
    color: #666;
    font-size: 18px;
    position: relative;
    opacity: 0.8;
    margin-top: 20px;
}

.page-index .title p.subtitle {
    font-size: 26px;
    color: #444;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
}

.page-index .title p.subtitle::before, .page-index .title p.subtitle::after {
    content: ' ';
    width: 181px;
    height: 5px;
    display: inline-block;
    margin-top: 5px;
}

.page-index .title p.subtitle::before {
    background: url('../img/tl.png') no-repeat left center;
    padding-right: 50px;
}

.page-index .title p.subtitle::after {
    background: url('../img/tr.png') no-repeat right center;
    padding-left: 50px;
}


.solution {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solution ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.solution ul li {
    width: 25%;
    height: 300px;
    float: left;
    text-align: center;
    background: #f8f8fa;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    transition: transform 3s;
}

.solution ul li.solution-text {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.solution ul li h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5;
}

.solution ul li p {
    width: 100%;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    color: #797979;
}

.solution ul li.img-li img {
    width: 100%;
    height: 100%;
    transition: transform 3s;
    vertical-align: middle;
    object-fit: cover;
}

.solution ul li.img-li:hover img {
    transform: scale(1.13);
    cursor: pointer;
}

.solution ul li span {
    padding-top: 12px;
    display: inline-block;
    font-size: 15px;
}

.solution ul li span a {
    color: #444;
}

.solution ul li:hover {
    background: -webkit-linear-gradient(left, #ff8a56, #ff6467) no-repeat;
    background: -webkit-linear-gradient(left, #ff8a56, #ff6467) no-repeat;
    background: -o-linear-gradient(left, #ff8a56, #ff6467) no-repeat;
    background: -moz-linear-gradient(left, #ff8a56, #ff6467) no-repeat;
    background: linear-gradient(left, #ff8a56, #ff6467) no-repeat;
    opacity: 0.95;
    transition: all 2s ease 0s;
}

.solution ul li:hover h2, .solution ul li:hover p, .solution ul li:hover p a, .solution ul li:hover span a {
    color: #fff;
    transition: all 1s ease 0s;
}

.solution ul li:hover i { /*background:url(../images/s01_hover.png) no-repeat;*/
    transition: all 1s ease 0s;
}


.synopsis {
    width: 100%;
    position: relative;
}

.synopsis-main {
    position: relative;
    z-index: 2;
    height: 443px;
}

.synopsis-left {
    float: left;
    width: 698px;
    height: 443px;
    border-radius: 8px;
    overflow: hidden;
}

.synopsis-left img {
    width: 698px;
    height: 443px;
}

.synopsis-right {
    width: 580px;
    background: #fff;
    /*border-radius: 50%;
    border: 1px solid #e6e6e6;*/
    border-radius: 8px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    transition: all ease 0.5s;
    opacity: 1;
    margin-top: -140px;
    overflow: hidden;
}

.synopsis-right h2 {
    font-size: 24px;
    color: #333;
    /*background: url(title.png) no-repeat;*/
    border-bottom: 3px solid #ec4b00;
    float: left;
    height: 47px;
    transition: all ease 0.5s;
    position: relative;
    opacity: 1;
}

.synopsis-right p {
    width: 100%;
    clear: both;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all ease 0.5s;
    line-height: 1.5;
    position: relative;
}

.synopsis-right .des-btn {
    width: 110px;
    height: 42px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    background: #ec4b00;
    color: #fff;
    border-radius: 30px;
    transition: all ease 0.5s;
    opacity: 1;
    top: 0px;
    position: relative;
    display: block;
}

.synopsis-right .des-btn .s1 {
    transition: all ease 0.5s;
    position: relative;
    top: 0;
    left: 20px;
}

.synopsis-right .des-btn .s2 {
    transition: all ease 0.5s;
    position: relative;
    left: -130px;
    color: #fff;
}

.synopsis-right .des-btn span {
    margin-left: -20px;
}

.synopsis-right .des-btn span {
    margin-left: -15px;
}

.synopsis-right .des-btn:hover {
    background: #333;
}

.synopsis-right .des-btn:hover .s1 {
    top: 50px;
}

.synopsis-right .des-btn:hover .s2 {
    left: -21px;
    top: 0px;
}

.synopsis-right .des-btn .arrow {
    width: 16px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 12px;
    display: inline-block;
}


.advantage {
    width: 100%;
    background: url("fwbg.jpg") no-repeat center;
    padding: 100px 0;
    overflow: hidden;
}

.advantage .wrap {
    height: 100%;
}

.advantage .main {
    height: 435px;
    position: relative;
}

.advantage .main dl {
    position: absolute;
    overflow: hidden;
}
.advantage .main dd{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10000;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    padding: 15px;
    word-wrap: break-word;
    word-break: normal;
    line-height: 22px;
    overflow: hidden;
}

.advantage .main dt {
    width: 100%;
    height: 100%;
}

.advantage .main dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage .main dl:nth-child(1) {
    width: 228px;
    height: 173px;
    left: 0;
    top: 0;
}

.advantage .main dl:nth-child(2) {
    width: 282px;
    height: 163px;
    left: 238px;
    top: 0;
}

.advantage .main dl:nth-child(3) {
    width: 307px;
    height: 195px;
    left: 530px;
    top: 0;
}

.advantage .main dl:nth-child(4) {
    width: 353px;
    height: 195px;
    left: 847px;
    top: 0;
}

.advantage .main dl:nth-child(5) {
    width: 228px;
    height: 130px;
    left: 0;
    top: 183px;
}

.advantage .main dl:nth-child(6) {
    width: 282px;
    height: 262px;
    left: 238px;
    top: 173px;
}

.advantage .main dl:nth-child(7) {
    width: 226px;
    height: 108px;
    left: 530px;
    top: 205px;
}

.advantage .main dl:nth-child(8) {
    width: 154px;
    height: 108px;
    left: 1046px;
    top: 205px;
}

.advantage .main dl:nth-child(9) {
    width: 270px;
    height: 230px;
    left: 766px;
    top: 205px;
}

.advantage .main dl:nth-child(10) {
    width: 109px;
    height: 112px;
    left: 0;
    top: 323px;
}

.advantage .main dl:nth-child(11) {
    width: 109px;
    height: 112px;
    left: 119px;
    top: 323px;
}

.advantage .main dl:nth-child(12) {
    width: 226px;
    height: 112px;
    left: 530px;
    top: 323px;
}

.advantage .main dl:nth-child(13) {
    width: 154px;
    height: 112px;
    left: 1046px;
    top: 323px;
}


.souk {
    /*background: url(kc_bj.jpg) no-repeat;*/
    width: 100%;
    overflow: hidden;
}

.souk .main {
}

.souk .main ul {
    width: 1352px;
}

.souk .main li {
    float: left;
    width: 186px;
    height: 310px;
    margin-right: 152px;
    position: relative;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.souk .main li i {
    font-size: 0;
    line-height: 0;
}

.souk .main li span {
    width: 160px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ffa800;
    border: 2px solid #ff8400;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    display: block;
    border-radius: 18px;
    margin: 17px auto 8px;
}

.souk .main li em {
    position: absolute;
    left: -20px;
    top: -3px;
    width: 76px;
    height: 75px;
    display: block;
    overflow: hidden;
}

.souk .main li i img {
    width: 180px;
    height: 180px;
    border: 3px solid;
    border-radius: 50%
}

.souk .main li:nth-child(1) i img, .souk .main li:nth-child(7) i img {
    border-color: #90c31f
}

.souk .main li:nth-child(2) i img, .souk .main li:nth-child(8) i img {
    border-color: #e97878
}

.souk .main li:nth-child(3) i img, .souk .main li:nth-child(5) i img {
    border-color: #ebcb0e
}

.souk .main li:nth-child(4) i img, .souk .main li:nth-child(6) i img {
    border-color: #49c6ff
}
.souk .main li:nth-child(1) em{
    background: url(sk_ico1.png) no-repeat;
}
.souk .main li:nth-child(2) em{
    background: url(sk_ico2.png) no-repeat;
}
.souk .main li:nth-child(3) em{
    background: url(sk_ico3.png) no-repeat;
}
.souk .main li:nth-child(4) em{
    background: url(sk_ico4.png) no-repeat;
}
.souk .main li:nth-child(5) em{
    background: url(sk_ico5.png) no-repeat;
}
.souk .main li:nth-child(6) em{
    background: url(sk_ico6.png) no-repeat;
}
.souk .main li:nth-child(7) em{
    background: url(sk_ico7.png) no-repeat;
}
.souk .main li:nth-child(8) em{
    background: url(sk_ico8.png) no-repeat;
}

.index-news {
    width: 100%;
    overflow: hidden;
}

.screen.s4 {
    height: 520px;
    /*background: url(../Images/s4bg.jpg) center no-repeat;*/
}

.screen.s4 .title h3, .screen.catalogue .title h3 {
    color: #e25a5a;
}

.screen.s4 .list {
    height: 464px;
    overflow: hidden;
    margin-top: 17px;
}

.index-news .left {
    float: left;
    width: 576px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.index-news .left .image {
    height: 100%;
    position: relative;
    background: #3ABBDA;
}

.index-news .left .image li {
    float: left;
    width: 576px;
    height: 465px;
}

.image li:nth-of-type(2) {
    display: none;
}

.image li:nth-of-type(3) {
    display: none;
}

.image li:nth-of-type(4) {
    display: none;
}

/*符*/
.index-news .left .image li img {
    width: auto;
    height: 100%;
}

.index-news .left .arr {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    background: url(../images/s4arr.png) no-repeat;
}

.index-news .left .prev {
    background-position: left top;
    right: 45px;
}

.index-news .left .next {
    background-position: right top;
    right: 0;
}

.index-news .left .prev:hover {
    background-position: left bottom;
}

.index-news .left .next:hover {
    background-position: right bottom;
}

.index-news .right {
    width: 624px;
    height: 100%;
    float: left;
}

.index-news .right .focusNav {
    padding: 0 26px 0 36px;
}

.index-news .right .focusNav li {
    padding: 24px 0 18px 0;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*.index-news .right .focusNav li:before{ border-right:10px solid #fff; border-top:9px solid transparent; border-bottom:9px solid transparent; width:0; height:0; content:''; position:absolute; left:-10px; top:50%; margin-top:-9px;}*/
.index-news .right .focusNav li a:hover {
    color: #FFF
}

.index-news .right .focusNav li h5 {
    font-size: 18px;
    color: #474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    width: 565px;
}

.index-news .right .focusNav li p {
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    width: 565px;
}

.index-news .right .focusNav li.cur {
    padding-left: 52px;
    margin-left: -52px;
    margin-right: -52px;
    background-color: #ffe600;
    /*background: url(../images/16.png) no-repeat;*/
}

.index-news .right .focusNav li.cur h5, .index-news .right .focusNav li.cur p {
    color: #333;
}

.index-news .right .focusNav li a {
    color: #333 !important;
}

/*.index-news .right .focusNav li.cur:before{ border-right:10px solid #e25a5a;}*/
.index-news .right .focusNav li.cur .arrow {
    display: block;
    background: url(jiantou_1.png) center center no-repeat;
    width: 18px;
    height: 22px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
}






