* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}
ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

.container {
    width: 1270px;
    margin: 0 auto;
}
.pic{
    width: 100%;
    height: auto;
}
p {
    position: relative;
    font-size: 11px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555555;
    margin: 0px;
    transition: all 500ms ease;
}
body,
html {
    background: #fff;
    height: 100%;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
}

.top {
    z-index: 99;
    position: relative;
}
.pa0{ padding: 0 !important;}
@media (min-width:1500px) {
    .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media (max-width:1499px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
}

@media (max-width:1299px) {
    .container {
        max-width: 940px;
        padding: 0 15px;
    }
}

@media (max-width:979px) {
    .container {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
    }
}

/*导航*/
.navbar-default{ background: none !important;}
.navbar1{
    box-shadow: none;
    background: #fff;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.navbar1.active{
    background: rgba(255, 255, 255, 1);
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition:background 1s;
}

.navbar-nav {
    float: right !important;
}

.navbar-nav>li {
    line-height: 80px;
}

.navbar-nav>li>a {
    line-height: 48px !important;
    color: #333;
    font-size: 18px;
    position: relative;
    padding: 10px 20px !important;
}
.navbar-nav>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 37px;
    width: 82%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.11);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 32px;
    border-radius: 0 0 0 10px;
    margin: 0 auto;
    opacity: 0;
    z-index: -1;
}

.navbar-nav>li:hover>a::before{
    opacity: 1;
}

.navbar-brand {
    padding: 0 15px !important;
}

.carousel-indicators {
    bottom: 50px !important;
}


.slide{
    padding-top: 78px;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 27px;
    padding-bottom: 24px;
}

.sec-title.centred {
    text-align: center;
    padding-bottom: 22px;
}

.sec-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #599b47;
}

.sec-title.centred:before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -8px;
}

.sec-title .dotted-box .dotted {
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #599b47;
}

.sec-title .dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.sec-title .dotted-box .dotted:last-child {
    left: 55px;
}

.sec-title.centred .dotted-box .dotted {
    left: 50%;
    margin-left: 15px;
}

.sec-title.centred .dotted-box .dotted:nth-child(2) {
    left: 50%;
    margin-left: 21px;
}

.sec-title.centred .dotted-box .dotted:last-child {
    left: 50%;
    margin-left: 27px;
}

.sec-title p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    text-transform: uppercase;
    /* font-weight: 600; */
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 26px;
    /* line-height: 6px; */
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform:uppercase;
}

.sec-title.light p,
.sec-title.light h2 {
    color: #fff
}

/* 首页应用 */
.syingy{
    width: 100%;
    height: 350px;
    display: inline-block;
    margin: -80px 0 80px 0;
}

#content {
	width:100%;
}
#content ul {
	position:relative;
    width: 100%;
    height: auto;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
#content .bar li {
	width: 23%;
	height:350px;
	float:left;
}
#content ul li a {
	width:100%;
	height:400px;
	display:block;
	position:relative;
	/*远近度*/
	perspective:400px;
	transition:all 1s;
}
#content ul li:hover a{
    cursor: pointer;
}
#content ul li a>div {
	transition:all 1s;
	/*背面不可视*/
	backface-visibility:hidden;
}
#content ul li a .forward{
    width: 100%;
    height: 350px;
    background: #599b47;
    padding: 38px;
}
#content ul li a .forward img{
    width: 72px;
}
#content ul li a .forward .frzi{
    color: #fff;
    margin: 146px 0 0 0;
}
#content ul li a .forward .frzi h3{
    font-weight: 600;
}
#content ul li a .forward .frzi p{
    color: #fff;
    font-size: 18px;
    text-transform:uppercase;
    margin: 0;
}
#content ul li a:hover .forward {
	transform:rotateY(-180deg);
}
.tips {
	width:100%;
	height:350px;
    padding: 30px;
	color:#fff;
	background:#1b242b;
	transform:rotateY(180deg);
	transition:all 1s;
	position:absolute;
	top:0px;
	left:0px;
}
.tips h3{
    font-weight: 600;
}
.tips p {
    color: #fff;
	text-indent:2em;
	line-height:1.5em;
	font-size:10px;
	font-weight:400px;
    margin: 30px 0;
}
.tips span{
    color: #599b47;
    font-size: 17px;
    font-weight: 600;
}
#content ul li a:hover .tips {
	transform:none;
	border-radius:10px;
}

