@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

@font-face {
    font-family: "sourceHanSansCN";
    src: url(../font/SourceHanSansCN-Regular.otf);
}

@font-face {
    font-family: "sourceHanSansCN-R";
    src: url(../font/SourceHanSansCNRegular.ttf);
}

body {
    font-family: "sourceHanSansCN";
    background-color: #fff;
    height: 100%;
}

a,
a:hover {
    text-decoration: none !important;
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.common_width {
    width: 1200px;
    /* background: antiquewhite;
  height: 62px; */
    margin: 0 auto;
}

ul>li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

input {
    outline: none;
    border: 0;
    font-family: "微软雅黑";
    background: none;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


/*清除苹果按钮样式*/

.btn:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

header {
    width: 100%;
    border-top: 2px solid #ae0a29;
    background-color: #ae0a2938;
}

.header_top {
    width: 100%;
    height: 108px;
    background-color: #b3132c;
    /* position: absolute; */
    z-index: 99;
}

.logo {
    width: 1200px;
    margin: 0 auto;
}

.logo img {
    /* width: 100%; */
    margin-top: 31px;
    margin-bottom: 31px;
}

.logo form {
    width: 215px;
    float: right;
    background-color: #00000021;
    border-radius: 25px;
    margin-top: 31px;
    margin-bottom: 31px;
    padding: 3px;
}

.logo form #inputOne {
    width: 170px;
    height: 38px;
    color: #fff !important;
    border-radius: 25px;
    padding-left: 20px;
    background-color: #c6303875;
}

.sub {
    position: absolute;
    width: 20px;
    margin-top: 8px;
    height: 20px;
    background-image: url(../images/sub.png);
    margin-left: 10px;
}


/* banner */

.tupian {
    position: absolute;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-size: 100% auto;
}

.swiper-button-next {
    width: 40px !important;
    height: 60px !important;
    background-color: #0000006e;
    margin-right: -10px;
}

.swiper-button-prev {
    width: 40px !important;
    height: 60px !important;
    background-color: #0000006e;
    margin-left: -10px;
}

.swiper-button-prev.swiper-button-disabled {
    width: 50px;
    height: 60px;
    background-color: #000000;
    margin-left: -10px;
}

.banner {
    position: relative;
}


/* div#swiper-wrapper-9705d4a2ce32fb81 {
    height: 658px;
} */

.swiper-slide.swiper-slide-visible.swiper-slide-active {
    height: 658px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-clickable {
    margin-bottom: 50px;
}

span.swiper-pagination-bullet {
    border: 1px solid #ffffff;
}

.nav_child {
    position: absolute;
    display: none;
    background-color: #ffffff;
    border-top: 3px solid #ea002a;
    z-index: 10;
}

ul.nav_child li {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #efefef;
    float: inherit !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.nav_child>li>a {
    line-height: normal !important;
}
.nav_child li:hover a {
    color: #b51c2c !important;
}

.nav_ul>li:hover .nav_child {
    display: block;
}

.nav_child li a {
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px;
    color: #333 !important;
    font-size: 14px !important;
}

.nav {
    height: 70px;
    background-color: #ae0c2a;
}

.nav .nav_ul {
    width: 1230px;
    margin: 0 auto;
    box-sizing: border-box;
}

.nav>.nav_ul>li:first-of-type {
    margin-left: 0px;
    margin-top: 23px;
    height: auto;
}

.nav>.nav_ul>li:nth-child(6) .nav_child{
    width:142px;
}

.nav .nav_ul li {
    float: left;
    margin-left: 4%;
    height: 100%;
    position: relative;
}

.nav .nav_ul li:hover ul.nav_child {
    display: block;
}

.nav .nav_ul li a {
    width: 17px;
    height: 14px;
    background-position-x: right;
    line-height: 70px;
}

.Navigation {
    display: flex;
    height: 50px;
}

.navbar {
    margin-right: 50px;
}

.navbar>ul {
    width: 280px;
    height: 70px;
}

.navbar ul li .name {
    margin-top: 10px;
    font-size: 34px;
    font-family: heiti stb;
}

.navbar ul li .title {
    font-size: 24px;
    color: #4c050436;
    font-family: serif;
    margin-top: -25px;
}

.navbar>ul li+li {
    border-bottom: 1px solid #e7e3e3;
}

.navbar>ul>li:first-of-type {
    font-size: 20px;
    background: url(../images/navbar.jpg) no-repeat;
}

.navbar>ul>li:first-of-type>a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.navbar>ul>li>a,
.navbar>ul>li>div>a {
    width: 89.5%;
    display: inline-block;
    font-size: 18px;
    line-height: 67px;
    color: #665252;
    padding-left: 30px;
}

.navbar>ul>.active {
    background-color: #ed6d51;
    color: #ffffff;
}

.navbar>ul>.active>.actives {
    color: #ffffff !important;
}

.navbar>ul>.active>.actives::before {
    content: '';
    width: 20px;
    height: 20px;
    line-height: 65px;
    margin-top: 25px;
    background: url(../images/A_li9.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 30px;
}

.Bimg {
    padding-right: 20px;
    background: url(../images/header_ul.png) no-repeat left top 12px;
}

.nav ul li,
.nav ul li a {
    color: #FFFFFF;
    font-size: 18px;
}
.indexNav .nav_child {
    bottom: 70px;
}
.indexNav.activeNav .nav_child {
    bottom: auto;
    top: 70px;
}
.indexNav.activeNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.Alumni {
    width: 100%;
    height: 900px;
    padding: 80px 0px;
    background-image: url(../images/Alumni_img.png);
}

.Alumni ul {
    width: 1230px;
    margin: 0 auto;
}

.Alumni ul li {
    width: 410px;
    height: 300px;
    /* background-color: #ae0c2a; */
    float: left;
    transition: all .3s ease-out .1s;
    -webkit-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
}

.Alumni ul li :hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transition: all .3s ease-out .1s;
    -webkit-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
}

.Bcolor>img {
    transition: all .3s ease-out .1s;
    -webkit-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
}

.Bcolor {
    overflow: hidden;
}

.A_li2 {
    position: relative;
    background-image: url(../images/Bcolor.png);
    overflow: hidden;
}

.A_li1 {
    background: url(../images/A_li.jpg) no-repeat center;
}

.A_li1 a:hover {
    color: #af0c2b;
    border: 2px solid #af0c2bb8;
    background: #fff;
}

.A_li1_name {
    color: #fff;
    font-size: 38px;
    padding-left: 35px;
    padding-top: 35px;
}

.En_name {
    color: #4c050470;
    font-size: 28px;
    padding-left: 35px;
}

.A_li1_text {
    color: #fff;
    padding-top: 10px;
    padding-left: 35px;
    width: 305px;
    padding-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.A_li1 a {
    width: 120px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid #fff;
    margin-left: 35px;
    padding: 10px 30px;
}

.A_li2 {
    position: relative;
    background-image: url(../images/Bcolor.png);
}

.A_li4 {
    position: relative;
    background-image: url(../images/Bcolor.png);
}

.Bcolor {
    position: absolute;
    width: 100%;
    background: url(./images/Bcolor.png) no-repeat center;
    height: 100%;
    z-index: 9;
}

.A_li2 span {
    background: url(../images/san.png) no-repeat;
}

.A_li3 {
    background-color: #fff;
}

.A_li3_name {
    color: #665252;
    font-size: 20px;
    padding-left: 35px;
    font-weight: 600;
    margin-top: 45px;
    padding-right: 20px;
}

.A_li3_text {
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.A_li3 a {
    padding-left: 35px;
    padding-top: 25px;
    display: block;
}

.A_li9 {
    background-color: #533335;
}

li.A_li9:hover p {
    color: #ffffffd2 !important;
}

.A_li9_name {
    color: #fff;
    font-size: 20px;
    padding-left: 35px;
    font-weight: 600;
    margin-top: 45px;
}

.A_li9_text {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.A_li9 a {
    padding-left: 35px;
    padding-top: 25px;
    display: block;
}

.item {
    width: 100%;
    height: 268px;
    background: url('../images/item.jpg') no-repeat center center #150f0f;
    background-size: 100%;
    position: relative;
    }

.item img {
    width: 100%;
}

.item_day ul {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    flex: 0 0 92%;
    background: url(../images/shijianxian.png) no-repeat center;
}

.item_day ul li.time_active {
    background: url(../images/yuan.png) no-repeat right  top;
    color: #FFFFFF;
}

.data_time ul li.time_active {
    background: url('../images/yuan.png') no-repeat;
    color: #FFFFFF !important;
    width: 57px;
    border-bottom: 0;
}

.data_copy {
    margin-top: -0.07rem;
}

.mok {
    display: block;
    width: 15%;
    height: 225px;
    text-align: center;
}

.mok p {
    font-size: 20px;
    color: #ed6d51;
    margin-top: 50px;
    margin-bottom: 15px;
    height: 56px;
}

.mok span {
    color: #ffffff85;
    font-size: 18px;
    /* padding: 0px 60px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

li.mok.fl:hover span {
    color: #fff !important;
}

li.mok.fl:nth-child(1) {
    margin-left: 16.4%;
}

li.mok.fl:nth-child(2) {
    margin-left: 6.4%;
}

li.mok.fl:nth-child(3) {
    margin-left: 6.4%;
}

.item_txt div {
    display: none;
}

.item_txt div.active2 {
    display: block !important;
    width: 100%;
    height: 620px;
    position: absolute;
    display: block;
    z-index: 1;
}

.mok2 {
    display: block;
    width: 20%;
    height: 225px;
    background-color: rgb(165, 137, 16);
}

.qiehuan2 ul li {
    display: block;
    width: 20%;
    height: 225px;
    background-color: chartreuse;
}

.aboutRight {
    width: 100%;
    height: 225px;
    position: absolute;
    top: 0;
}

.item_day{
    position:
    absolute;
    width: 1505px;
    bottom: 78px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
}

.item_day h4{
    font-size:14px;
    color: #ed6d51;
    flex: 0 0 8%;
    font-weight: 500;
}

.data_copy div {
    display: none;
}

.data_copy div.active {
    display: block;
}

.data_copy div.active2 {
    display: block;
}

.item_day ul li {
    width: 125px;
    height: 22px;
    float: left;
    cursor: pointer;
    background: url(../images/shu.png) no-repeat right 12px top;
}

.item_day ul li p{text-align: right;margin-top: 28px;color: #ffff;font-size: 12px;}

.item_day ul li:nth-child(1) {
    width: 16.1%;
    margin: 0 10px;
}

.item_day ul li:nth-child(2) {
    width: 23%;
    margin-left: 10px;
}

.item_day ul li:nth-child(3) {
    width: 25%;
    /* margin-left: 10px; */
}

.item_day ul li:nth-child(6) {
    width: 127px;
    margin: 0px;
}

.item_day ul li:nth-child(8) {
    width: 129px;
    margin: 0px;
}

.item_day ul li:nth-child(12) {
    width: 110px;
    margin: 0px;
}

.item_day ul li:nth-child(13) {
    width: 35px;
    margin: 0px;
}

.item_txt {
    width: 100%;
    height: 620px;
}

.item_txt>.item_div {
    width: 100%;
    height: 100%;
}

.item_div {
    position: relative;
}

.active2 div {
    width: 100%;
    height: 620px;
    position: absolute;
    display: block;
    z-index: 1;
}

.item_com {
    width: 638px;
    z-index: 999;
    height: 620px;
    position: absolute;
    text-align: center;
    background-color: rgb(0 0 0 / 40%);
}

p.item_com img {
    margin-top: 90px;
}

p.item_com .txt_span1 {
    display: block;
    margin-top: 25px;
    color: #cccccc;
    font-size: 28px;
}

p.item_com .txt_span2 {
    width: 375px;
    color: #cccccc;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.information {
    height: 305px;
}

.information ul li {
    height: 305px;
    background-color: bisque;
    float: left;
}

.information ul li:nth-child(1) {
    width: 33.3333%;
    ;
    background-color: #af0a29;
}

.information ul li:nth-child(2) {
    background-color: #ed6d51;
    width: 33.3333%;
    ;
}

.information ul li:nth-child(3) {
    background-color: #ffeec6;
    width: 33.3333%;
    ;
}

.information ul li p {
    margin-left: 45px;
}

.information ul li:nth-child(3) p {
    color: #333333 !important;
}

.information ul li:nth-child(3) p:nth-child(2) {
    color: #33333378 !important
}

.information ul li p:nth-child(1) {
    color: #fff;
    width: 76%;
    font-size: 20px;
    margin-top: 60px;
    padding-bottom: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
}

.information ul li p:nth-child(2) {
    color: #ffffff7a;
    font-size: 14px;
    line-height: 25px;
    width: 84%;
    font-family: "yahei" !important;
}

.information ul li p:nth-child(3) {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    margin-top: 20px;
}

.footer {
    background-color: #333333;
    height: 320px;
    width: 100%;
}

.lanmu {
    width: 80%;
    height: 320px;
    margin: auto;
}

.lianmu_One {
    margin-left: 150px;
    width: 70%;
}

.lianmu_One>li {
    margin-top: 60px;
    color: #fff;
    font-size: 20px;
    float: left;
    margin-left: 30px;
}

.lianmu_One>li>a {
    color: #fff;
}

.lianmu_two>li {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    float: initial !important;
}

.lianmu_two li a {
    color: #ffffffad;
}

.lianmu_two li a:hover {
    color: #fff;
}

li.lianxi {
    border-left: 1px solid #484848;
    margin-left: 95px;
    margin-top: 20px !important;
}

.lianmu_Sever {
    /* margin-top: 40px;
    width: 25%;
    border-left: 1px solid #484848;
    float: right;
    margin-right: 100px; */
}

.lianmu_Sever li {
    float: left;
    margin-top: 20px;
}

.lianmu_Sever>li>a {
    font-size: 20px;
    color: #fff;
    padding-left: 50px;
}

li.lianjie1 {
    margin-top: 20px;
}

.lianmu_Sever li:nth-child(3) {
    margin-top: 20px;
}

.lianmu_Sever li:nth-child(3) a {
    /* line-height: 55px; */
}

.lianjie {
    width: 100%;
    height: 60px;
    background-color: #1a1a1a;
}

.lianjie p {
    color: #b2b2b2;
    line-height: 60px;
    font-size: 14px;
    margin-left: 240px;
}

.help p {
    font-size: 13px;
}

div#share-2 {
    float: right;
    text-align: center;
    margin-top: 20px;
}

.nav_child li {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    float: inherit !important;
    margin-left: 0px !important;
}

.nav_ul>li:hover .nav_child {
    display: block;
}

.nav_child li a {
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px;
    color: #333 !important;
    font-size: 14px !important;
}

.nav_ul li:nth-child(3) .nav_child {
    margin-left: -30px;
}

a.social-share-icon {
    background: #616161;
    color: #929292 !important;
}

a.social-share-icon.icon-twitter:hover {
    background: #00000000;
}

.iphone_nav {
    display: none;
}

@media only screen and (min-width: 2000px) {
    .item_day ul li:nth-child(1) {
        width: 19%;
        margin: 0px;
    }
    .item_day ul li:nth-child(2) {
        width: 36%;
        margin: 0px;
    }
    .item_day ul li:nth-child(3) {
        width: 36%;
        margin: 0px;
    }
    li.mok.fl:nth-child(1) {
        margin-left: 330px;
    }
}

@media screen and (max-width: 1400px) {

 .item_day li{
	 margin-top: -25px;
 }

}

@media screen and (max-width: 1290px) {
	.lanmu {
	    width: 92%;
		}
}
/* iphone */

@media only screen and (max-width: 600px) {
    .ipn {
        padding-top: 10px;
    }
    .iphone_nav {
        display: block;
    }
    .logo form {
        display: none;
    }
    .nav .nav_ul {
        display: none;
    }
    .nav {
        height: 45px;
        background-color: #ae0c2a;
    }
    .logo {
        width: 100%;
        margin: 0 auto;
    }
    .logo img {
        margin-left: 20px;
        width: 80%;
    }
    .banner {
        height: 400px !important;
    }
    .lianmu_Sever + .lianmu_Sever > .lianjie1 {
        margin-top: 0px;
    }
    .lianmu_Sever + .lianmu_Sever > .lianjie1>a {
        display: none;
    }
    .lian .lianxi {
        margin-top: 0px !important;
    }
    .tupian {
        position: absolute;
        height: 100%;
        background-position: center;
        background-size: auto 100%;
        background-size: cover !important;
    }
    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 400px;
        position: relative;
        transition-property: transform;
    }
    div#swiper-wrapper-9705d4a2ce32fb81 {
        height: 100%;
    }
    .Alumni {
        width: 100%;
        height: 1915px;
        padding: 20px 0px;
        background-image: url(../images/Alumni_img.png);
    }
    .Alumni ul {
        width: 100% !important;
        margin: 0 auto;
    }
    .Alumni ul li {
        margin-left: 0px;
        margin-top: 0px;
        height: 215px;
    }
    .A_li3_name,
    .A_li9_name {
        margin-top: 15px;
    }
    .A_li3 a {
        padding-top: 5px;
    }
    .A_li2>a>img {
        display: block;
        width: 100%;
        height: auto !important;
    }
    .item {
        display: none;
    }
    .item_div>.item_com {
        width: 100%;
    }
    .item_txt {
        width: 100%;
        height: 400px;
    }
    .item_txt div.active2 {
        display: block !important;
        width: 100%;
        height: 400px;
        position: absolute;
        display: block;
        z-index: 1;
    }
    .active2 div {
        width: 100%;
        height: 400px;
        position: absolute;
        display: block;
        z-index: 1;
    }
    .item_com {
        width: 638px;
        z-index: 999;
        height: 400px;
        position: absolute;
        text-align: center;
        background-color: rgb(0 0 0 / 40%);
    }
    .information ul li:nth-child(1) {
        width: 100%;
        background-color: #af0a29;
    }
    .information ul li:nth-child(2) {
        background-color: #ed6d51;
        width: 100%;
    }
    .information ul li:nth-child(3) {
        background-color: #ffeec6;
        width: 100%;
    }
    .information ul li p:nth-child(2) {
        color: #ffffff7a;
        font-size: 14px;
        line-height: 25px;
        width: 80%;
        font-family: "yahei" !important;
    }
    .information ul li p:nth-child(2):hover {
        color: #ffffffbd;
    }
    .information {
        height: 920px;
    }
    .lianmu_One {
        margin-left: 0px;
        width: 100%;
    }
    .lianmu_One>li {
        margin-top: 60px;
        color: #fff;
        font-size: 20px;
        float: left;
        margin-left: 35px;
    }
    .information ul li p:nth-child(1) {
        color: #fff;
        width: 360px;
    }
    .information ul li:nth-child(3) p:nth-child(2) {
        color: #33333378 !important;
        width: 360px;
    }
    .information ul li:nth-child(3) p:nth-child(2):hover {
        color: #000000ad !important;
    }
    .footer {
        background-color: #333333;
        height: auto;
        width: 100%;
    }
    .lanmu {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }
    .lianmu_One {
        margin-left: 0px;
        width: 100%;
    }
    .lianmu_One>li {
        margin-top: 30px;
        color: #fff;
        font-size: 20px;
        float: left;
        margin-left: 40px;
    }
    .lanmu:after, .ipn:after {
        display: block;
        content: '';
        clear: both;
    }
    .lianjie {
        width: 100%;
        height: 65px;
        background-color: #1a1a1a;
    }
    .lanmu>.lianmu_Sever>.lianjie1 {
        margin-top: 0px;
    }
    .lanmu>.lianmu_Sever>.lianjie1>a {
        display: none;
    }
    .lianjie p {
        color: #b2b2b2;
        line-height: 25px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        text-align: center;
        margin-left: 0px;
    }
    .lianmu_Sever.lian>.lianxi {
        margin-left: 0px !important;
    }
    .lianmu_Sever.lian>li+li {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
    div#share-2 {
        display: none;
    }
    .information ul li p {
        margin-left: 33px;
    }
    /* 手机端导航 */
    .headerbtn_bar {
        width: 100%;
        height: 45px;
        display: block !important;
        background: url(../images/menu.png) no-repeat right;
        margin-bottom: 10px;
        margin-right: 20px;
    }
    /* 手机端导航 */
    .iphone_nav {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        margin-left: -40%;
        transition: all 0.6s ease 0.2s;
        -webkit-transition: all 0.6s ease 0.2s;
        -moz-transition: all 0.6s ease 0.2s;
        -ms-transition: all 0.6s ease 0.2s;
        -o-transition: all 0.6ss ease 0.2s;
        z-index: 1002;
    }
    .iphone-list>li>a {
        display: block;
        font-size: 22px;
        color: #000000;
        line-height: 55px;
    }
    .iphone-box>ul>li>a>i {
        height: 46px;
        width: 16px;
        padding-left: 8px;
        box-sizing: content-box;
        vertical-align: middle;
        display: inline-block;
        background: url(../images/phone_more1.png) no-repeat right center;
    }
    .masking.focus {
        width: 100%;
        background-color: rgb(0 0 0 / 47%);
        z-index: 1001;
        height: 100%;
        position: absolute;
    }
    .iphone_nav.focus {
        margin-left: 0;
        display: block !important;
    }
    .iphone-box {
        width: 100%;
        height: 100%;
        text-align: center;
        /* line-height: 46px; */
        background: white;
        padding-top: 80px;
        transition: all 0.6s ease 0.2s;
        -webkit-transition: all 0.6s ease 0.2s;
        -moz-transition: all 0.6s ease 0.2s;
        -ms-transition: all 0.6s ease 0.2s;
        -o-transition: all 0.6ss ease 0.2s;
    }
    .iphone_nav {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        margin-left: -40%;
        transition: all 0.6s ease 0.2s;
        ;
        -webkit-transition: all 0.6s ease 0.2s;
        /*谷歌和safari*/
        -moz-transition: all 0.6s ease 0.2s;
        /*火狐*/
        -ms-transition: all 0.6s ease 0.2s;
        /*ie*/
        -o-transition: all 0.6ss ease 0.2s;
        /*opera*/
        z-index: 1002;
    }
    .iphone-box {
        background-color: rgba(255, 255, 255, 0.98);
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 46px;
        padding-top: 80px;
        transition: all 0.6s ease 0.2s;
        ;
        -webkit-transition: all 0.6s ease 0.2s;
        /*谷歌和safari*/
        -moz-transition: all 0.6s ease 0.2s;
        /*火狐*/
        -ms-transition: all 0.6s ease 0.2s;
        /*ie*/
        -o-transition: all 0.6ss ease 0.2s;
        /*opera*/
    }
    .iphone-box ul {
        padding: 0;
    }
    .iphone-list>li>a {
        display: block;
        font-size: 22px;
        color: #000000;
        line-height: 55px;
    }
    .iphone-box>ul>li>ul {
        display: none;
        padding-bottom: 10px;
    }
    .iphone-box>ul>li>ul>li>a {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 30px;
    }
    .iphone-box>ul>li>ul>li>a strong {
        font-weight: normal !important;
    }
    .iphone_nav.focus {
        margin-left: 0;
        display: block !important;
    }
    .iphone-box>ul>li>a {
        display: block;
        font-size: 14px;
        color: #000000;
        line-height: 40px;
    }
}