﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

body,
button,
input,
select,
textarea {
    font-size: 12px;
    color: #000;
    font-family: "Arial", "Microsoft YaHei";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

addresscite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

input,
button,
select,
textarea {
    outline: none
}

textarea {
    resize: none
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #555;
    cursor: pointer;
    transition: all .5s
}

a:hover {
    text-decoration: none;
    color: #000;
    outline: none;
    hide-focus: expression(this.hideFocus=true)
}

img {
    vertical-align: top;
    border: 0
}

.pic>img {
    display: block;
    width: 100%;
    transition: 600ms;
    -webkit-transition: 600ms
}

.fl {
    float: left
}

.fr {
    float: right
}

.ovh {
    overflow: hidden
}

.por {
    position: relative
}

.content1320 {
    max-width: 1320px;
    margin: auto;
    position: relative;
    height: auto;
    width: 96%
}

.spot {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/spot.png)
}

.poaFull {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.centerFull {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50% 0 0 -50%
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.w1200 {
    width: 1200px;
    margin: auto
}

.w1400 {
    width: 1400px;
    margin: auto
}

@font-face {
    font-family: 'Embassy';
    src: url("../font/Embassy.eot");
    src: local("☺"), url("../font/Embassy.woff") format("woff"), url("../font/Embassy.ttf") format("truetype"), url("../font/Embassy.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.trans,
.trans:hover {
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s
}

.trans-fast,
.trans-fast:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out
}

.menu-handler {
    background: none;
    overflow: hidden;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -30px;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    z-index: 1012
}

.menu-handler .burger {
    width: 32px;
    height: 4px;
    background: #707070;
    display: block;
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 50%;
    margin: 0px 0px 0px -16px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center
}

.menu-handler .burger-2 {
    top: 28px
}

.menu-handler .burger-3 {
    top: 38px
}

.menu-handler.active .burger-1 {
    top: 30px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.menu-handler.active .burger-2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: -100%
}

.menu-handler.active .burger-3 {
    top: 30px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.bot {
    width: 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 2px;
    background-color: #16a5c0;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

a:hover .bot,
.active .bot {
    width: 100%;
    margin-left: -50%
}

.gray img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.scapic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.circle {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    z-index: 2;
    cursor: pointer
}

.circle .y1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s
}

.circle .y2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #05b7db;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0;
    -moz-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
    visibility: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible
}

.circle:hover .y1 {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

.header .head {
    height: 94px
}

.header .head .logo {
    margin-left: 96px;
    margin-top: 23px
}

.header .head .logo a {
    display: inline-block;
    vertical-align: middle
}

.header .head .logo h2 {
    display: inline-block;
    font-size: 20px;
    height: 35px;
    border-left: 2px solid #959595;
    margin-left: 25px;
    padding-left: 25px
}

.header .head .right {
    font-size: 0;
    line-height: 36px;
    margin-top: 28px
}

.header .head .right .telephone {
    position: relative;
    left: -110px;
    margin-right: 4px;
    padding-left: 44px;
    font-size: 24px;
    color: #C2000B;
    font-family: "Arial"
}

.header .head .right .telephone img {
    margin-right: 10px
}

.header .head .right .switch {
    width: 110px
}

.header .head .right .switch .switch-l {
    position: absolute;
    min-width: 36px;
    height: 36px;
    right: 54px;
    top: 50%;
    margin-top: -19.5px
}

.header .head .right .switch .switch-l a {
    margin: 0;
    border: 0;
    background: #fff;
    border: 1px solid #777;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    left: 0
}

.header .head .right .switch .switch-l a span {
    line-height: 34px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 36px;
    height: 36px
}

.header .head .right .switch .switch-l a:hover {
    border: 1px solid #C7000B
}

.header .head .right .switch a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 1px solid #777;
    position: relative;
    box-sizing: border-box;
    margin-left: 15px
}

.header .head .right .switch a span {
    color: #555;
    font-size: 12px
}

.header .head .right .switch .search-box {
    position: absolute;
    right: 0;
    top: 25px
}

.header .head .right .switch .search-box input {
    width: 0px;
    z-index: 2;
    border: 0;
    background: #fff;
    border: 1px solid #777;
    height: 36px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    font-size: 12px;
    color: #555;
    position: absolute;
    right: 18px;
    top: 50%;
    padding-left: 13px;
    margin-top: -18px;
    box-sizing: border-box
}

.header .head .right .switch .search-box a {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%
}

.header .head .right .switch .search-box a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.header .head .right .switch .search-box button {
    z-index: 3;
    cursor: pointer;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    z-index: 999;
    border: 1px solid #777;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    background-image: url(../images/icon-3.png);
    background-repeat: no-repeat;
    background-position: center center
}

.header .head .right .switch .search-box button img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.header .menu {
    background: #7c191e;
    font-size: 0;
    position: relative
}

.header .menu ul>li {
    display: inline-block;
    vertical-align: top;
    width: 16.666%
}

.header .menu ul>li>a {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    height: 70px;
    display: block;
    margin-left: -1px;
    font-size: 14px;
    color: #DFDFDF;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.header .menu ul>li>a span {
    position: relative;
    z-index: 2
}

.header .menu ul>li>a .en {
    display: inline;
    font-size: 12px;
    text-transform: uppercase
}

.header .menu ul>li>a:after {
    backface-visibility: hidden;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 110%;
    background: #dfc378;
    color: #7c191e;
    transform: translate(-50%, 0);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.header .menu ul>li:hover>a {
    background: #dfc378;
    color: #7c191e
}

.header .menu ul>li:hover>a:after {
    width: 110%
}

.header .menu ul>li:hover .seed {
    display: block
}

.header .menu ul>.active>a {
    background: #dfc378;
    color: #7c191e
}

.header .menu ul>.active>a:after {
    width: 110%
}

.header .menu .seed {
    display: none;
    margin-top: -1px;
    background-image: url(../images/nav-bg.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 330px;
    z-index: 300;
    position: absolute;
    left: 0;
    padding: 25px 0 25px;
    box-sizing: border-box
}

.header .menu .seed .left {
    width: 390px
}

.header .menu .seed .left h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 4px;
    margin-top: 28px
}

.header .menu .seed .left h4 {
    font-size: 14px;
    color: #333;
    opacity: .6;
    font-family: "Arial";
    margin-bottom: 16px
}

.header .menu .seed .left .p {
    font-size: 14px;
    color: #696969;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    width: 306px;
    margin-bottom: 32px
}

.header .menu .seed .left .btn a {
    display: block;
    width: 116px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid #ccc;
    background: #F4F4F4;
    color: #555;
    font-size: 14px;
    font-family: "Arial";
    transition: all 0.3s ease;
    position: relative
}

.header .menu .seed .left .btn a:hover {
    color: #fff;
    border-color: #c7000b;
    background: #c7000b
}

.header .menu .seed .seed-list {
    margin-left: 390px
}

.header .menu .seed .seed-list li {
    float: left;
    border: 1px solid rgba(197, 197, 197, 0.6);
    border-top: 0;
    width: 50%;
    box-sizing: border-box
}

.header .menu .seed .seed-list li a {
    padding: 20px 78px 26px 60px;
    display: block;
    position: relative
}

.header .menu .seed .seed-list li a:after {
    content: "";
    right: 40px;
    position: absolute;
    top: 50%;
    width: 23px;
    height: 23px;
    margin-top: -11.5px;
    background-image: url(../images/icon-4.png);
    background-repeat: no-repeat;
    transition: all 0.3s ease
}

.header .menu .seed .seed-list li a:hover:after {
    transform: translate(6px, 0)
}

.header .menu .seed .seed-list li a:hover .p span {
    color: #C7000B
}

.header .menu .seed .seed-list li .img {
    width: 168px;
    height: 88px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.header .menu .seed .seed-list li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.header .menu .seed .seed-list li .p {
    margin-left: 28px;
    display: inline-block;
    vertical-align: top;
    line-height: 88px
}

.header .menu .seed .seed-list li .p span {
    width: 60px;
    line-height: 24px;
    font-size: 15px;
    color: #666;
    display: inline-block;
    vertical-align: middle
}

.header .menu .seed .seed-list li:nth-child(2n+2) {
    margin-left: -1px;
    border-right: 0
}

.header .menu .seed .seed-list li:nth-child(3) {
    border-top: 0;
    border-bottom: 0
}

.header .menu .seed .seed-list li:nth-child(4) {
    border-top: 0;
    border-bottom: 0
}

.header .menu .seed .more-btn {
    text-align: right;
    transition: all .4s ease;
    backface-visibility: hidden;
    transform: translate(-30px, 0)
}

.header .menu .seed .more-btn a {
    font-size: 14px;
    color: #141414
}

.header .menu .seed .more-btn span {
    margin-top: -4px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon-29.png)
}

.footer {
    width: 100%;
    background: #000;
    height: 76px;
    position: relative
}

.footer .footer-list {
    font-size: 0;
    text-align: center
}

.footer .footer-list li {
    line-height: 76px;
    height: 76px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 36px
}

.footer .footer-list li a {
    height: 76px;
    font-size: 14px;
    color: #868686
}

.footer .footer-list li a:hover {
    color: #FFF
}

.footer .footer-list li:after {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -4.5px;
    width: 5px;
    height: 9px;
    background-image: url(../images/icon-5.png);
    background-repeat: no-repeat
}

.footer .footer-list li:first-child:after {
    display: none
}

.footer .btn-back-home {
    display: block;
    position: absolute;
    top: 0;
    left: -360px;
    width: 482px;
    height: 100%;
    background: #7c191e
}

.footer .btn-back-home img {
    transition: all 0.3s ease;
    position: absolute;
    right: 47px;
    top: 27px
}

.footer .btn-back-home:hover img {
    transform: translate(10px, 0)
}

.foot {
    width: 100%;
    background: #eee;
    text-align: center;
    padding: 38px 0
}

.foot .telephone {
    font-size: 35px;
    color: #C2000B;
    margin-bottom: 20px;
    font-family: "Arial"
}

.foot .telephone img {
    margin-right: 5px
}

.foot .info {
    font-size: 18px;
    color: #959595
}

.foot .info .cn {
    letter-spacing: 4px;
    padding: 2px 0;
    color: #313131
}

.foot .info .en {
    font-size: 14px
}

.foot .p {
    color: #868686;
    font-size: 13px;
    margin-top: 18px;
    text-transform: Uppercase
}

.foot .p a {
    color: #868686;
    font-size: 13px
}

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    bottom: 10%;
    z-index: 100
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #fff
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    line-height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #ae1c1c;
    color: #fff;
    font-size: 14px;
    overflow: hidden
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #ae1c1c;
    transition: all 0.3s
}

.side ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: Alpha(opacity=100)
}

.side ul li .qrcode {
    position: absolute;
    left: -180px;
    top: -60px;
    width: 180px;
    height: 180px;
    display: none
}

.side ul li .qrcode img {
    width: 100%
}

.side ul li img {
    float: left
}

.paged a,
.paged .p_info,
.paged .current {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 3px;
    padding: 13px 19px;
    font-size: 14px;
    text-align: center;
    background: #FFF;
    color: #555
}

.paged .current,
.paged a:hover {
    background: #C7000B;
    color: #FFF
}

.paged .one {
    padding-left: 54px;
    padding-right: 54px
}

.banner {
    width: 100%;
    position: relative
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover
}

.banner .swiper-slide .video-btn:before {
    opacity: 1;
    content: "";
    display: block;
    background: url(../images/player2.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    transform: scale(1, 1);
    transition: all .5s ease-in-out
}

.banner .swiper-slide .video-btn:after {
    opacity: 1;
    content: "";
    display: block;
    background: url(../images/player3.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0%;
    left: 0%;
    transform: rotate(0deg) rotate(0, 0);
    transition: all .5s ease-in-out
}

.banner .swiper-slide .video-btn:hover:after {
    opacity: 1;
    background: url(../images/player1.png) no-repeat center center;
    transform: rotate(0deg) rotate(1, 1);
    animation: rotation 1s linear infinite
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    padding-bottom: 37.8125%;
    height: 100%
}

.banner .swiper-pagination {
    bottom: 30px
}

.banner .swiper-pagination span {
    vertical-align: top;
    opacity: 1;
    background: #FFF
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #C7000B
}

#home .common-title {
    height: 180px;
    width: 100%;
    font-size: 0;
    padding-top: 90px;
    box-sizing: border-box
}

#home .common-title .title {
    line-height: 36px
}

#home .common-title .title .h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    color: #3C3C3C;
    position: relative;
    padding-right: 13px;
    margin-right: 5px
}

#home .common-title .title .h1 i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10.5px;
    width: 5px;
    height: 5px;
    background: #414141
}

