@charset "UTF-8";
body.active {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}
.contact-main .contact-area{
    width: 60% !important;
    left: 0 !important;
}
.contact-main .contact-box{
    width: 40% !important;
    position: relative !important;
}

.knowMore {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.knowMore span {
    display: block;
    width: 90px;
    height: 40px;
    background: #E71818;
    color: #FFF;
    font-size: 12px;
}

.knowMore .icon {
    display: block;
    width: 40px;
    height: 40px;
    background: #666;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.image {
    position: relative;
    overflow: hidden;
}

.image img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    margin: 0 auto;
    display: block;
}

.pop-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.image:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.image:hover .cove {
    opacity: 1;
}

.containers {
    width: 96%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.mobile-banner{
    display: none;
}
.mobile-ban{
    display: none;
}
.mobile-banner .textani{
    position: absolute;
    width: 100%;
    top:50%;
    left:0;
    font-size: 16px;
    padding-left: 20px;
    color:#FFF;
    z-index: 20;
}
.header, .header-child {
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: fixed;
    z-index: 999;
    left: 0;
    padding: 0 30px;
    top: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    /*position: fixed;
  top:0;
  left: 0;
  z-index: 999;*/
}

.header .header-content, .header-child .header-content {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    /* background: #FFF;*/
    width: 100%;
    height: 100%;
    /*border-bottom: 1px solid #FFF;*/
}

.header .header-content .clearfix, .header-child .header-content .clearfix {
    height: 100%;
}

.header .toggle-language, .header-child .toggle-language {
    right: 40px;
    top: -30px;
    height: 20px;
    z-index: 999;
    line-height: 20px;
}

.header .toggle-language a, .header-child .toggle-language a {
    color: #FFF;
    padding: 0 10px;
    display: inline-block;
}

.header .header-content.active, .header-child .header-content.active {
    border-bottom: 1px solid #CCCCCC;
}

.header .logo, .header-child .logo {
    width: 38%;
    display: table;
    height: 100%;
    position: relative;
}

.header .logo .cell, .header-child .logo .cell {
    vertical-align: middle;
}

.header .logo img, .header-child .logo img {
    vertical-align: middle;
    margin: 0;
}

.header .nav-list, .header-child .nav-list {
    float: left !important;
    width: 50%;
}

.header .nav-list > li, .header-child .nav-list > li {
    width: 15%;
    float: left;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.header .nav-list > li span, .header-child .nav-list > li span {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 0 0 5px 5px;
    background: #E71818;
    opacity: 0;
    top: -5px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.header .nav-list > li a, .header-child .nav-list > li a {
    color: #fff;
    display: block;
}

.header .nav-list > li > .second-nav, .header-child .nav-list > li > .second-nav {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 15px 0;
    left: 0;
    top: 120px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.header .nav-list > li > .second-nav > ul, .header-child .nav-list > li > .second-nav > ul {
    background: #E71818;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px 0;
}

.header .nav-list > li > .second-nav > ul > li, .header-child .nav-list > li > .second-nav > ul > li {
    height: auto;
    line-height: 40px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: normal;
}

.header .nav-list > li > .second-nav > ul > li > a, .header-child .nav-list > li > .second-nav > ul > li > a {
    color: #FFF;
    position: relative;
    z-index: 3;
}

.header .nav-list > li > .second-nav > ul > li:before, .header-child .nav-list > li > .second-nav > ul > li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #EC4242;
    top: 0;
    left: 50%;
    z-index: 2;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.header .nav-list > li > .second-nav > ul > li:hover:before, .header-child .nav-list > li > .second-nav > ul > li:hover:before {
    width: 100%;
    left: 0;
}

.header .nav-list > li:hover > .second-nav, .header .nav-list > li.active > .second-nav, .header-child .nav-list > li:hover > .second-nav, .header-child .nav-list > li.active > .second-nav {
    top: 100px;
    opacity: 1;
    visibility: visible;
}

.header .nav-list > li:hover > a, .header .nav-list > li.active > a, .header-child .nav-list > li:hover > a, .header-child .nav-list > li.active > a {
    color: #E61818;
}

.header .nav-list > li:hover span, .header .nav-list > li.trn span, .header-child .nav-list > li:hover span, .header-child .nav-list > li.trn span {
    top: 0;
    opacity: 1;
}

.header .nav-list > li:hover > a, .header .nav-list > li.trn > a, .header-child.fix .nav-list > li:hover > a, .header-child.fix .nav-list > li.trn > a {
    color: #E61818;
}

.header .second-nav-box, .header-child .second-nav-box {
    position: absolute;
    width: 70%;
    height: 500px;
    top: -500px;
    left: 15%;
    background: #FFF;
    z-index: 99;
    -webkit-box-shadow: 0 6px 12px rgba(153, 153, 153, 0.175);
    box-shadow: 0 6px 12px rgba(153, 153, 153, 0.175);
}

.header .second-nav-box .container, .header-child .second-nav-box .container {
    width: 100% !important;
    padding: 0 !important;
}

.header .second-nav-box .second-list, .header-child .second-nav-box .second-list {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    padding: 50px 15px 0 15px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.header .second-nav-box .second-list li, .header-child .second-nav-box .second-list li {
    width: 100%;
    height: auto;
    line-height: 26px;
    padding: 10px 20%;
}

.header .second-nav-box .second-list li a, .header-child .second-nav-box .second-list li a {
    color: #666;
    font-size: 14px;
}

.header .second-nav-box .second-list li:hover a, .header-child .second-nav-box .second-list li:hover a {
    color: #E71818;
}

.header .second-nav-box .iamge, .header-child .second-nav-box .iamge {
    position: absolute;
    height: 100%;
    padding: 35px 15px 0 15px;
    right: 0;
    top: 0;
    width: 50%;
}

.header .second-nav-box .iamge .tit, .header-child .second-nav-box .iamge .tit {
    height: auto !important;
    line-height: 17px;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
}

.header .second-nav-box .iamge .com, .header-child .second-nav-box .iamge .com {
    height: auto !important;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 25px;
    color: #666;
    margin: 15px 0 30px 0;
}

.header .second-nav-box .iamge img, .header-child .second-nav-box .iamge img {
    position: absolute;
    width: 100%;
    max-width: 650px;
    max-height: 350px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    height: auto;
}

.header .right-bts, .header-child .right-bts {
    padding-right: 15px;
}

.header .right-bts .toggle, .header-child .right-bts .toggle {
    display: inline-block;
    width: 20px;
    height: 100%;
    position: relative;
    top: 10px;
    margin-left: 10px;
    display: none;
}

.header .right-bts .toggle span, .header-child .right-bts .toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    margin: 7px 0;
}

.header .right-bts .music_icon, .header-child .right-bts .music_icon {
    font-size: 26px;
    display: inline-block;
}

.header .right-bts .rotate, .header-child .right-bts .rotate {
    animation: mymove 1.5s linear infinite;
    -webkit-animation: mymove 1.5s linear infinite;
    /* Safari 和 Chrome */
}

@keyframes mymove {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }
    25% {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(90deg);
        /* Opera */
    }
    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -moz-transform: rotate(180deg);
        /* Firefox */
        -webkit-transform: rotate(180deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(180deg);
        /* Opera */
    }
    75% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        /* IE 9 */
        -moz-transform: rotate(270deg);
        /* Firefox */
        -webkit-transform: rotate(270deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(270deg);
        /* Opera */
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -moz-transform: rotate(360deg);
        /* Firefox */
        -webkit-transform: rotate(360deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

.header .right-bts a, .header-child .right-bts a {
    display: inline-block;
    color: #FFF;
    padding: 0 8px;
}


.header.fix {
    animation: 850ms 350ms;
    background: #FFF;
    box-shadow: -1px 0 10px rgba(0, 0, 0, 0.2);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadedown;
    animation-name: fadedown;
}

.header.fix .nav-list > li > a {
    color: #333;
}

.header.fix .right-bts a {
    color: #333;
}

.header.fix .right-bts .toggle span {
    background: #333;
}

.header-child.fix {
    animation: 850ms 350ms;
    background: #FFF;
    box-shadow: -1px 0 10px rgba(0, 0, 0, 0.2);
}

.header-child.fix .nav-list > li > a {
    color: #333;
}

.header-child.fix .right-bts a {
    color: #333;
}

.header-child.fix .right-bts .toggle span {
    background: #333;
}

@keyframes fadedown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.bd {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ban {
    position: relative;
}

.hd ul {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 12px;
    z-index: 10;
    text-align: center;
}

.hd ul li {
    display: inline-block;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    background: #FFF;
    opacity: 1;
}

.hd ul li.on {
    background: #E71818;
}

.child-header {
    background: #FFF;
    height: 100px;
    line-height: 100px;
    padding: 0;
    box-shadow: -1px 0 10px rgba(0, 0, 0, 0.2);
}

.child-header .logo {
    width: 40% !important;
}
.child-header .right-bts span{
    padding: 0 8px;
    display: inline-block;
    cursor: pointer;
	color:#F00;
}
.child-header .right-bts span i{
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    display: inline-block;
    height: auto;
    font-size: 16px;
}
.child-header .right-bts span.act i{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.child-header .right-bts span .hid-links{
    width: 160%;
    height: auto;
    left: -30%;
    top:100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    background: #FFF;
    display: none;
}
.child-header .right-bts span .hid-links a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E9E9E9;
    color:#666;
    text-align: center;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;

}
.child-header .right-bts span .hid-links a:hover{
    color:#FFF;
    background: #E71818;
}

/*.child-header .child-bts {
    width: 8%; }
    .child-header .child-bts a {
      display: inline-block;
      height: 100%;
      padding: 0 20px;
      color: #666666;
      border-left: 1px solid #E9E9E9; }*/

.child-header .proc-lst i {
    display: inline-block;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
}

.child-header .proc-lst.act i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.child-header .child-bts a.active, .child-header .child-bts a:hover {
    color: #E51818;
}

.child-header .nav-list {
    width: 35% !important;
}

.child-header .nav-list > li {
    width: 20% !important;
    position: relative;
    font-size: 16px;
    font-weight: normal;
}

.child-header .nav-list > li > a {
    color: #333 !important;
    font-size: 16px;
    font-weight: bold
}
.child-header .nav-list > li > a:hover{
    color:#E61818 !important;
}

.child-header .nav-list > li > ul {
    position: absolute;
    width: 140%;
    height: auto;
    background: #FFF;
    top: 100%;
    left: -20%;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    display: none;
}

.child-header .nav-list > li > ul > li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #efefef solid;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    font-size: 14px;
    font-weight: normal;
}

.child-header .nav-list > li > ul > li > a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    color: #333;
}

.child-header .nav-list > li > ul > li:hover {
    background: #E71818;
}

.child-header .nav-list > li > ul > li:hover > a {
    color: #FFF;
}

.child-header .right-bts a {
    color: #666;
}
.child-header .right-bts a:hover{
    color:#E61818;
}

.child-header .right-bts .toggle span {
    background: #333;
}

.child-header.fix {
    animation: none;
    -webkit-animation: none;
    -o-animation: none;
    -ms-animation: none;
}

.fix-list {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 998;
    display: none;
    height: 100%;
    overflow: auto;
}

.fix-list.ac {
    display: block;
}

.fix-list li {
    float: left;
    width: 25%;
    position: relative;
    left: 100px;
    opacity: 0;
}

.fix-list li a {
    display: block;
    color: #515151;
}

.fix-list li .img-show {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.fix-list li .img-show p {
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
}

.fix-list li .lookmore {
    padding: 20px 0 40px 0;
    color: #BB0327;
}

.fix-list li .lookmore i {
    position: relative;
    left: -30px;
    font-weight: bold;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fix-list li .lookmore span {
    position: relative;
    left: 30px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fix-list li a:hover .lookmore i {
    left: -15px;
}

.fix-list li a:hover .lookmore span {
    left: 15px;
}

.cove {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    z-index: 10;
    opacity: 0;
}

.pub-t {
    font-size: 20px;
    color: #11100D;
    padding-bottom: 25px;
    background: #FFF;
}

.pub-t span {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #E71818;
}

.show {
    background: #F5F5F5;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    background: url(../images/intro.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.show .containers {
    overflow: inherit;
}

.show .intro .title {
    text-align: center;
    font-size: 30px;
    color: #FFF;
}

.show .intro .title .cha {
    padding-bottom: 10px;
}

.show .intro .title .line {
    width: 60px;
    height: 2px;
    background: #E71818;
    margin: 0 auto;
}

.show .intro .com {
    text-indent: 2em;
    color: #FFF;
    line-height: 35px;
    padding: 30px 50px;
    text-align: center;
    font-size: 16px;
}

.show .rows {
    margin: 0 -15px;
}

.show .item {
    width: 25%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    top: 300px;
    opacity: 1;
}

.show .item .content {
    box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.1);
}

.show .item img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
}

.show .item .cover {
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    /* 标准的语法 */
}

.show .item .cont {
    width: 100%;
    height: auto;
    left: 0;
    padding: 0 10px;
    position: relative;
    top: 0;
    color: #444;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    background: #FFF;
}

.show .item .cont .name {
    padding: 10px 0;
    color: #000;
    line-height: 35px;
    font-size: 16px;
}

.show .item .hd-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    z-index: 12;
}

.show .item .hide-cont {
    /*background: -webkit-linear-gradient(left, #085B9D, #0279CD); !* Safari 5.1 - 6.0 *!
      background: -o-linear-gradient(right, #085B9D, #0279CD); !* Opera 11.1 - 12.0 *!
      background: -moz-linear-gradient(right, #085B9D, #0279CD); !* Firefox 3.6 - 15 *!
      background: linear-gradient(to right, #085B9D, #0279CD); !* 标准的语法（必须放在最后） *!*/
    background: rgba(3, 120, 203, 0.5);
    color: #FFF;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(300px) rotateY(90deg);
    -moz-transform: perspective(300px) rotateY(90deg);
    -ms-transform: perspective(300px) rotateY(90deg);
    -o-transform: perspective(300px) rotateY(90deg);
    transform: perspective(300px) rotateY(90deg);
    text-align: center;
}

.show .item .hide-cont .com {
    font-size: 14px;
    color: #FFF;
    padding: 0 20px;
    margin: 15px 0 25px 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 100px;
    overflow: hidden;
}

.show .item .hide-cont .name {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    padding: 8px;
    border: 1px solid #FFF;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.show .item .hide-cont .name:hover {
    background: #E71818;
    /* color:#333;*/
    border: 1px solid #E71818;
}

.show .item .desc-intro {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    background: #222;
    left: 0;
    top: -40px;
    z-index: 10;
    box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.1);
}

.show .item:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.show .item:hover .cove {
    opacity: 1;
}

.show .item:hover .hide-cont {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    /* Safari 和 Chrome */
    -moz-transform: rotateY(0deg);
}

.videoIntro, .videoArea {
    width: 34%;
    position: relative;
    overflow: hidden;
    z-index: 10;
    top:200px;
    opacity: 0;
}

.videoIntro .pub-t, .videoArea .pub-t {
    padding-left: 15px;
}

.videoIntro img, .videoArea img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
}

.videoIntro .cove, .videoArea .cove {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    z-index: 15;
}

.videoIntro .cove .desc, .videoArea .cove .desc {
    color: #FFF;
    width: 100%;
    text-align: center;
    top: 50%;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.videoIntro .cove .desc .icon, .videoArea .cove .desc .icon {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 5px auto;
    font-size: 22px;
}

.videoIntro .cove .desc p, .videoArea .cove .desc p {
    padding: 5px 0;
}

.videoIntro .cove .desc .eng, .videoArea .cove .desc .eng {
    letter-spacing: 0.8em;
}

.videoIntro .video-box, .videoArea .video-box {
    position: absolute;
    top: 0;
    width: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.videoIntro .video-box .wide, .videoArea .video-box .wide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 25;
}

.videoIntro:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.videoIntro:hover .cove {
    background: rgba(0, 0, 0, 0.3);
}

.know-more {
    width: 150px;
    height: 40px;
    line-height: 38px;
    color: #BBBBBB;
    padding: 0 15px;
    margin-top: 40px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.know-more span {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
}

.know-more i {
    display: inline-block;
    float: right;
}

.know-more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E71818;
    top: 0;
    left: -100%;
    z-index: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.know-more:hover {
    color: #FFF;
    border: 2px solid #E71818;
}

.know-more:hover:before {
    left: 0;
}

.intro {
    z-index: 1;
}

.intro .intro-box {
    width: 50%;
    top: 0;
    opacity: 1;
    position: relative;
    padding-right: 15px;
}

.intro .intro-cont {
    width: 100%;
    left: 0;
    top: 24%;
    margin-top: -20px;
    z-index: 10;
}

.intro .intro-cont .containers {
    height: 100%;
    overflow: inherit;
}

.intro .intro-cont .tm-con {
    width: 23.65%;
    height: 100%;
}

.intro .intro-cont .tm-con .rows {
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.intro .intro-cont .tm-con .rows .item {
    padding: 0 10px;
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}

.intro .intro-cont .tm-con .rows .item .com {
    background: #E1E1E1;
    color: #444;
    text-align: center;
    padding: 10px 0;
}

.intro .intro-cont .right-content {
    width: 74.57%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    top: 0;
    right: 0;
}

.intro .intro-cont .right-content .title {
    position: relative;
    height: 100%;
    border: 2px solid #E71818;
    border-right: 0;
    width: 15%;
    text-align: center;
    padding-top: 15px;
    color: #000;
    position: relative;
    z-index: 1;
    float: left;
}

.intro .intro-cont .right-content .title .cha {
    font-size: 25px;
}

.intro .intro-cont .right-content .title .eng {
    font-size: 20px;
}

.intro .intro-cont .right-content .title .line {
    position: absolute;
    right: 0;
    width: 2px;
    background: #E71818;
}

.intro .intro-cont .right-content .title .line1 {
    top: 0;
    height: 55%;
}

.intro .intro-cont .right-content .title .line2 {
    bottom: 0;
    height: 25%;
}

.intro .intro-cont .right-content .title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #E71818;
    z-index: 10;
    top: 65%;
    right: -15px;
}

.intro .intro-cont .right-content .cont {
    width: 80%;
    float: right;
}

.intro .intro-cont .right-content .cont .t {
    color: #777;
    font-size: 30px;
}

.intro .intro-cont .right-content .cont .desc {
    margin-top: 15px;
    line-height: 20px;
    font-size: 14px;
    color: #777;
    padding-right: 20px;
}

.intro .intro-cont .right-content .knowMore {
    bottom: -40px;
    right: 0;
}

.more {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    font-size: 18px;
    color: #777;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.more:hover {
    background: #E71818;
    border: 1px solid #E71818;
    color: #FFF;
}

.news-area {
    clear: right;
    height: 100%;
    overflow: hidden;
    padding: 15px 0;
    background: #FFF;
}

.news-area .left-news {
    width: 34%;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    top:100px;
    opacity: 0;
}

.news-area .left-news .image img {
    width: 100%;
}

.news-area .left-news .cont {
    padding: 15px;
    background: #f5f5f5;
}

.news-area .left-news .cont .time span {
    font-size: 25px;
    color: #E71818;
    display: inline-block;
    padding-right: 10px;
}

.news-area .left-news .cont .tit {
    margin: 10px 0;
    font-size: 18px;
    color: #444;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.news-area .left-news .cont .tit:hover {
    color: #E71818;
}

.news-area .left-news .cont .desc {
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.news-area .newsArea {
    width: 66%;
    padding-left: 15px;
    position: absolute;
    height: 100%;
    top: 100px;
    right: 0;
    overflow: hidden;
    opacity: 0;
}

.news-area .newsArea .news-nav {
    float: right;
    padding-bottom: 20px;
    font-size: 0;
}

.news-area .newsArea .news-nav a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #D6D6D6;
    color: #555;
    margin-left: 10px;
}

.news-area .newsArea .news-nav a:hover, .news-area .newsArea .news-nav a.active {
    background: #E61818;
    color: #FFF;
    border: 1px solid #E61818;
}

.news-area .newsArea .content {
    background: #f5f5f5;
    padding-top: 30px;
}

.news-area .newsArea .content .newsItem {
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.news-area .newsArea .content .newsItem .newsCont .newsTit {
    font-size: 16px;
    color: #444;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

.news-area .newsArea .content .newsItem .newsCont .newsTit:hover {
    color: #E71818;
}

.news-area .newsArea .content .newsItem .newsCont .newsDesc {
    margin: 10px 0;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-area .newsArea .content .newsItem .newsCont .time {
    width: 108px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #E71818;
    background: #FFF;
    color: #E71818;
}

.news-area .newsArea .knowMore {
    bottom: 0;
    right: 25px;
}

.loadding {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 99999;
    top: 0;
    left: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    /*display: none;*/
}

.loadding .load-image {
    position: absolute;
    width: 260px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loadding .load-image .chage-image {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/ico-1.png") no-repeat;
    animation: load 3s linear infinite;
    -webkit-animation: load 3s linear infinite;
    /*Safari and Chrome*/
}

@keyframes load {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes load {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.loadding.hd {
    top: -100%;
}

.contact {
    position: relative;
}

.contact .tit-area .video-t {
    width: 34%;
    padding-left: 15px;
}

.contact .tit-area .map-t {
    width: 66%;
    padding-left: 15px;
}

.contact .leader {
    /*position: absolute;*/
    width: 34%;
    position: relative;
    /*height: 100%;*/
    left: 0;
    top: 300px;
    opacity: 0;
    background: #F5F5F5;
}

.contact .leader .pub-t {
    padding-left: 15px;
}

.contact .leader .image {
    overflow: hidden;
}

.contact .leader .image img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
}

.contact .leader .image:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.contact .leader .image:hover .cove {
    opacity: 1;
}

.contact .leader .cont {
    padding: 30px 15px;
}

.contact .leader .cont .tit {
    font-size: 16px;
    color: #11100D;
}

.contact .leader .cont .desc {
    margin: 20px 0;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #777777;
}

.contact .contact-area {
    width: 46%;
    position: absolute;
    height: 100%;
    left: 34%;
    top: 300px;
    opacity: 0;
    overflow: hidden;
    padding-left: 15px;
}

.contact .contact-area .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.contact .contact-area #map-container {
    width: 100%;
    height: 100%;
}

.contact .contact-area .cove {
    opacity: 1;
    left: 0;
}

.contact .contact-area .contact-box {
    position: absolute;
    width: 80%;
    height: 47%;
    left: 0;
    bottom: 0px;
    background: #F5F5F5;
    z-index: 11;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    /*  border-left:1px solid #ccc;*/
}

.contact .contact-area .contact-box .navigation {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #E71818;
    color: #FFF;
    top: 0;
    right: 0;
    text-align: center;
}

.contact .contact-area .contact-box .navigation i {
    font-size: 30px;
}

.contact .contact-area .contact-box .navigation p {
    color: #FFF;
    padding: 0;
}

.contact .contact-area .contact-box .contact-navs {
    font-size: 0;
    width: 60%;
}

.contact .contact-area .contact-box .contact-navs a {
    display: inline-block;
    border: 1px solid #D6D6D6;
    border-right: 0;
    color: #666;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.contact .contact-area .contact-box .contact-navs a:last-child {
    border-right: 1px solid #D6D6D6;
}

.contact .contact-area .contact-box .contact-navs a:hover, .contact .contact-area .contact-box .contact-navs a.act {
    background: #E52122;
    border: 1px solid #E52122;
    color: #FFF;
}

.contact .contact-area .contact-box .tit {
    font-size: 16px;
    color: #11100D;
    padding-bottom: 10px;
}

.contact .contact-area .contact-box p {
    padding: 10px 0;
    color: #545454;
}

.contact .contact-area .contact-box p i {
    font-size: 28px;
    color: #E71818;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.contact .contact-area .image:hover img {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -moz-transform: scale(1);
    /* Firefox */
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -o-transform: scale(1);
    /* Opera */
}

.contact .contact-area .image:hover .cove {
    opacity: 1;
}

.contact .contact-box {
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    top: 100px;
    background: #F5F5F5;
    z-index: 11;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    opacity: 0;
    /*  border-left:1px solid #ccc;*/
}

.contact .contact-box .navigation {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #E71818;
    color: #FFF;
    top: 0;
    right: 0;
    text-align: center;
}

.contact .contact-box .navigation i {
    font-size: 30px;
}

.contact .contact-box .navigation p {
    color: #FFF;
    padding: 0;
}

.contact .contact-box .contact-navs {
    font-size: 0;
}

.contact .contact-box .contact-navs a {
    display: inline-block;
    border: 1px solid #D6D6D6;
    color: #666;
    padding: 5px;
    font-size: 16px;
}

.contact .contact-box .contact-navs a:hover, .contact .contact-box .contact-navs a.act {
    background: #E52122;
    border: 1px solid #E52122;
    color: #FFF;
}

.contact .contact-box .tit {
    font-size: 16px;
    color: #11100D;
    padding-bottom: 10px;
}

.contact .contact-box p {
    padding: 10px 0;
    color: #545454;
}

.contact .contact-box p i {
    font-size: 28px;
    color: #E71818;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.contact .contact-area:hover .cove {
    display: none;
}

.BMapLib_nav_tab_content input {
    border: 1px solid #E9E9E9;
    margin: 0 !important;
}

.float-right-box {
    position: fixed;
    width: 60px;
    height: 300px;
    right: 0;
    top: 50%;
    margin-top: -150px;
    z-index: 9999;
}

.float-right-box li {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #E71818;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.float-right-box li a {
    width: 100%;
    height: 100%;
}

.float-right-box li .ewmImg {
    position: absolute;
    width: 150%;
    height: 150%;
    visibility: hidden;
    top: 0;
    left: -150%;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.float-right-box li a {
    color: #FFF;
    padding-top: 8px;
}

.float-right-box li a i {
    font-size: 20px;
}

.float-right-box li a p {
    font-size: 12px;
}

.float-right-box .gTop {
    background: #0278CB;
}

.float-right-box .pho {
    width: 200px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.float-right-box .pho a.pull-left {
    width: 60px;
}

.float-right-box .pho .num {
    width: 140px;
    text-align: center;
    color: #FFF;
    line-height: 60px;
    font-size: 16px;
}
.float-right-box .pho .num a{
    margin: 0;
    padding: 0;
}

.float-right-box .pho:hover {
    margin-left: -140px;
}

.float-right-box li:last-child {
    border-bottom: 0;
}

.float-right-box .right-ewm:hover .ewmImg {
    opacity: 1;
    visibility: visible;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    width: 100%;
    height: 100%;
    padding-left: 0 !important;
    margin: 0 !important;
    float: none !important;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more:hover {
    color: #FFF !important;
}

.fr-link {
    background: #FFF;
    font-size: 0;
    border-top: 1px solid #E9E9E9;
}
.mobile-fr-link{
    display: none;
}
.fr-link li {
    padding: 30px 0;
    display: block;
    width: 14.285%;
    float: left;
    position: relative;
}

.fr-link li a {
    display: block;
}

.fr-link li img {
    width: 50%;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    background: none !important;
}

.footer, .child-footer {
    background: #323238;
}

.footer .ft-top, .child-footer .ft-top {
    color: #787878;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #484851;
}

.footer .ft-top a, .child-footer .ft-top a {
    color: #A0A0A0;
}

.footer .ft-top a:hover, .child-footer .ft-top a:hover {
    color: #FFF;
}

.footer .ft-top .ft-lsit, .child-footer .ft-top .ft-lsit {
    width: 60%;
}

.footer .ft-top .ft-lsit > li, .child-footer .ft-top .ft-lsit > li {
    width: 16.6667%;
    float: left;
    font-weight: bold;
}
.footer .ft-top .ft-lsit > li.office >ul >li >a{
    color:#E61818;
}

.footer .ft-top .ft-lsit > li > a, .child-footer .ft-top .ft-lsit > li > a {
    font-size: 16px;
    color: #FFF;
}

.footer .ft-top .ft-lsit > li > ul, .child-footer .ft-top .ft-lsit > li > ul {
    margin-top: 15px;
}

.footer .ft-top .ft-lsit > li > ul > li, .child-footer .ft-top .ft-lsit > li > ul > li {
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
}
.footer .ft-top .ft-ewm{
    width: 17%;
    font-size: 0;
}
.footer .ft-top .ft-ewm .ewm{
    width: 50%;
}
.footer .ft-top .ft-ewm .ewm, .child-footer .ft-top .ft-ewm .ewm {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.footer .ft-top .ft-ewm .ewm p, .child-footer .ft-top .ft-ewm .ewm p {
    padding-top: 10px;
    font-size: 14px;
}

.footer .ft-btm, .child-footer .ft-btm {
    font-size: 12px;
    padding: 15px 0;
    color: #868686;
}

.footer .ft-btm .ft-bts, .child-footer .ft-btm .ft-bts {
    font-size: 0;
}

.footer .ft-btm .ft-bts a, .child-footer .ft-btm .ft-bts a {
    color: #868686;
    font-size: 12px;
    padding: 0 10px;
    border-left: 1px solid #484851;
}

.footer .ft-btm .ft-bts a:hover, .child-footer .ft-btm .ft-bts a:hover {
    color: #FFF;
}

.footer .ft-btm .ft-bts a:first-child, .child-footer .ft-btm .ft-bts a:first-child {
    border-left: 0;
}

.child-footer .ft-lsit {
    width: 50% !important;
}

.child-footer .ft-lsit > li {
    width: 20% !important;
}

.child-footer .ft-right {
    width: 50%;
}

.child-footer .ft-right .contact {
    color: #FFF;
    width: 50%;
}

.child-footer .ft-right .contact p {
    padding: 3px 0;
}

.child-footer .ft-right .contact p i {
    font-size: 18px;
    display: inline-block;
    padding-right: 8px;
}

.child-footer .ft-right .ft-ewm {
    width: 50%;
    padding-left: 16.667%;
    font-size: 0;
    position: relative;
}

.child-footer .ft-right .ft-ewm .ewm {
    display: inline-block;
    width: 50%;
    font-size: 14px;
}

.child-footer .ft-right .ft-ewm .navigation {
    position: absolute;
    width: 33.333%;
    background: #FFF;
    left: 0;
    top: 0;
    font-size: 20px;
    text-align: center;
    color: #CC2728;
    padding: 8px;
}

.child-footer .ft-right .ft-ewm .navigation .cont {
    border: 1px solid #D6D6D6;
    display: block;
    height: 100%;
    padding: 10px 0;
}

.child-footer .ft-right .ft-ewm .navigation p {
    font-size: 12px;
    padding-top: 5px;
}

.toggle-list {
    display: none;
}

.toggle-list i {
    display: inline-block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.toggle-list.act i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.hide-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background: #B52000;
    z-index: 999;
    display: none;
    overflow: auto;
}

.hide-nav .containers {
    position: static;
}

.hide-nav .top {
    padding: 120px 0 60px 0;
}

.hide-nav .top .logo {
    width: 20%;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .top .close-btn {
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .top .close-btn a {
    color: #FFF;
    font-size: 20px;
}

.hide-nav .main-cont {
    padding-top: 60px;
}

.hide-nav .main-cont .hide-intro {
    color: #FFF;
}

.hide-nav .main-cont .hide-intro .title {
    padding-bottom: 40px;
}

.hide-nav .main-cont .hide-intro .title .cha {
    font-size: 40px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .main-cont .hide-intro .title .eng {
    font-size: 14px;
    padding-top: 8px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .main-cont .hide-intro .com {
    color: #F3A3A3;
    font-size: 12px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .main-cont .hid-list > li {
    width: 25.333%;
    float: left;
    margin: 0 4%;
    padding-bottom: 15px;
    border-bottom: 1px solid #F4A3A3;
    height: 230px;
    padding: 30px 0 15px 0;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .main-cont .hid-list > li a {
    color: #DDD;
}

.hide-nav .main-cont .hid-list > li .dots span {
    width: 3px;
    height: 3px;
    background: #FFF;
    display: inline-block;
    margin: 0 2px;
}

.hide-nav .main-cont .hid-list > li .dots span.active {
    background: #F4A3A3;
}

.hide-nav .main-cont .hid-list > li > ul {
    font-size: 12px;
    padding: 10px 0;
}

.hide-nav .main-cont .hid-list > li > ul > li {
    position: relative;
    line-height: 24px;
}

.hide-nav .main-cont .hid-list > li:last-child {
    border-bottom: 0;
}

.hide-nav .hid-foot {
    padding: 0 50px;
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #FFF;
}

.hide-nav .hid-foot .copy {
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .hid-foot .link {
    position: relative;
    top: 50px;
    opacity: 0;
}

.hide-nav .hid-foot a {
    color: #F4A3A3;
}

.pub-xs-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #B52000;
    z-index: 999;
    overflow: auto;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.pub-xs-nav .logo {
    background: #FFF;
    width: 100%;
    height: 60px;
    display: table;
    position: relative;
}

.pub-xs-nav .logo .cell {
    vertical-align: middle;
}

.pub-xs-nav .logo img {
    width: 60%;
}

.pub-xs-nav .nav-xs {
    padding: 15px 30px 0 30px;
}

.pub-xs-nav .nav-xs a {
    color: #DDD;
}

.pub-xs-nav .nav-xs > li {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pub-xs-nav .nav-xs > li .toggle-list {
    font-size: 20px;
    position: relative;
    top: -3px;
    color: #DDD;
    display: inline-block !important;
}

.pub-xs-nav .nav-xs > li > ul {
    font-size: 12px;
    margin-top: 15px;
    display: none;
}

.pub-xs-nav .nav-xs > li > ul > li {
    line-height: 28px;
}

.pub-xs-nav .back-nav-xs {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px auto 30px auto;
    background: #FFF;
    color: #333;
}

.pub-xs-nav.active {
    left: 0;
}

.ban {
    margin-top: 100px;
}

.ban .cont-area {
    position: absolute;
    width: 100%;
    padding: 0 50px;
    color: #FFF;
    left: 0;
    top: 50%;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ban .cont-area .title .big {
    font-size: 44px;
    text-shadow: 0 0 8px #333;
}

.ban .cont-area .title .sma {
    font-size: 24px;
    padding: 10px 0 30px 0;
    text-shadow: 0 0 8px #333;
}

.ban .cont-area a {
    display: block;
    width: 30px;
    height: 30px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    /*line-height: 30px;*/
    text-align: center;
    font-size: 18px;
}

.ban .cont-area a i {
    animation: down 1.3s linear infinite;
    -webkit-animation: down 1.3s linear infinite;
    /* Safari 和 Chrome */
    position: relative;
    top: 0;
}

@keyframes down {
    0% {
        top: -5px;
    }
    25% {
        top: 0;
    }
    50% {
        top: 5px;
    }
    75% {
        top: 0;
    }
    100% {
        top: -5px;
    }
}

.child-nav {
    margin: 0 auto;
    font-size: 0;
    background: #f0f0f0;
}
.child-nav .navs{
    text-align: center;
}

.child-nav .open-menu {
    display: none;
}

.child-nav .open-menu i {
    display: inline-block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.child-nav .open-menu.act i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.child-nav .navs {
    margin: 0 auto;
}

.child-nav .navs > li {
    display: inline-block;
    padding: 15px;
    border-right: 1px solid #DFDFDF;
    font-size: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 240px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.child-nav .navs > li > ul {
    display: none;
}

.child-nav .navs > li > a {
    color: #333;
}

.child-nav .navs > li > a i {
    color: #FFF;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.child-nav .navs > li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #A3A6A7;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.child-nav .navs li:hover a, .child-nav .navs li.active a {
    color: #FFF;
}

.child-nav .navs li:hover a i, .child-nav .navs li.active a i {
    opacity: 1;
}

.child-nav .navs li:hover:after, .child-nav .navs li.active:after {
    top: 0;
}

.child-title {
    font-size: 20px;
    color: #333;
}

.child-title span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
}

.child-intro {
    padding: 30px 0;
    background: #FFF;
    color: #333;
    font-size: 14px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.child-intro .intro-desc {
    position: relative;
    padding-top: 10px;
}

.child-intro .intro-desc p {
    padding-bottom: 15px;
}

.child-intro .intro-dt {
    position: relative;
    margin: 30px 0;
}

.child-intro .intro-dt .number-intro {
    font-size: 0;
    padding: 80px 0;
    text-align: center;
}

.child-intro .intro-dt .number-intro .item {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.child-intro .intro-dt .number-intro .item span {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #D6D6D6;
    color: #E61818;
    font-size: 50px;
    font-family: 'impact';
}

.child-intro .intro-dt .number-intro .item .unit {
    padding: 10px 0;
    color: #E61818;
}

.child-intro .intro-dt .number-intro .item .unit i {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 16px;
    border-right: 0;
}

.child-intro .intro-dt .number-intro .item p {
    color: #333;
    font-size: 18px;
    /* padding-top: 15px;*/
}

.child-intro .intro-dt .videoArea {
    top: 0;
    opacity: 1;
    width: 100%;
}

.child-intro .intro-dt .videoArea .video-box {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: fixed;
    padding: 10px;
    background: #EEE;
}

.child-intro .intro-dt .text-intro {
    padding-right: 30px;
}

.child-intro .intro-dt .text-intro p {
    padding-bottom: 10px;
    line-height: 20px;
    text-indent: 2em;
}

.develop-box {
    position: relative;
    top: 100px;
    opacity: 0;
}

.develop-box .develop-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.develop-box .develop-list .item {
    width: 33.3333%;
    float: left;
    border-left: 1px solid #DFDFDF;
}

.develop-box .develop-list .item .cont {
    padding: 0 25px;
}

.develop-box .develop-list .item .year {
    font-size: 30px;
    color: #000;
    font-family: 'impact';
}

.develop-box .develop-list .item .experience {
    padding-top: 20px;
    color: #666;
}

.develop-box .develop-list .item .experience p {
    line-height: 24px;
}

.develop-box .develop-list .item:first-child {
    border-left: 0;
}

.develop-box .page {
    text-align: center;
    font-size: 0;
    padding-top: 40px;
}

.develop-box .page a {
    display: inline-block;
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 16px;
    margin: 0 8px;
}

.child-company {
    position: relative;
    top: 100px;
    opacity: 0;
    padding: 30px 0;
}

.child-company .child-list {
    padding: 40px 0;
}

.child-company .child-list .image {
    position: relative;
    overflow: hidden;
}

.child-company .child-list .image img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.child-company .child-list .image:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.child-company .child-list .image:hover .cove {
    opacity: 1;
}

.child-company .child-list .cont {
    padding-top: 15px;
    padding-left: 8px;
}

.child-company .child-list .cont .name {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
}

.child-company .child-list .cont .name:hover {
    color: #E71818;
}

.child-company .child-list .cont .desc {
    font-size: 14px;
    color: #777;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.child-company .child-list .cont .time {
    font-size: 14px;
    padding-top: 10px;
    color: #999;
}

.child-company .child-list .cont .know-dt {
    color: #777;
    font-size: 12px;
    padding-top: 10px;
    display: block;
}

.child-company .child-list .cont .know-dt i {
    display: inline-block;
    font-size: 16px;
    left: 0px;
    position: relative;
    top: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.child-company .child-list .cont .know-dt:hover {
    color: #E71818;
}

.child-company .child-list .cont .know-dt:hover i {
    left: 5px;
}

.layout-content .item .image, .design-content .item .image {
    width: 50%;
    float: right;
    position: relative;
    overflow: hidden;
}

.layout-content .item .image img, .design-content .item .image img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
}

.layout-content .item .image .covers, .design-content .item .image .covers {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 107, 187, 0.6);
    color: #FFF;
    text-align: center;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    opacity: 0;
}

.layout-content .item .image .covers .enter-site, .design-content .item .image .covers .enter-site {
    position: absolute;
    width: 100%;
    top: 50%;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #FFF;
}

.layout-content .item .image .covers .enter-site .icon, .design-content .item .image .covers .enter-site .icon {
    font-size: 35px;
}

.layout-content .item .image .covers .enter-site .text, .design-content .item .image .covers .enter-site .text {
    font-size: 18px;
}

.layout-content .item .item-cont, .design-content .item .item-cont {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.layout-content .item .item-cont .cont, .design-content .item .item-cont .cont {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 210px;
    padding: 0 5% 0 13%;
    margin-top: -105px;
}

.layout-content .item .item-cont .tit, .design-content .item .item-cont .tit {
    font-size: 20px;
    text-align: left;
    color: #000;
    position: relative;
    padding-bottom: 25px;
}

.layout-content .item .item-cont .desc, .design-content .item .item-cont .desc {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.design-content .item .item-cont .desc {
    line-height: 100px;
    height: 100px;
    font-size: 18px;
}

.layout-content .item .item-cont .name, .design-content .item .item-cont .name {
    color: #333;
    font-size: 14px;
    display: block;
    padding-top: 30px;
}

.layout-content .item .item-cont .name i, .design-content .item .item-cont .name i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 40px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.layout-content .item .item-cont .name:hover i, .design-content .item .item-cont .name:hover i {
    background: #E71818;
    color: #FFF;
    border: 1px solid #E71818;
}

.layout-content .item .item-cont:after, .design-content .item .item-cont:after {
    content: "";
    position: absolute;
    width: 87%;
    height: 4px;
    background: #006BBB;
    left: 13%;
    bottom: -4px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.layout-content .item.act .image, .design-content .item.act .image {
    float: left;
}

.layout-content .item.act .item-cont, .design-content .item.act .item-cont {
    left: 50%;
}

.layout-content .item.act .item-cont .cont, .design-content .item.act .item-cont .cont {
    padding: 0 13% 0 5%;
}

.layout-content .item.act .item-cont:after, .design-content .item.act .item-cont:after {
    left: 0;
}

.layout-content .item:hover .image img, .design-content .item:hover .image img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.layout-content .item:hover .image .covers, .design-content .item:hover .image .covers {
    opacity: 1;
}

.layout-content .item:hover .item-cont:after, .design-content .item:hover .item-cont:after {
    bottom: 0;
}

.total-desc {
    padding: 30px 0;
}

.total-desc .desc {
    color: #333;
    font-size: 14px;
    padding-top: 8px;
}

.total-desc .desc p {
    line-height: 24px;
}

.design-content .item .item-cont {
    background: #f5f5f5;
}

.design-content .item .item-cont .step {
    font-size: 30px;
    color: #333;
}

.design-content .item .item-cont .step span {
    display: inline-block;
    color: #E51818;
    padding-right: 5px;
}

.design-content .item .item-cont .line {
    width: 50px;
    height: 2px;
    background: #333;
    margin-top: 10px;
}

.design-content .item .item-cont:after {
    width: 0;
    height: 0;
}

.design-content .item:hover .image .cove {
    opacity: 1;
}

.child-show {
    padding: 30px 0;
    position: relative;
    top: 100px;
    opacity: 0;
}

.child-show .item {
    width: 25%;
    float: left;
}

.child-show .item .cont {
    padding: 0 15px;
}

.child-show .item .cont .name {
    padding-top: 15px;
    font-size: 18px;
    color: #333;
}

.child-show .item .cont .name:hover {
    color: #E71818;
}

.child-show .hd {
    text-align: center;
    padding-top: 25px;
}

.child-show .hd .btn-left, .child-show .hd .btn-right {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 60px;
    background: #BBBCBC;
    margin-top: -75px;
    color: #FFF;
    line-height: 60px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.child-show .hd .btn-left:hover, .child-show .hd .btn-right:hover {
    background: #666;
}

.child-show .hd .btn-left {
    left: 0;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
}

.child-show .hd .btn-right {
    right: 0;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
}

.child-show .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #BBBCBC;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 3px;
}

.child-show .hd li.on {
    background: #E61818;
}

.intro-child {
    position: relative;
    width: 100%;
    top: 100px;
    opacity: 0;
    overflow: hidden;
}

.intro-child .image {
    width: 70%;
}

.intro-child .image .pop-box {
    width: 60%;
    height: 80%;
    left: 0;
    bottom: 0;
    background: rgba(1, 77, 140, 0.4);
    background: #014D8C \9;
    color: #FFF;
    z-index: 11;
    padding: 35px 30px 35px 50px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.intro-child .image .pop-box .tit {
    font-size: 16px;
}

.intro-child .image .pop-box .desc {
    font-size: 12px;
    margin: 30px 0;
    line-height: 23px;
     height: 295px;
    overflow: hidden;
}

.intro-child .image .pop-box .know-more {
    position: absolute;
    bottom: 40px;
    left: 50px;
    border: 2px solid #FFF;
}

.intro-child .image .pop-box .know-more:hover {
    border: 2px solid #E71818;
}

.intro-child .image:hover .pop-box {
    background: #014d8c;
}

.intro-child .device {
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    background: #323238;
    top: 0;
    padding: 20px 50px 80px 50px;
    color: #FFF;
}

.intro-child .device .tit {
    font-size: 16px;
}

.intro-child .device .tit span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #E71818;
}

.intro-child .device .com {
    font-size: 12px;
    margin-top: 15px;
    height: 485px;
    overflow: hidden;
    position: relative;
}

.intro-child .device .device-list {
    padding-top: 50px;
}

.intro-child .device .device-list li {
    font-size: 14px;
    padding: 7px 0;
}

.intro-child .device .device-list li a {
    color: #FFF;
}

.intro-child .device .device-list li a:hover {
    color: #E71818;
}

.intro-child .device .know-more {
    position: absolute;
    left: 50px;
    bottom: 20px;
    border: 2px solid #FFF;
    color: #FFF;
}

.intro-child .device .know-more:hover {
    border: 2px solid #E71818;
}

.total-show {
    text-align: center;
    padding: 20px 0;
    position: relative;
    top: 100px;
    opacity: 0;
}

.total-show .title {
    font-size: 25px;
    color: #000;
    padding: 20px 0;
}

.total-show .desc {
    color: #999;
}

.total-show .com {
    padding-top: 30px;
}

.total-show .com span {
    display: inline-block;
    margin: 0 15px;
}

.total-show .com span i {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #E61818;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #E61818;
    font-size: 30px;
}

.total-show .com span p {
    color: #666;
    padding-top: 15px;
}

.total-show .com span:first-child i {
    font-size: 14px;
}

.total-show .trans-box {
    padding-top: 40px;
}

.total-show .trans-box .box {
    display: none;
}

.total-show .trans-box .box img {
    display: none;
}

.total-show .trans-box .box img.act {
    display: block;
}

.total-show .trans-box .box.active {
    display: block;
}

.total-show .trans-box .trans-bts a {
    position: absolute;
    width: 57px;
    height: 114px;
    top: 50%;
    margin-top: -57px;
}

.total-show .trans-box .trans-bts .bt-right {
    right: 0;
}

.total-show .trans-box .trans-bts .bt-left {
    left: 0;
}

.total-show .trans-box .color-choose a {
    margin: 0 10px;
}

.total-show .trans-box .color-choose a p {
    color: #777;
    font-size: 12px;
    padding-top: 10px;
}

.proc-show {
    padding: 160px 0 40px 0;
    position: relative;
    top: 100px;
    opacity: 0;
}

.proc-show .content {
    position: relative;
}

.proc-show .proc-intro {
    position: absolute;
    left: 0;
    top: 50%;
    width: 200px;
    height: 116px;
    margin-top: -58px;
    z-index: 10;
}

.proc-show .proc-intro .name {
    font-size: 20px;
    color: #000;
}

.proc-show .proc-intro .com {
    color: #999;
    padding: 8px 0 20px 0;
}

.proc-show .proc-intro .choose-box {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #777;
    font-size: 12px;
}

.proc-show .proc-intro .choose-box select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: 40px;
    box-shadow: none !important;
}

.proc-show .proc-intro .choose-box i {
    display: block;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0px;
    text-align: center;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    display: none \9;
}

.proc-show .image-show {
    width: 41.66666%;
    margin: 0 auto;
    position: relative;
}

.proc-show .image-show a {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-top: -15px;
}

.proc-show .image-show .show-right {
    right: -60px !important;
    left: auto;
}

.proc-show .img-list {
    width: 70px;
    height: 240px;
    right: 0;
    top: 50%;
    margin-top: -90px;
    overflow: hidden;
}

.proc-show .img-list .all-list {
    margin-top: 0;
}

.proc-show .img-list a {
    width: 70px;
    height: 70px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
}

.proc-show .img-list a img {
    margin-top: 15px;
}

.proc-show .img-list a.act {
    border: 1px solid #E71818;
}

.dt-tit {
    font-size: 18px;
    color: #000;
}

.dt-tit span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #E71818;
}

.parameter {
    padding: 20px 0;
    position: relative;
    top: 100px;
    opacity: 0;
}

.parameter .tit {
    font-size: 18px;
    color: #000;
}

.parameter .content {
    padding: 15px 0;
}

.parameter .content img {
    margin-bottom: 20px;
    border: 1px solid #D6D6D6;
}

.buy-box {
    position: relative;
    top: 100px;
    opacity: 0;
    padding: 30px 0;
}

.buy-box input, .buy-box select, .buy-box textarea {
    border: 1px solid #DDD;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: 50px;
    padding: 0 12px;
}

.buy-box .com {
    color: #000;
    padding: 10px 0;
}

.buy-box .row .col-md-3 {
    padding: 20px 15px;
}

.buy-box .row .col-md-3 p {
    color: #000;
    padding-bottom: 10px;
}

.buy-box .row .col-md-3 .icon {
    width: 30px;
    height: 100%;
    right: 15px;
    text-align: center;
    top: 0;
    font-size: 18px;
    line-height: 50px;
    display: none \9;
}

.buy-box .row .col-md-3 .yzm {
    position: absolute;
    width: 80px;
    text-align: center;
    border-left: 1px solid #ddd;
    color: #E71818;
    top: 0;
    right: 0;
    font-size: 12px;
    top: 17px;
}

.buy-box textarea {
    height: 100px;
    padding-top: 10px;
}

.buy-box .bts-dm {
    padding-top: 25px;
}

.buy-box .bts-dm input {
    background: #FF0000;
    color: #FFF;
    border: 0;
    margin-right: 10px;
    width: 120px;
}

.buy-box .bts-dm .reset {
    background: #666 !important;
}

.proc .bd ul {
    margin: 0 -15px;
    padding: 30px 0;
}

.proc .bd ul .item {
    padding: 15px 10px;
}

.culture {
    position: relative;
    top: 100px;
    opacity: 0;
}

.culture .image {
    float: right;
    width: 50%;
}

.culture .image .leader-intro {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #E61818;
    color: #FFF;
    font-size: 18px;
    left: 0;
    bottom: 0;
    z-index: 12;
}

.culture .image:hover .cove {
    opacity: 1;
}

.culture .cont {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px 20px 0 50px;
}

.culture .cont .com {
    padding-top: 100px;
}

.culture .cont .com .cha {
    font-size: 40px;
    color: #333;
}

.culture .cont .com .eng {
    padding: 15px 0;
    color: #333;
    font-size: 20px;
}

.culture .cont .com .desc {
    color: #666;
}

.culture .cont .com .desc p {
    line-height: 1.5;
    font-size: 16px;
}

.culture-item .cont {
    padding-bottom: 20px;
}

.culture-item .cont .desc p {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-responsive {
    margin: 30px 0;
    text-align: center;
}

.table {
    margin: 0;
}

.proc-dt {
    position: relative;
    top: 100px;
    opacity: 0;
    padding: 30px 0;
}

.proc-dt .contents {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}

.proc-dt .contents .col-xs-12 {
    padding-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
}

.proc-dt .contents .row {
    margin-left: -7px;
    margin-right: -7px;
}

.newstotal {
    padding: 30px 0;
}

.newstotal .news-list {
    width: 100%;
    font-size: 0;
    margin: 0 -8px;
    padding-right: 15px;
}

.newstotal .news-list .news-item {
    width: 25%;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    /*top: 300px;
      opacity: 0;*/
    padding: 0 8px;
    margin: 15px 0;
}

.newstotal .news-list .news-item .cont {
    width: 100%;
    background: #FFF;
    padding: 15px;
}

.newstotal .news-list .news-tit {
    color: #11100D;
    /*font-weight: bold;*/
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    white-space: nowrap;
    font-size: 16px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.newstotal .news-list .news-tit:hover {
    color: #E71818;
}

.newstotal .news-list .news-desc {
    margin-top: 15px;
    color: #777;
    font-size: 12px;
    height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newstotal .news-list .time {
    margin: 8px 0 15px 0;
    color: #777;
    font-size: 12px;
}

.div_news {
    margin-top: 85px;
    margin-bottom: 5%;
}

.div_news .current-news {
    padding-bottom: 20px;
}

.div_news .current-news .image {
    width: 35%;
}

.div_news .current-news .image img {
    width: 100%;
}

.div_news .current-news .news-content {
    width: 65%;
    padding-left: 20px;
}

.div_news .current-news .news-content .title {
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: 30px 0 10px 0;
}

.div_news .current-news .news-content .time {
    color: #999;
    padding: 10px 0 30px 0;
}

.div_news .current-news .news-content .desc {
    color: #666;
}

.div_news .current-news .news-content .lookMore {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #E61818;
    margin-top: 25px;
}

.div_news ul li {
    padding: 2.66%;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
}

.div_news ul li .div1 {
    width: 6.4%;
    float: left;
}

.div_news ul li .div1 .p1 {
    font-size: 48px;
    height: 70px;
    line-height: 70px;
    color: #ababab;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    float: left;
}

.div_news ul li .div1 .p2 {
    color: #b2b2b2;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    float: left;
}

.div_news ul li .div2 {
    width: 20.46%;
    margin-left: 2.66%;
    float: left;
}

.div_news ul li .div2 img {
    width: 100%;
}

.div_news ul li .div3 {
    width: 67.82%;
    float: right;
}

.div_news ul li .div3 .p1 {
    color: #333;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_news ul li .div3 .p2 {
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.div_news ul li .div3 .p2 .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.div_news ul li .div3 .p3 {
    color: #999;
    margin-top: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_news ul li .div3 .p3 .span1 {
    background: url(../images/5_15.png) center left no-repeat;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div_news ul li .div3 .p3 .span1 strong {
    font-size: 30px;
    margin-right: 4px;
}

.div_news ul li .div3 .p3 .span2 {
    background: url(../images/5_16.png) center left no-repeat;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
}

.div_news ul li .div1, .div_news ul li .div2, .div_news ul li .div3 {
    position: relative;
    z-index: 100;
}

.div_news ul li .div4 {
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_news ul li:hover .div4, .div_news ul li.act .div4 {
    width: 100%;
    background: #f5f5f5;
}

.div_news ul li:hover .div1 .p1, .div_news ul li.act .div1 .p1 {
    border-bottom: 1px solid #E61818;
    color: #E61818;
}

.div_news ul li:hover .div1 .p2, .div_news ul li.act .div1 .p2 {
    color: #E61818;
}

.div_news ul li:hover .div3 .p1, .div_news ul li.act .div3 .p1 {
    color: #E61818;
}

.div_news ul li:hover .div3 .p3, .div_news ul li.act .div3 .p3 {
    color: #E61818;
}

.div_news ul li:hover .div3 .p3 .span1, .div_news ul li.act .div3 .p3 .span1 {
    background: url(../images/5_15a.png) center left no-repeat;
}

.div_news ul li:hover .div3 .p3 .span2, .div_news ul li.act .div3 .p3 .span2 {
    background: url(../images/5_16a.png) center left no-repeat;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    /* 移动端的尺寸 */
    .div_news {
        margin-top: 5%;
    }

    .div_news ul li {
        padding: 0%;
        background: #fff;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        margin-bottom: 5%;
    }

    .div_news ul li .div1 {
        width: 100%;
    }

    .div_news ul li .div1 .p1 {
        font-size: 18px;
        height: 22px;
        line-height: 22px;
        padding: 0px;
        border: 0px;
        float: left;
    }

    .div_news ul li .div1 .p2 {
        margin-top: 0%;
        float: left;
        font-size: 16px;
        margin-left: 10px;
    }

    .div_news ul li .div2 {
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .div_news ul li .div2 img {
        width: 100%;
    }

    .div_news ul li .div3 {
        width: 100%;
        margin-top: 5%;
        padding-bottom: 5%;
    }

    .div_news ul li .div3 .p1 {
        font-size: 16px;
    }

    .div_news ul li .div3 .p2 {
        margin-top: 3%;
        padding-bottom: 3%;
        border-bottom: 0px;
    }

    .div_news ul li .div3 .p3 {
        margin-top: 0%;
    }
}

.lf {
    float: left;
}

.page1 {
    text-align: center;
    margin-top: 3%;
}

.page1 a,.page1 span {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ccc;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    color: #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.page1 .current, .page1 a:hover {
    background: #E61818;
    color: #fff;
    border: 1px solid #E61818;
}

.box-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.div_jobs {
    overflow: hidden;
    padding-top: 35px;
}

.div_jobs .div1 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.div_jobs .div1 .p1 {
    font-size: 36px;
    line-height: 38px;
    background: url(../images/2_37.jpg) center bottom no-repeat;
    padding-bottom: 2.5%;
    margin-bottom: 2.5%;
}

.div_jobs .div1 .p2 {
    font-size: 18px;
    line-height: 30px;
}

.div_jobs .div2 {
    margin-top: 30px;
    background: #0278CB;
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
}

.div_jobs .div2 .lf {
    width: 50%;
}

.div_jobs .div2 .lf img {
    width: 100%;
}

.div_jobs .div2 .rg {
    position: absolute;
    top: 50%;
    width: 40%;
    right: 5%;
    margin-top: -80px;
    z-index: 10;
    color: #fff;
}

.div_jobs .div2 .rg .p1 {
    font-size: 24px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 4.5%;
    margin-bottom: 4%;
}

.div_jobs .div2 .rg .p2 {
    font-size: 18px;
}

.div_jobs .div2 .rg .p3, .div_jobs .div2 .rg .p4 {
    font-size: 14px;
    margin-top: 1.5%;
}

.div_jobs1 {
    padding-bottom: 100px;
    padding-top: 35px;
}

.div_jobs1 .div2 {
    background: #cdcdcd;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 15px;
    height: 45px;
    line-height: 45px;
    color: #323132;
    font-size: 16px;
}

.div_jobs1 .div2 .p1 {
    width: 20%;
    margin-right: 1%;
}

.div_jobs1 .div2 .p2 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p3 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p4 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p5 {
    width: 19%;
    text-align: center;
}

.div_jobs1 .div3 {
    background: #f3f3f3;
}

.div_jobs1 .div3 ul li .p1 {
    height: 64px;
    line-height: 64px;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 1px solid #fff;
    color: #808080;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .p1 .pp1 {
    width: 20%;
    margin-right: 1%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.div_jobs1 .div3 ul li .p1 .pp2 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp3 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp4 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp5 {
    width: 19%;
    text-align: center;
}

.div_jobs1 .div3 ul li .div_js_on, .div_cont2 .div3 ul li:hover .p1 {
    background: #efefef;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .div_js_txt {
    background: #dbdbdb;
    padding: 20px 4%;
    border: 1px solid #e6e6e6;
    color: #333;
    display: none;
}

.div_jobs1 .pub-t, .div_jobs .pub-t {
    font-size: 25px;
    background: none;
}

.news-dt .pos {
    padding-top: 35px;
}

.news-dt .pos a {
    color: #666;
    font-size: 12px;
}

.news-dt .title {
    color: #000;
    font-size: 18px;
    padding-bottom: 20px;
}

.news-dt .dts {
    color: #999;
    padding-bottom: 25px;
    border-bottom: 1px solid #E9E9E9;
}

.news-dt .news-dt-content {
    padding: 35px 0;
    font-size: 16px;
    line-height: 30px;
}

.news-dt .choose-bts {
    padding-bottom: 30px;
    color: #666;
}

.news-dt .choose-bts a {
    color: #666;
}

.develop-list {
    width: 100%;
    padding: 50px 0;
    /*background: url(../images/line.png) repeat-y;
  background-position: top center;*/
    background: #f3f3f3;
}

.develop-list .develop-item {
    width: 50%;
    float: left;
    position: relative;
    border-right: 1px dashed #D6D6D6;
    /* margin-top: 40px;*/
}

.develop-list .develop-item .box {
    width: 85%;
    text-align: right;
    margin: 0 auto;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
    background: #FFF;
}

.develop-list .develop-item .box .year {
    font-size: 40px;
    color: #0178CB;
    font-family: 'impact'
}

.develop-list .develop-item .box p {
    /*padding: 3px 0;*/
    line-height: 28px;
    font-size: 14px;
}

.develop-list .develop-item .box .img img {
    display: inline-block;
}

.develop-list .develop-item .box:after {
    content: '';
    clear: both;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #FFF;
    border-bottom: 15px solid transparent;
    top: 48px;
    right: -20px;
    /* box-shadow: 0px 5px 15px rgba(0,0,0,0.1);*/
}

.develop-list .develop-item .circle {
    width: 30px;
    height: 30px;
    border: 1px solid #0278CB;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 0;
    position: absolute;
    right: -15px;
    top: 48px;
}

.develop-list .develop-item .circle span {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-left: 6px;
    background: #0278CB;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
}

.develop-list .develop-item.lay-right {
    float: right;
    margin-top: 160px;
    border-left: 1px dashed #D6D6D6;
    border-right: 0;
}

.develop-list .develop-item.lay-right .box {
    text-align: left;
}

.develop-list .develop-item.lay-right .box:after {
    top: 48px;
    left: -40px;
    border-top: 15px solid transparent;
    border-right: 20px solid #FFF;
    border-bottom: 15px solid transparent;
    border-left: 20px solid transparent;
}

.develop-list .develop-item.lay-right .circle {
    left: -15px;
}

.certificate {
    padding: 70px 0 100px 0;
}

.certificate .pub-t {
    padding-bottom: 50px;
    background: none;
}

.certificate .cert-list li {
    width: 25%;
    float: left;
}

.certificate .cert-list li img {
    padding: 0 15px;
}

.certificate .cert-list .hd a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

.certificate .cert-list .hd .prev {
    left: 30px;
}

.certificate .cert-list .hd .next {
    right: 30px;
}

.honor {
    background: url(../images/honor-bg.jpg) no-repeat;
    background-size: cover;
}

.honor .pub-t {
    background: none;
}

.patent .bd ul {
    margin: 0 -15px;
}

.patent li {
    padding: 0 15px;
    margin-bottom: 20px;
}

.patent li .img {
    border: 1px solid #D6D6D6;
}

.patent li img {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.sell-line {
    background: #EDEDED;
}

.sell-line .pub-t {
    background: none;
    padding-top: 50px;
}

.sell-line .text-cont {
    width: 50%;
}

.sell-line .text-cont .com {
    padding-top: 35px;
    line-height: 35px;
    font-size: 16px;
}

.sell-line .china-img {
    width: 50%;
}

.sell-pos {
    position: relative;
    z-index: 5;
}

.sell-pos .title {
    padding: 150px 0 200px 0;
    background: url(../images/pos.jpg) no-repeat;
    background-size: cover;
    color: #FFF;
    font-size: 25px;
}

.sell-pos .pos-box {
    position: relative;
    background: #FFF;
}

.sell-pos .pos-box .box {
    position: relative;
    top: -75px;
    z-index: 10;
    padding: 25px;
    background: #FFF;
}

.sell-pos .pos-box .box .list {
    margin: 0 -15px;
}

.sell-pos .pos-box .box .list .item {
    width: 33.333%;
    padding: 15px;
    float: left;
}

.sell-pos .pos-box .box .list .item img {
    width: 100%;
}

.sell-pos .pos-box .box .list .item .pos {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
}

.sell-pos .pos-box .box .list .item p {
    color: #444;
    padding: 5px 0;
}

.overseas .title {
    text-align: left;
    background: url(../images/pos-bg.jpg) no-repeat;
    background-size: cover;
    padding: 170px 0 220px 0;
}
.overseas .title{
    font-size: 16px;
}
.overseas .title .pub-t {
    background: none;
    color: #FFF;
    padding-bottom: 15px;
    font-size: 25px;
}

.overseas .title .pub-t span {
    border-color: #FFF;
}

.overseas .title p {
    color: #FFF;
    padding-bottom: 15px;
    font-size: 16px !important;
}

.container-sell {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.div_cont .div1 {
    width: 100%;
    height: 518px;
}

.div_cont .div2 {
    background: url(../images/2_42.jpg) center top no-repeat;
    height: 449px;
}


.div_cont .div3 {
    background: url(../images/2_41.jpg) center top no-repeat;
    background-size:100% 100% ;
    height: 395px;
    position: relative;
    top: -65px;
    z-index: 100;
    box-shadow: 0px 0px 40px 1px rgba(102, 102, 102, 0.1);
}
.div_cont .div3 .title{
    font-size: 18px;
    color:#000;
    padding: 35px 0 15px 0;
}

.div_cont .div3 ul li {
    float: left;
    width: 25%;
    background: url(../images/2_47.jpg) center right no-repeat;
    text-align: center;
    padding-top: 15px;
}

.div_cont .div3 ul li .p1 {
    font-size: 50px;
}

.div_cont .div3 ul li .p2 {
    font-size: 14px;
    margin-top: 32px;
    font-weight: bold;
}

.div_cont .div3 ul li .p3 {
    height: 44px;
    font-size: 20px;
    margin-top: 30px;
    color: #808080;
}

.div_cont .div3 ul li .p3a {
    font-size: 14px;
}

.div_cont .div3 ul li .p4 {
    height: 44px;
    font-size: 16px;
    margin-top: 30px;
    color: #4c4c4c;
}

.div_cont .div3 ul .li {
    background: none;
}

.a_txt1 {
    position: fixed;
    width: 0%;
    height: 0%;
    overflow: hidden;
    z-index: 10001;
    left: 0px;
    top: 0px;
}

.a_txt1.act {
    width: 100%;
    height: 100%;
}

.a_txt1 .div1 {
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.a_txt1 .div2 {
    position: absolute;
    width: 1200px;
    height: 639px;
    top: 50%;
    left: 50%;
    margin-top: -320px;
    margin-left: -600px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.a_txt1 .div2 .p1 {
    float: left;
    width: 1100px;
    height: 619px;
    padding: 10px;
    background: #fff;
}

.a_txt1 .div2 .p2 {
    float: right;
}

.a_txt1 .div2 .p2 img {
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    -o-transition: width 1s, height 1s, -o-transform 1s;
}

.a_txt1 .div2 .p2 img:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    /* 移动端的尺寸 */
    .div_cont .div2 {
        background: none;
        height: auto;
    }

    .div_cont .div3 {
        background: url(../images/2_41.jpg) center top repeat-y;
        height: auto;
        top: -0px;
    }

    .div_cont .div3 ul li {
        width: 100%;
        background: none;
        text-align: center;
        padding-top: 5%;
        border-bottom: 1px dashed #ccc;
        background: none;
    }

    .div_cont .div3 ul li .p2 {
        margin-top: 3%;
    }

    .div_cont .div3 ul li .p3 {
        margin-top: 3%;
    }

    .div_cont .div3 ul li .p4 {
        margin-top: 3%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    /* 移动端的尺寸 */
    .div_jobs {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .div_jobs .div1 {
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }

    .div_jobs .div1 .p1 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5%;
        margin-bottom: 3%;
    }

    .div_jobs .div1 .p2 {
        font-size: 14px;
        line-height: 26px;
    }

    .div_jobs .div2 {
        margin-top: 5%;
    }

    .div_jobs .div2 .lf {
        width: 100%;
    }

    .div_jobs .div2 .rg {
        position: relative;
        top: 0%;
        width: 90%;
        padding: 5%;
        right: 0%;
        margin-top: 0px;
    }

    .div_jobs .div2 .rg .p1 {
        font-size: 18px;
    }

    .div_jobs .div2 .rg .p2 {
        font-size: 16px;
    }

    .div_jobs .div2 .rg .p3, .div_jobs .div2 .rg .p4 {
        font-size: 14px;
        margin-top: 1.5%;
    }

    .div_jobs1 {
        padding-bottom: 5%;
    }

    .div_jobs1 .div2 .p1 {
        width: 70%;
        margin-right: 0%;
    }

    .div_jobs1 .div2 .p2 {
        width: 30%;
        margin-right: 0%;
    }

    .div_jobs1 .div2 .p3 {
        display: none;
    }

    .div_jobs1 .div2 .p4 {
        display: none;
    }

    .div_jobs1 .div2 .p5 {
        display: none;
    }

    .div_jobs1 .div3 ul li .p1 .pp1 {
        width: 70%;
        margin-right: 0%;
    }

    .div_jobs1 .div3 ul li .p1 .pp2 {
        width: 30%;
        margin-right: 0%;
    }

    .div_jobs1 .div3 ul li .p1 .pp3 {
        display: none;
    }

    .div_jobs1 .div3 ul li .p1 .pp4 {
        display: none;
    }

    .div_jobs1 .div3 ul li .p1 .pp5 {
        display: none;
    }
}

.child-news {
    margin-top: 50px;
    background: #f3f3f3;
    padding: 85px 0 100px 0;
}

.child-news .pub-t {
    background: none;
}

.child-news .news-bts {
    font-size: 0;
    text-align: center;
}

.child-news .news-bts a {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #E9E9E9;
    color: #666;
    font-size: 16px;
    background: #FFF;
    margin: 0 8px;
}

.child-news .news-bts a:hover, .child-news .news-bts a.act {
    background: #E61818;
    color: #FFF;
    border: 1px solid #E61818;
}

.child-news .child-news-list {
    margin: 0 -10px;
    overflow: hidden;
    position: relative;
    height: 100%;
    padding-top: 50px;
}

.child-news .child-news-list .item {
    width: 33.333%;
    padding: 0 10px;
    float: left;
}

.child-news .child-news-list .item .content {
    padding: 0 30px;
}

.child-news .child-news-list .item .content .time {
    padding-bottom: 25px;
}

.child-news .child-news-list .item .content .time span {
    display: inline-block;
    padding: 5px 8px;
    font-size: 18px;
    font-family: 'impact';
    background: #E61818;
    color: #FFF;
}

.child-news .child-news-list .item .content .title {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.child-news .child-news-list .item .content .title:hover {
    color: #E61818;
}

.child-news .child-news-list .item .content .com {
    font-size: 14px;
    color: #777;
    margin-top: 15px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.child-news .child-news-list .item .content .learnMore {
    padding-top: 15px;
    color: #999;
    /*transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;*/
}

.child-news .child-news-list .item .content .learnMore i {
    position: relative;
    display: inline-block;
    font-size: 12px;
    left: 3px;
    transition: left 0.5s linear;
    -webkit-transition: left 0.5s linear;
    -o-transition: left 0.5s linear;
    -ms-transition: left 0.5s linear;
}

.child-news .child-news-list .item .content .learnMore:hover {
    color: #E61818;
}

.child-news .child-news-list .item .content .learnMore:hover i {
    left: 10px;
}

.device-box {
    padding: 80px 0 100px 0;
}

.device-box .com {
    color: #666;
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
}

.device-box .com p {
    line-height: 30px;
}

.device-box .list {
    margin: 0 -22px;
}

.device-box .list .item {
    padding: 25px 22px 25px 22px;
    width: 33.333%;
    float: left;
}

.device-box .list .item .name {
    padding-top: 20px;
    font-size: 16px;
}

.device-box .list .line {
    width: 100%;
    height: 1px;
    background: #D6D6D6;
}

/*# sourceMappingURL=index.css.map */
