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

/* 头部导航完啦 */

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

.content{
    width:100%;
    margin-top:60px;
}
.content-c{
    width:1320px;
    box-sizing: border-box;
    margin:0 auto;
    background:#FFF;
}
.con-banner{
    box-sizing: border-box;
    width:100%;
    height:210px;
}
.con-banner img{
    width:100%;
    height: 100%;
    display: block;
}
.section{
    box-sizing: border-box;
    width:1320px;
    padding:60px 100px 70px 100px;
}

.section-gspro span,.section-honor span,.section-qyyj span,.section-history span,.section-qyjs span{
    font-size:25px;
    color:#333;
    line-height:33px;
    height:33px;
    display: block;            
}
.section-gspro i,.section-honor i,.section-qyyj i,.section-history i,.section-qyjs i{
    display: block;
    font-size:15px;
    color:#999;
    height:20px;
    line-height: 20px;
}
.section-gspro .underline,.section-honor .underline,.section-qyyj .underline,.section-history .underline{
    width:123px;
    height:2px;
    background:#008FE2;
    margin-top:7px;
    margin-bottom:34px;
}
.section-qyjs .underline{
	width:123px;
	height:2px;
	background:#008FE2;
	margin-top:7px;
	margin-bottom:24px;
}
.section-gspro p,.section-qyjs p,.section-qyyj p{
    color:#333;
    font-size:15px;
    line-height: 30px;
}
.section-qyyj p.bigfont,.section-qyyj p.bigfont,.section-qyjs p.bigfont{
	font-size:20px;
	margin-bottom:10px;
	margin-top:10px;
}
.section-honor,.section-history,.section-qyyj,.section-qyjs{
    margin-top:60px;
}
.section-honor span{
    font-size:25px;
    color:#333;
    line-height:33px;
    height:33px;
    display: block;            
}
.section-honor span .red{
    color:#008FE2;
}
.section-honor p{
    font-size:15px;
    color:#333;
    line-height:30px;
}
.section-honor p img{
    width:15px;
    height:14px;
    display: inline-block;
    margin-right:18px;   
}

.number-one .event .times{
    display: block;
    width:108px;
    height:34px;
    color:#333;
    font-size: 25px;
    font-weight: bold;
    float:left;
    margin-top: -5px;    
}
.number-one .event p{
    position: relative;
    display: block;
    margin-left:108px;
    height:50px;
    border-left:1px solid #DADADA;
}
.number-one .event p .radius{
    position: absolute;
    top: 0px;
    left: -5px;
    display: block;
    width:9px;
    height:9px;
    border-radius: 50%;
    background:#008FE2;

}
.number-one .event p .p-time{
    float:left;
    width:108px;
    margin-left:26px;
    margin-top: -5px;
    color:#999;
}
.number-one .event p .p-dir{
    float:left;
    margin-top: -5px; 
    color:#333;  
}
/**删除大事记p标签左侧的竖行线*/
.number-one .event p.deleteline{
    border-left:none;
}


.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;
}
