body {
    overflow-x: hidden;
}

.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/*当浏览器的宽度大于1260px的时候。*/

@media (min-width: 1260px) {
    header {
        height: 98px;
    }
    header.headerbgm .headfixed {
        background: #ffffff;
        box-shadow: 0 1px 4px 1px transparent;
    }
    header.headerbgm .headfixed .menu-list h3 a,
    header.headerbgm .headfixed .mobile-nav-box>ul>li>a,
    header.headerbgm .headfixed .menu-list li.cur h3 a,
    header.headerbgm .headfixed .menu-list li:hover h3 a {
        color: #484848;
        font-family: "Adobe 黑体 Std";
    }
    header.headerbgm .headfixed .header-button {
        background: url(../image/index/in-hssicon.png) no-repeat center center;
    }
    header.headerbgm .headfixed .menu-list li.cur h3 a,
    header.headerbgm .headfixed .menu-list li:hover h3 a {
        color: #1F58B2;
    }
    header.headerbgm .menu-list h3 a::after {
        background: #1F58B2;
    }
}

header {
    position: relative;
}

.btn-phone,
.full-main-nav {
    display: none;
}

.headfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    padding: 0px 30px;
    box-shadow: 0 1px 4px 1px #f1f1f1;
    transition: all 0.5s;
}

.headfixed1 {
    background: #ffffff;
}

.headfixed>div {
    align-items: center;
}

.headfixed .logo {
    max-width: 212px;
    max-height: 52px;
    overflow: hidden;
}

.headfixed .menu-list {
    width: 58%;
    align-items: center;
}

.headfixed .menu-list>ul {
    width: 80%;
}

.headfixed .menu-list>ul>li {
    vertical-align: top;
}

.headfixed .menu-list>ul>li:hover .nav-two {
    display: block !important;
}

.headfixed .mobile-nav-box>ul>li>a {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    color: #282828;
}

