/*========================== header ==========================*/
.header {
    height: 90px;
    background: #fff;
    overflow: hidden;
}
.header .container {
    height: 90px;
}
.header__logo {
    display: inline-block;
    width: 230px;
    height: 90px;
    line-height: 90px;
}
.header__logo img {
    max-width: 100%;
    max-height: 100%;
}
.header__nav {
    float: right;
    margin-right: 50px;
}
.header__nav a {
    float: left;
    display: inline-block;
    min-width: 106px;
    height: 90px;
    padding: 0 3px;
    font-size: 14px;
    line-height: 90px;
    color: #5d5d5d;
    text-align: center;
}
.header__nav a:hover, .header__nav a.on {
    color: #4b4b4b;
    border-bottom: 4px solid #c30c23;
    -webkit-box-shadow: 0 5px 8px 0 rgba(1, 1, 1, 0.13);
    -moz-box-shadow: 0 5px 8px 0 rgba(1, 1, 1, 0.13);
    box-shadow: 0 5px 8px 0 rgba(1, 1, 1, 0.13);
}
.header__lang {
    display: inline-block;
    height: 30px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #858585;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header__lang:hover {
    color: #4b4b4b;
}
/*========================== banner ==========================*/
.banner img {
    width: 100%;
}
.banner .swiper-pagination {
    bottom: 5%;
}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #dcdcdc;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background: transparent;
    border: 3px solid #fff;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.other-banner img {
    width: 100%;
}
/*========================== footer ==========================*/
.footer {
    color: #999;
    background: #1f1f1f;
}
.footer__content {
    padding: 35px 0 50px 0;
}
.footer__nav {
    float: left;
    margin-top: -5px;
}
.footer__nav dl {
    display: inline-block;
    float: left;
    width: 130px;
    margin-right: 15px;
    font-size: 13px;
    line-height: 2;
    color: #999;
}
.footer__nav dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.footer__contact {
    float: right;
}
.footer__contact .info {
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.footer__contact .info .btn {
    display: inline-block;
    min-width: 128px;
    padding: 0 8px;
    height: 40px;
    border-radius: 3px;
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #f9f9f9;
    background: #c30c23;
}
.footer__contact .info .btn .icon-phone {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    background: url("../images/icon-phone.png") no-repeat center center;
    vertical-align: text-bottom;
}
.footer__contact .info .number {
    font-size: 24px;
    color: #fff;
}
.footer__contact .qrcode {
    float: right;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #999;
}
.footer__contact .qrcode img {
    width: 120px;
    height: 120px;
}
.footer__copyright {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #747474;
}
.footer a:hover {
    color: #fff;
}
/*========================== index_pro ==========================*/
.htitle {
    font-size: 20px;
    text-align: center;
    color: #797979;
}
.htitle h3 {
    font-size: 26px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 4px;
}
.index_pro {
    padding: 60px 0 80px;
}
.index_pro__list {
    margin-top: 65px;
}
.index_pro__list .item-box {
    display: block;
    width: 290px;
    height: 490px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.index_pro__list .item-box .img-box {
    width: 290px;
    height: 380px;
    overflow: hidden;
}
.index_pro__list .item-box .img-box img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.index_pro__list .item-box .text-box {
    display: table;
    width: 290px;
    height: 110px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #6b6b6b;
}
.index_pro__list .item-box .text-box p {
    display: table-cell;
    vertical-align: middle;
}
.index_pro__list .item-box .text-box i {
    display: block;
    font-family: Arial, sans-serif;
    color: #cfcfcf;
}
.index_pro__list .item-box:after {
    content: "";
    display: block;
    background: transparent;
    border: 1px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.index_pro__list .item-box:hover .img-box img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.index_pro__list .item-box:hover:after {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-color: #d3d3d3;
}
/*========================== index_about ==========================*/
.index_about {
    height: 575px;
    background: url("../images/index-about.jpg") no-repeat center center;
}
.index_about .container {
    height: 100%;
}
.index_about .text-box {
    width: 590px;
    height: 330px;
    padding: 35px 85px 35px 60px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.index_about .text-box .tit {
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    color: #363636;
    position: relative;
    margin-bottom: 20px;
}
.index_about .text-box .tit:after {
    content: "";
    display: block;
    width: 89px;
    height: 5px;
    background: #c30c23;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index_about .text-box .text {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: #363636;
    margin-bottom: 10px;
    height: 140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.index_about .text-box .link-btn {
    display: block;
    width: 153px;
    height: 45px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #363636;
}
.index_about .text-box .link-btn:hover {
    color: #fff;
    border-color: #c30c23;
    background: #c30c23;
}
/*========================== index_news ==========================*/
.index_news {
    padding: 60px 0 80px;
}
.index_news__list {
    margin: 60px 0 30px;
}
.index_news__list .item-box {
    display: block;
    float: left;
    width: 575px;
    padding: 5px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.index_news__list .item-box:nth-of-type(2n) {
    margin-right: 0;
}
.index_news__list .item-box .img-box {
    float: left;
    width: 240px;
    height: 156px;
    line-height: 156px;
}
.index_news__list .item-box .text-box {
    float: right;
    width: 300px;
}
.index_news__list .item-box .text-box .time {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #a1a1a1;
}
.index_news__list .item-box .text-box .tit {
    height: 50px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 33px;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.index_news__list .item-box .text-box .tit:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #c30c23;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.index_news__list .item-box .text-box .text {
    font-size: 13px;
    line-height: 26px;
    color: #7d7d7d;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.index_news__list .item-box:hover .text-box .tit {
    color: #c30c23;
}
.index_news__list .item-box:hover .text-box .tit:before {
    width: 100%;
}
.index_news .link-btn {
    display: block;
    width: 215px;
    height: 50px;
    border: 1px solid #c9c9c9;
    margin: auto;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #363636;
}
.index_news .link-btn:hover {
    color: #fff;
    border-color: #c30c23;
    background: #c30c23;
}
/*========================== min-nav ==========================*/
.min-nav {
    border-bottom: 1px solid #e5e5e5
}
.breadcrumb {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 0;
    padding: 20px 0;
}
.breadcrumb li {
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    color: #666;
}
.breadcrumb-location {
    padding-left: 28px;
    background: url("../images/icon-location.png") no-repeat left center;
}
.breadcrumb-item + .breadcrumb-item:before {
    content: ">";
    color: #666;
    margin: 0 4px;
}
.breadcrumb-item a:hover, .breadcrumb-item:last-child {
    color: #c30e23;
}
.linkgroup {
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-size: 0;
}
.linkgroup a {
    display: inline-block;
    padding: 20px 2px;
    min-width: 64px;
    border-bottom: 3px solid transparent;
    margin-right: 20px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #9c9c9c;
}
.linkgroup a:last-of-type {
    margin-right: 0;
}
.linkgroup a:hover, .linkgroup a.on {
    color: #c30e23;
    border-color: #c30e23;
}
/*========================== about ==========================*/
.about {
    padding: 60px 0;
}
.about__intro {
    padding-bottom: 40px;
}
.about__intro .text-box {
    width: 530px;
    padding: 10px 0;
}
.about__intro .text-box .tit {
    font-size: 24px;
    line-height: 40px;
    color: #393939;
    position: relative;
    margin-bottom: 16px;
}
.about__intro .text-box .tit .en {
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: rgba(81, 81, 81, 0.078);
    white-space: nowrap;
    position: absolute;
    left: 20px;
    top: -12px;
    z-index: -1;
}
.about__intro .text-box .text {
    font-size: 14px;
    line-height: 25px;
    color: #858585;
    text-align: justify;
}
.about__intro .img-box {
    width: 600px;
    height: 452px;
}
/*========================== contact ==========================*/
.htitle2 {
    font-size: 24px;
    color: #3c3c3c;
    text-align: center;
}
.contact {
    padding: 60px 0 80px;
}
.contact__info {
    margin: 70px 0 45px;
}
.contact__info .item-box {
    min-height: 64px;
    padding-left: 110px;
    font-size: 14px;
    color: #919191;
    word-break: break-word;
    position: relative;
}
.contact__info .item-box .icon {
    display: block;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 20px;
    top: 0;
}
.contact__info .item-box h4 {
    font-size: 20px;
    color: #565656;
    margin-bottom: 4px;
}
.contact__map {
    border: 1px solid #ededed;
    padding: 8px;
    overflow: hidden;
}
.contact__map img {
    width: 100%;
    height: auto;
}
/*========================== pro ==========================*/
.pro {
    padding: 40px 0;
}
.pro__list {
    margin: 10px 0 40px;
}
.pro__list .item-box {
    display: block;
    width: 280px;
    margin: 25px auto;
}
.pro__list .item-box .img-box {
    width: 280px;
    height: 276px;
    /* background-color:#f0fbfd; */
    background-color: #fff;
}
.pro__list .item-box .caption {
    height: 32px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #818181;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro__list .item-box:hover .img-box img {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
}
.pro__list .item-box:hover .caption {
    color: #c00a1a;
}
/*========================== pages ==========================*/
.pages {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #aeaeae;
    padding: 20px 0;
}
.pages a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #707070;
    vertical-align: bottom;
    margin: 2px;
}
.pages a.on, .pages a:hover {
    background: #b90000;
}
/*========================== news ==========================*/
.news {
    padding: 40px 0;
}
.news__content {
    margin-top: 15px;
    margin-bottom: 30px;
}
.news__content .item-box {
    display: block;
}
.news__content .item-box .text-box .tit {
    font-size: 16px;
    line-height: 30px;
    color: #535353;
}
.news__content .item-box .text-box .time {
    font-size: 13px;
    line-height: 26px;
    color: #bdbdbd;

}
.news__content .item-box .text-box .text {
    font-size: 13px;
    line-height: 26px;
    color: #8f8f8f;
}
.news__content .item-box .text-box .more {
    display: inline-block;
    border: 1px solid #bfbfbf;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
    text-align: center;
}
.news__content .item-box:hover .text-box .tit {
    color: #c30e23;
}
.news__content .item-box:hover .text-box .more {
    color: #fff;
    border-color: #c30e23;
    background: #c30e23;
}
.news__single {
    margin-bottom: 40px;
}
.news__single .item-box .img-box {
    width: 444px;
    height: 262px;
    line-height: 262px;
}
.news__single .item-box .text-box {
    width: 625px;
    padding: 10px 0;
    margin-right: 75px;
}
.news__single .item-box .text-box .text {
    margin: 20px 0;
}
.news__single .item-box .text-box .more {
    width: 145px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}
.news__list .item-box {
    padding: 35px 0;
    border-bottom: 1px solid #dfdfdf;
}
.news__list .item-box .img-box {
    width: 287px;
    height: 169px;
    line-height: 169px;
}
.news__list .item-box .text-box {
    width: 800px;
}
.news__list .item-box .text-box .text {
    margin: 10px 0;
}
.news__list .item-box .text-box .more {
    width: 125px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
}
/*========================== newsv ==========================*/
.newsv {
    padding: 40px 0;
}
.newsv__content {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.newsv__title {
    padding: 30px 0;
    text-align: center;
}
.newsv__title h3 {
    font-size: 20px;
    color: #646464;
    margin-bottom: 8px;
}
.newsv__title p {
    font-size: 13px;
    color: #d1d1d1;
}
.newsv__text {
    font-size: 14px;
    line-height: 2;
    color: #6f6f6f;

}
.newsv__text img {
    max-width: 100%;
}
.newsv__pages {
    font-size: 13px;
    color: #939393;
    padding-right: 100px;
    position: relative;
}
.newsv__pages p {
    margin-bottom: 10px;
}
.newsv__pages em {
    color: #333;
}
.newsv__pages a:hover {
    text-decoration: underline;
    color: #c30e23;
}
.newsv__pages a.back {
    display: inline-block;
    width: 80px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
/*========================== other-pages ==========================*/
.other-pages {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #999;
    text-align: center;
    padding: 15px;
}
.other-pages a {
    display: inline-block;
    min-width: 10px;
    margin: 5px 8px;
}
.other-pages a:hover, .other-pages a.on {
    color: #c30e23;
    border-bottom: 1px solid #c30e23;
}
/*========================== join ==========================*/
.htitle3 {
    text-align: center;
    padding: 24px 0;
    position: relative;
}
.htitle3 h3 {
    font-size: 24px;
    color: #c30e23;
}
.htitle3 i {
    font-family: Arial, sans-serif;
    font-size: 45px;
    line-height: 1;
    color: rgba(60, 60, 60, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.join_advantage {
    padding: 50px 0;
}
.join_advantage .htitle3 {
    margin-bottom: 40px;
}
.join_advantage__box .img-box {
    width: 600px;
    height: 465px;
    line-height: 465px;
}
.join_advantage__box .text-box {
    width: 570px;
    font-size: 14px;
    line-height: 30px;
    color: #535353;
    padding: 15px 0;
}
.join_advantage__box .text-box h5 {
    font-size: 18px;
    font-weight: bold;
    color: #d01717;
}
.join_process {
    padding: 80px 0;
    background: #f7f7f7;
}
.join_process__content {
    margin: 20px 0 40px;
}
.join_process__content .item-box {
    width: 285px;
    height: 245px;
    padding: 40px 10px 10px;
    border: 1px solid #ccc;
    margin: auto;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #535353;
    background: #fff;
}
.join_process__content .item-box .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.join_process__content .item-box:hover {
    box-shadow: 0 2px 15px 0 rgba(50, 50, 50, .4);
}
/*========================== prov ==========================*/
.prov {
    padding: 100px 0;
}
.prov .container {
    width: 1060px;
}
.prov-show {
    width: 465px;
}
.prov-show-big {
    height: 350px;
    margin-bottom: 45px;
}
.prov-show-big .swiper-slide {
    padding: 5px;
}
.prov-show-big .swiper-slide .img-box {
    width: 455px;
    height: 340px;
	background-color:#fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
.prov-show-small {
    position: relative;
    height: 120px;
}
.prov-show-small .swiper-slide {
    width: 145px;
    padding: 5px 0;
    cursor: pointer;
}
.prov-show-small .swiper-slide .img-box {
    width: 145px;
    height: 110px;
    border: 1px solid transparent;
	background-color:#fff;
}
.prov-show-small .swiper-slide-active .img-box {
    border-color: #b90000;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
.prov-show-small .swiper-sPrev,.prov-show-small .swiper-sNext {
    display: inline-block;
    width: 25px;
    height: 70px;
    border: 1px solid #dcdcdc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.prov-show-small .swiper-sPrev {
    left: -40px;
    background: url("../images/prev-angle.png") no-repeat center center;

}
.prov-show-small .swiper-sNext {
    right: -40px;
    background: url("../images/next-angle.png") no-repeat center center;
}
.prov-show-small .swiper-sPrev:hover {
    background: #c00a1a url("../images/prev-angle-on.png") no-repeat center center;
    border-color: #c00a1a;
}
.prov-show-small .swiper-sNext:hover {
    background: #c00a1a url("../images/next-angle-on.png") no-repeat center center;
    border-color: #c00a1a;
}
.prov-detail {
    width: 530px;
}
.prov-detail .name {
    font-size: 26px;
    line-height: 40px;
    color: #c00a1a;
    margin-bottom: 24px;
}
.prov-detail .info {
    font-size: 14px;
    line-height: 30px;
    color: #444;
    margin-bottom: 24px;
}
.prov-detail .desc {
    font-size: 12px;
    line-height: 30px;
    color: #444;
    margin-bottom: 24px;
}
.prov-detail .desc h4 {
    font-size: 16px;
    font-weight: bold;
    color: #c00a1a;
}
.prov-detail .vr {
    font-size: 14px;
    line-height: 30px;
    color: #444;
}
.prov-detail .vr h4 {
    font-size: 16px;
    font-weight: bold;
    color: #c00a1a;
}
.prov-detail .vr img {
    width: 160px;
    height: 160px;
}
.prov-detail .vr span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 25px;
}
/*========================== other-pro ==========================*/
.other-pro {
    padding: 50px 0 80px;
    background: #f5f3f3;
}
.other-pro .container {
    width: 1060px;
}
.other-pro-tit {
    font-weight: bold;
    font-size: 16px;
    color: #444;
    margin-bottom: 30px;
}
.other-pro-slide {
    position: relative;
    height: 272px;
}
.other-pro-slide .swiper-container {
    width: 900px;
    padding: 10px;
    margin: auto;
}
.other-pro-slide .swiper-prev,.other-pro-slide .swiper-next {
    display: inline-block;
    width: 25px;
    height: 70px;
    border: 1px solid #dcdcdc;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.other-pro-slide .swiper-prev {
    left: 15px;
    background: url("../images/prev-angle.png") no-repeat center center;

}
.other-pro-slide .swiper-next {
    right: 15px;
    background: url("../images/next-angle.png") no-repeat center center;
}
.other-pro-slide .swiper-prev:hover {
    background: #c00a1a url("../images/prev-angle-on.png") no-repeat center center;
    border-color: #c00a1a;
}
.other-pro-slide .swiper-next:hover {
    background: #c00a1a url("../images/next-angle-on.png") no-repeat center center;
    border-color: #c00a1a;
}
.other-pro-slide .item-box {
    display: block;
}
.other-pro-slide .item-box .img-box {
    width: 280px;
    height: 210px;
	background-color:#fff;
}
.other-pro-slide .item-box .caption {
    height: 32px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #818181;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.other-pro-slide .item-box:hover .img-box img {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
}
.other-pro-slide .item-box:hover .caption {
    color: #c00a1a;
}
/*========================== other-pro ==========================*/
.index-searchBar {
    height: 82px;
}
.index-searchBar .keywords {
    float: left;
    color: #a1a1a1;
    font-size: 15px;
    margin-top: 40px;
    height: 30px;
    line-height: 30px;
}
.index-searchBar .keywords span {
    margin-right: 20px;
    display:inline-block;
}
.index-searchBar .search {
    float: right;
    margin-top: 38px;
}
.index-searchBar .search__input {
    width: 270px;
    height: 40px;
    border: 1px solid #c9c9c9;
    background: rgba(245,245,245,.85);
    color: #a1a1a1;
    font-size: 15px;
    text-indent: 15px;
}
.index-searchBar .search__btn {
    width: 90px;
    height: 40px;
    border: 1px solid #c30c23;
    color: #fff;
    background: #c30c23;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}


/*new*/
.linkgroup_s ul{float: right;margin-top: 20px;}
.linkgroup_s ul li{    
	float: left;
	font-size: 13px;
	color: #c7c7c7;
	margin: 2px 12px;}
.linkgroup_s ul li:hover,.linkgroup_s ul li.on{color:#ec3b50;}
.linkgroup_s ul li a{cursor: pointer;}
