*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: red;
}
body{
    background: url(../img/bg.png) repeat-x top;
    font-size: 14px;
    font-family: "微软雅黑";
}
.container{
    width: 1200px;
    margin: 0 auto;
    background-color: white;
}
.header{
    width: 1200px;
    height: 112px;
    overflow: hidden;
    position: relative;
}
.header img{
    width: 1200px;
    height: 112px;
    overflow: hidden;
    position: relative;
}
.banner{
    width: 1200px;
    height: 343px;
    overflow: hidden;
    position: relative;
}
/* .banner img{
    width: 1200px;
    height: 343px;
    overflow: hidden;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
.banner p{
    width: 1200px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 42px;
    text-align: center;
    color: white;
} */
.nav{
    width: 1200px;
    height: 48px;
    overflow: hidden;
    background-color: #1c5684;
}
.nav ul{
    width: 1200px;
    height: 48px;
    display: flex;
    justify-content: space-around;
}
.nav li{
    line-height: 48px;
}
.nav a{
    color: white;
    font-size: 16px;
}
.nav a:hover{
    color: red;
}
.row1{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.introduction{
    margin-left: 24px;
}
.introduction .jieshao{
	width: 640px;
	background-color: #e3e3e3;
	text-align: justify;
	line-height: 24px;
	padding: 5px 10px;
	box-sizing: border-box;
}
.introduction .box{
    padding: 10px;
    border: 2px solid #bbbbbb;
    position: relative;
    box-sizing: border-box;
}
.introduction h2{
    font-size: 20px;
    font-weight: normal;
    background: url(../img/icon1.png) no-repeat left center;
    line-height: 41px;
    padding-left: 40px;
    margin-bottom: 14px;
}
.top-left,.bottom-right{
    width: 27px;
    height: 27px;
    position: absolute;
}
.top-left{
    border-top: 2px solid #9d080c;
    border-left: 2px solid #9d080c;
    top: -2px;
    left: -2px;
}
.bottom-right{
    border-bottom: 2px solid #9d080c;
    border-right: 2px solid #9d080c;
    right: -2px;
    bottom: -2px;
}
.link{
    width: 640px;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    margin-left: 10px;
}
.link div{
    width: 200px;
    height: 132px;
    overflow: hidden;
    position: relative;
}
.link div p{
    color: white;
    position: absolute;
    width: 100%;
    line-height: 35px;
    top: 52px;
    text-align: center;
    background: none;
}
.link div img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.link div:hover img{
    transform: scale(1.08);
}

.news{
    width: 462px;
	margin-right: 24px;
}

.news h2{
    font-size: 20px;
    font-weight: normal;
    background: url(../img/icon2.png) no-repeat left center;
    line-height: 41px;
    padding-left: 40px;
    margin-bottom: 14px;
}
.news ul{
    height: 354px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
/* 	margin-left: 14px; */
}
.news ul li{
    height: 52px;
    line-height:52px;
    padding-left: 12px;
    background-color: #e3e3e3;
    border-bottom: 2px solid #9d080c;
    transition: all 0.6s;
}
.news ul li:hover{
    background-color: #9d080c;
}
.news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news ul li:hover a{
    color: white;
}
.news ul li a:hover{
    color: white;
}
.row2{
    margin-top: 24px;
}

.row2 h2{
    line-height: 41px;
    background: url(../img/line.png) no-repeat center center;
    text-align: center;
    font-size: 28px;
    font-weight: b;
    margin-bottom: 10px;
	color: #9d080c;
	padding-left: 10px;
}
.sscg{
    width: 1200px;
    height: 428px;
    background: url(../img/bg3.png) no-repeat;
	background-size: 100%;
    overflow: hidden;
    position: relative;
    color: white;
}
.sscg span{
    position: absolute;
    font-size: 40px;
    color: white;
}
.num1{
    left: 188px;
    top: 42px;
}
.num2{
    left: 590px;
    top: 42px;
}
.num3{
    left: 955px;
    top: 42px;
}
.num4{
    left: 206px;
    top: 231px;
}
.num5{
    left: 584px;
    top: 231px;
}
.num6{
    left: 972px;
    top: 231px;
}
.sscg p{
    position: absolute;
    font-size: 14px;
    color: white;
    line-height: 24px;
}
.txt1{
    left: 88px;
    top: 96px;
}
.txt2{
    left: 430px;
    top: 96px;
}
.txt3{
    left: 880px;
    top: 96px;
}
.txt4{
    left: 88px;
    top: 285px;
}
.txt5{
    left: 430px;
    top: 285px;
}
.txt6{
    left: 880px;
    top: 285px;
}
.footer{
    margin-top: 21px;
    color: white;
    line-height: 120px;
    background-color: #1c5684;
    text-align: center;
	font-size: 16px;
}


.zhege{ z-index:999; position:fixed; width:100%; height:100%; background: #000;left:0; top:0;filter:Alpha(opacity=50);opacity:0.5;}
.tanchuang{ background:#FFF; position: fixed;
    top: 0px;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left:-600px;
    z-index:9999; }

.menu-bar{ height:32px;line-height:32px; background:#65a8dd; padding-left:10px}
.menu-bar>img{ float:right; padding:1px}
.munu-content{ padding:10px;width:1180px; height: 100vh }






