.index_bg {
    background-image: url(../img/index_bg.jpg);
    background-position: left 800px;
    background-repeat: no-repeat;
	background-size: cover;
}
.index_bg2 {
    background-image: url(../img/index_bg3.jpg);
    background-position: left 50px;
    background-repeat: no-repeat;
	background-size: cover;
}
.cleancss {
    clear:both;
}
.date {
    background-color: #404040;
    color: #FFFFFF;
    font-size: 16px;
    width: 100px;
    text-align: center;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 4px;
    font-weight: normal;
    display: block;
}

#gotoTop{
	display: none;
	position: fixed;
	top: 75%;
	right: 0%;
	cursor: pointer;
	margin-top: -50px;
	margin-right: 20px;
	width: 70px;
	height:70px;
	line-height: 100;
	overflow: hidden;
	background: url(../img/top_arrow.jpg) no-repeat;
	z-index: 999999;
}
#gotoTop{
	_position:absolute;
	_top:expression_r(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px");
}

.banner {
    float: left;
    width: 79.5%;
   
}
.banner img {
    width:100%;
    height: auto;
}

.banner_txt {
    margin: 20px;   
}

.banner_txt h1{
    background-color: #404040;
    color: #FFFFFF;
    font-size: 14px;
    width: 100px;
    text-align: center;
    padding: 5px;
}

.banner_txt h2{
    color: #FFFFFF;
    font-size: 50px;
    padding: 5px;
    font-weight: 600;
}


.ad{
    float: right;
    width: 20%;
    display: block;   
}


.ad ul{  
  
}

.ad ul li{  
	 display: block;
	
  
}

.ad img{
    width: 100%;
    height: auto;
    margin-bottom: 2%;
}

.top_box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;  
    background-repeat: no-repeat;
}



.top_box h3{
    color: #ff0000;
    font-size: 14px;

}
.news_box{
    margin-top: 100px;
   
}
.news_box h1{
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;   
}
.news_list{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}


.news_list ul{
   
}

.news_list ul li{
    width: 30%;
    margin-left: 1.66%;
    margin-right: 1.66%;
    float: left;
}

.news_list ul li img{
    width: 100%;
   
}



.new_txt_black{
    background-color: #090909;
  
}

.new_txt{
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ff0000;
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-weight: normal;
}

.new_txt h1{
    background-color: #404040;
    color: #FFFFFF;
    font-size: 14px!important;
    width: 100px;
    text-align: center;
    padding-top: 0px!important;
    padding-right: 5px!important;
    padding-left: 5px!important;
    padding-bottom: 0px!important;
    margin: 0px!important;
    font-weight: normal!important;
}

