/*手机版*/

@media (max-width: 960px) {
  body {
    padding: 3rem 0 0 0;
  }

  .m-header {
    display: block;
    height: 3rem;
    background-color: #03030b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }

  .m-header .logo img {
    max-height: 2.5rem;
  }

  .m-nav {
    display: block;
    position: fixed;
    z-index: 99;
    background-color: #03030b;
    width: 50%;
    right: -100%;
    top: 3rem;
    height: calc(100vh - 3rem);
    transition: all 0.5s ease;
  }

  .m-nav.active {
    right: 0;
    transition: all 0.5s ease;
  }

  .m-nav li {
    display: block;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
  }

  .m-nav li a {
    color: white;
  }


  .pc-header {
    display: none;
  }

  .banner {
    position: relative;
  }

  .banner .txt-box {
    position: absolute;
    left: 7%;
    top: 15%;
    z-index: 2;
  }

  .banner .txt-box h2 {
    font-size: 14px;
    letter-spacing: 0;
    color: #ffffff;
    line-height: 1.5em;
    margin-bottom: 10px;
  }

  .banner .txt-box a {
    width: 115px;
    height: 35px;
    background-color: #0456c7;
    border-radius: 7px;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 200;
  }

  .banner .txt-box p {
    font-size: 14px;
    color: #ffffff;
  }

  .fwtd {
    background: #03030b;
    padding: 3rem 0 2rem;
  }

  .fwtd .topbox {
    border-bottom: 2px solid rgba(255, 255, 255, 0.18);
    margin: 0 10px 2rem;
  }

  .fwtd .topbox h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .fwtd .topbox p {
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    color: #cdcdcd;
    line-height: 2em;
    margin-bottom: 20px
  }

  .fwtd .topbox .tdlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    padding: 0 5%;
    margin-bottom: 20px;
  }

  .fwtd .topbox .tdlist li {
    display: flex;
    align-items: center;
  }

  .fwtd .topbox .tdlist li .ic {
    width: 20px;
    height: 20px;

    border-radius: 50%;
    margin-right: 15px;
    background-size: cover;
  }

  .fwtd .topbox .tdlist li h3 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #cdcdcd;
  }

  .fwtd .topbox .tdlist li h3 span {
    color: #0456c7;
  }

  .fwtd .bottombox h2 {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700
  }

  .fwtd .bottombox .bzlist {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5.5%;
  }

  .fwtd .bottombox .bzlist li {
    width: 48%;
    margin-bottom: 1rem;
  }

  .fwtd .bottombox .bzlist li .img-box {
    margin-bottom: 10px;
  }

  .fwtd .bottombox .bzlist li dl dt {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 0px;

  }

  .fwtd .bottombox .bzlist li dl dd {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #cdcdcd;
    padding-left: 1em;
  }

  .fwtd .bottombox .bzlist li dl dd:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fdae2f;
    border-radius: 50%;
    position: absolute;
    top: 7.5px;
    left: 0;
  }

  .jjfa {
    padding: 3rem 0;
    background: url(../images/fangan-bg.png);
  }

  .jjfa h2 {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
  }

  .jjfa .falogo {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2.5%;
    justify-content: space-between;
  }

  .jjfa .falogo li {
    flex-basis: 32.7%;
    background-color: rgba(209, 210, 211, .2);
    margin: 15px 0 0 0;
    cursor: pointer;
        display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
.jjfa .falogo li img {
    height: auto;
}
  .cpgn {
    background: #151515;
    padding: 3rem 0;
  }

  .cpgn .topbox {
    border-bottom: 2px solid rgba(255, 255, 255, 0.18);
    margin: 0 2.5% 2rem;
  }

  .cpgn .topbox h2 {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
  }

  .cpgn .topbox p {
    font-size: 14px;
    color: #cdcdcd;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px;
  }

  .cpgn .cpbox {
    display: flex;
    justify-content: space-between;
    padding: 0 5.5%;
    flex-wrap: wrap;
    align-items: center;
  }

  .cpgn .cpbox .fla li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .cpgn .cpbox .fla li:last-of-type {
    margin-bottom: 0;
  }

  .cpgn .cpbox .fla li img {
    margin-right: 50px;
  }

  .cpgn .cpbox .fla li h2 {
    font-size: 21px;
    line-height: 36px;
    color: #e5e5e5;
    margin-bottom: 0px;
  }

  .cpgn .cpbox .fla li p {
    font-size: 16px;
    line-height: 24px;
    color: #cdcdcd;
  }

  .cpgn .cpbox .flb {
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }

  .cpgn .cpbox .flb .swiper-slide {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 2.5em;
    text-align: left;
  }

  .cpgn .cpbox .flb .swiper-pagination {
    right: 0;
    bottom: 10px;
  }

  .cpgn .cpbox .flb .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 1px #918d8e;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
  }

  .cpgn .cpbox .flb .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #918d8e;
  }

  .xmal {
    padding: 3rem 5.5%;
    background: #343436;
  }

  .xmal h2 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .xmal .alxq {
    width: 100%;
    position: relative;
    margin-bottom: 120px;
  }

  .xmal .alxq .swiper-slide {
    border-radius: 17px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #0456c7;
  }

  .xmal .alxq .swiper-slide .txt {
    width: 100%;
    padding: 5% 2.5%;
  }

  .xmal .alxq .swiper-slide .txt img {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 15px;
  }

  .xmal .alxq .swiper-slide .txt .p1 {
    font-size: 14px;
    line-height: 2em;
    color: #ffffff;
  }

  .xmal .alxq .swiper-slide .txt .p2 {
    font-size: 16px;
    line-height: 2em;
    color: #ffffff;
    text-align: right;
  }

  .xmal .alxq .swiper-pagination {
    text-align: center;
    width: 100%;
    left: 0;
    padding-top: 15px;
  }

  .xmal .alxq .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: solid 1px #918d8e;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
  }

  .xmal .alxq .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #918d8e;
  }

  .xmal .allb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .xmal .allb li {
    background-color: #131313;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
  }