.headfixed .mobile-nav-box ul li {
    width: 100%;
    padding: 8px 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.headfixed .mobile-nav-box>ul li a {
    color: #716b61;
    line-height: 30px;
    text-align: left;
}

.headfixed1 .mobile-nav-box ul li a {
    color: #282828;
}

.headfixed .btn-list {
    width: 20%;
    text-align: center;
}

.headfixed .btn-list .btn-right {
    width: 100%;
    align-items: center;
}

.headfixed .btn-menu {
    margin: 0 auto;
    display: none;
}

.headfixed .btn-menu .mobile-nav {
    color: #ffffff;
    font-size: 13px;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

input::-webkit-input-placeholder {
    /* 修改字体颜色 */
    /* color: #fff; */
    /* 修改字号，默认继承input */
    font-size: 12px;
}

.headfixed .toggle-btn {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
}

.headfixed .toggle-btn span {
    width: 26px;
    height: 2px;
    background: #1688FD;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.headfixed1 .toggle-btn span {
    background: #fff;
}

.headfixed .toggle-btn span:first-child {
    top: 12px;
    width: 65%;
}

.headfixed .toggle-btn span:nth-child(2) {
    top: 61%;
}

.headfixed .toggle-btn span:last-child {
    bottom: 4px;
    width: 65%;
}

.headfixed .toggle-btn.cur span:first-child {
    -webkit-transform: translate(-50%, 7px) rotate(45deg);
    -ms-transform: translate(-50%, 7px) rotate(45deg);
    -o-transform: translate(-50%, 7px) rotate(45deg);
    transform: translate(-50%, 7px) rotate(45deg);
}

.headfixed .toggle-btn.cur span:nth-child(2) {
    opacity: 0;
}

.headfixed .toggle-btn.cur span:last-child {
    -webkit-transform: translate(-50%, -3px) rotate(-45deg);
    -ms-transform: translate(-50%, -3px) rotate(-45deg);
    -o-transform: translate(-50%, -3px) rotate(-45deg);
    transform: translate(-50%, -3px) rotate(-45deg);
    bottom: 6px;
}

.mobile-nav-box {
    position: fixed;
    top: 70px;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    padding: 0 0 60px 0;
    border-top: 1px solid rgb(221, 221, 221);
    display: none;
}

.headfixed .mobile-nav-box>ul>li>h3 {
    position: relative;
    padding: 0 30px;
}

.headfixed .mobile-nav-box .head-subnav {
    width: 100%;
    display: none;
    padding: 8px 40px;
    background: #f5f5f5;
}

.headfixed .mobile-nav-box .head-subnav .link-tit {
    text-align: left;
    position: relative;
}

.headfixed .mobile-nav-box .head-subnav .link-tit a {
    width: 100%;
    line-height: 45px;
    text-align: left;
    font-size: 15px;
    color: #333;
    display: block;
}

.headfixed .mobile-nav-box>ul>li>h3>a {
    font-size: 16px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    color: #333;
    text-align: left;
}

.headfixed .mobile-nav-box .head-suba {
    display: none;
}

.headfixed .mobile-nav-box .head-suba>a,
.headfixed .mobile-nav-box .head-subnav>a {
    font-size: 14px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: #333;
    text-align: left;
    padding: 0 15px;
}

.headfixed1 .mobile-nav-box>ul>li>h3>i,
.headfixed .mobile-nav-box>ul>li>h3>i,
.headfixed1 .mobile-nav-box .link-tit>i,
.headfixed .mobile-nav-box .link-tit>i {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    width: 80px;
}

.headfixed1 .mobile-nav-box .link-tit>i,
.headfixed .mobile-nav-box .link-tit>i {
    right: -10px;
}

.headfixed1 .mobile-nav-box>ul>li>h3>i::before,
.headfixed .mobile-nav-box>ul>li>h3>i::before,
.headfixed1 .mobile-nav-box .link-tit>i::before,
.headfixed .mobile-nav-box .link-tit>i::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* 语言切换 */

.btn-list .btn-language {
    width: 55px;
    height: 30px;
    border-radius: 18px;
    border: 1px solid rgba(102, 102, 102, 0.3);
    position: relative;
    z-index: 1;
    line-height: 30px;
    margin-right: 20px;
    padding: 0 0px;
    transition: color .5s, background .5s
}

.btn-list .btn-language a {
    color: #666;
    display: block;
    font-size: 14px;
    transition: color .5s
}

.btn-list .btn-language a.tit {
    height: 100%;
    width: 100%;
    transition: color .5s, background .5s
}

.btn-list .btn-language .con {
    position: absolute;
    top: 100%;
    left: 1%;
    background: #fff;
    width: 90px;
    box-shadow: inset 0 0 10px rgba(31, 88, 178, .2);
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.btn-list .btn-language:hover .con {
    padding-top: 10px;
    height: 55px;
}

.btn-list .btn-language .con a {
    width: 100%;
    font-size: 14px;
    height: 35px;
    text-align: center;
    line-height: 35px
}

.btn-list .btn-language:hover a.tit {
    color: #1f58b2;
}

.btn-list .btn-language a:hover {
    color: #1f58b2
}


/* 搜素按钮  */

.header-button,
.headfixed1 .header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    outline: none;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: url(../image/index/in-hssicon.png) no-repeat center center;
    border: 1px solid #D3D3D3;
    cursor: pointer;
}

.headfixed1 .header-button {
    background: url(../image/index/in-ssicon1.png) no-repeat center center !important;
}

#toggle-search.open:after {
    top: 40px;
    color: #ffffff;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 98%;
    right: 30px;
    width: 18%;
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
}

#search-form.open {
    max-height: 50px;
    border: 1px solid #f1f1f1;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
    z-index: 9;
    width: 85%;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: #ffffff;
    border: none;
    color: #1688fd;
    z-index: 9;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../image/index/in-ssicon1.png) no-repeat center #1688fd;
    border: none;
    cursor: pointer;
    z-index: 11;
}

@media (min-width: 1200px) {
    .phone {
        display: none;
    }
}

.menu-list>ul>li.cur h3 a,
.menu-list>ul>li:hover h3 a {
    color: #1F58B2;
}

.menu-list>ul>li.cur h3 a::after,
.menu-list>ul>li:hover h3 a::after {
    width: 100%;
}