.new_txt h2{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.new_hashtag{
    color: #ff0000;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.t1{
    margin-right: 10px;   
}


.video_box{
    background-image: url(../img/video_bg.png);
    background-repeat: repeat-x;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

.video_left{
    width: 40%;
    float: left;
}


.video_left p{
    color: #C1C1C1;
    font-size: 16px!important;
    line-height: 26px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.video_left h1{
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

.video_left h2{
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

.video_more{
   
}


.video_more a{
    background-color: #ff0000;
    width: 150px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    text-align: center;
    float: right;
    margin-top: 40px;
	border-radius: 20px;
	 transition: background-color .5s;   
}


.video_more a:hover{
    background-color: #A8A8A8;
    color: #333;  
}



.video_right_m{
  	 display: none;  
}



.video_right{
    width:50%;
    float: right;
	 display: block;  
}


.iframe-rwd {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 100%;
}


.videoWrapper2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper2 iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}


.search_box{
    border-radius: 10px;
    background-color: #ff0000;
    border: 1px solid #707070;
    width: 70%;
    height: auto;
    margin-left: auto;
    padding: 30px;
    margin-right: auto;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 100px;
}


.hotpro_box{
    background-color: #000000;
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: url(../img/hot_pro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 100px;
}


.hotpro{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.pro_left{
    width: 50%;
    float: left;   
}

.pro_left h1{ 
	 color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}
 
.pro_left{
    width: 40%;
    float: left;
    margin-right: 10%;
    margin-top: 50px;
}


.pro_left p{
    color: #FFFFFF;
    font-size: 16px!important;
    line-height: 30px!important;
}

.pro_right{
    width: 50%;
    float: right;
    display: block;
    margin-top: 50px;
}
.pro_right img{
    border: 1px solid #3d3d3d;
    width: 100%;
    height: auto;
}

.pro_right_m{
    display: none;   
}
.pro_box {
    background-color: #1a1a1a;
    background-image: url(../img/index_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 100px;
}

.pro_box h1{
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;   
}


.footer_menu_box {
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
}

.footer_menu {
    text-align: right;
    width: 80%;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
	display: block;   
}

.footer_menu  a {
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

.footer_menu  a:hover {
    color: #AAAAAA;
    transition: background-color .5s;
}

.footer_menu_m {
    display: none;   
}

.footer_logo {
    width: 15%;
    float: left;
}

.footer_logo img {
    width: 100px;
    height: auto;
}

.copyright {
    background-color: #ff0000;
    padding-top: 30px;
    padding-bottom: 30px;
	  padding-left: 100px;
    padding-right: 100px;
}

.copyright_txt {
    color: #FFFFFF;
    font-size: 16px;
    width: 50%;
    float: left;
    padding-top: 20px;
}

.copyright_img {
    width: 50%;
    float: right;
    text-align: right;
}

.copyright_img img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}


.search-data input {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.search-data .line {  
    height: 1px;
    width: 100%;
    background: #fff;
}

.search_td {
    vertical-align: top;
    padding-top: 8px;
    width: 120px;
}

.main_box {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom:100px;
}

.main_left {
    width: 75%;
    float: left;
	color: #fff;
    font-size: 16px;
    line-height: 26px
}


.main_right {
    width: 20%;
    float: right;
}

.main_right h1 {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 20px;
}

.main_right ul {
  
}

.main_right ul li {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.main_right ul li a {
    color: #FFFFFF;
    margin-right: 10px;
}


.main_right ul li a:hover{
    color:#848484;
}

.main_right ul li img {
    width: 100%;
}
.hashtag{
    color: #ff0000;
    font-size: 16px;
    display: block;    
}

.hashtag a{
    color: #ff0000!important;
}

.hashtag a:hover{
    color: #ff0000;
    text-decoration: underline;
}


.left_advertise{
   display: block!important;
}

.left_advertise img{
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
	 display: block;
}


.news_left {
    width: 75%;
    float: left;
	color: #fff;
    font-size: 16px;
    line-height: 26px
}

.news_left img{
    width: 100%;
    height: auto;    
}

.news_left h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:25px;
  
}

.news_left h2 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ff0000;
}

.news_left h3{
    color: #ff0000;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.news_left h3 a{
    color: #ff0000!important;
    margin-right: 10px;   
}

.news_left h3 a:hover{
    text-decoration: underline;   
}
.news_left img {
    width: 100%;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}

.news_left p {
    color: #fff;
    padding-top: 0px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px!important;
    font-size: 16px!important;
}

.news_box1{
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.news_box1 img{
    width: 100%;
    height: auto;   
}
.news_box1 h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 35px;
}
.news_box1 p {
    color: #959595;
    padding-top: 0px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin: 0px!important;
    padding-bottom: 0px!important;
    font-size: 16px!important;
}

.news_box2{
    width: 49%;
    float: left;
	  margin-bottom: 0px;
    padding-bottom: 20px;
}

.news_box2 h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 35px;
}
.news_box2 p {
    color: #959595;
    padding-top: 0px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin: 0px!important;
    padding-bottom: 0px!important;
    font-size: 16px!important;
}



.news_box3{
    width: 49%;
    float: right;
	margin-bottom: 0px;
    padding-bottom: 20px;
}

.news_box3 h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 35px;
}
.news_box3 p {
    color: #959595;
    padding-top: 0px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin: 0px!important;
    padding-bottom: 0px!important;
    font-size: 16px!important;
}


.pages {
    background-color: #242424;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.pages-prev{
    width: 15%;
    float: left;
}
.pages-next{
    width: 15%;
    float: right;
    text-align: right;
}
.pages-prev a, .pages-next a {
    color:  #fff;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.pages-prev a:hover, .pages-next a:hover {
    color: #FFFFFF;
    background-color: #1a1a1a;
}

.pages-num_m{
    display:none;  
}

.pages-num{
    width: 40%;
    float: left;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
	display: block;  
}

.pages-num a{
    color: #fff;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 10%;
    float: left;
}
 
.pages-num a:hover{
    color: #FFFFFF;
    background-color: #1a1a1a;
}

.brand_name{
    font-size: 16px;
}


.spc_td1{
    padding: 10px;
    background-color: #000000;
}

.spc_td0{
    padding: 10px;
	background-color: #000000;
}
   

.spc_td0 img{
    width: 50%;
    height: auto;
}
.spc_td2{
    padding: 10px;
    border-bottom: 1px solid #464646;
}

.spc_td3{
    padding: 10px;
    background-color: #464646;
    text-align: center;
    font-weight: 600;
}

.spc_add{
    
}
.spc_add a {
    background-color: #ff0000;
    width: 150px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    margin-top: 40px;
    border-radius: 20px;
    transition: background-color .5s;
    margin-left: auto;
    margin-right: auto;
    line-height: 0px;
}


.spc_add  a:hover{
    background-color: #A8A8A8;
    color: #333;  
}

.spc_add2{
    
}
.spc_add2 a {
    background-color: #ff0000;
    width: 150px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    transition: background-color .5s;
    line-height: 0px;
}


.spc_add2  a:hover{
    background-color: #575757;
    color: #fff;
}


.spc_delete{
    
}
.spc_delete a {
    background-color: #222222;
    width: 150px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
    transition: background-color .5s;
    line-height: 0px;
}


.spc_delete  a:hover{
    background-color: #575757;
    color: #fff;
}


.comparison {
	color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.comparison h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
}

.modified_pro {
    margin-top: 30px;   
}

.modified_pro ul {
   
}

.modified_pro ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 20px;
    background-color: #000;
    text-align: center;
   
}

.modified_pro ul li img {
    padding: 0px;
    margin: 0px;
}

.modified_pro ul li p {
    margin-top: 10px;
    margin-bottom: 10px;
}
	
.serch_main{
	padding-right: 10px;
    padding-left: 10px;
     
}

.serch_main h1{
	color: #ff0000!important;
    font-size: 30px!important;
	padding-right: 0px!important;
    padding-left: 0px!important;
	padding-top: 20px!important;
	padding-bottom:  20px!important;
}
     

.serch_main ul{
	
 }

.serch_main ul li{
   
	     
}

.serch_main ul li a{
    color: #959595;	
	     
}


.serch_main ul li img{
    float: left;
    display: block;
    width: 200px;
    height: auto;
    margin-right: 20px!important;
	margin-bottom: 10px!important;
}

.serch_main ul li h2{
    font-weight: normal;
    color: #FFFFFF;
    font-size: 25px;
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-bottom: 0px!important;
    line-height: 35px;
    border-width: 0px;

}


/*IPAD* 1180px以下(包含1180px)*/
@media only screen and (max-width: 1180px) {
	
.main_box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 100px;
}
	.news_left h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 25px;
}
	
	
.video_left img{
    width: 210px;
    height: auto;
}
.video_left h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pro_right{
     display: block;
}
.pro_right_m{
     display:none; 
}

/*如果螢幕寬度為 992px 以下，就套用 css 設定*/
@media only screen and (max-width: 992px) {
	
.video_right_m{
  	 display: block;  
	padding-bottom: 30px;
}

.video_right{
   	 display: none;  
}
	
	
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
	.news_left {
    width: 100%;
    float: none;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
	.main_right {
    width: 100%;
    float: none;
    margin-top: 40px;
}
	.main_right ul li {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    width: 33.33%;
    float: left;
}
	.left_advertise img {
    width: 33.33%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
}
	.footer_logo {
    width: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
	.footer_menu_box {
    background-color: #000000;
    padding: 30px;
}
	.footer_menu {
    text-align: center;
    width: 100%;
    float: right;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
}
	
	.news_list {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
	.news_list ul li {
    width: 31%;
    margin-left: 1.16%;
    margin-right: 1.16%;
    float: left;
}
	
 .banner_txt h2 {
    color: #FFFFFF;
    font-size: 40px;
    padding: 5px;
    font-weight: 600;
}
	.copyright {
    background-color: #ff0000;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}
	.copyright_img {
    width: 40%;
    float: right;
    text-align: right;
}
	.copyright_txt {
    color: #FFFFFF;
    font-size: 16px;
    width:60%;
    float: left;
    padding-top: 20px;
}
	
.pro_right{
    display:none; 
}
.pro_right_m{
    display: block;
}
	
.pro_right_m img{
    border: 1px solid #3d3d3d;
    width: 100%;
    height: auto;
}
	.pro_left {
    width: 100%;
    float: none;
    margin-right: 10%;
    margin-top: 50px;
}
	.pro_left h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.video_left {
    width:100%;
    float: none;
}

	
.video_box {
    background-image: url(../img/video_bg.png);
    background-repeat: repeat-x;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
	.pages {
    background-color: #242424;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
	.pages-prev {
    width: 15%;
    float: left;
}
	.pages-next {
    width: 15%;
    float: right;
    text-align: right;
}
	.pages-num {
    width: 50%;
    float: left;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
}
	
.serch_main ul li img{
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0px!important;
	margin-bottom: 20px!important;
}
.serch_main ul li {
	margin-bottom: 20px!important;
}
	
/*手機板--橫式* 759px以下(包含759px)*/
@media only screen and (max-width: 759px){
	}
	

/*手機板* 460px以下(包含460px)*/
@media only screen and (max-width: 460px) {
	body {
    background-image: url(../img/index_bg.jpg);
    background-position: left 200px;
    background-repeat: no-repeat;
}
	
	.banner {
    float:none;
    width: 100%;
}
	
	.banner_txt h2 {
    color: #FFFFFF;
    font-size: 40px;
    padding: 5px;
    font-weight: 600;
}
.ad{
     float:none;
    width: 100%;
}

.search_box {
    border-radius: 10px;
    background-color: #ff0000;
    border: 1px solid #707070;
    width: 96%;
    height: auto;
    margin-left: auto;
    padding: 30px;
    margin-right: auto;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 20px;
}
	.search_td {
    vertical-align: top;
    padding-top: 8px;
    width: 75px;
}
	.news_box {
    margin-top: 40px;
}
	.news_list {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
	.news_list ul li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    float: none;
    margin-bottom:25px;
}
	.news_box h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
	.hotpro_box {
    background-color: #000000;
    margin-top: 0px;
    margin-bottom: 100px;
    background-image: url(../img/hot_pro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
}
	.hotpro {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
	
.pro_left {
    width: 100%;
    float: none;
    margin-right: 10%;
    margin-top: 30px;
}
.pro_left h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.pro_right{
    display:none; 
}
.pro_right_m{
    display: block;
}
	
.pro_right_m img{
    border: 1px solid #3d3d3d;
    width: 100%;
    height: auto;
}
	.video_more a {
    background-color: #ff0000;
    width: 150px;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    text-align: center;
    float: none;
    margin-top: 40px;
    border-radius: 20px;
    transition: background-color .5s;
    margin-left: auto;
    margin-right: auto;
}
	.video_box {
    background-image: url(../img/video_bg.png);
    background-repeat: repeat-x;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 50px;
    margin-bottom:0px;
    padding-bottom: 100px;
}
	.video_left {
    width: 100%;
    float: none;
}
	.video_left img {
    width: 160px;
    height: auto;
    margin-top: 80px;
    display: block;
}
	
	.video_left h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}
	
.footer_menu_box {
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
	}
	.footer_logo {
    width: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
	.footer_menu {
    text-align: center;
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
	.copyright {
    background-color: #ff0000;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
}
	.copyright_txt {
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    float: none;
    padding-top: 20px;
    text-align: center;
    line-height: 26px;
}
	.copyright_img {
    width: 100%;
    float: none;
    text-align: center;
   
}
	
.footer_menu {
    display: none;  
}

.footer_menu_m {
    display: block;   
}

.footer_menu_m ul {
   
}

.footer_menu_m ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.footer_menu_m ul li a {
    color: #FFFFFF;
    font-size: 16px;
}

.footer_menu_m ul li a:hover {
    color: #AAAAAA;
    transition: background-color .5s;
}
.top_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;
    background-repeat: no-repeat;
}
	.cd-logo img {
    display: block;
    width: 120px;
    padding-top: 20px;
}
	.main_box {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 60px;
    margin-bottom: 60px;
}
	.news_left {
    width: 100%;
    float: none;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
	.news_left h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size:30px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 25px;
}
	.main_right {
    width: 100%;
    float: none;
}
	.news_box1 h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 26px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    line-height: 30px;
}
	.news_box1 p {
    color: #959595;
    padding-top: 0px!important;
    padding-right:0px!important;
    padding-left: 0px!important;
    margin: 0px!important;
    padding-bottom: 0px!important;
    font-size: 16px!important;
}
	.news_box2 {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
	.news_box2 h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 26px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    line-height: 30px;
}
	.news_box2 p {
    color: #959595;
    padding-top: 0px!important;
    padding-right:0px!important;
    padding-left: 0px!important;
    margin: 0px!important;
    padding-bottom: 0px!important;
    font-size: 16px!important;
}
	.news_box3 {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
	.news_box3 h1 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 26px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    line-height: 30px;
}
	.news_box3 p {
    color: #959595;
    padding-top: 0px!important;
    padding-right:0px!important;
    padding-left: 0px!important;
    margin: 0px!important;
    padding-bottom: 0px!important;
    font-size: 16px!important;
}
	.pages {
    background-color: #242424;
    padding-left: 0px; 
    padding-right:0px; 
    padding-top: 0px;
    padding-bottom: 0px;
}
	.pages-prev {
    width: 50%;
    float: left;
	text-align: left;
}
	.pages-next {
   width: 50%;
    float: right;
    text-align: right;
}
	
	
.pages-num{
    display:none;  
}

.pages-num_m{
      width: 100%;
    float: none;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
}

.pages-num_m a{
    color: #fff;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width:20%;
    float: left;
}
 
.pages-num_m a:hover{
    color: #FFFFFF;
    background-color: #1a1a1a;
}

	.spc_add {
    margin-bottom: 80px;
}
	
	

	}