/* CSS Document */
/* public */
*{margin:0; padding:0; border:none;}
body{ font-family:Microsoft YaHei; background:black;}
a{ text-decoration:none; color:white;}
ul{ list-style:none;}
.main{width:850px; margin:0 auto;}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}

/* head */
.head{width:100%; height:74px;    background: #fff; font-family:Microsoft YaHei; display:none;}
.head a{display:block; height:74px; line-height:74px; float:right;color:#333; font-size:18px; padding:0 17px; }
.head a:hover,.head a:nth-of-type(2){ background:#cf152e; color:white;}
.head a:first-of-type{ padding:0; width:200px;float:left;}

/* header */
header>div:nth-child(1){ height:158px; background:url(images/pic_02.jpg) top no-repeat;}
header>div:nth-child(2){ height:200px; background:url(images/pic_03.jpg) top no-repeat;}
header>div:nth-child(3){ height:171px; background:url(images/pic_04.jpg) top no-repeat;}
header>div:nth-child(4){ height:140px; background:url(images/pic_05.jpg) top no-repeat;}
header>div:nth-child(4) p{width:630px; color:white; font-size:14px; line-height:25px;padding-top: 20px;margin:0 auto; }
header>div:nth-child(4) p span{ display:block;margin-left:-70px;}
/* main */
dl{width:90%;height: 927px;background:url(images/pic_05.jpg);padding-top: 100px;padding-right: 10%;}
dl dd{
    color: #646464;
    font-size: 22px;
    line-height: 38px;
    padding-left: 160px;
}
dl dd a{
    display: inline-block;
    background: #F2B0B1;
    border-radius: 50px;
    font-size: 16px;
    padding: 0 10px;
    line-height: 31px;
    float: right;
    margin-right: 5px;
	cursor: pointer;
}
dl dd a:hover{ background: #E55C4A;}
.zhibo{width:100%; background: url(images/pic_08.jpg) top no-repeat; overflow: hidden;padding-bottom: 100px;}
.zhibo p{text-align: center;

font-size: 24px;

color: #fff;}
.zhibo table{margin-top: 50px;margin: 50px auto 0 auto;background: #fff6;border-radius: 20px;border-collapse: collapse;}
.zhibo table tr{font-size: 24px;color: #646464;line-height: 60px;text-align: center;}
.zhibo table tr td a{display: inline-block;background: #F2B0B1;border-radius: 50px;font-size: 18px;padding: 0 20px;line-height: 40px;/*! float: right; */cursor: pointer;}
.zhibo table tr td a:hover{background:#E55C4A;}
.zhibo table tr td{border: 1px solid white;}
.zhibo table tr th{background: #fff;border: 1px solid white;}
.zhibo table tr th,.zhibo table tr td{}





/*footer*/
footer{ background:#383637;}
.footbox{color:#fff;font-size:13px;text-align:center;line-height:30px;padding-top:30px;padding-bottom:30px; width:960px; margin:0 auto; overflow:hidden;}
.footbox a{font-size:13px;color:#fff}
.footbox a:hover{text-decoration:underline;}








.green{background:#6AB37A;}
.blue{background:#6088C7;}
.purple{background:#7D84CC;}
.water{background:#3DAD9D;}
.orange{background:#d38654;}



@media(max-width:800px) {
	.qq_info{ display:none;}
	.head {height:40px;}
.head img{height:40px;}
.head a{display: block;
height: 40px;
line-height: 40px;
color: #333;
font-size: 14px;padding:0 10px;}
.head a:first-of-type {
    padding: 0;
    width: 100px;
    float: left;
	}
	}