@charset "utf-8";

/*=========== PC public CSS ===========*/
*,
:before,
:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    background-color: #FFF;
}

ol,
ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

fieldset,
img,
video {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

input,
select,
textarea,
button {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    outline: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}

/*清除IOS默认圆角*/
textarea {
    resize: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

/*去除右下角拖动边框标识*/
input:-ms-clear {
    display: none;
}

/*消除 IE10 里的叉号*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #222;
    -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset !important;
    box-shadow: 0 0 0px 1000px #f3f3f3 inset !important;
}

table {
    border-collapse: separate;
}

/*边线重叠*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto
}

.top-bar {
    background-color: #da251d;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
}

.bar-fr {
    float: right;
    background: url(../images/top-tel.png) no-repeat left center;
    padding-left: 26px;
}

.bar-fr strong {
    font-size: 18px;
}

.bar-fl {
    display: block;
    overflow: hidden;
}

.header {
    line-height: 77px;
    background-color: #FFF;
}

.logo {
    float: left;
    width: 220px;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
}

.nav {
    float: right;
    width: 720px;
}

.nav ul li {
    float: left;
    width: 10%;
    text-align: center;
    margin-left: 6.6%;
    position: relative;
}

.nav ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #DA251D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav ul li a {
    display: block;
    font-size: 18px;
}

.nav ul li.on:after,
.nav ul li:hover:after {
    width: 100%;
}

.banner {
    position: relative
}

.banner .slick-one img {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
}

.banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.banner .slick-prev:before,
.banner .slick-next:before {
    display: none;
}

.banner .slick-prev {
    left: 25px;
    background-image: url(../images/ban-fl.png);
}

.banner .slick-next {
    right: 25px;
    background-image: url(../images/ban-fr.png);
}

.banner .slick-prev,
.banner .slick-next {
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    z-index: 10;
    font-size: 0;
}

.banner:hover .slick-next,
.banner:hover .slick-prev {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.banner .slick-dots {
    bottom: 20px;
}

.banner .slick-dots li button:before {
    display: none;
}

.banner .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #EEE;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 0;
}

.banner.slick-slider .slick-active button {
    background-color: #DA251D;
}

.index-name {
    text-align: center;
    color: #353535;
    line-height: 1.2;
    margin-bottom: 40px;
}

.index-name h1 {
    font-size: 44px;
    margin-bottom: 28px;
}

.index-name h1 strong {
    color: #DA251D;
}

.index-name h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.index-name p {
    color: #333;
    font-size: 18px;
}

.index-name p span {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #353535;
    margin: 0 8px;
    padding: 0 20px;
}

.name-tal {
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #DA251D;
}

.index-pro {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.index-pro .pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-pro .txt a {
    font-size: 22px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-pro .txt p {
    color: #666;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-pro li,
.pro-posui {
    background-color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.hot-fl {
    float: left;
    width: 66%;
}

.hot-fl ul {
    margin-left: -3.8%;
    margin-bottom: 30px;
}

.hot-fl ul li {
    float: left;
    width: 46.2%;
    margin-left: 3.8%;
}

.hot-fl li .pic a {
    display: block;
    position: relative;
    padding-top: 77.1%;
}

.hot-fl li .txt {
    text-align: center;
    padding: 16px 10px;
}

.pro-posui {
    margin-bottom: 30px;
}

.pro-posui .pic {
    display: block;
    overflow: hidden;
}

.pro-posui .pic a {
    display: block;
    position: relative;
    padding-top: 51.1%;
}

.pro-posui .txt {
    float: right;
    width: 258px;
    padding: 30px;
    margin-top: 50px;
}

.pro-posui .txt p {
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

.hot-fr {
    float: right;
    width: 31.7%;
}

.hot-fr ul li {
    margin-bottom: 30px;
}

.hot-fr li .pic a {
    display: block;
    position: relative;
    padding-top: 61.3%;
}

.hot-fr li .txt {
    text-align: center;
    padding: 16px 10px;
}

.index-pro li:hover,
.pro-posui:hover {
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.index-pro li:hover .txt a,
.index-pro li:hover .txt p,
.pro-posui:hover a,
.pro-posui:hover p {
    color: #DA251D;
}

.index-about {
    margin-top: 100px;
}

.index-about .index-name {
    margin-bottom: 10px;
}

.about-fl {
    float: left;
    width: 26.3%;
}

.about-fl li {
    background-color: #DA251D;
    margin-top: 20px;
}

.about-fl li .txt {
    float: left;
    width: 143px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.about-fl li .txt img {
    display: block;
    margin: 16px auto 4px;
}

.about-fl li .pic {
    display: block;
    overflow: hidden;
    text-align: right;
}

.about-fr {
    float: right;
    width: 72.5%;
    position: relative;
    margin-top: 20px;
}

.about-fr .txt {
    position: absolute;
    right: 0;
    top: 50px;
    width: 430px;
    padding: 30px 36px;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.about-fr .txt strong {
    display: block;
    font-size: 32px;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.about-fr .txt strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #DA251D;
}

.about-fr .txt a {
    display: inline-block;
    color: #FFF;
    padding: 0 12px;
    text-align: center;
    line-height: 32px;
    background-color: #DA251D;
    margin-top: 25px;
    position: relative;
}

.about-fr .txt a:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: #FFF solid 1px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.about-fr .txt a:hover:before {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index-case {
    padding: 110px 0 100px;
    margin-top: 90px;
    background: url(../images/index-case.jpg) no-repeat #F1F1F1 top center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.case-name .index-name {
    float: left;
    color: #FFF;
    text-align: left;
}

.case-name .index-name p {
    color: #FFF;
}

.case-btn {
    float: right;
    font-size: 0;
}

.case-btn a {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    border: 1px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 60px;
    padding: 0 44px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.case-btn a.btn01 {
    color: #FFF;
}

.case-btn a.btn02 {
    color: #DA251D;
    background-color: #FFF;
}

.case-btn a.btn01:hover {
    color: #DA251D;
    background-color: #FFF;
}

.case-btn a.btn02:hover {
    color: #FFF;
    background-color: transparent;
}

.case-list {
    margin-left: -2.3%;
}

.case-list li {
    float: left;
    width: 31%;
    margin-left: 2.3%;
    background-color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.case-list li .pic a {
    display: block;
    position: relative;
    padding-top: 76.8%;
}

.case-list li .pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.case-list li .txt {
    padding: 20px 28px;
}

.case-list li .txt a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.case-list li .txt a:hover {
    color: #DA251D;
}

.case-list li .txt p {
    line-height: 1.9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-list li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.index-ser {
    margin-top: 80px;
}

.ser-main {
    padding: 0 10px;
    margin-bottom: 20px;
}

.ser-txt {
    width: 40%;
}

.ser-txt li {
    position: relative;
    padding-left: 94px;
    margin-bottom: 55px;
}

.ser-txt li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
    height: 63px;
    background: url(../images/data-bg.png) no-repeat;
    text-align: center;
    line-height: 63px;
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
}

.ser-txt li strong {
    display: block;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.1;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #999;
}

.ser-txt li p {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ser-pic {
    width: 49%;
}

.ser-fl {
    float: left;
}

.ser-fr {
    float: right;
}

.ser-fl.ser-txt {
    padding-top: 50px;
}

.ser-fr.ser-txt {
    margin-right: 90px;
}

.index-news {
    margin-top: 100px;
}

.news-name {
    line-height: 60px;
    border-bottom: 1px solid #E6E6E6;
}

.news-name span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    width: 120px;
    text-align: center;
}

.news-name span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 6px;
    background-color: #DA251D;
}

.news-name a {
    float: right;
    font-size: 18px;
}

.news-name a:hover {
    color: #DA251D;
    font-weight: bold;
}

.news-main ul {
    margin-left: -6%;
    margin-top: 50px;
}

.news-main ul li {
    float: left;
    width: 44%;
    margin-left: 6%;
    margin-bottom: 40px;
}

.news-main li .time {
    float: left;
    width: 72px;
    padding-right: 5px;
    margin-right: 10px;
    border-right: 1px solid #E1E1E1;
    color: #666;
    font-size: 16px;
    line-height: 1.1;
}

.news-main li .time strong {
    display: block;
    font-size: 40px;
    text-align: center;
    margin-bottom: 2px;
}

.news-main li .txt {
    display: block;
    overflow: hidden;
    line-height: 1.5;
}

.news-main li .txt a {
    display: block;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-main li .txt p {
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 14px;
}

.news-main li:hover .time,
.news-main li:hover .txt a,
.news-main li:hover .txt p {
    color: #DA251D;
}

.index-sale {
    padding: 60px 0 50px;
    margin-top: 80px;
    background: url(../images/index-sale.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.sale-head {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -870px;
}

.sale-main {
    padding-left: 360px;
    text-align: center;
}

.index-sale strong {
    display: block;
    color: #FFF;
    font-size: 36px;
    line-height: 1.2;
}

.index-sale strong i {
    color: #FF5C41;
}

.index-sale ul {
    font-size: 0;
    margin-top: 60px;
}

.index-sale ul li {
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

.index-sale ul li img {
    display: block;
    margin-bottom: 15px;
}

.footer {
    background-color: #2F343C;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
}

.foot-link {
    color: #FFF;
}

.foot-link a {
    display: inline-block;
    color: #FFF;
    margin-right: 10px;
}

.foot-link a:hover {
    color: #DA251D;
}

.footer p {
    color: #999;
}

.footer p a {
    display: inline-block;
    color: #999;
    margin-left: 10px;
}

.footer p a:hover {
    color: #FFF;
}

.foot-top {
    margin-top: 80px;
}

/* 面包屑 */
.place-ban {
    position: relative;
}

.place-ban img {
    width: 100%;
    min-height: 360px;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.place-about img {
    min-height: 500px;
}

.place-base {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.place-con {
    font-size: 14px;
    background: url(../images/home-icon.png) no-repeat left center;
    padding-left: 20px;
    line-height: 50px;
}

.place-con li {
    display: inline-block;
    color: #EEE;
    margin-left: 6px;
}

.place-con li a {
    color: #EEE;
    margin-right: 10px;
}

.place-con a:hover {
    color: #DA251D;
}

.place-ys li,
.place-ys li a {
    color: #333;
}

.place-info {
    margin-top: 60px;
    line-height: 1.8;
    color: #FFF;
    width: 660px;
}

.place-info h1 {
    font-size: 44px;
    color: #DA251D;
}

.place-info h1 span {
    font-weight: normal;
    color: #FFF;
}

.place-info p {
    font-size: 18px;
    margin-top: 10px;
}


/* about style */
.about-base {
    margin-top: -160px;
}

.about-base .wrap {
    position: relative;
}

.base-font {
    width: 55%;
    padding: 60px 100px 60px 50px;
    background: url(../images/about-bg.jpg) no-repeat bottom center;
    color: #FFF;
    line-height: 2;
}

.about-btn {
    display: inline-block;
    color: #FFF;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #EEE;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.about-btn span {
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    padding: 0;
    -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.about-btn:hover span {
    max-width: 90px;
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
}

.popu-video {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9999
}

.popu-video.open {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.popu-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.popu-video .video-show {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 92%;
    max-width: 1000px
}

.popu-video .video-show video {
    display: block;
    width: 100%;
    height: auto
}

.popu-video .video-close {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-style: normal
}


.base-gs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #FFF;
    padding: 55px 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2)
}

.base-gs li {
    float: left;
    width: 33.3%;
    text-align: center;
    position: relative;
    border-left: 1px solid #EEE;
    line-height: 1.2;
}

.base-gs li i {
    display: block;
    color: #FF5C41;
    font-size: 14px;
    text-indent: -30px;
}

.base-gs li strong {
    display: block;
    color: #DA251D;
    font-size: 60px;
    font-family: Impact;
    margin: 10px 0;
}

.base-name {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}

.base-name h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.base-name p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.about-area {
    margin-top: 100px;
}

.about-area ul {
    margin-left: -3.3%;
}

.about-area ul li {
    float: left;
    width: 22%;
    margin-left: 2.3%;
    position: relative;
    padding-bottom: 40px;
}

.about-area li img {
    width: 100%;
}

.about-area li p {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 30px;
    font-size: 20px;
}

.about-case {
    position: relative;
    margin-top: 100px;
}

.about-case:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.pro-copy {
    height: 708px;
    position: relative;
    overflow: hidden;
}

.pro-copy .copy-ul {
    position: absolute;
    width: 150000px;
    height: 708px;
    top: 0;
    left: 0;
    will-change: transform;
    transition: transform .25s;
    background: url(../images/about-case.jpg) repeat-x;
}

.about-case .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    text-align: center;
    color: #FFF;
    z-index: 10;
    letter-spacing: 1px;
}

.about-case .txt strong {
    font-size: 60px;
    display: block;
}

.about-case .txt p {
    font-size: 22px;
}


/* product style */
.pro-list {
    margin: 60px 0;
}

.pro-list ul {
    margin-left: -1.5%;
}

.pro-list ul li {
    float: left;
    width: 23.5%;
    margin-left: 1.5%;
    background-color: #FFF;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
}

.pro-list li a {
    display: block;
}

.pro-list li .pic a {
    position: relative;
    padding-top: 77.1%;
    overflow: hidden;
}

.pro-list li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pro-list li .txt {
    padding: 10px 16px;
}

.pro-list li .txt a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.pro-list li .txt p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.pro-list li:hover .pic img {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.pro-list li .txt a:hover {
    color: #DA251D;
}


/* prodetail style */
.head-shadow {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.base-deta {
    position: relative;
    background-color: #FFF;
    z-index: 0;
}

.base-deta:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    background-color: #F3F3F3;
    z-index: -1;
}

.base-info {
    padding: 40px 0 50px;
}

.base-fl {
    float: left;
    width: 46%;
}

.base-fl h1 {
    font-size: 32px;
}

.base-situ {
    display: inline-block;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    font-size: 0;
    padding: 30px 0;
    margin: 20px 0;
}

.base-situ li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 0 30px;
}

.base-situ li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 1px;
    height: 60px;
    background-color: #DCDCDC;
}

.base-situ li.txt-first:after {
    display: none;
}

.base-situ li.txt-first {
    padding-left: 0;
}

.base-situ li strong {
    font-size: 20px;
    display: block;
    color: #DA251D;
}

.base-fl p {
    margin-top: 10px;
}

.base-btn {
    margin-top: 40px;
}

.base-btn span {
    display: inline-block;
    width: 160px;
    line-height: 50px;
    background-color: #DA251D;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px rgba(218, 37, 29, 0.4);
    box-shadow: 0px 3px 10px rgba(218, 37, 29, 0.4);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.base-btn span:hover {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.base-btn p {
    display: inline-block;
    margin-left: 40px;
    margin-top: 0;
    vertical-align: middle;
    line-height: 1.2;
}

.base-btn p strong {
    display: block;
    color: #DA251D;
    font-size: 22px;
    margin-top: 5px;
}

.base-fr {
    float: right;
    width: 50%;
}

.base-fr img {
    width: 100%;
}

.prod-nav {
    margin-top: 60px;
}

.prod-nav ul {
    overflow: hidden;
    border: 1px solid #F2F2F2;
    padding: 15px 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 2px 0 20px rgba(99, 99, 99, 0.2) inset;
    -webkit-box-shadow: 2px 0 20px rgba(99, 99, 99, 0.2) inset;
    box-shadow: 2px 0 20px rgba(99, 99, 99, 0.2) inset;
}

.prod-nav ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.prod-nav ul li a {
    display: block;
    font-size: 18px;
}

.prod-nav ul li a:hover {
    color: #DA251D
}


.base-content {
    margin-top: 50px;
}

.base-content h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.base-content h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.base-content h3:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 32px;
    background: url(../images/txt-icon.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.base-content p {
    font-size: 16px;
    color: #444;
    line-height: 2em;
    margin-bottom: 24px;
    text-indent: 2em
}

.base-content p img,
.base-content p video {
    max-width: 100%;
    height: auto;
    margin-left: -2em
}

.base-content p.jieshi {
    margin-top: -15px;
    margin-left: -2em;
}

.base-content p a {
    display: inline-block;
    padding: 0 4px;
    color: #DA251D;
    margin-left: -2em;
}

.base-content p a:hover {
    text-decoration: underline;
}

.base-content table {
    margin-bottom: 24px;
}

.base-content table td {
    padding: 5px 2px;
    word-break: break-all
}

.mfzx {
    color: #fff !important;
    margin: 0 5px;
    width: 100px;
    line-height: 41px;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    background: url(../images/icon.gif) no-repeat center;
    text-indent: 0;
}

.relat-pro {
    padding: 60px 0 40px;
    margin-top: 100px;
    background: url(../images/relat-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.relat-name {
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}

.relat-name a {
    color: #666;
    font-size: 16px;
    float: right;
    font-weight: normal;
    line-height: 40px;
}

.relat-name a:hover {
    color: #DA251D;
}

.relat-pro .pro-list {
    margin-top: 30px;
    margin-bottom: 0;
}

.relat-pro .pro-list ul li {
    border: none;
}

.relat-pro .pro-list li .txt a {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.relat-news {
    margin-top: 60px;
}

.relat-news .relat-name {
    color: #333;
}

.relat-news .news-show {
    margin-top: 20px;
}


/* message style */
.msg-show {
    padding: 66px 0 55px;
    margin-top: 80px;
    background: url(../images/msg-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.msg-fl {
    float: left;
    width: 50%;
}

.msg-fr {
    float: right;
    width: 38%;
}

.msg-fr p {
    color: #FFF;
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    padding-right: 60px;
}

.msg-txt01 {
    padding-bottom: 36px;
    background: url(../images/msg-line01.png) no-repeat bottom center;
}

.msg-txt01 strong {
    display: inline-block;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 1.2;
}

.msg-txt01 strong span {
    font-weight: 300;
}

.msg-txt01 p {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 18px;
}

.msg-txt02 {
    padding-bottom: 36px;
    background: url(../images/msg-line02.png) no-repeat bottom center;
    position: relative;
    margin-top: 10px;
}

.msg-txt02 strong {
    display: inline-block;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #FFF;
}

.msg-txt02 strong span {
    font-weight: 300;
}

.msg-txt02 i {
    position: absolute;
    top: -66px;
    left: 150px;
    color: #E4514C;
    color: rgba(255, 255, 255, .1);
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}

.msg-show li {
    padding: 25px 0 10px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}

.msg-show li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #E0E0E0;
}

.msg-show li span {
    display: inline-block;
    width: 77px;
    color: #666;
    font-size: 14px;
}

.msg-show li span i {
    color: #FC2E00;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -2px;
    right: -4px;
}

.msg-show li img {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

.msg-show li input {
    width: 80%;
    height: 32px;
    line-height: 32px;
    background: transparent;
    font-size: 14px;
}

.msg-show li textarea {
    width: 80%;
    height: 90px;
    font-size: 14px;
    line-height: 1.7;
    background: transparent;
    vertical-align: top;
}

.msg-btn {
    margin-top: 40px;
    text-align: center;
    margin-left: -60px;
}

.msg-btn input {
    width: 155px;
    height: 42px;
    line-height: 42px;
    background-color: #DA251E;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.msg-btn input:hover {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.msg-pic {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
}

/* case style */
.case-con {
    margin: 60px 0;
}

.case-con .case-list li {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #F6F6F6;
    margin-bottom: 30px;
}


/* casedetail style */
.relat-prod {
    background: none;
    padding: 0;
}

.relat-prod .wrap {
    padding: 30px 40px 10px;
    border: 1px solid #F2F2F2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 0 20px rgba(99, 99, 99, 0.2) inset;
    -webkit-box-shadow: 2px 0 20px rgba(99, 99, 99, 0.2) inset;
    box-shadow: 2px 0 20px rgba(99, 99, 99, 0.2) inset
}

.relat-prod .relat-name {
    color: #333;
    font-size: 30px;
}

.base-case p {
    position: relative;
    padding-left: 16px;
    margin-top: 20px;
    line-height: 2;
}

.base-case p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 11px;
    background: url(../images/case-icon.png) no-repeat;
}

.base-case .base-btn p {
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

.base-case .base-btn p:before {
    display: none;
}

.base-case .base-btn p strong {
    display: inline-block;
    margin-left: 6px;
}

/* news style */
.hot-news {
    padding: 80px 0 60px;
    background-color: #F1F1F1;
}

.hot-news li .txt {
    padding: 24px 20px;
}

.hot-news li .txt a {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    height: 60px;
}

.hot-news li {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.hot-news li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hot-news li:hover .txt a {
    color: #DA251D;
}

.news-fl {
    float: left;
    width: 62%;
}

.news-fl ul {
    margin-left: -3%;
}

.news-fl li {
    float: left;
    width: 47%;
    margin-left: 3%;
    background-color: #FFF;
}

.news-fl li a {
    display: block;
}

.news-fl li .pic a {
    position: relative;
    padding-top: 75.1%;
}

.news-fl li .pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-fr {
    float: right;
    width: 36%;
}

.news-fr li {
    background-color: #FFF;
    margin-bottom: 22px;
}

.news-fr li .txt span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-fr li .txt p {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.news-show {
    margin-top: 40px;
}

.news-show ul {
    margin-left: -4.7%
}

.news-show li {
    float: left;
    width: 45.3%;
    margin-left: 4.7%;
    line-height: 34px;
    margin-top: 20px
}

.news-show li span {
    float: right;
    width: 90px;
    margin-left: 20px;
    color: #999;
    font-size: 15px
}

.news-show li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-show li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../images/news-icon.png) no-repeat;
    margin-right: 8px;
    margin-top: -6px
}

.news-show li:hover a {
    margin-left: 4px;
    color: #DA251D
}


.main-page {
    position: relative;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    margin: 70px auto
}

.main-page a,
.main-page span {
    display: inline-block;
    color: #666;
    margin: 0 5px;
    padding: 0 14px;
    border: 1px solid #dedfe0;
    background-color: #fff;
    cursor: pointer
}

.main-page .current {
    color: #fff;
    border: 1px solid #DA251D;
    background-color: #DA251D
}

.pagination {
    display: inline-block;
    margin: 0 auto
}

.pagination li {
    float: left
}

.active span,
.disabled span {
    cursor: default
}

.page-active span {
    border: 1px solid #DA251D;
    cursor: default;
    display: block;
    padding: 2px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center
}

.main-page a:hover,
.page-active span,
.pagination .active span,
.ul-tab-page .on a {
    color: #fff;
    border: 1px solid #DA251D;
    background: #DA251D;
}

.pagination ul {
    display: inline-block
}

.dn {
    display: none
}

.t-page {
    box-sizing: inherit;
    display: none;
    position: absolute;
    left: 50%;
    width: 600px;
    bottom: 80px;
    margin-left: -300px;
    padding: 26px 26px 10px;
    border: 1px solid #dedfe0;
    z-index: 10;
    background-color: #fff
}

.t-page .close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #333;
    cursor: pointer
}

.t-page .ico {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #dedfe0 transparent transparent
}

.t-page .ico em {
    content: '';
    position: absolute;
    bottom: 1px;
    left: -12px;
    width: 0;
    height: 0;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent
}

.ul-page {
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.ul-page li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}

.ul-page li a {
    display: block;
    padding: 2px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #cacaca;
    text-align: center
}

.ul-page li a,
.ul-page li span {
    margin: 0 7px
}

.ul-page li.on a {
    color: #fff;
    border: 1px solid #DA251D;
    background: #DA251D;
}

.ul-tab-page {
    overflow: hidden;
    margin-top: 20px
}

.ul-tab-page li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 15px
}

.ul-tab-page li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 12px;
    line-height: 36px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5
}


/* newsdetail style */
.place-news {
    color: #FFF;
    margin-top: 66px;
}

.place-news h1 {
    font-size: 32px;
}

.place-news p {
    color: #DDD;
    margin-top: 10px;
}

.place-news p span {
    display: inline-block;
    margin-right: 20px;
    padding-left: 24px;
}

.place-news p span.author {
    background: url(../images/news-icon01.png) no-repeat left center;
}

.place-news p span.time01 {
    background: url(../images/news-icon02.png) no-repeat left center;
}

.place-news p span.time02 {
    background: url(../images/news-icon03.png) no-repeat left center;
}

.news-tips {
    background-color: #F6F6F6;
    padding: 30px 60px 40px;
    position: relative;
    margin-top: -60px;
    position: relative;
}

.news-tips p {
    margin-top: 10px;
}

.news-tips p strong {
    display: inline-block;
    color: #DA251D;
    font-size: 20px;
}

.news-tips p span {
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #DA251D;
    margin-left: 40px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-tips p span:hover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.news-tips img {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.con-state {
    background-color: #f7f7f7;
    color: #666;
    font-size: 16px;
    line-height: 42px;
    margin-top: 60px;
    letter-spacing: 0.5px;
}

.con-state span {
    display: inline-block;
    width: 84px;
    text-align: center;
    color: #FFF;
    background-color: #f59893;
    margin-right: 20px;
}

.con-state a {
    color: #da251c;
}

.con-state a:hover {
    text-decoration: underline;
}

.page-turn {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 30px 0;
    margin-top: 80px;
    position: relative;
}

.page-turn .prev {
    float: left;
    width: 40%;
}

.page-turn .next {
    float: right;
    width: 40%;
    text-align: right;
}

.page-turn strong {
    display: block;
    font-size: 20px;
}

.page-turn .prev a,
.page-turn .next a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.page-turn a:hover {
    color: #DA251D;
}

.page-turn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #DCDCDC;
}

.page-turn .list {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 2;
}



/* contact style */
.cont-show {
    margin-top: 80px;
}

.cont-show ul {
    margin-top: 40px;
    margin-left: -5.3%;
}

.cont-show li {
    float: left;
    width: 28%;
    margin-left: 5.3%;
    text-align: center;
    padding: 30px 10px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.cont-show li img {
    width: 150px;
    margin-bottom: 30px;
}

.cont-show .cont-txt {
    height: 84px;
    line-height: 36px;
}

.cont-show li p {
    font-size: 20px;
    margin-bottom: 6px;
}

.cont-show li i {
    display: block;
}

.cont-show li strong {
    display: block;
    color: #DA251D;
    font-size: 22px;
    line-height: 36px;
}

.cont-show li span {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background-color: #DA251D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cont-show li span:hover {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.cont-map {
    overflow: hidden;
    height: 600px;
    margin-top: 60px;
}

#map-show * {
    box-sizing: content-box;
}

#map-show {
    width: 100%;
    height: 110%;
    position: relative;
    top: 0;
    right: 0;
    bottom: -10%;
}

#map-show .BMap_Marker {
    width: 30px !important;
    height: 53px !important;
    position: relative;
    cursor: default;
    -webkit-animation: mark-down 1.5s linear infinite;
    -o-animation: mark-down 1.5s linear infinite;
    animation: mark-down 1.5s linear infinite;
}

#map-show .BMapLib_sendToPhone {
    display: none;
}

@-webkit-keyframes mark-down {
    25% {
        -webkit-transform: translateY(-6px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(6px);
    }
}

@keyframes mark-down {
    25% {
        transform: translateY(-6px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(6px);
    }
}


/* error style */
.error-show {
    text-align: center;
}

.error-show img {
    margin-top: 70px;
}

.error-show p {
    color: #393B45;
    font-size: 22px;
    margin-top: 60px;
}

.error-show a {
    display: inline-block;
    color: #FFFEFE;
    font-size: 18px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-top: 30px;
    background-color: #DA251D;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.error-show a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.error-show img.error-pic {
    margin-top: -200px;
    position: relative;
    z-index: -1;
}


.fixed-show {
    position: fixed;
    right: 10px;
    top: 48%;
    z-index: 9999;
}

.fixed-show span {
    cursor: pointer;
}

.fixed-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

/* IE8 */
@media \0screen {
    .nav ul li:after {
        left: 0;
    }

    .head-shadow {
        border-bottom: 1px solid #EEE;
    }

    .about-fr .txt,
    .base-gs,
    .about-area li p {
        border: 1px solid #EEE;
    }
}


@media screen and (max-width:1600px) {
    .msg-txt02 i {
        font-size: 60px;
        top: -50px;
    }
}

@media screen and (max-width:1500px) {
    .wrap {
        max-width: 1000px;
    }

    .index-name h1 {
        font-size: 40px;
    }

    .index-name h2 {
        font-size: 36px;
    }

    .index-name p {
        font-size: 16px;
    }

    .index-name p span {
        line-height: 36px;
    }

    .index-pro .txt a {
        font-size: 20px;
    }

    .index-pro .txt p {
        font-size: 16px;
    }

    .pro-posui .txt {
        margin-top: 22px;
    }

    .hot-fr li .txt {
        padding: 10px;
    }

    .hot-fr ul li {
        margin-bottom: 22px;
    }

    .index-pro {
        padding: 80px 0 60px;
    }

    .about-fl {
        width: 32%;
    }

    .about-fr {
        width: 66%;
    }

    .about-fr .txt strong {
        font-size: 30px;
    }

    .index-about,
    .index-news {
        margin-top: 80px;
    }

    .index-case {
        margin-top: 70px;
        padding: 60px 0 80px;
    }

    .ser-txt li strong {
        font-size: 26px;
    }

    .ser-txt li span {
        font-size: 30px;
    }

    .sale-main {
        padding-left: 200px;
    }

    .index-sale strong {
        font-size: 32px;
    }

    .sale-head {
        width: 38%;
        margin-left: -700px;
    }

    .base-gs li strong,
    .about-case .txt strong {
        font-size: 55px;
    }

    .about-base {
        margin-top: -100px;
    }

    .base-font {
        padding: 50px 80px 50px 30px;
    }

    .place-info h1 {
        font-size: 40px;
    }

    .base-name h2 {
        font-size: 36px;
    }

    .base-name p {
        font-size: 16px;
    }

    .about-area li p {
        font-size: 20px;
    }

    .pro-list ul li {
        width: 31.8%;
    }

    .base-situ li {
        padding: 0 20px;
    }

    .base-situ li strong {
        font-size: 18px;
    }

    .relat-name {
        font-size: 32px;
    }

    .relat-pro .pro-list ul li {
        width: 23.5%;
    }

    .relat-pro .pro-list li .txt a {
        font-size: 18px;
    }

    .msg-txt01 strong {
        font-size: 44px;
    }

    .msg-txt02 strong {
        font-size: 36px;
    }

    .msg-txt01 p {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .msg-show li input,
    .msg-show li textarea {
        width: 77%;
    }

    .base-case p {
        margin-top: 15px;
    }

    .relat-pro {
        margin-top: 80px;
    }

    .hot-news li .txt a {
        font-size: 18px;
    }

    .news-fr li .txt span {
        display: none;
    }

    .news-fr li .txt {
        padding: 31px 20px;
    }

    .cont-show li img {
        width: 130px;
    }

    .error-show img.error-pic {
        margin-top: -160px;
    }

    .place-ban img {
        min-height: 320px;
    }

    .place-about img {
        min-height: 400px;
    }

    .place-info {
        margin-top: 48px;
    }
}

@media screen and (max-width:1360px) {
    .msg-txt02 i {
        font-size: 50px;
        top: -36px;
        left: auto;
        right: 0;
    }

    .fixed-show img {
        width: 120px;
    }

    .fixed-top img {
        width: 44px;
    }
}