/*# sourceMappingURL=style.css.map */

body {
    padding: 0;
    margin: 0;
}

.f5 {
    background-color: #f5f5f5;
}

#ph-title, .proin .pc-header {
    display: none;
}

.pc-title {
    width: 92%;
    max-width: 1400px;
    margin: -57px auto 0;
    padding: 38px 10px;
    background-color: #f6f6f6;
    position: relative;
    z-index: 5;
}

.pc-title a {
    display: block;
    width: 20%;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-family: '微軟正黑體';
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: relative;
}

.pc-title a:before {
    display: block;
    width: 1px;
    height: 17px;
    background-color: #c5c5c5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
    content: '';
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.pc-title a:last-child:before, #ph-title, #ph-list, .swiper-pro {
    display: none;
}

.pc-title a:hover, .pc-title a.on {
    color: #fff;
    background-color: #333;
}

.pc-title a:hover:before, .pc-title a.on:before, #ph-title {
    display: none;
}

.pro-box .title {
    text-align: center;
    padding: 70px 0 95px;
}

.pro-box .title h2, .sc-list .title h2, .mast-list .title h2 {
    font-size: 42px;
    color: #282828;
    line-height: 70px;
    text-transform: Uppercase;
    font-family: 'Open Sans', 'arial';
}

.pro-box .title h2 span, .sc-list .title h2 span, .mast-list .title h2 span {
    font-size: 60px;
}

.pro-box .title .fa, .sc-list .title .fa, .mast-list .title .fa {
    font-size: 36px;
    color: #282828;
    line-height: 45px;
    font-family: '微軟正黑體';
}

.pro-box .list {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto 70px;
    overflow: hidden;
}

