﻿@charset 'utf-8';
input
{
    -webkit-appearance: none;
}
@font-face
{
    font-family: 'robotoblack';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-black-webfont.woff2') format('woff2'),
    url('../fonts/roboto-black-webfont.woff') format('woff'),
    url('../fonts/roboto-black-webfont.ttf') format('truetype'),
    url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
}
@font-face
{
    font-family: 'robotoregular';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff'),
    url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1484721810945'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1484721810945#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff?t=1484721810945') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf?t=1484721810945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1484721810945#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sousuo:before
{
    content: '\e61e';
}
.color
{
    color: #c9161f;
}
body
{
    font-size: 14px;

    color: #333;
}
a:hover
{
    color: #333;
}
/*侧链接*/
.linkdiv
{
    position: fixed;
    z-index: 10;
    top: 300px;
    right: 35px;
}
.linkdiv li
{
    position: relative;

    width: 10px;
    height: 10px;
    margin-top: 25px;

    border-radius: 50%;
    background: #c9c9c9;
}
.linkdiv li a
{
    display: block;

    width: 10px;
    height: 10px;

    border-radius: 50%;
}
.linkdiv li a:hover,
.linkdiv li.act a
{
    background: #c61a25;
}
.linkdiv li.act div
{
    opacity: 1;
}
.linkdiv div
{
    line-height: 33px;

    position: absolute;
    top: -40px;
    right: 15px;

    width: 110px;
    height: 33px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    text-align: center;

    opacity: 0;
    background: #c61a25;
}
.linkdiv.badiv div
{
    width: 226px;
}
.linkdiv div::after
{
    position: absolute;
    right: -15px;
    bottom: 2px;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(59deg);
    -moz-transform: rotate(59deg);
    -ms-transform: rotate(59deg);
    -o-transform: rotate(59deg);
    transform: rotate(59deg);

    background: #c61a25;
}
/*搜索框*/
.serachbox,
.sharebox
{
    position: fixed;
    z-index: -20;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: 0;
    background: rgba(238,241,243,.95);
}
.serachbox .close,
.sharebox .close
{
    position: absolute;
    top: 75px;
    right: 106px;
}
.serachbox.act,
.sharebox.act
{
    z-index: 1005;

    opacity: 1;
}
.serachbox .head
.serachbox .head
{
    width: 100%;
    padding-bottom: 35px;

    border-bottom: 1px solid #b5b5b5;
}
.serachbox .iconfont
{
    font-size: 30px;

    color: #666;
}
.serachbox .seardiv,
.sharebox .sharediv
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 52.6%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.serachbox .seardiv .inputdiv
{
    font-size: 18px;

    margin-top: 40px;

    color: #999;
}
.serachbox .head
{
    border-bottom: 1px solid #b5b5b5;
}
.serachbox .seardiv input
{
    font-size: 18px;
    font-size: 30px;

    padding-bottom: 38px;

    color: #666;
}
::-webkit-input-placeholder
{
    /* WebKit browsers */
    opacity: 1;
    color: #666;
}
:-moz-placeholder
{
    opacity: 1;
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}
::-moz-placeholder
{
    opacity: 1;
    /* Mozilla Firefox 19+ */
    color: #666;
}
:-ms-input-placeholder
{
    opacity: 1;
    /* Internet Explorer 10+ */
    color: #666;
}
.sharebox .sharediv
{
    width: 1100px;
}
.sharebox .sharediv p
{
    font-size: 18px;

    float: left;

    margin-top: 6px;
    margin-left: 15px;
}
.sharebox .item
{
    display: inline-block;

    width: 200px;
    margin-right: 170px;

    vertical-align: top;
}
.sharebox .item h4
{
    margin-top: 10px;
    margin-bottom: 40px;
}
.sharebox .item:last-child
{
    width: auto;
    margin-right: 0;
}
.sharebox .item:last-child h4
{
    margin-bottom: 60px;
}
.sharebox .item div
{
    margin-top: 20px;
}
.header
{
    position: fixed;
    z-index: 1003;
    top: 0;
    left: 0;

    width: 100%;
    height: 94px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    border-bottom: 1px solid rgba(255,255,255,.5);
}
.header.act
{
    border-bottom-color: #fff;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,.35);
}
.header.act .mainli a,
.header.act .mainli.dropsearch span
{
    color: #333;
}
.header.act .mainli a
{
    position: relative;

    display: inline-block;

    width: 100%;
    height: 100%;
}
.header.act .mainli a::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: 0;
    background: #c8161e;
}
.header .mainli:hover a::after,
.header .mainli.act a::after
{
    opacity: 1;
}
.header .logodiv
{
    line-height: 94px;
}
.header .logodiv img,
.headerm .logodiv img
{
    width: 183px;
    height: 40px;
}
.header .mainli
{
    line-height: 94px;

    float: left;

    padding-right: 17px;
    padding-left: 17px;
}
.header .mainli.dropsearch
{
    padding-right: 0;
}
.header .mainli a
{
    font-size: 18px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    color: #fff;
}
.header .mainli.dropsearch span
{
    font-size: 28px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.dropmenu
{
    position: relative;
}
.dropmenu .drop
{
    position: absolute;
    top: -4px;
    left: 0;

    display: none;

    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;

    background: rgba(255,255,255,.9);
}
.dropmenu .drop .dropul
{
    width: 300px;
}
.dropmenu .drop li
{
    padding-top: 18px;
    padding-bottom: 18px;

    border-bottom: 1px solid #cfcfcf;
}
.dropmenu .drop li:first-child
{
    padding-top: 0;
}
.dropmenu .drop li a
{
    font-size: 18px;

    display: inline-block;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);

    color: #333;
}
.dropmenu .drop li:hover a
{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);

    color: #c9161f;
}
.dropmenu .drop .middle
{
    width: 300px;
    margin-left: 100px;
}
.dropmenu .drop .middle h4
{
    margin-top: 34px;
}
.dropmenu .drop .right
{
    width: 477px;
    padding-top: 30px;
    padding-right: 126px;
    padding-left: 76px;
}
.dropmenu .drop .right .content p
{
    line-height: 2;

    margin-top: 25px;

    letter-spacing: .7px;
}
.dropmenu .more
{
    font-family: '微软雅黑';
    font-size: 18px;

    display: block;

    margin-top: 60px;

    color: #999;
}
.dropmenu .more:hover
{
    color: #c9161f;
}
.more:hover span.animated
{
    display: inline-block;

    -webkit-animation-name: headShake;
    animation-name: headShake;
}
.headerm
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;

    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.headerm.act
{
    position: absolute;
}
.headerm form
{
    line-height: 39px;

    width: 100%;
    height: 39px;

    color: #666;
    border-bottom: 1px solid #ddd;
}
.headerm form input
{
    width: 80%;
}
.headerm .iconfont
{
    font-size: 26px;

    color: #ccc;
}
.headerm .serbtn
{
    margin-top: 6px;
}
.headerm .navbtn
{
    position: relative;

    width: 48px;
    height: 48px;

    background: #c8161e;
}
.headerm .navbtn span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 26px;
    height: 1px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    background: #fff;
}
.headerm .navbtn img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    opacity: 0;
}
.headerm .navbtn span::before,
.headerm .navbtn span::after
{
    position: absolute;
    left: 0;

    width: 26px;
    height: 1px;

    content: '';

    background: #fff;
}
.headerm .navbtn span::before
{
    top: -7px;
}
.headerm .navbtn span::after
{
    top: 7px;
}
.headerm .navbtn.act span
{
    opacity: 0;
}
.headerm .navbtn.act img
{
    opacity: 1;
}
.dropmenum
{
    position: absolute;
    top: 88px;
    left: 0;

    display: none;

    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;

    border-top: 1px solid #ddd;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}
.dropmenum ul .mainli ul
{
    display: none;
}
.dropmenum ul .mainli h5
{
    font-size: 14px;

    padding-top: 12px;
    padding-bottom: 12px;

    border-bottom: 1px solid #ddd;
}
.dropmenum ul .mainli li
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropmenum ul .mainli ul
{
    padding-left: 35px;

    border-bottom: 1px solid #ddd;
}
.dropmenum ul .mainli h5 a,
.dropmenum ul .mainli li a
{
    color: #333;
}
.banner
{
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 65px;
}
.banner .slick-dots li button::before
{
    display: none;
}
.banner .slick-dots li
{
    width: 16px;
    height: 16px;
    margin: 0 13px;
}
.banner .slick-dots li button
{
    width: 16px;
    height: 16px;

    opacity: .5;
    border-radius: 50%;
    background: #fff;
}
.slick-dots li.slick-active button
{
    opacity: 1;
}
.banner .slick-prev,
.banner .slick-next
{
    z-index: 20;
    width: 49px;
    height: 49px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: .7;
}
.banner .slick-prev:hover,
.banner .slick-next:hover
{
    opacity: 1;
}
.banner .slick-prev
{
    left: 90px;

    background: url(../images/la.png);
}
.banner .slick-next
{
    right: 90px;

    background: url(../images/ra.png);
}
.index
{
    position: relative;
}
.downbtn
{
    position: absolute;
    z-index: 8;
    top: 20px;
    top: -34px;
    left: 50%;

    width: 67px;
    height: 67px;

    cursor: pointer;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);

    border-radius: 50%;
    background: url(../images/down.png) no-repeat;
}
.downbtns
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url(../images/downshadow.png) no-repeat center;
}
.index .lcon1
{
    position: relative;

    padding-top: 172px;
    padding-bottom: 157px;

    background: #fafafa;
}
.decoh
{
    position: relative;

    width: 52px;
    height: 4px;

    background: #000;
}
.decoh::after
{
    position: absolute;
    bottom: 0;
    left: 52px;

    width: 141px;
    height: 1px;

    content: '';

    background: #a3a6a8;
}
.decov
{
    position: relative;

    width: 4px;
    height: 52px;

    background: #000;
}
.decov::after
{
    position: absolute;
    top: 52px;
    left: 0;

    width: 1px;
    height: 220px;

    content: '';

    background: #a3a6a8;
}
.maintitle
{
    overflow: hidden;
}
.index .decov
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 56.3%;
}
.bigletter,
.a1,
.a2,
.a3,
.a4
{
    position: absolute;
}
/*首页*/
.index .lcon1 .bigletter
{
    top: 110px;
    left: 0;
}
.index .lcon1 .a1
{
    top: 150px;
    right: 128px;
}
.index .lcon1 .a2
{
    right: 0;
    bottom: 60px;
}
.titlegroup
{
    color: #c8161e;
}
.titlegroup h1
{
    font-size: 40px;

    letter-spacing: 1px;
}
.titlegroup h3
{
    margin-top: 23px;

    letter-spacing: 1px;
}
.bigtitle
{
    font-family: 'robotoblack';
    font-size: 66px;

    margin-top: 20px;

    letter-spacing: 3.3px;
}
.bigtitle span
{
    color: #c9161f;
}
.index .lcon1 .l .decoh
{
    margin-top: 67px;
    margin-bottom: 52px;
}
.index .lcon1 .l li
{
    position: relative;

    margin-right: 50px;
}
.index .lcon1 .l li img
{
    width: 58px;
    height: 58px;
}
.index .lcon1 .l li.erweimali:hover .erweima
{
    height: 138px;
}
.index .lcon1 .l .erweima
{
    position: absolute;
    bottom: 63px;
    left: -40px;

    overflow: hidden;

    height: 0;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.index .lcon1 .l .erweima img
{
    width: 138px;
    height: 138px;
}
.index .lcon1 .l .erweima .gz
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 32px;
    height: 32px;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.index .lcon1 .r
{
    padding-top: 152px;
    padding-left: 120px;
}
.index .lcon1 .r h3
{
    line-height: 1.66;

    color: #20292c;
}
.index .lcon1 .rdiv
{
    margin-top: 36px;
}
.index .lcon1 .rdiv p
{
    font-size: 18px;
    line-height: 2;

    letter-spacing: .7px;

    color: #666;
    font-family: "微软雅黑";
    text-align: justify;
}
.index .lcon1 .more,
.index .lcon3 .more,
.index .lcon4 .more
{
    font-size: 18px;

    display: block;

    margin-top: 60px;

    color: #c9161f;
}
.index .lcon2
{
    position: relative;

    padding-top: 212px;
    padding-bottom: 133px;

    background: #eef1f3;
}
.index .lcon2 .decohimg
{
    position: absolute;
    top: 135px;
    right: 0;
}
.index .lcon2 .a1
{
    top: 0;
    left: 65px;
}
.index .lcon2 .a2
{
    top: 295px;
    left: 0;
}
.index .lcon2 .a3
{
    right: 0;
    bottom: 82px;
}
.index .lcon2 .card
{
    width: 33.333%;
}
.index .lcon2 .card.left
{
    padding-top: 43px;
    padding-right: 40px;
    padding-bottom: 69px;
    padding-left: 40px;

    background: #c9161f;
}
.index .lcon2 .card.left h1
{
    margin-bottom: 18px;
}
.index .lcon2 .card.left li
{
    font-size: 18px;

    padding-top: 9px;
    padding-bottom: 10px;

    border-bottom: 1px dashed #e48b8f;
}
.index .lcon2 .card.left li span
{
    display: inline-block;

    width: 70px;
}
.index .lcon2 .card.left .data img
{
    margin-right: 18px;
    margin-left: 18px;
}
.index .lcon2 .card.left .data
{
    margin-top: 36px;
    margin-bottom: 36px;
}
.index .lcon2 .card.left .data .big
{
    font-family: 'robotblack';
    font-size: 60px;
    font-weight: bold;
}
.index .lcon2 .card.left .data img
{
    margin-top: -8px;
}
.index .lcon2 .card.left .data .narrow
{
    font-family: 'Arial Narrow';
    font-size: 24px;
}
.index .lcon2 .card.middle
{
    margin-top: 180px;
    padding-top: 55px;
    padding-bottom: 55px;

    background: url(../images/bg1.jpg);
    background-size: cover;
}
.index .lcon2 .card.middle h4
{
    margin-top: 10px;
}
.index .lcon2 .card.middle img
{
    margin-top: 43px;
    margin-bottom: 60px;
}
.index .lcon2 .card.middle .slide
{
    width: 234px;
    margin: auto;
}
.index .lcon2 .card.middle .item
{
    font-size: 18px;
}
.index .lcon2 .card.middle .slide .slick-prev,
.index .lcon2 .card.middle .slide .slick-next
{
    width: 9px;
    height: 16px;

    background-size: 9px 16px;
}
.index .lcon2 .card.middle .slide .slick-prev
{
    left: -10px;

    background-image: url(../images/l.png);
}
.index .lcon2 .card.middle .slide .slick-next
{
    right: -10px;

    background-image: url(../images/r.png);
}
.index .lcon2 .card.right
{
    position: relative;
}
.index .lcon2 .card.right .play img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.index .lcon2 .card.right .play img.ri
{
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: 0;
}

.index .lcon2 .card.right:hover img.ri
{
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: 1;
}
.index .lcon2 .card.right:hover img.wi
{
    opacity: 0;
}
.index .lcon3
{
    position: relative;

    padding-top: 140px;
    padding-bottom: 205px;
}
.index .lcon3 .a1
{
    top: 170px;
    right: 130px;
}
.index .lcon3 .a3
{
    right: 0;
    bottom: 63px;
}
.index .lcon3 .bigletter
{
    top: 145px;
    left: 0;
}
.index .lcon3 .l .decoh
{
    margin-top: 67px;
    margin-bottom: 52px;
}
.index .lcon3 .l .content
{
    padding-right: 77px;
}
.index .lcon3 .l .content p
{
    font-size: 24px;
    line-height: 1.5;

    letter-spacing: 1px;
}
.index .lcon3 .r
{
    position: relative;
}
.index .lcon3 .item
{
    position: absolute;
}
.index .lcon3 .item a
{
    color: #333;
}
.index .lcon3 .item:hover a
{
    color: #c9161f;
}
.index .lcon3 .item h4
{
    font-size: 16px;
    line-height: 1.5;

    margin-top: 8px;
}
.index .lcon3 .itema .imgdiv
{
    padding-top: 18px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    background: url(../images/dashed2.png) no-repeat;
}
.index .lcon3 .itemb .imgdiv
{
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.index .lcon3 .itemb .imgdiv
{
    padding-bottom: 15px;

    background: url(../images/dashed3.png) no-repeat bottom;
}
.index .lcon3 .itema:hover .imgdiv
{
    background-position: 0 18px;
}
.index .lcon3 .itemb:hover .imgdiv
{
    background-position: 0 172px;
}
.index .lcon3 .item1
{
    top: -20px;
    left: 44px;
}
.index .lcon3 .item2
{
    top: -20px;
    right: 0;
}
.index .lcon3 .item3
{
    top: 260px;
    left: 207px;
}
.index .lcon3 .item4
{
    top: 188px;
    left: 270px;
}
.index .lcon4
{
    overflow: hidden;

    background-color: #eef1f3;
}
.maintitle h4
{
    position: relative;

    display: inline-block;

    margin-top: 22px;

    color: #c8161e;
}
.maintitle h4::after,
.maintitle h4::before
{
    position: absolute;
    top: 9px;

    width: 74px;
    height: 1px;

    content: '';

    background: #dcdcdc;
}
.maintitle h1
{
    position: relative;
}
.index .lcon4 .maintitle
{
    position: absolute;
    top: 72px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.maintitle h4::after
{
    left: -96px;
}
.maintitle h4::before
{
    right: -96px;
}
.index .lcon4 .newslick
{
    position: relative;
}
.index .lcon4 .newslick .fl
{
    width: 33.333%;
}
.index .lcon4 .newslick .fl .content2
{
    height: 225px;
}
.index .lcon4 .newslick .content2
{
    border-left: 1px solid #e1e4e6;
}
.index .lcon4 .newslick .item .fl:last-child .content2
{
    border-right: 1px solid #e1e4e6;
}
.index .lcon4 .newslick .fl:hover .bordiv
{
    width: 80%;
}
.index .lcon4 .newslick .fl img
{
    -webkit-transition: all 1.8s ease-out 0s;
    -moz-transition: all 1.8s ease-out 0s;
    -ms-transition: all 1.8s ease-out 0s;
    -o-transition: all 1.8s ease-out 0s;
    transition: all 1.8s ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index .lcon4 .newslick .fl:hover img
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index .lcon4 .newslick .imgdiv
{
    overflow: hidden;

    box-shadow: 3px 3px 6px #cdcdcd;
}
.index .lcon4 .newslick .content
{
    padding-top: 33px;
    padding-right: 40px;
    padding-bottom: 37px;
    padding-left: 40px;

    border-left: 1px solid #e1e4e6;
}
.index .lcon4 .newslick .item .fl:last-child .content
{
    border-right: 1px solid #e1e4e6;
}
.index .lcon4 .newslick h4
{
    position: relative;

    overflow: hidden;

    margin-top: 28px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index .lcon4 .newslick .bordiv
{
    width: 52px;
    height: 1px;
    margin-top: 23px;
    margin-bottom: 17px;

    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

    background: #c8161e;
}
.index .lcon4 .newslick p
{
    font-size: 16px;
    line-height: 1.875;

    color: #666;
}
.index .lcon4 .more
{
    margin-top: 32px;
}
.index .lcon4 .slick-prev,
.index .lcon4 .slick-next,
.index .lcon5 .slick-prev,
.index .lcon5 .slick-next,
.logowall .slick-prev,
.logowall .slick-next
{
    z-index: 10;

    width: 49px;
    height: 49px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: .7;
}
.index .lcon4 .slick-prev:hover,
.index .lcon4 .slick-next:hover,
.index .lcon5 .slick-prev:hover,
.index .lcon5 .slick-next:hover,
.logowall .slick-prev:hover,
.logowall .slick-next:hover
{
    opacity: 1;
}
.index .lcon4 .slick-prev,
.index .lcon5 .slick-prev,
.logowall .slick-prev
{
    left: -218px;

    background: url(../images/lag.png) no-repeat;
}
.index .lcon4 .slick-next,
.index .lcon5 .slick-next,
.logowall .slick-next
{
    right: -218px;

    background: url(../images/rag.png) no-repeat;
}
.index .lcon5
{
    position: relative;

    padding-top: 122px;
    padding-bottom: 154px;

    background: #fafafa;
}
.index .lcon5 .bigletter
{
    top: 166px;
    left: 0;
}
.index .lcon5 p
{
    font-size: 20px;
    line-height: 1.8;

    margin-top: 38px;

    text-align: center;

    color: #666;
}
.index .lcon5 .parslick
{
    margin-top: 48px;
}
.index .lcon5 .card,
.logowall .card
{
    width: 20%;
    height: 170px;
    padding-top: 45px;
    padding-right: 15px;
    padding-left: 15px;

    border-right: 1px solid #ececec;
    background: #fafafa;
}
@media (min-width: 992px)
{
    .index .lcon5 .card img:last-child
    {
        display: none;
    }
    .index .lcon5 .card:hover img:first-child
    {
        display: none;
    }
    .index .lcon5 .card:hover img:last-child
    {
        display: block;
    }
}
.index .lcon5 .card:nth-child(5),
.index .lcon5 .card:last-child,
.logowall .card:nth-child(5),
.logowall .card:last-child
{
    border-right: 0;
}
.index .lcon5 .card:nth-child(1),
.index .lcon5 .card:nth-child(2),
.index .lcon5 .card:nth-child(3),
.index .lcon5 .card:nth-child(4),
.index .lcon5 .card:nth-child(5),
.logowall .card:nth-child(1),
.logowall .card:nth-child(2),
.logowall .card:nth-child(3),
.logowall .card:nth-child(4),
.logowall .card:nth-child(5)
{
    border-bottom: 1px solid #ececec;
}
.index .lcon5 .slick-prev,
.index .lcon5 .slick-next,
.logowall .slick-prev,
.logowall .slick-next
{
    top: 43%;
}
.index .lcon6
{
    padding-top: 126px;
    padding-bottom: 76px;

    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}
.index .lcon6 form
{
    width: 806px;
    margin: auto;
    margin-top: 65px;
}
.index .lcon6 .maintitle h4::after
{
    left: -141px;
}
.index .lcon6 .maintitle h4::before
{
    right: -141px;
}
.index .lcon6 form .formdiv
{
    font-size: 16px;
    line-height: 45px;

    width: 394px;
    height: 45px;
    margin-top: 18px;
    padding-right: 15px;
    padding-left: 15px;

    border: 1px solid #aaa;
    background: rgba(255,255,255,.3);
}
.index .lcon6 form .formdiv input
{
    width: 75%;

    color: #333;
}
.index .lcon6 form .formdiv.textarea
{
    line-height: 1;

    width: 100%;
    height: 154px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.index .lcon6 form .formdiv.textarea label
{
    display: block;
}
.index .lcon6 form .formdiv.textarea textarea
{
    overflow: hidden;

    width: 100%;
    height: 105px;
    margin-top: 15px;

    resize: none;
}
.index .lcon6 form .examinput
{
    margin-top: 70px;
}
.index .lcon6 form .formdiv.exam
{
    width: 244px;
    margin-top: 0;
}
.index .lcon6 form .formdiv.exam input
{
    width: 45%;
}
.index .lcon6 form .examimg
{
    margin-left: 27px;
    padding-top: 2px;
}
.index .lcon6 form .submit
{
    font-size: 18px;
    line-height: 45px;

    position: absolute;
    right: 211px;
    bottom: 0;

    width: 197px;
    height: 45px;

    letter-spacing: 8px;

    background: #c61925;
}
.footer
{
    background: #fafafa;
}
.footer .link
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .link li
{
    position: relative;

    display: inline-block;

    width: 58px;
    height: 58px;
    margin-right: 20px;
    margin-left: 20px;

    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
}
.footer .link li:hover .fored
{
    opacity: 1;
}
.footer .link li:hover .fo
{
    opacity: 0;
}
.footer .link li .fored
{
    opacity: 0;
}
.footer .link li img
{
    position: absolute;
    top: 0;
    left: 0;

    max-width: 100%;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.footer .copyright
{
    padding-top: 23px;
    padding-bottom: 23px;

    letter-spacing: .4px;

    border-top: 1px solid #e9ebec;
}
.footer .copyright a
{
    color: #666;
}
.bds_mshare
{
    z-index: 8;
}
.footer .share .erweima
{
    position: absolute;
    bottom: 55px;
    left: 50%;
    width:100px;
    overflow: hidden;

    height: 0;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer .weixin:hover .erweima
{
    height: 100px;

}
.footer .share .erweima img {
    position: relative;
    height: 100px;
    width: 100px
}
.footer li div
{
    position: relative;
}
.footer .bdshare-button-style0-16 a,
.footer .bdshare-button-style0-16 .bds_more
{
    line-height: normal;

    position: absolute;
    top: 0;
    left: 0;

    display: block;
    float: none;

    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;

    background: none;
}
.footer .bdshare-button-style0-16::after
{
    display: none;
}
.footer .copyright a:hover
{
    color: #c8161e;
}
/*总裁寄语*/
.inbanner
{
    margin-top: 94px;
}
/*.preban
{
    background: url(../images/ban1.jpg) no-repeat center;
}
.invban
{
    background: url(../images/ban2.jpg) no-repeat center;
}
.cusban
{
    background: url(../images/ban3.jpg) no-repeat center;
}
.carban
{
    background: url(../images/ban4.jpg) no-repeat center;
}
.conban
{
    background: url(../images/ban5.jpg) no-repeat center;
}
.baban
{
    background: url(../images/ban6.jpg) no-repeat center;
}*/
.nbar
{
    height: 60px;

    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.nbar a
{
    color: #666;
}
.nbar ul
{
    line-height: 60px;

    height: 100%;
}
.nbar ul .navli
{
    font-size: 16px;

    position: relative;
    z-index: 8;

    float: left;

    width: 123px;

    text-align: center;

    color: #666;
    border-left: 1px solid #e0e0e0;
    background-repeat: no-repeat;
    background-position: center;
}
.nbar ul .navli.act > a,
.nbar ul .navli:hover > a
{
    color: #c8161e;
}
.nbar ul a:last-child .navli
{
    border-right: 1px solid #e0e0e0;
}
.nbar ul .navli.act
{
    color: #c8161e;
}
.nbar ul .navli:hover img,
.nbar ul .navli.act img
{
    top: -63px;

    opacity: 1;
}
.nbar ul .navli img
{
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;

    width: 100%;
    height: 63px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: 0;
}
.nbar ul .navli:hover .navdrop,
.nbar ul .navli.act .navdrop
{
    top: 60px;

    visibility: visible;

    opacity: 1;
}
.nbar .navdrop
{
    line-height: normal;

    position: absolute;
    top: 30px;
    left: -1px;

    visibility: hidden;

    width: 124px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: 0;
    border: 1px solid #e0e0e0;
}
.nbar .navdrop li
{
    padding-top: 8px;
    padding-bottom: 8px;
}
.nbar .navdrop li a
{
    color: #333;
}
.nbar .navdrop li:hover a,
.nbar .navdrop li.act a
{
    color: #c8161e;
}
.nbarm .fir
{
    position: relative;

    height: 50px;
}
.nbarm .fir h5
{
    line-height: 50px;

    position: relative;

    padding-right: 15px;
    padding-left: 15px;

    color: #c8161e;
    border-bottom: 1px solid #e0e0e0;
    background: url(../images/select.png) no-repeat center;
    background-color: #fff;
}
.nbarm .fir .imgbtn
{
    position: absolute;
    top: 50%;
    right: 15px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nbarm .fir ul
{
    position: absolute;
    z-index: 10;

    display: none;

    width: 100%;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;

    border-bottom: 1px solid #e0e0e0;
    background: #f7f7f7;
}
.nbarm .fir ul li
{
    padding-top: 12px;
    padding-bottom: 12px;

    color: #666;
}
.nbarm .fir ul li.act
{
    color: #c8161e;
}
.nbarm .sec
{
    line-height: 50px;

    height: 50px;

    border-bottom: 1px solid #e0e0e0;
    background: #f7f7f7;
}
.nbarm .sec li
{
    display: inline-block;

    margin-right: 15px;
    margin-left: 15px;
}
.nbarm .sec li a
{
    color: #333;
}
.nbarm .sec li.act a
{
    color: #c8161e;
}
.pre
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 405px;

    background: #fafafa;
}
.pre .bigletter
{
    top: 140px;
    left: 0;
}
.pre .a1
{
    top: 235px;
    right: 166px;
}
.pre .a2
{
    top: 1060px;
    left: 0;
}
.pre .content
{
    position: relative;

    margin-top: 70px;
}
.pre .decov,
.smd .decov,
.honordiv .decov,
.ann .decov,
.contact .decov
{
    position: absolute;
    top: 17px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pre .decov::after,
.smd .decov::after,
.honordiv .decov::after,
.ann .decov::after,
.contact .decov::after
{
    height: 140px;
}
.pre .content .top
{
    display: inline-block;

    padding-top: 33px;
    padding-right: 33px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    background: url(../images/dashed4.png) no-repeat top right;
}
.pre .content .top:hover
{
    background-position: 0 33px;
}
.pre .content .bottom
{
    position: absolute;
    top: 425px;
    right: 0;

    width: 600px;
    padding-top: 55px;
    padding-right: 60px;
    padding-bottom: 180px;
    padding-left: 60px;

    background: url(../images/bg3.jpg) no-repeat center;
}
.pre .content .bottom p
{
    font-size: 16px;
    line-height: 2.25;

    margin-top: 46px;
}
.pre .content .bottom .sign
{
    position: absolute;
    right: 60px;
    bottom: 67px;

    width: 76px;
    height: 76px;
}
/*组织架构*/
.os
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 73px;

    background: #fafafa;
}
.os .bigletter
{
    top: 154px;
}
.os .decoh
{
    margin-top: 36px;
    margin-bottom: 36px;
}
.os .a1
{
    top: 170px;
    right: 170px;
}
.os .a2
{
    top: 955px;
    right: 0;
}
/*高管介绍*/
.sm
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 120px;

    background: #fafafa;
}
.sm .bigletter
{
    top: 155px;
    left: 0;
}
.sm .a1
{
    top: 170px;
    right: 170px;
}
.sm .a2
{
    top: 1062px;
    left: 0;
}
.sm .decoh
{
    margin-top: 36px;
    margin-bottom: 22px;
}
.sm .list .c_w,
.stafflist .c_w
{
    position: absolute;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 0;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    opacity: 0;
    background: rgba(0,0,0,.6);
}
.sm .list .des,
.stafflist .des
{
    position: absolute;
    bottom: 40px;
    left: 50%;

    display: inline-block;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.stafflist .des {
    width:75%;
}
.stafflist .des h2{
    line-height:1.4;
}
.sm .list .des h4,
.stafflist .des h4
{
    margin-top: 20px;
}
.sm .list
{
    position: relative;

    width: 100%;
    height: 1200px;
}
.sm .list .ldiv
{
    overflow: hidden;

    width: 200px;
    height: 200px;
}
.sm .list .ldiv.l5
{
    width: 400px;
    height: 400px;
}
.sm .list .ldiv :hover .c_w,
.ss .stafflist li :hover .c_w
{
    height: 100%;

    opacity: 1;
}
.sm .list div
{
    position: absolute;
}
.sm .list .l1
{
    top: 0;
    left: 400px;
}
.sm .list .l2
{
    top: 0;
    left: 1000px;
}
.sm .list .l3
{
    top: 200px;
    left: 0;
}
.sm .list .l4
{
    top: 200px;
    left: 200px;
}
.sm .list .l5
{
    top: 200px;
    left: 400px;
}
.sm .list .l6
{
    top: 200px;
    left: 800px;
}
.sm .list .l7
{
    top: 400px;
    left: 200px;
}
.sm .list .l8
{
    top: 400px;
    left: 800px;
}
.sm .list .l9
{
    top: 400px;
    left: 1000px;
}
.sm .list .l10
{
    top: 600px;
    left: 400px;
}
.sm .list .l11
{
    top: 600px;
    left: 800px;
}
.sm .list .l12
{
    top: 800px;
    left: 400px;
}
.sm .list .l13
{
    top: 1000px;
    left: 800px;
}
.sm .list .l14
{
    top: 600px;
    left: 0;
}
.sm .list .l15
{
    top: 800px;
    left: 200px;
}
.sm .list .l16
{
    top: 800px;
    left: 600px;
}
.sm .list .l17
{
    top: 800px;
    left: 1000px;
}
.sm .list .l18
{
    top: 1000px;
    left: 400px;
}
.sm .listm
{
    font-size: 0;

    width: 100%;
    max-width: 400px;
    margin: auto;
}
.sm .listm div
{
    float: left;
}
.sm .listm .big
{
    width: 100%;
}
.sm .listm .small
{
    width: 50%;
}
/*员工风采*/
.ss
{
    padding-bottom: 80px;
}
.ss .a3
{
    top: 668px;
    right: 0;
}
.ss .stafflist
{
    margin-top: 40px;
}
.ss .stafflist li
{
    float: left;

    width: 33.3333%;
    position:relative;
}
.ss .stafflist li img {
    max-width: 100%;
}
.ss .page
{
    margin-top: 70px;
}
.page li
{
    line-height: 34px;

    display: inline-block;

    width: 36px;
    height: 36px;
    margin-right: 1px;
    margin-left: 1px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    color: #333;
}
.page li.lp
{
    margin-right: 12px;
    margin-left: 12px;

    text-align: center;

    border: 1px solid #da2b35;
}
.page li.activepage,
.page li:hover
{
    color: #da2b35;
}
.page li.lp img
{
    width: 13px;
    height: 22px;
    margin-bottom: 1px;
}
/*高管介绍详情*/
.smd .a2
{
    top: 930px;
    right: 0;
    left: auto;
}
.smd .intro
{
    position: relative;

    width: 1112px;
    margin-top: 70px;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 210px;

    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
}
.smd .intro .img
{
    position: absolute;
    top: 35px;
    left: -110px;
}
.smd .intro h4
{
    margin-top: 33px;
}
.smd .intro p
{
    line-height: 2.14;

    margin-top: 6px;
}
.ctrl
{
    margin-top: 75px;
}
.ctrl div
{
    font-size: 18px;

    position: relative;

    display: inline-block;

    vertical-align: top;
}
.ctrl div a
{
    color: #333;
}
.ctrl .back,
.ctrl .next
{
    margin-top: 7px;
}
.ctrl .back::after,
.ctrl .next::after
{
    position: absolute;
    top: 7px;
    right: -87px;

    width: 67px;
    height: 2px;

    content: '';

    background: #c8161e;
}
.ctrl .next::after
{
    right: 0;
    left: -87px;
}
.smd .joinus
{
    width: 100%;
    height: 399px;
    margin-top: 75px;
    padding-top: 96px;

    background: url(../images/xuwei.jpg) no-repeat center;
    background-size: cover;
}
.smd .joinus h4
{
    font-size: 20px;
}
.smd .joinus a
{
    font-size: 18px;
    line-height: 45px;

    display: inline-block;

    width: 146px;
    height: 45px;
    margin-top: 155px;

    color: #fff;
    border: 1px solid #fff;
}
/*资质荣誉*/
.honordiv
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 40px;

    background: #fafafa;
}
.honordiv .decov
{
    top: 0;
}
.honordiv .bigletter
{
    top: 130px;
    left: 0;
}
.honordiv .a1
{
    top: 233px;
    right: 165px;
}
.honordiv .a2
{
    top: 1359px;
    left: 0;
}
.honordiv .a3
{
    top: 630px;
    right: 0;
}
.honordiv .ltitle
{
    position: absolute;
    top: 88px;
    left: 15px;
}
.honordiv .ltitle h1
{
    margin-top: 55px;
    margin-bottom: 19px;
}
.honordiv .ltitle p
{
    font-size: 16px;
    line-height: 1.875;

    letter-spacing: .7px;
}
.honordiv .timescroll h1
{
    font-family: Arial;

    margin-bottom: 60px;
}
.honordiv .timescroll .r
{
    margin-top: -5px;
    padding-top: 0;
    padding-left: 115px;
}
.honordiv .timescroll  p
{
    font-size: 18px;
    line-height: 1.67;

    letter-spacing: .7px;

    color: #666;
}
.honordiv .timescroll .group
{
    position: relative;
}
.honordiv .timescroll .group .l
{
    padding-right: 23px;
    padding-bottom: 65px;

    border-right: 1px solid #b4b4b4;
}
.honordiv .timescroll .group::after
{
    position: absolute;
    top: -11px;
    left: 50%;

    width: 58px;
    height: 23px;
    margin-left: -1px;

    content: '';

    background: url(../images/scroll.png) no-repeat;
}
.honordiv .timescroll .imgdiv
{
    overflow: hidden;
}
.honordiv .timescroll .imgdiv img
{
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
    -ms-transition: all 1.2s ease-out 0s;
    -o-transition: all 1.2s ease-out 0s;
    transition: all 1.2s ease-out 0s;
}
.honordiv .timescroll .imgdiv:hover img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/*公告*/
.ann
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 75px;

    background: #fafafa;
}
.ann .decov
{
    top: 50px;
}
.ann .a1
{
    top: 105px;
    right: 170px;
}
.ann .a2
{
    top: 1057px;
    left: 0;
}
.ann .a3
{
    top: 464px;
    right: 0;
}
.ann .annlist
{
    margin-top: 80px;
}
.ann .annlist li
{
    margin-top: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #d2d2d2;
}
.ann .annlist li .imgdiv,
.ann .annlist li .con
{
    display: inline-block;

    vertical-align: top;
}
.ann .annlist li .con
{
    width: 740px;
    padding-top: 22px;
    padding-left: 33px;
}
.ann .annlist li .con h3
{
    font-size: 20px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #f6b221;
}
.ann .annlist li .con h4
{
    overflow: hidden;

    height: 20px;
    margin-top: 20px;
    margin-bottom: 14px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #c9161f;
}
.ann .annlist li .more
{
    font-size: 18px;

    display: inline-block;

    margin-top: 99px;

    letter-spacing: .7px;

    color: #c9161f;
}
.ann .annlist li .con p
{
    line-height: 1.71;

    width: 740px;

    letter-spacing: .6px;

    color: #666;
}
.ann .page
{
    margin-top: 42px;
}
/*公告详情*/
.annin .content
{
    margin-top: 75px;
}
.annin .imgdiv
{
    width: 50%;
    padding-top: 35px;
    padding-left: 35px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    background: url(../images/dashed5.png) no-repeat;
}
.annin .imgdiv:hover
{
    background-position: 35px 35px;
}
.annin img
{
    display: block;
    margin:auto;
    max-width: 100%;
}
.annin .con h3
{
    font-size: 20px;

    color: #f6b221;
}
.annin .con h1
{
    line-height: 1.44;

    margin-top: 25px;
    margin-bottom: 58px;
}
.annin .con p
{
    font-size: 16px;
    line-height: 2.25;

    letter-spacing: .7px;
    text-align:justify;
}
/*
.annin .con p span
{
    display: inline-block;
    float: right;

    margin-top: 45px;

    text-align: right;
}
*/
.ann .ctrl
{
    margin-top: 60px;
}
/*合作伙伴*/
.logowall
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 90px;

    background: #fafafa;
}
.logowall .bigletter
{
    top: 103px;
    left: 0;
}
.logowall .a1
{
    top: 78px;
    right: 167px;
}
.logowall .slick-prev
{
    top: 50%;
    left: -100px;
}
.logowall .slick-next
{
    top: 50%;
    right: -100px;
}
.logowall .parslick
{
    margin-top: 100px;
}
.logowall .parslick
{
    border: 1px solid #e2e2e2;
}
.logowall .decov {
    left:50%;
    position: absolute;
    top:0;
}
.logowall .decov::after {
    height: 140px;
}
/*经典案例*/
.casediv
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 75px;

    background: #fafafa;
}
.casediv .bigletter
{
    top: 160px;
    left: 0;
}
.casediv .a1
{
    top: 238px;
    right: 170px;
}
.casediv .a2
{
    top: 1060px;
    left: 0;
}
.casediv .caselist
{
    margin-top: 50px;
}
.casediv .caselist li
{
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
}
.casediv .caselist li:nth-child(2n-1)
{
    padding-right: 10px;
}
.casediv .caselist li:nth-child(2n)
{
    padding-left: 10px;
}
.casediv .decov {
    left:50%;
    position: absolute;
    top:0;
}
.casediv .decov::after {
    height: 140px;
}
.casediv .caselist li .gdiv
{
    position: relative;  
}
.casediv .caselist li .imgdiv
{
    overflow: hidden;
	height:338px;
}
.casediv .caselist li .imgdiv img{
    height:100%;
	width:100%;
}
.casediv .caselist li .con
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;

    background: rgba(255,255,255,.5);
}
.casediv .caselist li .condiv
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 108px;
    padding-top: 28px;
    padding-left: 20px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    opacity: .75;
    background: #c7161e;
}
.casediv .caselist li .condiv h4
{
    line-height: 1.4;

    overflow: hidden;

    margin-bottom: 16px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.casediv .caselist li .condiv a
{
    font-family: Arial;

    color: #fff;
}
.casediv .caselist li:hover .condiv
{
    opacity: 1;
}
.casediv .caselist li img
{
    -webkit-transition: all 1.8s ease-out 0s;
    -moz-transition: all 1.8s ease-out 0s;
    -ms-transition: all 1.8s ease-out 0s;
    -o-transition: all 1.8s ease-out 0s;
    transition: all 1.8s ease-out 0s;
}
.casediv .caselist li:hover img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.casediv .page
{
    margin-top: 77px;
}
/*经典案例详情页*/
.casein
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 68px;

    background: #fafafa;
}
.casein .bigletter
{
    top: 155px;
    left: 0;
}
.casein .decov
{
    position: absolute;
    top: 0;
    left: 49.7%;
}
.casein .decov::after {
    height:141px;
}
.casein .a1
{
    top: 1065px;
    right: 442px;
}
.casein .a2
{
    top: 1060px;
    left: 0;
}
.casein .a3
{
    top: 1300px;
    right: 0;
}
.casein .bigtitle
{
    margin-top: 77px;
}
.casein .topl
{
    width: 600px;
    padding-right: 78px;
}
.casein .topl .decoh
{
    margin-top: 60px;
    margin-bottom: 52px;
}
.casein .topl p
{
    font-size: 18px;
    line-height: 2.11;

    letter-spacing: .7px;
    text-align:justify;
}
.casein .topr
{
    padding-top: 172px;
}
.casein .caseindiv
{
    margin-top: 188px;
}
.casein .caseindiv .item img
{
    display: block;

    width: 100%;
    max-width: 100%;
}
.casein .caseslide .slick-prev,
.casein .caseslide .slick-next
{
    top: auto;
    right: -26px;

    width: 26px;
    height: 68px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

    background-color: #cd1226;
}
.casein .caseslide .slick-prev
{
    bottom: 68px;

    background: url(../images/law.png) no-repeat center 18px;
    background-color: #cd1226;
}
.casein .caseslide .slick-next
{
    bottom: 0;

    background: url(../images/raw.png) no-repeat center 35px;
    background-color: #cd1226;
}
.casein .caseslide .slick-prev:hover,
.casein .caseslide .slick-next:hover
{
    background-color: #fff;
}
.casein .caseslide .slick-prev:hover
{
    background-image: url(../images/lar.png);
}
.casein .caseslide .slick-next:hover
{
    background-image: url(../images/rar.png);
}
.casein .caseindiv
{
    padding-bottom: 212px;
}
.casein .caseindiv .l
{
    position: relative;
}
.casein .caseindiv .r
{
    padding-top: 40px;
    padding-left: 55px;
}
.casein .caseindiv .r h3
{
    font-weight: bold;

    letter-spacing: .7px;

    color: #353638;
}
.casein .caseindiv .r p
{
    font-size: 16px;
    line-height: 1.875;

    letter-spacing: .7px;

    color: #353638;
}
.casein .caseindiv .r .scroll
{
    height: 240px;
    margin-top: 42px;
}
.casein .caseindiv .paging
{
    font-size: 24px;

    position: absolute;
    right: -126px;
    bottom: 0;

    width: 71px;
    height: 71px;
    padding: 12px;

    background: #cd1226;
}
.casein .caseindiv .paging span
{
    position: absolute;
}
.casein .caseindiv .paging .current
{
    top: 12px;
    left: 12px;
}
.casein .caseindiv .paging .xie
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.casein .caseindiv .paging .all
{
    right: 12px;
    bottom: 12px;
}
.casein .ourcase
{
    padding-top: 70px;
    padding-bottom: 70px;

    background: #eef1f3;
}
.casein .ourcase .caselist
{
    margin-top: 70px;
}
.casein .ourcase .caselist .item
{
    position: relative;
}
.casein .ourcase .caselist .item:nth-child(2n-1)
{
    padding-right: 10px;
}
.casein .ourcase .caselist .item:nth-child(2n)
{
    padding-left: 10px;
}
.casein .ourcase .caselist .item
{
    width: 50%;
}
.casein .ourcase .caselist .item .con
{
    position: relative;
}
.casein .ourcase .caselist .item .con:hover .c_w
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.casein .ourcase .caselist .c_w
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    opacity: 0;
    background: rgba(0,0,0,.6);
}
.casein .ourcase .caselist .c_w div
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.casein .ourcase .caselist .c_w .more
{
    font-size: 18px;

    display: inline-block;

    margin-top: 18px;

    color: #c8161e;
}
.casein .ourcase .caselist h3
{
    line-height: 1.4;

    color: #fff;
}
.casein .ctrl
{
    margin-top: 70px;
}
/*应用领域*/
.ba .decov
{
    position: absolute;
    top: 0;
    left: 50%;

    margin-left: -1px;
}
.ba .bacon1
{
    padding-bottom: 368px;
}
.ba .bacon1 .l .decoh
{
    margin-top: 34px;
    margin-bottom: 30px;
}
.ba .bacon1 .bigtitle
{
    margin-bottom: 35px;
}
.ba .babanin
{
    font-family: 'robotoregular';
    line-height: 1.53;

    height: 330px;
    padding-top: 135px;
    padding-right: 15px;
    padding-left: 15px;

    text-align: center;
    letter-spacing: 1px;

    color: #fff;
    background: url(../images/babg.jpg) center;
    background-size: cover;
}
.ba .babanin h3
{
    font-size: 26px;
}
.ba .bacon2
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 155px;

    background: #eef1f3;
}
.ba .bacon2 .a1
{
    top: 823px;
    right: 168px;
}
.ba .bacon2 .a2
{
    top: 683px;
    left: 0;
}
.ba .bacon2 .a3
{
    top: 102px;
    right: 0;
}
.ba .bacon2 .top .l
{
    padding-top: 35px;
}
.ba .bacon2 .top .imgdiv
{
    padding-top: 37px;
    padding-right: 30px;
    padding-left: 37px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: url(../images/dashed1.png) no-repeat;
}
.ba .bacon2 .top .imgdiv:hover
{
    background-position: 37px 37px;
}
.ba .bacon2 .top .decoh
{
    margin-top: 32px;
    margin-bottom: 20px;
}
.ba .bacon2 .top h1,
.ba .bacon2 .top h3
{
    letter-spacing: .8px;
}
.ba .bacon2 .top h3
{
    line-height: 1.66;

    margin-bottom: 91px;

    color: #c9161f;
}
.ba .bacon2 .top p
{
    font-size: 18px;
    line-height: 2.22;
    max-width:765px;
    margin: auto;
    text-align: justify;
}
.ba .bacon2 .bottom h3
{
    margin-top: 35px;
}
.ba .bacon2 .bottom h4
{
    margin-top: 8px;
}
.ba .bacon2 .bottom
{
    margin-top: 170px;

    background: url(../images/xian.png) no-repeat;
}
.ba .bacon2 .bottom .item
{
    display: inline-block;

    margin-right: 77px;
    margin-left: 77px;

    vertical-align: top;
}
.ba .bacon2 .bottom .itemb
{
    padding-top: 120px;
}
.ba .bacon2 .baslide
{
    margin-top: 30px;
}
.ba .bacon2 .baslide .content
{
    margin-top: 30px;
}
.ba .bacon2 .baslide .content h4
{
    margin-top: 10px;
}
.ba .bacon3
{
    position: relative;

    padding-top: 150px;
    padding-bottom: 150px;

    background: #fafafa;
}
.ba .bacon3 .decov
{
    position: absolute;
    top: 0;
    left: 50%;

    margin-left: -1px;
}
.ba .bacon3 .a1
{
    top: 135px;
    left: 175px;
}
.ba .bacon3 .a2
{
    top: 640px;
    right: 0;
}
.ba .bacon3 .decov::after
{
    height: 60px;
}
.ba .bacon3 h3.color
{
    margin-top: 16px;
    margin-bottom: 31px;
}
.ba .bacon3 .bottom
{
    margin-top: 60px;
}
.ba .bacon3 .bottom ul
{
    margin-top: 75px;
}
.ba .bacon3 .bottom ul li
{
    position: relative;
    z-index: 5;

    width: 25%;
}
.ba .bacon3 .bottom ul li::after
{
    position: absolute;
    z-index: -1;

    width: 100%;
    height: 300px;

    content: '';
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    background: url(../images/dashed6.png) no-repeat;
}
.ba .bacon3 .bottom ul li.pb::after
{
    top: -25px;
    right: -25px;
}
.ba .bacon3 .bottom ul li.pt::after
{
    right: -25px;
    bottom: -25px;
}
.ba .bacon3 .bottom ul li.pb:hover::after
{
    top: 0;
    right: 0;
}
.ba .bacon3 .bottom ul li.pt:hover::after
{
    right: 0;
    bottom: 0;
}
.ba .bacon3 .bottom ul li:hover .con
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.ba .bacon3 .bottom ul li .divg
{
    position: relative;
}
.ba .bacon3 .bottom ul li.pt
{
    padding-top: 96px;
}
.ba .bacon3 .bottom ul li img
{
    display: block;

    max-width: 100%;
}
.ba .bacon3 .bottom ul li .con
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    transform: scale(0);

    opacity: 0;
    background: rgba(0,0,0,.5);
}
.ba .bacon3 .bottom ul li h3
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.ba .bacon3 .bbottom
{
    margin-top: 98px;
}
.ba .bacon3 .bbottom h3
{
    margin-bottom: 77px;
}
.ba .bacon3 .bbottom li
{
    display: inline-block;

    margin-right: 78px;
    margin-left: 78px;
}
.ba .bacon3 .bbottom li img
{
    display: inline-block;

    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.ba .bacon3.slide
{
    margin-top: 30px;
}
.ba .bacon3 .slide .h3t
{
    margin-bottom: 30px;
}
.ba .bacon3 .slide .h3b
{
    margin-top: 60px;
    margin-bottom: 30px;
}
.ba .bacon3 .bbottom li:hover img
{
    transform: rotate(360deg);
}
.ba .bacon3 .baslide2 img,
.ba .bacon3 .baslide3 img
{
    display: block;

    max-width: 100%;
    margin: auto;
}
.ba .bacon3 .baslide2 .content
{
    margin-top: 10px;

    text-align: center;
}
.ba .bacon3 .baslide2 .slick-dots,
.ba .bacon3 .baslide3 .slick-dots
{
    bottom: -37px;
}
.ba .bacon4
{
    position: relative;

    overflow: hidden;

    background: #6eb1e1;
}
.ba .bacon4 .a1
{
    z-index: 5;
    top: 0;
    left: 74px;
}
.ba .bacon4 .a2
{
    z-index: 5;
    top: 0;
    right: 0;
}
.ba .bacon5
{
    position: relative;

    padding-top: 150px;
    padding-bottom: 50px;

    background: #eef1f3;
}
.ba .bacon5 .a1
{
    top: 758px;
    right: 240px;
}
.ba .bacon5 .a2
{
    top: 435px;
    left: 0;
}
.ba .bacon5 .a3
{
    top: 1180px;
    right: 0;
}
.ba .bacon5 .a4
{
    top: 2086px;
    left: 0;
}
.ba .bacon5 .decov::after
{
    height: 60px;
}
.ba .bacon5 .top .l
{
    padding-top: 0;
}
.ba .bacon5 .top .r
{
    padding-top: 32px;
}
.ba .bacon5 .top .imgdiv
{
    padding-top: 0;
    padding-bottom: 21px;
    padding-left: 21px;

    background: url(../images/dashed8.png) no-repeat left bottom;
}
.ba .bacon5 .top .imgdiv:hover
{
    background-position: 21px 0;
}
.ba .bacon5 .top h3
{
    margin-bottom: 0;
}
.ba .bacon5 .top .decoh
{
    margin-top: 23px;
    margin-bottom: 26px;
}
.ba .bacon5 .top .r p span
{
    font-size: 18px;
    line-height: 1.67;

    color: #333;
}
.ba .bacon5 .top .r p
{
    font-size: 14px;
    line-height: 2.14;

    color: #666;
}
.ba .downbtn
{
    position: relative;
    top: auto;
    left: auto;

    margin: auto;
    margin-top: 89px;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ba .ob
{
    position: relative;

    margin-top: -10px;
    padding-top: 350px;
    padding-bottom: 263px;

    background: url(../images/obbg.png) no-repeat top center;
}
.ba .licon
{
    position: absolute;
}
.ba .licon1
{
    top: 1145px;
    left: 236px;
}
.ba .licon2
{
    z-index: 1;
    top: 1125px;
    right: 178px;
}
.ba .licon3
{
    bottom: 260px;
    left: 0;
}
.ba .licon4
{
    right: 119px;
    bottom: 148px;
}
.ba .ob h1
{
    position: relative;
    z-index: 1;

    display: inline-block;
}
.ba .ob h1::after
{
    font-family: 'robotoblack';
    font-size: 107px;

    position: absolute;
    z-index: -1;
    bottom: -9px;
    left: -32px;

    content: 'One';
    letter-spacing: 2px;

    color: #dbdfe2;
}
.ba .bacon5 .ob h3
{
    margin-top: 18px;
    margin-bottom: 30px;

    color: #f0582f;
}
.ba .ob p
{
    font-size: 18px;
    line-height: 2.22;

    position: relative;
    z-index: 2;
}
.ba .ob .top .obimgdiv
{
    margin-top: 30px;
    padding-left: 95px;
}
.ba .ob .middle
{
    padding-top: 65px;
}
.ba .ob .middle .l h1::after
{
    content: 'Two';
}
.ba .ob .middle div
{
    display: inline-block;
}
.ba .ob .middle .r h1::after
{
    left: -60px;

    content: 'Three';
}
.ba .ob .bottom
{
    margin-top: 240px;
    padding-right: 210px;

    background: transparent;
}
.ba .ob .bottom .r h1::after
{
    left: -39px;

    content: 'Four';
}
.ba .ob .bottom ul li
{
    font-size: 18px;
    line-height: 2.22;

    position: relative;
}
.ba .ob .bottom ul li::after
{
    position: absolute;
    top: 12px;
    left: -24px;

    width: 13px;
    height: 16px;

    content: '';

    background: url(../images/bb.png);
}
/*资料下载*/
.down
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 80px;

    background: #fafafa;
}
.down .decov
{
    position: absolute;
    top: 0;
    left: 49.7%;
}
.down .decov::after
{
    height: 140px;
}
.down .bigletter
{
    top: 158px;
    left: 0;
}
.down .a1
{
    top: 100px;
    right: 160px;
}
.down .a2
{
    top: 1355px;
    left: 0;
}
.down .a3
{
    top: 635px;
    right: 0;
}
/*联系我们*/
.contact
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 80px;
    padding-bottom: 10px;

    background: #fafafa;
}
.contact .decov
{
    top: 0;
}
.contact .bigletter
{
    top: 193px;
    left: 0;
}
.contact .a1
{
    top: 140px;
    right: 160px;
}
.contact .a2
{
    top: 1273px;
    right: 0;
}
/*人才招聘*/
.car
{
    position: relative;

    padding-top: 155px;
    padding-bottom: 80px;
    padding-bottom: 10px;

    background: #fafafa;
}
.car .decov
{
    position: absolute;
    top: 0;
    left: 49.7%;
}
.car .bigletter
{
    top: 154px;
    left: 0;
}
.car .a1
{
    top: 103px;
    right: 160px;
}
.car .a2
{
    top: 1060px;
    left: 0;
}