.jjfaa .top img {
    width: 100%;
}
  .xmal .allb li:nth-of-type(2) {
    margin: 0 0 15px;
  }

  .xmal .allb li .txt {
    padding: 20px 15px 20px;
  }

  .xmal .allb li .txt h3 {
    font-size: 20px;
    font-weight: 200;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .xmal .allb li .txt p {
    font-size: 14px;
    line-height: 2em;
    color: #cdcdcd;
  }

  .jjfaa {
    padding: 3rem 0;
    background: #151515;
  }

  .jjfaa h2 {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
  }

  .jjfaa .top {
    padding: 0 5.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
    flex-wrap: wrap;
  }

  .jjfaa .top .txt-box {
    width: 100%;
  }

  .jjfaa .top .txt-box li {
    font-size: 16px;
    line-height: 2em;
    color: #cdcdcd;
    margin-bottom: 15px;
    position: relative;
    padding: 0 1em;
  }

  .jjfaa .top .txt-box li:last-of-type {
    margin-bottom: 0;
  }

  .jjfaa .top .txt-box li:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fdae2f;
    border-radius: 50%;
    position: absolute;
    top: 12.5px;
    left: 0;
  }

  .jjfaa .line {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.18);
    margin: 0 35px 3rem;
  }

  .jjfaa .bottom {
    padding: 0 5.5%;
  }

  .jjfaa .bottom h3 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 200;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .jjfaa .bottom .list li {
    width: 100%;
    height: 30px;
    background: url(../images/li-bg.png);
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 1.6rem;
  }

  .jjfaa .bottom .list li:last-of-type {
    margin-bottom: 0;
  }

  .jjfaa .bottom .list li p {
    width: auto;
    text-align: center;
  }

  .jjfaa .bottom .list li p:first-of-type {
    font-size: 12px;
    letter-spacing: 1px;
    color: #131313;
    font-weight: 200;
  }

  .jjfaa .bottom .list li p:last-of-type {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 200;
  }

  .gywm {
    padding: 3rem 2.5%;
    background: #343436
  }

  .gywm h2 {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
  }

  .gywm p {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0px;
    text-align: center;
    color: #cdcdcd;
    margin: 0;

    margin-bottom: 15px;
  }

  .gywm .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
  }

  .gywm .list li {
    width: 100%;
    height: auto;
    background-image: url(../images/sh-bg.png);
    overflow: hidden;
    border-radius: 22px;
    padding: 20px 20px 20px;
    margin-bottom: 15px;
  }

  .gywm .list li dt {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center
  }

  .gywm .list li dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #cdcdcd;
    margin-bottom: 15px;
  }

  .gywm .list li dd img {
    margin-right: 10px;
  }

  .footer {
    background: #03030b;
    padding-top: 2rem;
    text-align: center;
  }

  .footer img {
    margin-bottom: 35px;
  }

  .footer p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 25px;
  }

  .footer .line {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.18);
    margin: 0 35px;
  }

  .footer a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 2.5em;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .gywm .list li dd a {
    color: white;
    font-size: 16px;
    color: #cdcdcd;
}

}











