/* global */
.more{
    float: right;
    padding-top: 5px;
    font-size: 14px;
    color: #a2a2a2;
}
.more:hover{
    color: #06526b;
}
.more font {
    font: 400 12px/12px consolas;
}

/* one_main */
#pic{
    width: 1190;
    margin-left: auto;
    margin-right: auto;
}
.one_back{
    width: 100%;
    background-color: #FEFFF1;
}
.one_main{
    height: 480px;
    margin-left: auto;   
    margin-right: auto;
    width: 1200px;
    padding: 20px 0px;
}

.one_left{
    width: 660px;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
}
.one_right{
    width: 500px;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
}
.title_2_1{
    font-weight: 700;
    font-size: 24px;
    color: black;
    border-bottom-style: solid;
    border-width: 3px;
    border-bottom-color: #06526b;
}
.one_box_l{
    padding-top: 10px;
    float: left;
}
.one_box_r{
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}
/* list_1 */
.list_1 ul{
	width: 420px;
	padding-right: 20px;
	float: left;
}
.list_1 ul li{
	width: 360px;
	height: 34px;
	padding-left: 10px;
	display: block;
	line-height: 34px;
	background: url(../images/ico1.png) no-repeat left center;
}
.list_1 ul li a{
	color: #575757;
}
.list_1 ul li a span {
    float: right;
    color: #a1a1a1;
}
.list_1 ul li a:hover {
    color: #06526b;
    text-decoration: underline;
}
/* tow_main */
.two_back{
    width: 100%;
    background-color: #ffffff;
    padding-top: 120px;
}
.two_main{
    height: 350px;
    margin-left: auto;   
    margin-right: auto;
    width: 1200px;
    position: relative;
}
.two_left{
    width: 580px;
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
    position: relative;
    left: 0px;
    opacity: 0;
}
.two_right{
	width: 580px;
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
    position: relative;
    left: 0px;
    opacity: 0;
}
.title_2_2{
    font-weight: 700;
    font-size: 24px;
    color: #0A303C;
    border-bottom-style: dashed;
    border-width: 2px;
    border-bottom-color: #000000;
}
/* three_main */
.three_back{
    width: 100%;
    background-color: #CAE9FC;
}
.three_main{
    height: 440px;
    margin-left: auto;   
    margin-right: auto;
    width: 1200px;
    padding-top: 20px;
}
.flylogo{
    position: absolute;
    opacity: 0;
    z-index: 10;
}
.top{
    top:0px;
    width:100%;
    height: 180px;
    position: fixed;
    z-index:3;
}
.four_back{
    width: 100%;
    background-color: #F2F1E9;
    padding: 30px 0px;
}
.four_main{
    height: 150px;
    margin-left: auto;   
    margin-right: auto;
    width: 1200px;
    position: relative;
}