@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font: 14px/1.2 "microsoft yahei,arial, helvetica, sans-serif";
    overflow-x: hidden;
    background: #fff;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    /*这个属性可以使页面上的字体抗锯齿*/
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {}

.hidd {
    display: none;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

#bord {
    border: none;
    background: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.align_l {
    text-align: left;
}

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0px !important;
    line-height: 0px !important;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.transtime {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cccccc;
}

input[type="text"],
input[type="password"],
input[type='submit'],
input[type='reset'],
input[type='button'],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type='submit']:focus,
input[type='reset']:focusinput[type='button']:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
}


/* img 动画效果 */

.scale12 {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.bgc-fff {
    background: #FFFFFF;
}

.bgc-f4f4f4 {
    background: #f4f4f4;
}


/* index */

.top {
    position: relative;
    z-index: 100;
    height: 80px;
}

.top .logo {
    line-height: 80px;
}

.top .logo img {
    vertical-align: middle;
}

.top .search {
    margin-left: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.search-bg {
    position: relative;
    z-index: 1;
    display: block;
    width: 75px;
    height: 40px;
    background: url(../images/search-bg.png) no-repeat right center;
}

.search-bg:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 25px;
    border-left: 1px solid #e5e5e5;
}

.searform {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 100;
    width: 208px;
    border: 4px solid #c51c22;
    background: #FFFFFF;
    transition: none;
    display: none;
}

.searform .searin {
    float: left;
    width: 142px;
    padding-left: 18px;
}

.searform .searin:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
    height: 16px;
    border-left: 2px solid #d3d3d3;
}

.searform .searInp {
    height: 30px;
    line-height: 30px;
    border: 0 none;
    color: #999999;
    background: none;
}

.searform .searSub {
    float: right;
    width: 48px;
    height: 30px;
    border: 0 none;
    cursor: pointer;
    background: none;
    color: #ec1b24;
}


/* 首页banner */

.banner,
.nbanner {
    position: relative;
    z-index: 1;
}

.banner,
.banner .flexslider,
.banner .slides li {
    min-width: 1200px;
    height: 760px;
}

.nbanner,
.nbanner .flexslider,
.nbanner .slides li {
    min-width: 1200px;
    height: 400px;
}

.banner .slides li,
.nbanner .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
}

.flexslider {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.banner .page {
    position: absolute;
    bottom: 160px;
    left: 0px;
    right: 0px;
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
    color: #FFFFFF;
    font-size: 24px;
}

.banner .page i {
    margin-left: 30px;
}

.banner .page em {
    font-size: 14px;
}


/* 圆点切换 */

.flex-control-nav {
    position: absolute;
    bottom: 160px;
    z-index: 1;
    padding-left: 0;
    width: 1200px;
    left: 0;
    right: 0;
    height: 8px;
    line-height: 2px;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
    text-align: center;
    overflow: hidden;
}

.flex-control-nav a {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 80px;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    overflow: hidden;
    background: #ffffff;
    border-radius: 50%;
}

.flex-control-nav .flex-active {
    background: #d44545;
}


/* 左右按钮切换 */

.banner .flex-direction-nav {
    width: 1200px;
    margin: 0 auto;
}

.banner .flex-direction-nav a {
    width: 12px;
    height: 14px;
    line-height: 99em;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 165px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.banner .flex-direction-nav .flex-next {
    left: calc((100% - 1200px) / 2 + 100px);
    background: url(../images/arrow-ban-right.png) no-repeat center center;
}

.banner .flex-direction-nav .flex-prev {
    left: calc((100% - 1200px) / 2);
    background: url(../images/arrow-ban-left.png) no-repeat center center;
}

.banner .flex-direction-nav .flex-next:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.banner .flex-direction-nav .flex-prev:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.banner .flexslider .flex-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner .flexslider .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav {
    margin-top: 40px;
    height: 40px;
}

.nav ul li {
    float: left;
    text-align: center;
}

.nav ul li>a {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    line-height: 40px;
    min-width: 45px;
    padding: 0 30px;
}

.nav ul li:hover>a {
    font-weight: bold;
    color: #ff2d39;
}

.nav ul li:hover>a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-radius: 50%;
    background: #EC1B24;
}

.nav ul li.active>a {
    font-weight: bold;
    color: #ff2d39;
}

.nav ul li.active>a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-radius: 50%;
    background: #EC1B24;
}