.pro-box .list ul, .proin-list .pc-list ul {
    width: 103%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-box .list ul li, .proin-list .pc-list ul li {
    width: 30%;
    float: none;
    font-family: '微軟正黑體';
    margin: 0 3.33% 25px 0;
}

.pro-box .list ul li .pic, .proin-list .pc-list ul li .pic {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 30px;
}

.pro-box .list ul li .pic img, .proin-list .pc-list ul li img {
    display: block;
    width: 100%;
    opacity: 0.8;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pro-box .list ul li:hover .pic img, .proin-list .pc-list ul li:hover img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    opacity: 1;
}

/* .pro-box .list ul li .box,.proin-list .pc-list ul li .box{
	border-top: 1px solid #cccccc;
} */

.pro-box .list ul li .box .details, .proin-list .pc-list ul li .box .details {
    /* width:70%;
	padding:20px 0 10px 9%;
	float: left; */
    box-sizing: border-box;
    /* border-right: 1px solid #cccccc; */
}

.pro-box .list ul li .box .details .fa, .proin-list .pc-list ul li .box .details .fa {
    font-size: 12px;
    color: #666;
    line-height: 1.2;
    margin: 15px 0 25px;
}

.pro-price {
    font-size: 24px;
    color: #E61A1A;
    font-weight: bold;
    line-height: 1;
}

.pro-box .list ul li .box .details h3, .proin-list .pc-list ul li .box .details h3 {
    font-size: 24px;
    color: #282828;
    line-height: 1;
    font-weight: bold;
}

.pro-box .list ul li .box .btn, .proin-list .pc-list ul li .box .btn {
    width: 30%;
    float: right;
    padding-top: 20px;
    font-size: 16px;
    color: #282828;
    line-height: 26px;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.pro-box .list ul li .box .btn i, .proin-list .pc-list ul li .box .btn i {
    font-style: normal;
    position: relative;
    display: inline-block;
    line-height: 26px;
    width: 26px;
}

.pro-box .list ul li:hover .box .btn i, .proin-list .pc-list ul li:hover .box .btn i {
    animation: mymove 0.25s 0.1s 4;
    -webkit-animation: mymove 0.25s 0.1s 4;
}

.pro-box .list ul li:hover .box .btn, .proin-list .pc-list ul li:hover .box .btn {
    color: #a04b72
}

@keyframes mymove {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sup-banner {
    width: 100%;
    background-color: #eaeaea;
}

.sup-banner .sup-ban, .mast-list {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}

.flexslider .slides li a {
    display: block;
    width: 100%;
    height: 100%;
}

.flexslider .slides li a video {
    display: block;
    height: 100%;
    width: 100%;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.flex-direction-nav .flex-prev {
    left: -70px;
    background: url(../../img/bus-img16.png) center no-repeat;
}

.flex-direction-nav .flex-next {
    right: -70px;
    background: url(../../img/bus-img17.png) center no-repeat;
}

.proin-box, .proin-list {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}

.proin-box .title {
    padding: 55px 0 35px;
    border-bottom: 1px dashed #c9c9c9;
    margin-bottom: 40px;
}

.proin-box .title h2 {
    display: inline-block;
    float: left;
    line-height: 50px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    font-family: '微軟正黑體';
    width: 70%;
}

.proin-box .title .btn, .proin-box .btnn {
    width: 146px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #a04b72;
    background-color: #a04b72;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    display: block;
    float: right;
    transition: all 0.5s;
    cursor: pointer;
    -webkit-transition: all 0.5s;
}

.proin-box .title .btn:hover {
    background-color: #fff;
    color: #a04b72
}

.proin-box .details, .proin-box .details p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.proin-box .details img {
    max-width: 100%
}

.proin-box .details {
    margin-bottom: 70px;
}

.flex-control-nav, .ph-list {
    display: none;
}

.proin-list h2 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
    font-family: '微軟正黑體';
}

.sche-box {
    width: 100%;
    position: relative;
}

.sche-box .i {
    display: block;
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    top: -200px;
    left: 0;
}

.sche-box .warp {
    width: 92%;
    max-width: 1400px;
    margin: 135px auto 100px;
}

.sche-box .flexslider {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    position: relative;
    background-color: #f5f5f5;
}

.sche-box .flexslider .slides li .pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 65px;
}

.sche-box .flexslider .slides li .pic img {
    width: 100%;
    display: block;
}

.sche-box .flex-direction-nav .flex-prev, .sche-box .flex-direction-nav .flex-next {
    display: none;
}

.sche-box .flex-control-nav, .sche-box .proin .pc-header, .sche-box .proin-box .btnn {
    display: block;
}

.sche-box .flex-control-paging li a.flex-active {
    background-color: #a04b72;
    border: 1px solid #a04b72;
}

.sche-box .flex-control-paging li a {
    border: 1px solid #c5c5c5;
    width: 11px;
    height: 11px;
    background-color: #f5f5f5;
}

.sche-box .flex-control-paging li a:hover {
    background-color: #f5f5f5;
}

.sche-box .ban-box {
    bottom: 2px;
    height: 12px
}

.sche-box .flexslider .slides li .box {
    text-align: center;
}

.sche-box .flexslider .slides li .box h3 {
    font-size: 36px;
    line-height: 45px;
    color: #282828;
    margin-bottom: 25px;
}

.sche-box .flexslider .slides li .box .details {
    width: 65%;
    margin: 0 auto;
    text-align: justify;
}

.sche-box .flexslider .slides li .box .details, .sche-box .flexslider .slides li .box .details p {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
}

.sche-list {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}

.sche-list ul li {
    width: 48%;
    padding: 1.5%;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.sche-list ul li:nth-child(even) {
    float: right;
}

.sche-list ul li:nth-child(odd) {
    float: left;
}

.sche-list ul li .box {
    border: 1px dashed #d4d4d4;
    padding: 10% 4% 0%;
    font-family: '微軟正黑體';
}

.sche-list ul li .box h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 35px;
    font-weight: bold;
}

.sche-list ul li .box h3:before {
    display: block;
    width: 27px;
    height: 3px;
    background-color: #a04b72;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ''
}

.sche-list ul li .box .details {
    min-height: 185px;
}

.sche-list ul li .box .details, .sche-list ul li .box .details p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.sc-list {
    width: 100%;
    margin: 140px auto 0px;
    padding-bottom: 150px;
    background-color: #fff;
}

.sc-list .title {
    text-align: center;
    padding: 130px 0 140px;
}

.sc-list #ee {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.sc-list .flex-viewport {
    margin-bottom: 50px
}

.sc-list #ee .slides {
    width: 100%;
    overflow: hidden;
}

