.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

/*----- Common css ------*/
p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.w1920, .tong1 {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.w1200, .tong {
    width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: ziti;
    src: url('../fonts/ziti.otf');
}


.left {
    width: 230px;
    float: left;
    position: relative;
    top: 18px;
    left: 0;
}
.left .box {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px;
}
.sort_menu {
    border: none !important;
    padding: 0 !important;
}
.sort_menu h3 {
    background: #c80000 !important;
    height: 80px;
    color: #fff !important;
    font-size: 30px !important;
    padding-top: 30px;
}
.sort_menu h3 {
    background: url(../images/pg-title-bg.jpg) center no-repeat;
    color: #fff;
    box-sizing: border-box;
    height: 109px;
    padding:33px 0 0 3px;
    font-size: 30px;
    font-weight: normal;
}
.sort_menu h3 span {
    display: block;
    font-size: 14px;
    letter-spacing:2px;
    text-transform: uppercase;
    margin-top: 10px;
}
.left .box h3 {
    font-size: 16px;
    color: #c80000;
    line-height: 20px;
    font-weight: 400;
    text-indent: 22px;
    background: url(../images/boxh3.png) no-repeat 0 50%;
}
.left .box h3 p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 46px !important;
}
.left .box .content {
    padding-top: 10px;
}
.right {
    width: 926px;
    float: right;
    padding-bottom: 30px;
}
.box {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-top: 4px solid #c80000;
}
.box.sort_menu {
    border-top: none;
}
.sort li {
    position: relative;
    z-index: 999;
}
.sort li:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}
.sort li .about_b {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
}
.sort li .layer2 {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 210px;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
}
.sort li .layer2 li {
    overflow: hidden;
}
.sort li .layer2 li a {
    font-weight: bold;
    background: url(../images/ico1.gif) no-repeat 20px 50%;
    line-height: 40px;
}
.sort li .layer2 li a:hover {
    text-decoration: none;
    color: #3a78c1;
}
.sort li .layer2 li .layer3 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 10px;
}
.sort li .layer2 li .layer3 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}
.sort li .layer2 li .layer3 li .layer4 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 15px;
}
.sort li .layer2 li .layer3 li .layer4 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}
.sort li {
    position: relative;
    background: #ececec;
}
.sort li a {
    background: url(../images/sorta.png) no-repeat;
    color: #333;
    display: block;
    line-height: 60px;
    border-top: 1px solid #fff;
    padding-left: 48px;
    font-size: 12px;
}
.sort li a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/sortbg.png) no-repeat #333333;
}
.case_list li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
}
.case_list li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}
.case_list li a.img img {
    width: 274px;
    height: 235px;
}
.case_list li h3 {
    text-align: center;
    padding-top: 5px;
}
.case_list li h3 a {
    font-weight: normal;
    font-size: 12px;
    color: #666;
}
.case_list li a.img {
    display: block;
}
.case_list li a.img:hover {
    border-color: #c80000;
}
.product_list li {
    float: left;
    width: 288px;
    border: 1px solid #eee;
    margin: 0 10px 10px;
    padding: 5px;
}
.product_list li a.img {
    display: block;
    width: 281px;
    height: 187px;
    overflow: hidden;
}
.product_list li img {
    width: 281px;
    height: 187px;
    transition: all .5s ease;
}
.product_list li h3 {
    line-height: 35px;
    text-align: center;
}
.product_list li h3 a {
    color: #5a5a5a;
    font-size: 14px;
}
.product_list li:hover {
    border-color: #292e39;
}
.product_list li:hover img {
    transform: scale(1.1);
}
.news_listts li {
    background: #fff;
    width: 920px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_listts li a.img {
    width: 216px;
    height: 145px;
    overflow: hidden;
}
.news_listts li img {
    float: left;
    overflow: hidden;
    width: 216px;
    height: 145px;
}
.news_sub {
    float: right;
    width: 680px;
    margin-left: 23px;
}
.news_sub a {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    display: block;
}
.news_sub span {
    color: #7b7b7b;
    font-size: 12px;
    text-align: justify;
}
.right_word {
    margin-left: 5%;
}
.news_list li {
    line-height: 27px;
    position: relative;
    padding-left: 10px;
    height: 27px;
    overflow: hidden;
}
.news_list li a {
    line-height: 27px;
    color: #666;
}
.news_list li a:hover {
    text-decoration: none;
    color: #c80000;
}
.news_list li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.news_list li h3 {
    font-size: 14px;
}
.news_list li div {
    line-height: 24px;
}
.news_sub h3 {
    width: 83px;
    height: 28px;
    font-size: 12px;
    border: 1px solid #c80000;
    display: block;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
}
.news_sub h3 a {
    font-size: 12px;
    text-align: center;
    color: #c80000;
    line-height: 28px;
    padding-left: 0px;
    display: block;
}
.news_listts li:hover .news_sub h3 {
    border: none;
    background: #c80000;
}
.news_listts li:hover .news_sub h3 a {
    color: #fff;
}
.sitemp {
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.sitemp .site {
    text-align: left;
    line-height: 50px;
}
.sitemp a {
    color: #333;
}
.right .content {
    padding-top: 15px;
    line-height: 24px;
}
.left .box {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px;
}
.left .box {
    margin-bottom: 10px;
}
.left .box .content {
    padding: 5px 0px;
    font-size: 12px;
}
.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}
.words {
    overflow: hidden;
    margin-right: -1.3%;
    padding-top: 5px;
}
.words li {
    width: 46%;
    float: left;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new1 li {
    border-bottom: 1px dashed #ddd;
    background: url(../images/newli.png) no-repeat 0% 50%;
    padding-left: 13px;
}
.left .box {
    margin-bottom: 10px;
}
.left .box .content {
    padding: 5px 0px;
    font-size: 12px;
}
.product_listn {
    width: 105%;
}
.product_listn li {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
    _display: inline;
    border: 1px solid #ddd;
}
.product_listn li a.img {
    display: block;
    overflow: hidden;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
}
.product_listn li a.img img {
    width: 282px;
    height:183px;
}
.product_listn li h3 {
    background: #f1f1f1;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400;
}
.product_listn li a.img figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product_listn li a.img figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.product_listn li:hover a.img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.product_listn li:hover a.img figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.product_listn li h3 a {
    font-weight: normal;
    color: #333;
}
.page-wrap {
    background: #fff;
    padding: 0px 0 4.16666667%;
}
.case_listn li {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
    _display: inline;
    border: 1px solid #ddd;
}
.case_listn li a.img img {
    width: 282px;
    height:211px;
}
.case_listn li h3 {
    background: #f1f1f1;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400;
}
.case_listn li h3 a {
    font-weight: normal;color:#333;
}
.case_listn li a.img {
    display: block;
}
.case_listn li a.img:hover {
    border-color: #c80000;
}
.case_listn li:hover h3,
.product_listn li:hover h3 {
    background: #c80000;
}
.case_listn li:hover h3 a,
.product_listn li:hover h3 a {
    color: #fff;
}
.product_listn li a.img {
    display: block;
}



.product_listn li a.img:hover {
    border-color: #c80000;
}
.news_listts li {
    background: #fff;
    width: 920px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_listts li a.img {
    width: 216px;
    height: 145px;
    overflow: hidden;
}
.news_listts li img {
    float: left;
    overflow: hidden;
    width: 216px;
    height: 145px;
}
.news_sub {
    float: right;
    width: 680px;
    margin-left: 23px;
}
.news_sub a {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    display: block;
}
.news_sub span {
    color: #7b7b7b;
    font-size: 12px;
    text-align: justify;
}
.news_sub h3 {
    width: 83px;
    height: 28px;
    font-size: 12px;
    border: 1px solid #c80000;
    display: block;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
}
.news_sub h3 a {
    font-size: 12px;
    text-align: center;
    color: #c80000;
    line-height: 28px;
    padding-left: 0px;
    display: block;
}
.news_listts li:hover .news_sub h3 {
    border: none;
    background: #c80000;
}
.news_listts li:hover .news_sub h3 a {
    color: #fff;
}