.navdrop {
    padding: 0 10px;
    background: rgba(236, 27, 36, 0.8);
    border-radius: 0 0 10px 10px;
}

.navdrop a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navdrop a:last-child {
    border: 0 none;
}

.padtf90 {
    padding: 90px 0;
}

.ititle {}

.ititle dl dt {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.ititle dl dd {
    font-family: arial;
    font-size: 16px;
    color: #bdbdbd;
    text-transform: uppercase;
}

.ititle ul {
    position: relative;
    z-index: 1;
}

.ititle ul:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    width: 1920px;
    border-bottom: 1px solid #e5e5e5;
}

.ititle ul li {
    float: left;
    margin-right: 50px;
}

.ititle ul li:last-child {
    margin-right: 0;
}

.ititle ul li a {
    display: block;
    height: 53px;
    font-size: 16px;
}

.ititle ul li.active a {
    border-bottom: 2px solid #ED4C51;
    font-weight: bold;
    color: #EC1B24;
}

.iprover {
    margin-top: 40px;
    height: 360px;
    overflow: hidden;
}

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

.iproul .prev {
    position: absolute;
    top: 0;
    left: -84px;
    z-index: 1;
    width: 24px;
    height: 100%;
    background: url(../images/arrow-pro-l1.png) no-repeat center;
}

.iproul .next {
    position: absolute;
    top: 0;
    right: -84px;
    z-index: 1;
    width: 24px;
    height: 100%;
    background: url(../images/arrow-pro-r1.png) no-repeat center;
}

.iproul .prev:hover {
    background-image: url(../images/arrow-pro-l2.png);
}

.iproul .next:hover {
    background-image: url(../images/arrow-pro-r2.png);
}


/* 首页修改swiper样式 */

.i-swiper-t {
    width: 1200px;
    height: 360px;
}

.i-swiper-t .i-s-item {
    height: 360px;
}

.i-swiper-t .i-s-item a {
    display: block;
    height: 360px;
    overflow: hidden;
}

.i-swiper-t .i-s-item a div {
    position: relative;
    overflow: hidden;
    height: 318px;
    line-height: 318px;
    text-align: center;
    border: 1px solid #E5E5E5;
}

.i-swiper-t .i-s-item a div>img {
    max-height: 100%;
}

.i-swiper-t .i-s-item a div span i {
    display: block;
    margin-top: 130px;
    width: 100%;
    height: 45px;
    background: url(../images/more-btn.png) no-repeat center top;
}

.i-swiper-t .i-s-item a div span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 90%;
    height: 90%;
    line-height: 1;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    background: url(../images/ipro-bg.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s;
    display: none;
}

.i-swiper-t .i-s-item a p {
    display: block;
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iprolist {
    overflow: hidden;
    width: 1200px;
    height: 360px;
}

.iprolist,
.iprolist ul {
    min-width: 1200px;
}

.iprolist ul li {
    float: left;
    width: 270px;
    height: 360px;
    margin-right: 40px;
    background: #ffffff;
}

.iprolist ul li a {
    display: block;
    height: 360px;
    overflow: hidden;
}

.iprolist ul li div {
    position: relative;
    overflow: hidden;
    height: 318px;
    line-height: 318px;
    text-align: center;
    border: 1px solid #E5E5E5;
}

.iprolist ul li div>img {
    max-height: 100%;
}

.iprolist ul li div span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 90%;
    height: 90%;
    line-height: 1;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    background: url(../images/ipro-bg.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s;
    display: none;
}

.iprolist ul li div span i {
    display: block;
    margin-top: 130px;
    width: 100%;
    height: 45px;
    background: url(../images/more-btn.png) no-repeat center top;
}

.iprolist ul li p {
    display: block;
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iprolist ul li:hover p {
    background: #EC1B24;
    color: #fff;
}

.iprolist ul li:hover span {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    display: none;
}

.ieqlist {
    width: 1200px;
    height: 420px;
    overflow: hidden;
    margin-top: 32px;
}

.ieqlist ul {}

.ieqlist ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 239px;
    height: 420px;
    margin-left: 1px;
    overflow: hidden;
}

.ieqlist ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ieqlist ul li .imgw {
    width: 719px;
    max-width: none;
    min-height: 100%;
}

.ieqlist ul li .ieqpos {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../images/ieq-bg.png);
    text-align: center;
}

