/* common title */
.background {
    background-color: #e6e6e6;
    padding-bottom: 40px;
}
.title-en {
    padding-top: 40px;
}
.title {
    padding: 0 30px;
    font-size: 0;
    display: inline-block;
    background: url(../images/titlebg.jpg) repeat-x center;
}
.title strong {
    letter-spacing: 3px;
    padding-left: 40px;
    background-color: #fff;
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
.title em {
    letter-spacing: 3px;
    font-family: "Sim Sun";
    padding-right: 40px;
    background-color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    color: #f01a24;
}
.ebody .title strong,
.ebody .title em {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 50px;
}
.title-en .en {
    text-transform: uppercase;
    font-family: Arial;
    margin-top: 30px;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    color: #f01a24;
}
.en b {
    position: relative;
    z-index: 1;
    font-style: normal;
    padding: 0 50px;
    background-color: #fff;
}
.title-en .en:after {
    content: '';
    width: 100%;
    height: 1px;
    z-index: 0;
    position: absolute;
    bottom: 8px;
    left: 0;
    background-color: #f01a24;
}
.banner img{
    display: block;
    max-width: 100%;
   margin:0 auto;
}
/*产品展示*/
.pro .middle {
    width: 1160px;
    background-color: #fff;
    padding: 0 20px 64px 20px;
}
.pro .left {
    margin-top: 60px;
    width: 194px;
    overflow: hidden;
}
.pro .left strong {
    display: block;
    width: 172px;
    background-color: #d92129;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    font-size: 24px;
    line-height: 52px;
    color: #fff;
    border: 1px solid #c20009;
}
.pro .left ol {
    margin-bottom: 10px;
}
.pro .left ol a {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    background-color: #e6e6e6;
    padding: 0 15px;
    width: 164px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro .right {
    margin-top: 76px;
    width: 900px;
    overflow: hidden;
    margin-right: ;
}
.protitle {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.protitle p {
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.protitle p::before {
    width: 5px;
    height: 18px;
    background-color: #000;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.more {
    padding: 0 33px 0 15px;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    background: #000 url(../images/morebg.png) no-repeat 85% center;
}
.more a {
    color: #fff;
}
.pro .prolist {
    margin-top: -16px;
}
.pro .prolist li {
    float: left;
    border: 1px solid #e6e6e6;
    margin-top: 16px;
    margin-right: 14px;
}
.pro .prolist p {
    background-color: #e6e6e6;
    width: 182px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 51px;
}
/* honr */
.honor {
    padding-bottom: 60px;
}
.honortheme {
    margin-top: 54px;
}
.honor p {
    text-align: left;
    word-spacing: 2px;
    margin: 40px 0 30px 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-indent: 2em;
}
/* 生产工艺 */
.videos .middle {
    width: 1160px;
    padding: 0 20px 96px 20px;
    background-color: #fff;
}
.videos .video_list {
    margin-top: 56px;
}
.video-sigle {
    float: left;
    margin-right: 10px;
}
.videos .pad20 {
    position: relative;
    padding: 20px;
    border: 1px solid #fff;
}
.videos .pad20 video {
    width: 338px;
    height: 243px;
    display: block;
}
.pad20:before,
.pad20:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.1s;
}
.pad20:before {
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 1px solid #ccc;
    -webkit-transition-delay: 0.3s;
}
.pad20:after {
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 1px solid #ccc;
    -webkit-transition-delay: 0.1s;
}
.pad20 i:before,
.pad20 i:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.1s;
}
.pad20 i:before {
    left: -1px;
    bottom: -1px;
    height: 0;
    width: 0;
    border-left: 1px solid #ccc;
    -webkit-transition-delay: 0s;
}
.pad20 i:after {
    right: -1px;
    top: -1px;
    height: 0;
    width: 0;
    border-left: 1px solid #ccc;
    -webkit-transition-delay: 0.2s;
}
.pad20:hover:after,
.pad20:hover:before {
    width: 100%;
}
.pad20:hover i:after,
.pad20:hover i:before {
    height: 100%;
}
.pad20:hover:before {
    -webkit-transition-delay: 0s;
}
.pad20:hover:after {
    -webkit-transition-delay: 0.5s;
}
.pad20:hover i:after {
    -webkit-transition-delay: 0.3s;
}
.pad20:hover i:before {
    -webkit-transition-delay: 0.7s;
}
.videos p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    font-weight: bold;
    ;
    color: #333333;
    position: relative;
}
.videos p b {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 25px;
}
.ebody .videos p b {
    text-transform: uppercase;
}
.videos p::before {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
}
/* indextel */
.indextel {
    margin: 40px auto;
}
/* 图览新闻 */
.news .middle {
    width: 1160px;
    background-color: #fff;
    padding: 34px 20px 56px 20px;
}
.news .left {
    width: 438px;
}
.title2 {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #f01a24;
}
.title2 em {
    margin-right: 5px;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    font-style: normal;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #000;
}
.title2 em::before {
    width: 7px;
    height: 36px;
    background-color: #f01a24;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.title2 b {
    font-family: "Sim Sun";
    font-size: 72px;
    line-height: 72px;
    color: #f01a24;
}
.ebody .title2 em,
.ebody .title2 b {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}
.tulan,
.newslist {
    margin-top: 35px;
}
.buttons {
    margin-top: -30px!important;
    width: 34px!important;
    height: 60px!important;
    -webkit-background-size: 34px 60px;
    background-size: 34px 60px;
}
.swiper-button-prev {
    background-image: url(../images/tulanleftbutton.png);
}
.swiper-button-next {
    background-image: url(../images/tulanrightbutton.png);
}
.news .right {
    width: 640px;
}
.newslist {
    text-align: left;
    font-size: 0;
    line-height: 0;
}
.newslist b,
.newslist strong {
    display: inline-block;
    vertical-align: middle;
}
.newslist b {
    font-size: 14px;
    line-height: 14px;
    color: #f01a24;
    margin-right: 22px;
}
.newslist strong {
    width: 534px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.newslist li {
    margin-bottom: 16px;
}