﻿/*Common*/
.pageTitle{
    width:100%;
    height:auto;overflow:hidden;
    margin-bottom: 40px;
}
.pageTitle h1{
    line-height:45px;
    font-size:30px;
    font-weight:bold;
    text-transform: uppercase;
}
.pageTitle s{
    width:50px;
    height:4px;
    background-color:#ed6d00;
    display:block;
}
.pageWidth{
    width:100%;
    height: auto;overflow: hidden;
    margin:40px auto;
}
.pageWidth img{
    max-width: 100%;
}


/*Pack*/
.pagePacking{
    width:100%;
    height: auto;overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagePackingWord{
    width:55%;float: left;
    margin-right: 5%;;
}
.pagePackingWord h2{
    line-height: 40px;
    font-size:24px;
    color:#ed6d00;
    font-weight: bold;
    margin-top:30px;
    margin-bottom: 10px;
}
.pagePackingWord h3{
    line-height: 35px;
    font-size:18px;
}
.pagePackingPic{
    width:40%;float:left;
}
.pagePackingPic li{
    width:48%;float: left;
    margin:10px 1%;
}
.pagePackingPic li img{
    width:100%;
}

/*Company*/
.pageAboutPic{
    width:100%;
    text-align: center;
}
.pageAboutPic img{
    max-width: 100%;;
}

.pageAboutOne{
    width:100%;
    height: auto;overflow: hidden;
    background-color: #f0f0f0;
}
.pageAboutOneWord{
    width:35%;float: left;
    padding:50px 5% 20px 5%;
}
.pageAboutOneWord h2{
    line-height: 40px;
    font-size: 24px;
}
.pageAboutOneWord h3{
    height: auto;overflow: hidden;
    line-height: 30px;
    font-size:16px;
    margin:10px auto;
}
.pageAboutOneList{
    width:51%;float: left;
    padding:30px 2%;
    background: linear-gradient(90deg,#1479e2,#0763c2);
    color:#fff;
}
.pageAboutOneList li{
    width:100%;
    height: auto;overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageAboutOneList li h2{
    line-height: 40px;
    font-size: 20px;
}
.pageAboutOneList li h3{
    height: auto;overflow: hidden;
    line-height: 25px;
    margin:10px auto;
}
.pageAboutOneList li .icon{
    width:20%;float: left;
    text-align: center;
}
.pageAboutOneList li .icon img{ 
    max-width: 80%;
    max-height: 80px;
}
.pageAboutOneList li .word{
    width: 80%;float: left;
}

.aboutList{
    width:100%;
    height:auto;overflow:hidden;
    margin:10px auto;
}
.aboutList .leftWord{
    width:55%;float:left;
    padding-top:30px;
}
.aboutList .rightPic{
    width:40%;float:left;
    margin-left:5%;
}
.aboutList .leftPic{
    width:40%;float:left;
    margin-right:5%;
}
.aboutList .rightWord{
    width:55%;float:left;
    text-align:right;
    padding-top:30px;
}
.aboutList img{
    max-width:100%;
}
.aboutList h2{
    width:90%;
    height:auto;line-height:30px;
    overflow:hidden;
    margin:10px auto 0 auto;
    font-size:24px;
    font-weight:bold;
}
.aboutList h3{
    width:90%;
    height:auto;line-height:25px;
    overflow:hidden;
    margin:10px auto 10px auto;
    color:#666;
    word-wrap:break-word; 
}


/*Service*/
.pageServiceNav{
    width:100%;
    height:auto;overflow:hidden;
}
    .pageServiceNav li {
        width: 23%;
        float: left;
        margin: 10px 1%;
        background-color: #1f4863;
        color:#fff;
        text-align:center;
        padding:50px 0;
        transition:all 0.5s;
    }
    .pageServiceNav li:hover{
        background-color:#ff5700;
    }
    .pageServiceNav li h2{
        font-size:100px;
        line-height:100px;
    }
        .pageServiceNav li s {
            display: inline-block;
            width: 40px;
            height: 2px;
            background-color: #ff5700;
        }
        .pageServiceNav li h3 {
            font-size: 18px;
            line-height: 40px;
            height: 40px;overflow: hidden;
        }

.pageServiceList{
    width:100%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #eee;
    margin-bottom:30px;
    padding-bottom:30px;
}
.pageServiceListLeft{
    width:70%;float:left;
    padding-top:20px;
}
.pageServiceListLeft h2{
    line-height:50px;
    font-size:26px;
    font-weight:bold;
}
    .pageServiceListLeft h3 {
        line-height: 30px;
        font-size: 16px;
    }
    .pageServiceListLeft h4 {
        line-height: 25px;
        font-size: 14px;
        color:#666;
    }
.pageServiceListRight{
    width:28%;float:left;
    margin-left:2%;
}
.pageServiceListRight img{
    max-width:100%;
}

.pageBook{
    width: 48%;float: left;
    margin-right: 2%;
}
.pageContact{
    width:50%;float: left;
}


.pageControlWord{
    width:63%;float: left;
    margin-right: 2%;
}
.pageControlPic{
    width:35%;float: left;
}
.pageControlPic li{
    width:100%;
}
.pageControlPic li img{
    max-width:100%;
    margin-bottom: 10px;
}

@media(max-width:720px) {

/*Pack*/
.pagePacking{
    display: block;
}
.pagePackingWord{
    width:100%;
    margin-right: 0;
}
.pagePackingWord h2{
    line-height: 40px;
    font-size:18px;
    color:#ed6d00;
    font-weight: bold;
    margin-top:30px;
}
.pagePackingWord h3{
    line-height: 30px;
    font-size:16px;
}
.pagePackingPic{
    width:100%;
    margin-top:10px;
}
.pagePackingPic li{
    width:100%;
    margin:10px 0;
}

/*Company*/
.pageAboutOneWord{
    width:90%;
    padding:20px 5% 20px 5%;
}
.pageAboutOneList{
    width:90%;
    padding:30px 5%;
}


.aboutList .leftWord{
    width:100%;
}
.aboutList .rightPic{
    width:100%;
    margin-left:0;
}
.aboutList .leftPic{
    width:100%;
    margin-right:0;
}
.aboutList .rightWord{
    width:100%;
    text-align:left;
}

/*Service*/

.pageServiceNav li {
    width: 48%;
    padding: 20px 0;
}
    .pageServiceNav li h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .pageServiceNav li s {
        display: inline-block;
        width: 40%;
        height: 2px;
        background-color: #ff5700;
    }

    .pageServiceNav li h3 {
        font-size: 14px;
        line-height: 30px;
    }

.pageServiceList {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.pageServiceListLeft {
    width: 100%;
    margin-bottom:20px;
}

.pageServiceListRight {
    width: 100%;
    margin-left:0;
}
.pageBook{
    width:100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.pageContact{
    width:100%;
}


.pageControlWord{
    width:100%;
    margin-right: 0;
}
.pageControlPic{
    width:100%;
}
.pageControlPic li{
    width:48%;float: left;
    margin:10px 1%;
}


}