#home .common-title .title .h1 i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 5px;
    height: 15px;
    background: #BC0009
}

#home .common-title .title .h2 {
    margin-top: 6px;
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    color: #3C3C3C;
    font-family: "Conv_DidotLTStd-Roman";
    font-weight: bold
}

#home .common-title .more {
    margin-right: 20px
}

#home .common-title .more a {
    display: block;
    width: 128px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #0E0E0E;
    text-align: center;
    border: 1px solid #0E0E0E;
    position: relative;
    transition: all 0.3s ease
}

#home .common-title .more:hover,
#home .common-title .more.active {
    background: #C7000B;
    transition: all 0.3s ease
}

#home .common-title .more:hover a,
#home .common-title .more.active a {
    border-color: #C7000B;
    color: #fff
}

#home .common-1 .switch-product {
    position: relative;
    height: 714px;
    width: 100%;
    padding-left: 242px;
    box-sizing: border-box
}

#home .common-1 .switch-product .switch-product-box {
    position: relative
}

#home .common-1 .switch-product .switch-product-box>.swiper-container {
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

#home .common-1 .switch-product .switch-product-box>.active {
    visibility: visible
}

#home .common-1 .switch-product .swiper-pagination {
    width: 190px;
    right: 90px;
    bottom: 306px;
    left: auto
}

