/**@font-face { 
font-family:"瀛椾綋鍚嶇О"; 
src:"";
}**/
*{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
	font-family: "寰蒋闆呴粦";
}
html{
	font-size:16px;
}
a{
	text-decoration: none;
	color:#333;
}


/*瀛椾綋澶у皬*/
.fs-12{
	font-size:0.75rem;
}
.fs-14{
	font-size:0.875rem;
}
.fs-16{
	font-size:1rem;
}
.fs-18{
	font-size:1.125rem;
}
.fs-20{
	font-size:1.25rem;
}
.fs-22{
	font-size:1.375rem;
}
.fs-24{
	font-size:1.5rem;
}
.fs-32{
	font-size:2rem;
}

/*娴姩娓呴櫎*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
/*瀹氫綅*/
.fixed{
	position:fixed;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
/*info*/
.ty_content {
    background-color: #fff;
    padding: 60px 0px;
}

.w1200 {
	box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.atc {
    padding: 60px 0 60px;
    width: 900px;
    margin: 0 auto;
}

.atc-h {
    text-align: center;
}

.atc-h h1 {
    font-size: 24px;
    color: #222;
    line-height: 40px;
}

.atc-date {
    color: #666;
    line-height: 30px;
    margin-top: 12px;
    padding: 10px 0;
    background-color: #f5f5f5;
}

.atc-con {
    padding: 24px 0 40px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
}

.atc-pn {
    position: relative;
    margin-top: 20px;
}

.atc-pn {
    color: #666;
    line-height: 40px;
}

.atc-pn a {
    display: inline-block;
    color: #666;
}

.atc-con p {
    font-size: 16px;
    line-height: 32px;
}

.atc-con img {
    display: inline;
    max-width: 100%;
}
/*nyfooter*/
.page {
    text-align: center;
}

.page {
    display: inline-block;
    text-align: center;
	width:100%;
}

.page li {
    width: 36px !important;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #c5c5c5;
    display: inline-block;
    margin: 0 12px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.page li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    transition: .5s;
    background: #47bec6;
}

.page li:hover::after {
    left: 0px;
    right: auto;
    width: 100%;
}

.page li:hover {
    border: none;
}

.page li:hover a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.page .current {
    background: #47bec6;
    background-size: 100% 100%;
    border: none;
}

.page .current a {
    color: #fff;
}

.page .current:hover a {
    color: #fff;
}

.page li a {
    color: #000;
    font-size: 14px;
}

.page_a {
    text-align: center;
}

.page_a ul {
    float: None;
    text-align: center;
}

.page li.fy {
    width: 78px !important;
    line-height: 34px;
}

.page li.sw {
    width: 58px !important;
}

/*pages*/
@media(max-width: 1200px) {
.w1200{
	width:94%;
	margin:0 auto;
}
.atc{
	width:94%;
	
}
.atc img{
	width:100% !important;
}
}
/*info end*/

