html {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 20px
}

body,
button,
fieldset,
h1,
h2,
h3,
h4,
h5,
input,
p,
select,
textarea,
ul {
    margin: 0
}

dd,
dl,
dt,
fieldset,
input,
li,
ol,
td,
tr,
ul {
    padding: 0
}
img{
	border:0;
}

body {
    background: #f0f0f0;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 30px;
    /* visibility: hidden; */
}

/* .project_thumb:hover .cardimgcrop img {
    opacity: .7;
    filter: alpha(opacity=70);
} */

.cardimgcrop img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

/*.content iframe{ height:700px;}*/

/* Header / Navigation
    *******************************************************************************************************/

.header_img {
    /* To fix in place change to "position:fixed;" */
    padding: 0px 0 0px 0;
    text-align: center;
    z-index: 99;
}

.header_img img {
    display: inline-block;
}

.nav_container {
    max-width: 1408px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.nav_container .tel {
    position: absolute;
    top: 0;
    right: 30px;
}

.nav_container .link_link {
    display: inline-block;
    padding: 0 10px;
}

#nav_loadspin {
    display: none;
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100;
}

.nav_container br {
    display: none;
}

#selectForm {}

#selectForm input {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    border: 1px solid #666;
    text-indent: 10px;
    outline: none;
}

#selectForm button {
    padding: 0;
    border: 0;
    background: transparent;
    width: 26px;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#pages { padding:14px 0 10px; font-size:14px; }
#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 15px}
#pages a.a1 { width:70px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:30px; line-height:30px; background:#08A5E0; border:1px solid #08A5E0; color:#fff; text-align:center;padding:0 15px}
.page .noPage { display:inline-block; width:70px; height:30px; line-height:30px; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

/* Navigation > Links
    ***************************************************************************************************/

.nav_container a {
    /* Applied to each navigation link */
    font-size: 14px;
    text-decoration: none;
}

.project_link a {
    color: #666666;
}

.project_link a:hover {
    background: #e2e2e2;
    color: #000000;
}

.project_link a:active {
    background: #000000;
    color: #ffffff;
}

.page_link a {
    color: #000000;
}

.page_link a:hover {
    color: #000000;
    text-decoration: underline;
}

.page_link a:active {
    color: #999999;
}

.link_link a {
    color: #222;
}

.link_link a:hover {
    color: #000;
    text-decoration: underline;
}

.link_link a:active {
    color: #222;
}

.nav_active a {
    color: #000000;
    font-weight: bold;
}

.nav_active a:hover {
    color: #000000;
}

.nav_active a:active {
    color: #000000;
}

.nav_follow {
    color: #999999;
    font-size: 11px;
    z-index: 11;
}

.nav_follow a {
    color: #222222;
}

.nav_follow a:hover {
    background: #e2e2e2;
    color: #222222;
}

.nav_follow a:active {
    background: #000000;
    color: #ffffff;
}

.nav_container .view_tag_info {
    color: #999999;
    display: block;
    margin-top: 1em;
}

.view_tag_info a {
    color: #999999;
    text-decoration: underline;
}

.view_tag_info a:hover {
    color: #333333;
}

.view_tag_info a:active {
    color: #999999;
}

/* Content
    *******************************************************************************************************/

#content_container {
    max-width: 1408px;
    margin: 30px auto 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

#page_1 {
    overflow: hidden;
}

#btn {
	display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 30px;
    cursor: pointer;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
	text-decoration: none;
	color: #fff;
    background: #0270c9;
}

#btn:hover {
    color: #fff;
    background: #0270c9;
}

/* Content > Project content
    ***********************************************************************************************/

#maincontainer {
    display: none;
    margin: 0 2px 2px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bodycopy a {
    color: #000000;
    text-decoration: underline;
}

.bodycopy a:hover {
    background: #e2e2e2;
    color: #000000;
    text-decoration: none;
}

.bodycopy a:active {
    background: #000000;
    color: #ffffff;
}

.entry {
    padding: 0px 30px 30px;
}

.project_content {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    width: 1120px;
}

.project_title {
    color: #000000;
    font-size: 24px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
    width: 1120px;
}

/* Project navigation
    *******************************************************************************************/