/*苹果本*/
@media (min-width: 1025px) and (max-width: 1440px) {
	.header{
		padding: 0 5% 0 7%;
	}
	.header .nav li {
    margin-right: 50px;
}
	.fwtd .topbox p{
		font-size: 20px;
	}
	.cpgn .cpbox .fla li img {
    	margin-right: 20px;
	}
	
	.cpgn .cpbox .flb {
		width: 60%;
		position: relative;
		padding-bottom: 50px;
	}
	.cpgn .cpbox .fla li {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.cpgn .cpbox .fla li h2 {
    font-size: 30px;
    line-height: 36px;
    color: #e5e5e5;
    margin-bottom: 10px;
}
	.xmal .alxq .swiper-slide .txt {
    width: 50%;
    padding: 40px 44px 0;
}
	.xmal .alxq .swiper-slide .txt img {
    margin-bottom: 20px;
}
	
	.xmal .alxq .swiper-slide .txt .p1 {
    font-size: 18px;
    line-height: 2em;
    color: #ffffff;
}
.xmal .allb li .txt h3 {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 20px;
}
.xmal .allb li .txt {
    padding: 45px 30px 35px;
}	
.jjfaa .top .txt-box li {
    font-size: 16px;
    line-height: 2em;
    color: #cdcdcd;
    margin-bottom: 40px;
    position: relative;
    padding: 0 1em;
}	
	.gywm .list li {
  
    padding: 40px 8% 0;
}
	
.fwtd .topbox .tdlist li h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #cdcdcd;
}	
	.jjfaa .top .txt-box li:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fdae2f;
    border-radius: 50%;
    position: absolute;
    top: 11.5px;
    left: 0;
}
	
	
	
	
	
}




@media (min-width: 960px) and (max-width: 1024px) {
	.header{
		height: 70px;
		    padding: 0 3%;
	}
	.header .nav li {
    margin-right: 30px;
}
.header .logo img {
    height: 45px;
}
.banner .txt-box h2 {
    font-size: 35px;
    letter-spacing: 3px;
    color: #ffffff;
    line-height: 70px;
    margin-bottom: 20px;
}
.banner {
    position: relative;
    padding-top: 70px;
}
.banner .txt-box {
    position: absolute;
    left: 7%;
    top: 23%;
    z-index: 2;
}
.banner .txt-box a {
    width: 180px;
    height: 50px;
    background-color: #0456c7;
    border-radius: 7px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 200;
}
.fwtd .topbox p {
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #cdcdcd;
    line-height: 2em;
    margin-bottom: 60px;
}
.fwtd .topbox .tdlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    margin-bottom: 60px;
}
.fwtd .topbox .tdlist li h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #cdcdcd;
}

