@charset "UTF-8";
/* CSS Document */
/* 声明字体 */
@font-face { font-family: 'myfont'; src: url("../fonts/HelveticaNeueLTStd-ExO.eot"); src: url("../fonts/HelveticaNeueLTStd-ExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-ExO.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-ExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-ExO.svg#myfont") format("svg"); font-weight: normal; font-style: normal; }
/* reset.css V1.2  Start*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td { margin: 0px; padding: 0px; font-weight: normal; }

html, body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i { font: normal 20px Microsoft YaHei,Arial, "\5b8b\4f53", tahoma; }

ul, ol, li { list-style: none; }

a { text-decoration: none; color: #333333; }

a:hover { text-decoration: none; }

img { border: 0; vertical-align: top; }

button, input, select, textarea { font-size: 100%; vertical-align: middle; outline: none; }

table { border-collapse: collapse; border-spacing: 0; }

.fixed:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.fixed { *zoom: 1; }

.clear { clear: both; }

.wp { margin: 0 auto; width: 1000px; }

body { background-color: #f7f7f7; }

.paged { text-align: center; }

.paged a, .paged .p_info, .paged .current { display: inline-block; zoom: 1; *display: inline; height: 24px; line-height: 24px; margin: 0px 2px; border-radius: 8px; padding: 0 10px; font-size: .7em; text-align: center; border: 1px solid #999; color: #666; }

.paged .current, .paged a:hover { border: 1px solid #8ec31f; color: #fff; background-color: #8ec31f; }

.paged a.nobg:hover { background: none; color: #8ec31f; }

.mb20 { margin-bottom: 20px; }

.mt20 { margin-top: 20px; }

.mt50 { margin-top: 50px; }

.mb50 { margin-bottom: 50px; }

.bb2 { border-bottom: 2px solid #e6e6e6; }

/*--Jie--*/
.nothing{ text-align: center; font-size:1.4em; color: #999; padding: 100px 0;}
.p_fl{ float:left;}
.p_fr{ float:right;}
/*--E--*/

/* reset.css V1.2  End */
/* animate */
.t0 { -webkit-transform: translate(0) !important; transform: translate(0) !important; }

.webbtt { -webkit-animation: webbtt 1s ease both; }

@-webkit-keyframes webbtt { 0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); } }
.rotate { -webkit-animation: rotate 2s ease both; animation: rotate 2s ease both; }

@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); }
  100% { -webkit-transform: rotate(1080deg); } }
@keyframes rotate { 0% { transform: rotate(0); }
  100% { transform: rotate(1080deg); } }
.webrtl { -webkit-animation: webrtl 1s ease both; }