.project_header {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.project_header div {
    display: inline-block;
}

.project_header a {
    color: #bbbbbb;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

.project_header a:hover {
    background: none;
    color: #000000;
    text-decoration: underline;
}

.project_header a:active {
    color: #666666;
}

.project_header .last a {
    border-right: 1px solid #dddddd;
}

.project_divider {
    display: none;
}

/* Styling of default typographic headers and elements */

h1 {
    font-size: 22px;
    line-height: 165%;
}

h2 {
    font-size: 16px;
    line-height: 165%;
}

h3 {
    font-size: 14px;
    line-height: 150%;
}

blockquote {
    color: #666666;
    margin: 0;
}

.project_content img {
    float: none !important;
    margin: 0 0 15px 0;
}

/*
* 文章样式
*/

.article {
    width: 1200px;
    margin: 0 auto 40px;
    padding-top: 40px;
}

.article h1 {
    text-align: center;
}

.article .content {
    line-height: 26px;
    margin-bottom: 20px;
	width:1200px;
}
.article .content img{ max-width:1200px;}
.article .category h2,
.article .design h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    color: #0270c9;
}

.article .title {
    margin-bottom: 15px;
}

.article .category {
    position: relative;
    margin-bottom: 40px;
}

.article .category .time {
    position: absolute;
    top: 20px;
    right: 0;
}

.article .category .info {
    position: relative;
    min-height: 100px;
}

.article .category .info .buy {
    position: absolute;
    bottom: 0;
    right: 0;
}

.article .design {
    padding-bottom: 40px;
}

.article .designer {
    margin-bottom: 20px;
    overflow: hidden;
}

.article .designer .pic {
    float: left;
    width: 140px;
    height: 95px;
    margin-right: 20px;
}

.article .designer .name {
    font-size: 18px;
    font-weight: 700;
}

.article .category .buy {
    width: 143px;
    height: 35px;
    background: url("../images/img/dow.png") 0 0 no-repeat;
}

.article .category .buy a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 47px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.article .video {
    margin-bottom: 40px;
}

.original {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    overflow: hidden;
    -webkit-animation: gdownIn 1s 1s both;
    -moz-animation: gdownIn 1s 1s both;
    animation: gdownIn 1s 1s both;
}

.original li {
    list-style: none;
    margin-bottom: 40px;
}

.original li a {
    position: relative;
    padding-right: 10px;
    display: block;
    height: 200px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #333;
    text-decoration: none;
}

.original li .pic {
    float: left;
    width: 375px;
    height: 200px;
    margin-right: 30px;
    overflow: hidden;
}

.original li .pic img {
    height: 100%;
    width: auto;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.original li h2 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
}

.original li p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: left;
}

.original li span.btn {
    position: absolute;
    bottom: 0px;
    left: 405px;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 46px;
    border: 1px solid #cccccc;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.original li a:hover {
    background-color: #e2e2e2;
}