.menu-list>ul>li:hover .head-subnav {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: auto;
    opacity: 1;
}

.menu-list>ul>li>h3 {
    padding: 0 15px;
}

.menu-list>ul>li>h3 a {
    line-height: 100px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color: #282828;
    font-size: 18px;
    font-family: "Adobe 黑体 Std";
    display: block;
}

.menu-list>ul>li>h3 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 0;
    background-color: #1F58B2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-list>ul>li .head-subnav {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 60px 130px 110px 130px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-top: solid 1px #E2E2E2;
}

.menu-list .head-subnav ul li {
    margin-right: 40px;
}

.menu-list .head-subnav ul li:last-child {
    margin-right: 0px;
}

.menu-list .head-subnav ul li h3 {
    font-family: "思源黑体 CN";
    font-size: 16px;
    color: #484848;
    padding-bottom: 13px;
    padding-right: 30px;
    border-bottom: 1px solid #E2E2E2;
}

.menu-list .head-subnav ul li a:first-child {
    padding-top: 18px;
}

.menu-list .head-subnav ul li a {
    font-family: "思源黑体 CN";
    padding: 8px 0;
    font-size: 16px;
    text-align: left;
    color: #484848;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.menu-list .head-subnav a:hover {
    color: #1f58b2;
}

.menu-list .lang-box {
    top: 100%;
    width: 100%;
}

.menu-list .lang-box a {
    padding: 8px 0;
}


/* mainer */

.mainer .banner {
    position: relative;
}

.mainer .banner .banner-img img {
    width: 100%;
    margin: 0 auto;
}

.mainer .banner .swiper-button-next,
.mainer .banner .swiper-button-prev {
    display: none;
}

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets,
.mainer .banner .swiper-pagination-custom,
.mainer .banner .swiper-pagination-fraction {
    bottom: 30px;
}

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 46px;
    height: 100%;
    top: 0;
    left: 30px;
    bottom: 0;
    right: 30px;
}

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 214px;
    position: absolute;
    top: 87px;
    left: 40px;
}

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets::after {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 214px;
    position: absolute;
    bottom: 87px;
    left: 40px;
}

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 auto 20px auto;
    position: relative;
    left: 40%;
    top: 45%;
}

.mainer .banner .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: unset;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.mainer .banner .swiper-pagination-bullet-active {
    width: 46px;
    height: 3px;
    background: #ffffff;
}


/* 产品系列 */

.index-product{
    position: relative;
    margin: 90px auto 85px auto;
}
.index-product .index-product-top{
    /* padding: 0 50px; */
    width: 100%;
    position: relative;
}
/* .index-product .index-product-top .swiper-container{
    width: 88%;
} */
.index-product .index-product-top .swiper-slide{
    background: #EDEDED;
    cursor: pointer;
    padding: 15px 15px 8px 15px;
}
.index-product .index-product-top .swiper-icon,
.index-product .index-product-top .swiper-slide .swiper-hicon{
    height: 55px;
}
.index-product .index-product-top .swiper-slide .swiper-hicon{
    display: none;
}
.index-product .index-product-top .swiper-slide:hover,
.index-product .index-product-top .swiper-slide.cur{
    background-color: #1f58b2;
}
.index-product .index-product-top .swiper-slide:hover .swiper-hicon,
.index-product .index-product-top .swiper-slide.cur .swiper-hicon{
    display: block;
}
.index-product .index-product-top .swiper-slide:hover .swiper-icon,
.index-product .index-product-top .swiper-slide.cur .swiper-icon{
    display: none;
}
.index-product .index-product-top .swiper-font{
    text-align: center;
    font-family:"思源黑体 CN";
	font-size: 14px;
	line-height: 32px;
	color: #999999;
}
.index-product .index-product-top .swiper-slide:hover .swiper-font,
.index-product .index-product-top .swiper-slide.cur .swiper-font{
    color: #fff;
}
.index-tit{
	font-size: 36px;
    text-align: center;
    font-weight: bold;
	letter-spacing: 7px;
	color: #3d3e4a;
    margin-bottom: 35px;
}
.index-product .index-product-top .swiper-button-next,
.index-product .index-product-top .swiper-button-prev{
    width: 45px;
	height: 45px;
    border: solid 1px #dcdcdc;
    border-radius: 100%;
    background: url(../image/index/in-cpnext.png) #ffffff no-repeat center center;
    right: 0px;
    left: auto;
    display: none;
}
.index-product .index-product-top .swiper-button-next:hover{
    background: url(../image/index/in-hcpnext.png) #1F519E no-repeat center center;
    border: solid 1px #1F519E;
}
.index-product .index-product-top .swiper-button-prev{
    background: url(../image/index/in-cpprev.png) #ffffff no-repeat center center;
    left: 0px;
    right: auto;
}
.index-product .index-product-top .swiper-button-prev:hover{
    background: url(../image/index/in-hcpprev.png) #1F519E no-repeat center center;
    border: solid 1px #1F519E;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
    pointer-events: initial !important;
}
.index-product .index-product-bot{
    position: relative;
    margin-top: 30px;
}
.index-product .index-product-bot .swiper-list-left,
.index-product .index-product-bot .swiper-list-right{
    position: relative;
    overflow: hidden;
}
.index-product .index-product-bot .swiper-list-left{
    min-height: 761px;
}
.index-product .index-product-Item:nth-child(1) .swiper-slide{
    width: 100% !important;
}
.index-product .index-product-Item:nth-child(2) .swiper-slide{
    width: 100% !important;
}