#home .common-1 .switch-product .swiper-pagination span {
    width: 8px;
    height: 8px;
    background: #5B5B5B;
    box-sizing: border-box;
    transition: all 0.3s ease
}

#home .common-1 .switch-product .swiper-pagination .swiper-pagination-bullet-active {
    background: #9E040D
}

#home .common-1 .switch-product a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

#home .common-1 .switch-product .left {
    width: 100%;
    height: 714px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

#home .common-1 .switch-product .right {
    position: absolute;
    padding: 0 20px;
    box-sizing: border-box;
    height: 714px;
    right: 0;
    width: 300px;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 0
}

#home .common-1 .switch-product .right>div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff
}

#home .common-1 .switch-product .right .en {
    padding-top: 250px;
    font-family: "Embassy";
    font-size: 25px
}

#home .common-1 .switch-product .right .p {
    padding: 20px 0;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden
}

#home .common-1 .switch-product-btn {
    transition: all 0.3s ease;
    z-index: 222;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 242px
}

#home .common-1 .switch-product-btn .swiper-container {
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE
}

#home .common-1 .switch-product-btn .swiper-container:hover .btn-top {
    transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container:hover .btn-bottom {
    transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .btn-top {
    overflow: hidden;
    z-index: 111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border: 0;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transform: translate(0, -100%);
    transition: all .5s ease
}

#home .common-1 .switch-product-btn .swiper-container .btn-top img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg)
}

#home .common-1 .switch-product-btn .swiper-container .btn-bottom {
    transform: translate(0, 100%);
    transition: all .5s ease;
    overflow: hidden;
    z-index: 111;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border: 0;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer
}

#home .common-1 .switch-product-btn .swiper-container .btn-bottom img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg)
}

#home .common-1 .switch-product-btn .swiper-container a {
    display: block;
    box-sizing: border-box;
    width: 242px;
    text-align: center;
    line-height: 102px;
    border-bottom: 1px solid #DEDEDE;
    transition: all 0.3s ease
}

#home .common-1 .switch-product-btn .swiper-container a span {
    position: relative
}

#home .common-1 .switch-product-btn .swiper-container a span:after {
    content: "";
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -0.5px;
    width: 16px;
    height: 1px;
    background: #FFF;
    transition: all 0.6s ease;
    transform: translate(-20px, 0)
}

#home .common-1 .switch-product-btn .swiper-container a span:before {
    content: "";
    position: absolute;
    right: -36px;
    top: 50%;
    margin-top: -0.5px;
    width: 16px;
    height: 1px;
    background: #FFF;
    transition: all 0.6s ease;
    transform: translate(20px, 0)
}

#home .common-1 .switch-product-btn .swiper-container .active a {
    background: #141414;
    color: #FFF
}

#home .common-1 .switch-product-btn .swiper-container .active a span:after {
    background: #C8000A;
    transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .active a span:before {
    background: #C8000A;
    transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .swiper-slide:hover a {
    background: #141414;
    color: #FFF
}

#home .common-1 .switch-product-btn .swiper-container .swiper-slide:hover a span:after {
    background: #C8000A;
    transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .swiper-slide:hover a span:before {
    background: #C8000A;
    transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .btn {
    margin-left: 242px;
    position: relative;
    z-index: 222;
    height: 100%
}

#home .common-1 .switch-product-btn .btn a {
    display: block;
    width: 30px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative
}

#home .common-1 .switch-product-btn .btn a .icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon-10.png)
}

#home .common-1 .switch-product-btn .btn a .rotate {
    transform: rotate(180deg)
}

#home .common-1 .switch-left {
    transform: translate(-242px, 0)
}

#home .common-2 {
    background: url(../images/bg.jpg);
    padding-bottom: 54px
}

#home .common-2 .about-holike .left {
    width: 835px
}

#home .common-2 .about-holike .left .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

#home .common-2 .about-holike .left .swiper-slide a:hover .introduce {
    transform: translate(10px, 0)
}

#home .common-2 .about-holike .left .swiper-slide a:hover .introduce .more-btn {
    opacity: 1;
    transform: translate(0, 0)
}

#home .common-2 .about-holike .left .swiper-slide .introduce {
    z-index: 22;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    width: 296px;
    height: 343px;
    margin-top: -171.5px;
    background: #FFF;
    padding: 65px 46px 0;
    box-sizing: border-box;
    transition: all 0.5s ease
}

#home .common-2 .about-holike .left .swiper-slide .introduce h1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 4px
}

#home .common-2 .about-holike .left .swiper-slide .introduce h3 {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.4)
}

#home .common-2 .about-holike .left .swiper-slide .introduce .icon {
    margin: 12px 0;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(0, 0, 0, 0.3)
}

#home .common-2 .about-holike .left .swiper-slide .introduce .p {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    height: 112px;
    overflow: hidden
}

#home .common-2 .about-holike .left .swiper-slide .introduce .btn {
    width: 34px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    position: absolute;
    right: -34px;
    top: 50%;
    margin-top: -46px;
    background: #BE000A
}

#home .common-2 .about-holike .left .swiper-slide .introduce .btn img {
    vertical-align: middle
}

#home .common-2 .about-holike .left .swiper-slide .introduce .more-btn {
    margin-top: 20px;
    font-size: 14px;
    color: #141414;
    text-align: right;
    transition: all .4s ease;
    opacity: 0;
    backface-visibility: hidden;
    transform: translate(-30px, 0)
}

#home .common-2 .about-holike .left .swiper-slide .introduce .more-btn span {
    margin-top: -4px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon-29.png)
}

