@charset "UTF-8";
/*
    顶部导航层级： 1000；
    右侧弹出层层级： 1000


*/

body {
    background-color: #ffffff;
}

var, i, em {
    font-style: normal;
}

.w1400 {
    width: 1400px;
    min-width: 1400px;
    margin: auto;
}

.m100 {
    margin-top: 100px;
}

/*顶部导航*/
#nav {
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.nav-box {
    height: 100%;
}

.nav-box > a {
    display: block;
    float: left;
    height: 100%;
}

.nav-box > a img {
    display: block;
    height: 46px;
    margin-top: 27px;
}

.nav-box ul {
    height: 100%;
    line-height: 100px;
    float: right;
}

.nav-box ul li {
    height: 100%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-left: 120px;
}

.nav-box ul li a {
    color: #464b51;
}

.nav-box ul li.action {
    /*font-size: 28px;*/
}

.nav-box ul li.action a {
    color: #3763a6;
}

.nav-box ul li:hover {
    /*font-size: 28px;*/
}

.nav-box ul li:hover a {
    color: #3763a6;
}

/*图片轮播*/
.focus-map {
    width: 100%;
    min-width: 1400px;
    height: 645px;
    position: relative;
}

.focus-map-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container1 > div > div a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    height: auto;
    margin-top: 80px;
}

/*搜索框*/
.search {
    position: absolute;
    left: 50%;
    bottom: -42px;
    width: 1400px;
    height: 84px;
    background-color: #f6f6f6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

.search-box {
    height: 54px;
    padding: 15px;
}

.search-box-list {
    float: left;
    height: 100%;
    line-height: 54px;
    font-size: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}

.search-box-classify {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 100;
    /*overflow: hidden;*/
    padding: 10px;
    width: 480px;
    display: none;
}

.search-box-classify-1 {
    float: left;
    margin-right: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
}

.search-box-classify-1 > div {
    display: none;
}

.search-box-classify-1 > div:nth-child(1) {
    display: block;
}

.search-box-classify-1 a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 200px;
    position: relative;
    color: #2c2c2c;
    overflow: hidden;
}

.search-box-classify-1:nth-child(2) a:after {
    border: none;
}

.search-box-classify-1 a:after {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-right: 2px solid #757575;*/
    /*border-bottom: 2px solid #757575;*/
    /*-webkit-transform: translateY(-50%) rotate(-45deg);*/
    /*-moz-transform: translateY(-50%) rotate(-45deg);*/
    /*-ms-transform: translateY(-50%) rotate(-45deg);*/
    /*-o-transform: translateY(-50%) rotate(-45deg);*/
    /*transform: translateY(-50%) rotate(-45deg);*/
}

.search-box-classify-2 a:after {
    border: none !important;
}

.search-box-classify-1 a:hover {
    background-color: #f4f4f4;
}

.search-box-list:after {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 45%;*/
    /*right: 15px;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-right: 2px solid #757575;*/
    /*border-bottom: 2px solid #757575;*/
    /*-webkit-transform: translateY(-50%) rotate(45deg);*/
    /*-moz-transform: translateY(-50%) rotate(45deg);*/
    /*-ms-transform: translateY(-50%) rotate(45deg);*/
    /*-o-transform: translateY(-50%) rotate(45deg);*/
    /*transform: translateY(-50%) rotate(45deg);*/
}

.search-box-list:nth-child(4):after {
    border: none;
}

.search-box-list span {
    display: block;
    float: left;
    color: #2c2c2c;
}

.search-box-list input {
    display: block;
    float: left;
    border: none;
    outline: none;
    font-size: 18px;
    height: 50px;
    padding-left: 10px;
    width: 195px;
    margin-top: 4px;
}

.search-box-list p {
    float: left;
    color: #707070;
    font-size: 18px;
    padding: 0 10px;
}

.search-box-list var {
    display: block;
    float: left;
    color: #8e8e8e;
    font-size: 18px;
}

.search-box-btn {
    float: right;
    height: 54px;
    width: 64px;
}

