* {
    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
}

.cont9 {
    width: 80%;
    margin: 0 auto;
}
@media (min-width:1500px){
    .cont9{ width: 70%;}
}
.pic{
    width: 100%;
    height: auto;
}
p {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    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;
}
@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: rgba(255, 255, 255, 1);
    width: 100%;
}
.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 {
    padding: 0 10px;
    line-height: 80px;
}

.navbar-nav>li>a {
    line-height: 48px !important;
    color: #333;
    font-size: 16px;
}
.navbar-nav>li:hover>a{
    color: #e3441d;
}

/* .navbar-nav>li:nth-of-type(7){
    background: #333;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.navbar-nav>li:nth-of-type(7) a{
    color: #fff;
} */

.navbar-brand {
    padding: 0 15px !important;
}
.navbar-brand>img {
    display: block;
    width: auto;
    height: 78px;
    padding: 8px 22px;
}

@media all and (max-width:768px) {
    
}

/* banner */
/* flexslider */
.flexslider {
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides img {
    width: 100%;
    height: auto;
}

.flex-control-nav {
    position: absolute;
    bottom: 5%;
    left: 19%;
    z-index: 2;
    width: 100%;
    text-align: left;
}

.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; */
}

/* sytitle */
.sytitle {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    text-align: center;
}
.sytitle h3{
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-transform:uppercase;
    position: relative;
}
.sytitle h3::after{
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto -10px;
    background: #e3441d;
}
.sytitle h4{
    margin: 30px 0 0;
    color: #999;
}

.stmore a {
    border: 2px solid #ddd;
    padding: 5px 20px;
    color: #444;
    margin: 20px 0 0;
    display: block;
    transform: 0.5s;
}

.stmore:hover a {
    border: 2px solid#e3441d;
    color: #fff;
    background: #e3441d;
}


/*--产品切换--*/
#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: #e3441d;
}

.pets-info-slid p {
    line-height: 2.2em;
    color: #fff;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

/* .treatments {
    background: #383838;
} */


.pets-effect-btm{
    padding: 20px 30px 40px;
    background: #fff;
    margin: 0 5px;
}
.pets-effect-btm a{
    background: #666;
    color: #fff;
    border-radius: 30px;
    padding: 8px 40px;
}
.pets-effect-btm:hover a {
    background: #e3441d;
    color: #fff;
    cursor: pointer;
}

.pets-effect-btm h5 {
    color: #666;
    font-size: 18px;
    margin: 0 0 30px 0;
    text-align: center;
}

.laptop:hover .pets-effect-btm h5 {
    cursor: pointer;
    color: #333;
}

.pets-effect-btm p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 2.2em;
}

.treatments p {
    color: #fff;
}

.home-pro {
    margin: 72px 0;
}

.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;
}

/*--//产品切换--*/

/* footop */
.syabox{
    width: 100%;
    height: auto;
    background: url(../images/bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 68px 0 50px;
}
.syabox .sywhzi {
    width: 62%;
    text-align: center;
    z-index: 2;
    color: #fff;
    margin: 50px auto;
}

.syabox .sywhzi h3 {
    font-weight: 600;
    font-size: 36px;
}

.syabox .sywhzi p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.syabox .sywhzi a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 30px;
    margin: 30px auto 24px;
    border-radius: 30px;
}

.syabox .sywhzi a:hover {
    background: #e3441d;
    border: 2px solid #e3441d;
}

/* syabout */
.syabout{
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/bg1.jpg) top center no-repeat;
}
.syabout .syaright{
    padding: 142px 80px 0;
}
.dasize{ display: none;}
@media (min-width:1500px){
    .syabout .syaright { padding: 158px 80px 0; width: 86%;}
    .dasize{ display: block;}
}
.syabout .syaright h3{
    font-size: 28px;
    margin-bottom: 20px;
}
.syabout .syaright p{
    font-size: 16px;
    line-height: 32px;
}
.symore{
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #555;
    color: #fff;
    display: block;
    margin: 20px 0 0;
}
.symore:hover{
    background: #e3441d;
    color: #fff;
}