.sc-list #ee .slides li {
    display: block;
    width: 100%;
    height: 100%;
}

.sc-list #ee .slides li a {
    display: block;
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 1%;
    /**/
}

.sc-list #ee .slides li a span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    background: url(../../img/pro-border.jpg) center/100% 100% no-repeat;
}

.sc-list .flex-direction-nav .flex-prev, .sc-list .flex-direction-nav .flex-next {
    display: none;
}

.sc-list .ban-box {
    display: block;
    width: 100%;
    height: 30px;
}

.sc-list .flex-control-nav {
    display: block;
}

.sc-list .flex-control-paging li {
    margin: 0
}

.sc-list .flex-control-paging li a {
    width: auto;
    height: auto;
    margin: 0 3px;
    font-size: 16px;
    line-height: 21px;
    color: #282828;
    font-family: 'GOTHIC';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    opacity: 1;
    position: relative;
    text-indent: 0;
    cursor: pointer;
}

.sc-list .flex-control-paging li a:before {
    display: block;
    width: 0%;
    height: 1px;
    background-color: #8c3861;
    content: '';
    position: absolute;
    right: 2%;
    top: 49.5%;
}

.sc-list .flex-control-paging li a.flex-active {
    padding-right: 80px;
    color: #8c3861;
}

.sc-list .flex-control-paging li a.flex-active:before {
    width: 65%;
}

/*.sc-list #ee .swiper-wrapper{margin-bottom: 110px;}
.sc-list #ee .swiper-slide{
	width: 100%;
}
.sc-list #ee .swiper-slide a{
	display: block;
	width: 17%;
	float: left;
	margin:0 1.5%;
}
.sc-list #ee .swiper-slide a img{
	display: block;width: 100%;
}
.sc-list #ee .swip{
	width: 100%;
	text-align: center;
	height: 21px;
}
.sc-list #ee .swip .swiper-pagination-switch{
	width: auto;
	height: auto;
	margin: 0 13px;
	font-size: 16px;
	line-height: 21px;
	color: #282828;
	font-family: 'GOTHIC';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    opacity:1;
    position: relative;
}
.sc-list #ee .swip  .swiper-pagination-switch:before{
	display: block;
	content: '';
	width: 0px;
	position: absolute;right: 0;
	top:10px;
	background-color: #a04b72;
	height: 1px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sc-list #ee .swip .swiper-active-switch{
	position: relative;
	padding-right: 95px;
	background:transparent;
	color: #a04b72;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sc-list #ee .swip .swiper-active-switch:before{
	width:85px;
}*/

.fot-list {
    width: 100%;
    overflow: hidden;
}

.fot-list ul li {
    position: relative;
}

.fot-list ul li:nth-child(odd) .pic {
    float: left;
}

.fot-list ul li:nth-child(even) .box {
    float: left;
}

.fot-list ul li:nth-child(even) .pic {
    float: right;
}

.fot-list ul li:nth-child(odd) .box {
    float: right;
}

.fot-list ul li .pic {
    width: 50%;
    overflow: hidden;
}

.fot-list ul li .pic img {
    display: block;
    width: 100%
}

.fot-list ul li .box {
    width: 50%;
    position: relative;
}