.ieqlist ul li .ieqpos div {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    font-size: 16px;
    color: #5a5c61;
}

.ieqlist ul li .ieqpos div p:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.ieqlist ul li .ieqpos div p {
    position: relative;
    display: block;
    font-weight: bold;
    max-width: 150px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ieqlist ul li .ieqpos div i {
    float: right;
    width: 68px;
    height: 28px;
    line-height: 28px;
    font-family: arial;
    border: 1px solid #ec1b24;
    background: url(../images/bg-red.png) repeat;
    display: none;
}

.ieqlist ul li.active {
    width: 719px;
}

.ieqlist ul li.active .ieqpos {
    background-image: none;
}

.ieqlist ul li.active .ieqpos div {
    color: #FFFFFF;
}

.ieqlist ul li.active .ieqpos div i {
    display: block;
}


/* 首页-合作伙伴 */

.ipartn {
    margin-top: 40px;
}

.ipartn .fl {
    width: 565px;
    min-height: 299px;
    line-height: 30px;
    background: url(../images/ipart-bg.png) no-repeat center bottom;
}

.ipartn .fl strong {
    color: #333333;
}

.ipartn .fr {
    width: 600px;
    height: 299px;
    border-radius: 5px;
    overflow: hidden;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.ipartn .fr ul li {
    float: left;
    width: 299px;
    height: 147px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    overflow: hidden;
}

.ipartn .fr ul li a {
    display: block;
    height: 100%;
    line-height: 147px;
}

.ipartn .fr ul li:last-child {
    border-bottom-right-radius: 5px;
}

.icomp {}

.icomp .icompl {
    width: 402px;
    padding-top: 70px;
    background: url(../images/yh-icon.png) no-repeat left top;
}

.icomptxt {
    margin-top: 10px;
    overflow: hidden;
    height: 180px;
    line-height: 26px;
}

.icomp .more {
    display: block;
    margin-top: 20px;
    width: 112px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dadada;
    font-family: arial;
    color: #BDBDBD;
    text-align: center;
}

.icomp .icompl .fr {
    max-width: 750px;
}


/* footer */

.mart15 {
    margin-top: 15px;
}

.footop {
    background: #626262;
}

.footop .footnav {
    width: 778px;
    padding: 45px 0;
    border-right: 1px solid #717171;
}

.footop .footnav ul {
    margin-left: -36px;
}

.footop .footnav ul li {
    float: left;
    width: 96px;
    margin-left: 36px;
}

.footop .footnav ul li dl dt a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
}

.footop .footnav ul li dl dd a {
    display: block;
    line-height: 28px;
    color: #a5a5a5;
}

.footop .footr {
    padding-top: 45px;
    max-width: 410px;
    min-width: 380px;
}
.footop .footr .footlogo {
    text-align: center;
    margin:0 auto;
    display: block;
}

.footop .footr .fl {
    margin-right: 8px;
    width: 180px;
    text-align: center;
}

.footop .footr .ewm {
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    background: #FFFFFF;
    margin: 0 auto;
}

.footop .footr p {
    display: block;
    margin-top: 8px;
    text-align: center;
    color: #cfcfcf;
}

.footop .footr dl {
    min-width: 205px;
}

.footop .footr dl dt {
    padding-left: 30px;
    line-height: 16px;
    font-size: 12px;
    color: #CFCFCF;
    margin-bottom: 5px;
}

.footop .footr dl dt.s1 {
    background: url(../images/foot-tel.png) no-repeat left center;
}

.footop .footr dl dt.s2 {
    background: url(../images/foot-email.png) no-repeat left center;
}

.footop .footr dl dt.s3 {
    background: url(../images/foot-adds.png) no-repeat left center;
}

.footbm {
    line-height: 56px;
    background: #3f3f3f;
}

.footbm .fl {
    text-transform: uppercase;
    font-size: 12px;
    color: #808080;
}

.footbm .fr {
    color: #706f6f;
}


/* 内页 */

.padbtm60 {
    padding-bottom: 60px;
}

.nc-top {
    height: 63px;
    line-height: 63px;
    background: #FFFFFF;
    border-bottom: 1px dashed #e5e5e5;
}

.ntitle {}

.ntitle ul {}

.ntitle ul li {
    position: relative;
    z-index: 1;
    float: left;
    height: 64px;
    margin-right: 60px;
}

.ntitle ul li a {
    display: block;
    font-size: 16px;
}

.ntitle ul li.active a {
    color: #EC1B24;
    font-weight: bold;
}

.ntitle ul li.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    border-bottom: 2px solid #ec1b24;
}

