﻿* {
    margin: 0;
    padding: 0;
    outline: none;
}
img {
    display: block;
}
video {
    display: block;
}
   @media (min-width: 1200px) {
    .main {
        width: 100%;
        height: auto;
		background: url("bg.png") repeat;
    }

    .top_bg {
        width: 100%;
        height: auto;
		padding-bottom: 60px;
    }
	   
	 .content {
		 width: 82%;
		 height: auto;
		 margin: 0 auto;
	   }   
	   
	   .c_title {
		   width: 100%;
		   height: 52px;
		   padding-bottom: 60px;
	   }
	   .c_title_img {
		   width: 52px;
		   height: 44px;
		   float: left;
		   padding-top: 8px;
	   }
	   .c_title_img img {
		   max-width: 36px;
	   }
	   .c_title_t {
		   width: auto;
		   height: 52px;
		   float: left;
		   padding-left: 15px;
		   line-height: 52px;
		   color: #c4261d;
		   font-size: 28px;
		   font-weight: bolder;
		   letter-spacing: 6px;
	   }
	   .c_title_menu {
		   width: 100%;
		   height: 52px;
		   padding-bottom: 30px;
	   }
	   .c_title_menu_list {
		   width: 50%;
		   height: 52px;
		   float: left;
		   line-height: 32px;
		   color: #c4261d;
		   font-size: 20px;
		   font-weight: bolder;
		   text-align: center;
	   }
	   .c_pic_dd {
		   width: 100%;
		   height: auto;
	   }
	   .c_pic {
		   width: 100%;
		   height: 100%;
		   border: 6px #c4261d solid;
		   box-shadow: 10px 10px 15px #666666;
	   }
	   .c_pic_img {
		   width: 100%;
		   height: auto;
		   margin-bottom: 0px;
		   overflow: hidden;
	   }
	   .c_pic_img1 {
		   width: 45%;
		   height: auto;
		   float: left;
		   border: 6px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
		   margin-bottom: 30px;
	   }
	   .c_pic_img2 {
		   width: 45%;
		   height: auto;
		   float: left;
		   margin-left: 6%;
		   border: 6px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
		   margin-bottom: 30px;
	   }
	   .c_about {
		   width: 94%;
		   height: 94%;
		   padding: 3%;
		   border: 6px #c4261d solid;
		   margin-top: 80px;
		   background: #c4261d;
		   box-shadow: 10px 10px 15px #666666;
		   line-height: 48px;
		   color: #ffffff;
		   font-size: 18px;
		   font-weight: bolder;
	   }
	   .menu {
		   width: 100%;
		   height: auto;
		   padding-top: 100px;
		   display: flex;
		   padding-bottom: 80px;
	   }
	   .menu img {
		   max-width: 218px;
	   }
	   .menu_dd {
		   width: 25%;
		   height: auto;
		   float: left;
		   text-align: center;
	   }
	   .menu_dd1 {
		   width: 25%;
		   height: auto;
		   float: left;
		   padding-left: 12.5%;
		   text-align: center;
	   }
	   .footer {
		   width: 100%;
		   height: auto;
	   }
	#part_five {
		width: 80px;
		height: 80px;
		position: fixed;
		right: 10px;
		z-index: 9000000;
		bottom: 200px;
	}
	
	#part_five img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9000000;
		width: 80px;
		height: 80px;
	}
	#part_five2 {
		width: 80px;
		height: 80px;
		position: fixed;
		right: 10px;
		z-index: 9000000;
		bottom: 100px;
	}
	
	#part_five2 img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9000000;
		width: 80px;
		height: 80px;
	}
	   
}

 @media (max-width: 1199px) {
    
	.main {
        width: 100%;
        height: auto;
		background: url("bg.png") repeat;
    }

    .top_bg {
        width: 100%;
        height: auto;
		padding-bottom: 60px;
    }
	   
	 .content {
		 width: 82%;
		 height: auto;
		 margin: 0 auto;
	   }   
	   
	   .c_title {
		   width: 100%;
		   height: 52px;
		   padding-bottom: 60px;
	   }
	   .c_title_img {
		   width: 52px;
		   height: 44px;
		   float: left;
		   padding-top: 8px;
	   }
	   .c_title_img img {
		   max-width: 36px;
	   }
	   .c_title_t {
		   width: auto;
		   height: 52px;
		   float: left;
		   padding-left: 15px;
		   line-height: 52px;
		   color: #c4261d;
		   font-size: 28px;
		   font-weight: bolder;
		   letter-spacing: 6px;
	   }
	   .c_title_menu {
		   width: 100%;
		   height: 52px;
		   padding-bottom: 30px;
	   }
	   .c_title_menu_list {
		   width: 50%;
		   height: 52px;
		   float: left;
		   line-height: 32px;
		   color: #c4261d;
		   font-size: 20px;
		   font-weight: bolder;
		   text-align: center;
	   }
	   .c_pic_dd {
		   width: 100%;
		   height: auto;
	   }
	   .c_pic {
		   width: 100%;
		   height: 100%;
		   border: 6px #c4261d solid;
		   box-shadow: 10px 10px 15px #666666;
	   }
	   .c_pic_img {
		   width: 100%;
		   height: auto;
		   margin-bottom: 0px;
		   overflow: hidden;
	   }
	   .c_pic_img1 {
		   width: 45%;
		   height: auto;
		   float: left;
		   border: 6px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
		   margin-bottom: 30px;
	   }
	   .c_pic_img2 {
		   width: 45%;
		   height: auto;
		   float: left;
		   margin-left: 6%;
		   border: 6px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
		   margin-bottom: 30px;
	   }
	   .c_about {
		   width: 94%;
		   height: 94%;
		   padding: 3%;
		   border: 6px #c4261d solid;
		   margin-top: 80px;
		   background: #c4261d;
		   box-shadow: 10px 10px 15px #666666;
		   line-height: 48px;
		   color: #ffffff;
		   font-size: 18px;
		   font-weight: bolder;
	   }
	   .menu {
		   width: 100%;
		   height: auto;
		   padding-top: 100px;
		   display: flex;
		   padding-bottom: 80px;
	   }
	   .menu img {
		   max-width: 218px;
	   }
	   .menu_dd {
		   width: 25%;
		   height: auto;
		   float: left;
		   text-align: center;
	   }
	   .menu_dd1 {
		   width: 25%;
		   height: auto;
		   float: left;
		   padding-left: 12.5%;
		   text-align: center;
	   }
	   .footer {
		   width: 100%;
		   height: auto;
	   }
	#part_five {
		width: 60px;
		height: 60px;
		position: fixed;
		right: 10px;
		z-index: 9000000;
		bottom: 200px;
	}
	
	#part_five img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9000000;
		width: 60px;
		height: 60px;
	}
	#part_five2 {
		width: 60px;
		height: 60px;
		position: fixed;
		right: 10px;
		z-index: 9000000;
		bottom: 120px;
	}
	
	#part_five2 img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9000000;
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 960px) {
    .top_bg {
        width: 100%;
        height: auto;
		padding-bottom: 30px;
    }
	   
	 .content {
		 width: 90%;
		 height: auto;
		 margin: 0 auto;
	   }   
	   
	   .c_title {
		   width: 100%;
		   height: 52px;
		   padding-bottom: 30px;
	   }
	   .c_title_img {
		   width: 52px;
		   height: 36px;
		   float: left;
		   padding-top: 6px;
	   }
	   .c_title_img img {
		   max-width: 30px;
	   }
	   .c_title_t {
		   width: auto;
		   height: 42px;
		   float: left;
		   padding-left: 5px;
		   line-height: 42px;
		   color: #c4261d;
		   font-size: 22px;
		   font-weight: bolder;
		   letter-spacing: 6px;
	   }
	   .c_title_menu {
		   width: 100%;
		   height: 42px;
		   padding-bottom: 20px;
	   }
	   .c_title_menu_list {
		   width: 50%;
		   height: 42px;
		   float: left;
		   line-height: 32px;
		   color: #c4261d;
		   font-size: 18px;
		   font-weight: bolder;
		   text-align: center;
	   }
	   .c_pic {
		   width: 100%;
		   height: 100%;
		   border: 4px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
	   }
	   .c_pic_img {
		   width: 100%;
		   height: auto;
		   margin-bottom: 0px;
	   }
	   .c_pic_img1 {
		   width: 96%;
		   height: auto;
		   float: none;
		   border: 4px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
		   margin-bottom: 20px;
	   }
	   .c_pic_img2 {
		   width: 96%;
		   height: auto;
		   float: none;
		   margin-left: 0%;
		   border: 4px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
		   margin-bottom: 20px;
	   }
	   .c_about {
		   width: 94%;
		   height: 94%;
		   padding: 3%;
		   border: 4px #c4261d solid;
		   margin-top: 40px;
		   background: #c4261d;
		   box-shadow: 6px 6px 10px #666666;
		   line-height: 36px;
		   color: #ffffff;
		   font-size: 16px;
		   font-weight: bolder;
	   }
	   .menu {
		   width: 100%;
		   height: auto;
		   padding-top: 50px;
		   display: flex;
		   padding-bottom: 30px;
	   }
	   .menu img {
		   max-width: 218px;
	   }
	   .menu_dd {
		   width: 25%;
		   height: auto;
		   float: left;
		   text-align: center;
	   }
	   .menu_dd1 {
		   width: 25%;
		   height: auto;
		   float: left;
		   padding-left: 12.5%;
		   text-align: center;
	   }
	
}
@media (max-width: 640px) {
    
	.top_bg {
        width: 100%;
        height: auto;
		padding-bottom: 20px;
    }
	   
	 .content {
		 width: 90%;
		 height: auto;
		 margin: 0 auto;
	   }   
	   
	   .c_title {
		   width: 100%;
		   height: 52px;
		   padding-bottom: 20px;
	   }
	   .c_title_img {
		   width: 52px;
		   height: 36px;
		   float: left;
		   padding-top: 6px;
	   }
	   .c_title_img img {
		   max-width: 30px;
	   }
	   .c_title_t {
		   width: auto;
		   height: 42px;
		   float: left;
		   padding-left: 5px;
		   line-height: 42px;
		   color: #c4261d;
		   font-size: 22px;
		   font-weight: bolder;
		   letter-spacing: 6px;
	   }
	   .c_pic {
		   width: 100%;
		   height: 100%;
		   border: 4px #c4261d solid;
		   box-shadow: 6px 6px 10px #666666;
	   }
	   .c_pic_img {
		   width: 100%;
		   height: auto;
		   margin-bottom: 0px;
	   }
	   .c_pic_img1 {
		   width: 96%;
		   height: auto;
		   float: none;
		   border: 4px #c4261d solid;
		   box-shadow: 5px 5px 5px #666666;
		   margin-bottom: 20px;
	   }
	   .c_pic_img2 {
		   width: 96%;
		   height: auto;
		   float: none;
		   margin-left: 0%;
		   border: 4px #c4261d solid;
		   box-shadow: 5px 5px 5px #666666;
		   margin-bottom: 20px;
	   }
	   .c_about {
		   width: 94%;
		   height: 94%;
		   padding: 3%;
		   border: 4px #c4261d solid;
		   margin-top: 40px;
		   background: #c4261d;
		   box-shadow: 6px 6px 10px #666666;
		   line-height: 36px;
		   color: #ffffff;
		   font-size: 14px;
		   font-weight: bolder;
	   }
	   .menu {
		   width: 100%;
		   height: auto;
		   padding-top: 50px;
		   display: flex;
		   padding-bottom: 30px;
	   }
	   .menu img {
		   max-width: 218px;
	   }
	   .menu_dd {
		   width: 29%;
		   height: auto;
		   float: left;
		   text-align: center;
	   }
	   .menu_dd1 {
		   width: 29%;
		   height: auto;
		   float: left;
		   padding-left: 6.5%;
		   text-align: center;
	   }
}
@media (max-width: 320px) {
    
	
}