/* Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨Â½Â®Ã¦â€™Â­ */
body,html{ width:100%; height:100%;background: none;transition: all linear .5s;} 

.sxts{
	position:
	fixed;
	bottom:0;
	width:100%;
	z-index: 999;
}
.sxts > img{
	width:100%;
}
.sxts .homeclose{
	position:
	absolute;
	right:10%;
	top: -30px;
	cursor:pointer;
}


.fullSlide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: #000;
}

.fullSlide ul {
    height: 100% !important;
    width: 100% !important;
}

.fullSlide li {
    opacity: 0;
    position: absolute;
    height: 100% !important;
    width: 100% !important;
	transition:all 1s;
}
.fullSlide li.on{
	opacity:1;
}
 .pre,
 .next{
    position: absolute;
    top: 55%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0,0, .6);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    font-size: 30px;
}
 .pre{
    left: 30px;
}
.next{
    right: 30px;
}
/* Ã¥Â¤Â´Ã©Æ’Â¨Ã¥Â¯Â¼Ã¨Ë†Âª */
.home_nav{
    width: 100%;
    height: 97px;
    background-color: rgba(255,255,255,0.3);
    position: relative;
    z-index: 99;
}
.home_nav_box{
    width: 1200px;
    margin: 0 auto;
}
.home_nav_box dd,dt{
    float: left;
}
.home_nav_box dd{
    margin-left:78px;
}
.home_nav_box dl a{
	font-size: 22px;
	font-weight: 800;
	line-height: 97px;
	letter-spacing: 0px;
	color: #000000;
}
/* Ã¤Â¸Â­Ã©â€”Â´Ã©Æ’Â¨Ã¥Ë†â€  */
.home_container{
    width: 100%;
    position: relative;
    z-index: 99;
    margin-top: 100px;
}
.home_container_box{
    width: 1200px;
    margin: 0 auto;
}
.home_logo{
        text-align: center;
        margin-top: 50px;
}
/* Ã¦ÂÅ“Ã§Â´Â¢ */
.home_search{
    width: 680px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 30px;
    border: solid 4px rgba(0, 0, 0, 0.1);
    margin: 35px auto;
    padding-left: 50px;
}
.search_list{
    float: left;
    width: 100px;
    text-align: center;
    position: relative;
   padding-left: 19px;
   padding-left: 11px;
}
.indseachcolumn{
    line-height: 50px;
    display: inline-block;
    color: #999999;
    font-size: 14px;
}
.search_list i{
    display: inline-block;
    width: 11px;
	height: 7px;
    background-image: url(../images/home/home_b.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 23px;
}
.search_list ul{
    display: none;
    position: absolute;
    width: 100%;
    top: 54px;
    left: 16px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    height: 100px;
    overflow-y: scroll
}
.search_list ul li{
    width: 100%;
    line-height: 26px;
    cursor: pointer;
    font-size: 16px;
    color: #999999;
}
.home_search input{
    width: 465px;
    height: 53px;
    border: none;
    background: none;
    color: #000;
    outline-style: none;
    text-indent: 0.5em;
    /* float: left; */
}
.home_search button{
    float: right;
    /* display: inline-block; */
    width: 40px;
    height: 40px;
    background: #cc2518;
    border: none;
    border-radius: 50%;
    outline-style: none;
    margin:6px 6px 0 0;
}
.upward{
    text-align: center;
    /* display: none; */
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0;
}

/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 145px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
 
}
.footer_box{
    background: none;
    color: #ffffff;
    padding: 0;
}
.footer_box a{
    color: #fff;
}
.footer_top{
    border: none;
}
.yqlj_hd li{
    border-color: rgba(255, 255, 255, 0.2);
}
/* Ã¥ÂÂ³Ã¤Â¾Â§Ã¥Â¯Â¼Ã¨Ë†Âª */

.right_nav{
    position: fixed;
    right: 54px;
    top: 25%;
    z-index: 9999;
}
.right_nav li{
    width: 40px;
	height: 40px;
	background-color: #f7f7f7;
	border: solid 1px #e0e0e0;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
.right_nav li+li{
    margin-top: 16px;
}
.footer_dzjg{
}
.common_right_nav{
    /* display: none; */
    top: 25%;
    z-index: 9999999;
}
@media screen and (max-width: 1500px){
    .sxts .homeclose{
        top: -45px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px){
    .fullSlide{
        min-width: 100%;
    }
    .home_nav{
        height: auto;
    }
    .home_nav_box{
        width: 100%;
    }
    .home_nav_box dt{
        width: 33.3%;
        text-align: center;
    }
    .home_nav_box dd{
        width: 33.3%;
        margin-left: 0;
        text-align: center;
    }
    .home_nav_box dl a{
        line-height: 55px;
    }
    .home_container_box{
        width: 100%;
        padding: 0 10px;
    }
    .home_logo{
        margin-top: 30px;    
    }
    .home_search{
        width: 100%;
    }
    .home_search input{
        width: 200px;
    }
    .search_list{
        padding-left: 0;
    }
    .footer{
        position: relative;
    }

    .right_nav{
        display: none;
    }
    .upward{
        display: none;
    }
}