.index-product .index-product-Item:nth-child(5) .swiper-slide,
.index-product .index-product-Item:nth-child(7) .swiper-slide{
    width: 33.333% !important;
}
.index-product .index-product-bot .index-product-Item:nth-child(5) .swiper-right-top .swiper-left-img,
.index-product .index-product-bot .index-product-Item:nth-child(7) .swiper-right-top .swiper-left-img{
    max-width: 250px;
    right: 10px;
    bottom: 20px;
}
.index-product .index-product-bot .index-product-Item:nth-child(5) .swiper-slide:nth-child(1) .swiper-right-bot .swiper-left-img,
.index-product .index-product-bot .index-product-Item:nth-child(7) .swiper-slide:nth-child(1) .swiper-right-bot .swiper-left-img{
    max-width: 250px;
    right: 0px;
    bottom:0px;
}
.index-product .index-product-bot .index-product-Item:nth-child(5) .swiper-slide:nth-child(2) .swiper-left-img,
.index-product .index-product-bot .index-product-Item:nth-child(7) .swiper-slide:nth-child(2) .swiper-left-img{
    max-width: 250px;
    bottom: 0px;
    right: 10px;
}
.index-product .index-product-bot .index-product-Item:nth-child(5) .swiper-slide:nth-child(3) .swiper-right-bot .swiper-left-img,
.index-product .index-product-bot .index-product-Item:nth-child(7) .swiper-slide:nth-child(3) .swiper-right-bot .swiper-left-img{
    max-width: 250px;
    bottom: 0px;
    right: 10px;
}
.index-product .index-product-Item:nth-child(4) .swiper-slide .swiper-list-right1 .swiper-right-top .swiper-left-img,
.index-product .index-product-Item:nth-child(4) .swiper-slide .swiper-list-right1 .swiper-right-bot .swiper-left-img {
    right: 10px;
    bottom: 10px;
}
.index-product .index-product-Item:nth-child(4) .swiper-slide:nth-child(1) .swiper-list-right1 .swiper-right-bot .swiper-left-img {
    right: -3px;
    bottom: -20px;
}
.index-product .index-product-bot .swiper-left-font{
    width: 194px;
    position: absolute;
    top: 75px;
    left: 60px;
}
.index-product .index-product-bot .swiper-list-left1 .swiper-left-font{
    width: auto;
}
.index-product .index-product-bot .swiper-list-left1 .swiper-left-img{
    max-width: 705px;
    max-height: 287px;
    right: 250px;
    bottom: 80px;
}
.index-product .index-product-bot .swiper-left-font .swipoer-font-tit{
    font-family: "Myriad Pro";
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
}
.index-product .index-product-bot .swiper-left-font .swiper-font-dec{
    font-family: "微软雅黑";
	font-size: 18px;
    font-weight: lighter;
	line-height: 26px;
    margin-top: 40px;
	color: rgba(255, 255, 255, 0.8);
}
.index-product .index-product-bot .swiper-left-font .swiper-more{
    width: 151px;
    display: block;
	height: 50px;
    padding: 0 20px ;
	border-radius: 24px;
	border: solid 1px rgba(255, 255, 255, 0.33);
    border-radius: 25px;
    font-size: 14px;
    line-height: 50px;
	color: #ffffff;
    transition: all 0.5s;
    margin-top: 45px;
}
.index-product .index-product-bot .swiper-left-font .swiper-more span,
.index-product .index-product-bot .swiper-left-font .swiper-more img{
    display: inline-block;
    vertical-align: middle;
}
.index-product .index-product-bot .swiper-left-font .swiper-more img{
    padding-left: 30px;
    transition: all 0.5s;
}
.index-product .index-product-bot .swiper-left-img{
    max-width: 234px;
    max-height: 446px;
    position: absolute;
    right: 95px;
    bottom: 25px;
}
.index-product .index-product-bot .swiper-left-font .swiper-more:hover{
    border: solid 1px rgba(255, 255, 255, 0.8);
}
.index-product .index-product-bot .swiper-left-font .swiper-more:hover img{
    padding-left: 25px;
}
.index-product .index-product-bot .swiper-right-top,
.index-product .index-product-bot .swiper-right-bot{
    width: 100%;
    position: relative;
}
.index-product .index-product-bot .swiper-right-top{
    min-height: 408px;
}
.index-product .swiper-list-right1 .swiper-right-top,
.index-product .swiper-list-right1 .swiper-right-bot{
    min-height: 381px;
}
.index-product .index-product-bot .swiper-right-top .swiper-left-img{
    max-width: 309px;
    max-height: 372px;
    bottom: 3px;
    right: 25px;
}
.index-product .swiper-list-right1 .swiper-right-top .swiper-left-img{
    max-width: 40%;
    max-height: 80%;
    right: 20px;
    bottom: 10px;
}
.index-product .swiper-slide:nth-child(2) .swiper-list-right1 .swiper-right-bot .swiper-left-img{
    right: 40px;
}
.index-product .index-product-bot .swiper-right-bot{
    min-height: 353px;
}
.index-product .index-product-bot .swiper-right-bot .swiper-left-img{
    max-width: 30%;
    max-height: 80%;
    bottom: 10px;
    right: 10px;
    transition: all 0.5s;
}
.index-product .index-product-bot .swiper-right-bot .swiper-left-img img,
.index-product .index-product-bot .swiper-right-top .swiper-left-img img,
.index-product .index-product-bot .swiper-left-img img{
    transition: all 0.5s;
}
.index-product .index-product-bot .swiper-right-bot:hover .swiper-left-img img,
.index-product .index-product-bot .swiper-right-top:hover .swiper-left-img img,
.index-product .index-product-bot .swiper-left-img:hover img{
    transform: scale(1.1);
}
.index-product .index-product-bot .swiper-container-horizontal>.swiper-pagination-bullets,
.index-product .index-product-bot .swiper-pagination-custom,
.index-product .index-product-bot .swiper-pagination-fraction,
.index-solution .swiper-container-horizontal>.swiper-pagination-bullets,
.index-solution .swiper-pagination-custom,
.index-solution .swiper-pagination-fraction{
    display: none;
}
.index-product-Item:first-child{
    display: block;
}
.index-product-Item{
    display: none;
}


