@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#bigbox {
    width: 100%;
    margin: 0 auto;
}

#title {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #017c67;
    text-align:center;
}

#header{
    width:1000px;
    margin: 0 auto;
    text-align:left;
}

#logo {
    width:600px;
    color: #fff;
    /*margin-left: 160px;*/
    font-size: 24px;
    /*padding-top: 30px;*/
    margin: 0 auto;
	float:left;
    text-align:left;
}

#logo p {
    margin-bottom: 10px;
}

#logo span {
    color: #868797;
    font-size: 14px;
    margin-left: 10px;
}

#title ul {
    position: absolute;
    width: 630px;
    right: 200px;
    top: 0px;
    display: flex;
    font-size: 13px;
}

#title ul li {
    display: flex;
    color: #fff;
    line-height: 150px;
    width: 90px;
    border-left-color:#999;
	border-left-style:dotted;
	border-left-width:1px;
}

#title ul li p {
    width: 100%;
    text-align: center;
}

#title ul li p a {
    color:#fff;
	text-decoration-line:none;
}

#bannner {
    width: 1000px;
    font-size: 0px;
    margin: 0 auto;
}

#bannner img {
    width: 1000px;
}

#main {
    position: relative;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    margin-top:20px;
}

#main_left {
    width: 230px;
}

.clear {
    width: 100%;
    background-color: #E3E3E3;
    height: 18px;
}

.left_title {
    background-color: #017c67;
}

.left_title p {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 30px;
}

.left_title_msg {
    height:35px;
    border-bottom-color:#CCC;
    border-bottom-style:dashed;
    border-bottom-width:1px;
}

.left_title_msg p {
    line-height: 30px;
    font-size: 12px;
    color: #323231;
    padding-left: 55px;
}

.come {
    width: 100%;
    background-color: #ECECEC;
    padding-top: 18px;
    padding-bottom: 18px;
}

.come p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 24px;
}

#main_right {
    width: 770px;
}

#main_right_title {
    background: url('../image/boxtitle.png') no-repeat left;
    height: 40px;
}

#main_right_title p {
    font-size: 12px;
    line-height: 38px;
    margin-left: 40px;
    font-weight: 550;
}

.neirong {
    width: 734px;
    height: 416px;
    background-color: #fff;
    color: #545454;
    font-size: 13px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
}

.neirong span {
    font-weight: 550;
}

.neirongitem{
	width:250px;
	height:320px;
	border:dashed;
	border-color:#999;
	border-width:1px;
	padding:5px 5px;
}

.neirongitem a img{
	width:200px;
	height:200px;
}

.neirong h4 {
    color: #545454;
}

.suojin {
    text-indent: 14px;
}

.neirong p img {
	width:730px;
    float: right;
    right: 0px;
    margin-top: -10px;
}

.neirong img {
    float: right;
    right: 0px;
    margin-top: -10px;
}

#footer {
    width: 1000px;
    background-color: #017c67;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer span {
    margin-left: 10px;
    margin-right: 10px;
}

#footer p a {
    color:#fff;
	text-decoration-line:none;
}

#bottom {
    width: 1000px;
    margin: 0 auto;
}

#bottom {
    text-align: center;
    background-color: #fff;
    line-height: 40px;
    font-size: 13px;
}

#bottom span {
    font-weight: 550;
}


