@charset "UTF-8";

* { margin: 0; padding: 0; border: 0; outline: 0; }

body, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, table, th, td, embed, object { margin: 0; padding: 0; }

body { width: 100%; background: #FFF; font-size: 15px; font-family: 'Microsoft Yahei', 宋体, Helvetica, Arial, sans-serif; }

html { height: 101%; }

a, ins { text-decoration: none; }

:focus { outline: 0; }

ol, ul { list-style-type: none; }

body > div { min-width: 1366px; max-width: 1920px; overflow: hidden; margin: 0 auto; }

body > div > div { width: 1200px; overflow: hidden; margin: 0 auto; }

.title { height: 120px; background: url(../images/title.jpg) no-repeat; }
.title .title-main { height: inherit; line-height: 120px; }
.title .title-main .title-left { line-height: inherit; float: left; }
.title .title-main .title-left img { vertical-align: middle; height: 54px; }
.title .title-main .title-left p, .title .title-main .title-left h2 { border-left: 2px solid #4A4343; padding-left: 1em; display: inline; }
.title .title-main .title-left p { color: #a2a2a2; }
.title .title-main .title-left h2 { color: #fff; }
.title .title-main .title-right { line-height: inherit; float: right; }
.title .title-main .title-right p, .title .title-main .title-right h2 { padding-left: 1em; display: inline; }
.title .title-main .title-right p { color: #a2a2a2; }
.title .title-main .title-right h2 { color: #fff; }
.title .title-main .title-right img { vertical-align: middle; height: 45px; }

.nav { height: 48px; background: #bd924b; }
.nav .nav-main { height: inherit; line-height: 48px; }
.nav .nav-main ul li { float: left; width: 16.6%; }
.nav .nav-main ul li a { display: block; text-shadow: 2px 2px 2px black; }
.nav .nav-main ul li a:link, .nav .nav-main ul li a:visited { color: #fff; margin: 0 auto;display: table; width: 100%; text-align: center; }
.nav .nav-main ul li a:hover, .nav .nav-main ul li a:focus { background: rgba(0, 0, 0, 0.5); outline: 2px black inset; line-height: 47px; }

.flickerplate { position: relative; width: 100%; height: 600px; background-color: #e6e6e6; overflow: hidden; }
@media only screen and (max-width: 1400px){ 
	.flickerplate {
 		height: 438px;
        background-size: auto 438px;
    }}
.flickerplate ul.flicks { width: 10000%; height: 100%; padding: 0px; margin: 0px; list-style: none; }

.flickerplate ul.flicks > li { float: left; width: 1%; height: 100%; background-position: center; background-size: cover; display: table; }

.flickerplate ul.flicks > li .flick-inner { height: 100%; padding: 10px; color: #fff; display: table-cell; vertical-align: middle; }

.flickerplate ul.flicks > li .flick-inner .flick-content { max-width: 68.75em; margin-left: auto; margin-right: auto; }

.flickerplate .arrow-navigation { position: absolute; height: 80%; width: 10%; top: 10%; z-index: 100; overflow: hidden; }

.flickerplate .arrow-navigation .arrow { display: block; height: 100%; width: 90%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover { cursor: pointer; }

.flickerplate .arrow-navigation.left { left: 10%; }

.flickerplate .arrow-navigation.left .arrow { opacity: 0; margin: 0px 0px 0px 50%; background-image: url("../images/arrow-left-light.png"); background-repeat: no-repeat; background-position: left; }

.flickerplate .arrow-navigation.right { right: 10%; }

.flickerplate .arrow-navigation.right .arrow { opacity: 0; margin: 0px 0px 0px -50%; background-image: url("../images/arrow-right-light.png"); background-repeat: no-repeat; background-position: right; }

.flickerplate .arrow-navigation.left.hover .arrow { opacity: 1; margin: 0px 0px 0px 20%; }

.flickerplate .arrow-navigation.right.hover .arrow { opacity: 1; margin: 0px 0px 0px -20%; }

.flickerplate .dot-navigation { position: absolute; bottom: 15px; width: 100%; text-align: center; z-index: 100; }

.flickerplate .dot-navigation ul { text-align: center; list-style: none; padding: 0px 15px; }

.flickerplate .dot-navigation ul li { display: inline-block; float: none; }

.flickerplate .dot-navigation .dot { width: 14px; height: 14px; margin: 0px 6px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; }

.flickerplate .dot-navigation .dot:hover { cursor: pointer; background-color: rgba(255, 255, 255, 0.6); }

.flickerplate .dot-navigation .dot.active { background-color: #fff; }

.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul { text-align: left; }

.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul { text-align: right; }

.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow { background-image: url("../images/arrow-left-dark.png"); }

.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow { background-image: url("../images/arrow-right-dark.png"); }

.flickerplate.flicker-theme-dark .dot-navigation .dot { background-color: rgba(0, 0, 0, 0.12); }

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover { background-color: rgba(0, 0, 0, 0.6); }

.flickerplate.flicker-theme-dark .dot-navigation .dot.active { background-color: #000; }

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner { color: rgba(0, 0, 0, 0.9); }

.flickerplate.animate-transform-slide ul.flicks { -webkit-perspective: 1000; -webkit-backface-visibility: hidden; transform: translate3d(0%, 0px, 0px); -webkit-transform: translate3d(0%, 0px, 0px); -webkit-transition: -webkit-transform 0.6s; -o-transition: -o-transform 0.6s; -moz-transition: -moz-transform 0.6s; transition: transform 0.6s; }

.flickerplate.animate-transition-slide ul.flicks { position: relative; left: 0%; -webkit-transition: left 0.4s ease-out; -moz-transition: left 0.4s ease-out; -o-transition: left 0.4s ease-out; -ms-transition: left 0.4s ease-out; transition: left 0.4s ease-out; }

.flickerplate.animate-jquery-slide ul.flicks { position: relative; left: 0%; }

.flickerplate.animate-scroller-slide { padding-bottom: 0px; overflow: auto; }

.flickerplate.animate-scroller-slide ul.flicks { position: auto; }

.about { height: 438px; background-image: linear-gradient(to right, #eee 1px, transparent 0), linear-gradient(#eee 1px, transparent 0); background-size: 6px 6px; }
.about .about-main { height: inherit; }
.about .about-main h2 { color: #bd924b; position: relative; text-align: center; margin: 30px 0 50px; text-shadow: 2px 2px 2px rgba(250, 250, 250, 0.6); }
.about .about-main h2:before, .about .about-main h2:after { content: ""; height: 1px; width: 180px; position: absolute; top: 15px; background: rgba(0, 0, 0, 0.5); }
.about .about-main h2:before { left: 290px; }
.about .about-main h2:after { right: 290px; }
.about .about-main h2 span { font-size: 0.8em; position: relative; color: rgba(0, 0, 0, 0.4); text-shadow: 2px 2px 2px rgba(250, 250, 250, 0.2); }
.about .about-main h2 span:before, .about .about-main h2 span:after { content: ""; height: 0.5em; width: 0.5em; border-radius: 50%; position: absolute; background: radial-gradient(circle, rgba(255, 255, 255, 0.2), black); top: 6px; }
.about .about-main h2 span:before { left: -133px; }
.about .about-main h2 span:after { right: -43px; }
.about .about-main .about-box { height: 210px; width: inherit; }
.about .about-main .about-box .about-left { float: left; height: inherit; width: 410px; }
.about .about-main .about-box .about-left img { height: 204px; width: 410px; outline: 5px solid rgba(0, 0, 0, 0.6); outline-offset: -5px; }
.about .about-main .about-box .about-right { float: right; height: inherit; width: 730px; }
.about .about-main .about-box .about-right h3 { font-size: 1.4em; }
.about .about-main .about-box .about-right h3 span { font-size: 0.8em; color: #bd924b; font-weight: normal; }
.about .about-main .about-box .about-right p { text-shadow: 1px 0 2px rgba(180, 180, 180, 0.8); line-height: 2; }
.about .about-main .about-box .about-right p span { text-shadow: 1px 0 2px rgba(180, 180, 180, 0.8); font-weight: bold; color: #bd924b; }
.about .about-main .about-box .about-right a { display: inline-block; padding: 0.5em 1.5em; margin-top: 10px; }
.about .about-main .about-box .about-right a:link, .about .about-main .about-box .about-right a:visited { color: #fff; }
.about .about-main .about-box .about-right a:hover, .about .about-main .about-box .about-right a:focus { transition: all 0.5s; }
.about .about-main .about-box .about-right a.about-product { background-color: #333; margin-right: 2em; }
.about .about-main .about-box .about-right a.about-product:hover, .about .about-main .about-box .about-right a.about-product:focus { background: #fff; color: #333; outline: 2px black inset; outline-offset: -2px; }
.about .about-main .about-box .about-right a.about-more { background-color: #bd924b; }
.about .about-main .about-box .about-right a.about-more:hover, .about .about-main .about-box .about-right a.about-more:focus { background: #fff; color: #bd924b; outline: 2px #bd924b inset; outline-offset: -2px; }

.product { height: 560px; overflow: visible; background: url(../images/product_left_bg.jpg) no-repeat top left, url(../images/product_right.png) no-repeat top right; background-color: #000000; }
.product .product-main { height: inherit; position: relative; overflow: visible; }
.product .product-main .product-nav { width: 191px; margin-left: 8px; height: 420px; position: absolute; top: -19px; text-shadow: 1px 1px 1px #000; background: rgba(0, 0, 0, 0.8); }
.product .product-main .product-nav span { height: 55px; display: block; padding: 15px 0 0 25px; background: #bd924b; color: #fff; letter-spacing: 0.1em; }
.product .product-main .product-nav ul li { width: 80%; margin: 0 10%; line-height: 35px; border-top: 1px #e1e1e1 solid; }
.product .product-main .product-nav ul li:before { content: "○"; color: #cbcbcb; padding-right: 1em; padding-left: 10px; }
.product .product-main .product-nav ul li:hover:before, .product .product-main .product-nav ul li:focus:before { color: #fff; }
.product .product-main .product-nav ul li:first-child { padding-top: 15px; border: none; }
.product .product-main .product-nav ul li a:link, .product .product-main .product-nav ul li a:visited { color: #CBCBCB; }
.product .product-main .product-nav ul li a:hover, .product .product-main .product-nav ul li a:focus { color: #fff; }
.product .product-main .product-box { width: 1001px; float: right; height: inherit; background: #CFCFCF; overflow: hidden; }
.product .product-main .product-box dl { width: 24.85%; height: 250px; overflow: hidden; float: left; position: relative; background: #f1f1f1; }
.product .product-main .product-box dl:hover { box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.7); outline: 2px #bd924b solid; outline-offset: -2px; }
.product .product-main .product-box dl:nth-child(n+2) { margin-left: 2px; }
.product .product-main .product-box dl:nth-child(5) { margin-left: 0; }
.product .product-main .product-box dl:nth-child(n+5) { margin-top: 2px; }
.product .product-main .product-box dl dd a { display: block; line-height: 0; text-align: center; }
.product .product-main .product-box dl dd img { height: auto; width: 100%; }
.product .product-main .product-box dl dt { position: absolute; height: 30px; bottom: 10px; width: 100%; }
.product .product-main .product-box dl dt a { display: block; text-align: center; }
.product .product-main .product-box dl dt a:link, .product .product-main .product-box dl dt a:visited { color: #505050; }

.news { height: 535px; }
.news .news-main { height: inherit; }
.news .news-main h2 { color: #bd924b; position: relative; text-align: center; margin: 30px 0 50px; text-shadow: 2px 2px 2px rgba(250, 250, 250, 0.6); }
.news .news-main h2:before, .news .news-main h2:after { content: ""; height: 1px; width: 180px; position: absolute; top: 15px; background: rgba(0, 0, 0, 0.5); }
.news .news-main h2:before { left: 290px; }
.news .news-main h2:after { right: 290px; }
.news .news-main h2 span { font-size: 0.8em; position: relative; color: rgba(0, 0, 0, 0.4); text-shadow: 2px 2px 2px rgba(250, 250, 250, 0.2); }
.news .news-main h2 span:before, .news .news-main h2 span:after { content: ""; height: 0.5em; width: 0.5em; border-radius: 50%; position: absolute; background: radial-gradient(circle, rgba(255, 255, 255, 0.2), black); top: 6px; }
.news .news-main h2 span:before { left: -133px; }
.news .news-main h2 span:after { right: -43px; }
.news .news-main h2:before { left: 295px; }
.news .news-main h2:after { right: 295px; }
.news .news-main .news-box { height: 380px; }
.news .news-main .news-box .news-left { width: 310px; height: inherit; float: left; }
.news .news-main .news-box .news-left img { height: 245px; width: inherit; float: left; }
.news .news-main .news-box .news-left div { width: 270px; height: 79px; padding: 10px 20px; background: #e1e1e1; float: left; color: rgba(0, 0, 0, 0.8); }
.news .news-main .news-box .news-left div h4 { word-spacing: 1em; font-weight: lighter; font-size: 1.1em; }
.news .news-main .news-box .news-left div h3 { letter-spacing: 0.3em; line-height: 1.8; text-shadow: 1px 2px rgba(250, 250, 250, 0.9); }
.news .news-main .news-box .news-left div h3 span { color: #bd924b; }
.news .news-main .news-box .news-left div p { font-size: 1.1em; }
.news .news-main .news-box .news-left a { display: block; width: 155px; line-height: 36px; color: #fff; float: left; text-align: center; }
.news .news-main .news-box .news-left a:hover, .news .news-main .news-box .news-left a:focus { transition: all 0.5s; }
.news .news-main .news-box .news-left a.news-product { background: #000; }
.news .news-main .news-box .news-left a.news-product:hover, .news .news-main .news-box .news-left a.news-product:focus { background: #fff; color: #333; outline: 2px black inset; outline-offset: -2px; }
.news .news-main .news-box .news-left a.news-contact { background: #bd924b; }
.news .news-main .news-box .news-left a.news-contact:hover, .news .news-main .news-box .news-left a.news-contact:focus { background: #fff; color: #bd924b; outline: 2px #bd924b inset; outline-offset: -2px; }
.news .news-main .news-box .news-right { height: inherit; width: 870px; float: right; }
.news .news-main .news-box .news-right .news-right-top { width: inherit; height: 127px; padding-bottom: 30px; }
.news .news-main .news-box .news-right .news-right-top img { height: 127px; width: 192px; outline: 3px rgba(0, 0, 0, 0.7) solid; outline-offset: -3px; }
.news .news-main .news-box .news-right .news-right-top div { height: inherit; width: 665px; float: right; }
.news .news-main .news-box .news-right .news-right-top div p { line-height: 1.8; }
.news .news-main .news-box .news-right .news-right-top div p.news-date { color: #bd924b; }
.news .news-main .news-box .news-right .news-right-bottom { height: 223px; width: inherit; }
.news .news-main .news-box .news-right .news-right-bottom ul li { width: 405px; float: left; line-height: 30px; border-bottom: 2px transparent dashed; }
.news .news-main .news-box .news-right .news-right-bottom ul li:nth-child(even) { float: right; }
.news .news-main .news-box .news-right .news-right-bottom ul li:before { content: ""; display: inline-block; margin-right: 10px; width: 10px; height: 10px; border: 2px #999 solid; border-radius: 50%; }
.news .news-main .news-box .news-right .news-right-bottom ul li:hover { border-bottom: 2px #ccc dashed; }
.news .news-main .news-box .news-right .news-right-bottom ul li a:link, .news .news-main .news-box .news-right .news-right-bottom ul li a:visited { color: #bd924b; }
.news .news-main .news-box .news-right .news-right-bottom ul li a span { float: right; }

.case { height: 400px; background: #f1f1f1; }
.case .case-main { height: inherit; }
.case .case-main h2 { color: #bd924b; position: relative; text-align: center; margin: 30px 0 50px; text-shadow: 2px 2px 2px rgba(250, 250, 250, 0.6); }
.case .case-main h2:before, .case .case-main h2:after { content: ""; height: 1px; width: 180px; position: absolute; top: 15px; background: rgba(0, 0, 0, 0.5); }
.case .case-main h2:before { left: 290px; }
.case .case-main h2:after { right: 290px; }
.case .case-main h2 span { font-size: 0.8em; position: relative; color: rgba(0, 0, 0, 0.4); text-shadow: 2px 2px 2px rgba(250, 250, 250, 0.2); }
.case .case-main h2 span:before, .case .case-main h2 span:after { content: ""; height: 0.5em; width: 0.5em; border-radius: 50%; position: absolute; background: radial-gradient(circle, rgba(255, 255, 255, 0.2), black); top: 6px; }
.case .case-main h2 span:before { left: -133px; }
.case .case-main h2 span:after { right: -43px; }
.case .case-main h2:before { left: 298px; }
.case .case-main h2:after { right: 300px; }
.case .case-main .case-box { height: 215px; padding: 40px 20px 0; width: calc(inherit - 40px); background: #fff; }
.case .case-main .case-box span { background: rgba(0, 0, 0, 0.8); color: #fff; width: 30px; line-height: 30px; font-size: 1.4em; float: left; cursor: pointer; text-align: center; margin-top: 60px; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
.case .case-main .case-box span.case-next { float: right; }
.case .case-main .case-box span:hover { background: #bd924b; }
.case .case-main .case-box div { width: 974px; margin: 0 auto; }
.case .case-main .case-box div dl { float: left; margin-right: 30px; }
.case .case-main .case-box div dl:last-child { margin-right: 0; }
.case .case-main .case-box div dl dd a { display: block; line-height: 0; }
.case .case-main .case-box div dl dd a img { width: 221px; height: auto; outline: 8px rgba(0, 0, 0, 0.7) solid; outline-offset: -8px; }
.case .case-main .case-box div dl dt { margin-top: 8px; }
.case .case-main .case-box div dl dt a { display: block; text-align: center; }
.case .case-main .case-box div dl dt a:link, .case .case-main .case-box div dl dt a:visited { color: #222; }

.footer { text-align: center; height: 60px; padding-top: 10px; background: url(../images/footer.jpg) repeat-x; }
.footer p { line-height: 1.8; color: #b0b0b0; text-shadow: 1px 1px 1px black; }
.footer p:first-child { word-spacing: 1em; }
.footer p a:link, .footer p a:visited { color: #c0c0c0; }
.footer p a:hover, .footer p a:focus { color: #e0e0e0; }

.ny_content { display: table; width: 750pt; max-width: 750pt; height: auto; margin: 0 auto; margin-top: 30px; margin-bottom: 60px; }

.ny_left a { text-decoration: none; color: #000; }

.ny_left { float: left; overflow: hidden; margin-right: 18px; }

.ny_left, .ny_left_list { display: table; width: 230px; height: auto; }

.ny_left_title { width: 230px; height: 85px; background: #bd924b; }

.ny_left_title h2 { font-size: 28px; padding-top: 10px; letter-spacing: 3px; }

.ny_left_title h2, .ny_left_title h3 { font-weight: 400; display: table; width: auto; height: auto; text-indent: 0; color: #fff; }

.ny_left_title h3 { font-size: 22px; padding-top: 0; }

.ny_left_title h3, .ny_left_title h5 { font-family: Georgia, Times New Roman, Times, serif; letter-spacing: 1px; }

.ny_left_title h5 { font-size: 70px; font-weight: 400; display: table; float: left; width: auto; height: 70px; padding-top: 2px; padding-right: 2px; text-indent: 20px; color: #fff; }

.ny_left_list_body { display: table; width: 230px; height: auto; }

.ny_left_list_body ul li { line-height: 2pc; display: block; width: 230px; height: 34px; margin-top: 5px; text-indent: 20px; border: 1px solid #eee; }

.ny_left_list_body ul li a span { font-family: "宋体" ；; font-size: 14px; float: right; margin-right: 20px; color: #aaa; }

.ny_left_list_body ul li a { font-size: 14px; display: block; width: 228px; height: 2pc; letter-spacing: 1px; border: 1px solid #eee; background: #fafafa; }

.ny_left_list_body ul li a:hover { color: #bd924b; border: 1px solid #0BBBF6; background: #fafafa; }

.ny_left_list_body ul li a:hover span { color: #bd924b; }

.ny_left_news { margin-top: 20px; }

.ny_left_news, .ny_left_news_body { display: table; width: 230px; height: auto; }

.ny_left_news_body { overflow: hidden; margin-top: 10px; }

.ny_left_news_body ul li { font-size: 14px; line-height: 26px; width: 230px; height: 26px; }

.ny_left_news_body ul li span { font-size: 10px; margin-right: 5px; color: #bd924b; }

.ny_left_contact { display: table; width: 230px; height: auto; margin-top: 20px; }

.ny_left_contact_body { display: table; overflow: hidden; width: 220px; height: auto; margin-top: 5px; padding-left: 5px; }

.ny_left_contact_body h2 { font-size: 14px; line-height: 23px; }

.ny_left_contact_body h3 { font-size: 20px; line-height: 33px; }

.ny_left_contact_body p { font-size: 14px; line-height: 23px; }

.ny_right { display: table; float: right; overflow: hidden; width: 750px; height: auto; }

.ny_right_title { width: 750px; height: 36px; border-bottom: 3px solid #bd924b; }

.ny_right_title a { font-size: 14px; padding: 0 10px; }

.ny_right_title a, .ny_right_title span { line-height: 36px; display: block; float: left; width: auto; height: 36px; color: #fff; background: #bd924b; }

.ny_right_title a:hover { color: #fff; }

.ny_right_body { display: table; width: 750px; height: auto; margin-top: 20px; }

.ny_right_body .ny_jianjie { display: table; overflow: hidden; width: 750px; height: auto; }

.ny_right_body .ny_jianjie h2 { font-size: 22px; line-height: 50px; width: 750px; height: 52px; text-align: center; letter-spacing: 1px; }

.ny_right_body .ny_jianjie p { font-size: 14px; line-height: 26px; overflow: hidden; width: 750px; text-indent: 28px; }

.ny_right_body .ny_jianjie p img { display: table; max-width: 100%; height: auto; text-align: center; }

.ny_right_body .ny_product_index { display: table; width: 750px; height: auto; }

.ny_right_body .ny_product_index ul li { display: table; float: left; width: 231px; height: auto; margin-bottom: 5px; margin-left: 10px; }

.ny_right_body .ny_product_index ul li a { display: block; width: 231px; height: auto; }

.ny_right_body .ny_product_index ul li a img { width: 228px; height: 171px; border: 1px solid #ccc; }

.ny_right_body .ny_product_index ul li a h3 { line-height: 26px; display: block; float: left; width: auto; height: 36px; text-indent: 5px; }

.ny_right_body .ny_product_index ul li a p { font-size: 14px; line-height: 26px; display: block; text-align: center; width: auto; height: 36px; }

.ny_right_body .ny_product_index ul li a:hover p { color: #bd924b; }

.ny_right_body .ny_product_index a { color: #000; }

.ny_right_body .ny_product_index h3 { font-size: 15px; }

.ny_right_body .ny_product_view { display: table; width: 750px; height: auto; }

.ny_right_body .ny_product_view .ny_product_view_img h2 { font-size: 22px; line-height: 50px; width: 750px; height: 52px; text-align: center; letter-spacing: 1px; }

.ny_right_body .ny_product_view .ny_product_view_img { text-align: center; }

.ny_right_body .ny_product_view .ny_product_view_img img { width: auto; max-width: 100%; height: auto; margin: 0 auto; text-align: center; }

.ny_product_view_body { display: table; width: 750px; height: auto; }

.ny_product_view_body h3 { font-size: 1pc; font-weight: 700; line-height: 36px; }

.ny_product_view_body p { font-size: 14px; line-height: 26px; text-indent: 28px; }

.ny_right_body .ny_news_index { display: table; width: 750px; height: auto; }

.ny_right_body .ny_news_index ul li { font-size: 14px; line-height: 36px; width: 750px; height: 36px; text-indent: 20px; border-bottom: 1px dashed #ccc; background: url(news_arrow.gif?1605231327) no-repeat 6px 15px; }

.ny_right_body .ny_news_index ul li a { display: block; width: 750px; height: 36px; }

.ny_right_body .ny_news_index ul li a span { float: right; margin-right: 6px; }

.ny_right_body .ny_news_index a { text-decoration: none; color: #000; }

.ny_right_body .ny_news_index a:hover { color: #bd924b; }

.ny_right_body .ny_news_view { display: table; width: 750px; height: auto; }

.ny_right_body .ny_news_view h2 { font-size: 1pc; font-weight: 700; line-height: 39px; }

.ny_right_body .ny_news_view h5 { font-size: 14px; font-weight: 400; line-height: 26px; display: block; width: 750px; height: 36px; margin-bottom: 10px; color: #999; border-bottom: 1px solid #ddd; }

.ny_right_body .ny_news_view h5 a { color: #999; }

.ny_right_body .ny_news_view h5 span { float: right; }

.ny_right_body .ny_news_view h5 a:hover { color: #bd924b; }

.ny_right_body .ny_news_view p { font-size: 14px; line-height: 28px; text-indent: 2em; }

.guest { width: 600px; height: 25pc; margin: 0 auto; margin-top: 30px; }

.guest p { margin-top: 10px; }

.guest input, .guest textarea { border: 2px solid #eaeaea; }

.tijiao { font-size: 1pc; width: 60px; margin-top: 20px; margin-left: 200px; cursor: pointer; border-radius: 8px; }

.sub_dede_pages { display: table; width: 98%; height: auto; margin-left: 3%; padding: 5% 0; }

.sub_dede_pages ul { display: table; float: right; width: 200px; height: auto; padding: 0; text-align: center; }

.sub_dede_pages ul li { font-size: 9pt; display: inline; float: left; width: auto; margin: 0; margin-right: 1%; padding: 0; color: #666; }

.sub_dede_pages ul li a { display: block; width: auto; padding: 3px 8px; color: #fff; background: #bd924b; }

.pages {
	text-align: center;
	margin-top: 30px;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	overflow: hidden;
}

.pages ul {
	margin: 0 auto;
	display: table;
}

.pages ul li {
	display: inline-block;
}

.pages ul li.active a {
	color: #bd924b;
	background: none;
	border: 1px solid #bd924b;
}

.pages ul li a {
	display: inline-block;
	margin: 0 8px;
	background: #bd924b;
	padding: 0 10px;
	color: #FFFFFF;
	border: 1px solid #bd924b;
}

.pages ul li a:hover {
	background: #FFFFFF;
	color: #bd924b;
	border: 1px solid #bd924b;
}

.news_page {
	margin-top: 20px;
	border-top: 2px dashed #999;
	padding-top: 20px;
}

.news_page ul {
	background: #E8E8E8;
	padding: 10px 0;
}

.news_page ul li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #;
	text-indent: 24px;
}

.news_page ul li a {
	color: #9c7652;
}

.news_page ul li a:hover {
	color: #9c7652;
}