.fot-list ul li .box .mian {
    position: absolute;
    top: 20px;
    width: 70%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.fot-list ul li:nth-child(odd) .box .mian {
    left: 12.5%;
}

.fot-list ul li:nth-child(even) .box .mian {
    left: 15%;
}

.fot-list ul li .box h3 {
    font-size: 36px;
    line-height: 45px;
    color: #282828;
    font-family: '微軟正黑體';
    font-weight: bold;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-bottom: 20px;
}

.fot-list ul li .box h3 i {
    display: block;
    position: absolute;
    left: 0;
    top: -37px;
    font-size: 102px;
    line-height: 80px;
    color: #e6e6e6;
    font-style: normal;
    z-index: -1;
    font-family: 'GOTHIC'
}

.fot-list ul li .box .details, .fot-list ul li .box .details p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.mast-list {
    margin: 0 auto 165px;
}

.mast-list .title {
    padding: 75px 0 125px;
    text-align: center;
}

.mast-list .list {
    width: 92%;
    max-width: 1060px;
    margin: 0 auto;
}

.mast-list .list ul li:nth-child(odd) .pic {
    float: left;
}

.mast-list .list ul li:nth-child(odd) .box {
    float: right;
}

.mast-list .list ul li:nth-child(even) .pic {
    float: right;
}

.mast-list .list ul li:nth-child(even) .box {
    float: left;
}

.mast-list .list ul li .pic {
    width: 46%;
    overflow: hidden;
}

.mast-list .list ul li .pic img {
    display: block;
    width: 100%
}

.mast-list .list ul li .box {
    font-family: '微軟正黑體';
    text-align: center;
    width: 46%;
    padding: 20% 3% 0;
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.mast-list .list ul li .box h3 {
    font-size: 26px;
    color: #a04b72;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: bold;
}

.mast-list .list ul li .box .details {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 30px;
}

.mast-list .list ul li .box .btn {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    padding-right: 38px;
    background: url(../../img/img35.png) right center no-repeat;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.mast-list .list ul li .box .btn:hover {
    color: #a04b72;
    background: url(../../img/img36.png) right center no-repeat;
}

.proin-box .btnn {
    display: none;
}

.en-btns {
    display: block;
    margin: 40px auto 130px;
    width: 155px;
    padding-right: 60px;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
    background: url(../../img/img24.png) center right no-repeat;
}

@media (max-width:1600px) {
    .flex-direction-nav .flex-next {
        right: 20px;
    }
    .flex-direction-nav .flex-prev {
        left: 20px;
    }
    .fot-list ul li .box .mian {
        width: 80%;
    }
    .fot-list ul li:nth-child(even) .box .mian, .fot-list ul li:nth-child(odd) .box .mian {
        left: 10%
    }
    .fot-list ul li .pic img {
        position: relative;
        width: 795px;
        height: 472px;
        left: 50%;
        margin-left: -397px;
        top: 0;
    }
}

@media (max-width:1300px) {
    .fot-list ul li .box h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .fot-list ul li .box .details {
        line-height: 28px;
    }
    .fot-list ul li .box h3 i {
        font-size: 90px;
    }
    .fot-list ul li .box h3 {
        margin-bottom: 10px;
    }
    .fot-list ul li .box h3 {
        font-size: 30px;
    }
}

@media (max-width:1200px) {
    .pro-box .list ul li {
        margin: 0 3.33% 80px 0;
    }
    .sche-box .flexslider .slides li .box .details {
        width: 92%
    }
    .sche-list ul li .box {
        padding: 8% 4% 0%;
    }
    .sche-list ul li .box h3 {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .sche-list ul li .box h3:before {
        height: 2px;
    }
    .sche-list ul li .box .details, .sche-list ul li .box .details p {
        line-height: 28px;
    }
    .sche-list ul li .box .details {
        min-height: 210px;
    }
    .sc-list {
        margin: 70px auto 0px;
        padding-bottom: 90px;
    }
    .sc-list #ee .swiper-slide a {
        width: 18%;
        margin: 0 1%;
    }
    .sc-list .title {
        padding: 110px 0 90px;
    }
    .fot-list ul li .box .mian {
        width: 84%;
    }
    .fot-list ul li:nth-child(even) .box .mian, .fot-list ul li:nth-child(odd) .box .mian {
        left: 8%
    }
    .mast-list .list ul li .box {
        padding: 16% 3% 0;
    }
}

@media (max-width:1024px) {
    .pro-box .title h2, .sc-list .title h2, .mast-list .title h2 {
        font-size: 34px;
    }
    .pro-box .title h2 span, .sc-list .title h2 span, .mast-list .title h2 span {
        font-size: 48px;
    }
    .pro-box .title .fa, .sc-list .title .fa, .mast-list .title .fa {
        font-size: 29px;
    }
    .pro-box .list ul li .box .details h3 {
        font-size: 20px
    }
    .pro-box .list ul li:hover .box .btn i {
        animation: mymove 0s 0s infinite;
        -webkit-animation: mymove 0s 0s infinite;
    }
    .pro-box .list ul {
        width: 100%;
    }
    .pro-box .list ul li {
        margin: 0 2.5% 80px 2.5%;
        width: 45%;
    }
    .pro-box .list ul li .pic {
        background-color: transparent;
    }
    .pro-box .list ul li .pic img, .pro-box .list ul li:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
    .proin-list {
        padding-bottom: 80px;
    }
    .proin-list .pc-list, .sc-list #ee {
        display: none;
    }
    .proin-list #ph-list {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        direction: ltr;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }
    .proin-list #ph-list .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .proin-list #ph-list .swiper-wrapper .swiper-slide {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .proin-list #ph-list .swiper-wrapper .swiper-slide a {
        display: block;
        width: 92%;
        height: 100%;
        cursor: pointer;
        margin: 0 auto;
    }
    #ph-list .swiper-slide .pic {
        width: 100%;
        overflow: hidden;
        margin-bottom: 25px;
    }
    #ph-list .swiper-slide .pic img {
        display: block;
        width: 100%;
    }
    #ph-list .swiper-slide .box {
        border-top: 1px solid #cccccc;
    }
    #ph-list .swiper-slide .box .details {
        width: 70%;
        padding: 20px 0 10px 9%;
        float: left;
        box-sizing: border-box;
        border-right: 1px solid #cccccc;
    }
    #ph-list .swiper-slide .box .details .fa {
        font-size: 14px;
        color: #282828;
        line-height: 24px;
        margin-bottom: 9px;
    }
    #ph-list .swiper-slide .box .details h3 {
        font-size: 20px;
        color: #282828;
        line-height: 30px;
    }
    #ph-list .swiper-slide .box .btn {
        width: 30%;
        float: right;
        padding-top: 20px;
        font-size: 16px;
        color: #282828;
        line-height: 26px;
        text-align: center;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    #ph-list .swiper-slide .box .btn i {
        font-style: normal;
        position: relative;
        display: inline-block;
        line-height: 26px;
        width: 26px;
    }
    .swiper-pro {
        position: relative;
        width: 100%;
        margin-top: 50px;
        display: block;
    }
    .swiper-pro span {
        width: 10px;
        border-radius: 100%;
        border: 1px solid #e5e5e5;
        height: 10px;
        background: #fff;
        opacity: 1;
        margin: 0 6px;
    }
    .swiper-pro .swiper-pagination-bullet-active {
        background-color: #8c3861;
    }
    .sche-box .flexslider .slides li .box h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .sche-list ul li:nth-child(even), .sche-list ul li:nth-child(odd) {
        float: none;
        margin-bottom: 30px;
    }
    .sche-list ul li {
        width: 100%;
    }
    .sche-list ul li .box .details {
        height: auto;
        min-height: 0px;
    }
    .sche-list ul li .box {
        padding: 6% 4% 5%;
    }
    .sche-box .warp {
        margin: 80px auto;
    }
    .sc-list .title {
        padding: 70px 0 60px;
    }
    .sc-list .ph-list {
        width: 92%;
        margin: 0 auto;
        display: block;
    }
    .sc-list .ph-list #ph-indnew {
        width: 100%;
        display: block;
    }
    .sc-list .ph-list #ph-indnew .swiper-slide {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        text-align: center;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .sc-list .ph-list #ph-indnew .swiper-slide a {
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    .sc-list .ph-list #ph-indnew .swiper-slide a span {
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px;
        box-sizing: border-box;
        background: url(../../img/pro-border.jpg) center/100% 100% no-repeat;
    }
    .sc-list .ph-list #ph-indnew .swiper-slide a img {
        display: block;
        width: 100%;
    }
    .sc-list .ph-list .swiper-pagination {
        width: 100%;
        position: relative;
        margin-top: 40px
    }
    .sc-list .ph-list .swiper-pagination span {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #9a9899;
        background-color: #fff;
        margin: 0 6px;
        opacity: 1
    }
    .sc-list .ph-list .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #a04b72;
        border: 1px solid #a04b72;
    }
    .fot-list ul li:nth-child(odd) .pic, .fot-list ul li:nth-child(even) .pic {
        float: none;
        width: 100%
    }
    .fot-list ul li:nth-child(odd) .box, .fot-list ul li:nth-child(even) .box {
        width: 92%;
        float: none;
        margin: 0 auto;
        padding: 80px 0 50px;
    }
    .fot-list ul li:nth-child(odd) .box .mian, .fot-list ul li:nth-child(even) .box .mian {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .fot-list ul li .pic img {
        width: 100%;
        left: 0;
        margin: 0;
        height: auto;
    }
    .mast-list .list ul li .box {
        padding: 9% 3% 0;
    }
    .mast-list .title {
        padding: 60px 0
    }
    .pc-title {
        padding: 30px 0
    }
}

