body{background:#ffffff;color:#333333; font-size:16px;overflow-x:hidden;font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑","Arial",sans-serif;}
a{color:#333333;}
*:focus {outline: none;box-shadow: none;}
input:required:invalid ,textarea:required:invalid ,select:required:invalid{outline: none;box-shadow: none;}
a:hover{color:#996c33;text-decoration:none;transition: all 300ms ease-in-out 0s;}
.on {color:#996c33!important;}
.my_ul ,.my_dl{ margin:0; padding:0;}
.my_ul li{ list-style:none;}
.my_dl dt ,.my_dl dd{margin:0;padding:0;font-weight:normal; }
dt + dd{ margin-top:0;}
p{ margin:0 0 10px;}
img{image-rendering: -webkit-optimize-contrast;}
.list-paddingleft-2{margin-top: 0;}
/*
FONTS
*/
@font-face {
    font-family: 'LainieDaySH';
    src: url('../fonts/LainieDaySH.eot');
    src: url('../fonts/LainieDaySH.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LainieDaySH.woff2') format('woff2'),
         url('../fonts/LainieDaySH.woff') format('woff'),
         url('../fonts/LainieDaySH.ttf') format('truetype'),
         url('../fonts/LainieDaySH.svg#LainieDaySH') format('svg');
         font-style: normal;
         font-weight: 500;
}
/*
public
*/
.web_w{width:100%;width:1280px; margin:0 auto;}
.web_w:after{display: block; content: ''; clear: both;}
.am-paragraph-default{ margin:0;color:#333333;font-size:16px;text-align:justify;}
.am-paragraph-default img{ max-width:100%; border:none; padding:0; margin:0;display:inline; height: auto;}
.am-paragraph-default p{ margin:0 0 10px 0;font-size:16px;}
.am-paragraph-default p ,.am-paragraph-default a{color:#333333;}
.am-paragraph-default a:hover{color:#996c33;}
.am-pureview-actions a{ position:static; float:right; text-align:center;}
.am-icon-chevron-left:before {font-family:'FontAwesome';content: "\f00d";}
.am-pureview-direction a:before{font-family:'FontAwesome';}
.am-pureview-title{text-align: center;}
.picture-hover-animate{ display:block; position:relative; overflow:hidden;}
.picture-hover-animate:after{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;visibility: visible;width: 160px;height: 160px;margin: auto;content: '';transition: all 0.6s ease-in-out;transform: scale(6);opacity: 1;border: 80px solid rgba(0, 0, 0, 0.1);border-radius: 80px;}
.picture-hover-animate:hover:after { visibility: hidden; opacity: 0; border: 0 solid rgba(0, 0, 0, 0.1); }
.am-pureview-slider li.am-active .pinch-zoom-container{min-height:50px;background-image:url(../img/loading.svg); background-position: center; background-repeat: no-repeat; background-repeat: 50px auto;}
.am-pureview-actions{background:none;}
.am-pureview-slider .am-pinch-zoom::after{display: none;}
.am-table-striped > tbody > tr:nth-child(2n+1) > td, .am-table-striped > tbody > tr:nth-child(2n+1) > th {background-color: #f5f5f5;}
.am-table tr td,.am-table tr th{ vertical-align:middle!important;}

/*
Header
*/
.menu{background-color: #061221;width: 100%; height: 84px;z-index:1000; position: fixed; left: 0; top: 0;}
.logo{display: block;height: 56px;margin-top: 14px; float: left;}
.nav{display: flex;float: right;height: 84px;align-items: center;}
.nav li{margin-left: 50px;font-size: 18px;font-weight: 300;}
.nav li a{color: #fff;}
.nav li a:hover ,.nav li.active a{color: #996c33;}

 /*
Banner
*/
.index_banner {position: relative; overflow: hidden; z-index:2; height:100%;}
.index_banner .am-slider-default{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;border-radius:0;box-shadow:none;margin: 0; background:#000;border:none;box-shadow:none; }
.index_banner .am-slides li{height:calc(100vh - 84px);position: relative;}
.index_banner .am-slides li img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0; z-index: 1; object-fit: cover;-webkit-transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);transform: scale(1.2);}
.index_banner .am-slides li.am-active-slide img{-webkit-transform: scale(1);-moz-transform: scale(1); transform: scale(1);} 
.index_banner .box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;display:flex;align-items: center;padding-bottom: 10%;}
.index_banner .box .web_w{display:flex;align-items: center; flex-direction: column;} 
.index_banner .box .title{font-size: 26px;line-height: 160%;text-align: center;color: #fff; margin-bottom: 30px;}
.index_banner .am-control-nav{bottom:15px;z-index:10;}
.index_banner .am-control-nav li{margin:0 5px}
.index_banner .am-control-nav li a{width:5px;height:3px;background:#999;box-shadow:none;z-index:3; position:relative; border-radius:0;}
.index_banner .am-control-nav li a:hover{background: #996c33}
.index_banner .am-control-nav li a.am-active{ width:22px;background: #996c33;z-index:4;animation: anima 5s 1 cubic-bezier(0.28, 0.77, 1, 1);-webkit-transition:.5s;transition:.5s}
@keyframes anima{from{width:5px;}to{width:40px;}}

 /*
Search
*/
.search_box{width:100%;padding: 40px;border-radius: 4px;background-color: rgba(255, 255, 255, 0.5); position: relative; z-index: 10;}
.search_box.first{width: 75%;}
.search_box.last{background-color: #f6f6f6;}
.search_box .search_con{display: flex;justify-content: space-between;}
.search_box .search_con .am-form-group{width: calc(100% - 130px); line-height: 40px;margin: 0;}
.search_box .search_con .am-form-group i{color: #999;}
.search_box .search_con .am-form-group .am-form-field{height:40px;line-height: 40px;padding-top: 0; padding-bottom: 0;font-size: 15px;}
.search_box .search_btn{width: 120px; border: none; background-color: #000; color: #fff;height:40px; line-height: 40px;padding-top: 0; padding-bottom: 0;}

.fliter_box{margin-top: 15px;display: flex; justify-content: space-between;width: calc(100% - 130px);}
.fliter_box .am-dropdown{width:calc(25% - 10px);}
.fliter_box .am-dropdown-content{width:100%; font-size: 14px;}
.fliter_box .am-dropdown-content .des{max-height: 200px;overflow: auto;}
.fliter_box .am-dropdown-content li{line-height: 20px;}
.fliter_box .am-dropdown-content li a {display: block;padding: 6px 20px; clear: both;font-weight: 400;white-space: nowrap;}
.fliter_box .am-btn{width:100%;font-size: 15px;}

.guide{ margin-bottom: 20px; font-size: 14px;}

/*
Block
*/
.section{ position: relative; height:calc(100vh - 84px); }
.section .link_a{display: block;width: 100%;height:100%; position: absolute;left: 0;bottom: 0;z-index: 2;}
.section .link_a .more{font-size:16px;position: absolute;right: 15px;bottom: 15px;color:#fff;}
.section_img{display: block;width: 100%;height:100%; object-fit: cover; position: absolute;left: 0;bottom: 0; z-index: 1;}
.section_text{width: 100%;height:100%; position: absolute;left: 0;top: 0; z-index: 2;display: flex; align-items: center;}
.section_text .title{font-size: 3.5vw;font-weight: bold;line-height: 110%;text-align: center;opacity: 0;}
.section_text .title:first-of-type{margin-bottom: 10px;}
.section_text .des{font-size: 18px;margin-top: 40px; font-weight: 500;opacity: 0;}
.fp-tableCell{position: relative;}

 /*
About
*/
.section_about{color:#fff;}
.section_about .iteam{padding: 0 140px; display: flex; justify-content: space-between;margin-top: 3%;}
.section_about .iteam li{position: relative; display: flex; align-items: center;opacity: 0;}
.section_about .iteam li img{display: block;max-width: 80%;margin: 0 auto;}
.section_about .iteam li .text{position: absolute; width: 100%; height: 100%; left: 0;top: 0; writing-mode: vertical-lr;  display: flex;flex-direction: column-reverse; font-size: 25px;line-height: 110%; justify-content: center; padding: 40px 0 0 0;}
.section_about .iteam li .text span:last-of-type{font-size: 21px;}
.section_about .iteam li .text span:first-of-type{letter-spacing: 8px;}
.section_about .des{margin-top:3%;text-align: center;opacity: 0;}

 /*
Service
*/
.section_service_1{ padding:0 0 10%;}
.section_service_20 .web_w ,.section_service_21 .web_w{padding: 0 50px;}
.section_service_22 .web_w{padding-left: 50px;}
.section_service_21 .title,.section_service_22 .title{text-align: left;}
.section_service_23 .title{text-align: left;padding-left: 50%;}
.section_service_23 .des{padding-left: 50%;}

.service_con{background-color: #eff4f9;padding: 40px 0;}
.service_pics{margin: 0 -17px;}
.service_pics li{padding: 0 17px;margin-bottom: 34px;}
.service_pics li img{display: block;width: 100%;}
.service_pics li span{display:block;padding: 15px 30px;background-color: #fff;font-size:18px; line-height: 24px; text-align: center;}

.service_zs{position:relative;}
.service_zs .img{display:block;width:100%;}
.service_zs .text{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.service_zs .text span{width:50%;height:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:60px;}
.service_zs .text span:nth-of-type(1){border-right:#ccc solid 1px;border-bottom:#ccc solid 1px;}
.service_zs .text span:nth-of-type(2){border-bottom:#ccc solid 1px;}
.service_zs .text span:nth-of-type(3){border-right:#ccc solid 1px;}

.service_process{padding: 40px 0;}
.service_process dt{text-align: center; font-size:2vw}
.service_process dd{display: flex; justify-content: space-between; text-align:center;margin-top:30px;padding:0 96px;}
.service_process dd .num{font-size:30px;}
.service_process dd .iteam{display: flex; flex-direction: column; justify-content: space-between;}
.service_process dd .jt{display: flex; align-items: center;}
.service_process dd .img{margin-top: 30px;}
.service_process dd img{margin:0 auto;}
.service_process dd .title{margin-top: 30px;font-size:18px;}

 /*
Team
*/
.section_team{ color: #fff; overflow: hidden;}
.section_team .title{text-align: left;padding-left: 50px;}
.section_team .iteam{display: flex; justify-content: space-between;margin-top: 8%; padding:0 50px; flex-wrap: wrap;}
.section_team .iteam li{max-width:250px;display: flex;  flex-direction: column;text-align: center;opacity: 0;}
.section_team .iteam li img{display: block;height: 150px; margin: 0 auto 20px;}
.section_team .iteam li .text{text-align: center;font-size: 18px; display: flex; flex-direction: column; justify-content: center;}
.section_team .iteam li .text span{display: block; font-size: 16px; min-height: 44px; line-height: 22px;}
.section_team .iteam li .star{margin-top: 5px;}
.section_team .iteam li .star i{margin: 0 3px; color: #956a33;}

 /*
Case
*/
.index_title{ text-align:center;height:100px;padding:20px 0;}
.index_title .title{ position:relative; padding-top:10px;}
.index_title .title strong{ display:block; font-size:26px; position:relative; z-index:2; font-weight:500;}
.index_title .title strong:after{display:block;content:'';width:70px;height:1px;background-color:#996c33;margin:0 auto;}
.index_title .title span{ width:100%; position:absolute; left:0; top:0;color: #f2f2f2;font-size:32px; line-height:34px;text-transform: uppercase;font-family:"Arial Black";font-weight: bold; z-index:1;}
.case_index{display: flex;flex-wrap: wrap;height: calc(100% - 100px); flex-direction: row;background-color:#061221;}
.case_index li{width: 25%; height: 33.3333333%;opacity: 0;}
.case_index li a ,.case_list li a{display: flex;width: 100%;height: 100%; position: relative; overflow: hidden;flex-direction: column; align-items: center; justify-content: center;padding: 20px; color: #fff; background-color: #000;}
.case_index li a img ,.case_list li a img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0; object-fit: cover; z-index: 1;transition: all 0.35s;}
.case_index li a:after ,.case_list li a:after{display: block;content:'';width: 100%;height: 100%;position: absolute;left: 0;top: 0; z-index: 2;background-color: rgba(0, 0, 0, 0.7); opacity: 1;transition: .4s;}
.case_index li a .title ,.case_list li a .title{ position: relative;font-size: 1vw; z-index: 3; text-align: center; opacity: 1;transition: .4s;}
.case_index li a .title:after ,.case_list li a .title:after{display: block;content:''; width: 38px;height: 1px;background-color: #fff;margin: 15px auto 0;}
.case_index li a:hover img ,.case_list li a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.case_index li a:hover .title ,.case_list li a:hover .title{transform: translateY(20px); opacity: 0; }
.case_index li a:hover:after ,.case_list li a:hover:after{opacity: 0;}

.case_con{background-color: #eff4f9;padding: 40px 0;}
.case_list{margin: 0 -15px;}
.case_list li{padding: 0 15px; margin-bottom: 30px;}
.case_list li .iteam{display: block;position: relative;left: 0;top: 0;display: flex;flex-direction: column; align-items: center; justify-content: center;}
.case_list li .iteam a{position: absolute;width: 100%;height: 100%;left:0;top: 0;}
.case_list li .iteam:after{display: block; content: ''; padding-bottom: 62.5%;}

.case_title{text-align: center;font-size: 22px;}

 /*
Contact
*/
.section_contact .web_w{padding:3% 20px 20px;height: 100%; display: flex; justify-content: space-between;flex-direction: column;}
.section_contact_inner .section_contact .web_w{padding-top: 40px;}
.section_contact .web_w::after{display: none;}
.section_contact .text{display: flex; align-items: flex-end;justify-content: space-between;}
.section_contact .text .img img{display: block;max-height:60px;}
.section_contact .text .img span{display:block;color: #ffffff;font-size: 16px;margin-top: 10px;}
.section_contact .text .word{font-size: 3.5vw;color: #ffffff; font-family:'LainieDaySH';line-height: 100%;}
.contact_info{display: flex; justify-content: space-between;}
.contact_info .info{width: 600px; display: flex;flex-direction: column; color: #fff; line-height: 30px; font-size:15px;}
.contact_info .info a{color: #fff;}
.contact_info .info .weixin{margin-top: 10px;font-size:15px;}
.contact_info .info .weixin img{display:block;height:90px;}

.footer_form{width: 590px;font-size:15px;}
.footer_form .name{color: #ffffff;}
.footer_form .name span{display:block;}
.footer_form .am-form-group{ margin:0; width:100%;position: relative;}
.footer_form .am-form-group.flex{display: flex;justify-content: space-between;margin-top:20px; }
.footer_form .am-form-group input{ border:none;border-bottom:rgba(255,255,255,.6) solid 1px; height:40px; line-height:40px; padding:0; background:none!important;color: #ffffff;box-shadow: none!important;font-size:14px;}
.footer_form .am-form-group textarea{border:none; background:none; border-bottom:rgba(255,255,255,.6) solid 1px; width:100%; height:50px; padding:0; color: #ffffff;resize: none;box-shadow: none!important; margin-top:20px;font-size:14px;}
.footer_form .ksubmit{ display:block; width:120px; height:34px; line-height:32px; padding:0;text-align:center; color:#FFFFFF; border:rgba(255,255,255,1) solid 1px; background: none; border-radius:30px; cursor:pointer;transition: all 300ms ease-in-out 0s; font-size:14px;}
.footer_form .ksubmit:hover{background-color:#996c33; color: #fff; border-color:#996c33;}
.footer_form .ksubmit:focus{box-shadow: none!important;outline: none!important;}
.footer_form .am-form-group input:focus ,.footer_form .am-form-group textarea:focus{box-shadow:none; background:none;border-bottom:#fff solid 1px;outline: none;}
.footer_form .am-form-group input::-webkit-input-placeholder,.footer_form .am-form-group textarea::-webkit-input-placeholder{color:rgba(255,255,255,1);}
.footer_form .am-form-group input::-ms-input-placeholder,.footer_form .am-form-group textarea::-ms-input-placeholder{ color:rgba(255,255,255,1);}
.footer_form .am-form-group input::-moz-placeholder ,.footer_form .am-form-group textarea::-moz-placeholder{ color:rgba(255,255,255,1);}
.form_code{display: flex; justify-content: space-between;}
.form_code input[type="text"]{width: 120px; height:32px;line-height: 32px;padding-top: 0;padding-bottom: 0; text-align: center; font-size: 15px;}
.form_code img{display:block; height: 32px;}
.form_btn .am-btn{width:160px;background-color:#996c33;color: #fff;font-size:14px;}
.section_contact_home .info ,.section_contact_home .footer_form{opacity: 0;}
.guestbook_load{ width:100%; height:100%;background: rgba(0,0,0,0.5);position:fixed; left:0; top:0;z-index:9999; overflow:hidden;}
.guestbook_load .text{ width:300px; height:80px; line-height:80px; background: #fff;text-align:center; position:absolute; left:50%; top:50%; font-size:16px; border-radius:8px; margin-left:-150px; margin-top:-40px; color:#000;}
.guestbook_load .text span{ margin-right:8px;}
#my-alert .am-modal-btn{color: #996c33;}
#my-alert .am-modal-hd {padding: 25px 10px 10px 10px;}
#weixin_img img{display:block;width:200px;margin-bottom:5px;}
#weixin_img .am-modal-bd{font-size:15px;}

 /*
Banner
*/
.banner{position: relative;}
.banner img{display: block;width: 100%; max-height: calc(100vh - 84px); object-fit: cover;}
.banner .text{display: flex;width: 100%;height:100%; position: absolute;left: 0; bottom: 0; align-items: center;text-align: center;color: #fff;font-size: 3.5vw;font-weight: bold;line-height: 120%;}


/*
Casebanner
*/
.case_banner {width:1024px;margin:0 auto 20px;position: relative; overflow: hidden; z-index:2; }
.case_banner:after{display: block; content: ''; padding-bottom: 67%;}
.case_banner .am-slider-default{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;border-radius:0;box-shadow:none;margin: 0; background:#f2f2f2 center no-repeat;border:none;box-shadow:none;}
.case_banner .am-slider-default .am-slides{height: 100%;}
.case_banner .am-slider-default .am-slides li{width: 100%;height: 100%;position: absolute;left: 0;top: 0; z-index: 1;}
.case_banner .am-slider-default .am-slides li img{width:100%;height:100%;margin: 0 auto;object-fit: cover;}
.case_banner .am-slider-default .am-direction-nav a{width: 36px;height: 48px;line-height:48px;margin: -24px 0 0;color: #fff; background-color: rgba(0,0,0,0.3);}
.case_banner .am-slider-default .am-direction-nav a.am-next{border-bottom-left-radius:30px;border-top-left-radius:30px;right: 0; padding-left: 10px;}
.case_banner .am-slider-default .am-direction-nav a.am-prev{border-bottom-right-radius:30px;border-top-right-radius:30px;left: 0; padding-right: 10px;}
.case_banner .am-slider-default .am-direction-nav a:before{height: 48px;line-height:48px!important;font-size: 25px!important;}
.case_banner .am-slider-default .am-direction-nav a.am-prev:before{content: "\f104";color:#fff;}
.case_banner .am-slider-default .am-direction-nav a.am-next:before{content: "\f105";color:#fff;}
.case_banner .am-control-nav{bottom:15px;z-index:10;}
.case_banner .am-control-nav li{margin:0 5px 0 0}
.case_banner .am-control-nav li a{width:8px;height:8px;background:#333;box-shadow:none;z-index:3; position:relative;border:#fff solid 1px;}
.case_banner .am-control-nav li a.am-active{background: #996c33;}

.article-hd{ text-align:center; border-bottom:#dedede solid 1px; padding-bottom:20px;}
.article-hd .title{ font-size:22px; margin:0; font-weight:500; color:#000;}
.article-hd .info{ color:#999; font-size:14px; margin-top:15px;}
.article-hd .info span{ margin:0 20px;}
.article-hd .info span em{ font-style:normal;}
.article-hd .info span a{ color:#999;}
.article-hd .info span a:hover{color:#996c33;}
.article_bd{ margin-top:25px;}
.link_btn{ margin-top:50px; text-align:center;}
.link_btn a{ display:inline-block; width:60px; height:60px; border-radius:50%; margin:0 15px; color:#fff!important; text-align:center; padding-top:12px;background-color:#3e3e3e;transition: all 300ms ease-in-out 0s;font-size:14px;}
.link_btn a:hover{background-color:#996c33;transition: all 300ms ease-in-out 0s;}
.link_btn a:before{ display:block; font-size:18px;margin:0 auto;}
.article_share .bdsharebuttonbox{ background-color:#fff; text-align:center; padding:30px 0}
.article_share .bds_qzone ,.article_share .bds_tsina ,.article_share .bds_weixin ,.article_share .bds_sqq,.article_share .bds_fbook ,.article_share .bds_twi ,.article_share .bds_linkedin ,.article_share .bds_more ,.pro_text .des .bds_qzone ,.pro_text .des .bds_tsina ,.pro_text .des .bds_weixin ,.pro_text .des .bds_sqq,.pro_text .des .bds_fbook ,.pro_text .des .bds_twi ,.pro_text .des .bds_linkedin ,.pro_text .des .bds_more{ background:none!important; padding-left:0!important; display:inline-block; float:none!important; font-size:16px!important;width:32px!important;height:32px!important;line-height:32px!important;margin:0 15px 0 0!important; border-radius:50%; text-align:center;background-color:gray!important;color:#fff!important;transition: all 300ms ease-in-out 0s;}
.article_share .bds_qzone ,.pro_text .des .bds_qzone{background-color:#ffc028!important;}
.article_share .bds_tsina ,.pro_text .des .bds_tsina{background-color:#f3131b!important;}
.article_share .bds_weixin ,.pro_text .des .bds_weixin{background-color:#00cb0d!important;}
.article_share .bds_sqq ,.pro_text .des .bds_sqq{background-color:#1479d7!important;}
.article_share .bds_more,.pro_text .des .bds_more{background-color:#2319dc!important; margin-right:0!important;}
.article_share .bds_fbook ,.pro_text .des .bds_fbook{background-color:#3b5997!important;}
.article_share .bds_twi ,.pro_text .des .bds_twi{background-color:#1da1f3!important;}
.article_share .bds_linkedin ,.pro_text .des .bds_linkedin{background-color:#0b66c3!important;}.
.article_share .bds_qzone:hover ,.article_share .bds_tsina:hover ,.article_share .bds_weixin:hover ,.article_share .bds_sqq:hover,.article_share .bds_fbook:hover ,.article_share .bds_twi:hover ,.article_share .bds_linkedin:hover,.article_share .bds_more:hover{-webkit-box-shadow: inset 0 0 40px rgba(0,0,0,.3); box-shadow: inset 0 0 40px rgba(0,0,0,.3);-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.article_share .am-btn-block{background-color:#333; color:#fff;}
.article_share .am-btn-block:hover{background-color:#996c33;}
.bd_weixin_popup_foot{ text-align:center!important;}
.news_page_pages{ margin-top:30px; padding:20px 0; border-top:#dedede solid 1px; border-bottom:#dedede solid 1px; position:relative; font-size:15px;}
.news_page_pages dt{ position:absolute; right:0; top:50%; margin-top:-11px;}
.news_page_pages dd{ line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.page_rel_title{ background-color:#dedede; padding:10px 20px; font-size: 18px;color:#000;font-weight: bold;margin: 30px 0 20px;}
.page_rel_title a{ float:right; font-size: 16px; font-weight: normal;}

/*
PAGEBAR
*/
.page_list{text-align:center;font-size:14px;}
.page_list a {display: inline-block;margin:0 10px;width:25px;height:25px;line-height:25px;border-radius:50%;background-color:#f2f2f2;}
.page_list .page-num-current{background-color:#996c33;color: #fff;}
.news_page_pages{ margin-top:30px; padding:20px 0; border-top:#dedede solid 1px; border-bottom:#dedede solid 1px; position:relative; font-size:15px;}
.news_page_pages dt{ position:absolute; right:0; top:50%; margin-top:-11px;}
.news_page_pages dd{ line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.error_x{ text-align:center; height:150px; line-height:150px;font-size:15px;color: #595959;}
.error_x i{ margin-right:10px;}
.page_rel{ margin-top:40px;}
.page_rel_title{ background-color:#f2f2f2; padding:10px 20px; font-size: 16px;color:#000;font-weight: bold;}
.page_rel_title a{ float:right; font-size: 16px; font-weight: normal;}