/* sy-news */
.synews {
    width: 100%;
    height: auto;
    padding: 50px 0 60px;
}

.synzi {
    padding: 0 30px 0;
}

.synzi .time {
    font-size: 18px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.synews ul li a:hover .synzi .time {
    color: #e3441d;
}

.synzi .time::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.synzi:hover .time::before {
    background: #e3441d;
}

.synzi h3 {
    font-size: 18px;
    color: #777;
    line-height: 32px;
    margin: 0 0 24px;
}

.synzi span {
    font-size: 15px;
    color: #555;
}

.synews ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.synews ul li {
    width: 19%;
    transition: all 0.3s ease 0s;
}

.synews ul li:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translate(0, -10px);
}
.synews ul li a{
    width: 100%;
    height: auto;
    padding: 20px 0 36px;
    display: inline-block;
}

.synews ul li a img{
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.more{
    width: 100%;
    height: auto;
    text-align: center;
}

.more>a{
    display: inline-block;
    padding: 8px 50px;
    border: solid 1px #ccc;
    color: rgba(52, 44, 42,1);
    margin: 20px 0;
}

.more>a:hover{
    color: #fff;
    background: #e3441d;
}



/* syphoto */
.syphoto{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pa0{ padding: 0;}
.phbox{ width: 100%; height: auto; position: relative;}
.syphoto {
    position: relative;
}

.syphoto .box ul {
    overflow: hidden;
}

.syphoto .box ul li {
    margin-bottom: -2px;
}

.syphoto .box ul li:nth-child(odd) {
    background: #a0c1ec;
}

.syphoto .box ul li:nth-child(even) {
    background: black;
}


.syphoto .box ul li:nth-child(odd) li {
    background: #a0c1ec;
}

.syphoto .box ul li:nth-child(even) li {
    background: black;
}

.syphoto .box ul li img {
    width: 100%;
    height: 100%;
}
.img-box {
    overflow: hidden;
    position: relative;
}

.img-box img {
    transition: 1s ease;
}

.img-box:hover img {
    transform: scale(1.1, 1.1);
}

.syphoto .box ul li .img-box {
    display: block;
    opacity: .4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none;
    margin: 0;
}

.syphoto .box ul li .img-box:hover {
    opacity: 1;
    -webkit-transition: 1s .1s;
    -moz-transition: 1s .1s;
    -ms-transition: 1s .1s;
    -o-transition: 1s .1s;
    transition: 1s .1s;
}

.syphoto .content {
    width: 530px;
    border: 12px solid rgba(255, 255, 255, .6);
    border-left-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}

.syphoto .content:after,
.syphoto .content:before {
    content: '';
    width: 12px;
    position: absolute;
    left: -12px;
    background: rgba(255, 255, 255, .6);
    display: block;
}

.syphoto .content:before {
    height: 13%;
    bottom: -12px;
}

.syphoto .content:after {
    height: 52%;
    top: -12px;
}

.syphoto .content h4 {
    font-family: "PINGFANG-LIGHT";
    font-size: 60px;
    color: white;
    line-height: 106px;
    margin: 28px 0;
}

.syphoto .content h4 em {
    font-weight: bold;
    font-family: 'Arial';
}


/** appointment-section **/

.appointment-section {
    position: relative;
    padding: 120px 0px 0;
    margin: -15px 0 80px;
}

.appointment-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.appointment-section .bg-layer:before {
    position: absolute;
    content: '';
    background: rgba(51, 44, 43, 0.6);
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 450px;
    opacity: 0.95;
}

.appointment-section .content-box {
    position: relative;
    margin-right: 45px;
    margin-top: -8px;
}

.appointment-section .content-box .upper-inner h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 53px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.appointment-section .content-box .upper-inner p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
}

.appointment-section .content-box .upper-inner {
    position: relative;
    margin-bottom: 208px;
}

#appointment_block .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 53px 36px 48px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#appointment_block .form-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}

#appointment_block .form-inner .title-text {
    position: absolute;
    display: inline-block;
    right: -146px;
    bottom: 58px;
    color: #f5f5f5;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 5px;
    transform: rotate(90deg);
    z-index: 1;
}