#home .common-2 .about-holike .left .swiper-slide .img {
    margin-left: 117px;
    width: 718px;
    height: 514px
}

#home .common-2 .about-holike .left .swiper-slide .img img {
    width: 100%;
    height: 100%
}

#home .common-2 .about-holike .right {
    margin-left: 845px
}

#home .common-2 .about-holike .right .li {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 164px;
    margin-bottom: 10px;
    background: #FFF;
    box-sizing: border-box;
    font-size: 0;
    padding-top: 45px;
    padding-left: 70px;
    transition: all .3s ease
}

#home .common-2 .about-holike .right .li a {
    display: block;
    width: 100%;
    height: 100%
}

#home .common-2 .about-holike .right .li .img {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #777;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease
}

#home .common-2 .about-holike .right .li .img img {
    z-index: 222;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease
}

#home .common-2 .about-holike .right .li .img img+img {
    transform: translate(-50%, -150%)
}

#home .common-2 .about-holike .right .li .title {
    display: inline-block;
    vertical-align: top;
    margin-left: 26px;
    margin-top: 16px
}

#home .common-2 .about-holike .right .li .title h1 {
    font-size: 18px;
    color: #444;
    margin-bottom: 5px
}

#home .common-2 .about-holike .right .li .title h2 {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5)
}

#home .common-2 .about-holike .right .li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #333;
    transition: all 0.3s ease
}

#home .common-2 .about-holike .right .li:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #C7000B;
    transition: all 0.6s ease
}

#home .common-2 .about-holike .right .li:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1)
}

#home .common-2 .about-holike .right .li:hover .img {
    border-color: #C7000B;
    background: #C7000B
}

#home .common-2 .about-holike .right .li:hover .img img {
    transform: translate(-50%, 150%)
}

#home .common-2 .about-holike .right .li:hover .img img+img {
    transform: translate(-50%, -50%)
}

#home .common-2 .about-holike .right .li:hover .img .img-bottom {
    opacity: 0;
    transition: all 0s ease
}

#home .common-2 .about-holike .right .li:hover:after {
    width: 25px
}

#home .common-2 .about-holike .right .li:hover:before {
    width: 323px
}

#home .common-2 .about-holike .right .active {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1)
}

#home .common-2 .about-holike .right .active .img {
    border-color: #C7000B;
    background: #C7000B
}

#home .common-2 .about-holike .right .active .img img {
    transform: translate(-50%, 150%)
}

#home .common-2 .about-holike .right .active .img img+img {
    transform: translate(-50%, -50%)
}

#home .common-2 .about-holike .right .active:after {
    width: 25px
}

#home .common-2 .about-holike .right .active:before {
    width: 323px
}

#home .common-2 .about-holike .right .li:last-child {
    margin-bottom: 0
}

#home .ss {
    height: 956px;
    background: url(../images/advtage_bg.jpg) no-repeat center 0;
    margin-top: 10px;
    overflow: hidden
}

#home .ss .title {
    color: #fff;
    font-size: 24px;
    padding: 80px 0
}

#home .ss .title .en {
    margin-left: 20px;
    text-transform: uppercase
}

#home .ss .title em {
    color: #dfc378
}

#home .ss .ssk1 {
    height: 523px;
    position: relative
}

#home .ss .ssk1 #carousel {
    position: absolute;
    top: 0;
    left: -2px;
    width: 1200px;
    height: 414px
}

#home .ss .ssk1 #carousel img {
    visibility: hidden;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 10px;
    opacity: 0.5 !important
}

#home .ss .ssk1 #carousel img.carousel-center {
    border: 10px solid #989898;
    opacity: 1 !important;
    left: 201px !important
}

#home .ss .ssk1 .atitlesc {
    position: absolute;
    bottom: 10px;
    left: 211px;
    width: 784px;
    height: 102px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #333;
    padding-top: 0px;
    font-size: 20px;
    font-family: "Microsoft YaHei"
}

#home .ss .ssk1 .sst {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

#home .ss .ssk1 .sst p {
    left: 10px;
    top: 302px;
    width: 784px;
    height: 87px;
    background: url("../images/bg1.png") repeat;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding-top: 15px
}

#home .ss .ssk1 .sst p em {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin: 10px auto 0;
    width: 764px
}

#home .ss .ssk1 .sst p em span {
    display: block
}

#home .ss .ssk1 .sst img {
    width: 784px;
    height: 394px;
    border: 3px solid #dfc378
}

#home .ss .ssj1 {
    position: absolute;
    left: 0px;
    top: 248px;
    z-index: 999
}

#home .ss .ssj2 {
    position: absolute;
    right: 0;
    top: 248px;
    z-index: 999
}

#home .ss .ssk2 {
    border-top: 1px solid #b8b2b2;
    padding-top: 30px
}

#home .ss .ssk2 h4 {
    float: left;
    width: 73px;
    height: 143px;
    background: url("../images/adv_t.jpg") no-repeat;
    font-weight: normal;
    padding: 22px 0 0 27px
}

#home .ss .ssk2 h4 p {
    width: 20px;
    font-size: 20px;
    color: #434343
}

#home .ss .ssk2 ul {
    margin: 35px 0 0 50px;
    float: left
}

#home .ss .ssk2 li {
    float: left;
    width: 150px;
    height: 165px;
    text-align: center;
    font-size: 14px;
    color: #fff
}

#home .ss .ssk2 li p {
    width: 36px;
    height: 36px;
    padding: 20px;
    border-radius: 333px;
    margin: 0 auto;
    border: 1px solid #fff
}

#home .ss .ssk2 li img {
    height: 32px;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out
}

#home .ss .ssk2 li:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

#home .pic_list {
    padding: 10px 0 0 0
}

#home .common-3 {
    padding-bottom: 54px
}

#home .common-3 .information-centre .left {
    height: 536px;
    background: #EFEFEF;
    position: relative
}

#home .common-3 .information-centre .left a {
    display: block
}

#home .common-3 .information-centre .left a:hover .nr {
    transform: translate(0, -15px)
}

#home .common-3 .information-centre .left a:hover .nr:after {
    width: 29px
}

#home .common-3 .information-centre .left a:hover .nr:before {
    width: 414px
}

#home .common-3 .information-centre .left a:hover .nr .more-btn {
    opacity: 1;
    transform: translate(0, 0)
}

#home .common-3 .information-centre .left .img {
    width: 532px;
    height: 319px
}

#home .common-3 .information-centre .left .img img {
    width: 100%;
    height: 100%
}