.nindex {
    padding-left: 38px;
    color: #999999;
    background: url(../images/home-bg.png) no-repeat left center;
}

.nindex a {
    color: #999999;
}


/* 6-1联系我们 */

.map {
    position: relative;
    z-index: 1;
    height: 600px;
}

.map>img {
    height: 600px;
    max-width: none;
}

.map .wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.map .maplist {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 270px;
    height: 100%;
    padding: 0 15px;
    background: url(../images/bg-black70.png) repeat;
}

.map .maplist ul {
    width: 100%;
    height: 100%;
}

.map .maplist ul li {
    width: 100%;
    height: 199px;
    text-align: center;
    padding: 1px;
    border-bottom: 1px solid #6d6d6d;
}

.map .maplist ul li:last-child {
    border-bottom: 0 none;
}

.map .maplist ul li i {
    display: block;
    margin-top: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center top;
}

.map .maplist ul li i.s1 {
    background-image: url(../images/lx-icon-tel.png);
}

.map .maplist ul li i.s2 {
    background-image: url(../images/lx-icon-email.png);
}

.map .maplist ul li i.s3 {
    background-image: url(../images/lx-icon-adds.png);
}

.map .maplist ul li dl dt {
    margin-top: 8px;
    font-size: 18px;
    color: #FFFFFF;
}

.map .maplist ul li dl dd {
    color: #b6b6b6;
}

.map .maplist ul li dl:after {
    content: '';
    display: block;
    width: 20px;
    margin: 0 auto;
    margin-top: 15px;
    border-top: 2px solid #6d6d6d;
}

.map .maplist ul li p {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #FFFFFF;
}


/* 1-1产品展示 */

.protype {
    margin-top: 40px;
    text-align: center;
}

.protype ul {
    display: inline-block;
}

.protype ul li {
    float: left;
    margin: 0 5px;
}

.protype ul li a {
    display: block;
    min-width: 100px;
    padding: 0 22px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.protype ul li.active a {
    background-color: #ec1b24;
    border-color: #EC1B24;
    font-weight: bold;
    color: #FFFFFF;
}

.npro.iprolist {
    margin: 20px 0;
    height: auto;
}

.npro.iprolist ul {
    width: 1240px;
}

.npro.iprolist ul li {
    margin-top: 22px;
}

.m-page {
    margin-top: 20px;
    text-align: center;
}

.m-page span {
    display: inline-block;
}

.m-page a {
    float: left;
    padding: 0 16px;
    height: 38px;
    line-height: 38px;
    margin: 0 4px;
    border: 1px solid #d2d2d2;
    color: #999999;
    border-radius: 3px;
    font-family: arial;
}

.m-page a.z-crt {
    border-color: #EC1B24;
    background: #EC1B24;
    color: #FFFFFF;
}

.m-page a.pagenxt,
.m-page a.pageprv {
    padding: 0 25px;
}


/* 2-1设备管理 */

.sblist {
    overflow: hidden;
    padding-top: 20px;
}

.sblist ul {
    width: 1236px;
}

.sblist ul li {
    float: left;
    width: 582px;
    margin-right: 36px;
    margin-top: 40px;
}

.sblist ul li a {
    position: relative;
    z-index: 1;
    display: block;
    height: 340px;
    overflow: hidden;
}

.sblist ul li div {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: 90%;
    height: 90%;
    background: url(../images/bg-black70.png) repeat;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s;
}

.sblist ul li div p {
    display: block;
    margin-top: 135px;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
}

.sblist ul li div i {
    display: inline-block;
    margin-top: 25px;
    width: 144px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: none;
}

.sblist ul li:hover div {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    height: 100%;
}


/* 3-1公司新闻 */

.newslist {
    padding-top: 30px;
}

.newslist ul li {
    margin-top: 30px;
    background-color: #f3f3f3;
}

.newslist ul li:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.newslist ul li a {
    display: block;
}

.newslist ul li .fl {
    width: 380px;
    height: 263px;
    line-height: 263px;
    overflow: hidden;
}

.newslist ul li .fl img {
    width: 100%;
    vertical-align: middle;
}

.newslist ul li .fr {
    width: 735px;
    padding-right: 40px;
    height: 263px;
    overflow: hidden;
}

.newslist ul li .fr dl {
    padding-top: 45px;
}

.newslist ul li .fr dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #666666;
}

