body, div, ul, li, span, img, input, form {
    margin: 0;
    padding: 0;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd {
    margin: 0;
}

ul, ol {
    padding: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

li {
    list-style: none;
}

img {
    border: none 0;
}

.clear:after {
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1200px;
    /* background-color: #FFF; */
}

#main {
    /* width: 100%; */
    height: auto;
    margin: 0 auto;
}

#main section {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    font-size: 12px;
    color: #808080;
}

section #head {
    width: 1170px;
    height: 489px;
    background: url("../images/head.png") no-repeat left top;
}

section #weare {
    width: 900px;
    height: 309px;
    margin: 0 auto;
    position: relative;
}

section #weare #weareL {
    width: 462px;
    height: 309px;
    background: url("../images/image.png") no-repeat left top;
    margin-top: 65px;
}

section #weare #weareR {
    width: 469px;
    height: 252px;
    background: url("../images/wearR.png") no-repeat left top;
    position: absolute;
    top: 25px;
    left: 430px;
}

#weareR #weareTxt {
    padding: 40px;
}

#weareTxt #weareTitle {
    color: #01a5c9;
}

#weareTxt #weareEng {
    color: #222222;
    font-size: 22px;
    padding: 10px 0;
}

#weareTxt #weareContent {
    line-height: 20px;
}

#Service1 {
    width: 900px;
    height: 100%;
    margin: 50px auto;
}

#Service1 ul li {
    float: left;
    width: 33.3%;
    height: 280px;
}

#Service1 ul li:nth-child(1) {
    background: url("../images/Service1.png") no-repeat center;
}

#Service1 ul li:nth-child(2) {
    background: url("../images/Service2.png") no-repeat center;
}

#Service1 ul li:nth-child(3) {
    background: url("../images/Service3.png") no-repeat center;
}

section #head2 {
    width: 1170px;
    height: 400px;
    background: url("../images/MainBG.png") no-repeat left top;
    margin-top: 60px;
}

#Service2 {
    width: 900px;
    height: 100%;
    margin: 50px auto;
}

#Service2 ul li {
    float: left;
    width: 33.3%;
    height: 280px;
}

#Service2 ul li:nth-child(1) {
    background: url("../images/Service11.png") no-repeat center;
}

#Service2 ul li:nth-child(2) {
    background: url("../images/Service22.png") no-repeat center;
}

#Service2 ul li:nth-child(3) {
    background: url("../images/Service33.png") no-repeat center;
}

#title {
    text-align: center;
    margin: 0 auto;
    margin-top: 100px
}

#title #P1 {
    color: #3b3b3b;
    font-size: 35px;
    padding: 20px;
}

#title #P2 {
    padding: 10px;
}

section #imgBtn {
    width: 520px;
    height: 40px;
    border-bottom: 1px #e9e9e9 solid;
    margin: 0 auto;
    margin-top: 50px;
    color: #888888;
}

section #imgBtn ul li {
    width: 50%;
    text-align: center;
    float: left;
    font-size: 20px;
    height: 40px;
    cursor: pointer;

}

.active {
    border-bottom: 2px #4ca2be solid;
    color: #4ca2be;
}

section #imgBox {
    width: 950px;
    height: 644px;
    background: url("../images/APP.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*
@media screen and (max-width: 750px){
    body{
        min-width: 0;
    }
    #main{
        width: 100%;
        height:auto;
        margin: 0 auto;
    }
    #main section{
        width:100%;
        height: auto;
        margin: 0 auto;
        font-size: 12px;
    }
    section #head{
        width: 640px;
        height: 270px;
        background: url("../images/head.png") no-repeat left top;
        background-size: 100% 100%;
    }
    section #weare{
        width: 500px;
        height: 170px;
        margin: 0 auto;
        position: relative;
    }
    section #weare #weareL{
        width: 255px;
        height: 170px;
        background: url("../images/image.png") no-repeat left top;
        background-size: 100% 100%;
        margin-top: 50px;
    }
    section #weare #weareR{
        width: 260px;
        height: 140px;
        background: url("../images/wearR.png") no-repeat left top;
        background-size: 100% 100%;
        position: absolute;
        top: 25px;
        left: 100px;
    }
    #weareR #weareTxt{
        padding: 10px;
    }
    #weareTxt #weareTitle{
        color: #01a5c9;
    }
    #weareTxt #weareEng{
        color: #222222;
        font-size: 22px;
        padding: 10px 0;
    }
    #weareTxt #weareContent{
        line-height: 20px;
    }
    #Service1{
        width: 900px;
        height: 100%;
        margin: 50px auto;
    }
    #Service1 ul li{
        float: left;
        width: 33.3%;
        height: 280px;
    }
    #Service1 ul li:nth-child(1){ background: url("../images/Service1.png") no-repeat center;}
    #Service1 ul li:nth-child(2){background: url("../images/Service2.png") no-repeat center;}
    #Service1 ul li:nth-child(3){background: url("../images/Service3.png") no-repeat center;}

    section #head2{
        width: 1170px;
        height: 400px;
        background: url("../images/MainBG.png") no-repeat left top;
        margin-top: 60px;
    }
    #Service2{
        width: 900px;
        height: 100%;
        margin: 50px auto;
    }
    #Service2 ul li{
        float: left;
        width: 33.3%;
        height: 280px;
    }
    #Service2 ul li:nth-child(1){ background: url("../images/Service11.png") no-repeat center;}
    #Service2 ul li:nth-child(2){background: url("../images/Service22.png") no-repeat center;}
    #Service2 ul li:nth-child(3){background: url("../images/Service33.png") no-repeat center;}
    #title{text-align: center;margin: 0 auto; margin-top: 100px}
    #title #P1{
        color: #3b3b3b;
        font-size: 35px;
        padding: 20px;
    }
    #title #P2{
        padding: 10px;
    }
    section #imgBtn{
        width: 520px;
        height: 40px;
        border-bottom: 1px #e9e9e9 solid;
        margin: 0 auto;
        margin-top: 50px;
        color: #888888;
    }
    section #imgBtn ul li{
        width: 50%;
        text-align: center;
        float: left;
        font-size: 20px;
        height: 40px;
        cursor:pointer;

    }
    .active{
        border-bottom: 2px #4ca2be solid;
        color: #4ca2be;
    }
    section #imgBox{
        width: 950px;
        height: 644px;
        background: url("../images/APP.png") no-repeat center;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 100px;
    }

}*/
