@media (min-width:1px) {
    #container {
        width: 380px;
    }
    .menu_two {
        width: 260px;
    }
    .menu_two ul li {
        float: none;
    }
    .icon_expand {
        transition: color 0.3s ease-in-out;
    }
    #header {
        transition: height 0.3s ease-out;
    }
    .di_san_fen {
        width: 445px;
    }
    .di_add2,
    .di_add3 {
        padding-top: 30px;
    }
    #footer_right {
        float: left;
    }
    
}
@media (max-width:991px) {
    .clearfix_menu:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    .menu {
        display: none;
        margin-top: 25px;
    }
    .menu ul li {
        padding: 12px 0 12px 0;
        border-top: 10px solid #ffffff;
        font: 18px "微软雅黑", Arial, Helvetica, sans-serif;
    }
    .menu ul li:hover {
        /** Enable this line if need red top line in hover state **/
        border-top: 10px solid #e60012; 
    }
    .icon_expand {
        display: block;
    }
}

@media (min-width:791px) {
    #container {
        width: 774px;
    }
    .worksitem {
        margin-right: 20px;
    }
}
@media (min-width:860px) {
    .di_add2 {
        margin-left: 73px;
    }
    .di_san_fen {
        width: 860px;
    }
    .di_add3 {
        padding-top: 30px;
    }
}

@media (min-width:991px) {
    #header {
        height: 120px;
    }
    .menu {
        display: block;
        margin-top: 0;
    }
    .icon_expand {
        display: none;
    }
    .menu {
        float: right;
        margin-right: 30px;
        width: 550px;
    }
    .menu ul {
        float: left;
    }

    .menu ul li {
        float: left;
        width: 110px;
        height: 90px;
        border-top: 10px solid #fff;
    }
    .menu ul li a{
        font: 18px/100px "微软雅黑", Arial, Helvetica, sans-serif;
    }

}
@media (min-width:880px) {
    #footer_right {
        float: right;
    }
}
@media (min-width:1200px) {
    .di_add2,
    .di_add3 {
        margin-left: 73px;
    }
    .di_san_fen {
        width: 1190px;
    }
    .di_add,
    .di_add2,
    .di_add3 {
        padding: 0;
    }
}
@media (min-width:1165px) {
    #container {
        width: 1148px;
    }
    .menu_two {
        width: 1120px;
        height: 40px;
    }
    .menu_two ul li {
        float: left;
    }
}

@media (min-width:1536px) {
    #container {
        width: 1518px;
    }
}

@media (min-width:1915px) {
    #container {
        width: 1860px;
    }
}

textarea,
input,
.jspScrollable {
    outline: none
}

* {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    float: left;
}

.clear {
    clear: both;
}

html,
body {
    font: 12px "宋体", Arial;
    color: #737373;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    min-width: 450px;
}

html {
    overflow: hidden
}


/*header开始*/

#header {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
}

.logo {
    padding-left: 30px;
    padding-top: 30px;
    float: left;
}
.icon_expand {
    float: right;
    height: 32px;
    width: 32px;
    margin: 44px 15px 0 0;
    color: #999999;
    fill: currentColor;
}
.icon_expand:hover {
    color: #E60012;
}
.menu ul li {
    font: 18px "微软雅黑", Arial, Helvetica, sans-serif;
    text-align: center;
}
.menu ul li a {
    color: #333333;
}

.menu ul li a:hover,
.menu ul li a.sel {
    color: #e60012;
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#case .menu ul li#tag1,
#sevice .menu ul li#tag2,
#products .menu ul li#tag3,
#news .menu ul li#tag4,
#sale .menu ul li#tag5 {
    border-top: 10px solid #e60012;
}

#case .menu ul li#tag1 a,
#sevice .menu ul li#tag2 a,
#products .menu ul li#tag3 a,
#news .menu ul li#tag4 a,
#sale .menu ul li#tag5 a {
    color: #e60012;
}

.case_bg {
    background: #f8f8f8 url(../images/bg-case.png) top repeat-x;
    width: 100%;
    height: 10px;
}


/*header结束*/


/*case_two导航开始*/

.menu_two {
    margin: 10px auto;
    margin-top: 110px;
}

.menu_two ul {
    float: left;
}

.menu_two ul li {
    padding: 0 43px;
    height: 40px;
    font: 18px/40px "微软雅黑", Arial, Helvetica, sans-serif;
    text-align: center;
}

.menu_two ul li a {
    color: #333333;
}

.menu_two ul li a:hover,
.menu_two ul li a.sel {
    color: #e60012;
}