.newslist ul li .fr dl dd {
    overflow: hidden;
    margin-top: 10px;
    height: 96px;
    line-height: 24px;
}

.newslist ul li .fr i {
    display: block;
    margin-top: 15px;
    color: #999999;
}


/* 5-1关于我们 */

.jjcont {
    padding: 60px 0;
}

.jjcont .fl {
    width: 600px;
}

.jjcont .fr {
    width: 550px;
    min-height: 369px;
    background: url(../images/jj-bg.png) no-repeat center bottom;
}

.jjcont .fr dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.jjcont .fr dl dd {
    color: #CCCCCC;
}

.jjcont .fr .bord {
    position: relative;
    z-index: 10;
    display: block;
    margin-top: 30px;
    width: 32px;
    height: 2px;
}

.jjcont .fr .bord:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ec1b24;
}

.jjcont .fr .bord:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -5;
    display: block;
    width: 142px;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
}

.jjcont .fr .jjtxt {
    margin-top: 40px;
    height: 156px;
    line-height: 26px;
    overflow: hidden;
}

.jjcont .fr .jjsm {
    display: block;
    margin-top: 40px;
    font-size: 18px;
    color: #999999;
}

.jjcont .fr .jjsm strong {
    color: #EC1B24;
}

.zzry {
    padding: 60px 0 40px;
}

.zzry ul {
    width: 1260px;
}