/* 首页关于我们 */
.syabout{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f6f6f7;
    padding: 60px 0;
}
.syabout .syaleft h3{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.syabout .syaleft h4{
    color: #b7b9be;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.syabout .syaleft p{
    width: 80%;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 15px;
}
.syabout .syaleft a{
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #1b242b;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
}
.syabout .syaleft a:hover{
    background: #599b47;
}
.syabout .syaright{
    position: relative;
}
.syabout .syaright .sabzi{
    position: absolute;
    top: 30%;
    left: -76px;
    width: 168px;
    height: 154px;
    background: #599b47;
    border: 10px solid #f6f6f7;
    text-align: center;
    padding: 28px 0 0;
    color: #fff;
}
.syabout .syaright .sabzi h3{
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}
.syabout .syaright .sabzi h3 span{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.syabout .syaright .sabzi p{
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

/*--产品切换--*/
#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}

.img-box {
    border: 1px solid #ddd;
    margin: 0 5px;
}

.zoom .img-box {
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}

.zoom:hover .img-box {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.zoom {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.img-box-content,
.pets-info {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-box-content img,
.pets-info img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.img-box-content {
    position: relative;
}

.pets-info {
    top: 0;
    left: 0;
    position: absolute;
}

.pets-info .pets-info-slid {
    display: block;
    position: relative;
    padding: 2%;
    left: 50%;
    top: 50%;
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.strip_line {
    display: block;
    position: relative;
    height: 1px;
    width: 60%;
    margin: 16px auto;
    background: rgba(255, 255, 255, 0.5);
    clear: both;
}

.pets-effect {
    display: block;
    overflow: hidden;
    position: relative;
}

.pets-effect .pets-info {
    filter: alpha(opacity=0);
    -wekbit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateZ(0) scale(2, 2);
    -moz-transform: translateZ(0) scale(2, 2);
    -ms-transform: translateZ(0) scale(2, 2);
    -o-transform: translateZ(0) scale(2, 2);
    transform: translateZ(0) scale(2, 2);
    color: #e6e6e6;
}

.pets-effect .pets-info * {
    z-index: 3;
}

.pets-effect .pets-info:after,
.pets-effect .pets-info:before {
    content: "";
    display: block !important;
    position: absolute;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 101%;
    height: 101%;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.pets-effect.ver_line .pets-info:before {
    -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    transform: translateZ(0) translateX(100%) rotateZ(180deg);
}

.pets-effect.ver_line .pets-info:after {
    -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}

.pets-effect.ver_line:hover .pets-info {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.pets-effect.ver_line:hover .pets-info:before {
    -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    transform: translateZ(0) translateX(50%) rotateZ(0deg);
}

.pets-effect.ver_line:hover .pets-info:after {
    -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}

.pets-effect.horizontal .pets-info:before {
    -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    transform: translateZ(0) translateY(100%) rotateZ(180deg);
}

.pets-effect.horizontal .pets-info:after {
    -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}

.pets-effect.horizontal:hover .pets-info {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.pets-effect.horizontal:hover .pets-info:before {
    -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    transform: translateZ(0) translateY(50%) rotateZ(0deg);
}

.pets-effect.horizontal:hover .pets-info:after {
    -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}

.pets-info-slid h4 {
    font-size: 28px;
    color: #168772;
}

.pets-info-slid p {
    line-height: 2.2em;
    color: #fff;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

.treatments h3 {
    color: #168772;
}

.pets-effect-btm h5 {
    color: #333;
    font-size: 18px;
    margin: 0px 0 20px;
    text-align: center;
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
}

.pets-effect-btm p {
    color: #333;
    font-size: 15px;
    text-align: center;
    line-height: 2.2em;
}

.pets-effect-btm {
    padding: 2.5em 2.5em 0;
}

.treatments p {
    color: #333;
}

.home-pro {
    margin: 60px 0;
    /* background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0; */
}

.sytitle {
    font-size: 26px !important;
    color: #333 !important;
    margin: 10px 0;
    letter-spacing: 2px;
}

.xian {
    width: 100%;
    display: block;
    text-align: center;

}

.gray {
    color: #999 !important;
    /* font-size: 18px; */
    /* letter-spacing: 3px; */
    margin: 0;
}

.listpro {
    margin: 15px 0 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.listpro li {
    float: left;
    border: 1px solid #ddd;
    padding: 5px 25px;
    margin: 0 10px;
    border-radius: 30px;
}

.listpro li a {
    color: #666;
}

.listpro li:hover {
    background: #168772;
}

.listpro li:hover a {
    color: #fff;
}

/*--//产品切换--*/

/* sy-应用 */
.syybox{
    width: 100%;
    height: auto !important;
    display: inline-block;
}
.syybox .yycontent{
    width: 100%;
    background: #1b242b;
    color: #fff;
    padding: 68px 0 56px;
}
.syybox .yycontent .ybox1{
    letter-spacing: 2px;
}
.syybox .yycontent .ybox1 h2{
    font-weight: 600;
}
.syybox .yycontent .ybox1 h6{
    color: #757981;
    font-weight: normal;
    font-size: 16px;
}
.syybox .yycontent .ybox1 h4{
    font-size: 24px;
    margin: 15px 0 26px;
}
.syybox .yycontent .ybox1 ul{
    width: 100%;
    height: auto;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.syybox .yycontent .ybox1 ul li h1{
    font-size: 70px;
    font-weight: 600;
    color: #599b47;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    margin-right: 24px;
    font-family: "Raleway", Sans-serif;
}
.syybox .yycontent .ybox1 ul li .jyzi{
    margin: 30px 0 0;
}
.syybox .yycontent .ybox1 ul li .jyzi h3{
    margin: 5px 0;
    font-weight: normal;
}
.syybox .yycontent .yytu{
    margin: 
}

.ytb{
    position: relative;
    overflow:hidden;
}
.ytb img {transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;}
.ytb:hover img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.ytb p{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1b242b;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    letter-spacing: 1px;
}

/* sy-news */
.synews{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #f6f6f7;
}
.synzi{
    padding: 30px;
}
.synzi .time{
    font-size: 24px;
    color: #599b47;
    position: relative;
    margin-bottom: 15px;
}
.synzi .time::before{
    content: "";
    width: 50px;
    height: 2px;
    background: #599b47;
    position: absolute;
    top: 12px;
    left: 180px;
}

.synzi h3{
    font-size: 20px;
    color: #333;
    line-height: 32px;
    margin: 0 0 15px;
    font-weight: 600;
}

.synzi span{
    font-size: 16px;
    color: #555;
}
.synews ul{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.synews ul li {
    width: 32%;
    transition: all 0.3s ease 0s;
    background: #fff;
}

.synews ul li:hover{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translate(0, -10px);
}


/* sylogo */
.sylogo {
    width: 100%;
    height: auto;
    background: #555;
    padding: 60px 0;
}
.khzi{
    width: 70%;
    height: auto;
    margin: -15px auto 0;
    font-size: 18px;
    color: #ddd;
}

.sylogo img {
    width: 96%;
    margin: 0 2% 12px;
    border: 3px solid rgba(0, 0, 0, .3);
    transition: all 0.3s ease 0s;
}

.sylogo img:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px);
}

.sylogobox {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    display: inline-block;
}
.sykhbtn{
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.sylink{
    background: url(../images/bg3.jpg);
    margin: -1px 0 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}
.sylink .sylinkzi{
    display: inline-block;
    width: 100%;
    color: #fff;
    
}

.sylink .sylinkzi p{
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

.sylink h3{
    font-size: 26px;
    color: #fff;
}

.sylink h3 img{
   width: 68px;
   height: auto;
}

.sylinkzi .slinkleft{
    float: left;
    border-right: 1px solid #ddd;
    margin: 0 30px 0 0;
    padding: 15px 20px 15px 60px;
    text-align: right;
    font-size: 16px;
}
.sylinkzi .slinkleft p b{
    font-size: 18px;
}
.sylinkzi .slinkright{
    display: inline-block;
    padding: 28px 20px 15px 0;
}

/* footer */
footer{
    background: #1b242b;
    padding: 50px 0 30px;
    border-top: 8px solid #599b47;
}
footer ul{
    display: inline-block;
    padding: 0 12px;
}
footer ul li{
    float: left;
    line-height: 32px;
}
footer ul li a{
    color: #fff;
    font-size: 16px;
}
footer ul li:hover a{
    color: #599b47;
}
footer ul li span{
    margin: 0 15px;
    display: inline-block;
    color: #ddd;
}
footer ul li:nth-last-of-type() span{
    display: none !important;
}
.bq {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* border-top: 1px solid #666; */
    line-height: 71px;
    padding: -8px 12px 0;
}

.bq p {
    margin: 0;
    color: #fff;
    line-height: 62px;
}
.bq a{
    margin: 0;
    color: #fff;
}

@media all and (min-width: 1400px) {
    .sylinkzi .slinkleft {
        padding: 15px 20px 15px 0;
    }
}

@media all and (max-width: 767px) {
    .carousel{ padding-top: 68px;}
    .carousel-control{ display: none;}
    .navbar-brand>img{ height: 56px !important; width: auto;}
    .navbar-toggle .icon-bar { background: #000 !important;}
    .navbar-toggle{ padding: 18px 0 !important;}
    .navbar-nav{ float: none;}
}


/* ny-about */
.nyban{ padding-top: 69px; }
.nyban h3{ position: absolute; bottom:0; left:0; background: rgba(255, 255, 255, .86); padding: 18px 48px; margin:0; font-size: 16px; }
.nyban h3 a{ color: #333; font-size: 16px;}
.nyabbg {
    background: #fff;
}
.nycontent.bgnone{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 30px;
}
.nycontent {
    width: 100%;
    height: auto;
    margin: 68px 0;
    display: inline-block;
    background: #fff;
}
.abtu{
    width: 100%;
    height: auto;
    text-align: center;
}
.tua {
    display: block;
    margin: 0 auto;
}

.abjj {
    margin-top: 20px;
}

.abjj p {
    line-height: 26px;
    text-indent: 2em;
    font-size: 15px;
}
.nyalist{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nyalist li{
    float: left;
    margin-right: 20px;
    border: 1px solid #599b47;
    padding: 5px 25px;
    border-radius: 5px;
}
.nyalist li a{
    color: #599b47;
}
.tubox{
    margin-bottom: 30px;
}



/* 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: #599b47;
}

.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;
}

.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}
.wenz p strong {
    font-size: 18px;
    color: #599b47;
    padding-left: 8px;
}
.wenz p img{
    width: 96%;
    height: auto;
}
.casems{
    color: #666;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin: 20px 0 30px;
}
.casems P{
    text-indent: 0;
    font-size: 12px;
    margin: 0;
}
.news2 li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 8px;
}
.news2 li a{
    color: #333;
}
.news2 li a:hover{
    color: #599b47;
}

/* 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 */
.nyprolist{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.nyprolist li{
    width: 98%;
    margin: 0 1% 8px;
    text-align: center;
    background: #f5f5f5;
    height: 32px;
    line-height: 32px;
}
.nyprolist .active a{
    color: #599b47;
}
.nyprolist li a{
    color: #333;
}
.nyprolist li:hover{
    background: #599b47;
}
.nyprolist li:hover a{
    color: #fff;
}

.ptit{
    width: 100%;
    margin: 0 0 10px;
    background: #599b47;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    height: 52px;
    line-height: 52px;
}
.pbox {
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    border-bottom: 1px solid #ddd;
}

.pbox img {
    width: 100%;
    height: auto;
    margin: 50px auto box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition: all 1s;
    border: 5px solid #ddd;
}

.pbox:hover img{
    box-shadow: 5px 5px 6px #ddd;
    border: 5px solid  #599b47;
}
.pbox h3 {
    font-size: 20px;
    margin-top: 12px;
    padding: 10px 15px 0;
    color: #444;
    text-align: center;
}
.pbox p {
    text-align: left;

    line-height: 20px;
    height: 95px;
    font-size: 13px;
    color: #666;
    padding: 0 15px 10px;
}

.pbox:hover h3 {
    color: #599b47;
}

.pro-xq-ms .pro-test h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-align: center;
    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;
}
.pleft{ float: left; width: 66%; margin-right: 4%; padding-top: 26px;}
.protu{ width: 30%; height: auto;}
.pro-next {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 20px 15px;
    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: #599b47;
}
.pro-test{
    width: 100%;
    padding: 20px 30px;
}
.pro-test p{
    font-size: 16px;
    letter-spacing: 2px;
    color: #444;
}
.pro-test p strong{
    font-size: 18px;
    color: #599b47;
}
.pro-test table{
    width: 100% !important;
    height: auto;
    border: 1px solid 1px solid #ddd !important;
}
.pro-test table p{
    margin: 0;
}
.pro-test table tr td{
    border-width: 1px 1px 1px 1px !important;
    border-style: double solid solid double !important;
    border-color: rgba(55, 53, 137, .5) !important;
    padding: 5px !important;
}
.pdescribe h2{
    border-bottom: 1px solid #ddd;
    line-height: 48px;
    color: #4a4a4a;
}
.pdescribe .miaos{
    font-size: 14px;
    line-height: 24px;
    max-height: 168px;
    padding-bottom: 24px;
    overflow: hidden;
    color: #666;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.pdescribe .ptel{
    width: 100%;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.pdescribe .ptel{
    font-size: 20px;
}
.pdescribe .ptel p{
    font-size: 20px;
    margin: 0;
    line-height: 36px;
}
.pdescribe .ptel a{
    background: #599b47;
    color: #fff;
    line-height: 34px;
    border-radius: 30px;
    padding: 2px 26px;
}
.prodes{
    width: 100%;
    height: auto;
    display: inline-block;
    border-top: 2px solid #ddd;
    margin: 50px 0 0;
}
.prodes .pjj{
    margin: 20px 0 0;
    width: 100%;
    height: 146px;
    background:#f7f7f7;
}
.prodes .pjj .pjleft{
    width: 100%;
    height: 146px;
    text-align: center;
    background: #599b47;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
}
.prodes .pjj .pjright{
    width: 100%;
    height: 146px;
    text-align: left;
    padding: 30px;
    font-size: 16px;
    line-height: 28px;
}
.prodes .tlpro{
    width: 100%;
    height: auto;
    display: inline-block;
}
.prodtit{
    margin: 46px 0 28px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 3px;
}
.prodtit span{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
}

.prodes .tlpro .nyplist{
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.prodes .tlpro .nyplist p{
    color: #555;
    margin: 10px 0;
}

.prodes .tlpro .nyplist:hover{
    border: 1px solid  #599b47;
}
.pcanshu p{ text-align: left;}
.pcanshu p strong{ font-size: 20px; font-weight: 600; width: 100%; background: #599b47; color: #fff; display: inline-block; padding: 12px 15px;}
.pcanshu img{ width: 100%; height: auto;}
.pcanshu table {width:100% !important;height:auto;border:36px solid #eee;margin:20px auto 10px; background: #fff;}
.pcanshu table tbody tr:nth-of-type(1) td {background: #666; color: #fff; font-size: 17px; font-weight:600; }
.pcanshu table tbody tr td {padding:10px;vertical-align:center;border-bottom:1px solid #eee;border-right:1px solid #eee;text-align:center;}
.pcanshu .prolink{ width: 100%; height: auto; display: inline-block; padding: 42px; border: 1px solid #eee;}
.pcanshu .prolink h3{ width: 100%; height: auto; text-align: left; font-size: 20px; padding-left: 8px; border-left: 5px solid #599b47; font-weight: 600; display: inline; letter-spacing: 1px;}
.pboxlx{ width: 100%; height: auto; display: inline-block; margin: 30px 0 0;}
.prolibox{ width: 100%; height: auto; display: inline-block; border-bottom: 1px solid #ddd; line-height: 42px;}
.prolibox i{ background: #599b47; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; border-radius: 50%; margin-right: 10px;}
.tuijpro h3{ width: 100%; height: auto; border-bottom: 2px solid #ddd; margin: 25px 0; line-height: 60px; position: relative;}
.tuijpro h3::before{ content: ""; position: absolute; width: 100px; background: #599b47; height: 2px; left: 0; bottom: -2px;}
.tuijpro h3 span{ font-size: 16px; color: #888;}
.tuijpro a{ color: #333; line-height: 50px;}

.pyoushi{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}
.pyoushi .iconys{
    width: 94px;
    height: auto;
    background: #ddd;
    padding: 15px;
    border-radius: 12px;
}
.pyoushi .icbox{
    width: 100%;
    height: 264px;
    border: 3px solid #999;
    padding: 30px 15px 20px;
}

/* ny-case */
.case{display: inline;}
.case li {
    border: #f6f6f6 1px solid;
    padding: 30px;
    margin-bottom: 15px;
}
.case li:hover{ border: 1px solid #599b47;}
.case li:hover .leftTime i{
    border: none;
    background: #599b47;
    color: #fff;
}
.case li:hover .newTitle {
    color: #599b47;
}
.case li a {
    width: 100%;
    color: #333;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.rightC{ width: 60%; float: left; margin: 30px 0 0;}
.rightC h3{ font-size: 20px; margin: 0 0 10px;}
.rightC p{ line-height: 28px; color: #666;}
.rightC span{ width: 100px; height: 36px; line-height: 36px; text-align: center; color: #fff; float: right; display: inline-block; background:  #666;}
.rightC:hover span{ background: #599b47;}
.casePicBox{ width: 36%; height: auto; margin-right: 4%; overflow: hidden;}

/* ny-jingxiao */
.jxbox{
    width: 100%;
    height: auto;
    margin: 50px 0 0;
}
.jxnav{
    width: 100%;
    height: auto;
    display: flex; 
    display: -webkit-flex; 
    flex-flow: row wrap; 
    margin-bottom: 42px;
}
.jxnav li{
    width: 200px;
    text-align: center;
    background: #f5f5f5;
    height: 42px;
    line-height: 42px;
    margin: 0 15px 0;
}
.jxnav li a{
    color: #333;
    font-size: 18px;
}
.jxnav .active{
    background: #599b47;
    position: relative;
}
.jxnav .active a{
    color: #fff;
}

.jxnav .active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color:  transparent transparent #fff;
    margin: 0 auto;
}
.black-title {
    width: 100%;
    overflow: hidden;
    padding: 76px 0 26px 0;
    text-align: center;
}

.black-title p {
    font-size: 18px;
    color: #333;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
}

.black-title p:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #333;
    margin-left: -60px;
}

.black-title p:after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #333;
    margin-right: -60px;
}

.black-title h6 {
    font-size: 24px;
    color:  #599b47;
    font-weight: bold;
    margin-top: 4px;
}
.serve-box {
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-top: 62px;
}

.serve {
    width: 100%;
}

.serve-piclist {
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-image: url('../images/serve_bg.jpg');
}

.serve-piclist-words {
    width: 1170px;
    margin: 0 auto;
}

.serve-piclist-words ul li {
    width: 25%;
    height: 420px;
    overflow: hidden;
    float: left;
    background-color: rgba(0, 0, 0, .3);
    position: relative;
    text-align: center;
    padding: 0 28px;
    box-sizing: border-box;
    border: 1px solid #52505c;
}

.serve-piclist-words ul li:hover {
    background-color: rgba(0, 0, 0, .5);
}

.serve-piclist-seeay {
    width: 100%;
    height: 186px;
    overflow: hidden;
    transition: all .6s ease-in 0s;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -82px;
}

.serve-piclist-seeay h6 {
    width: 102px;
    height: 102px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}

.serve-piclist-seeay h6 i {
    background-repeat: no-repeat;
    display: inline-block;
}

.serve-piclist-seeay hr {
    height: 40px;
    width: 1px;
    border: none;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: -26px;
    transition: all .4s;
}

.serve-piclist-seeay h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.serve-piclist-seeay p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    width: 80%;
    margin-left: 10%;
    margin-top: 14px;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.serve-piclist-words ul li:nth-child(1) h6 i {
    width: 51px;
    height: 60px;
    margin-top: 22px;
    background-image: url('../images/serve_ic1.png');
}

.serve-piclist-words ul li:nth-child(2) h6 i {
    width: 48px;
    height: 54px;
    margin-top: 24px;
    background-image: url('../images/serve_ic2.png');
}

.serve-piclist-words ul li:nth-child(3) h6 i {
    width: 56px;
    height: 47px;
    margin-top: 27.5px;
    background-image: url('../images/serve_ic3.png');
}

.serve-piclist-words ul li:nth-child(4) h6 i {
    width: 45px;
    height: 46px;
    margin-top: 28px;
    background-image: url('../images/serve_ic4.png');
}

.serve-piclist-words ul li:nth-child(5) h6 i {
    width: 42px;
    height: 53px;
    margin-top: 24.5px;
    background-image: url('../images/serve_ic5.png');
}


.serve-piclist-words ul li:hover .serve-piclist-seeay {
    top: 46%;
    height: 252px;
}

.serve-piclist-words ul li:hover .serve-piclist-seeay h6 {
    border: 1px solid  #599b47;
    background-color:  #599b47;
}

.serve-piclist-words ul li:hover .serve-piclist-seeay hr {
    margin-top: -10px;
    transform: rotate(90deg);
}

@media all and (max-width:1000px) {
    .serve-piclist {width:100%;height:auto;padding:10px 0 24px 0;background-image:none;background-color:#2f3e51;overflow:hidden;}
    .serve-piclist-words ul li {width:100%;height:254px;padding:0 28px;}
}

.guige img{
    padding: 15px;
    background: #eee;
    border: 1px solid #ddd;
}
.guige p{
    line-height: 50px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.zhengce{
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 20px 0 76px;
    margin-top: 50px;
}

.zc{
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    height: 160px;
    border-bottom: 3px solid #599b47;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.zc h4{
    font-size: 20px;
    position: relative;
    line-height: 60px;
    z-index: 2;
    font-weight: 600;
}

.zc h1{
    position: absolute;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #fccecd;
    font-weight: 600;
    z-index: 1;
    margin: 5px 0 0;
}

.zc p{
    color: #333;
    font-size: 16px;
}

.adv{
    width: 100%;
    height: auto;
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 42px 0;
    color: #fff;
}
.adv h3{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
}
.adv p{
    font-size: 20px;
    letter-spacing: 2px;
    margin-left: 50px;
    margin-top: 20px;
}
.adv p span{
    margin-right: 36px;
    letter-spacing: 2px;
}

/* ny-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    /* justify-content: space-between; */
}
.thumbnail{
    width: 100%;
    overflow: hidden;
}
.thumbnail img{
 transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 -webkit-transition: all 1s ease 0s;
 -o-transition: all 1s ease 0s;
 }

.thumbnail:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -o-transform: scale(1.1);
     -moz-transform: scale(1.1);
 }

/* ny-contact */
.linkbox {
    width: 100%;
    height: 392px;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 20px 50px 30px 0;
  }
  .linkbox h4{
      border-left: 5px solid #599b47;
      padding-left: 8px;
  }
  .linkbox b {
    font-weight: normal;
  }
  
  .linkbox ul li {
    padding: 0 15px;
    line-height: 52px;
    border-bottom: 1px dotted #666;
    color: #555;
    font-size: 16px;
  }

  .linkbox ul li i{
    color: #599b47;
    font-size: 20px;
    width: 26px;
    height: auto;
  }

.messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 30px 45px;
    background: #eee;
    margin-top: 0;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 50%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #599b47;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 16%;
    margin: 12px 42%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(70, 158, 48, .9);
}

.linkicon2 li>a {
    color: #fff;
}

/* bread */
.position {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
}

.position .posbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.position .posbox .nybanleft {
    width: 58%;
}

.position .posbox .nybanleft h3 {
    position: relative;
    display: inline;
    padding: 18px 54px;
    line-height: 52px;
    background: #599b47;
    color: #fff;
    font-size: 18px;
}

.position .posbox .nybanleft ul li {
    float: left;
    padding: 4px 54px;
    line-height: 52px;
    font-size: 16px;
    position: relative;
    margin-top: -4px;
}

.position .posbox .nybanleft ul .active {
    background: #599b47;
}

.position .posbox .nybanleft ul .active a {
    color: #fff;
}

.position .posbox .nybanleft ul a {
    color: #333;
}

.position .posbox .nybanright a {
    color: #333;
}
.jq22-container{ margin-top: 106px;}
.ewm img{ width: 100px; height: auto;}
@media all and (max-width: 767px) {
    html, body{ overflow-x: hidden;}
    .navbar-brand1{ display: block;}
    .navbar-nav>li{ margin: 0;}
    .carousel-control{ font-size: 18px;}
    .aboutbox{ margin: 0;}
    .syabright{ padding: 0;}
    .sj{ display: none;}
    .footer{ padding: 30px 0;}
    .nybanleft{ display: none;}
    .nybanright{ padding-left: 10px;}
    .nycontent{ padding: 20px 0 !important; margin: 0;}
    .pleft{ width: 100%; padding: 0;}
    .protu{ width: 100%; padding-top: 15px;}
    .news li{ padding: 18px;}
    .prolistbox li{width: 49.5%;}
    .prolistbox li a{ font-size: 12px;}
    .pro-test{ padding: 0;}
    .form-group{ width: 100%;}
    .submit{ width: 50%; margin: 10px 25%;}
    .messagebox{ padding: 30px 20px;}
    .pro-test table{ width: 100% !important;}
    .navbar-nav>.active::before{ background: none;}
    .navbar-nav>.active::after{ background: none;}
    .jq22-container{ margin-top: 82px;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{ margin-top: 22px;}
    .navbar-default .navbar-nav>li>a{ line-height: 14px; text-align: center;}
    .flex-direction-nav li a.flex-prev{ left: 5px;}
    .flex-direction-nav li a.flex-next{ right: 5px;}
    .flex-control-nav{ bottom: 0;}
    .sytright{ display: none;}
    .sysbox .boxleft, .sysbox .boxright{ width: 100%;}
    .sysbox .tu{ display: none !important;}
    .synews { width: 96%; margin: 2%;}
    .right_con{ display: none;}
    .navbar-brand img{ padding: 0;}
    .pbox h3{ font-size: 16px;}
    .pbox p{ font-size: 12px; height: 60px;}
    .nycontent.bgnone{ padding: 32px 15px;}
    .pbox{ margin: 20px 0 10px;}
    .nyprolist li{ width: 31%;}
    .pcanshu table{ border: none;}
    .jxnav li a{ font-size: 16px;}
    .casePicBox{ width: 100%;}
    .rightC{ width: 100%;} 
    .ptit{ margin-top: 30px;}
    .serve-box{ display: none;}
    .abjj{ padding: 0 20px;}

    .syingy{ display: none; height: 0 !important; margin: 0;}
    .carousel-indicators{ bottom: 0 !important;}
    .syabout .syaleft p{ width: 100% !important;}
    .syabout .syaright .sabzi{ display: none;}
    .synews ul li{ width: 100%;}
    .synzi h3{ font-size: 18px;}
    .sylinkzi .slinkright{ display: none;}
    .sylinkzi .slinkleft{ border: none; padding: 0;}
    .syybox .yycontent .ybox1 ul li h1{ font-size: 60px;}
    .bq p{ line-height: 0;}
    .navbar-nav{ width: 100%; margin: 0 !important;}
    .navbar-nav>li>a{ text-align: center !important; line-height: 20px !important;}
    .nyban h3{ position: static !important;  padding: 18px 0 !important;}
    .nyban img{ width: 150%; margin: 0 0 0 -25%;}
    .jxnav li{ width: 33.333333%; margin: 0;}
    .tua{ width: 100%; height: auto;}
    .linkbox{ border: none; padding: 0;}
    .form-group{ margin-bottom: 0 !important;}
}