.car .a3
{
    top: 636px;
    right: 0;
}
/*轮播按钮*/
.casein .caseslide .slick-dots
{
    bottom: -37px;
}
.index .lcon2 .slick-dots,
.index .lcon3 .slick-dots,
.index .lcon4 .slick-dots,
.index .lcon5 .slick-dots,
.ba .bacon2 .slick-dots,
.logowall .slick-dots
{
    bottom: -32px;
}
.video .slick-dots
{
    bottom: 13px;
}
.index .slick-dots li,
.casein .caseslide .slick-dots li,
.video .slick-dots li,
.logowall .slick-dots li
{
    width: 10px;
    height: 10px;
}
.index .slick-dots li button,
.casein .caseslide .slick-dots li button,
.video .slick-dots li button,
.logowall .slick-dots li button
{
    width: 10px;
    height: 10px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;

    border-radius: 50%;
    background: #ccc;
}
.index .slick-dots li.slick-active button,
.casein .caseslide .slick-dots li.slick-active button,
.video .slick-dots li.slick-active button,
.logowall .slick-dots li.slick-active button
{
    background: #c9161f;
}
.slick-dots li button::before
{
    display: none;
}
/*媒体查询*/
@media (max-width: 1670px)
{
    .index .lcon4 .slick-prev,
    .index .lcon5 .slick-prev
    {
        left: -128px;
    }
    .index .lcon4 .slick-next,
    .index .lcon5 .slick-next
    {
        right: -128px;
    }
}
@media (max-width: 1470px)
{
    .index .lcon4 .slick-prev,
    .index .lcon5 .slick-prev
    {
        left: -55px;
    }
    .index .lcon4 .slick-next,
    .index .lcon5 .slick-next
    {
        right: -55px;
    }
}
@media (max-width: 1280px)
{
    .smd .intro .img
    {
        display: none;
    }
    .smd .intro
    {
        float: none;

        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 1230px)
{
    .index .lcon3 .item1
    {
        left: 15px;
    }
    .index .lcon3 .item3
    {
        left: 177px;
    }
    .index .lcon3 .item4
    {
        left: 241px;
    }
    .dropmenu .drop .middle
    {
        margin-left: 85px;
    }
    .dropmenu .drop .right
    {
        width: 400px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .ann .annlist li .con p
    {
        width: 500px;
    }
    .ann .annlist li .con
    {
        width: 500px;
    }
    .casein .topl
    {
        width: 585px;
        padding-right: 78px;
    }
    .casein .caseindiv .paging
    {
        right: 0;
        bottom: -80px;
    }
    .ba .bacon2 .top .imgdiv
    {
        padding-top: 0;
        padding-left: 0;

        background: transparent;
    }
    .ba .licon1
    {
        left: 207px;
    }
    .ba .licon2
    {
        right: 152px;
    }
}
@media (min-width: 992px)
{
    .index .slick-dots,
    .casein .caseslide .slick-dots,
    .video .slick-dots,
    .logowall .slick-dots
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .casediv .caselist li .gdiv .imgdiv
    {
        height:262px;
    }
    .ba .babanin h3 br
    {
        display: none;
    }
    .ba .licon1
    {
        left: 105px;
    }
    .ba .licon2
    {
        right: 52px;
    }
    .ba .bacon3 .bottom ul li::after
    {
        display: none;
    }
    .index .lcon3 .slick-dots
    {
        display: block !important;
    }
    .index .lcon3 .item
    {
        position: relative;
    }
    .index .areaslide
    {
        width: 50%;
        padding-top: 30px;
    }
    .index .areaslide .slick-list
    {
        width: 226px;
        margin: auto;

        text-align: center;
    }
    .casein .topl
    {
        width: 470px;
        padding-right: 50px;
    }
    .casein .topl .decoh
    {
        margin-top: 30px;
        margin-bottom: 22px;
    }
    .casein .bigtitle
    {
        margin-top: 40px;
    }
    .casein .topr
    {
        padding-top: 137px;
    }
    .annin .con h1 br
    {
        display: none;
    }
    .annin .imgdiv
    {
        padding-right: 15px;
    }
    .annin .con
    {
        padding-left: 15px;
    }
    .sharebox .sharediv
    {
        width: 800px;
    }
    .sharebox .item
    {
        margin-right: 66px;
    }
    .index .lcon3 .l .content
    {
        padding-right: 0;
    }
    .header .mainli
    {
        padding-right: 8px;
        padding-left: 8px;
    }
    .dropmenu .drop .dropul
    {
        width: 240px;
    }
    .dropmenu .drop .middle
    {
        margin-left: 30px;
    }
    .dropmenu .drop .right
    {
        width: 370px;
        padding-right: 10px;
        padding-left: 30px;
    }
    .index .lcon2 .card.left
    {
        padding-top: 23px;
        padding-bottom: 24px;
    }
    .index .lcon2 .card.left h1
    {
        font-size: 24px;
    }
    .index .lcon2 .card.left .data .big
    {
        font-size: 40px;
    }
    .pre .content .top
    {
        padding-top: 0;
        padding-right: 0;

        background: transparent;
    }
    .ba .bacon2 .bottom .item
    {
        margin-right: 60px;
        margin-left: 60px;
    }
}
@media (max-width: 991px)
{
	.casediv .caselist li .gdiv .imgdiv{
	height:auto;
	}
	.casediv .caselist li .gdiv .imgdiv img {
	height:auto;}
    .ba .ob .bottom
    {
        padding-right: 0;
    }
    .ba .downbtn
    {
        margin-top: 30px;
    }
    .ba .ob
    {
        padding-top: 95px;
        padding-bottom: 50px;

        background: transparent;
    }
    .ba .ob p
    {
        text-align: center;
    }
    .ba .ob .middle
    {
        margin-top: 60px;
        padding-top: 0;
    }
    .ba .ob .middle .r
    {
        margin-top: 100px;
    }
    .ba .bacon2 .bottom
    {
        margin-top: 100px;
    }
    .ba .ob .top div,
    .ba .ob .middle div
    {
        display: block;

        margin: auto;
    }
    .ba .ob .top .obimgdiv
    {
        padding-left: 0;
    }
    .ba .bacon2 .top .l .imgdiv
    {
        padding-right: 0;
    }
    .ba .bacon2 .top h1
    {
        font-size: 24px;
    }
    .ba .bacon2
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ba .bacon2 .top p
    {
        font-size: 14px;
    }
    .ba .bacon2 .top .l .imgdiv img
    {
        width: 100%;
    }
    .ba .bacon2 .top .r
    {
        margin-top: 37px;
    }
    .ba .bacon2 .top h3
    {
        margin-bottom: 21px;
    }
    .casein .topl
    {
        float: none;

        width: 100%;
        padding-right: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .casein .topl .decoh
    {
        margin-top: 26px;
        margin-bottom: 24px;
    }
    .casein .topl p
    {
        font-size: 14px;
    }
    .casein .topr
    {
        float: none;

        margin-top: 27px;
        padding-top: 0;
    }
    .annin .imgdiv,
    .annin .con
    {
        float: none;

        width: 100%;
        padding-top: 0;
        padding-left: 0;

        background: transparent;
    }
    .annin .con h1
    {
        margin-bottom: 25px;
    }
    .annin .imgdiv
    {
        padding-right: 0;
    }
    .annin .con
    {
        margin-top: 30px;
        padding-left: 0;
    }
    .annin .con h3,
    .annin .con h1
    {
        text-align: left;
    }
    .annin .con h1
    {
        font-size: 20px;
    }
    .annin .content
    {
        margin-top: 50px;
    }
    .annin .imgdiv img
    {
        width: 100%;
    }
    .ss .stafflist
    {
        margin-top: 0;
    }
    .ss .stafflist li
    {
        width: 33.3333%;
    }
    .ss .stafflist li img
    {
        width: 100%;
    }
    .banner
    {
        margin-top: 88px;
    }
    .banner .slick-prev,
    .banner .slick-next
    {
        width: 38px;
        height: 38px;

        background-size: 38px 38px;
    }
    .banner .slick-prev
    {
        left: 15px;
    }
    .banner .slick-next
    {
        right: 15px;
    }
    .banner .slick-dots
    {
        bottom: 15px;
    }
    .banner .slick-dots li,
    .banner .slick-dots li button
    {
        width: 8px;
        height: 8px;
    }
    .banner .slick-dots li
    {
        margin-right: 7px;
        margin-left: 7px;
    }
    .l,
    .r
    {
        float: none;

        width: auto;
    }
    .maintitle h1
    {
        font-size: 24px;
    }
    .maintitle h4
    {
        font-size: 14px;

        margin-top: 18px;
    }
    .maintitle h4::before
    {
        right: -106px;
    }
    .maintitle h4::after
    {
        left: -106px;
    }
    .index .lcon1,
    .index .lcon2,
    .index .lcon3,
    .index .lcon4,
    .index .lcon5,
    .index .lcon6
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index .lcon4
    {
        padding-bottom: 49px;
    }
    .index .lcon1 .more,
    .index .lcon3 .more,
    .index .lcon4 .more
    {
        margin-top: 50px;
    }
    .titlegroup h1
    {
        font-size: 18px;
    }
    .titlegroup h3
    {
        font-size: 14px;

        margin-top: 12px;
    }
    .bigtitle
    {
        font-size: 30px;

        letter-spacing: 2.8px;
    }
    .index .lcon1 .r h3
    {
        font-size: 14px;
        font-weight: bold;
    }
    .index .lcon1 .r h3 br:last-child
    {
        display: none;
    }
    .index .lcon1 .r
    {
        margin-top: 30px;
        padding: 0;
    }
    .index .lcon1 .rdiv p
    {
        font-size: 14px;
        line-height: 1.71;
    }
    .index .lcon1 .l .decoh,
    .index .lcon3 .l .decoh
    {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .index .lcon1 .l ul
    {
        margin-top: 30px;
    }
    .index .lcon1 .l li,
    .index .lcon1 .l li img
    {
        width: 30px;
        height: 30px;
    }
    .index .lcon1 .l li
    {
        display: inline-block;
        float: none;

        margin-right: 10px;
        margin-left: 10px;
    }
    .index .lcon1 .l li:first-child
    {
        margin-left: 0;
    }
    .index .lcon1 .l .erweima img
    {
        width: 100px;
        height: 100px;
    }
    .index .lcon1 .l .erweima
    {
        bottom: 35px;
        left: -35px;
    }
    .index .lcon1 .l li.erweimali:hover .erweima
    {
        height: 100px;
    }
    .index .lcon2 .slick-list
    {
        max-width: 400px;
        margin: auto;
    }
    .index .lcon2 .cardslide .slick-prev,
    .index .lcon2 .cardslide .slick-next
    {
        z-index: 10;

        width: 38px;
        height: 38px;
    }
    .index .lcon2 .cardslide .slick-prev
    {
        left: 0;

        background: url(../images/lag.png);
        background-size: 38px 38px;
    }
    .index .lcon2 .cardslide .slick-next
    {
        right: 0;

        background: url(../images/rag.png);
        background-size: 38px 38px;
    }
    .index .lcon2 .card
    {
        width: 100%;
    }
    .index .lcon2 .slick-slide img
    {
        display: inline-block;
    }
    .index .lcon2 .card.left
    {
        height: 432px;
        padding-top: 50px;
    }
    .index .lcon2 .card.right
    {
        position: relative;

        overflow: hidden;

        height: 432px;
    }
    .index .lcon2 .card.right .img-responsive
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: auto;
        max-width: none;
        height: 100%;

        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .index .lcon2 .card.middle
    {
        float: none;

        max-width: 400px;
        margin: auto;
        margin-top: 50px;
    }
    .index .lcon3 .areaslide
    {
        position: relative;

        float: none;

        width: auto;
        margin-top: 30px;

        text-align: center;
    }
    .index .lcon3 .areaslide .slick-list
    {
        width: 100%;
    }
    .index .lcon3 .areaslide .item
    {
        position: relative;
    }
    .index .lcon3 .areaslide .item img
    {
        display: block;

        max-width: 100%;
        margin: auto;
    }
    .index .lcon3 .areaslide .slick-prev,
    .index .lcon3 .areaslide .slick-next
    {
        z-index: 10;
        top: 45%;

        width: 38px;
        height: 38px;
    }
    .index .lcon3 .areaslide .slick-prev
    {
        left: 0;

        background: url(../images/lag.png);
        background-size: 38px 38px;
    }
    .index .lcon3 .areaslide .slick-next
    {
        right: 0;

        background: url(../images/rag.png);
        background-size: 38px 38px;
    }
    .index .lcon3 .l .content p
    {
        font-size: 14px;

        margin-top: 30px;

        color: #666;
    }
    .index .lcon3 .more
    {
        margin-top: 32px;
    }
    .index .lcon4 .gdiv
    {
        max-width: 320px;
        margin: auto;

        border-bottom: 1px solid #e1e4e6;
    }
    .index .lcon4 .newslick
    {
        margin-top: 50px;
    }
    .index .lcon4 .newslick .content
    {
        height: 250px;
        padding-bottom: 0;

        border-right: 1px solid #e1e4e6;
    }
    .index .lcon4 .newslick .content h2
    {
        font-size: 24px;
    }
    .index .lcon4 .newslick .content h4,
    .index .lcon4 .newslick .content p,
    .index .lcon4 .newslick .content .more
    {
        font-size: 14px;
    }
    .index .lcon4 .maintitle
    {
        position: relative;
        top: auto;
        left: auto;

        transform: none;
    }
    .index .lcon4 .newslick h4
    {
        margin-top: 17px;
    }
    .index .lcon4 .newslick .content p
    {
        overflow: hidden;

        height: 48px;
    }
    .index .lcon4 .newslick .content .more
    {
        margin-top: 30px;
    }
    .index .lcon4 .slick-prev
    {
        left: 0;
    }
    .index .lcon4 .slick-next
    {
        right: 0;
    }
    .index .lcon4 .slick-prev,
    .index .lcon4 .slick-next
    {
        top: 40%;

        width: 38px;
        height: 38px;

        background-size: 38px 38px;
    }
    .index .lcon5 p
    {
        font-size: 14px;
    }
    .index .lcon5 .card,
    .logowall .card
    {
        width: 50%;
    }
    .index .lcon5 .slick-list,
    .logowall .slick-list
    {
        max-width: 394px;
        margin: auto;
    }
    .logowall .slick-list
    {
        border: 1px solid #e2e2e2;
    }
    .logowall .parslick
    {
        border: none;
    }
    .index .lcon5 .card:nth-child(2),
    .index .lcon5 .card:nth-child(4),
    .logowall .card:nth-child(2),
    .logowall .card:nth-child(4)
    {
        border-right: 0;
    }
    .index .lcon5 .card:nth-child(3),
    .index .lcon5 .card:nth-child(4),
    .logowall .card:nth-child(3),
    .logowall .card:nth-child(4)
    {
        border-bottom: 0;
    }
    .index .lcon5 .slick-prev,
    .index .lcon5 .slick-next,
    .logowall .slick-prev,
    .logowall .slick-next
    {
        top: 50%;

        width: 38px;
        height: 38px;

        background-size: 38px 38px;
    }
    .index .lcon5 .slick-prev,
    .logowall .slick-prev
    {
        left: 0;
    }
    .index .lcon5 .slick-next,
    .logowall .slick-next
    {
        right: 0;
    }
    .footer .link li
    {
        width: 40px;
        height: 40px;
        margin-right: 12px;
        margin-left: 12px;
    }
    .footer .link li svg
    {
        width: 40px;
        height: 40px;
    }
    .footer .copyright
    {
        line-height: 1.6;
    }
    .index .lcon6 form
    {
        width: 100%;
        max-width: 394px;
        margin-top: 30px;
    }
    .index .lcon6 form .formdiv
    {
        width: 100%;
    }
    .index .lcon6 form .formdiv input
    {
        width: 55%;
    }
    .index .lcon6 form .submit
    {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;

        display: block;

        margin: auto;
        margin-top: 43px;
    }
    .index .lcon6 form .examinput
    {
        margin-top: 18px;
    }
    .inbanner
    {
        margin-top: 88px;
    }
    .pre,
    .os,
    .sm,
    .honordiv,
    .ann,
    .logowall,
    .casediv,
    .casein,
    .down,
    .car,
    .ca,
    .contact
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pre .decoh,
    .os .decoh,
    .sm .decoh,
    .honordiv .decoh,
    .ann .decoh,
    .logowall .decoh,
    .casediv .decoh,
    .casein .decoh,
    .down .decoh,
    .car .decoh,
    .ca .decoh,
    .contact .decoh
    {
        margin-top: 26px;
        margin-bottom: 28px;
    }
    .pre .content
    {
        margin-top: 30px;
    }
    .pre .content .bottom
    {
        position: relative;
        top: auto;
        right: auto;

        width: 100%;
        height: auto;
        margin-top: 30px;
        padding-right: 15px;
        padding-left: 15px;

        background-size: cover;
    }
    .smd .intro .l,
    .smd .intro .r
    {
        float: left;

        width: 50%;
    }
    .smd .joinus
    {
        background: url(../images/sj.jpg) no-repeat center;
        background-size: 991px 304px;
    }
    .smd .joinus h4
    {
        font-size: 16px;

        position: relative;
    }
    .smd .joinus h4::after
    {
        position: absolute;
        top: 32px;
        left: 50%;

        width: 80px;
        height: 2px;

        content: '';
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);

        background: #fff;
    }
    .honordiv .ltitle
    {
        position: relative;
        top: auto;
        left: auto;

        margin-top: 30px;
        margin-bottom: 30px;
    }
    .honordiv .timescroll .l,
    .honordiv .timescroll .r
    {
        float: left;

        width: 50%;
    }
    .ann .annlist li .con,
    .ann .annlist li .con p
    {
        width: 300px;
    }
    .casediv .caselist
    {
        margin-top: 30px;
    }
    .casediv .caselist li
    {
        float: none;

        width: 100%;
        max-width: 590px;
        margin: auto;
        margin-top: 20px;
        padding: 0 !important;
    }
    .logowall .parslick
    {
        margin-top: 50px;
    }
    .casein .caseindiv .r
    {
        padding-top: 60px;
        padding-left: 0;
    }
    .casein .caseslide .slick-prev,
    .casein .caseslide .slick-next,
    .index .slick-prev,
    .index .slick-next
    {
        display: none !important;
    }
    .index .slide .slick-prev,
    .index .slide .slick-next
    {
        display: block !important;
    }
    .casein .huangren,
    .casein .caseindiv,
    .casein .ctrl
    {
        margin-top: 50px;
    }
    .casein .caseindiv
    {
        padding-bottom: 50px;
    }
    .casein .ourcase
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .casein .ourcase .caselist
    {
        margin-top: 35px;
    }
    .casein .ourcase .caselist .item
    {
        float: none;

        width: 100%;
        margin-top: 15px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .casein .ourcase .caselist .item h3
    {
        font-size: 16px;
    }
    .annin .con p
    {
        font-size: 14px;
    }
    .ba .bacon2 .top .l
    {
        padding-top: 0;
    }
    .ba .bacon3
    {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    .ba .bacon3 .top h1
    {
        font-size: 24px;
    }
    .ba .bacon3 h3
    {
        font-size: 16px;
        line-height: 1.4;
    }
    .ba .bacon5 .top .r
    {
        margin-top: 30px;
        padding-top: 0;
    }
    .ba .bacon1 .bigtitle
    {
        margin-bottom: 0;
    }
    .ba .ob .bottom ul li
    {
        margin-left: 24px;
    }
    .ba .babanin
    {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ba .babanin h3
    {
        font-size: 20px;
    }
    .downbtn
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .ann .annlist li .con,
    .ann .annlist li .con p
    {
        width: 100%;
    }
    .ann .annlist li .imgdiv
    {
        display: none;
    }
    .ss .stafflist li
    {
        width: 50%;
    }
    .ctrl .back::after,
    .ctrl .next::after
    {
        display: none;
    }
    .casein .caseindiv .r p
    {
        font-size: 14px;
    }
    .ann .annlist
    {
        margin-top: 0;
    }
    .ann .annlist li
    {
        margin-top: 0;
    }
    .ann .annlist li .con
    {
        padding-left: 0;
    }
    .ann .annlist li .more
    {
        margin-top: 50px;
    }
    .ann .decoh
    {
        margin-bottom: 10px;
    }
    .ann .page
    {
        margin-top: 80px;
    }
}
@media (max-width: 640px)
{
    .honordiv .timescroll .r
    {
        padding-left: 70px;
    }
    .honordiv .timescroll .r p
    {
        font-size: 14px;
    }
    .smd .intro .l,
    .smd .intro .r
    {
        float: none;

        width: auto;
    }
}
@media (max-width: 400px)
{
    .footer .link li
    {
        margin-right: 7px;
        margin-left: 7px;
    }
    .index .lcon6 form .formdiv.exam
    {
        width: 170px;
    }
}
@media (max-width: 360px)
{
    .page li
    {
        line-height: 26px;

        display: inline-block;

        width: 30px;
        height: 30px;
    }
}
.pre p {
    font-size:16px;
    letter-spacing:0.75px;
    line-height:2;
}
:focus {
    outline:none !important;
}
.trans {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
}