@charset "UTF-8";

/**
 * 
 * @authors John (ho@juhui.pro)
 * @date    2016-05-18 11:45:53
 * @version $0.0.1$
 */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
ul,
ol {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    background: #FFF;
    font-size: 15px;
    font-family: 'Microsoft Yahei', 宋体, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style-type: none;
}

body > div {
    min-width: 1366px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

body > div > div {
    width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
    body > div {
        min-width: 1100px;
        max-width: 1400px;
    }
    body > div > div {
        width: 850px;
    }
}


/**** 独立区域 ****/

.title {
    height: 86px;
}

.title-main {
    height: inherit;
}

.title-main img {
    height: inherit;
}

@media only screen and (max-width: 1400px) {
    .title {
        height: 56px;
    }
}

.nav {
    height: 55px;
    background-color: #343434;
    overflow: visible;
}

.nav-main {
    height: inherit;
    overflow: visible;
}

.nav-main ul {
    width: 100%;
    height: inherit;
}

.nav-main ul li {
    display: inline-block;
    float: left;
    width: 12%;
    height: inherit;
    line-height: inherit;
    text-align: center;
    color: #FFF;
    position: relative;
}

.nav-main ul li a {
    display: inline-block;
    float: left;
    color: #FFF;
    line-height: 32px;
    width: 100%;
    margin-top: 11px;
}

.nav-main ul li a:hover {
    background-color: #48BCAC;
}

@media only screen and (max-width: 1400px) {
    .nav {
        height: 45px;
    }
    .nav-main ul li a {
        margin-top: 7px;
    }
}
/*二级菜单*/
.nav-main ul li:hover ul{display: block;}
.nav-main ul li ul{position: absolute; display: none; z-index: 9999; left: 0; top: 55px;padding-bottom: 10px;background-color: rgba(255,255,255,0.8);height: auto;width: auto;}
.nav-main ul li ul li{float: none;width: 210px;height: 40px; line-height: 40px;display: block;}
.nav-main ul li ul li a{float: none; width: 190px; line-height: 40px;color: #333333;text-align: left;border-bottom: 1px solid #CCCCCC;display: block;margin: 0 auto;text-indent: 20px;}
.nav-main ul li ul li a:hover{border-bottom: 1px solid #48bcac;color: #48bcac;background-color: transparent;}

/*BANNER
******************/

.flickerplate {
    position: relative;
    width: 100%;
    height: 420px;
    background-color: #e6e6e6;
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .flickerplate {
        height: 299px;
        background-size: auto 299px;
    }
}

.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-dark.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-dark.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
}


/*BANNER END
******************/

.category {
    height: 320px;
}

.category .category-main {
    padding: 56px 0 40px;
    height: 224px;
}

.category .category-main ul {
    width: inherit;
    height: inherit;
}

.category .category-main ul li {
    display: block;
    float: left;
    width: 248px;
    height: 198px;
    border-width: 13px 8px;
    border-style: solid;
    border-color: #EEE;
    margin-right: 14px;
}

.category .category-main ul li img{
	width: auto;
	max-width: 248px;
    height: 198px;
    display: block;
    margin: 0 auto;
}

.category .category-main ul li:last-child {
    margin-right: 0;
}

.category .category-main ul a {
    display: block;
    position: relative;
    height: inherit;
}

.category .category-main ul a:hover:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: -242px;
    background-color: rgba(0, 0, 0, .3);
}

.category .category-main ul span {
    position: relative;
    text-align: center;
    display: block;
    width: 156px;
    height: 36px;
    color: #40CFBB;
    margin: 0 auto;
    position: relative;
    top: -90px;
    border: 2px solid #40CFBB;
    font-size: 1.6em;
    opacity: 0;
    z-index: 2;
}

.category .category-main ul a:hover span {
    opacity: 1;
}

@media only screen and (max-width: 1400px) {
    .category {
        height: 290px;
    }
    .category .category-main {
        padding: 56px 0 40px;
        height: 194px;
    }
    .category .category-main ul li {
        width: 190px;
        height: 164px;
        border-width: 10px 6px;
        margin-right: 10px;
    }
    .category .category-main ul li img {
        width: 190px;
        height: 164px;
    }
    .category .category-main ul a:hover:after {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        top: -200px;
        background-color: rgba(0, 0, 0, .3);
    }
    .category .category-main ul span {
        width: 106px;
        height: 28px;
        font-size: 1.2em;
        top: -50px;
    }
}

.case {
    height: 840px;
}

.case .case-main {
    height: inherit;
}

.case .case-main .case-top,
.news .news-main .news-top {
    height: 45px;
    margin-bottom: 50px;
}

.case .case-main .case-top span,
.news .news-main .news-top span {
    display: block;
    position: relative;
    bottom: -9px;
    left: 0;
    width: 141px;
    height: 35px;
    border-radius: 12px;
    background-color: #48BCAC;
    color: #FFF;
    text-align: center;
    line-height: 33px;
}

.case .case-main .case-top hr,
.news .news-main .news-top hr {
    height: 2px;
    width: 910px;
    position: relative;
    top: -8px;
    left: 140px;
    background-color: #48BCAC;
}

.case .case-main .case-top hr:after,
.news .news-main .news-top hr:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: relative;
    left: 910px;
    top: -7px;
    border-top: 8px solid transparent;
    border-left: 16px solid #48BCAC;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.case .case-main .case-top a,
.news .news-main .news-top a {
    position: relative;
    color: #48BCAC;
    left: 970px;
    top: -28px;
}

@media only screen and (max-width: 1400px) {
    .case {
        height: 670px;
    }
    .case .case-main .case-top,
    .news .news-main .news-top {
        margin-bottom: 30px;
    }
    .case .case-main .case-top hr,
    .news .news-main .news-top hr {
        width: 690px;
    }
    .case .case-main .case-top hr:after,
    .news .news-main .news-top hr:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: relative;
        left: 690px;
        top: -5px;
        border-top: 6px solid transparent;
        border-left: 12px solid #48BCAC;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    .case .case-main .case-top a,
    .news .news-main .news-top a {
        left: 760px;
    }
}

.case .case-main .case-left,
.case .case-main .case-right {
    height: 720px;
}
.case .case-main .case-right a:hover{
	color: #48bcac;
}
.case .case-main .case-left {
    width: 371px;
    float: left;
}

.case .case-main .case-left a {
    display: block;
    float: left;
    overflow: hidden;
    line-height: 0;
    border: 1px solid #CCC;
}

.case .case-main .case-left a img {
    height: 344px;
    width: 371px;
}

.case .case-main .case-left a:first-child {
    margin-bottom: 20px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

.case .case-main .case-left a:hover img {
    -webkit-animation: zoom 1s ease-in-out forwards;
    animation: zoom 1s ease-in-out forwards;
}

.case .case-main .case-right {
    float: right;
    width: 713px;
}

.case .case-main .case-right > div {
    width: 663px;
    height: 216px;
    background-color: #343434;
    padding: 20px 25px 0;
    margin-bottom: 21px;
    line-height: 1.6;
    color: #FFF;
}

.case .case-main .case-right > div h3 {
    text-align: center;
    font-size: 1.2em;
    line-height: 2.2;
    vertical-align: top;
}

.case .case-main .case-right > div p {
    text-indent: 2em;
    font-weight: 500;
}

.case .case-main .case-right > div a {
    color: #FFF;
    float: right;
}

.case .case-main .case-right > a {
    display: block;
    line-height: 0;
    float: left;
    overflow: hidden;
    border: 1px solid #CCC;
}

.case .case-main .case-right > a:nth-of-type(3n+1) {
    margin: 0 19px;
}

.case .case-main .case-right > a:nth-of-type(1) {
    margin: 0 15px 0 0;
}

.case .case-main .case-right > a:nth-of-type(n+3) {
    margin-top: 21px;
}

.case .case-main .case-right > a:hover img {
    -webkit-animation: zoom 1s ease-in-out forwards;
    animation: zoom 1s ease-in-out forwards;
}

@media only screen and (max-width: 1400px) {
    .case .case-main .case-left,
    .case .case-main .case-right {
        height: 720px;
    }
    .case .case-main .case-left {
        width: 280px;
    }
    .case .case-main .case-left a img {
        height: 270px;
        width: 280px;
    }
    .case .case-main .case-left a:first-child {
        margin-bottom: 10px;
    }
    .case .case-main .case-right {
        float: right;
        width: 560px;
    }
    .case .case-main .case-right > div {
        width: 520px;
        height: 186px;
        margin-bottom: 10px;
        padding: 0 20px;
        font-size: 0.9em;
    }
    .case .case-main .case-right > div h3 {
        line-height: 1.8;
        vertical-align: top;
    }
    .case .case-main .case-right > a:nth-of-type(3n+1) {
        margin: 0 7px;
    }
    .case .case-main .case-right > a:nth-of-type(1) {
        margin: 0 15px 0 0;
    }
    .case .case-main .case-right > a:nth-of-type(n+3) {
        margin-top: 10px;
    }
    .case .case-main .case-right > a:nth-of-type(1) img {
        width: 302px;
        height: 162px;
    }
    .case .case-main .case-right > a:nth-of-type(2) img {
        width: 239px;
    }
    .case .case-main .case-right > a:nth-of-type(n+3) img {
        width: 180px;
        height: 180px;
    }
}

.news {
    height: 745px;
}

.news .news-main {
    height: inherit;
}

.news .news-main .news-left {
    height: 625px;
    width: 665px;
    float: left;
}

.news .news-main .news-left > div {
    height: 120px;
    width: inherit;
    margin-bottom: 40px;
}

.news .news-main .news-left > div span {
    display: block;
    width: 170px;
    height: inherit;
    float: left;
    text-align: center;
    font-size: 1.5em;
    line-height: 4.5;
    background: url(../images/news-01.png) no-repeat center center;
}

.news .news-main .news-left > div img {
    float: left;
    height: inherit;
}

.news .news-main .news-left > a {
    display: block;
    float: left;
    width: inherit;
    height: 118px;
    line-height: 0;
    color: #999;
    margin-bottom: 18px;
}

.news .news-main .news-left > a img {
    float: left;
}

.news .news-main .news-left > a span {
    float: right;
    width: 480px;
    height: inherit;
    line-height: normal;
    background: url(../images/line_bottom.png) repeat-x bottom;
}

.news .news-main .news-left > a span h3 {
    font-size: 1em;
    color: #666;
    display: inline;
    vertical-align: top;
    line-height: 1;
}

.news .news-main .news-left > a span p {
    line-height: 1.6em;
    overflow: hidden;
    height: 97px;
}

.news .news-main .news-left > a:hover span {
    color: #48BCAC;
}

.news .news-main .news-left .news-left-more {
    width: inherit;
    margin: 15px 0 0 0;
    font-size: 1.2em;
    text-align: center;
    color: #48BCAC;
    line-height: 2.2em;
    height: 2.2em;
    border: 2px solid #48BCAC;
    border-radius: 10px;
}

.news .news-main .news-left .news-left-more:hover {
    background-color: #48BCAC;
    color: #FFF;
    line-height: 2.2em;
    height: 2.2em;
    border: 2px solid #FFF;
    border-radius: 10px;
    border-style: double;
}

.news .news-main .news-right {
    width: 410px;
    height: 625px;
    float: right;
}

.news .news-main .news-right a {
    display: block;
    line-height: 0;
    overflow: hidden;
    float: right;
    border: 1px solid #CCC;
}

.news .news-main .news-right a:first-child {
    margin-bottom: 28px;
}

.news .news-main .news-right a:hover img {
    -webkit-animation: zoom 1s ease-in-out forwards;
    animation: zoom 1s ease-in-out forwards;
}

@media only screen and (max-width: 1400px) {
    .news {
        height: 685px;
    }
    .news .news-main .news-left {
        height: 625px;
        width: 580px;
    }
    .news .news-main .news-left > div {
        height: 99px;
        width: inherit;
        margin-bottom: 20px;
    }
    .news .news-main .news-left > a {
        height: 118px;
        margin-bottom: 15px;
    }
    .news .news-main .news-left > a span {
        width: 395px;
    }
    .news .news-main .news-right {
        width: 270px;
        height: 625px;
    }
    .news .news-main .news-right img {
        width: 260px;
        height: 275px;
    }
    .news .news-main .news-right a:first-child {
        margin-bottom: 20px;
    }
}

.contact {
    height: 250px;
    background-color: #343434;
}

.contact .contact-main {
    height: 152px;
    padding-top: 20px;
}

.contact .contact-main div {
    height: inherit;
    width: 700px;
    float: left;
}

.contact .contact-main div p {
    line-height: 1.8;
    color: #48bcac;
}
.contact .contact-main div p a{
	color: #48bcac;
}

.contact .contact-main img {
    width: 133px;
    height: 125px;
    float: right;
}

.footer {
    height: 46px;
    padding-top: 3px;
    background-color: #48bcac;
    color: #FFF;
}

.footer .footer-main {
    height: inherit;
    text-align: center;
}

.footer .footer-main p {
    vertical-align: text-bottom;
}
.footer .footer-main a{
	color: #FFFFFF;
}

/*内页
*********************************/
.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;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 225px;display: block;}
.ny_left a:hover{color: #48BCAC;}
.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:#48BCAC}
.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:#48BCAC;border:1px solid #0BBBF6;background:#fafafa}
.ny_left_list_body ul li a:hover span{color:#48BCAC}
.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:#48BCAC}
.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 #48BCAC}
.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:#48BCAC}
.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: auto;max-width:228px;height:171px;margin: 0 auto;display: block;}
.ny_right_body .ny_product_index ul li a i{display: block;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:36px;display:block;width:auto;height:36px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_right_body .ny_product_index ul li a .p1{float: none;text-align: center;}
.ny_right_body .ny_product_index ul li a:hover p{color:#48BCAC}
.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:#48BCAC}
.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:#48BCAC}
.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:#48BCAC}


.page{clear: both;text-align: center; }
.page ul li{display: inline-block; padding: 0 6px; margin: 0 auto; color: #48BCAC; margin-top: 20px; }
.page ul li a{ color: #48BCAC; }
.page ul li.active a{color: #FFFFFF; background: #48BCAC; border: 1px solid #48BCAC; padding:5PX 10px;}

.ny_right_message form{width: 500px;margin: 0 auto;}
.ny_right_message ul li{width: 100%;line-height: 30px;margin: 0 auto 26px;font-size: 14px;}
.ny_right_message ul li input{width: 80%;height: 24px; border:1px solid #eaeaea;}
.ny_right_message ul li textarea{width: 94%;min-height: 80px; border:1px solid #eaeaea;}
.ny_right_message ul li button{width: 80px;height: 34px;line-height: 34px;text-align: center;display: block;margin: 0 auto;background-color:#48BCAC;border: 0;color:#fff;cursor: pointer;}
.ny_right_message ul li button:hover{ background-color:#999;}
.ny_right_message .form-code input{width: 70%;}
.ny_right_message .form-code img{width: 150px;height: 30px;vertical-align: middle;}
.ny_right_message .form-code span{ display:block; float:left; width:64%;}

.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: #14322a; text-indent: 24px; }
.news_page ul li a{ color: #14322a; }
.news_page ul li a:hover{ color: #fba10d; }