body{font-family:'微软雅黑';font-size:14px;}
ul,li,dl,dd,dt{list-style:none;}
body,div,a,img,ul,li,dl,dt,dd,p,h3{margin:0px;padding:0px;}
img{border:none 0px;}
a{text-decoration:none;}
a:hover {text-decoration:underline;}
.cbody{width:1024px;margin:0px auto;}
.max_cbody{width:1000px;margin:0px auto;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.logo{margin:40px 0px 0px 26px;}
.header{height:180px;position:relative;}
.lan a{float:left;color:#666666;margin:18px 12px 0px 12px;font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.menu{height:36px;line-height:36px;border-top:2px solid #999999;padding-left:62px;}
.menu ul li{float:left;padding:0px 18px;}
.menu ul li a{font-size:16px;color:#000000;font-family:'微软雅黑';font-weight:bold;}
.menu ul .cur{background:#999999;}
.menu ul .cur a{color:#fff;}
.copyright{font-size:16px;padding-top:10px;text-align:center;height:92px;border-top:1px solid #999999;color:#333333;line-height:26px;}
.nav{margin:10px 0px;font-size:12px;color:#555555;padding-left:20px;height:30px;line-height:30px;background:url(nav.gif) no-repeat 0px center;}
.nav a{color:#555555;}

.smallLan{
    display: none;
    position:absolute;
    top:1px;
    right:-10px;
    z-index:1;
}
.down-arrow{
    display:inline-block;
    position:relative;
    width:20px;
    height:5px;
}
.down-arrow::after {
    display: inline-block;
    content: " ";
    height: 5px;
    width: 5px;
    border-width: 0 2px 2px 0;
    border-color: #999999;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}
.smallLan{
    overflow: hidden;
    transition: all ease .5s;
    background-color: #fff;
}
.smallLan a{
    float: left;
    color: #666666;
    margin: 9px 0 6px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.lan-list{
    display: none;
    background-color: #fff;
}
.outer-chain{
    text-align: center;
    padding: 5px 0 0;
    width: 960px;
    margin: 0 auto;
}
.outerChain-l{
    width: 90px;
    text-align: center;
    float: left;
    margin-left: 370px;
}

.outerChain-r{
    width: 120px;
    text-align: center;
    float: left;
    margin-left: 30px;
    margin-top: 0px;
}
.symbol{
    font-size:38px;
    color:#005ea5;
    display: none;
    font-weight: 300;
    line-height: 32px;
}
.open .symbol{
    color:#fff;
}
/* 响应式 */
@media screen and (max-width:1024px){
    .cbody{
        width:100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .jgbox_l{
        width:100%!important;
       }
       .jgbox_class>dl{
           float: left;
           width:calc(50% - 20px);
           margin: 0 10px;
       }
       .jgbox_r {
           width:100%!important;
       }
       .opinion-ul ul li {
           line-height: 45px!important;
       }
       .jgbox_class dl dt a{
           margin:0!important;
       }
       .jgbox_class dl dt{
           background-image: none!important;
           text-align: center;
       }
       .symbol{
           display: inline-block;
       }
       .wjbox_title.wjbox_title{
           width:100%;
       }
}
@media screen and (max-width:768px){
    .logo{
        padding-top: 20px;
        margin: 0 auto;
        width:100%;
        text-align:center;
    }
    .lan{
        display:none;
    }
    .smallLan{
        display:block;
    }
    .infobox-top.infobox-top{
        font-size:70px;
    }
    .infobox.infobox {
        margin: 30px auto 50px auto;
        width: 100%;
    }
   .infobox-search.infobox-search{
       margin: 20px auto;
       float: none;
       width:100%;
   }
   .infobox-search form{
       padding:0 10px;
   }
   .infobox #keys#keys{
    width:calc(100% - 100px);
    height:100%;
   }
   .infobox #sub#sub {
       float: right;
   }
   .jgbox_r{
       width:100%!important;
   }
   .max_cbody{
    width:100%!important;  
   }
   .max_cbody span{
       display: block;
   }
   .outer-chain{
    width:100%!important;  
   }
   .outer-chain>div{
       display: inline-block;
       float: none;
       margin:0;
   }
   .wjbox_content{
       height:auto!important;
   }
}

@media screen and (max-width:500px) {
    .infobox-top.infobox-top.infobox-top{
        font-size:40px;
    }
    .jgbox_class dl dt{
        line-height: 40px!important;
        text-align: center;
    }
    .jgbox_class dl dt a{
        font-size:16px!important;
        margin-left:0!important;
    }
    .symbol{
        font-size:24px;
    }
}

@media screen and (max-width:375px) {
    
}