#home .common-3 .information-centre .left .nr {
    position: absolute;
    width: 450px;
    height: 225px;
    top: 267px;
    left: 50%;
    margin-left: -225px;
    background: #FFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    padding: 30px 45px 0;
    box-sizing: border-box;
    transition: all 0.5s ease
}

#home .common-3 .information-centre .left .nr:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #333;
    transition: all 0.3s ease
}

#home .common-3 .information-centre .left .nr:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #C3000B;
    transition: all 0.6s ease
}

#home .common-3 .information-centre .left .nr h1 {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed rgba(136, 136, 136, 0.3);
    margin-bottom: 13px
}

#home .common-3 .information-centre .left .nr .p {
    font-size: 12px;
    color: #888;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 18px
}

#home .common-3 .information-centre .left .nr .time {
    font-size: 14px;
    color: #555;
    font-family: "Arial"
}

#home .common-3 .information-centre .left .nr .more-btn {
    position: absolute;
    right: 51px;
    bottom: 48px;
    font-size: 14px;
    color: #141414;
    text-align: right;
    transition: all .4s ease;
    opacity: 0;
    backface-visibility: hidden;
    transform: translate(-30px, 0)
}

#home .common-3 .information-centre .left .nr .more-btn span {
    margin-top: -4px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon-29.png)
}

#home .common-3 .information-centre .right {
    margin-left: 562px
}

#home .common-3 .information-centre .right .li {
    background: #F0F0F0;
    height: 252px
}

#home .common-3 .information-centre .right .li a {
    display: block;
    font-size: 0
}

#home .common-3 .information-centre .right .li a:hover .time {
    background: #C7000B
}

#home .common-3 .information-centre .right .li a:hover .nr {
    margin-left: 25px
}

#home .common-3 .information-centre .right .li a:hover .nr:after {
    width: 29px
}

#home .common-3 .information-centre .right .li a:hover .nr:before {
    width: 430px
}

#home .common-3 .information-centre .right .li a:hover .nr .more-btn {
    transform: translate(0, 0);
    opacity: 1
}

#home .common-3 .information-centre .right .li .time {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 34px;
    margin-top: 70px;
    width: 100px;
    height: 114px;
    line-height: 114px;
    background: #4F4F4F;
    text-align: center;
    transition: all 0.3s ease
}

#home .common-3 .information-centre .right .li .time>div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2
}

#home .common-3 .information-centre .right .li .time .day {
    font-size: 36px;
    color: #FFF
}

#home .common-3 .information-centre .right .li .time .year {
    font-size: 15px;
    color: #FFF
}

#home .common-3 .information-centre .right .li .nr {
    margin-top: 37px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    width: 462px;
    height: 180px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 18px 48px 0;
    position: relative;
    transition: all 0.5s ease
}

#home .common-3 .information-centre .right .li .nr h1 {
    line-height: 45px;
    overflow: hidden;
    height: 45px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #E5E5E5
}

#home .common-3 .information-centre .right .li .nr .p {
    font-size: 12px;
    color: #888;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    width: 100%
}

#home .common-3 .information-centre .right .li .nr:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #333;
    transition: all 0.3s ease
}

#home .common-3 .information-centre .right .li .nr:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #C3000B;
    transition: all 0.6s ease
}

#home .common-3 .information-centre .right .li .nr .more-btn {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
    opacity: 0;
    backface-visibility: hidden;
    transform: translate(-30px, 0)
}

#home .common-3 .information-centre .right .li .nr .more-btn span {
    margin-top: -4px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon-29.png)
}

#home .common-3 .information-centre .right .li+.li {
    margin-top: 32px
}

.inner-nav {
    height: 65px;
    background: #fff;
    line-height: 65px;
    border-bottom: 1px solid #c9c9c9;
    text-align: center
}

.inner-nav a {
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px
}

.inner-nav a:hover,
.inner-nav a.active {
    background: #C2000B;
    color: #fff
}

#about .title {
    background: url(../images/about-tit.png) no-repeat center top;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #333;
    text-align: center;
    font-size: 26px
}

#about .title span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: arial;
    margin-top: 5px;
    color: #999;
    letter-spacing: 0px
}

#about .company {
    background: #f4f4f4;
    height: 540px;
    clear: both
}

#about .company dt {
    width: 636px;
    float: left;
    height: 340px;
    margin-right: 70px;
    display: inline;
    margin-top: 100px;
    overflow: hidden;
    text-align: center
}

#about .company dt img {
    height: 100%
}

#about .company dd {
    float: left;
    width: 450px;
    margin-top: 0px;
    color: #333;
    padding-top: 40px;
    line-height: 30px
}

#about .company dd h2 {
    font-size: 21px;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px dashed #a1a1a1
}

#about .company dd .text-con {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding: 10px 0;
    height: 350px;
    overflow-y: auto
}

#about .cultrue {
    padding-top: 30px
}

#about .concept {
    background: #f4f4f4;
    height: 556px;
    padding-top: 60px
}

#about .concept dt {
    float: left;
    width: 580px;
    margin-top: 40px
}

#about .concept dt li {
    width: 550px;
    height: 65px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px #dadada;
    padding: 20px 15px;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out
}

#about .concept dt li span {
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 40px;
    color: #fff;
    padding: 5px;
    border: 1px solid #a0a0a0;
    float: left;
    margin-right: 15px
}

#about .concept dt li span em {
    width: 55px;
    height: 55px;
    background: #7c191e;
    display: block
}

#about .concept dt li b {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-top: 10px
}

#about .concept dt li p {
    text-transform: lowercase;
    line-height: 22px;
    margin-top: 10px
}

#about .concept dt li:hover {
    background: #7c191e;
    color: #fff;
    cursor: pointer
}

#about .concept dt li:hover b {
    color: #fff
}

#about .concept dt li:hover span {
    background: #7c191e;
    color: #fff
}

#about .concept dt li:hover span em {
    background: #fff;
    color: #7c191e
}

#about .concept dd {
    float: right;
    width: 606px;
    height: 335px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 2px #dadada;
    margin-top: 40px;
    position: relative
}

#about .concept dd .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 30px;
    box-sizing: border-box
}

#about .concept dd .text h2 {
    font-size: 18px;
    padding: 10px 0
}

#about .concept dd .text p {
    font-size: 14px
}

#about .dpp {
    padding-top: 60px
}

#about .dpp p {
    text-align: center;
    line-height: 28px;
    padding: 0 28px;
    color: #333;
    font-size: 14px
}

#about .team {
    background: #f4f4f4;
    padding: 30px 0
}

#about .team a {
    display: block;
    float: left;
    margin: 6px 3px
}

#productsh {
    padding-bottom: 50px;
    background-color: #F4F4F4
}

