@charset "utf-8";
/* CSS Document */


.zzs {	color: #0C0;}

#divcss5{margin:20PX auto;border:0px solid #000;width:80%;height:auto; padding-bottom:30PX} 

#divcss6{margin:20PX auto;border:0px solid #000;width:90%;height:100px} 

#divcssfaq{margin:20PX auto;border:0px solid #000;width:90%;height:auto} 
#TTT {
	text-align: center;
}

.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.table {

}

.table .tr {

}

.table .td {

}

.hr {
	border-color: #eee;
}

.link,
.link:visited {
	color: #333;
}

.ul,
.ul .li {
	list-style: none;
}

.ul {
	padding: 0;
}

.ul .li {
}

.ul .text {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #666;
}

.ul .text strong,
.ul .strong {
	font-weight: bold;
}

.article-content {
}

.ul-right-btn,
.simple-content {
	display: inline-block;
	vertical-align: bottom;
    margin-bottom: 0;
}

.simple-content {
	// min-width: 500px;
}

.ul-right-btn {
    margin: 84px 200px 0 0;
    padding: 0;
}

.ul-right-btn h3 {
	margin: 0;
}

@media screen and (max-width: 956px)  {
	.ul-right-btn {
		margin-right: 0;
	}
}

@media screen and (max-width: 733px)  {
	.ul-right-btn {
		margin-top: 0;
	}

	.simple-content {
		width: auto;
	}
}

.divcss5 {
	width: 90%;
	max-width: 1200px;
	margin: 15px auto;
	line-height: 170%;
}

.page-title {
	line-height: 110%;
}

.section-main-title {
	margin-bottom: 30px;
	color: #333;
	line-height: 110%;
}

.section-sec-title {
	margin-top: -20px;
	margin-bottom: 30px;
	color: #999;
	line-height: 110%;
}

.small-text {
	font-size: 10px;
}

.normal-text {
	font-size: 12px;
}

.big-text {
	font-size: 16px;
}

.img.block {
	width: 100%;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.td-logo {
	display: inline-block;
	width: 300px;
}

/*	下拉菜单	*/
.layout-drop-menu {
	display: block;
    /* position: relative; */
	margin-left: auto;
    width: 1200px;
}

.layout-drop-menu .btn-drop-menu {
    display: none;
	margin: 35px auto;
}

.layout-drop-menu .btn-drop-menu .text {
}

.layout-drop-menu .list-drop-menu {
    white-space: nowrap;
}

.layout-drop-menu .list-drop-menu .item {
    float: left;
    width: 200px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 700px) {

    .layout-drop-menu {
        width: 100px;
    }

    .layout-drop-menu .btn-drop-menu {
        display: block;
    }

    .layout-drop-menu .list-drop-menu {
        display: none;
        position: absolute;
        right: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .layout-drop-menu .list-drop-menu.active {
        display: block;
    }

    .layout-drop-menu .list-drop-menu .item {
        display: block;
        width: 100%;
        margin: 15px auto;
    }

}