@charset "utf-8";
/* by Sean Lu 20150817 */
html { }
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { padding:0; margin:0; }
body { font-size: 12px; background: #fff; color: #333; }
ul,li { list-style: none; }
img { border: 0; }
input:focus { outline: none; }

/* 一般滚动条样式
::selection { background: #000; color: #fff; }
::-moz-selection { background: #000; color: #fff; }
::-webkit-scrollbar {width:15px;height:15px} 
::-webkit-scrollbar-track-piece {background-color:#e2e2e2} 
::-webkit-scrollbar-thumb:vertical {height:5px;background-color:#c6c6c6;border-left:1px solid #c7c7c7;border-right:1px solid #c7c7c7} 
::-webkit-scrollbar-thumb:vertical:hover {background-color:#666666} 
::-webkit-scrollbar-thumb:horizontal {width:5px;background-color:#cbcbcb;border-left:1px solid #c7c7c7;border-right:1px solid #c7c7c7} */

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

/* 全局 */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.fl { float: left; }
.fr { float: right; }

.mt30 { margin-top: 30px; }

.wrapper { width: 1100px; margin: 0 auto; position: relative; }

.toplinks a { color: #ab9b8b; }

.nav { }
.nav .nli { float: left; position: relative; }
.nav .nli .na { font-family: Pmingliu, Microsoft Yahei; font-size: 14px; font-weight: bold; color: #fff; display: block; line-height: 38px; padding: 0 26px; position: relative; z-index: 2; }
.nav .nli .na:hover { text-decoration: none; }
.nav .nli em { display: block; width: 100%; height: 38px; background: url(../img/navbg.png) no-repeat center bottom; top: 0; left: 0; position: absolute; background-size: 0 0; -webkit-transition: all .4s ease-in; transition: all .4s ease-in; opacity: 0; filter: alpha(opacity=0); }
.nav .nli:hover em { background-size: 268px 90px; opacity: 1; filter: alpha(opacity=100); }

.hometab { margin: 0 0 30px; }
.hometab .hd { border-bottom: 1px solid #cdc1b6; height: 40px; line-height: 40px; }
.hometab .hd .hul { float: right; }
.hometab .hd .hul .hli { float: left; position: relative; }
.hometab .hd .hul .hli .ha { font-family: Pmingliu, simsun; font-size: 16px; color: #614e3c; padding: 0 24px; line-height: 40px; display: block; position: relative; z-index: 2; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; text-decoration: none; }
.hometab .hd .hul .hli.on .ha { color: #fff; }
.hometab .hd .hul .hli  em { display: block; width: 100%; height: 40px; background: url(../img/hometabbg.png) no-repeat center bottom; top: 0; left: 0; position: absolute; background-size: 0 0; -webkit-transition: all .4s ease-in; transition: all .4s ease-in; opacity: 0; filter: alpha(opacity=0); }
.hometab .hd .hul .hli.on em { background-size: 268px 90px; opacity: 1; filter: alpha(opacity=100); }
.hometab .bd { }
.hometab .bd .bbox { padding: 20px 0; }
.bboxlist { width: 1300px; }
.bboxlist li { float: left; margin: 0 27px 20px 0; width: 195px; height: 395px; padding: 30px; background: #fff url(../images/ce.gif) no-repeat center top; -webkit-transition: all .2s linear; transition: all .2s linear; overflow: hidden; }
.bboxlist li:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.bboxlist li .img { width: 195px; height: 266px; }
.bboxlist li .name { line-height: 52px; border-bottom: 1px solid #ab9b8b; font-size: 16px; color: #96816b; font-family: Pmingliu; }
.bboxlist li .name a { font-size: 16px; font-family: Pmingliu; font-weight: bold; color: #bf0b0a; }
.bboxlist li .info { font-size: 12px; width: 100%; color: #96816b; font-family: Pmingliu; padding: 15px 0; line-height: 16px; }

.inbanner .slider-wrapper { height:300px; }
.inbanner .theme-default { height:300px; }
.inbanner .theme-default #slider { height:300px; }

.inwrap { background: url(../images/ve.jpg) repeat-y center top; padding: 30px; }

.intitbox { border-bottom: 1px solid #cdc1b6; height: 96px; }
.intitbox .tit { float: left; }
.intitbox .tit .en { color: #725d3e; font-size: 14px; text-transform: uppercase; font-family: Pmingliu; font-weight: bold; line-height: 20px; display: block; height: 40px; background: url(../img/intitboxenico.jpg) no-repeat 96px 22px; padding-right: 26px; margin-bottom: 5px; }
.intitbox .tit .cn { color: #c50c0a; font-size: 36px; font-family: Pmingliu; font-weight: bold; display: block; }
.intitbox .rightnav { float: right; }
.intitbox .rightnav .now { text-align: right; font-size: 14px; line-height: 20px; color: #ab9b8b; font-family: Pmingliu; display: block; margin-bottom: 17px; }
.intitbox .rightnav .now a { font-size: 14px; color: #ab9b8b; font-family: Pmingliu; }
.intitbox .rightnav .nav { }
.intitbox .rightnav .nav li { float: left; position: relative; margin-left: 1px; }
.intitbox .rightnav .nav li a { font-family: Pmingliu, simsun; font-size: 16px; color: #614e3c; padding: 0 24px; line-height: 40px; display: block; position: relative; z-index: 2; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; text-decoration: none; }
.intitbox .rightnav .nav li a:hover, .intitbox .rightnav .nav li.on a { color: #fff; }
.intitbox .rightnav .nav li  em { display: block; width: 100%; height: 40px; background: url(../img/hometabbg.png) no-repeat center bottom; top: 0; left: 0; position: absolute; background-size: 0 0; -webkit-transition: all .4s ease-in; transition: all .4s ease-in; opacity: 0; filter: alpha(opacity=0); }
.intitbox .rightnav .nav li:hover  em, .intitbox .rightnav .nav li.on  em { background-size: 268px 90px; opacity: 1; filter: alpha(opacity=100); }


.mainbg { background: #fff; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }

.mainbox { margin: 10px 0; }
.mainbox .con { padding: 50px 50px 40px; font-size: 14px; line-height: 24px; font-family: microsoft yahei; }
.mainbox .con p { margin-bottom: 20px; }

.new_ulbig { width: 100%; }
.new_ulbig li { padding: 20px 0px 20px 0px; border-bottom: 1px dashed #ccc; height: 152px; overflow: hidden; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; }
.new_ulbig li.on { background: #f1f1f1; }
.new_ulbig li .img { float: left; width: 200px; height: 150px; overflow: hidden; border: 1px solid #ccc; margin-right: 20px; background: url(../img/nopic.jpg) no-repeat center center; }
.new_ulbig li .img img { width: 200px; height: 150px; display: block; }
.new_ulbig li .info { margin-left: 20px; margin-bottom: 20px; }
.new_ulbig li .info a { padding: 2px 4px; color: #333; text-decoration: none; font-family: microsoft yahei; }
.new_ulbig li h3 { margin-bottom: 10px; }
.new_ulbig li h3 a { line-height: 28px; font-size: 18px; font-weight: bold; padding: 3px 2px; font-family: microsoft yahei; }
.new_ulbig li p { line-height: 24px; color: #666; text-indent: 0; }
.new_ulbig li .info a:hover { text-decoration: none; background: #c50c0a; color: #fff; }
.new_ulbig li .time { display: block; margin-top: 10px; color: #999; }

.contact { background: url(../img/qiu.jpg) no-repeat right 0; padding: 30px 0 0 60px; width: 870px; font-size: 14px; font-family:"Microsoft YaHei",SimSun,SimHei; position: relative; height:280px; }
.contact p { line-height: 30px; }
.contact p strong { font-size: 16px; line-height: 40px; color: #c50c0a; }

.sitemap { font-family: microsoft yahei; }
.sitemap h1 { margin-top: 30px; border-bottom: 1px solid #dedede; }
.sitemap h1 a { line-height: 30px; font-size: 16px; color: #c50c0a; }
.sitemap .son { margin: 10px; }
.sitemap .son p { line-height: 26px; }
.sitemap .son p a { font-size: 14px; margin-right: 20px; }
.sitemap .son p a.sp { color: #068bda; }

.newscontent.newscontent { }
.newscontent .title { font-size: 22px; text-align: center; line-height: 40px; }
.newscontent .info { font-size: 12px; text-align: center; line-height: 30px; color: #999; }
.newscontent .info .author, .newscontent .info .time { margin: 0 5px; }
.newscontent .intro { padding: 25px 55px; background: #fafafa url(../img/blockquoteup.png) no-repeat 18px 20px; border: 1px solid #f3f3f3; margin-top: 20px; color: #666; position: relative; }
.newscontent .intro:after { content: ""; display: block; width: 20px; height: 20px; background: url(../img/blockquotedown.png) no-repeat center center; position: absolute; right: 18px; bottom: 20px; }
.newscontent .intro p { margin: 0; }
.newscontent .maincon { margin: 20px 0; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border: 1px solid #ccc; color: #666; background: url(../img/arrow_t.png) no-repeat 90px center; padding-right: 10px; text-decoration: none; }
.newsbackline ul li a:hover { border-color: #c50c0a; color: #c50c0a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { background: url(../img/arrow_l.png) no-repeat 38px center; padding-left: 10px; padding-right: 0; text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { background-image: url(../img/arrow_r.png); text-align: center; }



