#productsh .banner .conBox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -200px
}

#productsh .banner .conBox .nav {
    background: #7c191e;
    text-align: center;
    height: 65px;
    position: relative
}

#productsh .banner .conBox .nav i {
    display: block;
    width: 2px;
    height: 48px;
    background: #89575a;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -1px
}

#productsh .banner .conBox .nav a {
    font-size: 14px;
    color: #fff;
    line-height: 65px
}

#productsh .banner .conBox .nav a:hover {
    color: #dfc378
}

#productsh .banner .conBox .product-nav-nr {
    width: 100%;
    height: 190px;
    background: #FFF;
    line-height: 190px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09)
}

#productsh .banner .conBox .product-nav-nr .left {
    width: 240px;
    text-align: center;
    position: relative
}

#productsh .banner .conBox .product-nav-nr .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    width: 1px;
    height: 100px;
    background: #CCC
}

#productsh .banner .conBox .product-nav-nr .left>div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%
}

#productsh .banner .conBox .product-nav-nr .left>div h1 {
    color: #000;
    font-size: 22px;
    position: relative;
    padding-left: 10px;
    vertical-align: top;
    display: inline-block
}

#productsh .banner .conBox .product-nav-nr .left>div h1 .icon {
    left: 0;
    top: 5px;
    position: absolute;
    width: 4px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url(../images/icon-14.png);
    background-repeat: no-repeat
}

#productsh .banner .conBox .product-nav-nr .left>div h3 {
    padding-top: 5px;
    color: #B4B4B4;
    font-size: 12px;
    font-family: "Arial"
}

#productsh .banner .conBox .product-nav-nr .nr {
    margin-left: 240px;
    padding: 0 135px 0 60px;
    height: 190px;
    box-sizing: border-box
}

#productsh .banner .conBox .product-nav-nr .nr .p {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 28px;
    max-height: 140px;
    overflow: hidden;
    width: 100%
}

#productsh .list {
    padding-top: 50px;
    width: 1228px;
    margin: 0 auto 6px auto
}

#productsh .list li {
    width: 50%;
    padding: 0 14px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 36px
}

#productsh .list li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.05);
    transition: all .6s ease
}

#productsh .list li a:hover {
    transform: translate(0, -6px)
}

#productsh .list li a:hover .nr h1 {
    color: #C2000B
}

#productsh .list li a:hover .nr .btn {
    background: #141414;
    color: #FFF;
    border-color: #141414
}

#productsh .list li .left {
    width: 390px
}

#productsh .list li .left .img {
    width: 100%;
    position: relative;
    padding-bottom: 67.6923076923%
}

#productsh .list li .left .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#productsh .list li .nr {
    margin-left: 390px;
    text-align: center;
    padding: 45px 28px 0
}

#productsh .list li .nr h1 {
    border-bottom: 1px dashed #B1B1B1;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    height: 50px;
    font-size: 20px;
    color: #333;
    margin-bottom: 70px;
    transition: all .4s ease
}

#productsh .list li .nr .btn {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #555;
    background: #F4F4F4;
    border: 1px solid #CCC;
    box-sizing: border-box;
    transition: all .4s ease;
    position: relative
}

#productsh .product-list {
    padding: 200px 0 0px 0
}

#productsh .product-list a {
    display: block;
    float: left;
    width: 30%;
    margin: 1.5% 1.5% 0 1.5%;
    text-align: center;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out
}

#productsh .product-list a img {
    width: 100%;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

#productsh .product-list a span {
    display: block;
    font-size: 14px;
    padding: 10px 0
}

#productsh .product-list a:hover {
    transform: translate(0, -6px)
}

#productsh .product-list a:hover img {
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3)
}


#products {
    padding-bottom: 50px;
    background-color: #F4F4F4
}

#products .banner .conBox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -200px
}

#products .banner .conBox .nav {
    background: #7c191e;
    text-align: center;
    height: 65px;
    position: relative
}

#products .banner .conBox .nav i {
    display: block;
    width: 2px;
    height: 48px;
    background: #89575a;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -1px
}

#products .banner .conBox .nav a {
    font-size: 14px;
    color: #fff;
    line-height: 65px
}

#products .banner .conBox .nav a:hover {
    color: #dfc378
}

#products .banner .conBox .product-nav-nr {
    width: 100%;
    height: 190px;
    background: #FFF;
    line-height: 190px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09)
}

#products .banner .conBox .product-nav-nr .left {
    width: 240px;
    text-align: center;
    position: relative
}

#products .banner .conBox .product-nav-nr .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    width: 1px;
    height: 100px;
    background: #CCC
}

#products .banner .conBox .product-nav-nr .left>div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%
}

#products .banner .conBox .product-nav-nr .left>div h1 {
    color: #000;
    font-size: 22px;
    position: relative;
    padding-left: 10px;
    vertical-align: top;
    display: inline-block
}

#products .banner .conBox .product-nav-nr .left>div h1 .icon {
    left: 0;
    top: 5px;
    position: absolute;
    width: 4px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url(../images/icon-14.png);
    background-repeat: no-repeat
}

#products .banner .conBox .product-nav-nr .left>div h3 {
    padding-top: 5px;
    color: #B4B4B4;
    font-size: 12px;
    font-family: "Arial"
}

#products .banner .conBox .product-nav-nr .nr {
    margin-left: 240px;
    padding: 0 135px 0 60px;
    height: 190px;
    box-sizing: border-box
}

#products .banner .conBox .product-nav-nr .nr .p {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 28px;
    max-height: 140px;
    overflow: hidden;
    width: 100%
}

#products .list {
    padding-top: 220px;
    width: 1228px;
    margin: 0 auto 6px auto
}

#products .list li {
    width: 50%;
    padding: 0 14px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 36px
}

#products .list li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.05);
    transition: all .6s ease
}

#products .list li a:hover {
    transform: translate(0, -6px)
}

#products .list li a:hover .nr h1 {
    color: #C2000B
}

#products .list li a:hover .nr .btn {
    background: #141414;
    color: #FFF;
    border-color: #141414
}

#products .list li .left {
    width: 390px
}

#products .list li .left .img {
    width: 100%;
    position: relative;
    padding-bottom: 67.6923076923%
}

#products .list li .left .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#products .list li .nr {
    margin-left: 390px;
    text-align: center;
    padding: 45px 28px 0
}

#products .list li .nr h1 {
    border-bottom: 1px dashed #B1B1B1;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    height: 50px;
    font-size: 20px;
    color: #333;
    margin-bottom: 70px;
    transition: all .4s ease
}

