锘緻charset "utf-8";
/* CSS Document */
/* CSS Document */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html, body {
    font-family: microsoft yahei, "\5FAE\8F6F\96C5\9ED1";
    font: microsoft yahei, "\5FAE\8F6F\96C5\9ED1";
}

html, body, div, span, a, p {
    margin: 0px;
    padding: 0px;
}


    a:link, a:visited {
        text-decoration: none;
        cursor: pointer;
    }

    a:hover {
        color: #ff6600;
        text-decoration: underline;
        cursor: pointer;
    }

img {
    -ms-interpolation-mode: bicubic;
}





/* CSS Document */



.visible {
    display: block;
}

    .visible .slide_info {
        display: block;
    }

    .visible img {
        display: block;
    }

.hidde {
    display: none;
}

    .hidde img {
        display: none;
    }




.div-500 {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0px;
}





#customer_full img {
    width: 100%;
}


/*
 //////////////////////////////////////////////////////////////////////////////
澶村簳鍝嶅簲寮忕粨鏉?/////////////////////////////////////////////////////////////////////////////
 //////////////////////////////////////////////////////////////////////////////
 */















/*
 //////////////////////////////////////////////////////////////////////////////
 news//////////////////////////////////////////////////////////////////////////////
 //////////////////////////////////////////////////////////////////////////////
 */

.slide {
    width: 90%;
    overflow: hidden;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0 auto;
    position: relative; /* background-color: #142831; */
    min-height: 300px;
}


.slide_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .slide_list ul {
        list-style: none;
        display: block;
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0;
        float: left;
    }

        .slide_list ul li {
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden;
            height: auto;
            padding: 0px;
            margin: 0;
            float: left;
            margin-top: 10px;
        }

.slide_info {
    line-height: 200%;
    width: 99.6%;
    height: auto; /* padding: 15px; */
    color: #555555;
    rgbargba(143,142,142,.3);
    float: right;
    background-color: #fff;
    min-height: 120px;
    border: 1px solid #ccc;
}

.slide_list ul li img {
    overflow: hidden;
    height: 100%;
    padding: 0px;
    margin: 0;
    width: 18%;
    display: none;
    float: left;
    border: 1px solid #cccccc; /* padding: 1px; filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(1);*/
    opacity: 1;
}

.slide_list ul li:hover img {
    /*	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);-webkit-filter:grayscale(0);
*/
    opacity: 0.5;
}

.slide_info .s0 {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 18px; /* font-weight:bold; */
    text-align: left;
    float: left;
    margin: 0px 10px; /* margin-left: 100px; */
}

    .slide_info .s0 i { /* list-style:none; */ /* display:block; */
        width: auto;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        color: #00DFA4; /* font-weight:bold; */
        text-align: left;
        float: left;
        margin-right: 5px;
        font-style: normal;
        margin-top: -10px;
    }

    .slide_info .s0 o { /* list-style:none; */ /* display:block; */
        width: auto;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: #FFFFFF; /* font-weight:bold; */
        text-align: left;
        float: right;
        margin-right: 5px;
        font-style: normal;
        margin-top: 10px;
    }

.slide_info .s1 {
    display: block;
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: left; /* margin: 0px 100px; */
    margin-left: 50px; /* float: left; */
    padding: 10px 20px;
}

.slide_info .s2 {
    display: block;
    width: 95%;
    height: auto;
    line-height: 30px;
    font-size: 14px; /* font-weight:bold; */
    text-align: left;
    word-wrap: break-word; /* margin: 0px 100px; */ /* float: left; */
    margin: 5px 10px; /* margin-right: auto; */ /* padding: 10px 20px; */
}

.slide_info .s3 {
    display: block;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
    background-image: url(/Content/img/slide/arrow.png);
    background-repeat: no-repeat;
    background-position: -14px -156px;
}

    .slide_info .s3 a {
        color: #ffffff;
    }

.slide_info .st {
    display: block;
    color: #222222;
    float: left;
    line-height: 30px;
    height: 30px;
    margin: 10px 10px;
}

.slide_info:hover {
    background-color: #f8e4d6;
}

.arrow_left, .arrow_right {
    width: 10%;
    text-align: center;
    vertical-align: middle; /* border-radius: 0% 100% 100% 0%; */
}

