/* 为屏幕宽度小于480px的设备定义样式 */
@media screen and (max-width: 800px) {

        body {
        width: 850px;
        height: 100%;
        /* margin: 0 auto; */
        background: #ffffff;
        font-size: 12px;
        font-family: "microsoft yahei", SimHei, arial;
        color: #000;
        position: relative;
     
        /* overflow-x: hidden; *//* 防止横向溢出 */

    }
    .eyou-main {
        width: 100%;
        height: auto;
        min-width: 850px;
        position: relative;
    }

    .eyou_nav {
        width: 850px;
        margin: auto;
        height: 56px;
        padding: 10px 0 10px 0;
    
    }
    .eyou_nav p {
        float: left;
        background: url(../images/0.png) no-repeat left center;
        margin-left: 10px;
        padding-left: 25px;
        font-size: 10px;
        color: #3e3e3e;
    }
    .eyou-dh > li {
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .eyou-dh {
        float: left;
        margin-left: 10px;
        height: 22px;
    }
    .eyou-dh > li > a {
        font-size: 10px;
            color: #273067;
    }
    
    .eyou-tb {
        height: 100px;
        width: 600px;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .eyou-sousuo {
        width: 510px;
        float:left;
    }
    .eyou-sousuo label {
        width: 385px;
        height: 45px;
        padding-left: 15px;
        border: 1px solid #DDDDDD;
        float: left;
    }
    .eyou-sousuo label input[type=text] {
        width: 1000px;
        height: 43px;
        border: none;
        background: url(../images/su.png) no-repeat left center;
        padding-left: 35px;
    }
    .eyou-sousuo input[type=submit] {
        width: 120px;
        height: 45px;
        border: none;
        float: left;
        color: white;
        background: #e1251b;
    }
    .eyou-sousuo form {
        height: auto;
        overflow: hidden;
        margin-top: 40px;
    }
    .eyou-sousuo p {
        color: #767676;
        padding-top: 5px;
    }
    .eyou-sousuo p a {
        color: #767676;
    }
    
    .eyou-sousuo2 {
        width: 100%;
        float:none;
        text-align: center;
    }
    .eyou-sousuo2 label {
        width: 385px;
        height: 45px;
        padding-left: 15px;
        border: 1px solid #DDDDDD;
        float: left;
    }
    .eyou-sousuo2 label input[type=text] {
        width: 1370px;
        height: 43px;
        border: none;
        background: url(../images/su.png) no-repeat left center;
        padding-left: 35px;
        margin: 0 auto; /* 使用margin属性水平居中 */
    }
    .eyou-sousuo2 input[type=submit] {
        width: 120px;
        height: 45px;
        border: none;
        float: left;
        color: white;
        background: #e1251b;
    }
    .eyou-sousuo2 form {
        height: auto;
        overflow: hidden;
        margin-top: 20px;
        margin-left: 50%;
    }
    .eyou-sousuo2 p {
        color: #767676;
        padding-top: 5px;
    }
    .eyou-sousuo2 p a {
        color: #767676;
    }
    

    .eyou-banner {
        width: 100%;
        /*height: 436px;*/
        margin: auto;
        position: relative;
    }

    .eyou-ban {
        width: 100%;
        height: 200px;
        position: relative;
    }

    .eyou-rel .bd li {
        text-align: center;
        width: 200px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .eyou-rel .bd div {
        width: 90%;
        margin: auto;
    }
    .eyou-rel .bd p {
        font-size: 15px;
        color: #4e4e4e;
        line-height: 2;
    }
    .eyou-rel .bd span {
        font-size: 14px;
        color: #ff731e;
        line-height: 2;
        font-weight: bold;
    }

    .eyou-ban .hd {
        position: absolute;
        bottom: 3%;
        right: 2%;
    }
    .eyou-ban .hd li {
        float: left;
        width: 12px;
        height: 12px;
        border: 2px solid #DDDDDD;
        border-radius: 100%;
        margin-left: 10px;
    }
    .eyou-ban .hd .on {
        background: #e1251b;
    }

    .eyou-ban .prev, .eyou-ban .next {
        position: absolute;
        left: 1%;
        top: 60%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    .eyou-ban .next {
        left: auto;
        right: 2%;
        background-position: 8px 5px;
    }
    .eyou-ban .prev:hover, .eyou-ban .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .eyou-copy {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #273067;
    }
    .eyou-icp {
        width: 800px;
        margin: auto;
        color: #cdcdcd;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 10px;
    }
    .eyou-icp > div {
        text-align: center;
    }
    .eyou-icp > span {
        float: right;
    }
    .eyou-icp > span a {
        color: #cdcdcd;
    }

    #pages {
        padding: 1px 0 15px 0;
        text-align: center;
        font-size: 12px;
    }
    #pages a {
        display: inline-block;
        padding: 0px 5px;
        height: 34px;
        font-size: 8px;
        line-height: 34px;
        border: #d2d2d2/*边框线色*/ solid 1px;
        text-align: center;
        color: #333/*字体颜色*/;
        text-decoration:none;
        background: #fff/*字背景*/;
        margin: 0 4px;
    }
    #pages a.a1 {
        padding: 0px 12px;
        height: 34px;
        line-height: 34px;
        margin-top: 0px;
        border-left: 1px solid #d2d2d2/*左边框线色*/;
    }
    #pages a:hover {
        color: #fff;
        text-decoration: none;
        background: #e1251b;/*鼠标滑过色块色*/
        ;
    }
    #pages span {
        display: inline-block;
        padding: 0px 14px 0 14px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #e1251b;
        ;
        color: #fff;
        text-align: center;
        background: #e1251b;
        ;/*色块色*/
    }
    .page .noPage {
        display: inline-block;
        padding: 0px 14px 0 14px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: #a4a4a4;
    }
    .about_list p img {
        display: inline-block;
        width: 23%;
        float: left;
        margin: 20px 1%;
    }

    .hot-name {
        width: 100%;
        float: left;
        border: 1px solid #dddcdc;
    }
    .hot-name > p {
        height: 50px;
        line-height: 50px;
        font-size: 10px;
        color: #4c4c4c;
        text-align: center;
        border-bottom: 1px solid #dddcdc;
    }
    .hot-name ul {
        background: white;
        padding-bottom: 54px;
    }
    .hot-name ul li {
        border-bottom: 1px dashed #dddcdc;
        height: auto;
        overflow: hidden;
        width: 90%;
        margin: auto;
        padding: 20px 0;
    }
    .hot-name ul li img {
        float: left;
        width: 48%;
    }
    .hot-name ul li div {
        float: right;
        width: 50%;
        color: #424242;
        margin-top: 20px;
    }
    .hot-name ul li div span {
        display: block;
        color: #ff731e;
    }
}