#appointment_block .form-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 310px;
    height: 14px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    background: #e3441d;
}
#appointment_block .form-inner .form-group {
    position: relative;
    margin-bottom: 10px;
    padding: 0px 5px;
}

#appointment_block .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

#appointment_block .form-inner .form-group input[type='text'],
#appointment_block .form-inner .form-group input[type='email'],
#appointment_block .form-inner .form-group textarea,
#appointment_block .form-inner .form-group select {
    position: relative;
    display: block;
    width: 48%;
    float: left;
    height: 46px;
    margin: 0 2% 14px 0;
    background: rgba(90, 0, 70, 0.08);
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #8a8582;
}

#appointment_block .appointment-form {
    position: relative;
    margin: 0px 10px;
}

#appointment_block .form-inner .form-group textarea {
    height: 125px;
    resize: none;
}

#appointment_block .form-inner p {
    font-size: 14px;
    line-height: 20px;
    /* text-align: center; */
    margin-bottom: 0;
}
.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 10px 50px;
    text-transform: uppercase;
    z-index: 1;
    background: #35312f;
    border: none;
    margin-top: 20px;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    background: #e3441d;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn-one:after {
    position: absolute;
    content: '';
    background: #e3441d;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn-one:hover:before,
.theme-btn-one:hover:after {
    width: 50%;
}

/* #accordion {
    box-shadow: 0 0 9px 0 #ccc;
} */

#accordion .panel {
    border: none;
    box-shadow: none;
    margin-top: 0;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    display: block;
}
/* #accordion .panel:last-of-type .panel-heading{
    border-bottom: none;
} */
#accordion .panel-title {
    padding: 0;
}

#accordion .panel-title a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #e3441d;
    padding: 15px 40px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

#accordion .panel-title a.collapsed {
    color: #333;
    margin-left: 0;
    transition: all 0.3s ease 0s;
}


#accordion .panel-title a.collapsed:before {
    border-left-color: #f7c59f;
}

#accordion .panel-title a::before {
    content: "＋";
    font-family: 'FontAwesome';
    position: absolute;
    top: 30%;
    left: 15px;
    font-size: 18px;
    color: #3D5BA3;
    
}

#accordion .panel-title a.collapsed::before {
    content: "－";
    color: #000;
}

#accordion .panel-collapse {
    position: relative;
    border-bottom: 1px solid #ccc;
}