.arrow_left {
    float: left;
    display: block;
    position: absolute;
    top: 35%;
    bottom: 35%;
    cursor: pointer;
    background-image: url(/Content/img/slide/left.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}

.arrow_right {
    float: right;
    display: block;
    position: absolute;
    top: 35%;
    right: 0px;
    bottom: 35%;
    text-align: center;
    cursor: pointer;
    background-image: url(/Content/img/slide/right.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}

    .arrow_left:hover, .arrow_right:hover {
        /* opacity: 0.2;
  filter:alpha(opacity=20);
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#800000,endColorstr=#800000)";    
*/
        background-color: rgba(0, 0, 0, 0.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#20000000, endColorstr=#20000000)"; /*Filter for older IEs */
    }


.visible {
    display: block;
}

    .visible .slide_info {
        display: block;
    }

    .visible img {
        display: block;
    }

.hidde {
    display: none;
}

    .hidde img {
        display: none;
    }



.body {
    display: block;
    width: 100%;
    line-height: 30px;
    height: auto;
    padding: 0px;
    margin-left: auto;
    overflow: visible;
    margin-right: auto;
    /* background-color: #333333; */
    margin-top: 10px;
}

    .body .title {
        display: table;
        width: 90%;
        /* line-height: 150%; */
        height: auto;
        /* font-size:24px; */
        font-weight: bold;
        color: #aaaaaa;
        /* text-align:center; */
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        /* border-bottom: 1px solid #cccccc; */
    }

        .body .title h3 {
            display: block;
            line-height: 50px;
            height: auto;
            width: 100%;
            text-align: center;
        }

    .body .tip {
        width: 100%;
        height: auto;
        float: left;
        border-bottom: 1px dashed #cccccc;
        /* margin-bottom: 20px; */
        /* display: table; */
        text-align: cneter;
        padding-bottom: 10px;
        font-weight: 100;
    }

        .body .tip span {
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: 12px;
            /* padding:5px; */
            /* align-items: center; */
            /* padding-right: 30px; */
            display: block;
            position: relative;
            float: left;
            width: 100%;
        }

        .body .tip s {
            margin-left: 20px;
            display: block;
            width: 40%;
            height: 40px;
            float: left;
            line-height: 40px;
        }

            .body .tip s a {
                display: block;
                width: auto;
                float: left;
                height: auto;
                line-height: 40px;
                padding: 0px 5px;
            }

                .body .tip s a:hover {
                    color: #ffffff;
                    background-color: #ff6600;
                }

.tip s i {
    display: block;
    width: auto;
    float: left;
    height: auto;
    line-height: 40px;
    font-style: normal;
    padding: 0px 5px;
}

#nav { /* margin-left:20px; */
    display: block;
    width: auto;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
    color: #222222;
    font-weight: normal;
}

    #nav a {
        display: block;
        width: auto;
        float: left;
        height: auto;
        line-height: 30px; /* padding: 0px 5px; */
        text-decoration: none; /* background-color: #888482; */
        color: #222;
        margin-left: 1px;
    }

        #nav a:hover {
            color: #ffffff;
            background-color: #ff6600;
        }

    #nav i {
        display: block;
        width: auto;
        float: left;
        height: auto;
        line-height: 30px;
        font-style: normal; /* padding: 0px 5px; */
    }

.tip-span {
    margin-right: 20px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    /* padding: 5px; */
    /* align-items: center; */
    /* padding-right: 30px; */
    position: relative;
    float: left;
}

.body .tip a {
    display: block;
    width: 20px;
    height: 25px;
    line-height: 25px;
    float: right;
    cursor: pointer;
}

    .body .tip a:hover {
        color: #ffffff;
        background-color: #ff6600;
    }

.body .info {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    padding: 0px;
    zoom: 1;
    position: relative;
    text-indent: 30px;
    /* max-width: 1000px; */
}


    .body .info img {
        display: block;
        width: auto;
        max-width: 100%;
    }

.more {
    display: block;
    width: 90%;
    height: auto;
    /* float: left; */
    margin-left: auto;
    font-size: 14px;
    padding: 50px 0px;
    margin-right: auto;
}

    .more .pre {
        display: block;
        width: 99%;
        height: auto;
        float: left;
        /* min-width:400px; */
        /* border: 1px solid #ccc; */
        padding: 10px 0px;
    }

    .more .next {
        display: block;
        width: 99%;
        height: auto;
        float: left;
        /* min-width:400px; */
        padding: 5px 0px;
    }

    .more .other {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
    }

    .more .o-t {
        display: block;
        width: 90%;
        height: auto;
        font-size: 16px;
        color: #ff6600;
        margin-top: 50px;
    }

    .more ul {
        display: block;
        list-style: none;
        width: 100%;
        height: auto;
        float: left;
        padding: 0px;
    }

        .more ul li {
            display: block;
            float: left;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            padding: 5px;
            width: 100%;
            float: left;
        }


