﻿* {
    margin: 0;
    padding: 0;
    outline: none;
}
   @media (min-width: 1200px) {
    .main {
        width: 100%;
        height: auto;
	    background: #f8edd9;
		background-size: 100%;
    }

    .top_bg {
        width: 100%;
        height: auto;
    }
    .top_bg img {
        width: 100%;
		display: block;
    }

    .top_name {
        width: 1200px;
	    height: auto;
		margin: 0 auto;
		text-align: center;
    }
    .top_name img {
        width: 80%;
    }
    .top_name_submit{
		width:160px;
		height:40px;
		margin: 0 auto;
		border-radius: 6px;
		margin-bottom: 40px;
		background: #CD1D1F; 
		color: #FFFFFF; 
		text-align: center; 
		font-size: 1em;
		line-height: 40px;
	}
    .main a{
		text-decoration: none;
		display:block;
		color:#ffffff;
	}
    .top_name_empty {
        width: 1200px;
	    height: auto;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 80px;
    }
	.hdyy {
		width: 1200px;
	    height: auto;
		margin: 0 auto;
		padding-bottom: 60px;
		overflow: hidden;
	}
	.hd_top_name {
		width: 100%;
	    height: auto;
		text-align: center;
		line-height: 300%;
		color: #bc1b20;
		font-weight: bolder;
		font-size: 1.6em;
	}
	.hd_top_name h2 {
		color: #bc1b20;
		font-weight: bolder;
		font-size: 0.75em;
		line-height: 200%;
	}
	.hd_title {
		width: 100%;
	    height: 45px;
		text-align: center;
		background: #f9d49a;
		border-radius: 20px 20px 0px 0px;
	}
	.hd_title img {
		height: 25px;
		margin-top: 10px;
	}
	.hd_title_name {
		width: 100%;
	    height: 45px;
		text-align: center;
		line-height: 45px;
		color: #404040;
		font-weight: bold;
		background: #f9d49a;
		border-radius: 20px 20px 0px 0px;
	}
	.hd_content {
		width: 92%;
	    height: auto;
		padding-top: 3%;
		padding-bottom: 3%;
		padding-left: 4%;
		padding-right: 4%;
		background: #f9e2be;
		border-radius: 0px 0px 20px 20px;
		color: #333333;
		line-height: 240%;
	}
	.hd_content_more {
		color: #8b8b8b;
		padding-top: 20px;
	}
	.font_center {
		width: 100%;
	    height: auto;
		text-align: center;
	}
	.font_right {
		width: 100%;
	    height: auto;
		text-align: right;
	}
	.hd_content a {
		color: #333333;
	}
	.hd_content p {
		text-indent: 2em;
	}
	.hd_content_jigou {
		width: 100%;
	    height: auto;
		overflow: hidden;
	}
	.hd_content_jigou h1 {
		font-size: 1.2em;
		line-height: 300%;
	}
	.hd_content_jigou_name {
		width: 78%;
	    height: auto;
		float: left;
	}
	.hd_content_jigou_info {
		width: 20%;
		min-width: 60px;
	    height: auto;
		float: right;
		text-align: right;
	}
	.hd_content_img {
		width: 100%;
	    height: auto;
		padding-top: 20px;
		text-align: center;
	}
	.hd_content_img img {
		max-width: 100%;
	}

    .back {
        width: 100%;
	    height: auto;
		margin: 0 auto;
		text-align: center;
    }
    .back img {
        width: 50%;
		max-width: 380px;
    }
	.foot {
		width: 100%;
	    height: auto;
	}
    .foot img {
        width: 100%;
		display: block;
    }
    .c_pic {
        width: 100%;
		height: 100%;
		border: 6px #f9d49f solid;
		box-shadow: 10px 10px 15px #666666;
    }
}

 @media (max-width: 1199px) {
    
	.main {
        width: 100%;
        height: auto;
	    background: #f8edd9;
		background-size: 100%;
    }

    .top_bg {
        width: 100%;
        height: auto;
    }
    .top_bg img {
        width: 100%;
		display: block;
    }

    .top_name {
        width: 100%;
	    height: auto;
		margin: 0 auto;
		text-align: center;
    }
    .top_name img {
        width: 80%;
    }
    .top_name_submit{
		width:120px;
		height:auto;
		margin: 0 auto;
		border-radius: 6px;
		margin-bottom: 40px;
		background: #CD1D1F; 
		color: #FFFFFF; 
		text-align: center; 
		font-size: 0.8em;
		line-height: 200%;
	}
    .main a{
		text-decoration: none;
		display:block;
		color:#ffffff;
	}
    .top_name_empty {
        width: 1200px;
	    height: auto;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 8vw;
    }
	.hdyy {
		width: 94%;
	    height: auto;
		margin: 0 auto;
		padding-bottom: 40px;
		overflow: hidden;
	}
	.hd_top_name {
		width: 100%;
	    height: auto;
		text-align: center;
		line-height: 300%;
		color: #bc1b20;
		font-weight: bolder;
		font-size: 1.2em;
	}
	.hd_top_name h2 {
		color: #bc1b20;
		font-weight: bolder;
		font-size: 0.75em;
		line-height: 200%;
	}
	.hd_title {
		width: 100%;
		height: 35px;
		text-align: center;
		background: #f9d49a;
		border-radius: 20px 20px 0px 0px;
	}
	.hd_title img {
		height: 20px;
		margin-top: 8px;
	}
	.hd_title_name {
		width: 100%;
	    height: 35px;
		text-align: center;
		line-height: 35px;
		color: #404040;
		font-weight: bold;
		background: #f9d49a;
		border-radius: 20px 20px 0px 0px;
	}
	.hd_content {
		width: 92%;
	    height: auto;
		padding-top: 3%;
		padding-bottom: 3%;
		padding-left: 4%;
		padding-right: 4%;
		background: #f3e3ca;
		border-radius: 0px 0px 20px 20px;
		color: #333333;
		line-height: 200%;
		font-size: 0.9em;
	}
	.hd_content_more {
		color: #8b8b8b;
		padding-top: 20px;
	}
	.font_center {
		width: 100%;
	    height: auto;
		text-align: center;
	}
	.font_right {
		width: 100%;
	    height: auto;
		text-align: right;
	}
	.hd_content a {
		color: #333333;
	}
	.hd_content p {
		text-indent: 2em;
	}
	.hd_content_jigou {
		width: 100%;
	    height: auto;
		overflow: hidden;
	}
	.hd_content_jigou h1 {
		font-size: 1.2em;
		line-height: 300%;
	}
	.hd_content_jigou_name {
		width: 78%;
	    height: auto;
		float: left;
	}
	.hd_content_jigou_info {
		width: 20%;
		min-width: 60px;
	    height: auto;
		float: right;
		text-align: right;
	}
	.hd_content_img {
		width: 100%;
	    height: auto;
		padding-top: 20px;
		text-align: center;
	}
	.hd_content_img img {
		max-width: 100%;
	}

    .back {
        width: 100%;
	    height: auto;
		margin: 0 auto;
		text-align: center;
    }
    .back img {
        width: 50%;
		max-width: 380px;
    }
	.foot {
		width: 100%;
	    height: auto;
	}
    .foot img {
        width: 100%;
		display: block;
    }
    .c_pic {
        width: 100%;
		height: 100%;
		border: 4px #f9d49f solid;
		box-shadow: 6px 6px 10px #666666;
    }
}

@media (max-width: 960px) {
    

	
	
}

@media (max-width: 680px) {
    

	
	
}

@media (max-width: 450px) {
    

	
	
}