.cur {
    float: left;
    padding: 0 43px;
    height: 40px;
    font: 18px/40px "微软雅黑", Arial, Helvetica, sans-serif;
    text-align: center;
    background: #e60012;
    color: #fff;
    display: block;
    cursor: pointer;
    border-radius: 20px;
    /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
    -moz-border-radius: 20px;
    /* Mozilla浏览器的私有属性 */
    -webkit-border-radius: 20px;
    /* Webkit浏览器的私有属性 */
}

.cur span {
    color: #fff;
}


/*case_two导航结束*/


/*js动画开始*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #e1e1e1;
    position: relative;
}

.jspDrag {
    background: #8a8a8a;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}


/*js动画结束*/


/*案例页面开始*/

#container {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin: 0 auto;
}

.worksitem {
    width: 350px;
    height: 320px;
    float: left;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f8f8f8;
}

.worksimg {
    background: #fff;
    width: 350px;
    height: 240px;
}

.workimgbody {
    position: relative;
    left: 5px;
    top: 5px;
    width: 340px;
    height: 230px;
}

.workimgbody a {
    float: left;
}

.workimgtxt {
    width: 340px;
    height: 0px;
    background: #e60012;
    float: left;
    margin-top: 0px;
    position: relative;
    overflow: hidden
}

.workimgtxt span {
    font-size: 11px;
    font-family: Arial;
    float: left;
    margin-left: 9px;
    color: #FFF;
    margin-top: 12px;
}

.workimgtxt span.witnum {
    float: right;
    margin-right: 10px;
}

.workstxt {
    background: #fff;
    width: 350px;
    height: 80px;
}

.workstxt a,
.workstxt p {
    margin-left: 12px;
    margin-right: 0;
    position: relative;
    top: 13px;
}

.workstxt a {
    color: #515151;
    font: 18px "Microsoft YaHei", Arial;
    overflow: hidden;
    height: 30px;
    width: 300px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.workstxt a:hover {
    text-decoration: underline;
}

.workstxt p {
    top: 15px;
    font-size: 11px;
    font-family: Arial;
    color: #939393;
    line-height: 20px;
}

.workstxt p a {
    font-size: 11px;
    font-family: Arial;
    color: #939393;
    top: 0px;
    margin-left: 0px;
    display: inline
}

.workstxt p span {
    font-size: 12px;
    font-family: Arial;
    color: #999999
}

.wizoom {
    position: absolute;
    left: 150px;
    top: -100px;
}


/*案例页面结束*/


/*底三*/

.di_san {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: #fff;
}

.di_san_fen {
    margin: 0 auto;
}

.di_add {
    width: 330px;
}

.di_add2 {
    width: 440px;
}

.di_add3 {
    width: 260px;
}
.di_add,
.di_add2,
.di_add3 {
    display: inline-block;
    vertical-align: top;
}
.di_add_ttl {
    font: 30px/50px "微软雅黑", Arial;
    color: #000;
    border-bottom: 1px dotted #333;
}

.di_add_gongsi {
    font: 20px/30px "微软雅黑", Arial;
    color: #666;
    margin-top: 5px;
}

.google_maps {
    height: 20px;
    padding-left: 24px;
    background: url(../images/maps.png) 0 -20px no-repeat;
    line-height: 24px;
    margin-top: 10px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.google_maps:hover {
    background: url(../images/maps.png) 0 0 no-repeat;
}

.tel {
    font: 20px/30px Arial;
    color: #666;
}

.send {
    background: #e60012;
    width: 150px;
    height: 36px;
    margin-top: 20px;
    color: #fff;
    font: 16px/34px "微软雅黑", Arial;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
    -moz-border-radius: 20px;
    /* Mozilla浏览器的私有属性 */
    -webkit-border-radius: 20px;
    /* Webkit浏览器的私有属性 */
}

.send span {
    color: #fff;
}

.di_qq {
    height: 37px;
    padding-left: 43px;
    background: url(../images/maps.png) 0 -83px no-repeat;
    font: 18px/34px "微软雅黑", Arial;
    margin-top: 10px;
    cursor: pointer;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.di_qq:hover {
    background: url(../images/maps.png) 0 -45px no-repeat;
}

footer {
    width: 100%;
    height: 140px;
    background: #000;
}

.footerBg {
    width: 1120px;
    margin: 0 auto;
    padding-top: 30px;
}

.footerTxt {
    font: 12px/20px Arial, Helvetica, sans-serif;
    color: #4a4a4a;
}

.footerTxt a {
    color: #4a4a4a;
}


/* 右侧滑动角标开始 */