﻿

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.cl {
    clear: both;
}



.same {
    margin-top: 80px;
}

.intro h4 {
    font-weight: bold;
    color: #122e66;
    margin-top: 50px;
}

.intro > div > img {
    float: left;
    margin-right: 10px;
}

.intro > div:last-of-type {
    margin-top: 30px;
	float:right;
}

.process ul li {
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #122e66;
}

.process ul li div {
    position: relative;
}

.process ul li p {
    color: #333;
    font-size: 14px;
    display: none;
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -125px;
}

.process ul li:nth-of-type(odd) p {
    top: -50px;
}

.process ul li:nth-of-type(even) {
    background: url("img/xs.png") no-repeat center 20px;
    top: -8px;
    padding-top: 50px;
}

.process ul li:nth-of-type(odd) {
    background: url("img/ss.png") no-repeat center 25px;
    bottom: -8px;
    padding-bottom: 50px;
}

.process ul li:nth-of-type(even) p {
    background: url("img/jiao1.png") no-repeat center 5px;
    padding-top: 20px;
}

.process ul li:nth-of-type(odd) p {
    background: url("img/jiao.png") no-repeat center 30px;
    padding-bottom: 20px;
}

.process ul li:first-of-type {
    left: 60px;
}

.process ul li:nth-of-type(2) {
    left: 110px;
}

.process ul li:nth-of-type(3) {
    left: 160px;
}

.process ul li:nth-of-type(4) {
    left: 210px;
}

.process ul li:nth-of-type(5) {
    left: 260px;
}

.process ul li:nth-of-type(6) {
    left: 310px;
}

.process ul li:nth-of-type(7) {
    left: 360px;
}

.process ul li:nth-of-type(8) {
    left: 410px;
}

.process ul li:nth-of-type(9) {
    left: 460px;
}
.process ul li:last-of-type {
    left: 510px;
}

.process ul li:hover p {
    display: block;
}

.process ul li:hover:nth-of-type(even) {
    background: url("img/xl.png") no-repeat center 20px;
}

.process ul li:hover:nth-of-type(odd) {
    background: url("img/sl.png") no-repeat center 25px;
}

.news > div {
    margin-top: 80px;
}

.news ul li {
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
}

.news ul li span {
    float: right;
}

.Picture-scroll {
    width: 100%;
    height: 220px;
    max-width: 1210px;
    float: left;
    overflow: hidden;
}

.aboutz{text-align:left; font-family:"微软雅黑"; font-size:24px; color:#122e66; margin-top:20px;}

.syxz{ margin:0 auto; width:1200px; height:auto; text-align:left; margin-bottom:20px;}