*{margin:0;padding:0;}
ul{list-style: none;}
a{text-decoration: none;}
i,em{font-style: normal;}
body{background: #F5F5F5;}

/* 头部导航完啦 */

/* 媒体查询 */
@media screen and (min-width:1200px ) and (max-width:1600px)  {
		
		/* 头部导航完啦 */
}

.content{
    margin-top:80px;
}
.ban-con-title{
    width:100%;
    height:188px;
    line-height: 188px;
}

.ban-con-title em{
    display: block;
    margin: 0 auto;
    width: 397px;
    padding: 60px 0 48px 0;
    text-align: center;
}
.ban-con-title em span{
    display: block;
    font-size: 40px;
    color:#333333;
    line-height: 52px;
    margin-bottom: 2px;
    height: 52px;
    white-space: nowrap;
}
.ban-con-title em i{
    display: block;
    color: #999999;
    font-size: 20px;
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
}
.ban-con-title .underline{
    width:123px;
    height:2px;
    background:#008FE2;
    margin:6px auto;
}

.work-module{
    width:1320px;
    box-sizing: border-box;
    margin:0 auto;
    background:#FFF;
    padding:0 150px 70px 130px;
}
.work-module ul{
    padding-top:80px;
}
.work-module ul li{
    float:left;
    width:460px;
    line-height:25px;
    font-size:13px;
    color:#666;
}
.work-module ul li:nth-child(2){
    margin-left:120px;
}
.work-module ul li h1{
    color:#333;
    font-size: 24px;
    line-height: 31px;
    text-align: center;    
}
.work-module ul li p.mar-top{
    margin-top:41px;
}









.bottomBar{
    width:100%;
    height:195px;
    background: #191D28;
    box-sizing: border-box;
    font-size:13px;
    color:#676F74;
    padding-top:42px;
}
.bottom-p{
    width:1320px;
    margin:0 auto;
}
.bottomBar .bot-left{
    width:446px;
    float: left;
}
.bottomBar p{
    display: block;
    line-height: 25px;
    text-align: left;
}
.bottomBar .ban{
    display:block;
    width:20px;
    height:25px;
    float: left;
    padding-top: 4px;
    padding-right:3px;
}
.bottomBar .ban img{
    width:20px;
    height:20px;
    display: block; 
}
.bottomBar .bot-left .comprz{
    width:86px;
    height:30px;
}
.bottomBar .bot-left .comprz{
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-top:20px;
}
.bottomBar .bot-right{
    width:338px;
    margin-left:300px;
    float:left;
}
.bottomBar .bot-right .linkme{
    width:200px;
    height:40px;
    margin-top:19px;
    display: block;
}
.bottomBar .bot-right .linkme .ercode{
    position: absolute;
    width:148px;
    height:158px;
    top: -160px;
    left: -56px;
}
.bottomBar .bot-right .linkme em{
    position: relative;
    display:block;
    width:40px;
    height:40px;
    background-size:cover;
    float:left;
}
.bottomBar .bot-right .linkme em.wx{
    background:url(../images/weixin.png) no-repeat;
}
.bottomBar .bot-right .linkme em.wb{
    background:url(../images/weibo.png) no-repeat;
    margin-left:20px;
}
.bottomBar .bot-right .linkme em.eml{
    background:url(../images/email.png) no-repeat;
    margin-left:20px;
}
.bottomBar .bot-right .linkme em.wx:hover{
    cursor: pointer;
    background:url(../images/weixin-h.png) no-repeat;
}
.bottomBar .bot-right .linkme em.wx:hover .ercode{
    cursor: pointer;
    background:url(../images/sy/fktygf.png) no-repeat top left;
    background-size:100% 100%;
}
.bottomBar .bot-right .linkme em.wb:hover{
    cursor: pointer;
    background:url(../images/weibo-h.png) no-repeat;
    margin-left:20px;
}
.bottomBar .bot-right .linkme em.eml:hover{
    cursor: pointer;
    background:url(../images/email-h.png) no-repeat;
    margin-left:20px;
}

