.headerBox .headerContent .headerLogo {
}

.bannerBox {
    width: 100%;
    height: 530px;
    background: url('../img/madeto/banner7.jpg') no-repeat center center;
    min-width: 1200px;
    margin-top: -5px;
}

.bannerBox .pivateButn {
    position: absolute;
    width: 240px;
    top: 440px;
    left: 50%;
    margin-left: -120px;
    height: 50px;
    background: #3c3fa8;
    color: #ffffff;
    line-height: 50px;
    font-size: 22px;
    cursor: pointer;
}

.productionBox {
    width: 100%;
    min-width: 1200px;
    background: url('../img/production/border.png') no-repeat center top;
    margin-top: -40px;
    min-height: 40px;
}

.productionContent {
    width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    transition: all 0.6s;
    overflow: hidden;
}

.productionContent .title {
    font-size: 30px;
    color: #333333;
    margin-top: 70px;
}

.productionContent .subtitle {
    font-size: 24px;
    color: #3c3fa8;
    margin: 20px 0 20px;
}

.productionContent .title .color {
    color: #3c3fa8;
}

.productionContent .borderBox {
    position: relative;
    margin-top: -10px;
}

.productionContent .borderBox img {
    margin-top: 20px;
}

.productionContent .borderBox div {
    width: 60px;
    display: inline-block;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 35px;
    left: 50%;
}

.productionContent .borderBox .borderRight {
    left: 50%;
    margin-left: 30px;
}

.productionContent .borderBox .borderLeft {
    left: 50%;
    margin-left: -90px;
}

.productionContent .dis {
    line-height: 150%;
    margin-bottom: 26px;
    font-size: 14px;
    color: #999999;
}

.productionContent .wordBox {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
}

.productionContent .wordBox section {
    float: left;
    width: 25%;
    height: 100%;
}

.productionContent .wordBox section .title {
    margin-top: 95px;
    font-size: 22px;
    margin-left: 15px;
    color: #666;
    margin-bottom: 6px;
}

.productionContent .wordBox section .dis {
    line-height: 160%;
    margin-bottom: 26px;
    font-size: 16px;
    color: #999999;
    margin-left: 60px;
    margin-right: 40px;
    text-align: left;
}

.imgBox {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
}

