/* 首页样式 index.css */
/* banner */

.banner{
    width: 100%;
    height: 689px;
    position: relative;
}
.banner .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.banner .content{
    width: 769px;
    height: 91.3%;
    background: #00284e;
    padding: 97px 0 0 78px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.banner .content .title h2{
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.banner .content .title div{
    font-size: 24px;
    color: #b5b5b5;
    margin-bottom: 46px;
}
.banner .content p{
    height: 22px;
    color: #fff;
    margin-bottom: 16px;
}
.banner .content p a{
    line-height: 22px;
    color: #fff;
}
.banner .content p i{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #c6c6c8;
    margin-right: 12px;
    border-radius: 50%;
}
.banner .content .b_more{
    display: block;
    width: 121px;
    height: 43px;
    background: #324d6b;
    font-size: 20px;
    color: #fff;
    line-height: 43px;
    text-align: center;
    margin-top: 63px;
}

/* 内容 */
.content{
    position: relative;
    top: -108px;
    z-index: 999;
}
.content li{
    width: 1200px;
    margin: auto;
}
.content li .title h2{
    font-size: 40px;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.content li .title div{
    font-size: 24px;
    color: #b6b6b6;
    margin-bottom: 55px;
}
.content li p{
    font-size: 20px;
    color: #666160;
    margin-bottom: 10px;
}
/* 关于公司 */
.content li.company{
    width: 1071px;
    height: 791px;
    padding: 101px 0 0 129px;
    background: #e6e6e6;
	margin-top: 200px;
	padding-top: 50px;
    margin-bottom: 44px;
	/* box-shadow: 2px 2px 10px #585858; */
}
/* 企业发展 */
.content li.development{
    height: 745px;
    margin-bottom: 68px;
    position: relative;
}
.development .d_con{
    width: 1073px;
    height: 728px;
    padding: 40px 0 0 129px;
    background: #e2e2e2;
    margin-bottom: 117px;
}
.development .d_con .d_pOne{
    margin-bottom: 36px;
}
.development .d_img{
    width: 503px;
    height: 626px;
    position: absolute;
    top: -96px;
    right: 0;
}
.development .d_img .d_border{
    width: 523px;
    height: 601px;
    /* border: 1px solid #000; */
    position: relative;
}
.development .d_img .d_border img{
    position: absolute;
    top: -149px;
    right: -43px;
	height: 500px;
	box-shadow: 2px 2px 10px #585858;
}
.development .d_bottom{
    width: 30px;
    height: 15px;
    margin: auto;
}
/* 项目案例 */
.content li.cases{
    width: 100%;
    margin-bottom: 267px;
}
.cases .title{
    width: 1200px;
    margin: 0 auto 138px;
    background: #fff;
}
.cases .c_content{
    height: 350px;
    background: #00284e;
}
.cases .c_content .c_conBox{
    width: 1200px;
    margin: auto;
    position: relative;
}
.c_conBox .c_img{
    position: absolute;
    width: 680px;
    height: 500px;
    top: -74px;
    left: 0;
    z-index: 111;
}
.c_conBox .c_con{
    position: absolute;
    left: 820px;
    top: 85px;
}
.c_conBox .c_con div{
    font-size: 22px;
    color: #fff;
    margin-bottom: 38px;
}
.c_conBox .c_con p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
}
.c_conBox .c_con .c_conBottom{
    width: 90px;
    margin-top: 39px;
}
.c_conBox .c_con .c_conBottom a{
    font-size: 22px;
    color: #fff;
}
.c_conBox .c_con .c_conBottom i{
    display: block;
    width: 27px;
    height: 4px;
    background: #b6b6b6;
    margin: 7px auto 0;
    border-radius: 2px;
}
/* 解决方案 */
.solution .title{
    position: relative;
}
ul li.solution .title div{
    margin-bottom: 96px;
}
.solution .title .s_more{
    position: absolute;
    right: 0;
    top: 6px;
    line-height: 39px;
}
.solution .title .s_more a{
    margin-right: 17px;
    color: #b6b6b6;
}
.solution .title .s_more .s_moreImg{
    float: right;
    width: 7px;
    height: 15px;
}
.solution .s_content .s_title{
    margin-top: 38px;
}
.solution .s_content .s_title{
    text-align: center;
}
.solution .s_content .s_title h2{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.solution .s_content .s_title div{
    font-size: 25px;
    color: #0c2f5c;
	font-weight: 800;
    margin-bottom: 24px;
}
.solution .s_content .s_title p{
    font-size: 16px;
    color: #b8b8b8;
}
.solution .s_content .s_title a{
    display: inline-block;
    width: 121px;
    height: 43px;
    background: #324d6b;
    font-size: 20px;
    color: #fff;
    line-height: 43px;
    margin-top: 35px;
}

/* 行业资讯 */
ul.content li.information{
    margin-top: 267px;
}
.information .inf_content{
    height: 620px;
}
.information .inf_content .c_con{
    float: left;
    margin-top: 91px;
}
.inf_content .c_con .title{
    margin-bottom: 63px;
}
.inf_content .c_con .title p{
    font-size: 26px;
    color: #333;
}
.inf_content .c_con .title span{
    font-size: 16px;
    color: #333;
}
.inf_content .c_con p{
    font-size: 20px;
    color: #666160;
}
.inf_content .c_con .inf_more{
    display: inline-block;
    margin-top: 77px;
}
.inf_content .c_con .inf_more a{
    font-size: 22px;
    color: #333;
}
.inf_content .c_con .inf_more i{
    display: block;
    width: 27px;
    height: 4px;
    background: #b6b6b6;
    border-radius: 2px;
    margin: 10px auto 0;
}
.information .inf_content .c_img{
    float: right;
    width: 619px;
    height: 620px;
}