/*公共样式*/
img{width:100%;}
.main{background-color:#fff;}
/***********************section****************************/
a,a:hover{text-decoration:none;}
h1{text-align:center;font-size:32px;color:#6e372a;letter-spacing:5px;margin:5px auto;}
h1 span{color:#fd0404;}
div.lin{text-align:center;}
div.lin a{display:inline-block;font-size:1em;width:6em;height:2em;line-height:2em;background-color:#fd0404;color:#fff;border-radius:10px;}
div.lin a:hover{background-color:#6e372a;}
div.lin a:nth-child(2){margin-left:2em;}
/*内容块1*/
#container1{position:relative;/*width:100%;height:180px;background:url("../images/001.jpg") no-repeat center;*/background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
#container1 a{display:block;position:absolute;width:20%;height:16%;bottom:3%;left:20%;}
/*内容块2*/
table{margin-top:.5em;}
table tr>td{width:50%;text-align:center;}
table p{font-size:1em;color:#6e372a;text-align:left;margin-left:1em;margin-bottom:.5em;}
table p>span{font-weight:600;margin-left:2em;}
table p>span:nth-child(1){color:#fd0404;}
table div.lin>a{width:50%;margin:0 25%;}

/*内容块3*/
#container3,#container6,#container7{margin-bottom: .5em;}
#container3 .wrap img{margin-bottom:.5em;}
/*内容块4*/
#container4{}
/*内容块5*/
#container5{}
/*内容块6*/
#container6 p,#container7 p{font-size:1em;text-indent:2em;color:#6e372a;margin:.5em 1em 1em;}
#container7 p span{color:#fd0404;}
#container7 .wrap>img{margin-bottom:.5em;}
form .input_cont{border:1px solid #6e372a;}
form .input_cont>select{background:url('../images/down.jpg') no-repeat right center;text-indent:0.01px;text-overflow:"";cursor:pointer;}
form>.sub_btn{background:#fd0404;}