html,
body {
    min-width: 1170px;
	background: url("../img/content-bg.png") center;
	font-size: 0;
} 

b{
	color: #333;
	font-size: inherit;
    font-weight: inherit;
	font-weight:normal;
}

b:hover{
	color: #9F1B29;
}

.department-list ul li a b{
	color: #fff
}


.w1170 {
    width: 1170px;
    margin: 0 auto;
}
/***************************header*************************/
.header {
    padding-top: 46px;
    padding-bottom: 34px;
    background-color: #FCFCFC;
}

.header .logo {
    float: left;
}

.header .logo-text {
    float: left;
    width: 170px;
    height: 74px;
    margin: 14px 0 12px;
    padding-left: 42px;
    border-left: 1px solid #ccc;
    margin-left: 38px;
}


.header .head-tel {
    float: right;
    border: 1px solid #ddd;
	z-index: 10;
}

.header .head-tel .head-tel-title {
    float: left;
    width: 20px;
    padding: 6px 8px;
    text-align: center;
    background-color: #DDDDDD;
    line-height: 22px;
}

.header .head-tel .head-tel-title p {
    font-size: 20px;
    color: #E6041A;
    font-weight: bold;
    font-family: SimSun;
}

.header .head-tel .tel {
	float: left;
    padding: 11px 15px;
    background-color: #fff;
	
}

.header .tel p{
	font-size: 16px;
	color: #222;
	line-height: 22px;
	padding-left: 37px; 
	margin-top: 6px;
}

.header .tel p:first-child{
	margin-top: 0;
}

.header .head-tel .tel-1{
    background: url("../img/time.png") no-repeat left center;
}

.header .head-tel .tel-2{
    background: url("../img/heart.png") no-repeat left center;
}

.header .head-tel .tel-3{
    background: url("../img/phone.png") no-repeat left center;
}

.header .tel span{
	color: #7D402B;
	font-size: 16px;
	font-weight: bold;
}
.header .tel p:first-child span{
	color: #E6041A;
}


/*************************online******************************/
.online {
    position: fixed;
    top: 50%;
    right: 0;
    background: url("../img/banner_r.png") no-repeat center;
    width: 200px;
    height: 594px;
    z-index: 100;
    margin-top: -190px;
    display: block;
}

.online>span {
    position: absolute;
    top: 100px;
    left: 11%;
    width: 15px;
    height: 14px;
    color: #fff;
    background-color: #7D402B;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.online .wrap {
    padding-top: 149px;
    text-align: center;
}

.online .back-music{
	position: fixed;
	bottom:104px;
	right: 29px;
	margin-top: -12px;
	height: 24px;
	width: 115px;
	z-index: 1; 
	border: 1px solid #fcfcfc;
	background-color: #ccc;
	opacity: 0.7;
	border-radius: 5px;
	padding: 0 10px;
}

.online .back-music p{
	line-height: 24px;
	display: inline-block;
	float: left;
	font-weight: bold;
	font-size: 16px;
	color:#9F1B29 ;
	font-family:  SimSun;
}

.online .back-music a{
	display: inline-block;
	float: right;
}

.online .wrap > p{
    position: relative;
}

.online .wrap a {
    font-size: 24px;
    padding-top: 22px;
    line-height: 27px;
    height: 27px;
    font-weight: bold;
    font-family: SimSun;
}

.online .wrap a:hover {
    color: #9F1B29;
}

.online .wrap img {
    margin: 0 auto;
    padding-top: 15px;
}

.online .wrap .online-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    content: '';
    margin-left: -100%;
    margin-top: -45px;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    display: none;
}

.online .wrap .online-child.active{
    display: block;
}
.online .online-child i{
    font-style: normal;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.online .wrap .online-child:after{
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url("../img/icon_03.png");
    background-position:right;
    background-repeat: no-repeat;
    display: block;
    margin-right:-8px;
    margin-top: -4px;
}
/**************************nav*************************/

.nav {
    width: 100%;
    height: 58px;
    background-color: #9F1B29;
    background: url("../img/nav-bg.png") center;
    background-repeat: repeat-x;
    position: relative;
    z-index: 100;
}

.nav .top {
    float: left;
    position: relative;
	width: 106px;
}

.nav .top:hover .child {
    display: block;
}

.nav .top>a {
    display: block;
    height: 58px;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    width: 106px;
}

.nav .top>a:hover,
.nav .top.active>a {
    color: #eec492;
    font-weight: bold;
}


.nav .child {
    position: absolute;
	left: 0;
	top: 58px;
    z-index: 10;
    width: 106px;
    background-color: #9F1B29;
    display: none;
}

.nav .child a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #961926;
}

.nav .child a:hover {
    background-color: #961926;
}
/********************footer*****************************/

.footer {
    background-color: #9F1B29;
}

.footer .link {
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    *border-bottom: 1px solid #eee;
}

.footer .link-list {
    padding-top: 40px;
    padding-bottom: 41px;
    margin: 0 auto;
    width: 1170px;
}

.footer .link ul {
    display: inline-block;
}

.footer .link ul li {
    float: left;
    border-left: 1px solid #ccc;

}

.footer .link ul li:first-child {
    border: none;
}

.footer .link ul .none {
    border: none;
}


.footer .link p {
    color: #fff;
    font-size: 16px;
}

.footer .link ul li a {
    margin-left: 20px;
    margin-right: 21px;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}

.footer .link ul li a:hover {
    color: #fff;
}

.footer .footer-content {
    margin-top: 40px;
    padding-bottom: 40px;
}

.footer .footer-l {
    float: left;
}

.footer .footer-l p {
    color: #fff;
    opacity: 0.7;
    margin-top: 15px;
}

.footer .footer-l p:first-child {
    margin-top: 0;
}

.footer .footer-r {
    float: right;
    width: 690px;
}

.footer .footer-r ul li {
    float: left;
    color: #ccc;
    padding-left: 10px;
    padding-right: 11px;
    border-left: 1px solid #ccc;
}

.footer .footer-r ul li:first-child {
    border: none;
}

.footer .footer-r ul li:last-child {
    padding-right: 0;
}

.footer .footer-r ul li a {
    height: 19px;
    line-height: 19px;
    color: rgba(255,255,255,0.6);
    opacity: 0.8;
    font-size: 14px;
}

.footer .footer-r ul li a:hover {
   color: #fff;
    text-decoration: underline;
}

.footer .footer-r>p {
    color: #fff;
    opacity: 0.7;
    text-align: right;
    margin-top: 11px;

}

.footer .footer-r p a {
    display: inline-block;
    color: inherit;
    margin-left: 10px;
	color: #fff;
    line-height: 20px;
}

.footer .footer-r .access {
    float: right;
    margin-top: 8px;
}

.footer .footer-r .access span {
    color: #fff;
    float: left;
	line-height: 22px
}

.footer .footer-r .access p {
    float: left;
    color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
}

.arrow {
    position: relative;
    width: 26px;
    height: 26px;
    background: url("../img/arrow-bg.png") no-repeat center;
    margin: 4px 0 5px 0;
}

.arrow .arrow-top {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -8px;
}

.arrow .arrow-bottom {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -8px;
}

.footer .link-list .arrow {
    float: right;
    margin-top: -5px;
    margin-bottom: 0;
}