#products .list li .nr .btn {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #555;
    background: #F4F4F4;
    border: 1px solid #CCC;
    box-sizing: border-box;
    transition: all .4s ease;
    position: relative
}

#products .product-list {
    padding: 200px 0 0px 0
}

#products .product-list a {
    display: block;
    float: left;
    width: 30%;
    margin: 1.5% 1.5% 0 1.5%;
    text-align: center;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out
}

#products .product-list a img {
    width: 100%;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

#products .product-list a span {
    display: block;
    font-size: 14px;
    padding: 10px 0
}

#products .product-list a:hover {
    transform: translate(0, -6px)
}

#products .product-list a:hover img {
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3)
}
#news {
    background-color: #F4F4F4
}

#news .new-list {
    position: relative;
    z-index: 22;
    padding-top: 60px;
    padding-bottom: 73px
}

#news .new-list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#news .new-list li a:hover .time {
    background: #C7000B;
    left: 5px
}

#news .new-list li a:hover .nr {
    margin-left: 105px
}

#news .new-list li a:hover .nr .title h1 {
    color: #C7000B
}

#news .new-list li a:hover .nr .title h1:after {
    width: 24px;
    background: #E37F85
}

#news .new-list li a:hover .nr .title h1:before {
    width: 668px;
    background: #A7A7A7
}

#news .new-list li a .time {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 100px;
    height: 112px;
    line-height: 112px;
    background: #4F4F4F;
    margin-top: -56px;
    z-index: -1;
    font-size: 0;
    text-align: center;
    transition: all .4s ease
}

#news .new-list li a .time>div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2
}

#news .new-list li a .time .day {
    font-size: 36px;
    color: #FFF
}

#news .new-list li a .time .year {
    font-size: 14px;
    color: #FFF
}

#news .new-list li a .nr {
    background: #FFF;
    margin-left: 100px;
    height: 222px;
    padding: 34px 70px 34px 34px;
    transition: all .4s ease;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    box-sizing: border-box
}

#news .new-list li a .nr .img {
    width: 260px;
    padding: 4px;
    background: #F5F5F5;
    box-sizing: border-box
}

#news .new-list li a .nr .img>div {
    width: 100%;
    position: relative;
    padding-bottom: 58.5657370518%
}

#news .new-list li a .nr .img>div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#news .new-list li a .nr .title {
    margin-left: 298px
}

#news .new-list li a .nr .title h1 {
    margin-top: 10px;
    height: 48px;
    font-weight: normal;
    line-height: 48px;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    position: relative;
    transition: all .4s ease
}

#news .new-list li a .nr .title h1:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #E5E5E5;
    transition: all .4s ease
}

#news .new-list li a .nr .title h1:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #E5E5E5;
    transition: all .4s ease
}

#news .new-list li a .nr .title .p {
    font-size: 13px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    width: 100%
}

#news .new-list li+li {
    margin-top: 12px
}

#news .new-details {
    padding-top: 42px;
    padding-bottom: 80px
}

#news .new-details .details {
    width: 100%;
    background-color: #FFF;
    padding: 64px 98px 48px;
    box-sizing: border-box;
    margin-bottom: 25px
}

#news .new-details .details h1 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center
}

#news .new-details .details .time {
    text-align: center;
    font-size: 0;
    padding: 12px 0 24px;
    position: relative;
    margin-bottom: 30px
}

#news .new-details .details .time:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-top: 1px dashed #E6E6E6
}

#news .new-details .details .time span {
    font-size: 14px;
    color: #333
}

#news .new-details .details .time span+span {
    margin-left: 12px
}

#news .new-details .details .p {
    font-size: 13px;
    color: #666;
    line-height: 30px
}

#news .new-details .details .p img {
    width: 100%;
    height: auto !important
}

#news .new-details .details .p p {
    margin-bottom: 32px
}

#news .new-details .details .p object {
    display: none
}

#news .new-details .details .p .video {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px
}

#news .new-details .details .p .video .my-video-dimensions,
#news .new-details .details .p .video .vjs-has-started,
#news .new-details .details .p .video .vjs-user-inactive {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    padding-bottom: 56.25%
}

#news .new-details .details .p .video .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#news .new-details .details .p .video video {
    max-width: 100%;
    margin: 0 auto
}

#news .new-details .new-details-paged {
    background: #FFF
}

#news .new-details .new-details-paged li {
    float: left;
    width: 33.33333333%;
    height: 57px;
    line-height: 57px;
    box-sizing: border-box
}

#news .new-details .new-details-paged li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    line-height: 57px
}

#news .new-details .new-details-paged li a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #000;
    font-size: 13px;
    transition: all .4s ease;
    backface-visibility: hidden
}

#news .new-details .new-details-paged li a .icon img {
    vertical-align: middle
}

#news .new-details .new-details-paged li a:hover span {
    transform: translate(10px, 0)
}

#news .new-details .new-details-paged li+li {
    border-left: 1px solid #E5E5E5
}

#join .title {
    font-size: 14px;
    text-align: center;
    padding: 20px 0
}

#join .title h2 {
    font-size: 36px;
    color: #313131;
    font-weight: normal;
    padding-bottom: 10px
}

#join .title p {
    color: #313131;
    line-height: 25px
}

#join .adv .list li {
    width: 290px;
    float: left;
    margin: 5px;
    box-sizing: border-box
}

#join .adv .list li.remark {
    width: 590px;
    color: #313131;
    font-size: 14px;
    padding-left: 10px
}

#join .adv .list li.remark h2 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 5px
}

#join .adv .list li.remark h3 {
    font-size: 18px;
    font-weight: normal
}

#join .adv .list li.remark span {
    display: inline-block;
    background: #959595;
    color: #fff;
    padding: 10px 20px;
    margin: 30px 5px 0 0
}

#join .pro {
    padding: 30px 0 0 0
}

#join .pro .series {
    position: relative
}

#join .pro .series .mask {
    width: 100%;
    height: 100%;
    background: url(../images/mask.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#join .pro .series .swiper-slide a {
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 90px;
    text-align: center;
    padding: 40px 30px;
    line-height: 25px;
    background: #fff;
    color: #383838;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 13;
    margin-top: -45px;
    font-size: 16px;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

#join .pro .series .swiper-slide:nth-child(2n) a {
    left: 10px
}

#join .pro .series .swiper-slide a:hover,
#join .pro .series .swiper-slide a.active {
    background: #7c191e;
    color: #fff
}

#join .pro .jNav {
    width: 100%;
    height: 93px;
    background: #dfc378
}

#join .pro .jNav .nave_list {
    width: 1200px;
    display: none;
    margin: 0 auto;
    height: 93px;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

