*{ padding: 0; margin: 0;}
body {
    font-family: tahoma,
    "Microsoft YaHei",
    "Heiti SC",
    "SimHei" !important,
    "Roboto",
    Arial,
    Helvetica,
    sans-serif;
    color: #232323;
    background: #fff;
}
a{
    text-decoration: none !important;
    color: inherit;
}
a:focus {
    outline: none;
}
ul,li{
    list-style: none;
}

.pic{
    width: 100%;
    height: auto;
    display: block;
}
.pa0{
    padding: 0;
}

.top60 {
    margin-top: 60px;
}
.bottom60{
    margin-bottom: 60px;
}
.pa0{ padding:0 !important;}
.paleft0 {
    padding-left: 0;
}
.topnav{
    background: #333;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.topnav .right{
    text-align: right;
}
.topnav .right p{
    margin: 0 15px 0 0;
    display: inline;
}
.Language {
    float: right;
    line-height: 86px;
    margin-left: 20px;
}

.Language img {
    margin: 0 5px;
}
/* nav */
.navbar {
    background: #fff;
    border: none;
    height: 80px;
    margin-bottom: 0 !important;
    z-index: 99;
    padding: 0 50px 0 35px;
}

.navbar-brand {
    padding-top: 0 !important;
    width: 500px;
}

.navbar-brand>img {
    width: 100%;
    padding-top: 4px;

}

.navbar-brand>p {
    font-size: 26px;
    letter-spacing: 4px;
    padding-top: 20px;
}

.navbar-brand>p>span {
    font-size: 12px;
    letter-spacing: 0;
}

.nav {
    float: right;
    margin-right: 60px;
}

.dropdown-menu {
    min-width: 0 !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 620px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
   height: 80px;
   line-height: 94px;
   font-size: 16px;
   color: #666;
    font-weight: 600;
}
@media (max-width: 1440px){
    .nav>li>a {
        margin: 0 20px;
    }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fb0101;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #19b0b1;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fb0101;

}

.navbar-default .navbar-nav>.active>a>span {
    width: 100%;
}

.nav>li>a {
    padding: 0 0 !important;
    margin: 0 10px;
}

.nav>li>a>span {
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #fb0101;
    transition: .5s;
    border-radius: 50px;

}

.nav>li>a:hover>span {
    width: 100%;
}

.nav>li>a:hover {
    color: #19b0b1;
}

.nav>li {
    position: relative;
}

.nav>li>ul {
    position: absolute;
    left: 0;
    top: 80px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: none;
    transform: translateY(30px);
    width: 100%;
    transition: .3s;
}

.nav>li:hover>ul {
    display: block;
    transform: translateY(0);
}

.nav>li>ul>li {
    text-align: center;
    line-height: 32px;
}


.nav>li>ul>li>a {
    font-size: 12px;
    color: #666;
}

.nav>li>.dropdown-menu>li:hover {
    background: #19b0b1 !important;
}

.nav>li>ul>li:hover>a {
    color: #333;
}



.Language {
    float: right;
    line-height: 86px;
    margin-left: 20px;
}

.Language img {
    margin: 0 5px;
}

@media all and (max-width: 1200px) {

    /*.navbar-header>.navbar-brand:last-of-type{*/
    /*display: none;*/
    /*}*/
    .navbar-toggle {
        border: none;
        margin-top: 10px;
        margin-right: 5px;
    }

    .navbar-toggle:hover {
        background: #fff !important;
    }

    .navbar-toggle:focus .icon-bar {
        background: #888 !important;
    }

    .nav {
        float: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        background: #fff;
    }

    body {
        overflow-x: hidden;
    }

   

}

@media all and (max-width: 767px) {
    .navbar-nav {
        z-index: 999999;
        background: #fff;
        margin: 7.5px 0 !important;
        width: 60%;
    }

    .navbar-default .navbar-nav>li>a{
        line-height: 46px;
        height: 46px;
    }
    .navbar-brand {
        width: 76%;
    }
    .navbar{
        height: 50px;
        padding: 0;
    }
    .jq22-container{
        margin-top: 50px !important;
    }
    .caret{ display: none;}
    .navbar-nav>li>.dropdown-menu{
        display: none;
    }
    .flex-direction-nav{
        display: none;
    }

}

