.main-con {
    margin: auto;
}

.container2 {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.inner-tit {
    margin-top: 30px
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tit1 {
    font-size: 24px;
    font-weight: 700;
    color: #1754a3;
    padding-left: 15px;
    /*border-left: 3px solid #1754a3;*/
    background: url(../images/titletag.jpg) left center no-repeat transparent;
    line-height: 24px;
}

.bread-menu {
    color: #606060;
    font-size: 12px;
    font-family: "微软雅黑", "宋体";
    vertical-align: middle;
}

.bread-menu img {
    vertical-align: top;
    margin-right: 5px;
}

.bread-menu a {
    color: #606060;
}

.bread-menu a:hover,
.bread-menu a:last-child {
    color: #1754a3
}

.bread-menu a:last-child::after {
    display: none
}

.inner-menu {
    font-size: 0;
    margin-top: 3.3333%
}

.inner-menu a {
    display: inline-block;
    width: 140px;
    height: 45px;
    padding: 0 3px;
    margin: 3px;
    color: #666;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    /*border-right: none;*/
    vertical-align: middle;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 42px;
}


/*
.inner-menu a:first-child {
    background: #1754a3;
    color: #fff;
    border: 1px solid #1754a3;
}
*/

.inner-menu a:nth-of-type(8) {
    border-right: 1px solid #dbdbdb;
}

.inner-menu a:last-child {
    border-right: 1px solid #dbdbdb
}

.inner-menu a:hover,
.inner-menu a.cur {
    background: #1754a3;
    color: #fff;
    border: 1px solid #1754a3;
}

.inner-con {
    margin-top: 3.75%;
    padding-bottom: 5.2%;
}

.inner-con p {
    margin-bottom: 15px;
}

.inner-con img {
    max-width: 100%;
}

.companyinfo {
    width: 100%;
}

.companyinfo p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
}

.companyinfo p strong {
    font-weight: 700;
    margin-right: 4px;
}

.productrange {
    width: 100%;
}

h3#production_range {
    margin-top: 40px;
    background: url(../images/titletag.jpg) left top no-repeat transparent;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

h3#production_range span {
    font-size: 24px;
    font-weight: 700;
    color: #1754a3;
    padding: 5px 15px;
}

.productrange ul li {
    font-size: 14px;
    line-height: 1.8;
}

.productrange p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 1.8;
}

.productrange ul li span {
    font-weight: 700;
    color: #f43c08;
    padding-right: 8px;
}

.picimg {
    padding-left: 0;
    padding-right: 15px;
}

.picimg img {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 20px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transtion: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.picimg:hover img {
    transform: scale(1.12);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    z-index: 80;
}

.glay img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.glay:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.productrangepic::after {
    content: '';
    clear: both;
    display: block;
}

h3#rotomolding_equipment {
    margin-top: 40px;
    background: url(../images/titletag.jpg) left top no-repeat transparent;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

h3#rotomolding_equipment span {
    font-size: 24px;
    font-weight: 700;
    color: #1754a3;
    padding: 5px 15px;
}

.rototion_equipment p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
}

.qc_certificate {
    width: 100%;
}

.qc_certificate p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
}

h3#qualification_certificate {
    margin-top: 40px;
    background: url(../images/titletag.jpg) left top no-repeat transparent;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

h3#qualification_certificate span {
    font-size: 24px;
    font-weight: 700;
    color: #1754a3;
    padding: 5px 15px;
}

.cccccc {
    border: 1px solid #dedede;
}

.cccccc:hover {
    border: 1px solid transparent;
}

.pd20 {
    margin-bottom: 20px;
}

@media(max-width:768px) {
    .inner-tit {
        margin-top: 6px;
    }
    .tit1 {
        font-size: 18px;
        font-weight: 700;
    }
    .inner-tit>div {
        float: none;
        display: block
    }
    .inner-menu a {
        width: 31.33%;
        font-size: 12px;
        border: 1px solid #dbdbdb;
    }
    .inner-menu a:nth-of-type(4) {
        border-right: 1px solid #dbdbdb;
    }
    .bread-menu {
        vertical-align: bottom;
        margin-top: 15px;
        padding-top: 0
    }
    .inner-con {
        margin-top: 30px;
        font-size: 12px;
    }
    .inner-con img {
        width: 100%!important;
        height: auto!important
    }
    .inner-con h6 {
        font-size: 12px!important;
        font-weight: bold;
    }
    .inner-con h5 {
        font-size: 12px!important;
        font-weight: bold;
    }
    .inner-con h4 {
        font-size: 13px!important;
        font-weight: bold;
    }
    .inner-con h3 {
        font-size: 14px!important;
        font-weight: bold;
    }
    .inner-con h2 {
        font-size: 15px!important;
        font-weight: bold;
    }
    .inner-con h1 {
        font-size: 16px!important;
        font-weight: bold;
    }
    .inner-con p {
        font-size: 12px!important;
        color: #333;
    }
    .inner-con span {
        font-size: 12px!important;
    }
    .productrange ul li {
        font-size: 12px;
        line-height: 1.8;
    }
}

@media(max-width:1280px) {
    .container2 {
        width: 90%
    }
}