.search-box-btn button {
    display: block;
    outline: none;
    width: 100%;
    height: 100%;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #3763a6;
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*精品设备*/
.boutique {
    height: auto;
}

/*标题*/
.title {
    height: 40px;
    border-bottom: 1px solid #3763a6;
    background-color: #fff;
}

.title > p {
    display: block;
    float: left;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    width: 120px;
    background-color: #3763a6;
    font-size: 18px;
}

/*内容*/
.boutique-box {
    height: auto;
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
}

.boutique-box-list {
    height: auto;
    /*background-color: red;*/
}

.boutique-box-list-a {
    height: 100%;
}

.boutique-box-list-a > div {
    height: 100%;
}

.swiper-slide-list {
    /*margin: 2px;*/
    border: 1px solid #e5e5e5;
    /*padding: 15px 0;*/
    /*height: 307px;*/
    overflow: hidden;
}

.swiper-slide-list:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.swiper-slide-list a {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-slide-list a img {
    display: block;
    margin: auto;
    height: 172px;

}

.swiper-slide-list a p {
    border-top: 1px solid #e5e5e5;
    padding: 10px 15px;
    font-size: 16px;
    color: #464b51;
    /*margin-top: 10px;*/
}

.swiper-slide-list a p span {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-slide-list:hover p {
    color: #3763a6;
}

.boutique-box-pro-list {
    padding: 30px 0;
    overflow: hidden;
}

.boutique-box-pro-list ul {
    overflow: hidden;
    padding: 10px 1px;
}

.boutique-box-pro-list ul li {
    width: 166px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    float: left;
}

.boutique-box-pro-list ul li:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.boutique-box-pro-list ul li:nth-child(8n) {
    margin-right: 0;
}

.boutique-box-pro-list ul li a {
    display: block;
}

.boutique-box-pro-list ul li a img {
    height: 80px;
    display: block;
    margin: 15px auto;
}

.boutique-box-pro-list ul li a p {
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #454545;
    padding-top: 10px;
}

/*最新设备*/
.newest {
    background-color: #f9f9f9;
}

.newest-box {
    padding: 40px 0;
}

.newest-box-content {
    margin-top: 25px;
    overflow: hidden;
}

.swiper-slide-newest {
    height: auto;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin: 2px;
    transition: 1s;
}

.swiper-slide-newest a {
    display: block;
    height: auto;
}

.swiper-slide-newest a p {
    height: 50px;
    line-height: 25px;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    transition: 1s;
}

.swiper-slide-newest a p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #768ab2;
}

.swiper-slide-newest a p var {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #464b51;
    font-weight: bold;
}

.swiper-slide-newest a img {
    margin: 20px auto 0;
    display: block;
    height: 120px;
}

.swiper-slide-newest:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 10;
}

.swiper-slide-newest:hover a p {
    background-color: #3763a6;
}

.swiper-slide-newest:hover a p span {
    color: #fff;
}

.swiper-slide-newest:hover a p var {
    color: #fff;
}

/*行业资讯*/
.hynews {

}

.hynews-box {
    padding: 40px 0;
}

.hynews-box-content {
    margin-top: 25px;
    overflow: hidden;
}

.hynews-box-content-left {
    float: left;
    width: 490px;
    height: auto;
}

.hynews-box-content-left p.ly {
    color: #848484;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

.hynews-box-content-left p.hytitle {
    color: #000000;
    font-size: 22px;
    padding: 20px 0;
}

.hynews-box-content-left img {
    width: 100%;
    height: 324px;
}

.hynews-box-content-right {
    float: right;
    width: 840px;
    height: auto;
}

.hynews-right-row {
    width: 100%;
    height: 451px;
    overflow: hidden;
}

.hynews-right-row-obj {
    height: 100%;
}

.hynews-right-row-obj ul {
    height: 451px;
}

.hynews-right-row-obj ul li {
    width: 100%;
    height: 33.3333%;
}

.hynews-right-row-obj ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hynews-right-row-obj ul li a div {
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 100%;
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    border-bottom: 1px solid #cecece;
}

.hynews-right-row-obj ul li a p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hynews-right-row-obj ul li a p span {
    display: block;
    color: #424242;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

.hynews-right-row-obj ul li a p var {
    display: block;
    font-size: 20px;
    color: #101010;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}

.hynews-right-row-obj ul li:hover a {
    background-image: url("../image/img/img2.jpg");
}

.hynews-right-row-obj ul li:hover a span {
    color: #fff;
}

.hynews-right-row-obj ul li:hover a var {
    color: #fff;
}

/*在线留言*/
.message-box {
    padding: 40px 0;
}

.message-box-row {
    margin-top: 25px;
}

.form-input {
    height: auto;
    overflow: hidden;
}

.form-input ul {
    height: 71px;
}

.form-input ul li {
    float: left;
    width: 223px;
    height: 71px;
    background-image: url("../image/icon/bj.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 46px;
    padding: 0 10px;
}

.form-input ul li:last-child {
    margin-right: 0;
}

.form-input ul li img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 20px;
}

.form-input ul li input {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 178px;
    margin-top: 20px;
    border: none;
    outline: none;
    background-color: transparent;
}

.wby {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
    height: 240px;
    padding: 15px;
}

.wby img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
}

.wby textarea {
    display: block;
    float: right;
    width: 1320px;
    height: 235px;
    resize: none;
    border: none;
    font-size: 16px;
    outline: none;
    padding-top: 5px;
}

#lybtn {
    display: block;
    outline: none;
    border: none;
    background-color: #3763a6;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
}

/*底部*/
#footer {
    /*margin-top: ;*/
    background-color: #18325a;
    height: auto;
    padding: 30px 0;
}

.footer-box {
    height: auto;
}

.footer-box-list {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.footer-box-list a {
    color: #fff;
    padding-right: 20px;

}

.footer-box-list a:hover {
    text-decoration: underline;
}

.footer-box-yqlj {
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.footer-box-yqlj span {
    display: block;
    float: left;
    color: #fff;
    width: 100px;
}

.footer-box-yqlj div {
    float: right;
    width: 1300px;
}

.footer-box-yqlj div a {
    color: #fff;
}

.footer-box-yqlj div a:hover {
    text-decoration: underline;
}

.footer-box-db {
    font-size: 14px;
    color: #fff;
}

.news-list {
    height: auto;
    margin-top: 50px;
}

.news-list ul {
    height: auto;
}

.news-list ul li {
    height: auto;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    opacity: 0;
    transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
}

.news-list ul li.action {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.news-list ul li a {
    display: block;
    overflow: hidden;
}

.news-list ul li a > p {
    width: 300px;
    height: 200px;
    float: left;
    overflow: hidden;
    position: relative;
}

.news-list ul li a > p img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
}

.news-list ul li:hover a > p img {
    width: 340px;
    height: 226px;
}

.date {
    float: left;
    width: 140px;
    height: 135px;
    margin-top: 32px;
    border-right: 1px solid #d2d2d2;
    position: relative;
}

.date p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.date p span {
    display: block;
    color: #2c2c2c;
    font-size: 49px;
    height: 50px;
    line-height: 50px;
}

.date p em {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
}

.date p var {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
}

.info {
    float: right;
    width: 957px;
    height: 135px;
    margin-top: 32px;
    position: relative;
}

.info p {
    padding: 0 50px;
}

.info .info-title {
    color: #0f0f0f;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
}

.info .info-title:after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 50px;
    overflow: hidden;
    max-width: 0;
    color: #083388;
    transition: all ease 3s;
    -ms-transition: all ease 3s;
    -o-transition: all ease 3s;
    -webkit-transition: all ease 3s;
    -moz-transition: all ease 3s;
}

.info .info-title:hover:after {
    max-width: 100%;
}

.info .info-c {
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.info .info-ly {
    font-size: 14px;
    color: #0f0f0f;
}

.info-ckxq {
    display: block;
    position: absolute;
    bottom: 0;
    right: 50px;
    background-color: #3763a6;
    width: 110px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

/*分页*/
.page {
    padding: 20px 0;
    height: 42px;
    text-align: center;
}

.page a.action {
    background-color: #3763a6;
    color: #fff;
}

/*新闻详情*/
.news-details {

}

.news-details-header {
    height: 40px;
    background-color: #eef0f6;
    padding: 0 15px;
    line-height: 40px;
    color: #414141;
    font-size: 20px;
}

.news-details-header a {
    color: #414141;
}

.news-details-title {
    border-bottom: 1px solid #e8e8e8;
    padding: 50px 0;
}

.news-details-title p {
    color: #0c0c0c;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.shijian {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #767676;
    font-size: 14px;
}

.shijian img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
}

.shijian span {
    display: inline-block;
}

.shijian var {
    display: inline-block;
    padding-left: 20px;
}

.news-details-box {
    margin-top: 20px;
}

.news-details-box img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.news-details-fy {
    height: auto;
    padding: 20px 30px;
    background-color: #f0f0f0;
}

.news-details-fy a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.news-details-list {
    background-color: #f0f0f0;
    padding: 20px 30px;
    margin: 30px auto;
}

.news-details-list > p {
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.news-details-list > ul {
    height: auto;
}

.news-details-list > ul li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.news-details-list > ul li a {
    display: block;
    height: 100%;
    color: #000000
}

.news-details-list > ul li a span {
    float: left;
    display: block;
}

.news-details-list > ul li a var {
    float: right;
    display: block;
}

/*加载更多按钮*/
#loading {
    display: block;
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #3763a6;
    color: #fff;
    margin: 20px auto 0;
    border: none;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

/*产品详情*/
.pro-details {
    background-color: #eef0f6;
    padding: 15px 0;
}

.pro-details-title {
    height: 35px;
    line-height: 35px;
    color: #414141;
    font-size: 12px;
}

.pro-details-bt {
    height: 35px;
    line-height: 35px;
    color: #090909;
    font-size: 30px;
    margin-top: 10px;
}

.pro-details-list {
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    margin-top: 20px;
    height: 420px;
}

.pro-details-list-left {
    float: left;
    width: 55%;
    height: 100%;
}

.pro-details-list-right {
    float: right;
    width: 45%;
    height: 100%;
    position: relative;
}

.pro-details-list-right-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro-js {
    margin-top: 20px;
}

.pro-js-box-list {
    margin-top: 20px;
}

.pro-js-box-list > p {
    line-height: 35px;
    color: #090909;
    font-size: 20px;
}

.pro-js-box-list-row {
    color: #090909;
    font-size: 20px;
    margin-top: 20px;
}

.pro-js-box-list-row > div {
    /*width: 400px;*/
}

.pro-js-box-list-row p {
    line-height: 30px;
    overflow-x: hidden;
}

.list-btn {
    float: left;
    height: 100%;
    width: 150px;
}

.list-btn-row {
    height: 340px;
    overflow: hidden;
}

.list-btn-row p {
    height: 85px;
    position: relative;
}

.list-btn-row img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-btn > a {
    display: block;
    height: 40px;
    position: relative;
}

.list-btn > a:after {
    content: '';
    position: absolute;
    left: 38%;

    width: 20px;
    height: 20px;
    border-right: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-btn > a.xs:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 36%;
}

.list-btn > a.xx:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20%;
}

.list-btn-img {
    float: right;
    height: 100%;
    width: 578px;
    position: relative;
}

.list-btn-img img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    height: 383px;
}

.pro-details-list-right-content > p.title-pro {
    color: #1b1b1c;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.tip-pro {
    font-size: 14px;
    color: #454545;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
}

.info-pro {
    font-size: 14px;
    color: #454545;
}

.pro-details-list-right-content > a {
    display: block;
    width: 125px;
    height: 40px;
    background-color: #3763a6;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
}

/*联系我们*/
.contact {
    height: 570px;
    width: 100%;
    min-width: 1400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px 0
}

.contact-box {
    height: 499px;
    margin-top: 30px;
}

.contact-box-left {
    float: left;
    height: 100%;
    width: 45%;
    position: relative;
}

.contact-box-left-c {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-title {
    font-size: 24px;
    color: #464b51;
    height: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}

.contact-box-right {
    float: right;
    height: 100%;
    width: 55%;
}

.contact-box-left-c div p {
    font-size: 16px;
    color: #464b51;
    height: 35px;
    line-height: 35px;
}

.map-point {
    position: relative;
    display: inline-block;

}

.map-point > a {
    display: inline-block;
    margin-top: 45px;
    width: 20px;
    height: 28px;
    background: url(../image/icon/addre.png) no-repeat center;
    animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
    -webkit-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
    -moz-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
    -o-animation: jump 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
}

.map-point > i {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    content: '';
    left: 50%;
    top: 106%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    height: 11px;
    width: 160%;
    background: -webkit-radial-gradient(center, ellipse, #8fa8cd 0, transparent 75%);
    background: radial-gradient(ellipse at center, #8fa8cd 0, transparent 75%);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: width;
    transition-property: width;
    animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
    -webkit-animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
    -moz-animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
    -o-animation: sf 1s cubic-bezier(.61, .07, .35, .88) alternate infinite;
}

@keyframes jump {
    0% {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
    }
}

@-webkit-keyframes sf {
    0% {
        width: 160%;
    }

    100% {
        width: 90%;
    }
}

@keyframes sf {
    0% {
        width: 160%;
    }

    100% {
        width: 90%;
    }
}

/*走进优瑞莎*/
.about {
    width: 100%;
    min-width: 1400px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.about-box {
    width: 100%;
    height: 800px;
    background: url('../image/icon/about-bj.jpg') no-repeat top right 0px/cover;
    -webkit-animation: transform 6s;
    -o-animation: transform 6s;
    animation: transform 6s;
}

@-webkit-keyframes transform {
    from {
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
    to {
        transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
    }
}

@keyframes transform {
    from {
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
    to {
        transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
    }

}

.about-box-c {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-box-c-obj {
    position: absolute;
    top: 300%;
    right: 0;
    width: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    -ms-transition: all ease-out .6s;
    -o-transition: all ease-out .6s;
    transition: all ease-out .6s;
}

.dh {
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    -ms-transition: all ease-out .6s;
    -o-transition: all ease-out .6s;
    transition: all ease-out .6s;
    top: 50%;
}

.about-nav {
    height: auto;
}

.about-nav-row {
    height: auto;
    padding: 50px 0;

}

.about-nav-row ul {
    overflow: hidden;
}

.about-nav-row ul li {
    width: 182px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.about-nav-row ul li:nth-child(7) {
    margin-right: 0;
}

.about-nav-row ul li a {
    display: block;
    width: 135px;
    height: 135px;
    margin: auto;
    position: relative;
}

.about-nav-row ul li a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 133px;
    height: 133px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #3763a6;
    visibility: hidden;
}

.about-nav-row ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 135px;
    color: #3763a6;
    font-weight: bold;
    font-size: 50px;
    visibility: hidden;
}

.about-nav-row ul li.action a i {
    visibility: visible !important;
    animation: icon cubic-bezier(.68, .18, .13, .98) 1.6s 1 both;
    -webkit-animation: icon cubic-bezier(.68, .18, .13, .98) 1.6s 1 both;
    -moz-animation: icon cubic-bezier(.68, .18, .13, .98) 1.6s 1 both;
    -o-animation: icon cubic-bezier(.68, .18, .13, .98) 1.6s 1 both;
}

@-webkit-keyframes icon {
    0% {
        clip: rect(0, 0, 135px, 0);
        transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        clip: rect(0, 135px, 135px, 0);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes icon {
    0% {
        clip: rect(0, 0, 135px, 0);
        transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        clip: rect(0, 135px, 135px, 0);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

.about-nav-row ul li.action a span {
    visibility: visible !important;
    animation: icon_show cubic-bezier(.63, .32, .17, .98) 1.4s .9s 1 both;
    -webkit-animation: icon_show cubic-bezier(.63, .32, .17, .98) 1.4s .9s 1 both;
    -moz-animation: icon_show cubic-bezier(.63, .32, .17, .98) 1.4s .9s 1 both;
    -o-animation: icon_show cubic-bezier(.63, .32, .17, .98) 1.4s .9s 1 both;
}

@-webkit-keyframes icon_show {
    0% {
        opacity: 0;
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@keyframes icon_show {
    0% {
        opacity: 0;
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.about-info {
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-info-c {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-info-c div {
    position: absolute;
    top: 300%;
    right: 0;
    width: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-info-c div p {
    font-size: 18px;
    color: #464b51;
    margin-top: 25px;
}

.about-info-c div.action {
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    -ms-transition: all ease-out .6s;
    -o-transition: all ease-out .6s;
    transition: all ease-out .6s;
    top: 50%;
}

/*右侧悬浮层*/
.you-mash {
    position: fixed;
    top: 50%;
    right: 50px;
    height: auto;
    width: 80px;
    z-index: 1000;
    background-color: #6d6d70;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.you-mash ul {
    height: auto;
}

.you-mash ul li {
    height: 80px;
}

.you-mash ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.you-mash ul li a div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.you-mash ul li a div img {
    display: block;
    margin: auto;
}

.you-mash ul li a div p {
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-top: 5px;
}

.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto;
    border-radius: 4px
}

.pagination > li {
    display: inline !important;
    height: auto;
    border: none !important;
    margin-bottom: 0px !important;
    opacity: 1 !important;
    transform: translateY(100px);
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.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: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}


/*响应式*/
@media screen and (max-width:1399px) {
    .w1400{
        width:1200px;
        min-width: 1200px;
    }
    .nav-box ul li{
        margin-left: 80px;
    }
}





