body{background: #fff;}
.layui-container{width:100%;max-width:1024px}
.header{padding-top: 2px;height: 65px;}
.header .logo a{color:#1c86d1;font-size:22px;line-height:55px;}
.header .menu {padding:5px 5px 0 0}
.header .menu span{display:none;text-align:right}
.header .menu span i{font-size:18px;line-height:35px;color:#1c86d1;cursor:pointer}
.nav{background-color:#1c86d1;}
.nav .layui-nav{background-color:#1c86d1;padding:0}
.nav .layui-nav li{line-height:40px}
.nav .layui-nav li.active{background-color:#0072C6}
.nav .layui-nav a{color:#fff;font-size:14px}
.breadcrumb{margin-top: 10px;background: #f5f5f5;padding: 5px;border: 1px solid #ddd;visibility: visible}
.mainleft,.mainright{margin-top:30px;padding:5px;}
.article_list .item{
    margin-bottom:30px;
    border:1px dotted #eee;
    padding:5px;
}
.article_list .item:hover{
    border:1px solid #eee;
}
.article_list .item .title{
    overflow:hidden;
    text-overflow: ellipsis;
}
.article_list .item .title a{
    font-size:16px;
    font-weight:500;
}
.article_list .item .title a:hover{
    color:#1c86d1;
}
.article_list .item .content{
    overflow:hidden;
    text-overflow: ellipsis;
    margin:10px 0;
    text-indent:20px;
    color:#999;
}
.article_list .item .info{
    color:#333;
}
.page_content {
    word-break:break-all;
}
.page_content img{
    max-width:100%;
}
.article_content h1{
    word-break:break-all;
    text-align:center;
    font-size:18px;
}
.article_content .content{
    word-break:break-all;
}
.article_content .content img{
    max-width:100%;
}
.mainright .box{
    border:1px dotted #eee;
    padding:5px;
    margin-bottom:20px;
}
.mainright .box .title{
    font-size:16px;
    font-weight:500;
    margin-bottom:5px;
    color:#1c86d1;
}
.mainright .box li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.mainright .box li.active a{
    color:#1c86d1;
}
.mainright .box li a{
    line-height:1.5;
}
.pagelist a{border: 1px solid #C9C9C9;background-color: #fff;color: #555;display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px;white-space: nowrap;text-align: center;border-radius: 2px;cursor: pointer;outline: 0;-webkit-appearance: none;-webkit-transition: all .3s;box-sizing: border-box;vertical-align: middle;font-style: inherit;font-weight: inherit;}
.pagelist a+a{margin-left:5px}
.pagelist a.active,.pagelist a:hover{background-color: #1c86d1;color:#fff;border: 1px solid #1c86d1;}


@media screen and (max-width: 992px){
  .header-container{padding:0}
  .header{padding-top: 0px;height: 40px;background-color:#1c86d1;}
  .header .logo{text-indent:5px}
  .header .logo a{color:#fff;font-size:22px;line-height:40px}
  .header{border-bottom:1px solid #ccc}
  .header .menu span{display:block;text-indent:5px}
  .header .menu span i{color:#fff;}
  .nav{display:none;border:1px solid #eee;position:fixed;right:0;top:50px;z-index:999;background-color:#fff;padding:5px;}
  .nav .layui-nav{background-color:#fff}
  .nav .layui-nav .layui-nav-item{display:block}
  .nav .layui-nav li.active{background-color:#fff;color:#1c86d1}
  .nav .layui-nav a{color:#333;font-weight:500}
  .nav .layui-nav li.active a{color:#1c86d1}
  .nav .layui-nav li:hover a{color:#1c86d1;background-color:#fff;}
}
.top{

    height: 120px;
    background-color: rgb(7, 55, 99);
    background-position: center top;
    background-repeat: repeat;

}
.main-top{
    margin: 0 auto;
    width: 1024px;
}
.mainlogo{
    left: 38px;
    top: 20px;
    width: 91px;
    height: 84px;
    position: relative;
    z-index: 102;
    float: left;
}
.mainlogo img{
    width: 91px;
    height: 84px;
}
.logoname{
    position: relative;
}
.logoname img{
    left: 51px;
    top: 5px;
    width: 353px;
    height: auto;
    position: relative;
}
.top-nav {
    left: 51px;
    top: 5px;
    height: auto;
    position: relative;
}
.top-nav li{
    float: left;
    padding: 10px 10px;
}
.top-nav li a{
    font-size: 16px;
    color: #fff;
}
.top-nav li:hover{
    border-bottom:solid 2px #e7ab06;
}
.main-banner{
    margin: 0 auto;
    width: 1910px;
   
}

.main{
    margin: 0 auto;
    width:1024px

    
}
.main-banner img{
    height: 800px;
    max-width: 1904px;
    margin: 0 auto;
}
.main-news {
    text-align: center;
}
.main-news p{
    padding: 15px 0;
}
.news-hr{
    width: 50px;
    border-bottom: 4px solid #002943;
    margin: 0 auto;
    padding-bottom: 16px;
}
.article_list{
    padding: 15px 0;
    margin: 0 auto;
    width: 1024px;
}
.article_list li{
    float: left;
    width: 330px;
    border: 1px solid #C9C9C9;
    margin-right: 7px;
    height: 290px;
}
 
.article_list li img{
    width: 100%;
    height: 225px;
    
}


.article_list_title {
    font-size: 13px;
    color: #002943;
    font-weight: bold;
}

.article_list_more{
    clear: both;
    text-align:center;
    padding: 50px 0;

}
.article_list_more .more{
    background-color: #002943;
    padding: 20px;
}
.article_list_more .more a{
    color: #fff;
}
.about{
    padding: 60px 0;
    background-attachment: fixed;
    background-image: url(https://5.8game.top/upload/tllb.jpg);
}

.about_comcany .about_title{
    text-align: center;
    padding-bottom: 20px;
}
.about_title span {
    color: #fff;
    font-size: 18px;
}
.about_title .news-hr{
    
    border-bottom: 4px solid #feffff;
}
.abour_cont{
    padding: 80px 40px;
    background-color: #00000091;;
}
.abour_cont p{
    color: #fff;
    line-height: 231%;
    font-size: 15px;
    text-indent: 2em;
}
.abour_cont p strong{
    font-size: 18px;
}

.yewu {
   padding-top: 30px;
}
.yewu_title{
    font-size: 18px;
    text-align: center;
    line-height: 160%;
    color: #434343;
}
.yewu_list_img li {
    float: left;
    padding: 10px;
}
.yewu_list_img li img{
    width: 180px;
    height: 180px; 
}


.yewu_list{
    clear: both;
    padding: 10px 0;
}
.yewu_list li{
    float: left;
    width: 200px;
    text-align: center;
}
.yewu_list_img_cjs img{
    width: 328px;
    height: auto;
}
.yewu_list_img_cjs{
    padding-top: 50px;
    text-align: center;
}
.yewu_list_cjs {
    padding-top: 20px;
}
.yewu_more{
    text-align: right;
}
.yewu_more span {
    border-radius: 12px;
}
.contact{
    padding: 60px 0;
    background-attachment: fixed;
    background-image: url(https://5.8game.top/upload/3v6g.jpg);
}
.contact-hr{
    width: 50px;
    border-bottom: 4px solid #cbcdcf;
    margin: 0 auto;
    padding-bottom: 16px;
}
.contact_l{
    float: left;
}
.contact_l img{
    width: 275px;
    height: auto;
    position: relative;
}
.contact_r{
    padding-left: 50px;
}
.contact_r p{
    color: #fff;
    line-height: 231%;
    font-size: 18px;
}  

.footer{
    margin-top:40px;

    background-color: rgb(0, 41, 67);

}
.footer_1{
    padding: 40px 0;
    color: #ffffff;
    line-height: 231%;
}

.art_l{
    width: 114px;
    background-color: #fdf21c;
    padding: 40px 0px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.art_l span{
    line-height: 140%;
    font-size: 20px;
    font-weight: bold;
}
.art_r{
    border-bottom: 2px solid #073763;
    padding-top: 77px;
    padding-bottom: 10px;
}
.art_list {
    text-align: center;
    padding: 50px 0;
}
.art_list a{
    padding: 15px;
    background: #bababa;
    color: #fff;
}
.art_list a:hover{
    background: #0083e2;
}
.art_list .active{
    background: #0083e2;
}
.article_news li {
    float: left;
    text-align: center;
    vertical-align: top;
    width: 190px;
    padding: 40px 20px;
    
}
.article_news li img{
    width: 200px;
}
.article_news li a {
    line-height: 150%;
}
.page_list{
    text-align: center;
}
.page_list a{
    padding: 5px 7px;
    border: 1px solid #0083e2;
}
.page_list a:hover{
    background: #0083e2;
    color: #fff;
}
.page_list .active{
    border: none ;
    color: #0083e2;
}
.art_top{

}

.art_content{
    padding: 70px 35px;
}
.art_bot{
    padding: 20px 0;
}
.art_time{
    text-align: center;
    padding: 10px 0;

}