#join .pro .jNav .nave_list:hover .swiper-button-prev,
#join .pro .jNav .nave_list:hover .swiper-button-next {
    display: block
}

#join .pro .jNav .nave_list .swiper-button-prev {
    width: 40px;
    height: 67px;
    left: 0;
    margin: 0;
    top: 15px;
    background-image: url(../images/icon-10.png);
    background-position: center center;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 1;
    display: none
}

#join .pro .jNav .nave_list .swiper-button-next {
    display: none;
    opacity: 1;
    margin: 0;
    right: 0;
    top: 15px;
    width: 40px;
    height: 67px;
    background-image: url(../images/icon-10.png);
    background-position: center center;
    background-size: 13px 13px;
    background-repeat: no-repeat
}

#join .pro .jNav .nave_list ul {
    width: 1140px
}

#join .pro .jNav .nave_list li {
    position: relative;
    float: left;
    width: 190px;
    height: 63px;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out
}

#join .pro .jNav .nave_list li:before {
    content: "";
    position: absolute;
    display: none;
    opacity: 0;
    width: 100%;
    height: 110px;
    background: #fff;
    top: -13px;
    left: 0;
    z-index: -1
}

#join .pro .jNav .nave_list li.active:before,
#join .pro .jNav .nave_list li:hover:before {
    display: block;
    opacity: 1
}

#join .strenth {
    padding: 30px 0
}

#join .strenth ul {
    width: 1268px;
    margin: auto
}

#join .strenth li {
    position: relative;
    float: left;
    width: 564px;
    padding-top: 20px;
    margin-right: 70px;
    text-align: center
}

#join .strenth li h2 {
    font-size: 16px;
    color: #434343;
    padding: 10px 0
}

#join .strenth li p {
    font-size: 14px
}

#join .support {
    padding-top: 20px
}

#join .support .list {
    padding-bottom: 20px;
    text-align: center
}

#join .support .list img {
    width: 90%
}

#join .system {
    width: 100%;
    padding: 20px 0 50px 0
}

#join .system .con {
    width: 1135px;
    height: 450px;
    background: url("../images/system_bg.png") no-repeat center;
    margin: 0 auto;
    position: relative
}

#join .system h3 {
    font-size: 36px;
    color: #3e3a39;
    font-weight: 100;
    text-align: center
}

#join .system p {
    position: absolute;
    width: 318px;
    height: 56px;
    color: #3e3a39;
    font-size: 14px;
    top: 0;
    left: 3px;
    text-align: left
}

#join .system p+p {
    top: 151px;
    left: 3px
}

#join .system p+p+p {
    top: 337px;
    left: 3px
}

#join .system p+p+p+p {
    top: 0px;
    left: 810px;
    text-align: left
}

#join .system p+p+p+p+p {
    top: 151px;
    left: 810px
}

#join .system p+p+p+p+p+p {
    top: 337px;
    left: 810px
}

#join .prccess .list {
    padding: 30px 0
}

#join .prccess .list .swiper-slide {
    text-align: center
}

#join .prccess .list .swiper-slide i {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 142px;
    background: #313131;
    margin: auto;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

#join .prccess .list .swiper-slide:nth-child(2n) i {
    background: #7d7d7d
}

#join .prccess .list .swiper-slide:hover i {
    transform: rotate(360deg)
}

#join .prccess .list .swiper-slide span {
    color: #313131;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0
}

#join .feedback {
    width: 100%;
    height: 490px;
    background: url(../images/feedback-bg.jpg) center center no-repeat
}

#join .feedback .form {
    width: 390px;
    float: right;
    padding: 150px 0
}

#join .feedback .form input {
    background: none;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 5px 0
}

#join .feedback .form button {
    width: 100%;
    height: 40px;
    background: #bd8a45;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 5px 0;
    cursor: pointer
}

#join .feedback .form span {
    display: block;
    width: 100%;
    color: #d2d2d2;
    text-align: center
}

#join .feedback .form span.Validform_wrong {
    color: red
}

#join .feedback .form select {
    background: none;
    box-sizing: border-box;
    width: 31%;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #a9a9a9;
    font-size: 14px;
    margin: 5px 0;
        margin-right: 10px;
}

#join .feedback .form select:nth-child(3) {
    margin-right:0;
}

#join .feedback .form select option {
    color: #333;
}

#contact {
    background: #f4f4f4;
    padding: 40px 0
}

#contact .conBox {
    height: 600px;
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 30px
}

#contact .conBox .tit {
    font-size: 26px;
    color: #313131;
    text-align: center;
    padding: 20px 0
}

#contact .conBox .tit span {
    text-transform: uppercase
}

#contact .conBox .con {
    padding: 50px 0
}

#contact .conBox .con .text {
    width: 500px;
    padding: 20px 50px;
    font-size: 14px
}

#contact .conBox .con .text h2 {
    font-size: 20px;
    color: #313131
}

#contact .conBox .con .text h3 {
    color: #959595;
    font-weight: normal;
    padding-bottom: 20px
}

#contact .conBox .con .text p {
    color: #7d7d7d;
    line-height: 33px
}

#contact .conBox .con .text .tel {
    font-weight: bold;
    font-size: 18px;
    color: #7c191e;
    padding: 20px 0
}

#contact .conBox .con .map {
    width: 590px;
    height: 438px
}

#feedback {
    background: #f4f4f4;
    padding: 40px 0
}

#feedback .tit {
    font-size: 26px;
    color: #313131;
    text-align: center;
    padding: 20px 0
}

#feedback .tit span {
    text-transform: uppercase
}

#feedback .conBox {
    height: 600px;
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 30px 30px 30px 45px
}

#feedback .conBox .con {
    width: 790px;
    margin: auto;
    padding: 40px 0;
    position: relative
}

#feedback .conBox .con input {
    width: 341px;
    margin: 0 10px 0 0;
    height: 28px;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    font-size: 14px
}

#feedback .conBox .con select {
    width: 250px;
    height: 45px;
    display: inline-block;
    margin: 10px 13px 10px 0;
    padding: 0 10px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    font-size: 14px
}

#feedback .conBox .con textarea {
    width: 755px;
    height: 200px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 25px;
    padding: 10px
}

#feedback .conBox .con button {
    width: 260px;
    height: 57px;
    background: #7c191e;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px
}

#feedback .conBox .con .Validform_checktip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px
}

#feedback .conBox .con .Validform_wrong {
    color: red;
    font-size: 14px
}
/* 分页样式*/
.list_page {
	margin: 15px 5px;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}



/*# sourceMappingURL=style.css.map */