.fwtd .bottombox .bzlist li .img-box {
    margin-bottom: 20px;
}
.fwtd .bottombox .bzlist li dl dt {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 24px;
}
.fwtd .bottombox .bzlist li dl dd {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #cdcdcd;
    padding-left: 1em;
}
.fwtd .bottombox h2 {
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 55px;
}
.cpgn .topbox p {
    font-size: 20px;
    line-height: 24px;
    color: #cdcdcd;
    text-align: center;
    line-height: 2em;
    margin-bottom: 50px;
}
.cpgn .topbox p {
    font-size: 18px;
    line-height: 24px;
    color: #cdcdcd;
    text-align: center;
    line-height: 2em;
    margin-bottom: 50px;
}
.cpgn .cpbox .fla li h2 {
    font-size: 24px;
    line-height: 36px;
    color: #e5e5e5;
    margin-bottom: 0px;
}
.cpgn .cpbox .fla p {
    font-size: 16px;
    line-height: 24px;
    color: #cdcdcd;
}
.cpgn .cpbox .flb {
    width: 50%;
    position: relative;
    padding-bottom: 50px;
}

.cpgn .cpbox .fla li img {
    margin-right: 20px;
    width: 70px;
}
.cpgn .cpbox .fla li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.xmal .alxq .swiper-slide .img{
	width:50%;
}

.xmal .alxq .swiper-slide .txt img {
    margin-bottom: 16px;
        height: 40px;
}
.xmal .alxq .swiper-slide .txt .p1 {
    font-size: 14px;
    line-height: 1.5em;
    color: #ffffff;
}

.xmal .alxq .swiper-slide .txt .p2 {
    font-size: 16px;
    line-height: 2em;
    color: #ffffff;
    text-align: right;
}

.xmal .allb li .txt {
    padding: 20px 30px 35px;
}
.xmal .allb li .txt h3 {
    font-size: 18px;
    font-weight: 200;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0px;
}
.xmal .allb li .txt p {
    font-size: 14px;
    line-height: 2em;
    color: #cdcdcd;
}

.jjfaa .top img {
    width: 50%;
}

.jjfaa .top .txt-box {
    width: 45%;
}
.jjfaa .top .txt-box li {
    font-size: 14px;
    line-height: 1.5em;
    color: #cdcdcd;
    margin-bottom: 40px;
    position: relative;
    padding: 0 1em;
}

.jjfaa .top .txt-box li:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fdae2f;
    border-radius: 50%;
    position: absolute;
    top: 6.5px;
    left: 0;
}

.jjfaa .bottom h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 200;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}
.fwtd .topbox h2 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px;
}
.jjfa h2 {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.cpgn {
    background: #151515;
    padding: 75px 0 70px;
}

.cpgn .topbox h2 {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
}
.xmal h2 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}
.xmal {
    padding: 75px 5.5%;
    background: #343436;
}
.jjfaa h2 {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}

.jjfaa {
    padding: 75px 0 70px;
    background: #151515;
}
.jjfaa .bottom .list li p:first-of-type {
    font-size: 18px;
    letter-spacing: 1px;
    color: #131313;
    font-weight: 200;
}
.jjfaa .bottom .list li p:last-of-type {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 200;
}
.gywm h2 {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.gywm {
    padding: 75px 12.7%;
    background: #343436;
}
.gywm {
    padding: 75px 4.7%;
    background: #343436;
}

.gywm p {
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0px;
    text-align: center;
    color: #cdcdcd;
    margin: 50px;
}
.gywm .list li dt {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}
.gywm .list li dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #cdcdcd;
    margin-bottom: 15px;
}
.gywm .list li dd img {
    margin-right: 13px;
    width: 24px;
}
.footer p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 3;
}














}