.zzry ul li {
    float: left;
    width: 255px;
    margin-right: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.zzry ul li a {
    display: block;
}

.zzry ul li div {
    overflow: hidden;
    height: 182px;
    line-height: px;
}

.zzry ul li div img {
    max-height: 100%;
}

.zzry ul li p {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.partnlist {
    padding: 44px 0 60px;
    overflow: hidden;
}

.partnlist ul {
    width: 1216px;
}

.partnlist ul li {
    float: left;
    width: 286px;
    height: 143px;
    line-height: 143px;
    margin-right: 16px;
    margin-top: 16px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

.partnlist ul li a {
    display: block;
}

.dsjtitle {}

.dsjtitle dl dt {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.dsjtitle dl dd {
    font-family: arial;
    font-size: 16px;
    color: #BDBDBD;
    text-transform: uppercase;
}

.dsjtop {
    height: 188px;
    background: url(../images/dsj-bg.png) no-repeat center 12px;
}

.dsjtop ul li {
    transition: 500ms;
    padding-top: 12px;
    cursor: pointer;
}

.dsjtop ul li i {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    margin-top: 60px;
    background: url(../images/yd.png) no-repeat center center;
}

.dsjtop ul li i img {
    display: none;
}

.dsjtop ul li p {
    display: block;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: italic;
}

.dsjtop ul li.swiper-slide-active i {
    margin-top: 4px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    overflow: hidden;
}

.dsjtop ul li.swiper-slide-active img {
    display: block;
}

.dsjtop ul li.swiper-slide-active p {
    margin-top: 4px;
}

.dsjtop .swiper-button-prev,
.dsjtop .swiper-button-next {
    width: 15px;
    height: 19px;
}

.dsjtop .swiper-button-prev {
    background: url(../images/arrow-l11.png) no-repeat left center;
}

.dsjtop .swiper-button-prev:hover {
    background: url(../images/arrow-l12.png) no-repeat left center;
}

.dsjtop .swiper-button-next {
    background: url(../images/arrow-r11.png) no-repeat right center;
}

.dsjtop .swiper-button-next:hover {
    background: url(../images/arrow-r12.png) no-repeat right center;
}

.dsjbtm {
    margin-top: 10px;
}

.dsjbtm ul li .fl {
    width: 480px;
    height: 207px;
    line-height: 26px;
    color: #999999;
    overflow: hidden;
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
    background: url(../images/dsj-lbg.png) no-repeat right bottom;
}

.dsjbtm ul li .fr {
    width: 340px;
    margin-left: 20px;
    height: 218px;
    overflow: hidden;
}

.xqtitle {
    margin-top: 60px;
    text-align: center;
    color: #333333;
}

.xqtxt {
    margin-top: 30px;
    line-height: 26px;
}

.searlist {
    padding-top: 50px;
}

.searlist ul li {
    margin-top: 10px;
    line-height: 30px;
}

.searlist ul li p {
    float: left;
    width: 80%;
}

.searlist ul li i {
    float: right;
}

.searlist ul li:hover a {
    color: #EC1B24;
}


/* 4-1人才招聘 */

.zplist {
    padding-top: 50px;
}

.zplist ul li {
    border: 1px solid #d9d9d9;
    margin: 10px 0;
    background: #fcfcfc;
}

.zplist ul li dl dt {
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
}

.zplist ul li dl dt p {
    display: inline-block;
    float: left;
    color: #474747;
    font-weight: bold;
    font-size: 14px;
}

.zplist ul li dl dt span {
    display: inline-block;
    float: left;
    margin-left: 50px;
    font-weight: 100;
    color: #787878;
    font-size: 12px;
}

.zplist ul li dl dt i {
    display: inline-block;
    float: right;
    padding-right: 25px;
    height: 48px;
    background: url(../images/add.png) no-repeat right center;
    color: #7c7b7e;
}

.zplist ul li dl dd {
    display: none;
    padding: 20px 40px;
    color: #999999;
    line-height: 20px;
}

.zplist ul li dl dd i {
    font-size: 18px;
    color: #5AA000;
}

.zplist ul li dl dd {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}

.zplist ul li dl dd a {
    display: inline-block;
    float: right;
    padding: 0 20px 0 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: url(../images/zp-icon-xx.png) #ec1b24 no-repeat 20px center;
    background-size: 15px auto;
    font-size: 12px;
}

.zplist ul li.on dl dt {
    border-bottom: 1px solid #d9d9d9;
}

.zplist ul li.on dl dt p {
    font-weight: bold;
    color: #ec1b24;
}

.zplist ul li.on dl dt i {
    background: url(../images/reduce.png) no-repeat right center;
    color: #4C6433;
}

.zplist ul li.on dl dd {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}

.zpdetail {
    padding: 20px 60px;
    line-height: 24px;
    color: #333333;
}

.nocontCenter {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.nocontCenter .nomid {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}

.no-btn {
    display: inline-block;
}

.no-btn a {
    margin: 30px 5px 0;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    border: 1px solid #c1c1c1;
    border-radius: 40px;
    font-size: 16px;
    color: #999999;
}

.amt {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


/* 从下至上 移动渐显=位移10px */

@-webkit-keyframes fadeInUp10 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp10 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp10 {
    -webkit-animation-name: fadeInUp10;
    animation-name: fadeInUp10;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    opacity: 1;
}


/* 5-6 xz*/

.fiveXz {}

.fiveXz li {
    float: left;
    width: 385px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px 7px;
    height: 380px;
    margin-right: 22px;
}

.fiveXz li .img {
    position: relative;
}

.fiveXz li em {
    position: absolute;
    left: 0;
    width: 100%;
    color: #ec1b24;
    font-size: 24px;
    font-family: '宋体';
    font-weight: bold;
    text-align: center;
    bottom: 20px;
}

.fiveXz li:last-child {
    margin-right: 0;
}

.fiveXz li .txt {
    text-align: center;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
}

.fiveXz li p {
    margin-top: 10px;
}