#accordion .panel-body {
    font-size: 14px;
    color: #333;
    border-top: none;
    z-index: 1;
}
/* sy-kehu */
.sykehu{ width: 100%; height: auto; padding: 40px 0 56px; background: #f5f5f5;}
.sykehu ul {width:100%;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.sykehu ul li {width:15.666%;transition:all 0.3s ease 0s; margin-bottom: 15px;}
.sykehu ul li:hover {box-shadow:0px 10px 30px rgba(0,0,0,0.1);transform:translate(0,-10px);}
.sykehu ul li a {width:100%;height:auto;display:inline-block; margin: 0;}
.sykehu ul li a img {width:100%;height:auto;display:block;margin:0 auto;}

/* footer */
.footer{
    width: 100%;
    height: auto;
    display: -webkit-box;
    padding: 50px 0 20px;
    background: #222;
    color: #f5f5f5;
    position: relative;
}
.footer .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer p{
    color: #ddd;
}
.footer p b{
    color: #e3441d;
    font-size: 18px;
}
.flist h3{
    font-size: 18px;
    font-weight: 400;
    border-left: 3px solid #e3441d;
    padding-left: 5px;
}
.flist p{
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.flist p a{
    font-size: 14px;
    color: #ddd;
}
.flist p span{
    float: left;
}
.fright{
    width: 100%;
    height: auto;
    display: inline-block;
}
.fright h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.fright h3 {
    font-size: 18px;
    border-left: 3px solid #e3441d;
    padding-left: 5px;
    margin-bottom: 15px;
}
.ficon i{
    font-size: 24px;
    color: #999;
    margin-right: 10px;
}
.bq{
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    border-top: 1px solid #666;
    padding: 20px 0 0;
}
.bq a{
    color: #ddd;
}
.ewm{
    width: 100px;
    height: auto;
}

/* 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: 68%;
  }
  
  .position .posbox .nybanleft h3 {
    position: relative;
    display: inline;
    color: rgba(255,0,0,0.8);
    font-size: 18px;
    font-weight: 600;
  }
  .position .posbox .nybanleft h3::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    background: rgba(255,0,0,0.8);
    height: 3px;
  }
  .position .posbox .nybanright{
    font-size: 14px;
  }
  .position .posbox .nybanright a {
    color: #333;
  }
  
  .position2 {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
  }
  
  .position2 .posbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  
  .position2 .posbox .nybanleft {
    width: 68%;
  }
  
  .position2 .posbox .nybanleft h3 {
    position: relative;
    display: inline;
    padding: 18px 30px;
    line-height: 52px;
    background: #333;
    color: #fff;
    font-size: 18px;
  }
  
  .position2 .posbox .nybanleft ul li {
    float: left;
    padding: 2px 18px;
    line-height: 52px;
    font-size: 16px;
    position: relative;
    margin-top: -3px;
  }
  
  
  .position2 .posbox .nybanleft ul .active {
    background: #081838;
  }
  .position2 .posbox .nybanleft ul .active a{
    color: #fff;
  }
  
  .position2 .posbox .nybanleft ul a {
    color: #333;
  }
  
  .position2 .posbox .nybanright a {
    color: #333;
  }
  
  .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: 1px;
  }
  
  .inner-about h3 {
    margin: 0;
    text-align: center;
    font-size: 26px;
  }
  
  
  /* ny-about */
  .nyabbg {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    margin: 60px 0;
  }
  .nyabox{
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/about/bg0.jpg) top center no-repeat;
    background-size: center;
  }
  .abtu {
    width: 100%;
    display: block;
  }
  
  .nycontent {
    width: 100%;
    height: auto;
    margin: 36px 0;
    display: inline-block;
    background: #fff;
    box-shadow: 2px 3px 5px #ddd;
    padding: 50px;
  }
  
  .tu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .abjj {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 15px 100px 0;
    height: auto;
  }
  .abjj h4{
    margin: 10px 0 20px 0;
    font-weight: 600;
    font-size: 22px;
  }
  
  .abjj p {
    line-height: 26px;
    font-size: 15px;
    color: #333;
  }

  .nyculture{
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/about/bg.jpg) center no-repeat;
    padding: 86px 0;
  }

  .bai{ color: #fff; font-size: 28px; letter-spacing: 2px; margin-bottom: 40px;}
  .nyshebei{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 80px 0 50px;
    background: #f5f5f5;
  }
  .nyshebei .abtit{
    width: 100%;
    height: auto;
    margin: 0 0 36px;
  }
  .nyshebei .abtit h3{
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  .nyshebei .abtit h4{
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #666;
  }
  .nyshebei .cfbox{ width: 94%; margin: 15px 3%;}
  
  /* ny-news */
  .cont_box{ width: 100%; height: auto; color: #333; padding: 20px 0 15px; display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;}
.cont_box .dec{ width: 100%; font-weight: 600; font-size: 18px; margin: 0; padding-left: 6px;}
.cont_box .year{ width: 100%; font-size: 16px; color: #999; display: inline-block; padding: 5px 10px 0 0;}
.cont_box { position: relative;}
.right_con{ width: 90%; margin: 30px 0 0;}
.right_con ul li .cont_box:before{content: "";display: block;width:100%; height:1px;background-color: #c7d3d9; position: absolute;bottom: -2px;transition: all 0.6s ease 0s; }
.right_con ul li .cont_box:after{content: "";display: block;width:64px; height:1px;background-color: rgba(255,0,0,0.9); position: absolute;bottom: -2px;transition: all 0.6s ease 0s; }
.right_con ul li .cont_box:hover:after{width: 100%;background-color: rgba(255,0,0,0.9);}
.syprightu {width:100%;margin:0;overflow:hidden; height: auto;}
.syprightu img {transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;}
.syprightu:hover img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
 
  
  /* ny-page*/
  .pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto 0;
    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;
  }

  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #031652;
    border-color: #031652;
}
  
  /* ny-product */
  .probox {
    width: 95%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    background-color: skyblue;
    background: #fff;
    overflow:hidden;
  }
  
  .probox img {
    width: 100%;
    height: auto;
    transition: all 1s;
    padding: 0;
    transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;
  }
  .probox:hover img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
  
  .probox h4{
    font-size: 16px;
    color: #333;
    padding: 20px 30px 0;
  }
  .probox a:hover h4{
    color: rgba(255,0,0,0.8);
  }
  .probox p {
    line-height: 42px;
    font-size: 16px;
    color: #1b1b1b;
  }

  .probox a{
    display: inline-block;
    color: #333;
  }
  .pro-title{
    margin-top: 0 !important;
  }
  .hover-one {
    border: 1px solid #666;
    width: 160px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    float: left;
  }
  .nyprolist{ width: 100%; height: auto; background: #efefef; padding: 76px 0; }
  .navptit{ width: 90%;font-weight: 600; font-size: 20px; border-bottom: 2px solid #555; padding: 8px 15px; margin: 0 0 10px 0; background: #555; color: #fff;}
  .navplist{ width: 100%; height: auto; display: inline-block; margin-bottom: 30px; color: #4b4848; font-size: 15px;}
  .navplist ul{ width: 100%; height: auto; display: inline-block; padding-left: 15px;}
  .navplist ul li{ width: 100%; height: 32px; line-height: 32px; }
  /* .navplist ul .active{ background: rgba(255,0,0,0.9);}
  .navplist ul li:hover{ background: rgba(255,0,0,0.9);} */
  .navplist ul li:hover a{ color: rgba(255,0,0,0.9);}
  .navplist ul li a{ color: #4b4848;}
  .navplist ul .active a{ color: rgba(255,0,0,0.9);}

  /* left-nav */
  .nav-pro>ul {border:none;}
  .nav-pro>ul>li {position:relative;margin:0 15px 0 0;border-bottom:1px solid #fff;transition:.3s; background: #f5f5f5;}
  .nav-pro>ul>li>a {padding: 2px 0 0 20px;display:block;transition:.3s;cursor:pointer; line-height: 42px;}
  .nav-pro>ul>li:hover>a {border-left:5px solid rgba(255,0,0,0.8);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 #333;background:#f5f5f5;display:block;}
  .nav-pro>ul>li>a {color:#333;font-size:16px;}
  .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;}
  .nav-pro>ul>li>ul>.active {background:#333;}
  .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;}

  /* left-nav */
  .leftab{ width: 100%; height:auto; display: inline-block; margin: 0 0 30px;}
  .leftab ul li{ float:left; margin-right: 30px; background: #ddd; padding: 5px 24px;}
  .leftab ul .active{ background: #e3441d;}
  .leftab ul .active a{ color: #fff;}
  .leftab ul li a{ color: #333;}

  /* ny-download */
.downbox {
    padding: 12px 22px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.downbox p {
    margin-left: 37px;
}

.downbox p b {
    color: #262221;
    font-size: 20px;
}

.downbox h5 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.downbox h5 b {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #666;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}
.downbox i{
    padding-top: 16px;
    font-size: 20px;
    color: #666;
}
.downbox:hover{
    cursor: pointer;
}
.downbox:hover h5{
    color: #262221;
}
.downbox:hover h5 b {
    cursor: pointer;
    background: #262221;
}
.downbox:hover i {
    color: #262221;
}
  
  /* ny-contact */
  .linkbox {
    width: 100%;
    height: 392px;
    display: inline-block;
    padding: 20px 0 30px 30px;
  }
  
  .linkbox b {
    font-weight: normal;
  }
  
  .linkbox ul li {
    padding: 10px 15px;
    line-height: 30px;
    border-bottom: 1px dotted #666;
    color: #555;
    font-size: 15px;
  }

  .linkbox ul li i{
    color: rgba(255,0,0,0.8);
    font-size: 20px;
    width: 20px;
    height: auto;
  }
  .linkbox p{
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0;
  }
  
  .messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 30px 45px;
    background: #f5f5f5;
    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-top: 5px;
    margin-bottom: 0 !important;
    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: #031652;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 24%;
    margin: 12px 38%;
    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;
  }
  .pro-next {
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 38px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .pro-next p{
    margin: 0;
  }
  .pro-next p a {
    color: #333;
  }
  
  .pro-next p a:hover {
    color: #333;
  }
  
  .searchbox {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 30px;
  }
  .searchbox p{
    margin-bottom: 20px;
  }
  .searchbox .seayemian {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .searchbox .seayemian input {
    width: 40%;
    border-radius: 15px 0 0 15px;
    border-right: none;
  }
  .searchbox .seayemian a {
    background: rgba(255,0,0,0.8);
    border-radius: 0 15px 15px 0;
    color: #fff;
    padding: 6px 18px;
  }
.sjkh{ display: none;}
.sj{ display: block;}
.sjlan{ display: none !important;}
.sjpro{ display: none !important;}
@media all and (max-width: 768px){
    /* index */
    html,body{ overflow-x: hidden;}
    .navbar-toggle .icon-bar{ background: #333;}
    .navbar-header{ width: 100%;}
    .navbar-brand{ margin: 10px 0; padding: 0;}
    .navbar-brand>img{ height: 52px; padding: 0;}
    .navbar-nav{ float: none !important;}
    .navbar-nav>li{ width: 100%; text-align: center;}
    .navbar-nav>li>a{ line-height: 24px !important;}
    .navbar-toggle{ margin-top: 16px;}
    .navbar-default .navbar-nav>li>a{ line-height: 42px;}
    .sjlan{ display: block !important;}
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{ width: 100%; text-align: center;}
    .synews ul li{ width: 50%;}
    .syabout .syaright{ padding: 20px 15px;}
    .sytitle h3{ font-size: 20px;}
    .syabout .syaright h3{ font-size: 22px; margin-bottom: 10px;}
    .syabout .syaright p{ line-height: 26px;}
    .appointment-section .content-box .upper-inner{ margin-bottom: 56px;}
    .sykehu ul li{ width: 32%;}
    .flist{ display: none;}
    .top{ position: fixed !important; width: 100% !important;}
    /* sy-pro */
    .nbs-flexisel-inner{ display: none;}
    .sjpro{ width: 100%; height: auto; display: block !important; margin-bottom: 60px;}
    .prolei .gytu1{ width: 48%; height: auto; margin: 0 1%; float: left; display: inline-block;}
    .gybox1{ width: 100%; height: auto;}
    .tz1 {width:100%; height: auto; border: 5px solid #ddd;}
    .tz1 img {transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;}
    .tz1:hover img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
    .tz2 { width: 100%; height: auto; margin: 15px 0; display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;}
    .tz2 a{ border: none; font-size: 24px; width: 32px; height: 32px; line-height: 28px; background: #333; color: #fff; text-align: center; border-radius: 50%;}
    
    
    /* ny-style */
    .leftab ul li{ margin-right: 0; width: 50%; text-align: center;}
    .abjj{ padding: 0 0 30px 0;}
    .nyculture{ padding: 50px 0;}
    .nyculture .culbox2{ display: none;}
    .nyculture .culbox3{ display: none;}
    .nyhonor .honorzi{ padding: 0 0 20px 0;}
    .linkbox{ border: none; padding: 36px 0 0 0;}
    .cont9{ width: 86%;}
}