/* flexslider-banner */
.jq22-container {
    margin-top: 80px;
}
.flexslider{position:relative;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides img{width: 100%; height: auto;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:12px;height:12px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

.cont9{ width: 90%; margin: 0 5%;}
.cont8{ width: 80%; margin: 0 10%;}

/* sy-about */
.weabout {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 0;
    background: url(../images/pattern-1.png) left center no-repeat;
}
.weabout h2{
    color: #333333;
    font-family: 'Century Gothic';
    font-weight: bold;
    font-size: 40px;
}
.weabout h5{
    font-size: 22px;
}
.weabout h6{
    font-size: 16px;
   margin: 18px 0 24px;
}
.weabout p {
    width: 50%;
    margin: 15px auto;
    font-size: 14px;
    color: #666;
    text-align: justify;
}
.button-box{
    width: 100%;
    text-align: center;
    margin: 18px 0 0;
}
.btn-style-transparent {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    color: #19b0b1;
    padding: 7px 41px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    background-color: #fff;
    text-transform: capitalize;
    border: 1px solid #19b0b1;
}

.btn-style-transparent:hover {
    background-color: #19b0b1;
    color: #fff;
}
.flex-item{ position: relative;}
.flex-item p {position:absolute;bottom:0;width:100%;height:38px;line-height:38px;text-align:center;background:rgba(0,0,0,.3);margin-bottom:0;color:#fff;}

/* sy-product */
.carousel-example {
    padding: 0 0 50px 0;
}
.carousel-control.left{ left: -72px;}
.carousel-control.right{ right: -72px;}
@media all and (max-width: 767px) {
    .carousel-control.left{ left: 0;}
    .carousel-control.right{ right: 0;}
}

#complicated-content-carousel .carousel-control {
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
    bottom: auto;
    width: 14px;
    font-size: 25px;
    color: #3c3c3c !important;
    opacity: 1;
}

#complicated-content-carousel .carousel-control.left,
#complicated-content-carousel .carousel-control.right {
    background-image: none;
}

#complicated-content-carousel .carousel-control.left {
    right: 35px;
}

#complicated-content-carousel .index {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 16px;
    color: #3c3c3c;
}

#complicated-content-carousel .flex-item {
    position: relative;
    display: inline-block;
    width: 320px;
    height: 380px;
    padding: 16px 13px;
    background-color: #f5f6f7;
    border: 6px solid #f5f6f7;
}

#complicated-content-carousel .flex-item:hover,
#complicated-content-carousel .flex-item:focus {
    border: 6px solid #d2d4d5;
    border-radius: 3px;
}

.flex-item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    /* background: rgba(0, 0, 0, .3); */
    margin-bottom: 0;
    color: #fff;
}

.good-top {
    height: 21px;
}

.good-top-left {
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
    line-height: 21px;
}

.good-top-right {
    height: 21px;
    text-align: right;
}

.choose-color div {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    letter-spacing: 5px;
    cursor: pointer;
}

.choose-color .blue {
    background-color: #165eb9;
}

.choose-color .yellow {
    background-color: #ffe637;
}

.choose-color .black {
    background-color: #535253;
}

.choose-color .grey {
    background-color: #d3a7ac;
}

.choose-color .dark-blue {
    background-color: #35374c;
}

.choose-color .dark-blue-women {
    background-color: #192b5e;
}

.choose-color .light-blue-women {
    background-color: #1682c4;
}

.good-top-left .fa {
    position: relative;
    top: 2px;
    font-size: 21px;
}

.good-bottom {
    height: 21px;
}

.good-bottom * {
    margin-top: 0;
    margin-bottom: 0;
}

.good-bottom-left a h4 {
    font-size: 18px;
    color: #3c3c3c;
    text-transform: uppercase;
    line-height: 21px;
}

.good-bottom-right {
    position: relative;
    top: -1px;
    font-size: 22px;
    color: #424242;
    text-transform: uppercase;
    line-height: 21px;
}

.good-top-left,
.good-bottom-left {
    float: left;
    text-align: left;
}

.good-top-right,
.good-bottom-right {
    float: right;
    text-align: right;
}

.good-image {
    height: 294px;
    text-align: center;
}