@-webkit-keyframes webrtl { 0% { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); } }
/* end animate */
.header { position: relative; height: 89px; border-bottom: 1px solid #efefef; background-color: #fff; }
.header h1 { float: left; padding-top: 30px; width: 207px; height: 29px; }
.header .headerR { margin-left: 208px; }
.header .nav { float: right; padding-top: 46px; }
.header .nav li { float: left; margin-right: 40px; }
.header .nav li a { display: block; text-align: center; }
.header .nav li span { font-size: .8em; color: #333; display: block; }
.header .nav li i { display: block; font-size: .55em; color: #999; font-family: "Verdana"; font-style: italic; }
.header .nav li.on a span, .header .nav li.on a i, .header .nav li:hover a span, .header .nav li:hover a i { color: #8fc41f; }

.banner { width: 100%; position: relative; }
.banner .bd { width: 100%; height: 100%; background: url(../images/bannerbg.jpg) repeat-x; }
.banner .bd li { width: 100%; height: 857px; }
.banner .bd li a{ display: block; width:100%; height:100%;} /*--Jie-0323--*/
.banner .bd li img { display: none; }
.banner .hd { position: absolute; left: 0; bottom: 16px; width: 100%; height: 15px; z-index: 2; }
.banner .hd ul { width: 100%; height: 15px; line-height: 0; text-align: center; }
.banner .hd ul li { display: inline-block; *display: inline; zoom: 1; width: 15px; height: 15px; background: url(../images/dot1.png) no-repeat; margin: 0 4px; cursor: pointer; }
.banner .hd ul li.on { background-image: url(../images/dot2.png); }

.indexAbout { background-color: #fff; width: 100%; padding: 55px 0 67px; }
.indexAbout .en { font-size: 1.7em; font-family: "myfont"; text-align: center; letter-spacing: 5px; -webkit-transform: translateX(-50px); transform: translateX(-50px); transition: 1.5s ease all; -webkit-transition: 1.5s ease all; -moz-transition: 1.5s ease all; }
.indexAbout span { width: 29px; height: 5px; display: block; margin: 12px auto; background-color: #767676; }
.indexAbout .ch { font-size: 1.3em; text-align: center; margin-bottom: 12px; -webkit-transform: translateX(50px); transform: translateX(50px); transition: 1.5s ease all; -webkit-transition: 1.5s ease all; -moz-transition: 1.5s ease all; }
.indexAbout .p { margin: 0 auto; padding-top: 10px; width: 490px; height: 162px; background: url(../images/img1.png) left top no-repeat; text-align: center; font-size: .7em; line-height: 157%; color: #666; -webkit-transform: translateY(50px); transform: translateY(50px); transition: 1.5s ease all; -webkit-transition: 1.5s ease all; -moz-transition: 1.5s ease all; }

.indexPro { width: 100%; padding: 55px 0 70px; background-color: #f8f8f8; }

.indexProTit { width: 100%; border-bottom: 1px solid #e0dfdf; margin-bottom: 5px; }
.indexProTit .en { font-size: 1.7em; font-family: "myfont"; text-align: center; letter-spacing: 5px; }
.indexProTit span { width: 29px; height: 5px; display: block; margin: 12px auto; background-color: #767676; }
.indexProTit .ch { font-size: 1.3em; text-align: center; margin-bottom: 12px; }

.hotPro { width: 100%; }
.hotPro li { float: left; width: 250px; -webkit-opacity: 0; }
.hotPro li .info { padding-top: 20px; border-left: 1px solid #e1e1e1; }
.hotPro li .info .img { display: block; width: 100%; }
.hotPro li .info .img img { width: 100%; /*height: 210px;*/ height: 163px; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.hotPro li .info h4 { line-height: 170%; text-align: center; }
.hotPro li .info h4 a:hover { color: #8fc41f; }
.hotPro li .info .en { font-size: .55em; text-align: center; font-family: "Verdana"; color: #999; }
.hotPro li .details { margin: 13px auto 0; font-size: .55em; width: 82px; font-family: "Verdana"; padding: 10px 0; border-bottom: 1px solid #8fc41f; text-align: center; }
.hotPro li .details a { color: #8fc41f; }
.hotPro li .details a:hover { font-weight: bold; }
.hotPro li:hover .info .img img { -webkit-transform: translateX(-8px); transform: translateX(-8px); }
.hotPro li:first-child .info { border: none; }

.indexFood { position: relative; padding: 55px 0 70px; border-bottom: 1px solid #ebebeb; background-color: #fff; }
.indexFood .icon { position: absolute; width: 34px; height: 35px; top: -17px; left: 50%; margin-left: -17px; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }

.indexFoodTit .en { font-size: 1.7em; font-family: "myfont"; text-align: center; letter-spacing: 5px; }
.indexFoodTit span { width: 29px; height: 5px; display: block; margin: 12px auto; background-color: #767676; }
.indexFoodTit .ch { font-size: 1.3em; text-align: center; margin-bottom: 12px; }

.indexFoodSlide { margin-top: 20px; }
.indexFoodSlide .hd { margin-bottom: 45px; }
.indexFoodSlide .hd li { float: left; margin-left: 20px; width: 180px; height: 36px; line-height: 36px; text-align: center; font-size: .9em; color: #888888; border: 2px solid #888; cursor: pointer; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.indexFoodSlide .hd li.on { color: #8ec31f; border-color: #8ec31f; }
.indexFoodSlide .hd li:first-child { margin-left: 0; }
.indexFoodSlide .hd li:hover { color: #8ec31f; }
.indexFoodSlide .foodBox { *padding-bottom: 40px; }
.indexFoodSlide .foodBox li { float: left; width: 235px; margin-left: 20px; margin-bottom: 40px; }
.indexFoodSlide .foodBox li .time { height: 23px; line-height: 23px; font-size: .8em; color: #666; margin-bottom: 15px; }
.indexFoodSlide .foodBox li .time span { display: inline-block; *display: inline; zoom: 1; width: 23px; height: 23px; margin-right: 10px; font-style: italic; text-indent: 5px; background: url(../images/dot3.png) no-repeat; }
.indexFoodSlide .foodBox li .img { display: block; width: 100%; height: 130px; margin-bottom: 10px; overflow: hidden; }
.indexFoodSlide .foodBox li .img img { width: 100%; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.indexFoodSlide .foodBox li .img:hover img { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.indexFoodSlide .foodBox li p { font-size: .6em; line-height: 150%; color: #666; }

.viewMore, .viewMoreSmall { display: block; margin: 0 auto; width: 150px; height: 30px; text-align: center; line-height: 30px; font-family: "Verdana"; font-size: .8em; color: #666; border: 2px solid #666; border-radius: 8px; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.viewMore:hover, .viewMoreSmall:hover { color: #8ec31f; border-color: #8ec31f; }

.viewMoreSmall { border: 1px solid #c4c4c4; color: #999; }

.indexNews { padding: 25px 0 70px; background-color: #fff; }
.indexNews .en { font-size: 1.7em; font-family: "myfont"; text-align: center; letter-spacing: 5px; }
.indexNews span { width: 29px; height: 5px; display: block; margin: 12px auto; background-color: #767676; }
.indexNews .ch { font-size: 1.3em; text-align: center; margin-bottom: 12px; }

.indexNewsList { margin-top: 30px; *padding-bottom: 40px; }
.indexNewsList li { float: left; width: 470px; margin-right: 30px; height: 90px; margin-bottom: 40px; transition: 2s ease all; -webkit-transition: 2s ease all; -moz-transition: 2s ease all; }
.indexNewsList li .img { display: block; float: left; width: 140px; height: 90px; overflow: hidden; }
.indexNewsList li .img img { width: 100%; height: 100%; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.indexNewsList li .img:hover img { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.indexNewsList li .info { margin-left: 160px; }
.indexNewsList li .info .time { font-family: "Verdana"; font-size: .55em; color: #666; margin-bottom: 5px; }
.indexNewsList li .info a { display: block; margin-bottom: 10px; font-size: .8em; }
.indexNewsList li .info a:hover { color: #8ec31f; }
.indexNewsList li .info p { font-size: .6em; color: #666; line-height: 150%; }
.indexNewsList li:nth-child(2n) { -webkit-transform: translateX(40px); transform: translateX(40px); }
.indexNewsList li:nth-child(2n+1) { -webkit-transform: translateX(-40px); transform: translateX(-40px); }

.friendLink { position: relative; height: 45px; padding: 45px 0 40px; background-color: #f7f7f7; }
.friendLink dl dt { float: left; width: 130px; }
.friendLink dl dd { float: left; width: 172px; margin-right: 25px; }
.friendLink dl dd a { display: block; }
.friendLink dl dd a:hover { -webkit-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70); }
.friendLink .more { position: absolute; display: block; width: 23px; height: 23px; top: 56px; left: 50%; margin-left: 480px; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.friendLink .more:hover { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.footer { padding-bottom: 40px; background: url(../images/footerbg.jpg); }

.fastLink { width: 100%; border-bottom: 2px solid #fff; padding-top: 10px; padding-bottom: 30px; }

.fastLinkBox { float: left; width: 705px; }
.fastLinkBox dl { float: left; width: 100px; margin-right: 135px; }
.fastLinkBox dl dt { font-size: .8em; color: #fff; line-height: 200%; margin-bottom: 10px; }
.fastLinkBox dl dt .en { font-family: "Verdana"; border-bottom: 2px solid #fff; }
.fastLinkBox dl dd { font-size: .6em; line-height: 180%; }
.fastLinkBox dl dd a { color: #fff; }
.fastLinkBox dl dd a:hover { color: #8ec31f; }

.copyRight { color: #fff; line-height: 40px; font-family: "Verdana"; font-size: .6em; }
.copyRight a { color: #fff; }
.copyRight a:hover { color: #8ec31f; }

.float { position: fixed; top: 45px; right: 15px; width: 120px; z-index: 9999; }
.float ul { margin-bottom: 10px; }
.float ul li { width: 100%; height: 32px; line-height: 32px; text-align: center; border-top: 1px solid #fff; }
.float ul li:first-child { border: none; }
.float ul li a { color: #fff; font-size: .7em; }
.float ul li a:hover { font-weight: bold; }
.float ol li { float: left; width: 19px; height: 16px; margin: 0 5px; }
.float ol li a { display: block; width: 19px; height: 16px; }
.float ol li.weixin { position: relative; background: url(../images/weixinIcon.png) no-repeat; }
.float ol li.weixin .erweima { position: absolute; display: none; top: 0; left: -100px; width: 100px; height: 100px; padding: 5px; border-radius: 8px; box-shadow: 1px 1px 2px #ccc; background-color: #fff; overflow: hidden; }
.float ol li.weixin .erweima img { width: 100%; height: 100%; }
.float ol li.weibo { background: url(../images/weiboIcon.png) no-repeat; }
.float ol li.weibo .bds_tsina { background: none !important; }
.float ol li.qzone { background: url(../images/qzoneIcon.png) no-repeat; }
.float ol li.qzone .bds_qzone { background: none !important; }

.floatBox { width: 90px; padding: 15px; background-color: #8ec31f; border-radius: 8px; margin-bottom: 10px; }

.searchBox { width: 116px; height: 26px; border: 2px solid #8ec31f; border-radius: 8px; background-color: #fff; overflow: hidden; }
.searchBox input { -webkit-appearance: none; border: none; margin: 0; padding: 0; height: 26px; display: block; float: left; }
.searchBox input[type="text"] { width: 77px; padding-left: 5px; line-height: 26px; font-size: 14px; }
.searchBox input[type="submit"] { width: 30px; height: 26px; background: url(../images/searchBtn.jpg) center no-repeat; cursor: pointer; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.searchBox input[type="submit"]:hover { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/*leaf*/
.leaf { position: absolute; z-index: 888; transition-duration: .4s; -webkit-transition-duration: .4s; -moz-transition-duration: .4s; }
.leaf.f1 { width: 110px; height: 92px; top: 919px; right: 392px; }
.leaf.f2 { width: 95px; height: 64px; top: 1252px; left: 304px; }
.leaf.f3 { width: 101px; height: 179px; top: 1464px; right: 0; }
.leaf.f4 { width: 126px; height: 82px; top: 2021px; left: 67px; }
.leaf.f5 { width: 50px; height: 46px; top: 2389px; right: 150px; }
.leaf.f6 { width: 87px; height: 214px; top: 3174px; left: 0; }
.leaf.f7 { width: 68px; height: 59px; top: 3658px; right: 68px; }
.leaf.f8 { width: 89px; height: 112px; top: 3905px; left: 121px; }

.aboutBanner { position: relative; width: 100%; height: 293px; }
.aboutBanner .img { position: absolute; width: 222px; bottom: -23px; left: 50%; margin-left: 70px; z-index: 2; }
.aboutBanner .img img { width: 100%; }

.aboutMenu { padding: 50px 0 40px; width: 100%; background-color: #fff; }

.aboutMenuTit { float: left; width: 415px; position: relative; }
.aboutMenuTit h3 { font-size: 1.1em; color: #8ec31f; margin-bottom: 10px; }
.aboutMenuTit h3 span { margin-left: 10px; font-family: "myfont"; font-size: .7em; color: #666; }
.aboutMenuTit p { font-size: .6em; line-height: 150%; color: #999; }
.aboutMenuTit .upLoad { position: absolute; display: block; right: 50px; top: 20px; width: 116px; height: 28px; border: 1px solid #838383; text-align: center; line-height: 28px; font-size: .7em; color: #666; border-radius: 8px; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.aboutMenuTit .upLoad:hover { color: #8ec31f; border-color: #8ec31f; font-weight: bold; }

.aboutMenuList { float: right; width: 508px; *padding-bottom: 10px; }
.aboutMenuList li { float: left; width: 118px; height: 30px; margin: 0 9px 10px 0; }
.aboutMenuList li a { display: block; width: 116px; height: 28px; border: 1px solid #838383; text-align: center; line-height: 28px; font-size: .7em; color: #666; border-radius: 8px; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.aboutMenuList li a:hover { color: #8ec31f; border-color: #8ec31f; font-weight: bold; }
.aboutMenuList li.on a { color: #8ec31f; border-color: #8ec31f; font-weight: bold; }

.path { padding: 15px 0; border-bottom: 1px solid #efefef; }
.path .back { display: block; height: 23px; line-height: 23px; float: right; padding-right: 33px; background: url(../images/icon3.png) right center no-repeat; font-size: .7em; color: #8b8b8b; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.path .back:hover { background-position: 93% center; color: #8ec31f; }

.bread { height: 23px; line-height: 23px; color: #8b8b8b; font-size: .7em; }
.bread a { color: #8b8b8b; }
.bread a:hover { color: #8ec31f; }

.aboutMain { margin-bottom: 70px; }

.aboutList { padding-bottom: 50px; }
.aboutList li { padding: 20px 0; border-bottom: 1px solid #f1f1f1; -webkit-opacity: 0; }
.aboutList li .img { float: left; width: 197px; height: 127px; display: block; overflow: hidden; }
.aboutList li .img img { width: 100%; height: 100%; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.aboutList li .img:hover img { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.aboutList li .info { margin-left: 223px; }
.aboutList li .info h5 { margin-bottom: 8px; overflow: hidden; }
.aboutList li .info h5 span { float: right; font-family: "Verdana"; font-size: .8em; color: #666; }
.aboutList li .info h5 a { font-size: .9em; }
.aboutList li .info h5 a:hover { color: #8ec31f; }
.aboutList li .info p { float: left; width: 460px; font-size: .7em; line-height: 130%; height: 90px; color: #666; overflow: hidden; }
.aboutList li .info .more { display: block; float: right; width: 93px; height: 24px; border: 1px solid #bababa; text-align: center; line-height: 24px; font-family: "Verdana"; color: #999; border: 1px solid #bababa; border-radius: 8px; font-size: .55em; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.aboutList li .info .more:hover { font-weight: bold; color: #8ec31f; border: 2px solid #8ec31f; }

.aboutAd { padding: 50px 0; width: 100%; background-color: #fff; }
.aboutAd .aboutAdImg { text-align: center; margin-bottom: 28px; }

.proBanner { position: relative; width: 100%; height: 563px; }
.proBanner .img { position: absolute; width: 274px; height: 244px; bottom: -45px; left: 50%; margin-left: 129px; z-index: 2; }

.proTit { width: 100%; background-color: #fff; padding: 50px 0; }
.proTit .en { font-size: 1.7em; font-family: "myfont"; text-align: center; letter-spacing: 5px; }
.proTit span { width: 29px; height: 5px; display: block; margin: 12px auto; background-color: #767676; }
.proTit .ch { font-size: 1.3em; text-align: center; margin-bottom: 12px; }

.history { position: relative; margin-top: 40px; }
.history li { width: 233px; border: 1px solid #f2f2f2; background: #fff url(../images/line2.jpg) top repeat-x; border-radius: 8px; overflow: hidden; }
.history li a { display: block; width: 100%; height: 100%; padding-top: 30px; padding-bottom: 25px; overflow: hidden; }
.history li a img { width: 100%; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.history li a:hover img { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
.history li a:hover b { color: #8ec31f; }
.history li a b { font-size: 1.2em; font-family: "myfont"; font-style: italic; line-height: 140%; display: block; text-align: center; color: #666; margin-bottom: 8px; letter-spacing: 3px; }
.history li a p { font-size: .7em; line-height: 140%; padding: 0 30px; color: #666; }

.proClassify { padding: 50px 0 70px; }
.proClassify li { float: left; background-color: #fff; border-bottom: 3px solid #f1f1f1; border-radius: 8px; padding-bottom: 25px; overflow: hidden; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.proClassify li:hover { border-bottom-color: #8ec31f; }
.proClassify li h3 { padding: 15px 20px; }
.proClassify li h3 a:hover { color: #8ec31f; }
.proClassify li p { padding: 0 20px; font-size: .6em; line-height: 160%; height: 5em; width: 75%; color: #666; overflow: hidden; }
.proClassify li .more { padding: 0 20px; font-size: .6em; color: #8ec31f; }
.proClassify li .more:hover { text-decoration: underline; }
.proClassify li.pc1 { width: 580px; margin: 0 20px 20px 0; }
.proClassify li.pc2 { width: 400px; margin-bottom: 20px; }
.proClassify li.pc3, .proClassify li.pc4, .proClassify li.pc5 { width: 320px; }
.proClassify li.pc3, .proClassify li.pc4 {  margin: 0 20px 20px 0;  }/*--Jie-0123--*/

.proList { padding: 40px 0; *padding-bottom: 60px; }
.proList li { float: left; width: 210px; margin: 0 20px 30px; }
.proList li .img { display: block; width: 210px; height: 210px; margin-bottom: 10px; }
.proList li .img img { width: 100%; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.proList li .img:hover img { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
.proList li h6 { font-size: .7em; line-height: 145%; }
.proList li p { font-size: .7em; line-height: 145%; height: 2.9em; margin-bottom: 10px; }
.proList li p span { color: #8ec31f; font-weight: bold; }
.proList li .more { color: #8ec31f; font-family: "Verdana"; font-size: .55em; }
.proList li .more:hover { text-decoration: underline; }

.proBox { margin-top: 25px; margin-bottom: 50px; }

.proBoxLeft { float: left; width: 550px; padding-right: 40px; border-right: 2px solid #dedede; }
.proBoxLeft .bd { width: 550px; height: 360px; overflow: hidden; margin-bottom: 20px; }
.proBoxLeft .hd ul { width: 100%; }
.proBoxLeft .hd ul li { float: left; width: 78px; height: 78px; border: 1px solid #d9d9d9; border-radius: 8px; overflow: hidden; cursor: pointer; margin-right: 10px; }
.proBoxLeft .hd ul li.on { border-color: #8ec31f; }
.proBoxLeft .hd ul li img { display: block; width: 100%; height: 100%; }

.proBoxRight { float: right; width: 370px; }
.proBoxRight h2 { font-size: .9em; line-height: 150%; margin-bottom: 10px; }
.proBoxRight p { font-size: .7em; color: #666; line-height: 140%; padding-bottom: 10px; border-bottom: 2px solid #dedede; }
.proBoxRight p.p2 { border-bottom-width: 1px; padding-right: 50px; }
.proBoxRight .prices { padding: 20px 0; font-size: .8em; font-family: "Verdana"; }
.proBoxRight .prices span { font-size: 1.875em; color: #8ec31f; }
.proBoxRight .proShare { margin-top: 20px; }
.proBoxRight .proShare a { font-size: .7em; color: #666; margin-right: 30px; }
.proBoxRight .proShare a.bds_tsina { background: url(../images/icon5.png) left center no-repeat; }
.proBoxRight .proShare a.bds_qzone { background: url(../images/icon6.png) left center no-repeat; }

.proInfoTabs .tabsHd { padding: 18px 0; border-top: 2px solid #e2e2e2; border-bottom: 2px solid #e2e2e2; }
.proInfoTabs .tabsHd li { float: left; font-size: .8em; color: #666; cursor: pointer; }
.proInfoTabs .tabsHd li span { padding: 0 20px; border-right: 2px solid #a9a9a9; }
.proInfoTabs .tabsHd li.cur { font-weight: bold; color: #8ec31f; }
.proInfoTabs .tabsHd li.cur span { border-right-color: #8ec31f; }
.proInfoTabs .tabsBd { margin-bottom: 20px; }
.proInfoTabs .tabsBd > div { display: none; padding: 20px 0; font-size: .7em; color: #666; line-height: 170%; }
.proInfoTabs .tabsBd > div p{ margin-bottom:0.5em;}/*--Jie-0128--*/

.activityInfo { padding: 30px 0; font-size: .7em; color: #666; }
.activityInfo p { margin-bottom: .5em; }

.otherActivity { margin-bottom: 50px; }
.otherActivity dt { color: #666; margin-bottom: 20px; }
.otherActivity dd { float: left; width: 158px; height: 47px; line-height: 47px; font-size: .8em; text-align: center; border: 1px solid #f3f3f3; border-bottom-width: 3px; margin-right: 20px; margin-bottom: 10px; background-color: #fff; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.otherActivity dd a { color: #666; display: block; }
.otherActivity dd:hover { border-color: #8ec31f; }
.otherActivity dd:hover a { color: #8ec31f; }

.foodBanner { width: 100%; height: 563px; }
.foodBanner a { display: block; height: 100%; }

.foodMenuBox { padding: 45px 0 20px; background-color: #fff; }

.foodMenu { margin: 10px auto 0; width: 640px; *padding-bottom: 10px; }
.foodMenu li { float: left; width: 114px; height: 26px; text-align: center; line-height: 26px; border: 2px solid #888; border-radius: 6px; margin-right: 10px; margin-bottom: 10px; overflow: hidden; }
.foodMenu li a { display: block; font-size: .7em; color: #666; }
.foodMenu li:hover { border-color: #8ec31f; }
.foodMenu li:hover a { color: #8ec31f; }

.foodMain { padding-top: 90px; background: url(../images/img6.png) center top no-repeat; }

.foodListBox { padding-top: 30px; }
.foodListBox p.cn { color: #8ec31f; text-align: center; }
.foodListBox p.en { font-family: "myfont"; font-size: .7em; color: #8ec31f; text-align: center; }
.foodListBox .more { display: block; width: 82px; height: 22px; border: 1px solid #c3c3c3; border-radius: 8px; font-size: .8em; text-align: center; color: #8c8c8c; font-family: "myfont"; line-height: 20px; margin: 20px auto; }
.foodListBox .more:hover { color: #8ec31f; border-color: #8ec31f; }

.picList { *padding-bottom: 55px; padding-top: 30px; }
.picList li { float: left; width: 235px; margin: 0 7px 55px; }
.picList li h6 { margin-bottom: 10px; }
.picList li h6 a { display: block; float: left; min-width: 100px; border-top: 2px solid #757575; font-size: .8em; color: #666; line-height: 2; }
.picList li h6 a:hover { color: #8ec31f; }
.picList li .img { display: block; width: 235px; height: 130px; overflow: hidden; }
.picList li .img img { width: 100%; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.picList li .img:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.picList li p { padding: 10px 0; font-size: .6em; color: #666; }
.picList li .zan { height: 21px; line-height: 21px; padding-left: 25px; background: url(../images/icon7.png) left center no-repeat; font-size: .7em; font-weight: bold; color: #8ec31f;  cursor:pointer;}/*--Jie-0124--*/.picList li .zcName { margin-top: 10px; font-size: .8em; color: #666; height: 2em; line-height: 2em; }
.picList li .zcName .more { float: right; font-size: .7em; color: #8ec31f; }
.picList li .zcName .more:hover { text-decoration: underline; }

.foodNav { padding-top: 28px; padding-bottom: 20px; }
.foodNav li { float: left; width: 59px; height: 59px; line-height: 59px; border-radius: 50%; border: 1px solid #8ec31f; margin-right: 10px; overflow: hidden; }
.foodNav li a { display: block; width: 100%; height: 100%; text-align: center; font-size: .8em; }
.foodNav li a:hover { background-color: #8ec31f; color: #fff; }
.foodNav li.on a { background-color: #8ec31f; color: #fff; }

.foodInsideList { *padding-bottom: 55px; }
.foodInsideList li { float: left; width: 235px; padding-right: 15px; padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #efefef; }
.foodInsideList li h6 { margin-bottom: 10px; }
.foodInsideList li h6 a { display: block; float: left; min-width: 100px; border-top: 2px solid #757575; font-size: .8em; color: #666; line-height: 2; }
.foodInsideList li h6 a:hover { color: #8ec31f; }
.foodInsideList li .img { display: block; width: 235px; height: 130px; overflow: hidden; }
.foodInsideList li .img img { width: 100%; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.foodInsideList li .img:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.foodInsideList li p { padding: 10px 0; font-size: .6em; color: #666; min-height: 32px;} /*--Jie-0130--*/
.foodInsideList li .zan { height: 21px; line-height: 21px; padding-left: 25px; background: url(../images/icon7.png) left center no-repeat; font-size: .7em; font-weight: bold; color: #8ec31f; cursor:pointer; }/*--Jie-0124--*/

.foodInfo { padding: 30px 0 70px; position: relative; }
.foodInfo .zanBox { position: absolute; width: 36px; height: 36px; left: 0; top: 20px; }
.foodInfo .zanBox .zan { position: relative; display: block; width: 36px; height: 36px; border-radius: 50%; background: url(../images/icon8.png) no-repeat; z-index: 3; }
.foodInfo .zanBox span { position: absolute; display: block; width: 32px; height: 32px; top: 0; left: 0; border: 2px solid #8ec31f; border-radius: 18px; text-indent: 40px; line-height: 32px; color: #7aa818; font-size: .7em; font-weight: bold; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; z-index: 2; overflow: hidden; }
.foodInfo .collect { position: absolute; display: block; width: 36px; height: 36px; top: 66px; left: 0; border-radius: 50%; text-align: center; line-height: 36px; background-color: #8ec31f; color: #fff; font-size: .6em; font-weight: bold; }
.foodInfo .collect:hover { background-color: #a8df36; }

.foodInfoBox { width: 670px; margin: 0 auto; font-size: .7em; line-height: 1.85; color: #666; }

.downLoadList li { float: left; }
.downLoadList li .downLoadBox { width: 439px; border-bottom: 1px solid #ececec; padding: 20px 0 40px; }
.downLoadList li .num { float: left; width: 24px; height: 25px; color: #8ec31f; line-height: 25px; text-indent: 4px; font-style: italic; background: url(../images/dot4.png) no-repeat; }
.downLoadList li .info { margin-left: 40px; }
.downLoadList li .info h4 { font-size: .9em; margin-bottom: 10px; }
.downLoadList li .info p { font-size: .6em; line-height: 166%; color: #666; height: 5em; margin-bottom: 20px; }
.downLoadList li .info .downLoad { display: block; width: 106px; height: 26px; border-radius: 8px; border: 2px solid #8e8e8e; text-align: center; line-height: 26px; font-size: .7em; font-weight: bold; background-color: #fff; font-family: "Verdana"; color: #666; }
.downLoadList li .info .downLoad:hover { border-color: #8ec31f; color: #8ec31f; }
.downLoadList li.odd { padding-left: 60px; }
.downLoadList li.even { padding-right: 60px; border-right: 1px solid #e7e7e7; }

.loginBox { width: 320px; margin: 25px auto 70px; }
.loginBox dt { color: #666; text-align: center; margin-bottom: 30px; }
.loginBox dd.inputBox { margin-bottom: 10px; width: 318px; height: 34px; line-height: 34px; border: 1px solid #bababa; overflow: hidden; }
.loginBox dd.inputBox span { float: left; width: 60px; font-size: .8em; color: #666; display: block; text-align: right; }
.loginBox dd.inputBox input[type="text"],.loginBox dd.inputBox input[type="password"] { float: left; display: block; width: 245px; padding: 0 5px; background: none; height: 34px; line-height: 34px; border: none; font-size: .8em; color: #666; }/*--Jie-0124--*/
.loginBox dd.submitBox { margin-top: 20px; }
.loginBox dd.submitBox input[type="submit"] { display: block; width: 316px; height: 34px; line-height: 34px; text-align: center; border: 2px solid #8ec31f; color: #8ec31f; cursor: pointer; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; background: none; font-size: .8em; font-weight: bold; }
.loginBox dd.submitBox input[type="submit"]:hover { background-color: #8ec31f; color: #fff; }

.mobilDot { display: none; position: fixed; top: 10px; right: 10px; width: 36px; height: 36px; background: url(../images/icon9.png) no-repeat; background-size: 100% 100%; z-index: 9999; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; }
.mobilDot.on { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.mobilNav { margin-top: 10px; width: 100%; height: 34px; line-height: 34px; display: none; background: #fff url(../images/icon10.png) 5px center no-repeat; background-size: auto 16px; text-align: center; }
.mobilNav span { font-size: .8em; color: #8ec31f; margin-right: 5px; }
.mobilNav i { font-size: .55em; color: #8ec31f; font-family: "Verdana"; }

/*0128*/
.jobBox dl { margin-bottom: 10px; }
.jobBox dl dt { height: 34px; border: 1px solid #ddd; font-size: .7em; background: url(../images/arrow2.jpg) 98% center no-repeat; background-size: 23px 23px; line-height: 34px; cursor: pointer; }
.jobBox dl dt .name { float: left; width: 40%; padding-left: 10px; color: #7d7d7d; }
.jobBox dl dt .time { float: left; width: 50%; color: #7d7d7d; }
.jobBox dl dt.on { background-image: url(../images/arrow1.jpg); }
.jobBox dl dd { padding: 15px 10px; font-size: .7em; color: #7d7d7d; line-height: 157%; display: none; }
/*0205*/
.flash { width: 640px; height: 360px; margin: 0 auto; }

/*--Jie-0120--*/
.read,.n_content{ padding:20px 0; font-size:0.8em; color:#666;}/*--Jie-0128--*/
.n_content h1{ text-align:center; color:#666; font-weight:bold; line-height:2.4em; margin:0.2em 0;}
.read p,.n_content p{ line-height:2em; margin-bottom:0.5em;}
/*--Jie-0124--*/
.registerBox{ width:600px; margin:50px auto;}
.registerBox .title{ color:#666; padding-bottom:30px; text-align:center;}
.registerBox .inputBox{ border-bottom:1px solid #bababa; margin-bottom:10px; font-size: .8em; color: #666;}
.registerBox .inputBox img{ vertical-align:middle;}
.registerBox .inputBox span.filed { float: left; width: 80px; display: block; text-align: right; line-height:34px;}
.registerBox .inputBox input[type="text"],.registerBox .inputBox input[type="password"],.registerBox .inputBox select{ float: left; display: block; width: 245px; padding: 0 5px; background: none; height: 34px; line-height: 34px; border: none; font-size: .8em; color: #666;  -webkit-appearance:none; appearance:none; -moz-appearance:none;}
.registerBox input[type="submit"] { display: block; width: 316px; height: 34px; line-height: 34px; text-align: center; border: 2px solid #8ec31f; color: #8ec31f; cursor: pointer; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; background: none; font-size: .8em; font-weight: bold; margin:0 auto;}
.registerBox input[type="submit"]:hover { background-color: #8ec31f; color: #fff; }
.agreement{width:700px;height:100px;overflow-y:scroll;border:#8ec31f 1px solid;background:#FAFAFA;margin:auto;line-height:180%;padding:10px; font-size: .8em;}
/*--Jie-0126--*/
.foodInfoBox table{ width:100%;}
.foodInfoBox table td img{ max-width:100%;}
.foodInfoBox table td{ padding-bottom:20px; font-size:1.1em;}
.foodInfoBox table .title{ text-align:center; font-size:1.4em; font-weight:bold; padding-bottom:30px;}
.foodInfoBox table .filed{ font-weight:bold; width:85px; text-align:right; padding-right:5px;}
.foodInfoBox .fInfo td{ border:1px solid #ccc; text-align:center; width:130px; padding:0;}
.foodInfoBox .fInfo .ffiled{ height:2.7em; font-weight:bold;}
/*--Jie-0127--*/
.foodInfoBox #comment_div .c_t{ text-align:center; font-size:1.6em; font-weight:bold; padding:20px 0;}
.comment_form .inputBox { margin:0 auto; width: 100%; height: 120px; line-height: 34px; border: 1px solid #bababa; overflow: hidden; }
.comment_form .inputBox span { float: left; width: 60px; font-size:1.4em; color: #666; display: block; text-align: right; }
.comment_form .inputBox textarea { width:100%; padding: 0 5px; background: none; height: 118px; line-height: 34px; border: none; font-size:1.2em; color: #666; }
.comment_form input.c_sub{ width:130px; height:36px; background:none; color:#666; border:1px solid #999; margin:0 auto; cursor:pointer; font-size:16px; border-radius: 10px; outline:none;}  
.comment_form input.c_sub:hover{ color:#8ec31f; border-color:#8ec31f; font-weight:bold; background:none; }
/*--jie-0129--*/
.joinBox { width:740px; margin:50px auto;}
.joinBox .title{ color:#666; padding-bottom:30px; text-align:center;}
.joinBox .inputBox{ border-bottom:2px solid #bababa; margin-bottom:10px; font-size: .8em; color: #666;}
.joinBox .rowBox .inputBox{ width:360px;}
.joinBox .inputBox img{ vertical-align:middle;}
.joinBox .inputBox span.filed { float: left; width: 60px; display: block; text-align: right; line-height:34px;}
.joinBox .inputBox input[type="text"],.joinBox .inputBox select{ float: left; display: block; width: 500px; padding: 0 5px; background: none; height: 34px; line-height: 34px; border: none; font-size: .8em; color: #666;  -webkit-appearance:none; appearance:none; -moz-appearance:none;}
.joinBox .rowBox .inputBox input[type="text"],.joinBox .rowBox .inputBox select{ width:120px;}
.joinBox input[type="submit"] { display: block; width:740px; height: 34px; line-height: 34px; text-align: center; border: 2px solid #8ec31f; color: #8ec31f; cursor: pointer; transition: 0.2s ease all; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; background: none; font-size: .8em; font-weight: bold; margin:0;}
.joinBox input[type="submit"]:hover { background-color: #8ec31f; color: #fff; }
.hint{ font-size:1em;}
/*0129*/
.zcTit { margin-top: 15px; color: #666; line-height: 1em; }
.zcTit .more { float: right; font-size: .7em; color: #999; }
.zcTit .more:hover { color: #8ec31f; }
/*--Jie-0130--*/
/*Dialog*/
#Dtop{border-right:#CCCCCC 3px solid;border-bottom:#CCCCCC 3px solid; font-size:14px;}
#Dtop .dbody{border:#305C81 1px solid;background:#EBF0F6;}
#Dtop .dhead{background:url('../images/dialog.gif') repeat-x;color:#FFFFFF;padding:0 0 0 10px;letter-spacing:1px;line-height:26px;height:26px;font-weight:bold;cursor:move;-moz-user-select:none;-khtml-user-select:none;user-select:none;}
#Dtop .dhead span{float:right;cursor:pointer;display:block;width:26px;height:26px;background:url('../images/close.gif') no-repeat center center;}
#Dtop .dbox{padding:8px;overflow:hidden;line-height:200%;clear:both;}
#Dtop .dsize{height:11px;font-size:1px;}
#Dtop .dsize div{height:11px;width:11px;background:url('../images/resize.gif') no-repeat;cursor:se-resize;font-size:1px;float:right;}

.resumeBox{ margin-top:10px;}
.resumeBox input{ width:130px; height:36px; background:none; color:#666; border:1px solid #999; margin:0 auto; cursor:pointer; font-size:16px; border-radius: 10px; outline:none;}  
.resumeBox input:hover{ color:#8ec31f; border-color:#8ec31f; font-weight:bold; background:none; }
/*--Jie-0206--*/
.proBoxLeft .bd ul,.proBoxLeft .bd ul li{ height:100%; text-align:center;}
.proBoxLeft .bd ul li img{ max-height:100%;}
/*--Jie-0212--*/
.fbutton a{ display:block; background:url('../images/fbutton.png') no-repeat; width:120px; height:30px; margin:20px 10px 0 0; float:left; text-align:center; color:#fff; font-size:14px; line-height:30px;}
/*--1016--*/
.proBoxLeft .bd ul li .proGigPic{ background-size: cover; height: 300px;}
/*--E--*/