.imgBox .TwoImgLine {
    width: 1200px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.imgBox .TwoImgLine section {
    width: 585px;
    height: 250px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.imgBox img:hover {
    transform: scale(1.1)
}

.imgBox .TwoImgLine section:last-child {
    margin-right: 0px;
}

.imgBox section {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.imgBox section div {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 250px;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
}

.imgBox .leftBox {
    width: 750px;
    float: left;
}

.imgBox .crossBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.imgBox .leftBox div {
    overflow: hidden;
    margin-bottom: 30px;
}

.imgBox .leftBox div:first-child section {
    float: left;
}

.imgBox .leftBox div:first-child section:first-child {
    width: 420px;
    margin-right: 30px;
}

.imgBox .leftBox div:first-child section:last-child {
    width: 300px;
}

.imgBox .leftBox div:last-child section {
    float: left;
}

.imgBox .leftBox div:last-child section:last-child {
    width: 420px;
}

.imgBox .leftBox div:last-child section:first-child {
    width: 300px;
    margin-right: 30px;
}

.imgBox .rightBox {
    float: right;
    width: 420px;
    height: 530px;
}

.imgBox .rightBox section {
    height: 100%;
    overflow: hidden;
}

.imgBox .rightBox section div {
    line-height: 530px;
}

.itemBox {
    width: 100%;
    background: #f2f2f2;
    height: 390px;
}

.itemBox .itemContent {
    width: 1200px;
    margin: 0 auto;
    height: 390px;
    background: url("../img/madeto/inputBg.png");
    color: #ffffff;
    padding-top: 50px;
}

.itemBox .itemContent .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.itemBox .itemContent .inputGroup {
    margin-bottom: 16px;
}

.itemBox .itemContent .inputGroup input {
    width: 250px;
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    border: none;
    padding-left: 16px;
    font-size: 16px;
}

.itemBox .itemContent .inputGroup .inputButn {
    height: 50px;
    display: inline-block;
    background: url("../img/madeto/butn.png") no-repeat;
    background-size: 100% 100%;
    line-height: 50px;
    cursor: pointer;
    vertical-align: top;
    width: 250px;
}

.itemBox .itemContent .dis {
    line-height: 200%;
}

.shareBox {
    width: 100%;
    min-width: 1200px;
    min-height: 40px;
}

.shareBox .shareContent {
    width: 1200px;
    margin: auto;
    text-align: center;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
}

.shareBox .shareContent .icon {
    margin: 15px 0 20px;
}

.shareBox .shareContent .tabGroup {
    margin: 15px 0 20px;
    width: 1200px;
    overflow: hidden;
}

.shareBox .shareContent .tabGroup section {
    float: left;
    width: 120px;
    font-size: 14px;
    color: #777;
    border: 1px solid #777777;
    height: 40px;
    line-height: 38px;
    border-radius: 2px;
    margin-right: 30px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s;
}

.shareBox .shareContent .tabGroup .active {
    background-color: #3c3fa8;
    color: #ffffff;
    border: none;
    line-height: 40px;
}

.shareBox .shareContent .tabGroup .searchBox {
    float: right;
    border-radius: 6px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    width: 140px;
    position: relative;
    background: -webkit-linear-gradient(#d2d2d2, #f6f6f6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#d2d2d2, #f6f6f6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#d2d2d2, #f6f6f6); /* Firefox 3.6 - 15 */
    background: linear-gradient(#d2d2d2, #f6f6f6); /* 标准的语法 */
}

.shareBox .shareContent .tabGroup .searchBox input {
    line-height: 38px;
    font-size: 16px;
    border: none;
    color: #999999;
    padding-left: 20px;
    width: 100px;
    background-color: transparent;
}

.shareBox .shareContent .tabGroup .searchBox .tips {
    position: absolute;
    right: 12.5px;
    top: 12.5px;
}

.shareBox .shareContent .contentBox {
    width: 1200px;
    overflow: hidden;
    padding: 30px 0;
    transition: all 0.6s;
    left: 1200px;
}

.shareBox .shareContent .contentBox section {
    width: 380px;
    border-radius: 2px;
    position: relative;
    margin-right: 30px;
    background-color: #f6f6f6;
    float: left;
}

.shareBox .shareContent .contentBox section img {
    width: 100%;
    height: 200px;
}

.shareBox .shareContent .contentBox section .wordBox {
    position: relative;
    text-align: left;
    padding: 25px 10px 30px;
}

.shareBox .shareContent .contentBox .itemGroup {
    margin-bottom: 20px;
    overflow: hidden;
}

.shareBox .shareContent .contentBox .itemGroup:last-child {
    margin-bottom: 0;
}

.shareBox .shareContent .contentBox .itemGroup section:last-child {
    margin-right: 0;
}

.shareBox .shareContent .contentBox section .wordBox .icon {
    position: absolute;
    top: -42px;
    width: 42px;
    height: 42px;
    left: 50%;
    margin-left: -21px;
}

.shareBox .shareContent .contentBox section .wordBox .title {
    color: #444;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 6px;
}

.shareBox .shareContent .contentBox section .wordBox .time {
    color: #444;
    line-height: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}

.shareBox .shareContent .contentBox section .wordBox .dis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    color: #999;
    overflow: hidden;
    position: relative;
    line-height: 26px;
    height: 78px;
}

.shareBox .shareContent .contentBox section .wordBox .dis:after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 6px;
    background: #f6f6f6;
}

.shareBox .shareContent .contentBox section .wordBox .read {
    float: right;
    color: #3c3fa8;
    margin-top: 12px;
    cursor: pointer;
}

.recommendBox {
    width: 100%;
}

.recommendBox .recommendContent {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

.recommendBox .recommendContent section {
    float: left;
    overflow: hidden;
    width: 375px;
    height: 800px;
    margin-right: 25px;
}

.recommendBox .recommendContent section img {
    float: left;
}

.itemImg {
    width: 365px;
}

.recommendBox .recommendContent section:last-child {
    margin-right: 0px;
}

.recommendBox .recommendContent .wordBox {
    float: right;
    width: 365px;
    padding: 30px 0 0 10px;
    text-align: left;
    line-height: 200%;
    color: #999;
}

.recommendBox .recommendContent .wordBox .title {
    font-size: 18px;
    color: #3c3fa8;
}

.brandBox {
    width: 100%;
    background: #3c3fa8;
}

.brandBox .brandContent {
    width: 1200px;
    margin: 0 auto;
    height: 180px;
    background: url("../img/madeto/brand2.png");
}