.good-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.good-image img {
    max-height: 240px;
    vertical-align: middle;
}

.size {
    position: absolute;
    padding: 0;
    cursor: pointer;
    transition: all .35s;
}

.size.shown {
    padding: 0 5px 5px 5px;
    background-color: #fff;
    border-radius: 2px;
}

.size.shown .option:hover {
    background-color: #f5f6f7;
}

.carousel-control {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
    font-size: 30px;
    text-align: center;
    opacity: 1;
}

a.carousel-control.left,
a.carousel-control.right {
    background-image: none;
    opacity: 1;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    line-height: 48px;
    border-radius: 50%;
}

/* MEDIA QUERIES */
/* styles for phones' displays */
@media only screen and (max-width: 350px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }
}

/* styles for medium size displays */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }
}

.carousel.flexible .items {
    display: none;
}

/*** 

====================================================================
	Featured Section
====================================================================

 ***/

.featured-section {
    position: relative;
    width: 100%;
    display: inline-flex;
    padding: 28px 0px 52px;
    background: #f7f9fb url(../images/pattern-5.png) right center no-repeat;
    margin: 50px 0 0;
}

.title-box .pull-left h2{
    border-left: 5px solid #19b0b1;
    padding-left: 8px;
    font-size: 22px;
}
.pull-right .view-events{
    display: inline-block;
    padding: 26px 0 0;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.news-block {
    position: relative;
    margin-top: 20px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image {
    position: relative;
    background-color: #161a33;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block.style-two .image .post-date,
.news-block.style-two .image {
    background-color: #f13a66;
}

.news-section.style-two .owl-dots .owl-dot.active,
.news-section.style-two .owl-dots .owl-dot:hover {
    background-color: #f13a66;
}

.news-block .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .inner-box:hover .image img {
    opacity: 0.4;
}

.news-block .image .post-date {
    position: absolute;
    left: 0px;
    padding: 8px 15px;
    bottom: -10px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    z-index: 1;
    line-height: 1.7em;
    text-align: center;
    padding-top: 12px;
    text-transform: capitalize;
    background: #ddd;
    /* background: linear-gradient(to bottom right, #00753b 0, #19b0b1 100%, #fff 50%); */
}

.news-block .image .post-date strong {
    font-weight: 700;
    font-size: 28px;
    display: block;
    font-family: 'Exo', sans-serif;
}

.news-block .lower-content {
    position: relative;
    padding: 30px 40px 20px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .lower-content .post-meta {
    position: relative;
}

.news-block .lower-content .post-meta li {
    position: relative;
    color: #222222;
    font-size: 13px;
    font-weight: 400;
    margin-right: 22px;
    display: inline-block;
}

.news-block .lower-content .post-meta li a {
    position: relative;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .post-meta li a:hover {
    color: #1cba9f;
}

.news-block .post-meta li:last-child {
    margin-right: 0px;
}

.news-block .post-meta li .icon {
    position: relative;
    margin-right: 6px;
    top: 1px;
}

.news-block .post-meta li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.news-block h3 {
    position: relative;
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 12px;
}

.news-block h3 a {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block h3 a:hover {
    color: #1cba9f;
}

/* footer */
.linkbox {
    margin: 50px 0 0;
}

.linkbox h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.linkbox ul li a {
    color: #444;
    font-size: 13px;
    line-height: 24px;
}
.wailink{
    width: 100%;
     display: flex;
     display: -webkit-flex;
     flex-flow: row wrap;
     justify-content: space-between;
     margin-top: 18px;
     border-top: 1px solid #ddd;
}

.wailink p{
    width: 50%;
    height: auto;
    line-height: 48px;
    font-size: 14px;
}

/* bread */
/* .position {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    margin-top: -40px;
}

.position .posbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.position .posbox .nybanleft {
    width: 60%;
}

.position .posbox .nybanleft h3 {
    position: relative;
    display: inline;
    padding: 15px 54px;
    background: #168772;
    color: #fff;
    font-size: 20px;
    border-radius: 0 30px 0 0;
}

.position .posbox .nybanleft ul li {
    float: left;
    padding: 4px 54px;
    line-height: 52px;
    font-size: 22px;
    position: relative;
    margin-top: -4px;
}

.position .posbox .nybanleft ul .active {
    background: #009970;
}

.position .posbox .nybanleft ul .active a {
    color: #fff;
}

.position .posbox .nybanleft ul a {
    color: #333;
}

.position .posbox .nybanright a {
    color: #333;
} */

.nytitname{
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 62px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
}
.nytitname:hover a{
    color: #fff !important;
}

.inner-about {
    padding: 0 20px;
}

.inner-about h1 {
    margin: 0;
    text-align: center;
    color: #CCC;
}

.inner-about h2 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
}

.inner-about p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    color: #444;
    letter-spacing: 2px;
}

.inner-about h3 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    margin-top: 26px;
    border-top: #ccc 1px solid;
    padding-top: 30px;
}

.pa0 {
    padding: 0;
}

/* ny-about */
.position{ border: none; background: #61ba46; margin-top: 80px;}
.posbox ul{ width: 100%; line-height: 62px; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.posbox ul li{ color: #fff; float: left; position: relative;}
.posbox ul li a{ color: #fff; font-size: 16px; width: 100%; padding: 0 42px; border-right: 1px solid #ddd;}
.posbox ul li:last-of-type a{ border-right: none;}
.posbox ul .active::before{ content: ""; position: absolute; bottom: 12px; background: #f5f5f5; width: 48%; margin: 0 26%; height: 2px; z-index: 2;}
.posbox ul .active a{ color: #fff;}
.nyabbg {
    background: #fff;
    margin: 0 0 42px;
}

.nycontent {
    width: 100%;
    height: auto;
    margin: 50px 0 0;
    display: inline-block;
    background: #fff;
    /* box-shadow: 2px 3px 5px #ddd; */
    padding: 0;
}

.tu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.abjj {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 15px 0 0;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.abjj::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.abjj::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.15);
}

.abjj::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


.abjj p {
    line-height: 22px;
    /* text-indent: 2em; */
    font-size: 15px;
    color: #666;
    text-align: justify;
}

.abtu img {
    margin: 20px 0 0;
}
/* ny-linian */
.lnright h4 {
    line-height: 36px !important;
    color: #555;
    font-size: 22px;
    margin-bottom: 36px;
}
.lnbox img{
    margin-left: -15px;
}
.lnright {
    padding: 80px 0 0;
    text-align: center;
}
@media all and (max-width: 1440px) {
    .lnright h4 {
        line-height: 30px !important;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .lnright {
        padding: 50px 0 0;
    }
}

.cstype-wp {
    margin: 52px auto 60PX;
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cstype-wp>div {
    width: 19%;
    float: left;
    line-height: 60px;
    color: #fff;
    position: relative;
    height: 150px;
    overflow: hidden
}

.cstype-wp>div>a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top .4s 0s ease-out;
    transition: top .4s 0s ease-out
}

.cstype-wp>div:hover>a {
    top: -150px
}

.cstype-wp .cstype-a em,
.cstype-wp .cstype-b em,
.cstype-wp .cstype-c em,
.cstype-wp .cstype-d em,
.cstype-wp .cstype-e em{
    width: 100%;
    height: 150px;
    line-height: 30px;
    font-style: normal;
    text-align: center;
    font-size: 25px;
    color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
}
.cstype-wp .cstype-a em{ background: rgba(0, 0, 0, .3);}
.cstype-wp .cstype-b em{ background: rgba(0, 0, 0, .4);}
.cstype-wp .cstype-c em{ background: rgba(0, 0, 0, .5);}
.cstype-wp .cstype-d em{ background: rgba(0, 0, 0, .6);}
.cstype-wp .cstype-e em{ background: rgba(0, 0, 0, .65);}


.cstype-wp .cstype-a span,
.cstype-wp .cstype-b span,
.cstype-wp .cstype-c span,
.cstype-wp .cstype-d span,
.cstype-wp .cstype-e span{
    width: 100%;
    height: 150px;
    color: #fff;
    padding: 15px;
    line-height: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(22, 135, 114, .8);
}



/* .lnbox ul{
    width: 100%;
    margin: 30px 0;
    display: inline-block;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.lnbox ul li{
    width: 19.5%;
    padding: 42px 0;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 22px;
    position: relative;
    overflow: hidden;
}
.lnbox ul li p{
    z-index: 10;
}
.lnbox ul li b{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform:uppercase;
}
.lnbox ul li:nth-of-type(1){
    background: rgba(22, 135, 114, .5);
}
.lnbox ul li:nth-of-type(2) {
    background: rgba(22, 135, 114, .6);
}
.lnbox ul li:nth-of-type(3) {
    background: rgba(22, 135, 114, .7);
}
.lnbox ul li:nth-of-type(4) {
    background: rgba(22, 135, 114, .8);
}
.lnbox ul li:nth-of-type(5) {
    background: rgba(22, 135, 114, .9);
} */

/* ny-news */
/* .newshow{
    margin-top: 50px;
} */
.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 18px;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 10px;
}
.newshow .wenz p img {
    width: 63%;
    height: auto;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}

/* ny-download */
.downbox {
    width: 90%;
    height: auto;
    margin: 42px auto 30px;
    border-top: 4px solid #009970;
}

.downbox li {
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.downbox li a {
    width: 100%;
    display: flex;
    line-height: 56px;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
    text-indent: 0;
}

.downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.downbox li:hover b {
    color: #009970;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-product */
.prone{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.proneleft{
    width: 100%;
    height: auto;
    /* display: -webkit-box; */
    background: #f0eff6;
}
.pronetit h3{
    background: #61ba46;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
}
.pronetit p{
   color: #444;
   padding: 0 20px;
   line-height: 24px;
   font-size: 16px;
}
.pronetit p span{
    margin-left: 1.5em;
}
.proneright{
    width: 100%;
    height: auto;
    padding: 12px 30px;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.proneright li{
    line-height: 30px;
    font-size: 16px;
}
.proneright li a {
    color: #444;
}
.proneright li a h4{
    margin-bottom: 15px;
}
.proneright li a:hover {
    color: #19b0b1;
}
.proneright li a:hover i{
    color: #19b0b1;
}
.proneright li a i{
    color: #555;
}
.proneright li a h4{
    color: #444;
}
.proneright li .plist li {
    line-height: 26px;
}
.proneright li .plist li a{
    font-size: 14px;
    color: #666;
}
.proneright li .plist li a:hover{
    color: #19b0b1;
}
.pboxny {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.pboxny img {
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: 0 0 1px #ccc;
    background-color: skyblue;
    transition: all 1s;
    border: 1px solid #ddd;
}

.pboxny img:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pboxny p {
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
}

.pboxny:hover p {
    color: #009970;
    border-bottom: 1px solid #009970;
}

.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}
.pro-next {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 8px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-next p a {
    color: #333;
}

.pro-next p a:hover {
    color: #009970;
}

.prolist{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pback {
    width: 100px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    display: block;
    padding: 5px 15px;
}

.pback:hover {
    background: #61ba46;
    color: #fff;
}

.cantit {
    background: #61ba46;
    padding: 12px 0;
    color: #fff;
    margin: 15px 0;
}

.youcs {
    padding: 20px 0;
}
.youcs p img {
    width: 100%;
    height: auto;
}
.sp-wrap {
    border: 1px solid #009970 !important;
    background: #fff !important;
}

.sp-large {
    margin-bottom: 5px !important;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    opacity: 1 !important;
    margin-right: 5px;
}
.pro-title {
    margin-top: 0 !important;
}

.pro-title h2 {
    margin: 0 !important;
}
table {
    width: 100% !important;
    height: auto;
    border: 1px solid #ddd;
}

table>tbody>tr:nth-of-type(1)>td {
    background: #f5f5f5;
}

table>tbody>tr>td {
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
}

/* left-nav */
.nav-pro>ul {
    border: none;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.nav-pro>ul>li {
    position: relative;
    margin: 0 15px 0 0;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
}

.nav-pro>ul>li>a {
    padding: 2px 0 0 10px;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 42px;
    font-weight: 600;
}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid #168772;
    background: #f5f5f5;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}

.nav-pro>ul>.active {
    border: none;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid #168772;
    background: #f5f5f5;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 15px;
}

.nav-pro>ul>li>ul>li>a {
    color: #555;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.nav-pro>ul>li>ul>.active {
    background: #168772;
}

.nav-pro>ul>li>ul>li>ul>li {
    padding-left: 26px;
}

.nav-pro>ul>li>ul>li>ul>li>a {
    color: #888;
    line-height: 32px;
    width: 92%;
    display: block;
    padding: 0 0 0 8px;
    border-bottom: 1px dotted #ddd;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}

.sonmenu {
    display: none;
}

.pinzhib{ 
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/rybg.jpg) no-repeat top center;
    margin-bottom: 50px;
}
.pinzhib p{
    font-size: 16px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #5b291d;
    font-weight: 600;
}

/* ny-shichang */
.mapbox{
    width: 100%;
    height: auto;
    display: inline-block;
    border: 3px solid #f5f5f5;
    padding: 20px 15px;
    transform: 0.5s;
}
.mapbox:hover{
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px #ddd;;
}
.mapbox .zlzi {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.mapbox .round{
    width: 100%;
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.annular {position:relative;height:92px;width:92px;}
svg {-webkit-transform:rotate(-0.05deg);transform:rotate(-0.05deg);}
circle {-webkit-transition:stroke-dasharray .25s;transition:stroke-dasharray .25s;}
.annular .red {position:absolute;z-index:10;width:100%;text-align:center;height:100%;line-height:92px;top:0;left:0; font-size: 24px; font-weight: 600; color: #444;}
.shicbox{ width: 100%; height: auto; margin-bottom: 50px; display: inline-block;}

/* ny-news */
.news {
    display: inline;
}

.news li {
    width: 100%;
    display: inline-block;
    border: #ddd 1px solid;
    padding: 32px;
    margin-bottom: 15px;
    transition: all 1s;
}

.news li:hover {
    background: #fafafa;
    box-shadow: 10px 10px 10px #ddd;
}

.news li:hover a {
    color: #168772;
}

.news li a {
    color: #333;
}

.news li a p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
}

.news li h4 {
    font-size: 20px;
    margin: 0 0 15px;
}

/* ny-link */
.messagebox h4{
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid #168772;
    padding-left: 7px;
}
.messagebox .message-con{
    border-top: 4px solid #ddd;
    margin: 20px 0 0;
    padding-top: 12px;
}
.messagebox .message-con .form-control{
    width: 94%;
    height: auto;
    margin: 0 3%;
    padding: 0 30px;
    line-height: 52px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.submit{
    display: block;
    margin: 15px auto;
    background: #ddd;
    border: none;
    padding: 10px 50px;
    border-radius: 30px;
}
.submit:hover {
    background: #009970;
    color: #fff;
}

.linkbox1 {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 10px;
    text-align: center;
}
.linkbox1 h3 {
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid #168772;
    padding-left: 7px;
    text-align: left;
    margin: 9px 0 0;
}
.linkbox1 ul{
    border-top: 4px solid #ddd;
    margin: 20px 0 0;
}

.linkbox1 b {
    font-weight: normal;
}

.linkbox1 ul li {
    line-height: 28px;
    padding: 30px 28px 36px;
    text-align: left;
    line-height: 38px;
}
.linkbox1 ul li i{
    color: #009970;
}

.linkbox1 ul li p {
    border-bottom: 1px dotted #ddd;
    padding: 0 10px;
}

@media all and (max-width: 767px) {
    .cont8{ width: 90%; margin: 0 5%;}
    .nav>li:hover>ul{ display: none;}
    .nav>li:click>ul{ display: none;}
    .weabout p{ width: 82%;}
    .sj{ display: none;}
    .linkbox{ margin: 28px 0 0;}
    .wailink p{ width: 100%; line-height: 26px; padding: 15px 0 0;}
    .posbox ul li{ width: 50%;}
    .posbox ul { width: 100%; height: auto; line-height: 52px; display: inline-block;}
    .cstype-wp>div{ width: 100%;}
    .lnbox img{ margin: 0;}
    .pinzhib .one{ width: 140%; margin-left: -20%;}
    .pinzhib p{ font-size: 12px; font-weight: normal;}
    .pa5{ padding: 0 5px;}
    .inner-about{ padding: 0;}
    .linkbox1 ul li{ padding: 30px 0 36px;}
    .position{ margin-top: 50px;}
}