.index-product .index-product-bot .index-product-Item:nth-child(6) .swiper-slide:nth-child(1) .swiper-left-img{max-width:inherit;max-height: 630px; right: 25px;}
.index-product .index-product-bot .index-product-Item:nth-child(6) .swiper-slide:nth-child(1) .swiper-left-img img{ max-height: 630px; max-width:inherit;}

/* 解决方案 */

.index-solution {
    position: relative;
}

.index-solution .hgyPimg {
    background: #000;
    height: 100%;
}

.index-solution .index-solution-img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* position: absolute;
  top: 50%;
  left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

.index-solution .index-solution-font {
    width: 805px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 260px;
}

.index-solution .index-solution-cn {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 550;
}

.index-solution .index-solution-en {
    font-family: "Montserrat";
    line-height: 45px;
    font-size: 36px;
    letter-spacing: -1px;
    color: #ffffff;
    margin-top: 10px;
}

.index-solution .index-solution-dec {
    font-family: "Adobe 黑体 Std";
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.index-solution .insolutionView {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-left: 806px;
}

.index-solution .icon {
    position: relative;
}

.index-solution .icon img {
    margin: 0;
}

.index-solution .icon::before {
    width: 2px;
    height: 60px;
    content: "";
    position: absolute;
    left: -40px;
    top: 8%;
    background: #FFFFFF;
}

.index-solution .cont .zh {
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #ffffff;
    margin-top: 56px;
    transition: all 0.5s;
}

.index-solution .cont .en {
    font-family: "思源黑体 CN";
    font-size: 18px;
    line-height: 28px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.index-solution .insolutionSwiper,
.original {
    height: 100%;
    overflow: hidden;
}

.index-solution .word {
    height: 100%;
    position: absolute;
    /* top: 37%; */
    transition: all 0.5s;
}

.index-solution .insolutionSwiper .swiper-slide {
    height: 100%;
    padding: 0 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.index-solution .more {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 85px;
    background: url(../image/index/in-cpjt.png)no-repeat center center #1f519e;
    border-radius: 100%;
}

.index-solution .insolutionSwiper .swiper-slide:hover .icon::before {
    background: #1F519E;
}

.insolutionPic {
    position: relative;
    overflow: hidden;
}

.insolutionPicItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.insolutionPicItem:first-child {
    display: block;
}

.insolutionSwiperItem {
    position: relative;
    display: block;
    height: 100%;
    z-index: 2;
}

.insolutionSwiperItem .word {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 310px;
    padding-bottom: 56px;
    color: #fff;
    padding-bottom: 180px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index-solution .insolutionSwiper .swiper-slide:hover .word {
    padding-top: 290px;
}

.insolutionPic::after {
    content: "";
    display: block;
    padding-bottom: 375px;
}

@media (min-width: 1460px) {
    .insolutionPic::after {
        padding-bottom: 830px;
    }
}


/* 服务案例 */

.index-case{
    position: relative;
    margin-top: 80px;
}
.index-case .index-case-tit{
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
    margin-top: 10px;
    position: relative;
}
.index-case .index-case-font .index-case-tit::before{
    content: "";
    width: 31px;
	height: 2px;
	background-color: #ffffff;
    position: absolute;
    top: 40px;
    left: 0;
}
.index-case .index-case-dec{
	font-size: 16px;
	line-height: 24px;
    margin-top: 30px;
    padding-right: 100px;
	color: rgba(255, 255, 255, 0.7);
}
.index-case .index-case-list{
    flex-wrap: wrap;
}
.index-case .index-case-li{
    width: 18.71111%;
    height: 350px;
    margin-right: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition: all 0.5s;
}
.index-case .index-case-list1 .index-case-li{
    width: 25%;
}
.index-case .index-case-li:nth-child(4n){
    margin-right: 0px !important;
}
.index-case .index-case-li .index-case-bgm{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index-case .index-open-bgm{
    width: 100%;
    height: 244px;
    overflow-y: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    margin: auto;
    background: url(../image/index/in-albgm.png)no-repeat center bottom;
    transition: all 0.5s;
    background-size: 100% 100%;
}
.index-case .index-case-li .index-case-bgm img{
    width: 100%;
    height: 100%;
}
.index-case .index-case-icon img{
    margin: 0;
}
.index-case .index-case-open{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    padding-bottom: 30px;
    padding-left: 32px;
    opacity: 1;
}
.index-case .index-case-font{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 80px;
    padding-left: 40px;
    z-index: 9;
    opacity: 0;
}
.index-case .index-case-list .index-case-li.cur,
.index-case .index-case-list .index-case-li:hover{
    width: 38.5%;
    background: #000;
    /* width: 536px !important; */
}
.index-case .index-case-li .index-li-bgm{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}
.index-case .index-case-list .index-case-li.cur .index-li-bgm,
.index-case .index-case-list .index-case-li.cur .index-case-font,
.index-case .index-case-list .index-case-li:hover .index-li-bgm,
.index-case .index-case-list .index-case-li:hover .index-case-font{
    opacity: 1;
}
.index-case .index-case-list .index-case-li.cur .index-open-bgm,
.index-case .index-case-list .index-case-li.cur .index-case-open,
.index-case .index-case-list .index-case-li:hover .index-open-bgm,
.index-case .index-case-list .index-case-li:hover .index-case-open{
    opacity: 0;
}



/* 关于太原杨金应用开发有限公司 */

.index-about {
    position: relative;
    margin-top: 60px;
}

.index-about .index-about-mask {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.index-about .index-about-cont {
    z-index: 5;
    padding: 170px 30px 155px 30px;
    position: relative;
}

.index-about .index-tit {
    color: #fff;
    margin-bottom: 25px;
}

.index-about .index-about-dec {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.99);
    text-align: center;
}

.index-about .index-about-ul {
    padding-top: 160px;
    overflow: hidden;
}

.index-about .index-about-ul li {
    padding: 0 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.index-about .index-about-ul li:last-child {
    border-right: 1px solid transparent;
}

.index-about .index-about-ul li p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: "思源黑体 CN";
    color: #ffffff;
    margin-top: 13px;
}

.index-about .index-about-ul li:hover .index-about-icon img {
    -webkit-animation: bounce 1s ease 0s 1 both;
    animation: bounce 1s ease 0s 1 both;
    transition: 1s;
}


/* 新闻中心 */

.index-new {
    margin: 80px auto;
    position: relative;
}

.index-new .index-new-left,
.index-new .index-new-right {
    width: 48.5%;
    position: relative;
}

.index-new .index-new-list {
    align-items: flex-start;
}

.index-new .index-new-left .swiper-container {
    height: 486px;
}

.index-new .index-new-left .swiper-img {
    width: 100%;
    max-height: 390px;
    z-index: -1;
}

.index-new .index-new-left .swiper-img img {
    z-index: -1;
}

.index-new .index-new-left .index-new-scrofont {
    position: absolute;
    right: 0;
    bottom: 0px;
    float: right;
    width: 580px;
    margin-top: -125px;
    z-index: 9;
    padding: 45px 26px 20px 40px;
    height: 220px;
    overflow: hidden;
    background: #fff;
    z-index: 999;
}

.index-new .index-new-left .index-new-scrofont time {
    font-family: "Myriad Pro";
    font-size: 16px;
    line-height: 26px;
    color: #41b872;
    margin-bottom: 5px;
}

.index-new .index-new-tit {
    font-family: "Adobe 黑体 Std";
    font-size: 18px;
    line-height: 28px;
    color: #272727;
    opacity: 0.99;
}

.index-new .index-new-dec {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Adobe 黑体 Std";
    color: #272727;
    opacity: 0.4;
}

.index-new .index-new-left .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: initial;
    background: #BFBFBF;
    opacity: 1;
}

.index-new .index-new-left .swiper-container-horizontal>.swiper-pagination-bullets {
    width: 580px;
}

.index-new .index-new-left .swiper-container-horizontal>.swiper-pagination-bullets {
    right: 0;
    left: auto;
    padding-left: 40px;
}

.index-new .index-new-left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
    float: left;
}

.index-new .index-new-left .swiper-pagination-bullet-active {
    width: 18px;
    height: 6px;
    background: #41B872;
}

.index-new .index-new-right li {
    align-items: center;
    margin-bottom: 40px;
}

.index-new .index-new-right li:last-child {
    margin-bottom: 0px;
}

.index-new .index-new-right li:hover .index-new-tit {
    color: #1F58B2;
}

.index-new .index-new-time {
    width: 14%;
    font-family: "Myriad Pro";
    font-size: 30px;
    line-height: 22px;
    letter-spacing: -1px;
    text-align: center;
    padding: 20px 0px;
    color: #1f519e;
    background-color: #f7f7f7;
}

.index-new .index-new-time span {
    font-size: 14px;
    color: #a7a7a7;
    display: block;
}

.index-new .index-new-font {
    width: 86%;
    padding-left: 30px;
}


/* footer */

.footer {
    background: #1f519e;
    padding: 40px 0 50px 0;
}

.footer .footer-top {
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(67, 121, 185, 0.2);
}

.footer .footer-menu {
    width: 80%;
}

.footer .footer-menu li {
    padding: 0 21px;
    border-right: 1px solid rgba(86, 144, 201, 0.8);
}

.footer .footer-menu li:first-child {
    padding-left: 0px;
}

.footer .footer-menu li:last-child {
    border: 1px solid transparent;
}

.footer .footer-menu li a {
    width: 100%;
    display: inline-block;
    font-family: "思源黑体";
    font-size: 16px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-menu li a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer dl {
    margin-top: 15px;
}

.footer dl dd {
    padding-right: 30px;
}

.footer dl dd,
.footer dl dd a,
.footer .footer-addr {
    font-size: 14px;
    line-height: 24px;
    font-family: "DIN";
    color: rgba(174, 206, 255, 0.5);
}

.footer .footer-logo {
    width: 20%;
    float: right;
    overflow: hidden;
    text-align: right;
}

.footer .footer-logo img {
    float: right;
    margin: 0;
    max-width: 138px;
    max-height: 34px;
}

.footer .footer-copy {
    width: 20%;
    font-size: 14px;
    font-family: "思源黑体 CN";
    line-height: 32px;
    color: rgba(174, 206, 255, 0.5);
    padding-top: 15px;
    display: block;
    text-align: right;
}

.footer .footer-bot-left {
    width: 80%;
}



/* 2021年6月16日22:47:10            分页               */
.pagination {
    display: block;
    text-align: center;
}

.laypage_main {
    display: inline-block;
    vertical-align: top;
}

.pagination .laypage_main .laypage_curr {
    background-color: #5261b9;
    color: #fff;
}

.pagination .laypage_main a, .pagination .laypage_main input, .pagination .laypage_main span {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff !important;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #d8d8d8;
}

.pagination .laypageskin_now a, .pagination .laypage_main span {
    padding: 0 0;
}

.pagination .laypageskin_molv a, .pagination .laypageskin_molv span {
    padding: 0 0;
}

.pagination .laypageskin_molv .laypage_curr {
    background-color: #1f519e !important;
    border-color: #1f519e;
}

.laypageskin_molv .laypage_prev, .laypageskin_molv .laypage_next {
    position: relative;
    text-align: center;
    font-size: 0 !important;
    padding: 0 10px !important;
}

    .laypageskin_molv .laypage_prev span, .laypageskin_molv .laypage_next span {
        display: none;
    }

    .laypageskin_molv .laypage_prev:after, .laypageskin_molv .laypage_next:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 2px solid #919191;
        border-top: none;
        border-right: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        margin-top: -2px;
    }

    .laypageskin_molv .laypage_prev:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 3px;
    }

    .laypageskin_molv .laypage_next:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 0px;
    }
/* 2021年6月16日22:47:10            分页               */


.footlinkbox {padding: 15px 0px; }

.footlinkbox h3 { color:rgba(255, 255, 255, 0.8); font-size: 16px; font-weight: 700; position: relative; }

.footlinkbox h3:after { content: ''; width: 20px; height: 2px; background-color: rgba(86, 144, 201, 0.8); display: block; margin-top: 15px; }

.footlinkbox h3 span { cursor: pointer; font-weight: normal; right: 0px; top: 0px; display: block; padding: 0 10px; font-size: 14px; line-height: 22px; color: rgba(255, 255, 255, 0.8); border: 1px solid rgba(86, 144, 201, 0.8); position: absolute; }

.footlink { font-size: 13px; padding-top: 20px; display: none; }

.footlink a { color: rgba(255, 255, 255, 0.8); font-size: 13px; margin-right: 19px; display: inline-block; margin-top: 5px; }

.footlink a:hover { color: rgba(86, 144, 201, 0.8); }