.original li a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.original li a:hover span.btn {
    bottom: 15px;
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

/* Project content > Project footer
    ***********************************************************************************************/

.footer {
    max-width: 1408px;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 12px;
}

.footer .more,
.footer .copyright,
.footer .beian {
    position: relative;
    margin: 0 25px;
}

.footer a {
    color: #0270c9;
    text-decoration: none;
}

.footer .link {
    position: absolute;
    top: 0;
    left: 240px;
}

.footer .link a {
    margin: 0 5px;
}

.footer .en {
    position: absolute;
    right: 0;
    top: 0;
}

.footer .en a {
    margin: 0 5px;
    color: #000;
}

.footer .more {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 6px;
}

.project_footer {
    color: #999999;
    clear: both;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 9px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    text-align: center;
    width: 1120px;
}

.comment_link a {}

.comment_link a:hover {}

.footer_title_type {
    color: #000000;
    font-weight: bold;
}

.project_views {
    color: #999999;
}

/* Project Footer Links */

.project_footer .permalink {
    display: none;
}

.project_footer .permalink a {
    color: #999999;
}

.project_footer .permalink a:hover {
    background: #e2e2e2;
    color: #000000;
}

.project_footer .permalink a:active {
    color: #ffffff;
    background: #000000;
}

.tags {
    color: #999999;
}

.tags a {
    color: #000000;
    text-decoration: none;
}

.tags a:hover {
    background: #e2e2e2;
    text-decoration: none;
}

.tags a:active {
    color: #ffffff;
    background: #000000;
}

.tags a:visited {}

.project_footer .editlink a {
    color: #0066ff;
    font-style: italic;
}

.project_footer .editlink a:hover {
    background: #e2e2e2;
    color: #000000;
}

.project_footer .editlink a:active {
    background: #000000;
    color: #ffffff;
}

.project_bottom {
    clear: both;
    width: 1406px;
}

/* Content > Thumbnails
    ***************************************************************************************************/

.project_thumb {
    border: 1px solid transparent;
    float: left;
    margin: 0 15px 30px 15px;
    padding: 10px 10px 20px 10px;
    position: relative;
    width: 300px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.project_thumb:hover {
    border: 1px solid #cccccc;
}

.project_thumb:active {
    background: #ffffff;
    margin: 1px 15px 20px 15px;
    z-index: 998;
}

.project_thumb .hover {
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.project_thumb .nohover {
    text-decoration: none;
}

.project_thumb.active {
    border: 1px solid #cccccc;
    margin: -1px 14px 29px 14px;
}

.cardimgcrop {
    margin: 0 0 10px 0;
    width: 300px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: url('../images/loadingAnim.gif') center center no-repeat;
}

.loader_holder {
    display: none;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
}

.thumb_title {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.thumb_title .text {
    color: #000000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.excerpt {
    color: #666;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 10px;
    margin: 7px 0 10px 0;
    width: 300px;
}

.thumb_tag {
    color: #bbbbbb;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.thumb_tag a {
    color: #bbbbbb;
    text-decoration: underline;
}

.thumb_tag a:hover {
    color: #666666;
    text-decoration: underline;
}

.thumb_keywords {
    line-height: 30px;
    font-size: 12px;
    color: #000;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px;
    height: auto;
}

.search_text {
    width: 500px;
    margin-left: 145px;
}

.search_title a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.search_title a:hover {
    background: #e2e2e2;
    color: #000000;
    text-decoration: none;
}

.search_title a:active {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.search_tags {
    color: #999999;
    font-size: 11px;
}

.search_tags a {
    color: #999999;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #000000;
    text-decoration: underline;
}

.search_tags a:active {
    color: #666666;
}

/* Footer
    *******************************************************************************************************/

#page_footer {
    color: #666666;
    position: relative;
}

#page_footer br {
    display: none !important;
}

.pagination {
    color: #999999;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    padding-bottom: 90px;
}

.pagination a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.pagination a:hover {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}

.pagination a:active {
    color: #666666;
}

.pagination a.prev_page {
    margin-right: 4px;
}

.pagination a.next_page {
    margin-left: 4px;
}

.left_arrow,
.right_arrow {
    color: #000000;
    font-size: 12px;
    margin-top: 3px;
    width: 20px;
}

.left_arrow {
    margin-left: -12px;
    text-align: right;
}

.right_arrow {
    margin-right: -12px;
    text-align: left;
}

/* Other
***********************************************************************************************************/

.toolset {
    /* Admin and following icons — only seen by members */
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.four_button {
    padding: 30px 0 50px;
    text-align: center;
}

.four_button a {
    display: inline-block;
    width: 200px;
    height: 70px;
    margin: 0 20px;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.four_button a:hover {
    text-decoration: none;
    border: 1px solid #666;
    background-color: #ddd;
}
.four_button a:hover .button{
    background-color: #ebebeb;
}
.four_button .button {
    position: relative;
    margin: 10px;
    border: 2px solid #000;
    height: 46px;
    background-color: #f0f0f0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.four_button i {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url("../images/img/jia.png") 0 0 no-repeat;
}
.four_button a:hover i{
    -webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}

.four_button span {
    display: block;
    width: 176px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.slider{
    position: relative;
    margin: 40px auto 50px; 
    -webkit-animation: gfadeIn 1s 0.4s both;
    -moz-animation: gfadeIn 1s 0.4s both;
    animation: gfadeIn 1s 0.4s both;
	overflow:hidden;
}
.slider .swiper-container{
    height: 400px;
    background-color: #999;
}
@media screen and (min-width:1700px){
    .slider,.slider .swiper-container{
		width: 1706px;
	}
}
@media screen and (min-width:1350px) and (max-width:1700px) {
    .slider,.slider .swiper-container{
		width: 1354px;
	}
}
@media screen and (max-width:1350px) {
    .slider,.slider .swiper-container{
		width: 1002px;
	}
}
.slider .swiper-wrapper{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;    
}
.slider .swiper-slide{
    position: static;
    overflow: hidden;
}
.slider .swiper-slide a.phone{
    display: none;
}
.slider .swiper-slide a,.slider .swiper-slide img{
    display: block;
    height: 400px;
    overflow: hidden;
}
.slider .pagination{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 200;
}
.slider .pagination .swiper-pagination-switch{
    *display:inline-block;
    font-family: "Fairview_Regular";
    font-size: 22px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    *border-bottom: 2px solid transparent;
}
.slider .pagination .swiper-pagination-switch.swiper-active-switch{
    border-bottom: 2px solid #009df5;
}

.slider #swiper-button-next,.slider #swiper-button-prev{
    position: absolute;
    top: 50%;
	margin-top: -26px;
    width: 52px;
    height: 52px;
    z-index: 10;
    cursor: pointer;
    /* -moz-background-size: 55px 50px;
    -webkit-background-size: 55px 50px;
    background-size: 55px 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABkCAYAAABnwAWdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYjc3MzUzMy1kOTgxLWEyNDktYTIwYy02MDhlZGNjYzhhNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFBMzU4MjAxRkNEMTFFNjgzQUZDNTRCNEUzODhBMzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFBMzU4MUYxRkNEMTFFNjgzQUZDNTRCNEUzODhBMzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Y2I3NzM1MzMtZDk4MS1hMjQ5LWEyMGMtNjA4ZWRjY2M4YTYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmNiNzczNTMzLWQ5ODEtYTI0OS1hMjBjLTYwOGVkY2NjOGE2MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoMtv2gAAAFwSURBVHja7NtLCsIwFEbhRjpymQ66qILuUqexznxiS2zSxO8MBIMIyeHe+9NoiDF2qI+dIyAOxIE44kAciCMOxIE4EEccNkCf+gXjOM796PPT7HB7GYah6gOc9v+wr2k/QcWBOOLQxoxbQGjxAHPNtFzi4j9IKxlYtEozDsSh2IwL/3yoOQLLL8S9CyKz1+6fvJRKaCmhI2VNqzTjQBxWJaT+BH3B7cCnQc7ChlLl3HBSPTmCiFZpxoE4CCfCSb7A0mQ40SpBHHFoI5xAxYE44kAciANxxIE4EEcctkUfThenoOKQreK61wtOqDgQB+KIA3EgjjgQB+JAHHEgDrPI9m+deNg/vG/lOqnUvlScVgni8JXQHc8uUoWTtoPIlvavVZpxIA7CiXCyYBCnrNUWOkrtVas040AchBPhZIUh3gKl9qpVmnEgDsKJcLLCEG81nGiVII44CCdQccSBOBAH4ogDcSCOOBAH4kBc3VwFGAAEno2hgBOWfAAAAABJRU5ErkJggg==) no-repeat #fff;
	*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 300;
}
.slider #swiper-button-next{
	background: url('../images/img/right_arrow.svg') 0 0 no-repeat;
    right: 20px;
}
.slider #swiper-button-next:hover{
    background: url('../images/img/right_arrowhover.svg') 0 0 no-repeat;
}
.slider #swiper-button-prev{
	background: url('../images/img/left_arrow.svg') 0 0 no-repeat;
	left: 20px;
}
.slider #swiper-button-prev:hover{
	background: url('../images/img/left_arrowhover.svg') 0 0 no-repeat;
}

.page {
    margin: 0 25px 40px;
    text-align: center;
}
.page .pagenum {
    display: inline;
}
.page a, .page span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    line-height: 38px;
    margin: 0 3px;
    color: #999;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
}
.page a.Ahover, .page a:hover {
    font-weight: 400;
    color: #333;
    background: #ffe300;
    border-radius: 4px;
    border: 1px solid #ffe300;
}

.weblist {
    max-width: 980px;
    margin: 0 auto 40px;
    padding-top: 20px;
}
.weblist li {
    display: flex;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.weblist li:hover {
    border-bottom: 1px solid #ffe300;
}
.weblist li:hover .weblist-head {
    background-color: #ffe300;
}
.weblist .weblist-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
.weblist li .weblist-head {
    width: 60px;
    text-align: center;
    background-color: #ededed;
    font-size: 16px;
}
.weblist li .weblist-content {
    flex: 1;
    font-size: 18px;
    padding-left: 10px;
}
.weblist li .weblist-content a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
}
.weblist li .weblist-content a:hover {
    text-decoration: underline;
}

.city {
    padding: 0 25px;
}
.city-title {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.article-title {
    margin: 0 25px 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 22px;
    border-top: 3px solid #ffe300;
    background: rgba(255,227,0,0.2);
}
.article-list {
    margin: 0 25px 40px;
}
.article-list li {
    list-style: none;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
}
.article-list li a {
    text-decoration: none;
    color: #0270c9;
}
.animate-vid {
	height: 100%;
	text-align: center;
}
.animate-vid img {
	max-width: 100%;
	max-height: 100%;
}