﻿@charset "utf-8";
/* by Sean Lu 20170227 */
/* 移动端全局控制reset */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding: 0; }
html { overflow-x: hidden; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%;  font-family: microsoft yahei, Helvetica, STHeiti, Droid Sans Fallback; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);  background: url(../img/bggrain.png) repeat 0 0; }
textarea { resize: none; }
iframe,img { border: 0; }
ul,ol { list-style: none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
/* input { -webkit-appearance: none; } */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #fe7201; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar { width: 6px; 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; }

/* 拖选文字样式 20160628 */
::selection { background: #fe7201; color: #fff; }
::-moz-selection { background: #fe7201; color: #fff; }

.wrapper { width: 1000px; margin: 0 auto; }


.header { width: 1088px; position: absolute; z-index: 9; top: 40px; left: 50%; margin-left: -544px; height: 61px; padding: 1px 0 9px; background: url(../img/navbg.png) no-repeat center top; }

.header .logo { padding: 16px 0; display: block; float: left; margin-left: 36px; }
.header .logo img { display: block; }
.header .nav { float: right; margin-right: 0; }
.header .nav .nLi { float: left; background: url(../img/navonbg.png) no-repeat center; width: 147px; height: 61px; line-height: 61px; overflow: hidden; text-align: center; position: relative; margin-left: -38px; }
.header .nav .nLi:after { background: url(../img/navlidot.png) no-repeat right center; width: 40px; height: 63px; content: ''; position: absolute; right: 0; top: 0; }
.header .nav .nLi .na { color: #000; text-shadow: 0 1px #fff; text-decoration: none; background: url(../img/navcover.png) no-repeat 0 -1px; display: block; -webkit-transition: all .2s linear; transition: all .2s linear; }
.header .nav .nLi .na:hover, .header .nav .nLi.on .na { background-position: 38px 62px; color: #fff; text-shadow: 0 1px 5px #3d5700; }

.htitle { height: 34px; line-height: 34px; background: url(../img/htitbg.png) no-repeat center; text-align: center; margin: 30px 0 60px; }
.htitle .cn { font-size: 28px; color: #7b7b7b; }
.htitle .cn em { font-style: normal; color: #fe7201; margin-right: 10px; }
.htitle .en { font-size: 20px; color: #cecece; font-family: arial; }
.htitle p { font-size: 14px; color: #939393; }

.hpro { width: 197px; float: left; background: url(../img/hprobg.jpg) repeat 0 0; }
.hpro .hd { padding: 10px 0; color: #fff; text-align: center; }
.hpro .hd .cn { font-size: 24px; font-weight: bold; margin-bottom: 5px; }
.hpro .hd .en { font-size: 12px; text-transform: uppercase; opacity: .2; filter: alpha(opacity=20); font-family: arial; }
.hpro .bd { margin: 0 6px 10px; background: #fff; border-radius: 4px; }
.hpro .bd .hul { padding: 0 5px; overflow: hidden; }
.hpro .bd .hul li { margin: 8px 0; background: #f2f2f2; }
.hpro .bd .hul li a { padding: 0 30px 0 8px; display: block; height: 30px; line-height: 30px; overflow: hidden; color: #4b4b4b; font-size: 14px; position: relative; text-decoration: none; -webkit-transition: all .2s linear; transition: all .2s linear; }
.hpro .bd .hul li a em { position: absolute; right: 8px; top: 7px; width: 16px; height: 16px; background: #33383b url(../img/hproarrow.png) no-repeat center; border-radius: 50%; -webkit-transition: all .2s linear; transition: all .2s linear; }
.hpro .bd .hul li a:hover, .hpro .bd .hul li.on a { color: #fd6f00; }
.hpro .bd .hul li a:hover em, .hpro .bd .hul li.on a em { background-color: #fd6f00; }

.hptui { float: right; width: 780px; }
.hptui .tit { height: 47px; line-height: 46px; background: url(../img/hptuibg.jpg) repeat-x center; }
.hptui .tit .cn { background: url(../img/hptuidot.png) no-repeat left center; padding-left: 16px; margin-left: 18px; font-size: 20px; color: #33383b; font-weight: bold; }

.hptlist { padding-top: 20px; }
.hptlist li { float: left; width: 238px; text-align: center; margin: 6px 11px; }
.hptlist li .img {  }
.hptlist li .img a { display: block; width: 232px; height: 173px; border: 3px solid #f1f1f1; -webkit-transition: all .2s; transition: all .2s; }
.hptlist li .img img { display: block; width: 100%; }
.hptlist li .img a:hover { border-color: #121212; }
.hptlist li .txt { line-height: 30px; font-size: 14px; }
.hptlist li .txt a { color: #2a2a2a; }
.hptlist li .txt a:hover { color: #fd6f00; }

.hbanana01 { background: url(../img/hbanana01.jpg) no-repeat center; height: 159px; color: #fff; margin: 20px 0 0; }
.hbanana01 .wrapper { position: relative; }
.hbanana01 .tel { position: absolute; font-size: 36px; font-weight: bold; font-family: arial; right: 4px; top: 82px; }

.hbox01 { background: url(../img/hbox01bg.jpg) no-repeat center top; overflow: hidden; padding-top: 10px; }
.hbox01 .content { overflow: hidden; font-size: 14px; line-height: 32px; color: #767676; padding: 20px 0 30px; }
.hbox01 .content .haimg { float: right; margin-left: 80px; }
.hbox01 .content .haimg img { display: block; width: 100%; }
.hbox01 .content p { margin-bottom: 20px; }
.hbox01 .content p strong { font-size: 24px; color: #fe7201; display: block; margin-bottom: 20px; font-weight: normal; }

.hnews { overflow: hidden; margin-bottom: 30px; }
.hnews .item { overflow: hidden; position: relative; width: 469px; float: left; margin: 0 15px; }
.hnews .item .img { width: 310px; height: 287px; position: relative; float: left; }
.hnews .item .img em { width: 246px; height: 12px; background: url(../img/newsimgshadow.png) no-repeat center top; position: absolute; bottom: 0; left: 0; }
.hnews .item .img a { display: block; position: relative; overflow: hidden; }
.hnews .item .img i { display: block; position: absolute; right: 0; top: 0; width: 65px; height: 275px; background: url(../img/newsimgcover.png) no-repeat right bottom; }
.hnews .item .info { background: url(../img/newsinfobg.png) no-repeat center; width: 193px; height: 203px; position: absolute; left: 184px; top: 36px; padding-left: 83px; padding-right: 10px; padding-top: 20px; }
.hnews .item .info .tit { font-size: 14px; text-align: left; font-weight: bold; height: 24px; line-height: 24px; overflow: hidden; }
.hnews .item .info .tit a { color: #2a2a2a; }
.hnews .item .info .time { color: #000; font-size: 12px; opacity: .6; filter: alpha(opacity=60); font-family: arial; margin-bottom: 15px; }
.hnews .item .info .txt { color: #9a9595; font-size: 12px; line-height: 20px; height: 60px; overflow: hidden; }
.hnews .item .info .newsmore { background: url(../img/newsmore.jpg) no-repeat center; color: #fff; line-height: 27px; width: 118px; height: 27px; text-indent: 10px; font-size: 12px; display: block; margin-top: 20px; }

.footer { background: url(../img/footerbg.jpg) no-repeat center top; color: #fff; padding: 20px 0; }
.footer .item { float: left; margin-right: 90px; }
.footer .item02 { margin-right: 0; }
.footer .item .hd { font-size: 16px; line-height: 30px; position: relative; margin-bottom: 15px; }
.footer .item .hd:after { content: ''; width: 27px; height: 3px; background: #fff; position: absolute; left: 0; bottom: -3px; }
.footer .item .bd { }
.footer .item .bd a { color: #fff; display: block; font-size: 12px; line-height: 26px; background: url(../img/footdot.png) no-repeat left center; padding-left: 15px; }
.footer .item .bd .biao { line-height: 24px; padding: 0 10px; background: #fff; margin-bottom: 8px; }
.footer .item .bd .biao label { font-size: 12px; color: #202332; }
.footer .item .bd .biao .input { border: 0; font-family: microsoft yahei; font-size: 12px; width: 200px; }
.footer .item .bd .biao .txt { border: 0; display: block; height: 40px; line-height: 20px; font-family: microsoft yahei; font-size: 12px; width: 240px; }
.footer .item .bd .btn { }
.footer .item .bd .btn .tj { float: right; width: 60px; height: 19px; line-height: 19px; background: #ff6701; color: #fff; text-align: center; border: 0; font-family: microsoft yahei; font-size: 12px; cursor: pointer; }
.footer .item .bd .icon { font-size: 12px; line-height: 24px; padding-left: 22px; background: url(../img/footicon01.png) no-repeat left 4px; }
.footer .item .bd .icon02 { background-image: url(../img/footicon02.png); }
.footer .item .bd .icon03 { background-image: url(../img/footicon03.png); }
.footer .item .bd .qrcode { display: block; width: 150px; height: 150px; padding: 6px; background: #fff; margin-top: 20px; }
.footer .item .bd .hh { line-height: 30px; display: block; text-align: center; font-size: 12px; }

.foot { background: #1c1b1b; padding: 22px 0 77px; font-size: 12px; color: #737373; text-align: center; }
.foot p { line-height: 28px; }
.foot .links { margin-top: 20px; border-top: 1px solid #404040; padding-top: 20px; }

.inwrap { padding: 30px; }

.side { width: 197px; float: left; }
.side .hpro { float: none; overflow: hidden; }

.sidebox { margin-top: 20px; background: #dedede; overflow: hidden; }
.sidebox .hd { text-align: center; font-size: 16px; line-height: 20px; padding: 10px 0; }
.sidebox .bd { padding: 10px; margin: 3px; background: #fff; font-size: 12px; line-height: 22px; color: #333; }

.maincon { padding: 30px 20px; font-size: 14px; line-height: 24px; color: #333; }
.maincon p { margin-bottom: 20px; }
.maincon img { max-width: 100%; }

.newslist { }
.newslist .item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #dedede; }
.newslist .item .time { float: left; text-align: right; width: 90px; line-height: 24px; font-family: arial; margin-top: 6px; }
.newslist .item .time .day { font-size: 30px; }
.newslist .item .time .year { font-size: 14px; }
.newslist .item .info { margin-left: 120px; }
.newslist .item h3 { font-weight: normal; margin-bottom: 10px; height: 30px; overflow: hidden; }
.newslist .item h3 a { color: #39424b; font-size: 22px; }
.newslist .item h3 a:hover { color: #fd6f00; }
.newslist .item .txt { font-size: 14px; line-height: 24px; color: #999; height: 48px; overflow: hidden; }

.newstitle { font-size: 26px; text-align: center; line-height: 30px; font-family: microsoft yahei; margin-bottom: 5px; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999; font-family: microsoft yahei; }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; font-family: microsoft yahei; }
.newsmaincon img { max-width: 100%; }
.newsmaincon h3 { font-size: 18px; font-weight: normal; color: #fd6f00; margin-bottom: 20px; padding-left: 10px; border-left: 2px solid #fd6f00; margin-top: 40px; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 50px; }
.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-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }































.lk{display: block;height: 0;width: 0;overflow: hidden;}
.theme-default { width:100%; height:675px; position:relative; overflow:hidden;}
.theme-default #slider {width:1920px; height:675px;position:absolute; left:50%; top:0; margin-left:-960px;}
.theme-default .nivoSlider {position:relative;background:#fff url(loading.gif) no-repeat 50% 50%; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-default .nivoSlider img {position:absolute; top:0px; left:0px; display:none;}
.theme-default .nivoSlider a {border:0; display:block;}
.theme-default .nivo-controlNav {position:absolute; left:50%; bottom:10px; margin-left:-55px;}
.theme-default .nivo-controlNav a {display:block;width:22px;height:22px;background:url(../img/bullets.png) no-repeat;text-indent:-9999px;border:0;float:left;}
.theme-default .nivo-controlNav a.active {background-position:0 -22px;}
.theme-default .nivo-directionNav a {display:block;width:30px;height:30px;background:url(../img/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-default a.nivo-nextNav {background-position:-30px 0; right:100px;}
.theme-default a.nivo-prevNav {left:100px;}
.theme-default .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption a {color:#fff; border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover {color:#fff;}

.theme-default.inbanner, .theme-default.inbanner #slider { height: 380px; }

.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
.nivo-controlNav a {position:relative; z-index:9; cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}

.theme-default .nivo-controlNav { z-index: 100; bottom: 30px; }