*{
	padding: 0;
	margin:0;
}

body {
    line-height: 1.6;
    font-family: "Microsoft YaHei", 微软雅黑, Helvetica, 黑体, Arial, Tahoma;
    color: rgb(51, 51, 51);
    font-size: 14px;
}

ul, ol {
    padding-left: 0;
    list-style-type: none;
}

a{
	text-decoration: none;
}

.header_box_wrap{
    min-width: 1150px;
	width: 100%;
	/*min-width: 1349px;*/
	height: 60px;
	background: #1871e9;
	// position: fixed;
	z-index: 1000;
	// top: 0;
}

.header_box{
	
    width: 1150px;
	margin:0 auto;
    height: 60px;
}

.head_logo{
	float: left;
    width: 200px;
    // height: 30px;
    // background: url(../img/logo.png);
}

.head_logo a img{
	height: 30px;
    width: 200px;
    margin-top: 17px;
}

.head_nav{
	float: right;
}

.head_nav .nav_list li{
	width: auto;
    height: 60px;
    display: inline-block;
    float: left;
    line-height: 60px;
    // background: #000;
    margin-left: 60px;
}

.head_nav .nav_list li a{
	font-size: 18px;
    color: #fff;
}

.head_nav .nav_list li a.active{
	border-bottom: 4px solid;
    padding: 5px 0;
}

.advertise{
	width: 100%;
    // margin-top: 60px;
    height: 480px;
    background: #1871e9;
}

.advertise img{
	width: 100%;
}

.main_wrap{
    width: 100%
}

.main{
    width: 1152px;
    margin: 0 auto;
    margin-top: 30px;
}

.btn{
    margin-bottom: 60px;
    height: 215px;
}

.btn ul li{
    width: 277px;
    height: 100px;
    background: #fff;
    box-shadow:0px 0px 15px #d9e2ed;
    -moz-box-shadow:0px 0px 15px #d9e2ed;
    -webkit-box-shadow:0px 0px 15px #d9e2ed;
    float: left;
    margin-right: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.li_left{
    height: 100%;
    width: 64px;
    margin-left: 40px;
    overflow: hidden;
    float: left;
}

.li_left img{
    display: block;
    margin-top: 15px;
}

.btn ul li:nth-child(1) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_1.png);
}

.btn ul li:nth-child(2) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_2.png);
}

.btn ul li:nth-child(3) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_3.png);
}

.btn ul li:nth-child(4) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_4.png);
}

.btn ul li:nth-child(5) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_5.png);
}

.btn ul li:nth-child(6) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_6.png);
}

.btn ul li:nth-child(7) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_7.png);
}

.btn ul li:nth-child(8) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_nor_8.png);
}

.btn ul li.active{
    background: #1871e9;
}

.btn ul li.active .li_right p{
    color: #fff;
}

.btn ul li.active:nth-child(1) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_1.png);
}

.btn ul li.active:nth-child(2) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_2.png);
}

.btn ul li.active:nth-child(3) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_3.png);
}

.btn ul li.active:nth-child(4) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_4.png);
}

.btn ul li.active:nth-child(5) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_5.png);
}

.btn ul li.active:nth-child(6) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_6.png);
}

.btn ul li.active:nth-child(7) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_7.png);
}

.btn ul li.active:nth-child(8) .li_left .little_icon{
    width: 64px;
    height: 64px;
    margin-top: 15px;
    // background: url(../img/icon_sel_8.png);
}





.li_right{
    float: left;
    height: 100%;
    margin-left: 40px;
    line-height: 100px;
}

.li_right p{
    font-size: 18px;
    color: rgb(51,51,51);
}

.content_ul{
    width: 1150px;
    margin-bottom: 100px;
}

.content_ul ul li{
    width: 1150px;
    height: 200px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow:0px 0px 15px #d9e2ed;
    -moz-box-shadow:0px 0px 15px #d9e2ed;
    -webkit-box-shadow:0px 0px 15px #d9e2ed;
}

.content_ul ul li .left_ul_wrap{
    width: 832px;
    float: left;
    height: 100%;
}

.content_ul ul li .left_ul_wrap h3{
    margin-top: 40px;
    margin-left: 40px;
    font-size: 20px;
    color: rgb(51,51,51);
}

.content_ul ul li .left_ul_wrap p{
    margin-left: 40px;
    font-size: 16px;
    color: rgb(102,102,102);
}

.right_ul_wrap{
    float: right;
    width: 108px;
    height: 100%;
    margin-right: 85px;
}

.right_ul_wrap img{
    margin-top: 40px;
}
.fix{
    width: 1152px;
    position:fixed;
    top:0;
    z-index:9999;
    background: #fff;
}



.section-7{
    position: relative;height: 280px;
}
.footer_bottom{
    background: #313131;height: 185px;width: 100%;position: absolute;bottom: 0px;
}
.footer_bottom .container{
    height: 185px;top: 0px;
}
.footer_left,.footer_middel{
    width: 30%;float: left;color: #fff;margin-top: 35px;margin-left: 25%;
}
.footer_right{
    width: 40%;float: right;color: #fff;margin-top: 35px;
}
.lm_ewm{
    width: 67px;height: 67px;background: url(../img/code.png) no-repeat;background-size: cover;
    float: left;
}
.footer_bottom .left_content{
    width: 67px;height: 67px;float: left;
}
.footer_bottom .right_content{
    margin-left: 10px;width: 191px;float: left;
}
.footer_bottom a{
    color: #fff;
}
.footer_bottom span{
    display: block;
}
.footer_bottom .title{
    font-size: 16px;margin-top: -4px;line-height: 20px;letter-spacing: 1px;
}
.footer_bottom .gw_url{
    font-size: 10px;line-height: 32px;
}
.footer_bottom .tips{
    font-size: 10px;line-height: 20px;
}
.lx_ewm{
    width: 67px;height: 67px;background: url(../img/lx-ewm.png) no-repeat;float: left;
}
.lmhd_ewm{
    width: 67px;height: 67px;background: url(../img/lmhd-ewm.jpg) no-repeat;float: left;
}
.info-copyright{
    color: #fff;position: absolute;bottom: 20px;text-align: center;width: 100%;
}