.top_bg {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

    .top_bg img {
        width: 100%;
        height: auto;
        border: none;
        margin: 0px;
        padding: 0px;
    }

.body .tip a:link, .body .tip a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #aaaaaa;
}

/*news 鏍峰紡*/


.trtwo {
    background-color: #e6e5e8;
}

.trone {
    background-color: #cccccc;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
.piewan_splitpage {
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft Yahei,Verdana; /* margin:5px auto; */
    width: auto;
    text-align: center;
    border: 0 #ccc solid;
}

    .piewan_splitpage p {
        display: block;
        float: left;
        width: auto;
        padding: 0px;
        height: auto;
        color: #484646;
        margin-left: 3px;
        border: 0 #ccc solid;
        text-align: center;
        cursor: pointer; /*background-image:url(//imgs/gamelistgb1.gif);*/
        background-repeat: repeat-x;
        background-position: bottom
    }

        .piewan_splitpage p a {
            display: block;
            float: left;
            padding: 3px 8px;
            width: auto;
            color: #444;
            border: 1px #ccc solid;
            text-align: center;
            cursor: pointer;
            background-color: #cccccc;
            background-repeat: repeat-x;
            background-position: bottom;
            text-decoration: none;
        }

            .piewan_splitpage p a:hover {
                color: #fff;
                text-decoration: none;
                background-image: none;
                background-color: #00f;
                border: 1px solid #ccc;
            }

    .piewan_splitpage .nolink {
        display: block;
        float: left;
        padding: 3px 10px;
        width: auto;
        border: 1px #ccc solid;
        color: #292424;
        text-align: center;
        cursor: pointer;
        background-color: #cccccc;
    }

    .piewan_splitpage .this {
        display: block;
        float: left;
        padding: 4px 10px;
        width: auto;
        color: #fff;
        text-decoration: none;
        background-image: none;
        background-color: #f60; /* border: 1px solid #ccc; */
    }

.limit_number {
    line-height: 28px;
    height: 28px;
    color: #413F3F;
    width: 50px;
}

.limit_view {
    color: #413F3F;
    width: 50px;
}

    .limit_view input {
        color: #413F3F;
        width: 50px;
        border: 1px;
        width: 30px;
        padding: 5px;
        text-align: center;
    }

@media only screen and (min-width:1500px) {
    .slide_list ul li img {
        opacity: 1;
    }

    .slide_list ul li img {
        display: none;
    }

    .slide_list ul li .slide_info { /* width: 99.6%; */
    }

    .slide_list ul li {
        width: 100%;
    }
}


@media only screen and (min-width:780px) and (max-width:1200px) {
    .slide_list ul li img {
        opacity: 1;
    }

    .slide_list ul li img {
        display: none;
    }

    .slide_list ul li .slide_info {
        width: 99.8%;
    }

    .slide_list ul li {
        width: 100%;
    }
}




@media only screen and (max-width:780px) {
    .slide_list ul li .slide_info {
        display:;
        position: relative;
        top: 0px;
        left: 0px;
        margin-left: 0px;
        background-image: none;
        border-radius: 0px;
        background-color: #fff;
        width: 100%;
        padding: 10px;
    }
    /*.slide_list ul li img{min-height: 300px;}
	.slide ul li{width:100%; height:auto;}
	.slide .slide_list{width:100%; height:auto;}
	.slide_list ul {width:100%; height:auto;}
	.slide{width:100%;height:auto; margin-top:10px;}
	*/
    .slide2 ul li .info_news {
        width: 94%;
        margin-bottom: 10px;
    }

    .slide2 ul li .info {
        width: 94%;
        margin-bottom: 10px;
    }

    .slide2, .slide2 ul {
        height: auto;
    }



    .body .tip s {
        margin-left: 0px;
        display: block;
        width: 100px;
        height: 25px;
        float: left;
    }





    .slide_info .s0, .slide_info .s2 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: 100;
    }

    .sns { /* margin-top:20px; */
        margin-left: auto;
        margin-right: auto;
    }


    .slide {
        width: 100%;
    }

    .slide_list ul li .slide_info {
        padding: 0px;
    }

    .slide_list ul li img {
        width: 100%;
        border: 0px;
        opacity: 1;
    }


    .slide_info .st {
        width: 100%;
    }

    .slide_info .s1 {
        width: 95%;
        clear: both;
        margin: 0px; /* float:left; */
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .piewan_splitpage {
        margin: 10px 0px;
    }

        .piewan_splitpage p {
            margin-top: 10px;
        }
}




@media only screen and (max-width:600px) {
}

@media only print {
    .header {
        display: none;
    }

    .more {
        display: none;
    }

    .footer {
        display: none;
    }
}
