div.bgImg{
    background:url("../images/banner.jpg");
    display:inline-block;
    width:100%;
    height:300px;
    min-width: 1200px;
}
div.contentIndex{
    position: relative;
    z-index: 100000;
    background: #ffffff;
    /*modify by huchuanwei 2017-10-9*/
    /*margin-top: -80px;*/
    /*background: url(../images/bg/main-bg-1000.png) no-repeat;*/
     margin-top: 15px;
    box-shadow: 0 0px 10px rgba(7,17,27,0.2);
     /*modify by huchuanwei 2017-10-9*/
    background-size: 100%;
    min-width: 1200px;
}
div.serviceMsg{
	margin-top: 30px;
    padding: 0px 20px;
}
div.serviceMsg p.title{
	font-size:18px;
}
div.markDiv{
	border-bottom:1px solid #ccc;
	    padding: 10px 0px;
}
div.markDiv p.serviceTitle{
	font-size:18px;
}
div.markDiv p.serviceTitle:hover{
	cursor:pointer;
}
div.serviceContent p{
	font-size:14px;
}
div.serviceContent{
	overflow:auto;
	zoom:1;
}
span.question{
	background: url(../images/service/service.png) no-repeat 0px 0px;
    display: inline-block;
    height: 30px;
    width: 32px;
    position: relative;
    top: 12px;
    margin-right: 10px;
}
span.ask{
	background: url(../images/service/service.png) no-repeat -35px 0px;
    display: inline-block;
    height: 30px;
    width: 32px;
    position: relative;
    top: 12px;
    margin-right: 10px;
    float:left;
}


/**********modify by huchuanwei 2017-10-16 **********/

.footer{border: 0!important;}
.footer *{color: #CCD7E2;font-size: 15px;}
.footer *:hover{color:#333}
.content .addBg{background: rgba(255,255,255,0.8);border-radius: 10px;padding-bottom: 10px;animation: content_move 1s 1 ease;}
.content .addBg:hover{background: rgba(255,255,255,1);box-shadow: 0 0 15px rgba(255,255,255,1) ,0 0 50px rgba(0,147,169,1);;}
@keyframes content_move{
    from{opacity: 0;left: -999px;transform:scale(0.2,0.2);}
    to{opacity: 1;transform:scale(1,1);}
}



/*body{background: url(../images/xingkong.jpg);background-size:100% 100%; background-attachment :fixed;background-position: 50% 50%; background-repeat: no-repeat; }
.head .header *{color: #fff;}
.head .order *{color: #fff;}
.footer{border: 0!important;}
.footer *{color: #CCD7E2;font-size: 15px;}
.footer *:hover{color:#fff}*/
/**********modify by huchuanwei 2017-10-16 **********/


/*********************modify by huchuanwei 10-25 add mobile verstion************************/

#mobile_content{
    display: none;
    width: 92%;
    margin-top: 20px;
    padding-top: 15px;
    background: transparent;
    margin: 0 auto;
    z-index: 100;
}
#mobile_content h1{
    height: 25px;
    line-height:20px;
    font-size:16px;
    color: #ff585b;
    border-bottom:2px solid #dedede;
    
}
.glyphicon-question-sign{}
.glyphicon-question-sign:before{display: inline-block;margin-right: 5px;vertical-align: text-bottom;font-size: 15px;color:#ff585b}



/*********************modify by huchuanwei 10-25 add mobile verstion************************/