@media (max-width:767px) {
    .pc-title {
        display: none;
    }
    #ph-title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
        overflow: hidden;
        direction: ltr;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        background-color: #fff;
    }
    #ph-title .swiper-wrapper .swiper-slide {
        width: 35%;
    }
    #ph-title .swiper-wrapper .swiper-slide a {
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 15px;
        color: #333;
    }
    #ph-title .swiper-wrapper .swiper-slide.on a {
        background-color: #a04b72;
        color: #fff;
    }
    .pro-box .title h2, .sc-list .title h2, .mast-list .title h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px
    }
    .pro-box .title h2 span, .sc-list .title h2 span, .mast-list .title h2 span {
        font-size: 30px;
    }
    .pro-box .title .fa, .sc-list .title .fa, .mast-list .title .fa {
        font-size: 18px;
        line-height: 30px;
    }
    .pro-box .title {
        /* padding: 40px 0 50px; */
        display: none;
    }
    .pro-box .list ul li {
        width: calc((100% - 15px) / 2);
        margin: 0 0 18px 0;
        margin-right: 15px;
        border-radius: 15px 15px 0px 0px;
        overflow: hidden;
        background: #fff;
    }
    .pro-box {
        background: #F5F5F5;
        padding-top: 20px;
    }
    .pro-box .list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .pro-box .list ul li .pic {
        margin-bottom: 12px;
    }
    .pro-box .list ul li .box .details .fa {
        margin-bottom: 0
    }
    .pro-box .list ul li .box .details h3 {
        font-size: 16px;
    }
    .pro-box .list ul li .box .btn {
        font-size: 14px;
    }
    .sup-banner .sup-ban {
        width: 100%;
    }
    .flex-direction-nav .flex-next {
        background: url(../../img/bus-img17.png) center/18px no-repeat;
    }
    .flex-direction-nav .flex-prev {
        background: url(../../img/bus-img16.png) center/18px no-repeat;
    }
    .proin-box .title {
        padding: 20px 0 10px;
        margin-bottom: 20px;
    }
    .proin-box .title h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .proin-box .details, .proin-box .details p {
        font-size: 14px;
        line-height: 24px;
    }
    .proin-box .details {
        margin-bottom: 25px;
        border-bottom: 1px dashed #c9c9c9;
        padding-bottom: 30px;
    }
    .proin-box .title .btn {
        display: none;
    }
    .proin-box .btnn {
        display: block;
        float: none;
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .proin-list h2 {
        font-size: 18px;
    }
    .proin-list #ph-list .swiper-wrapper .swiper-slide {
        width: 100%;
    }
    .proin-list #ph-list .swiper-wrapper .swiper-slide a {
        width: 96%;
    }
    #ph-list .swiper-slide .box .details h3 {
        font-size: 16px;
    }
    #ph-list .swiper-slide .box .details .fa {
        margin-bottom: 0
    }
    #ph-list .swiper-slide .box .btn {
        font-size: 14px;
    }
    .sche-box .warp {
        margin: 50px auto 45px;
    }
    .sche-box .i {
        top: -150px
    }
    .sche-box .flexslider .slides li .box h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .sche-box .flexslider .slides li .pic {
        margin-bottom: 30px;
    }
    .sche-box .flexslider .slides li .box .details {
        width: 100%
    }
    .sche-box .flexslider .slides li .box .details, .sche-box .flexslider .slides li .box .details p {
        font-size: 14px;
        line-height: 26px;
    }
    .sche-box .flexslider {
        padding-bottom: 50px;
    }
    .sche-list ul li .box h3 {
        padding-bottom: 15px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }
    .sche-list ul li .box .details, .sche-list ul li .box .details p, .fot-list ul li .box .details, .fot-list ul li .box .details p, .mast-list .list ul li .box .details {
        font-size: 14px;
        line-height: 26px;
    }
    .sche-list ul li:nth-child(even), .sche-list ul li:nth-child(odd) {
        margin-bottom: 20px;
    }
    .sc-list .ph-list .swiper-pagination span {
        width: 9px;
        height: 9px;
        margin: 0 3px;
    }
    .fot-list ul li .box h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .fot-list ul li .box h3 i {
        font-size: 70px;
        line-height: 60px;
        top: -28px;
    }
    .pro-box .list ul li .box .details .fa, .proin-list .pc-list ul li .box .details .fa {
        margin: 7px 0 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .pro-box .list ul li .box .details, .proin-list .pc-list ul li .box .details {
        padding: 0 10px 10px 10px;
    }
    .fot-list ul li:nth-child(odd) .box, .fot-list ul li:nth-child(even) .box {
        padding: 60px 0 40px;
    }
    .mast-list .list ul li:nth-child(odd) .pic, .mast-list .list ul li:nth-child(odd) .box, .mast-list .list ul li:nth-child(even) .pic, .mast-list .list ul li:nth-child(even) .box {
        float: none;
    }
    .mast-list .list ul li .pic {
        width: 100%;
    }
    .mast-list .list ul li .box {
        width: 100%;
        padding: 7% 3%;
    }
    .mast-list .title {
        padding: 50px 0 40px;
    }
    .mast-list .list {
        width: 100%;
    }
    .mast-list .list ul li .pic {
        height: 300px;
    }
    .mast-list .list ul li .box h3 {
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .mast-list .list ul li .box .details {
        margin-bottom: 20px;
    }
    .mast-list .list ul li .box .btn {
        font-size: 13px;
        padding-right: 30px;
        background: url(../../img/img35.png) right center/18px no-repeat;
    }
    .mast-list {
        margin: 0 auto 70px
    }
    .en-btns {
        margin: 20px auto 80px;
        width: 130px;
        padding-right: 37px;
        font-size: 18px;
    }
}