﻿@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jiantou:before {
    content: "\e64e";
}

.icon-arrow-right:before {
    content: "\e502";
}

.icon-jiantou1:before {
    content: "\e625";
}

.icon-sousuo:before {
    content: "\e627";
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weibo:before {
    content: "\e616";
}

.icon-lingyingbiaozhun:before {
    content: "\e64a";
}

.icon-wx:before {
    content: "\e501";
}

.icon-arrDown:before {
    content: "\e506";
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_HelveticaNeueLTPro-LtIt';
    src: url('../fonts/helveticaneueltpro-ltit.eot');
    src: local('☺'), url('../fonts/helveticaneueltpro-ltit.woff') format('woff'), url('../fonts/helveticaneueltpro-ltit.ttf') format('truetype'), url('../fonts/helveticaneueltpro-ltit.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Roboto-Light';
    src: url('../fonts/roboto-light.eot');
    src: local('☺'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Helvetica';
    src: url('../fonts/helvetica.eot');
    src: local('☺'), url('../fonts/helvetica.woff') format('woff'), url('../fonts/helvetica.ttf') format('truetype'), url('../fonts/helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Roboto-Light';
    src: url('../fonts/roboto-light.eot');
    src: local('☺'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #000;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255,255,255,0.08);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.haedera {
    background: #000;
}

.haedera .lg_a {
    display: none;
}

.haedera .lg_b {
    display: block;
}

.header.act {
    background: #101010;
    transition: all .3s ease-out 0s;
}

.hd_con {
    width: 1400px;
    margin: 0 auto;
    height: 90px;
}

.logo {
    width: 217px;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.logo img {
    width: 100%;
}

.lg_b {
    display: none;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.lg_b.act {
    display: block;
}

.lg_a.act {
    display: none;
}

.pc_nav {
    margin-left: 139px;
    margin-left: 73px;
}

.nav_item>a {
    display: block;
    padding: 0 0px;
    line-height: 90px;
    color: #ffffff;
    font-size: 18px;
    font-family: "微软雅黑",Arial;
    position: relative;
    width: 190px;
    text-align: center;
    letter-spacing: 1px;
}

.nav_item >a::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    background: #50e2d7;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    content: "";
    width: 0;
}

.nav_item.active a::after {
    width: 100%;
}

.nav_item.active a {
    color: #50e2d7;
}

.sousuo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.sousuo .icon-sousuo {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.fenge {
    width: 1px;
    height: 15px;
    background: #777777;
    display: inline-block;
    margin: 0 10px;
}

.sousuo span {
    cursor: pointer;
}

.sousuo span a {
    color: #ffffff;
    font-size: 18px;
    font-family: "Arial";
    cursor: pointer;
    font-weight: lighter;
}

.xiala {
    width: 100%;
    background: #151515;
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
}

.xiala_list {
    border-left: 1px solid rgba(242,242,242,0.05);
    padding: 26px 0 60px;
    height: 254px;
}

.xiala_list:last-child {
    border-right: 1px solid rgba(242,242,242,0.05);
}

.xiala_list .xiala_item a {
    display: block;
    color: #666666;
    font-size: 16px;
    font-family: "微软雅黑",Arial;
    padding: 13px 0px;
    text-align: center;
    width: 190px;
}

.xiala_con {
    width: 852px;
    margin: 0 auto;
    overflow: hidden;
    transform: translateX(82px);
}
/***手机下拉**/
.sj_xiala {
    position: absolute;
    top: 80px;
    width: 100%;
    background: #151515;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top center 0;
    -moz-transform-origin: top center 0;
    -ms-transform-origin: top center 0;
    transform-origin: top center 0;
    background-color: #4c4a4f;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: none;
}

.sj_xiala.act {
    position: absolute;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.yiji {
    background: rgba(21,21,21,0.8);
    padding: 10px 15px;
}

.yiji .yiji_li {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0,60,118,0.1);
}

.yiji .yuang {
    display: block;
    font-size: 16px;
    color: #003c76;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    font-family: hnlp-45,"微软雅黑",Arial;
}

.yiji .yiji_li i {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
}

.yiji .yiji_li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #003c76;
    font-family: "微软雅黑",Arial;
}

.yiji .erji {
    display: none;
    padding: 10px 15px;
}

.yiji .erji li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(102,102,102,0.1);
}

.yiji .erji li i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-style: normal;
}

.yiji .erji li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #003c76;
    font-family: "微软雅黑",Arial;
}

.yiji .erji .sanji {
    display: none;
    padding: 10px 15px;
}

.sanji li {
    line-height: 30px;
    color: #003c76;
    border-bottom: 1px solid rgba(0,60,118,0.1);
    font-size: 12px;
}

.xl_imgb {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 88;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.xl_imgb img {
    width: 15px;
}

.xl_imgb .jian {
    display: none;
}

.erji_li .xl_imgb img {
    margin-top: 10px;
}
/**菜单按钮**/
.openmenu.act span {
    background: rgba(255,255,255,0);
}

.openmenu.act span::before {
    top: 0;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}

.openmenu span::before {
    top: 7px;
}

.openmenu.act span::after {
    top: 0;
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}

.openmenu span::after {
    top: -7px;
}

.nysolutions .solu_tit {
    text-align: center;
}

.nysolutions .solu_tit h3 {
    display: inline-block;
    position: relative;
}

.bsBox, #bsPanel div, #bsMorePanel div, #bshareF div {
    box-sizing: content-box;
}

.bsTop span {
    line-height: 24px !important;
}

.openmenu {
    display: none;
    position: relative;
    margin-left: 0px;
    width: 28px;
    height: 50px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    top: 50%;
    transform: translateY(-50%);
}

.openmenu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
}

.openmenu span::after, .openmenu span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #fff;
}
/********banner区域***********/
.banner {
    width: 100%;
    position: relative;
    z-index: 99;
}

.banner_item {
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner_item video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%,0);
    display: block;
}

.banner_item img {
    width: 100%;
}

.b_b {
    display: none;
}

.banner_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 10;
}

.banner_txt h2 {
    color: #ffffff;
    font-size: 60px;
    font-family: "Conv_Roboto-Light",Arial;
    font-weight: bold;
    word-spacing: 2px;
    letter-spacing: 5px;
    margin-bottom: 0px;
    line-height: 1.75em;
    /*	animation:rubberBand 1s;*/
}

.banner_txt p {
    color: #ffffff;
    font-size: 34px;
    font-family: "Conv_Roboto-Light","微软雅黑";
    line-height: 1.75em;
    letter-spacing: 2px;
    /*	animation:rubberBand 1s;*/
}

.scroll {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    cursor: pointer;
    animation: scroll1 2s linear infinite normal forwards;
}

@keyframes scroll1 {
    from {
        bottom: 5%;
    }

    to {
        bottom: 8%;
    }
}

.scroll img {
    width: 100%;
}
/*******************率先前装量产****************************/
.take {
    width: 100%;
    background: #101010;
    padding-bottom: 135px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.take_con {
    width: 1400px;
    margin: 0 auto;
}

.bt {
    width: 100%;
    text-align: center;
    padding-top: 85px;
}

.bt_news {
    padding-top: 95px;
}

.bt h3 {
    color: #ffffff;
    font-size: 36px;
    font-family: "Conv_Roboto-Light","微软雅黑";
    font-weight: lighter;
    letter-spacing: 2px;
}

.bt p {
    color: #666666;
    font-size: 18px;
    font-family: "Conv_Roboto-Light";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.take_list {
    margin: 120px -29px 0px;
}

.take_item {
    padding: 0 29px;
    width: 33.333333%;
}

.take_item:nth-child(1) {
    animation: fadeInUp 1s;
}

.take_item:nth-child(2) {
    animation: fadeInUp 2s;
}

.take_item:nth-child(3) {
    animation: fadeInUp 3s;
}

.itembox {
    width: 100%;
    height: 100%;
}

.itembox a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.boxtxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3ss ease-out 0s;
    z-index: 13;
    opacity: 1;
}

.boxtxt p {
    color: #ffffff;
    font-size: 20px;
    font-family: "微软雅黑";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.boxtxt2 {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    padding: 0 80px;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    z-index: 11;
    opacity: 0;
}

.boxtxt2 h3 {
    color: #ffffff;
    font-size: 24px;
    font-family: "微软雅黑";
    position: relative;
    margin-bottom: 33px;
}

.boxtxt2 h3::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 1px;
    background: #03e5d8;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}

.boxtxt2 p {
    color: #ffffff;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 1.75;
    letter-spacing: 1px;
    height: 62px;
    overflow: hidden;
}

.hengxian {
    position: absolute;
    opacity: 0;
    background: rgba(255,255,255,0.4);
    transition: all 1s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    z-index: 12;
}

.hengxian1 {
    top: 15px;
    width: 0;
    height: 1px;
    left: 15px;
}

.hengxian2 {
    bottom: 15px;
    left: 15px;
    width: 1px;
    height: 0;
}

.hengxian3 {
    width: 0;
    height: 1px;
    right: 15px;
    bottom: 15px;
}

.hengxian4 {
    top: 15px;
    right: 15px;
    width: 1px;
    height: 0;
}

.itembox a>img {
    position: relative;
    z-index: 0;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    width: 100%;
}
/******高性能嵌入式芯片******/
.high {
    width: 100%;
    position: relative;
    z-index: 99;
    padding-top: 30px;
    background: #000;
}

.high_list {
    background: #000;
}

.hp_b {
    display: none;
    width: 100%;
}

.hp_a {
    width: 100%;
}

.hg_bt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hg_bt p {
    color: #fff;
}

.hightxt_list {
    width: 412px;
    margin-bottom: 75px;
    cursor: pointer;
}

.hightxt_list:nth-child(1) {
    animation: fadeInUp 1s;
}

.hightxt_list:nth-child(2) {
    animation: fadeInUp 1.5s;
}

.hightxt_list:nth-child(3) {
    animation: fadeInUp 2s;
}

.hightxt_list:last-child {
    margin-bottom: 0;
}

.hightxt_list.active p {
    color: #54bebe;
}

.hightxt {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 130px;
}

.httxt p {
    color: #ffffff;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 36px;
}

.htpic {
    /*width:34px;*/
    position: relative;
    height: 76px;
}
/*.hightxt_list:nth-child(2) .htpic{
	padding-top:24px;
}
.hightxt_list:nth-child(2) .htp_b{
	top:24px;
}*/
.htpic::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -35px;
    width: 75px;
    height: 1px;
    background: #434343;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.hightxt_list.active .htpic::after {
    width: 142px;
    background: #54bebe;
}

.htp_b {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hightxt_list.active .htp_b {
    opacity: 1;
}

.hightxt_list.active .htp_a {
    opacity: 0;
}
/*.htpic img{
	width:100%;
}*/
.httxt {
    width: calc(100% - 89px);
}
/********新闻开始***********/
.news {
    width: 100%;
    position: relative;
    z-index: 99;
    background: #1c1c1c;
    transition: all .7s ease-out 0s;
    -webkit-transition: all .7s ease-out 0s;
    -moz-transition: all .7s ease-out 0s;
    -o-transition: all .7s ease-out 0s;
    -ms-transition: all .7s ease-out 0s;
}

.e1news {
    z-index: 96;
}

.newsbox {
    margin-top: 95px;
    width: 100%;
}

.news_list {
    margin: 0 auto;
}

.nw_time {
    width: 150px;
    transform: translateY(68%);
}

.nw_time span {
    color: #b2b2b2;
    font-size: 36px;
    font-family: "Ebrima";
    text-transform: capitalize;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.nw_time i {
    color: #b2b2b2;
    font-size: 18px;
    font-family: "Arial";
    font-style: normal;
    margin-left: 10px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.nw_txt {
    width: calc(100% - 220px);
    position: relative;
}

.changjiana {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
}

.nw_txt h3 {
    color: #b2b2b2;
    font-size: 20px;
    font-family: "微软雅黑";
    margin-bottom: 22px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    line-height: 1.5;
    letter-spacing: 1px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nw_txt p {
    color: #6b6b6b;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 24px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.nw_jiantou {
    width: 50px;
    transform: translateY(50%);
    margin-top: 32px;
}

.nw_txta {
    width: calc(100% - 173px);
}

.icon-jiantou {
    font-size: 50px;
    color: #7b7b7b;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.news_item {
    padding: 50px 0;
    border-bottom: 1px dashed rgba(220,220,220,0.1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    width: 1400px;
    margin: 0 auto;
}

.nitbox:nth-child(1) .news_item {
    border-top: 1px dashed rgba(220,220,220,0.1);
}

.news_itema {
    width: 100%;
}

.news_list .news_itema {
    border-bottom: 0.5px solid rgba(220,220,220,0);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    position: relative;
    cursor: pointer;
}

.news_list .news_itema::after {
    position: absolute;
    content: "";
    width: 2%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(220,220,220,0.6);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    opacity: 0;
}
/*.news_list .news_itema:hover{
	border-bottom:0.5px solid rgba(220,220,220,0.6);
}*/
.nitbox {
    animation: fadeInUp 2s;
}

.newsc {
    width: 1400px;
    margin: 0 auto;
}

.more {
    width: 178px;
    margin: 67px 0 108px;
    position: relative;
}

.more a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
}

.more span {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-family: "Arial";
    transform: translateY(-2px);
    letter-spacing: 1px;
}

.footer {
    width: 100%;
    background: url(../images/ftbg.jpg) no-repeat top;
    background-size: cover;
    display: block;
}

.ft_con {
    width: 1400px;
    margin: 0 auto;
    padding-top: 70px;
}

.ft_item h2 {
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-bottom: 52px;
    position: relative;
}

.ft_item h2::after {
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    background: rgba(255,255,255,0.16);
    left: 0;
    bottom: -28px;
}

.ft_item {
    margin-right: 120px;
}

.ft_item p {
    margin-bottom: 20px;
    color: #999999;
    font-size: 16px;
    font-family: "微软雅黑";
}

.ft_item p a {
    color: #999999;
    font-size: 16px;
    font-family: "微软雅黑";
}

.erweima {
    width: 169px;
}

.erweima img {
    width: 169px;
}

.ft_cona {
    width: 1400px;
    margin: 30px auto 0;
    border-top: 1px solid rgba(255,255,255,0.16);
}

.ft_cona p {
    display: inline-block;
}

.ft_cona .cazza {
    display: inline-block;
    margin-left: 10px;
}

.ft_cona p {
    padding: 40px 0 0px;
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑";
}

.ft_cona p a {
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-left: 10px;
    display: inline-block;
}

.jian2 {
    position: relative;
    right: 0px;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
}

.jian1 {
    position: absolute;
    left: -300px;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    z-index: 20;
    opacity: 0;
    color: #fff;
}

.footer2 {
    display: none;
    padding-top: 5px;
    background: url(../images/ftbg.jpg) no-repeat top;
    background-size: cover;
}

.footer2 h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
    position: relative;
}

.footer2 h4 span {
    font-style: normal;
}

.footer2 h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.16);
}

.footer2 .ul2 {
    display: none;
    position: relative;
    padding-top: 20px;
    padding-bottom: 25px;
}

.footer2 .ul2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.16);
}

.footer2 .ul2 li a {
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    display: block;
}

.footer2 .ul2 li {
    color: #999999;
    font-size: 14px;
    line-height: 34px;
    display: block;
}

.footer2 h4 img {
    width: 14px;
    float: right;
    margin-top: 16px;
    cursor: pointer;
}

.footer2 h4.active img.img_s {
    display: none;
}

.footer2 h4.active img.img_d {
    display: block;
}

.footer2 .di {
    border: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.footer2 .di h5 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.footer2 .di .faredi {
    margin-top: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.footer2 .di .faredi img {
    width: 100px;
}

.p1 {
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
}

.p1 a {
    color: #666666;
    font-family: "微软雅黑";
    font-size: 14px;
}

.p1 span {
    color: #666666;
    font-family: "微软雅黑";
    font-size: 14px;
}

.cnzz {
    display: inline-block;
    margin-left: 10px;
}

.inter {
    width: 100%;
    background: url(../images/interbg.jpg) no-repeat top;
    background-size: cover;
    position: relative;
    z-index: 99;
}

.intbt p {
    color: #fff;
}

.ibleft {
    width: 50%;
    animation: fadeInUp 1s;
}

.interbox {
    width: 1400px;
    margin: 130px auto 40px  auto;
    margin: 100px auto 100px  auto;
}

.ibleft {
    height: 560px;
}

.ibleft_item {
    position: relative;
}

.ibleft_item>img {
    width: 100%;
}

.che {
    position: absolute;
    left: 0;
    bottom: 60px;
    opacity: 0;
    display: block;
}

.ibleft.slick-active .che {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.3s;
    opacity: 1;
}

.if_bt {
    padding: 26px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 594px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    overflow: hidden;
}

.if_bt p {
    color: #ffffff;
    font-size: 24px;
    font-family: "微软雅黑";
    line-height: 1.75em;
    font-weight: lighter;
    letter-spacing: 1px;
}

.lengjiao1 {
    position: absolute;
    top: 0;
    left: 0;
}

.lengjiao2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.che2 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.ibleft_item.slick-current .che {
    -webkit-animation: bounceInRight 1s ease both;
    animation: bounceInRight 1s ease both;
    animation-delay: 0.3s;
    opacity: 1;
}

.ibleft_item.slick-current .che2 {
    -webkit-animation: zoomInLeft 1s ease both;
    animation: zoomInLeft 1s ease both;
    animation-delay: 0.3s;
    opacity: 1;
}

.ibleft_item.slick-current .che3 {
    -webkit-animation: zoomInRight 1s ease both;
    animation: zoomInRight 1s ease both;
    animation-delay: 0.3s;
    opacity: 1;
}

.ibleft_item.slick-current .ppa {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.3s;
    opacity: 1;
}

.ibleft_item.slick-current .ppb {
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
    animation-delay: 0.3s;
    opacity: 1;
}

.ibleft_item.slick-current .ppc {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.3s;
    opacity: 1;
}

.che3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.inright {
    width: 50%;
    animation: fadeInUp 2s;
}

.inright2 {
    width: 50%;
    height: 280px;
    animation: fadeInUp 2s;
    /*visibility:visible!important; */
}

.inright2.slick-slider {
    visibility: visible!important;
}

.inright_item {
    width: 100%;
    height: 280px;
    background: rgba(19,72,99,0.5);
    position: relative;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    cursor: pointer;
}

.asekuai {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #51e2d5;
    top: 57px;
    left: 50px;
}

.asekuai::after {
    width: 10px;
    height: 10px;
    background: #1e84aa;
    position: absolute;
    content: "";
    top: -11px;
    right: -11px;
}

.inright_item p {
    position: absolute;
    bottom: 47px;
    right: 33px;
    color: #ffffff;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: lighter;
    padding-left: 15px;
    line-height: 1.75em;
    letter-spacing: 1px;
}

.iitem2 {
    background: rgba(10,42,60,0.5);
}

.iitema {
    background: rgba(7,20,48,0.5);
}

.iitemb {
    background: rgba(7,20,48,0.5);
}

.iitemc {
    background: rgba(11,33,57,0.5);
}

.ibleft .slick-prev, .ibleft .slick-next {
    background: red;
    z-index: 100;
    width: 50px;
    height: 50px;
    width: 48px;
    height: 9px;
    top: 49%;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.ibleft .slick-next {
    background: url(../images/jiantour.png) no-repeat left;
    background-size: 100%;
    right: 40%;
}
/*.ibleft .slick-next:hover{
	right:38%;
}
.ibleft .slick-prev:hover{
	left:38%;
}*/
.ibleft .slick-prev {
    background: url(../images/jiantoua.png) no-repeat left;
    background-size: 100%;
    left: 40%;
}

.ibleft .slick-prev::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -23px;
}

.iitem3 {
    background: rgba(9,39,55,0.7);
}

.difix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.waibig {
    margin-bottom: 450px;
}
/***搜索***/
.search {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 302;
    /*padding:30px 15px 0; */
    /* background-color: rgba(24,23,35,.98);*/
    /*    -webkit-transition: all .5s ease 0s;

        -moz-transition: all .5s ease 0s;

        -ms-transition: all .5s ease 0s;

        -o-transition: all .5s ease 0s;

        transition: all .5s ease 0s;*/
    display: none;
    background-color: rgba(255,255,255,0.7);
    box-shadow: -1px 2px 16px #8c8c8c;
}

.search .pcbb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /*height: 100%;*/
    height: 80px;
}

.pcs_close {
    position: absolute;
    top: 2px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 16px;
    display: none;
    z-index: 50;
}

.pcs_close img {
    width: 100%;
}

.search .pcs_close:hover {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.search .pcs_close img {
    width: 26px;
}

.search .pcsearch {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.search .pcsearch .pstitle {
    /*margin-bottom: 35px;*/
    display: none;
}

.search .pcsearch .pstitle img {
    width: 210px;
}

.search .pcsearch h5 {
    /*    margin-bottom: 90px;*/
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    /* font-family: 'Century Gothic'; */
    font-family: 'å¾®è½¯é›…é»‘';
    display: none;
}

.search .pcsearch .sebox {
    width: 850px;
    max-width: 100%;
}

.search .pcsearch .sebox input {
    float: left;
    width: calc(100% - 96px);
    height: 80px;
    padding-left: 30px;
    margin-right: 17px;
    color: #fff;
    font-size: 18px;
}

.search .pcsearch .sebox span {
    display: inline-block;
    width: 79px;
    height: 79px;
    /*background-color: #50e2d7;*/
    text-align: center;
    line-height: 79px;
    cursor: pointer;
}

.search .pcsearch .seword {
    text-align: center;
}

.search .pcsearch .seword ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
}

.search .pcsearch .seword ul li a {
    color: #e2e2e2;
}

.search .pcsearch .seword ul li a:hover {
    color: #ff4343;
}

.search .phsearch {
    display: none;
}

.search .phsearch input {
    width: 84%;
    height: 45px;
    padding-left: 20px;
    color: #515151;
    letter-spacing: 1px;
    background-color: #fff;
    border-radius: 8px;
}

.search .phsearch .seclose {
    position: absolute;
    top: 49px;
    right: 46px;
    color: #b9b9b9;
    cursor: pointer;
}

.search  .phsearch ul {
    padding-top: 15px;
}

.search  .phsearch ul li {
    padding: 12px 0;
}

.search  .phsearch ul li a {
    font-size: 16px;
    color: #ffffff;
    font-family: "Microsoft JhengHei";
}

.search  .phsearch .searching {
    margin: 20px 0;
}

.search  .phsearch .searching button {
    width: 118px;
    height: 48px;
    font-family: "Microsoft JhengHei";
    font-size: 18px;
    border-radius: 8px;
}

.search  .phsearch .searching a:nth-child(1) button {
    background-color: #ffffff;
    color: #464646;
    margin-right: 5px;
}

.search  .phsearch .searching a:nth-child(2) button {
    border: 1px solid #ffffff;
    color: #ffffff;
}
/**b1核心技术**/
.haedera {
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.b1b_b {
    display: none;
}

.b1ai {
    width: 100%;
    padding-top: 78px;
    overflow: hidden;
}

.b1bt {
    text-align: center;
}

.b1bt h2 {
    font-size: 36px;
    color: #333333;
    font-family: "Conv_Roboto-Light","微软雅黑";
    font-weight: lighter;
}

.b5body .b1bt h2 {
    font-weight: lighter;
}

.b5body .c3left .b1itemleft h2 {
    font-weight: bold;
}

.b5body .c3itemright h3 {
    font-weight: lighter;
    color: #333333;
    position: relative;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 1px;
}

.b5body .c3itemright p {
    padding-left: 27px;
    margin-bottom: 24px;
    position: relative;
    transition: all .3s ease-out 0s;
}

.boxbody {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 8px;
    background: #50e2d7;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease-out 0s;
}

.b5body .c3itemright p::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #50e2d7;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

.b5body .c3itemright p::after {
    content: "";
    width: 1px;
    height: 27px;
    background: #50e2d7;
    position: absolute;
    top: 27px;
    left: 8px;
}

.b5body .b1con {
    padding-bottom: 98px;
}

.lanxian {
    width: 1px;
    height: 27px;
    background: #50e2d7;
    transform: translate(9px,-1px);
}

.b1con {
    width: 1400px;
    margin: 0 auto;
    animation: fadeInUp 2s;
}

.b1itemleft {
    width: 389px;
}

.b1itemleft h2 {
    font-size: 36px;
    color: #333333;
    font-family: "微软雅黑";
}

.b1itemright {
    width: calc(100% - 389px);
    overflow: hidden;
}

.b1ai .c3left:nth-child(3) {
    margin-bottom: 80px;
}

.b1itemright h3 {
    font-size: 24px;
    color: #333333;
    font-family: "微软雅黑";
    margin-bottom: 66px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 1px;
}

.b1itemright h3::after {
    position: absolute;
    content: "";
    width: 185px;
    height: 1px;
    background: #50e2d7;
    left: 0;
    bottom: -18px;
}

.b1itemright p {
    font-size: 18px;
    color: #666666;
    font-family: "微软雅黑";
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: lighter;
}

.difixa {
    position: relative;
}

.b1item {
    padding: 76px 0 112px;
}

.b1conbox {
    overflow: hidden;
}

.b1conboxb {
    background: #f4f7fa;
}

.b1rmap {
    max-width: 100%;
    margin-top: 35px;
}

.dbox {
    width: 1400px;
    margin: 0 auto;
}

.demon {
    background: #d7d8de;
    padding: 80px 0 80px;
    overflow: hidden;
}

.demoitem {
    width: 33.333333%;
    padding: 0 30px;
}

.dtbox {
    position: relative;
    overflow: hidden;
}

.neirong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
}

.neirong h2 {
    font-size: 24px;
    font-family: "微软雅黑";
    color: #ffffff;
    margin-bottom: 45px;
    position: relative;
    line-height: 1.5;
}

.neirong h2::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 1px;
    background: #03e5d8;
    bottom: -14px;
}

.play {
    width: 50px;
    cursor: pointer;
}

.demolist {
    margin: 80px -30px 0;
    /*	overflow: hidden;*/
}

.demoitem:nth-child(1) {
    animation: fadeInUp 1s;
}

.demoitem:nth-child(2) {
    animation: fadeInUp 2s;
}

.demoitem:nth-child(3) {
    animation: fadeInUp 2.5s;
}

.dtbox>img {
    width: 100%;
    position: relative;
    z-index: 5;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.hengx {
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(255,255,255,0.4);
    transform: translateX(-50%);
    left: 50%;
    z-index: 11;
}

.hengxb {
    top: 15px;
}

.hengxc {
    bottom: 15px;
}

.hengxa {
    width: 1px;
    height: calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgba(255,255,255,0.4);
    z-index: 11;
}

.hengxab {
    left: 15px;
}

.hengxac {
    right: 15px;
}

.vlbox {
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 1;
}

.vlboxa {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
}

.vlcon {
    width: 1400px;
    margin: 0 auto;
}

.vlxiao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.vslam {
    padding-top: 75px;
}

.vllist {
    margin: 95px -5px 106px;
}

.vlitem {
    padding: 0 5px;
    width: 25%;
    position: relative;
}

.vlitem:nth-child(1) {
    animation: fadeInLeft 1.5s;
}

.vlitem:nth-child(2) {
    animation: fadeInLeft 1s;
}

.vlitem:nth-child(3) {
    animation: fadeInRight 1s;
}

.vlitem:nth-child(4) {
    animation: fadeInRight 1.5s;
}

.vlbox img {
    width: 100%;
}

.vltext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: 100;
    color: #f2f2f2;
    text-align: center;
    width: 147px;
}

.lantu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.minga {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.jiantoua {
    color: rgba(255,255,255,0.5);
    font-size: 46px;
}

.jian {
    /*transform: translateY(6px);*/
}

.hexin {
    width: 100%;
}

.hxbt {
    width: 1400px;
    margin: 0 auto 78px;
    text-align: center;
}

.hxbt h2 {
    color: #333333;
    font-size: 36px;
    font-family: "微软雅黑";
    padding: 78px 0 78px;
    font-weight: lighter;
}

.hxbt p {
    color: #333333;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
}

.hcsleft {
    width: 50%;
    position: relative;
    animation: fadeInUp 1.5s;
}

.hcsleft img {
    width: 100%;
}

.hcsright {
    width: 50%;
    background: #f4f7fa;
    position: relative;
    animation: fadeInUp 1.5s;
}

.hcshang {
    overflow: hidden;
}

.hcsright img {
    width: 100%;
}

.hcsrighttext {
    position: absolute;
    top: 118px;
    left: 60px;
    padding-right: 148px;
}

.hcsright h3 {
    font-size: 36px;
    color: #333;
    font-family: "微软雅黑";
    margin-bottom: 81px;
    font-weight: lighter;
    line-height: 1.5;
}

.hcsright span {
    font-size: 24px;
    color: #333333;
    font-family: "微软雅黑";
    line-height: 1.5;
    font-weight: lighter;
}

.hcsright p {
    font-size: 16px;
    color: #666666;
    font-family: "微软雅黑";
    line-height: 36px;
    padding-top: 31px;
    letter-spacing: 1px;
}

.hcsrighta .hcsrighttext {
    top: 110px;
    left: 255px;
    padding-right: 62px;
}

.playa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 64px!important;
}

.b3duo {
    width: 1400px;
    margin: 85px auto 0;
}

.b3duopic {
    width: 1294px;
    overflow: hidden;
}

.b3duopic img {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.b3duotxt {
    width: 1310px;
    background: #f4f7fa;
    padding: 50px 60px 70px;
    transform: translateY(-90px);
}

.b3duotxt p {
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
    line-height: 36px;
    letter-spacing: 1px;
}

.b3duoa {
    width: 1400px;
    margin: 110px auto 0;
}

.b2dal {
    width: 593px;
    overflow: hidden;
}

.b2dal img {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.b2dar {
    width: calc(100% - 593px);
    padding: 60px 64px 105px 75px;
    background: -webkit-linear-gradient(135deg, #0f86bf, #51dce2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(135deg, #0f86bf, #51dce2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(135deg, #0f86bf, #51dce2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(135deg, #0f86bf, #51dce2);
    /* 标准的语法 */
    transform: translateY(-118px);
}

.b2dar h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: "微软雅黑";
    margin-bottom: 55px;
    position: relative;
}

.b2dar .wenx1 {
    margin-top: 29px;
}

.b2dar h3::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -21px;
}

.b2dar p {
    font-size: 16px;
    color: #ffffff;
    font-family: "微软雅黑";
    line-height: 30px;
    letter-spacing: 1px;
}

.b3duo {
    animation: fadeInUp 1.5s;
}

.b3duob {
    margin-top: 200px;
}

.b3dbox {
    width: 100%;
    padding-bottom: 170px;
}

.b4shencon {
    width: 1400px;
    margin: 80px auto 0;
    animation: fadeInUp 1s;
}

.b4shencon img {
    max-width: 100%;
}

.b4shencon p {
    font-size: 18px;
    color: #666666;
    font-family: "微软雅黑";
    line-height: 36px;
    letter-spacing: 1px;
}

.b4shencon span {
    font-size: 18px;
    color: #666666;
    font-family: "微软雅黑";
    display: block;
    text-align: center;
}

.b4shenxia {
    width: 100%;
    margin-top: 100px;
}

.b4sxl {
    width: 50%;
    animation: fadeInLeft 1.5s;
}

.b4sxl img {
    width: 100%;
}

.b4sxr {
    width: 50%;
    position: relative;
    animation: fadeInRight 1.5s;
}

.b4sxr img {
    width: 100%;
}

.b4sxrbox {
    position: absolute;
    top: 93px;
    left: 64px;
}

.b4sxr h4 {
    font-size: 22px;
    color: #333333;
    font-family: "微软雅黑";
    margin-bottom: 45px;
    line-height: 1.5;
}

.b4sxr p {
    font-size: 16px;
    color: #666666;
    font-family: "微软雅黑";
    line-height: 34px;
    padding-left: 5px;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.b4sxr p::before {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #50e2d7;
}

.motocase {
    width: 100%;
    background: #f4f7fa;
    overflow: hidden;
}

.mccon {
    width: 1400px;
    margin: 0 auto;
    padding-top: 77px;
}

.lvicont {
    width: 50px;
}

.mcbl {
    width: 33.333333%;
}

.mcbl:nth-child(1) {
    animation: fadeInUp 1s;
    padding-right: 76px;
}

.mcbl:nth-child(2) {
    animation: fadeInUp 1.5s;
}

.mcbl:nth-child(3) {
    animation: fadeInUp 2s;
    padding-left: 66px;
}

.mcbls {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.mcbls span {
    font-size: 20px;
    color: #333333;
    font-family: "微软雅黑";
    line-height: 1.75;
    font-weight: lighter;
    margin-left: 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    animation: fadeInUp 1s;
}

.mcbtxt p {
    font-size: 16px;
    color: #666666;
    font-family: "微软雅黑";
    line-height: 32px;
    font-weight: lighter;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mcconbox {
    margin-top: 120px;
}

.mcbbox {
    margin-bottom: 145px;
}

.mcbconbox {
    text-align: center;
}

.mcbconbox img {
    max-width: 100%;
}

.c1ai .b1itemright p {
    font-size: 16px;
    color: #666666;
    font-family: "微软雅黑";
    line-height: 1.75;
    font-weight: normal;
}

.c1ai .b1itemright p:nth-child(2) {
    margin: 38px 0;
}

.c1ai .b1itemleft h2 {
    font-size: 24px;
    color: #333333;
    font-family: "微软雅黑";
    position: relative;
}

.c1ai .b1itemleft h2::before {
    position: absolute;
    content: "";
    width: 184px;
    height: 1px;
    background: #50e2d7;
    bottom: -15px;
    left: 0;
}

.mocase {
    width: 100%;
    padding: 135px 0 65px;
    background: #f4f7fa;
}

.mocasecon {
    width: 1400px;
    margin: 0 auto;
}

.mocaseconitem {
    width: 33.333333%;
    position: relative;
    overflow: hidden;
}

.mcstxt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 100%;
}

.mcstxt h2 {
    margin-bottom: 127px;
    font-size: 20px;
    color: #ffffff;
    font-family: "微软雅黑";
    position: relative;
}

.mcstxt h2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #51e2d5;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mcstxt p {
    font-size: 14px;
    color: #ffffff;
    font-family: "微软雅黑";
    line-height: 2.3;
    /*position:absolute;
    bottom:-600px;*/
    display: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 100%;
    padding: 0 55px;
    margin-bottom: 62px;
}

.mcstxt i {
    /*position:absolute;
    bottom:-600px;	*/
    display: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.circular {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.circular::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #51e2d5;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.mocasecon .mocaseconitem:hover .mcstxt h2::after {
    position: absolute;
    content: "";
    width: 43px;
    height: 1px;
    background: #51e2d5;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}


.mocaselian {
    width: 433px;
    height: 72px;
    background: #50e2d7;
    margin: 80px auto 0;
}

.mocaselian a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 72px;
    position: relative;
    padding-left: 40px;
    overflow: hidden;
}

.c1l {
    position: absolute;
    top: 50%;
    transform: translateY(-43%);
    left: -300px;
    color: #c0dddb;
}

.c1r {
    position: absolute;
    top: 50%;
    transform: translateY(-43%);
    right: 35px;
    color: #c0dddb;
}

.mocaselian a:hover .c1l {
    left: 350px;
}

.mocaselian a:hover .c1r {
    right: -200px;
}

.mocaselian a:hover {
    background: #00457c;
}

.jiafu {
    width: 100%;
}

.jiafubt {
    padding: 80px 0 75px;
}

.jiafubox {
    width: 100%;
}

.jfleft {
    width: 50%;
    overflow: hidden;
}

.jfleft img {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.jfright {
    width: 50%;
    background: #f4f8fb;
    position: relative;
}

.jfright h2 {
    color: #333333;
    font-size: 24px;
    font-family: "微软雅黑";
    margin-bottom: 45px;
    position: absolute;
    top: 37%;
    left: 60px;
}

.c2body .jfright h2 {
    color: #333333;
    font-size: 24px;
    font-family: "微软雅黑";
    margin-bottom: 45px;
    position: absolute;
    top: 37%;
    left: 60px;
    font-weight: lighter!important;
}
/*.jrawen{
	width:700px;
	padding-left:60px;
	padding-top:37%;

}*/
.jfright img {
    width: 100%;
}

.jfright p {
    color: #666666;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 1.75;
    position: absolute;
    top: 51%;
    left: 60px;
    letter-spacing: 1px;
}

.jiafudaohang {
    width: 100%;
    border-bottom: 2px solid #50e2d7;
}

.jiafudaohangcon {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    height: 160px;
}

.jiafudaohangcon ul li {
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 64px;
    padding: 0 80px;
    background: #50e2d7;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.jiafudaohangcon ul li:nth-child(2) {
    left: 250px;
}

.jiafudaohangcon ul li.act {
    background: #2085a6;
    padding-top: 12px;
}

.syit {
    width: 1400px;
    position: relative;
    margin: 62px auto 0;
}

.syit img {
    max-width: 100%;
}

.syitxia {
    margin-top: 66px;
}

.shangyonga {
    position: absolute;
    top: 0;
    left: 0;
}

.syitxia {
    width: 100%;
}

.syitxialeft {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.syitxialeft img {
    width: 100%;
}

.cehng1 {
    position: absolute;
    top: 0;
    left: 0;
}

.syitxiaright {
    width: 50%;
    position: relative;
    background: #f4f8fb;
}

.syitxiaright img {
    width: 100%;
}

.gongneng {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 67px 0 0 0px;
}

.gongneng h3 {
    color: #333333;
    font-size: 24px;
    font-family: "微软雅黑";
    margin-bottom: 40px;
    padding-left: 127px;
}

.gongneng ul li a {
    color: #666666;
    font-size: 24px;
    font-family: "Conv_Roboto-Light";
    display: block;
}

.gongneng ul li {
    width: 33.333333%;
    margin-bottom: 40px;
}

.gyanshi {
    width: 100%;
}

.gyyscon {
    width: 1400px;
    margin: 0 auto;
}

.gyscnl {
    width: calc(100% - 934px);
    padding-top: 142px;
}

.gyscnr {
    width: 834px;
    border: 1px solid #eeeeee;
}

.gyscnl h3 {
    color: #333333;
    font-size: 24px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-bottom: 75px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gyscnl h3::after {
    position: absolute;
    content: "";
    width: 138px;
    height: 1px;
    background: #50e2d7;
    left: 0;
    bottom: -36px;
    text-transform: uppercase;
}

.gyscnl p {
    color: #666666;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: lighter;
    line-height: 1.75;
    letter-spacing: 1px;
}

.gyscn {
    margin-bottom: 130px;
    /*margin-bottom:210px;*/
}

.c3left .b1itemleft h2 {
    color: #333333;
    font-size: 24px;
    font-family: "微软雅黑";
    line-height: 1.5;
}

.c3left .b1itemleft {
    padding-right: 77px;
}

.c3itemright h3 {
    color: #333333;
    font-size: 18px;
    font-family: "微软雅黑";
    /*margin-bottom:18px;*/
    margin-bottom: -14px;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-top: 18px;
}

.c3itemright h3::after {
    display: none;
}

.c3itemright p {
    color: #666666;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: lighter;
    line-height: 1.75;
    position: relative;
    padding-left: 13px;
    letter-spacing: 1px;
}

.c3itemright p::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #50e2d7;
    /*top:50%;*/
    /*transform: translateY(-50%);*/
    top: 12px;
    left: 2px;
}

.c3pic2 {
    margin: 57px 0 0px;
    max-width: 100%;
}

.c3left .b1item {
    padding: 0;
}

.c3bta {
    /*margin-bottom:70px;*/
    margin-bottom: 0;
}

.c3pic3 {
    margin: 60px 0 113px;
    max-width: 100%;
}

.b1ai_con {
    width: 1400px;
    margin: 0 auto;
}

.c3btatext {
    text-align: center;
    margin-bottom: 60px;
}

.c3btatext p {
    color: #666666;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 1.75;
    font-weight: lighter;
    letter-spacing: 1px;
}

.c3btatext p img {
    max-width: 100%;
}

.e1newsbt h3 {
    color: #333333;
    font-size: 36px;
}

.e1news {
    background: #fff;
}

.e1news:hover {
    background: #fff;
}

.e1news .nw_time span {
    font-size: 36px;
    color: #333333;
}

.e1news .nw_time i {
    font-size: 18px;
    color: #333333;
}

.e1news .nw_txt h3 {
    font-size: 20px;
    color: #333333;
}

.e1news .nw_txt p {
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
    height: 56px;
    overflow: hidden;
}

.e1news .news_list .news_itema {
    transition: all .3s ease-out 0s;
}

.c3itemright img {
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

@media screen and (min-width: 1200px) {
    .b5body .c3itemright p:hover .boxbody {
        opacity: 1;
    }

    .b5body .c3itemright p:hover {
        color: #50e2d7;
    }

    .c3itemright img:hover {
        transform: scale(1.1);
    }

    .b3duopic:hover img {
        transform: scale(1.1);
    }

    .b3duoa:hover .b2dal img {
        transform: scale(1.1);
    }

    .e1news .news_list .news_itema:hover {
        background: url("../images/newse1.jpg") no-repeat center;
        background-size: cover;
    }

    .e1news .news_item:hover span {
        color: #16a4a0;
    }

    .e1news .news_item:hover .timea {
        color: #16a4a0;
    }

    .e1news .news_item:hover h3 {
        color: #ffffff;
    }

    .e1news .news_item:hover p {
        color: #dcdcdc;
    }

    .mcbls span:hover {
        color: #50e2d7;
    }

    .mcbbox p:hover {
        color: #50e2d7;
    }

    .lb2 .timecontent p:hover {
        color: #16a4a0;
    }

    .itemright p:hover i::before {
        display: block;
    }

    .itemright p:hover i::after {
        display: block;
    }
}

/*********************分页符************************/
.page {
    text-align: center;
    padding: 80px 0 50px;
}

.page li {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    position: relative;
    border-radius: 50%;
    margin: 0 4px;
}

.page li img {
    margin-top: 0px;
}

.page li img:last-child {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.page li:hover img:last-child {
    display: block;
}

.page li.activepage {
    color: #075fa2;
    border: 1px solid #16a4a0;
    background: #16a4a0;
    color: #fff;
}

.page li:hover {
    background: #16a4a0;
    color: #fff;
}

.fenye_ph .fp_btn a {
    color: #50e2d5;
}

.fenye_ph .fp_btn {
    padding: 5px 10px;
    font-size: 14px;
    color: #075fa2;
    border: 1px solid #50e2d5;
}

.fenye_ph {
    display: none;
}

.newsxiang {
    width: 100%;
}

.nxcon {
    width: 1400px;
    margin: 0 auto;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.nxcon::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 60px;
    background: #50e2d7;
    left: -2px;
    top: 25%;
    transform: translateY(-50%);
}

.nxcon::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 60px;
    background: #50e2d7;
    right: -2px;
    top: 25%;
    transform: translateY(-50%);
}

.ncshang {
    width: 100%;
    padding: 75px 0 21px 135px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.ncshang h3 {
    color: #16a4a0;
    font-size: 30px;
    font-family: "微软雅黑";
    line-height: 1.5;
    height: 94px;
    overflow: hidden;
    padding-right: 181px;
}

.reture {
    position: absolute;
    top: 75px;
    right: 135px;
}

.nczhong {
    padding: 27px 0 27px 135px;
    border-bottom: 1px solid #dcdcdc;
}

.e2time {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑";
}

.e2address {
    display: inline-block;
    margin-left: 50px;
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑";
}

.ncxia {
    padding: 26px 130px 107px;
    position: relative;
}

.ncxia p {
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 1.75;
    letter-spacing: 1px;
}

.ncxia img {
    max-width: 100%;
}

.fenxiang {
    position: absolute;
    right: 17%;
    bottom: 45px;
    z-index: 99;
    width: 300px;
    height: 40px;
}

.fenicont {
    width: 200px;
    transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: absolute;
    z-index: -10;
}

.l-r-topb {
    position: relative;
    height: 100%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-right: 8px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.l-r-topb i {
    color: #fff;
    font-size: 19px;
}

.bshare_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bshare_box a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0 !important;
}

.bsPromo {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0 !important;
}

/*分享*/
.d2-f-fenx {
    display: inline-block;
}
/*图标分享*/
.bshare_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bshare_box a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0 !important;
}

.bsPromo {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.l-r-topb {
    position: relative;
    height: 100%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-right: 8px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.l-r-topb i {
    color: #fff;
    font-size: 38px;
}

.bsTop {
    width: 100%!important;
    padding-top: 5px;
}

.linkedin {
    color: #999999!important;
    font-size: 50px!important;
}

.weibo {
    color: #999999!important;
    font-size: 28px!important;
}

.wx {
    color: #999999!important;
    font-size: 34px!important;
    line-height: 50px;
}

.fenxianga {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 133px auto 12px;
}

.fenxianga .l-r-topb {
    width: 50px;
    height: 50px;
    border: 2px solid #999999;
    text-align: center;
    line-height: 50px;
    margin-right: 44px;
    position: relative;
}

.fenxianga .fenicont {
    width: 300px;
}

.contactcon {
    width: 1400px;
    margin: 70px auto 137px;
}

.ctrconleft {
    width: 837px;
}

.ctrconleft img {
    width: 100%;
}

.ctrconright {
    width: calc(100% - 955px);
}

.ctrona {
    padding: 30px 0;
    border-bottom: 1px solid #d2d2d2;
}

.ctrona h2 {
    color: #333333;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-bottom: 17px;
}

.ctrona:nth-child(1) {
    border-top: 1px solid #d2d2d2;
}

.ctrona.activea {
    border-top: 1px solid #4f789d;
    border-bottom: 1px solid #4f789d;
}

.ctrona.activea h2 {
    color: #4f789d;
}

.ctrona.activea p {
    /*color:#50e2d7;*/
    color: #4f789d;
}

.ctrona p {
    color: #333333;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 1.75;
}

.contact {
    margin-top: 78px;
}

.joinin {
    width: 100%;
    padding-top: 80px;
}

.joincon {
    width: 1400px;
    margin: 0 auto;
}

.jinitem {
    width: 300px;
    height: 68px;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
}

.jinitem:nth-child(2) {
    margin: 0 75px;
}

.jinitem::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 1px solid #03e5d8;
    top: 0;
    left: 0;
    border-left: 1px solid #03e5d8;
}

.jinitem::after.act {
    display: none;
}

.jinitem::before.act {
    display: none;
}

.jinitem.act {
    background: #50e2d5;
}

.jinitem.act a {
    color: #fff;
}

.jinitem::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-bottom: 1px solid #03e5d8;
    bottom: 0;
    right: 0;
    border-right: 1px solid #03e5d8;
}

.jinitem a {
    color: #333333;
    font-size: 24px;
    font-family: "微软雅黑";
    display: block;
    line-height: 68px;
    font-weight: lighter;
    position: relative;
}

.jinbt {
    width: 1058px;
    margin: 60px auto 50px;
    position: relative;
}

.xianleft {
    position: absolute;
    width: 58px;
    height: 1px;
    background: #d2d2d2;
    top: 50%;
    transform: translateY(-50%);
    left: -68px;
}

.xianright {
    position: absolute;
    width: 58px;
    height: 1px;
    background: #d2d2d2;
    top: 50%;
    transform: translateY(-50%);
    right: -68px;
}

.zhhiweici {
    width: 100%;
    height: 65px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 15px;
}

.zwei {
    width: 100%;
    height: 65px;
    padding: 0 149px 0 20px;
    font-family: '微软雅黑';
    font-size: 18px;
    color: #999;
}

.sousuoa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 124px;
    height: 45px;
    background: #50e2d5;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
}

.zhhiweici {
    width: 100%;
}

.zhhiweicia {
    border: none;
}

.zhilei {
    width: 690px;
    height: 65px;
    position: relative;
    line-height: 65px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}

.zhiadd {
    width: 690px;
    height: 65px;
    position: relative;
    line-height: 65px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}

.jiantou {
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
}

.jiantou img {
    width: 100%;
}

.xia {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.j_k1 h1 {
    color: #193d5c;
}

.j_k1 h2 {
    color: #dbdbdb;
}

.j_k1_box1 {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 70px;
}

.j_k1_box1 span {
    float: left;
    display: inline-block;
    width: 300px;
    height: 64px;
    color: #0078c4;
    font-size: 24px;
    line-height: 32px;
    padding: 16px 15px;
    background: #f0f0f0;
    text-align: center;
    margin-right: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.j_k1_box1 span.act {
    background: #0078c4;
    color: #fff;
}

.j_k1_box1 span:hover {
    background: #0078c4;
    color: #fff;
}

.j_k1c2_job {
    margin-bottom: 22px;
}

.j_k1job_span {
    position: relative;
    height: auto;
    padding: 11px 11px;
    border-left: 1px solid #50e2d5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.j_k1job_span .name {
    display: inline-block;
    width: 33.333333%;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    font-family: "微软雅黑";
}

.j_k1job_span .dizhi {
    display: inline-block;
    width: 24.667%;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: left;
}

.j_k1job_span .peo {
    display: inline-block;
    width: calc(100% - 52.75% - 20.667% - 70px);
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: left;
}

.j_k1job_span .xial {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 27px;
    height: 100%;
    line-height: 64px;
    background: #50e2d5;
    text-align: center;
}

.j_k1job_span .xial img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
}

.j_k1job_span .xial .jian {
    display: none;
}

.j_k1job_span .xial .jia {
    display: inline-block;
}

.j_k1job_span .xial.act .jia {
    /*display: none;*/
}
/*.j_k1job_span .xial.act .jian{
    display: inline-block;
}*/
.j_k1job_text {
    display: none;
    padding: 33px 34px 26px;
}

.j_k1job_text .textb {
    margin-bottom: 32px;
}

.j_k1job_text .textb h1 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: "微软雅黑";
    font-weight: lighter;
    margin-bottom: 30px;
}

.j_k1job_text .textb p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-family: "微软雅黑";
    font-weight: lighter;
}

.j_k1job_text .more {
    display: inline-block;
    width: 190px;
    height: 51px;
    border: 1px solid #0078c4;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #0078c4;
    padding: 9px 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-family: "微软雅黑";
    font-weight: lighter;
    margin: 22px 0 8px;
}

.j_k1job_text .more {
    color: #fff;
    background: #50e2d5;
    border: 1px solid #50e2d5;
}

.j_k1 .pc_fenye {
    margin-top: 48px;
    margin-bottom: 70px;
}

.j_k1_con2 {
    width: 1400px;
    padding: 0;
    margin-top: 40px;
}

.saoma {
    display: inline-block;
    position: relative;
    transform: translateY(-4px);
    margin-left: 40px;
    cursor: pointer;
}

.saoyisao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    font-family: "微软雅黑";
    font-weight: lighter;
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.erweimaa {
    display: inline-block;
    bottom: 20px;
    transform: translate(-50%,-50%);
    left: 50%;
    position: absolute;
    width: 116px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 6px;
    background: rgba(255,255,255,0.5);
}

.zhiweixiala {
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    padding-left: 20px;
    background: #fff;
    z-index: 100;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 1px;
    display: none;
    border-bottom: 1px solid #e5e5e5;
}

.zhiweiitem a {
    padding: 20px 0;
    display: block;
    color: #999999;
    font-size: 18px;
    font-family: "微软雅黑";
    /*border-bottom:1px solid #e5e5e5;*/
}

.zhiweixialaa {
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    padding-left: 20px;
    background: #fff;
    z-index: 100;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 1px;
    display: none;
    border-bottom: 1px solid #e5e5e5;
}

.zhiweiitema a {
    padding: 20px 0;
    display: block;
    color: #999999;
    font-size: 18px;
    font-family: "微软雅黑";
    /*border-bottom:1px solid #e5e5e5;*/
}

.shang {
    opacity: 0;
}

.xia {
    opacity: 1;
}
/*.zhilei.act .xia{
	opacity: 0;
}
.zhilei.act .shang{
	opacity: 1;
}
.zhiadd.act .xia{
	opacity: 0;
}
.zhiadd.act .shang{
	opacity: 1;
}*/
.abtcon {
    width: 1200px;
    margin: 53px auto 0;
}

.about {
    background: #f4f7fa;
    padding-bottom: 66px;
}

.abtcon p {
    color: #333333;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 32px;
    font-weight: lighter;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.abtcon p:last-child {
    margin-bottom: 0;
}
/*大事记*/
.lb2 {
    padding-top: 78px;
}

.lb2 .timeline {
    height: 30px;
    margin-top: 84px;
    background: url(../images/timescroll.png) no-repeat bottom center;
}

.lb2 .time {
    font-size: 18px;
    width: 100%;
    color: #666;
    font-family: "Conv_Helvetica";
    font-weight: italic;
}

.lb2 .time .item {
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #666;
    font-family: "Conv_Helvetica";
    font-style: italic;
    font-size: 18px;
    font-weight: lighter;
    cursor: pointer;
}

.lb2 .time .item::after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 11px;
    height: 9px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    background: url(../images/delta.png) no-repeat center;
}
/*.lb2 .time .item.slick-current
{
    color: #50e2d7;
    font-family: "Conv_Helvetica";
    font-weight: lighter;
}*/
.lb2 .time .slick-list {
    padding-bottom: 25px !important;
}

.lb2 .time .item.slick-current::after {
    opacity: 1;
}

.lb2 .lcon2 {
    margin-top: 45px;
    width: 1400px;
}

.lb2 .timecontent p {
    color: #333333;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 3;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /*   height:48px;
       overflow: hidden;*/
    margin-bottom: 10px;
}

.lb2 .slick-prev {
    top: 78px;
    left: 213px;
}

.lb2 .slick-next {
    top: 78px;
    right: 213px;
}

.lb2 .slick-prev,
.lb2 .slick-next {
    z-index: 10;
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background: #d7d8de;
}

.lb2 .slick-prev {
    left: 211px;
    background: url(../images/jiantoum.png) no-repeat center #d7d8de;
}
/*.lb2 .slick-prev:hover
{
    background-image: url(../images/la.png);
    background-size: 32px 32px;
}*/
.lb2 .slick-next {
    right: 211px;
    background: url(../images/jiantoutt.png) no-repeat center #d7d8de;
}
/*.lb2 .slick-next:hover
{
    background-image: url(../images/ra.png);
    background-size: 32px 32px;
}*/
.lb2 .hisbg {
    height: 300px;
    margin-top: 73px;
    background: url(../images/hisbg.jpg) no-repeat center;
}

.lcon2 .col-xs-12 {
    margin-top: 70px;
    width: 1400px;
}

.itemleft {
    width: 587px;
    position: relative;
}

.itemleft img {
    width: 100%;
}

.itemright {
    width: calc(100% - 587px);
    padding-left: 111px;
    padding-top: 10px;
}

.itemright h2 {
    color: #666666;
    font-size: 48px;
    font-family: "Helvetica";
    margin-bottom: 35px;
    font-style: italic;
}

.itemright p i {
    color: #16a4a0;
    font-size: 22px;
    /*font-family:"Conv_Helvetica";*/
    /*margin-right:19px;*/
    position: relative;
    display: block;
    width: 72px;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: bold;
    line-height: 1.5
}

.itemright p span {
    display: block;
    /*	width:calc(100% - 107px);*/
    width: calc(100% - 100px);
    line-height: 1.5;
    font-size: 16px;
    font-family: "微软雅黑";
    padding-left: 10px;
}

.lcon1a {
    margin-top: 18px;
    width: 1823px;
}

.abttouming {
    display: none;
}
/*.itemright p:nth-child(3)::before{
	position:absolute;
	width:88px;
	height:1px;
	background:#58e3d8;
	content: "";
	top:50%;
	transform: translateY(-50%);
	left:-109px;
}
.itemright p:nth-child(3)::after{
	position:absolute;
	width:8px;
	height:8px;
	background:#58e3d8;
	content: "";
	top:50%;
	transform: translateY(-50%);
	left:-29px;
	border-radius:50%;
}*/
.itemright p.act i::before {
    position: absolute;
    width: 88px;
    height: 1px;
    background: #58e3d8;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -109px;
}

.itemright p.act i::after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #58e3d8;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -29px;
    border-radius: 50%;
}

.lb2ab {
    padding-top: 0;
}

.fazhanlicheng {
    padding-top: 90px;
    padding-bottom: 68px;
    background: #fff;
}

.cteam {
    width: 100%;
    padding-bottom: 100px;
}

.teamshang {
    width: 1400px;
    margin: 0 auto 0;
}

.yuakj {
    height: 140px;
    width: 100%;
}

.tshitemaa {
    height: 235px;
    background: #fff;
    position: relative;
    width: 100%;
    padding: 0 113px 0 50px;
}

.tiapic {
    width: 303px;
    transform: translateY(-135px);
}

.tiapic img {
    width: 100%;
}

.tiatxt {
    width: calc(100% - 323px);
    padding-left: 20px;
    transform: translateY(-135px);
}

.tiatxt h3 {
    color: #333333;
    font-size: 24px;
    font-family: "微软雅黑";
    margin-bottom: 100px;
    padding-top: 85px;
    font-weight: lighter;
}

.tiatxt p {
    color: #666666;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 1.75;
}

.teamshang .slick-prev, .teamshang .slick-next {
    display: none!important;
}

.cteambt {
    padding: 84px 0 92px;
    text-align: center;
}

.remlist {
    width: 1400px;
    margin: 0 auto;
}

.remitem {
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.remitem h2 {
    color: #333333;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: lighter;
}

.remitem p {
    color: #333333;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: lighter;
}

.rempic {
    width: 138px;
    margin: 0 auto;
}

.rempic img {
    width: 100%;
}

.remitem h2 {
    color: #333333;
    font-size: 18px;
    font-family: "微软雅黑";
    margin: 30px 0 15px;
}

.were {
    width: 100%;
    background: url(../images/youxiu.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 70px;
}

.werecon {
    width: 1400px;
    margin: 0 auto;
}

.werecon h2 {
    color: #ffffff;
    font-size: 36px;
    font-family: "思源黑体";
    font-weight: lighter;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.werecon h3 {
    color: #ffffff;
    font-size: 48px;
    font-family: "思源黑体";
    font-weight: lighter;
    margin-bottom: 53px;
    line-height: 1.5;
    padding-left: 70px;
    letter-spacing: 3px;
}

.werecon h3 i {
    font-size: 24px;
    margin-left: 30px;
    letter-spacing: 1px;
    font-family: 'Conv_HelveticaNeueLTPro-LtIt';
}

.werecon >i {
    color: #ffffff;
    font-size: 24px;
    font-family: "思源黑体";
    margin-left: 30px;
}

.werecon a {
    display: block;
    width: 200px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    line-height: 50px;
    padding-left: 32px;
    color: #ffffff;
    font-size: 18px;
    font-family: "微软雅黑";
    position: relative;
    overflow: hidden;
    font-weight: lighter;
}

.lianjian {
    font-size: 42px!important;
    color: #b6c0cb;
    position: absolute;
    top: 50%;
    transform: translateY(-42%);
    right: 30px;
}

.wj_pb_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.wj_pb_b_cont {
    width: 1400px;
    margin: 0 auto;
    height: 100%;
    line-height: 50px;
}

.wj_pb_bc_list {
    float: left;
    padding: 17px 30px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 50px;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.wj_pb_bc_list:nth-child(1) {
    padding-left: 0;
    padding-top: 0;
}

.wj_pb_bc_list img {
    display: inline-block;
    width: 13px;
}

.wj_pb_bc_list p {
    color: #ffffff;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: lighter;
    float: left;
}

.wj_pb_bc_list i {
    float: right;
    font-size: 18px;
    color: #ffffff;
    margin-left: 20px;
    line-height: 15px;
}

.dns_navs_ul {
    width: 100%;
    position: absolute;
    top: 49px;
    /*background: linear-gradient(to right,#234e95,#46a9d6 ); */
    /*background: #47acd8;*/
    left: 0;
    display: none;
    background: #46a9d6;
}

.dns_navs_ul li {
    padding-left: 30px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #ffffff;
    line-height: 50px;
    overflow: hidden;
}

.dns_navs_ul li a {
    /*color: #ffffff;*/
    color: #ffffff;
    position: relative;
    left: 0;
    transition: all 0.2s ease;
}

.dns_navs_ul li:hover a {
    left: 20px;
}

.c2demo {
    width: 914px;
    /*overflow: hidden;*/
}

.demolistab .slick-prev, .demolistab .slick-next {
    border: 1px solid #fff;
    width: 100px;
    height: 32px;
    z-index: 50;
}

.demolistab .slick-prev {
    left: -212px;
    background: url(../images/zuojiana.png) no-repeat center;
}

.demolistab .slick-next {
    right: -212px;
    background: url(../images/youjianaa.png) no-repeat center;
}

.c2demo .dtbox .neirong {
    width: 100%;
}

.b1video {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.b1video video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
}

.b1gtn {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 46px;
    color: #fff;
    /*  top: -68px;
      right: -34px;*/
    font-weight: lighter;
    cursor: pointer;
    top: 6%;
    right: -5%;
}

.b1videocon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*width:58%;
    height:58%;*/
    width: 65%;
    height: 88%;
}

.morejiejue {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 1000;
    display: none;
}

.mjiejue {
    width: 824px;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mjwen h4 {
    font-size: 30px;
    font-family: "微软雅黑";
    color: #50e2d7;
    font-weight: lighter;
}

.mjwen p {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #d8d8d8;
    font-weight: lighter;
    margin: 18px 0 32px;
}

.mjwen {
    text-align: center;
    border-bottom: 1px solid #50e2d7;
    margin-bottom: 24px;
}

.mjiejue {
    width: 825px;
    position: relative;
}

.inoutbox {
    width: 100%;
    margin-bottom: 10px;
}

.inbleft {
    width: 50%;
    padding-right: 5px;
    position: relative;
}

.inbleft span {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 24px;
}

.inbright {
    width: 50%;
    padding-left: 5px;
    position: relative;
}

.inbright span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 24px;
}

.eamil {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0 25px;
    line-height: 50px;
}

.tel {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0 25px;
    line-height: 50px;
}

.chanpin {
    width: 100%;
    height: 200px;
    background: #fff;
}

.chanpin textarea {
    padding: 25px;
    width: 100%;
    height: 100%;
}

.yanzheng {
    width: 100%;
    position: relative;
}

.yanzheng span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: red;
    font-size: 24px;
}

.yanma {
    width: 118px;
    margin-left: 25px;
}

.yanma img {
    width: 100%;
}

.yanzheng {
    margin-top: 10px;
}

.yanbox {
    width: 315px;
    height: 50px;
    background: #fff;
    padding: 0 25px;
    line-height: 50px;
}

.submit {
    width: 235px;
    height: 50px;
    background: #50e2d7;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 10px;
}

.sousuophone {
    width: 100%;
    padding: 0 15px;
    border: 1px solid #fff;
    height: 35px;
    border-radius: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sousuophone input {
    width: 100%;
    height: 100%;
    color: #fff;
    padding-right: 30px;
}

.skuangsousuo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
}

.skuangsousuo img {
    width: 20px;
    cursor: pointer;
}

.mobtn {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 44px;
    top: 0;
    right: -30px;
    cursor: pointer;
}

.mocaseconitem a img {
    width: 100%;
}

.gyscnr img {
    width: 100%;
}

.saoma img {
    width: 100%;
}

.vltexta {
    top: -36%;
}

.cteambt h2 {
    color: #333333;
    font-size: 36px;
    font-family: "Conv_Roboto-Light","微软雅黑";
    font-weight: lighter;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
    font-size: 18px;
}

::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
    font-size: 18px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
    font-size: 18px;
}

::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 18px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
    font-size: 18px;
}

#cdk::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
    font-size: 18px;
}

#cdk::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
    font-size: 18px;
}

#cdk::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
    font-size: 18px;
}

#cdk::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-size: 18px;
}

#cdk::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    font-size: 18px;
}

#jobs::-webkit-input-placeholder {
    color: #999999 !important;
    font-size: 18px !important;
    font-family: "微软雅黑"!important;
}    /* 使用webkit内核的浏览器 */
#jobs:-moz-placeholder {
    color: #999999!important;
    font-size: 18px!important;
    font-family: "微软雅黑"!important;
}                  /* Firefox版本4-18 */
#jobs::-moz-placeholder {
    color: #999999!important;
    font-size: 18px!important;
    font-family: "微软雅黑"!important;
}                  /* Firefox版本19+ */
#jobs:-ms-input-placeholder {
    color: #999999!important;
    font-size: 18px!important;
    font-family: "微软雅黑"!important;
}           /* IE浏览器 */
.zhilei span {
    color: #999999;
    font-size: 18px;
    font-family: "微软雅黑";
}

.zhiadd span {
    color: #999999;
    font-size: 18px;
}

textarea {
    resize: none;
}

.jfwen {
    padding-left: 130px;
}

.jfwenq {
    padding-left: 130px;
}

.jflefta {
    animation: fadeInLeft 1s;
}

.jfrighta {
    animation: fadeInRight 1s;
}

.jfleftb {
    animation: fadeInRight 1s;
}

.jfrighte {
    animation: fadeInLeft 1s;
}

.jfleftss {
    animation: fadeInLeft 1s;
}

.jfrightvv {
    animation: fadeInRight 1s;
}

.lianjianaa {
    position: absolute;
    left: -50px;
}

.renwuaa {
    color: #999999;
}

.dizhiaa {
    color: #999999;
}

.e1body .news_item {
    border-bottom: 1px solid #dcdcdc;
}

.sousuophone {
    width: 100%;
    padding: 0 15px;
    border: 1px solid #fff;
    height: 35px;
    border-radius: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sousuophone input {
    width: 100%;
    height: 100%;
    color: #fff;
    padding-right: 30px;
}

.skuangsousuo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
}

.skuangsousuo img {
    width: 20px;
    cursor: pointer;
}

.wj_pb_bc_list:nth-child(3) i {
    margin-left: 75px;
}

.vlboxa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.syit {
    text-align: center;
    color: #333333;
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: lighter;
    padding-top: 10px;
}

.geng_box {
    width: 100%;
}

.gengb_itema {
    width: 33.333333%;
}

.gengb_itemb {
    width: 33.333333%;
}

.gengb_itemc {
    width: 33.333333%;
}

.gengb_itema .gi_box {
    /*padding-left:127px;*/
    border-right: 1px solid #e5e5e5;
}

.gengb_itema .gi_box:nth-child(1) {
    background: #fff;
}

.gengb_itemb .gi_box:nth-child(1) {
    background: #fff;
}

.gengb_itemc .gi_box:nth-child(1) {
    background: #fff;
}

.gengb_itema .gi_box:nth-child(3) {
    background: #fff;
}

.gengb_itemb .gi_box:nth-child(3) {
    background: #fff;
}

.gengb_itemc .gi_box:nth-child(3) {
    background: #fff;
}

.gi_box a {
    display: block;
    height: 93px;
    line-height: 93px;
    color: #666666;
    font-size: 20px;
    font-family: "Conv_Roboto-Light";
    text-align: center;
}

.gengb_itemb .gi_box {
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.gengb_itemc .gi_box {
    text-align: left;
    /*padding-left:83px;*/
}

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

.c4lunbo img {
    width: 100%;
}

.c4jiantou {
    width: 240px;
    margin: 40px auto 47px;
}

.c4jiana {
    width: 100px;
    height: 30px;
    background: #d7d8de;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.d1team {
    width: 1400px;
    margin: 0 auto;
}

.d1tl {
    width: 497px;
    background: #ffffff;
}

.d1t_ren {
    width: 100%;
    padding: 25px 0px 18px 65px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    background: url(../images/d1bg.png) no-repeat center;
    background-size: cover;
    background-position-y: -200px;
    position: relative;
    width: 100%;
}

.d1t_ren::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 18px solid #50e2d7;
    border-bottom: 9px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    opacity: 0;
    z-index: -1;
}

.ee:nth-child(1) .d1t_ren {
    border-top: 1px solid #eeeeee;
}

.d1t_ren h4 {
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 1px;
    position: relative;
    color: #333333;
    margin-bottom: 25px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    letter-spacing: 1px;
}

.d1t_ren h4::after {
    position: absolute;
    content: "";
    width: 243px;
    height: 1px;
    background: #50e2d7;
    left: 0;
    bottom: -12px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.d1t_ren p {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #999999;
    transition: all 1s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.bannerLine {
    position: fixed;
    width: 100%;
    z-index: -1;
    background: #f7f7f7;
}

.bannerLine #line {
    height: 900px;
}

.d1box {
    position: relative;
    z-index: 2;
}

.d1tr {
    width: calc(100% - 540px);
    padding: 50px 72px 113px;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.d1tr {
    text-align: center;
}

.d1tr h2 {
    font-family: "微软雅黑";
    font-size: 24px;
    letter-spacing: 1px;
    color: #333;
    padding-bottom: 36px;
    margin-bottom: 40px;
    border-bottom: 1px solid #50e2d7;
}

.d1tr h2 span {
    font-family: "微软雅黑";
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    font-weight: lighter;
}

.d1tr p {
    font-family: "微软雅黑";
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    font-weight: lighter;
    line-height: 36px;
    /*text-align: justify;
    text-align-last: center;*/
    text-align: left;
}

.d1tr .slick-dots {
    left: 0;
    bottom: -54px;
}

.d1tr .slick-dots li {
    width: 10px;
    height: 10px;
    background: #d2d2d2;
}

.d1tr .slick-dots li.slick-active {
    background: #50e2d7;
}

.ee.active .d1t_ren {
    background: url(../images/d1bg.png) no-repeat center #50e2d7;
    background-size: cover;
    background-position-y: -38px;
    border-left: 1px solid #50e2d7;
    border-right: 1px solid #50e2d7;
    border-bottom: 1px solid #50e2d7;
}

.ee.active .d1t_ren::after {
    opacity: 1;
}

.ee.active .d1t_ren h4 {
    color: #fff;
}

.ee.active .d1t_ren p {
    color: #fff;
}

.ee.active .d1t_ren h4::after {
    background: #fff;
    width: 139px;
}

.ee {
    width: 100%;
}

.high .hg_bt {
    /* padding-top: 90px;*/
    padding-top: 60px;
       padding-top: 140px;
}

.take .bt {
    padding-top: 90px;
}

.b1itemrighta h3::after {
    width: 134px;
}

.b1ai .b1item {
    padding: 76px 0 100px;
}

.b1conboxc .b1item {
    padding: 76px 0 65px;
}

.demon .b1bt h2 {
    font-weight: lighter;
}

.vslam .b1bt h2 {
    font-weight: lighter;
}

.demona {
    background: #f4f7fa;
}

.b1itemboxa {
    padding: 76px 0 0px!important;
}

.c1body .b1ai .b1item {
    padding: 76px 0 120px;
}

.c2body .demon {
    padding: 75px 0 130px;
}

.c3body .b1ai .b1item {
    padding: 76px 0 2px;
}

.werecon h3 i span {
    font-family: 'Conv_HelveticaNeueLTPro-LtIt';
}

.joinin .page {
    padding: 69px 0 90px;
}

.e1news .nw_jiantou {
    margin-top: 0;
}

.e1news .page {
    padding: 90px 0 90px;
}

.nw_txtac p {
    color: #6b6b6b;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 30px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    letter-spacing: 1px;
    height: 60px;
    overflow: hidden;
}

@media screen and (min-width:1200px) {
    .j_k1job_span:hover {
        background: #e8e8e8;
    }

    .demoitem:hover .dtbox>img {
        transform: scale(1.3);
    }

    .gi_box a:hover {
        color: #2085a6;
    }

    .vllist .vlitem:hover .vlboxa {
        opacity: 1;
    }

    .vllist .vlitem:hover  .vlbox {
        opacity: 0;
    }

    .saoma:hover .erweimaa {
        opacity: 1;
    }

    .saoma:hover p {
        color: #8b8a8a;
    }

    .zhiweiitem a:hover {
        color: #50e2d7;
    }

    .werecon a:hover .lianjian {
        right: -70px;
    }

    .werecon a:hover .lianjianaa {
        left: 135px;
    }

    .gongneng ul li a:hover {
        color: #50e2d7;
    }

    .jiafubox:hover .jfleft img {
        transform: scale(1.1);
    }

    .nav_item:hover>a::after {
        width: 100%;
    }

    .nav_item:hover>a {
        color: #50e2d7;
    }

    .xiala_list .xiala_item:hover a {
        color: #50e2d7;
    }

    .news_item:hover span {
        color: #50e2d7;
    }

    .news_item:hover .timea {
        color: #50e2d7;
    }

    .news_item:hover h3 {
        color: #fff;
    }

    .news_item:hover i {
        color: #fff;
    }

    .index_box .news:hover {
        background: url(../images/newsbg.jpg) no-repeat top #1c1c1c;
        background-size: cover;
    }

    .index_box .news_list .nitbox:hover .news_itema::after {
        width: 100%;
        opacity: 1;
    }

    .index_box .news_list .nitbox:hover .news_item {
        border-bottom: 1px dashed rgba(220,220,220,0);
    }

    .more:hover span {
        color: #50e2d7;
    }

    .ft_item p:hover a {
        color: #50e2d7;
    }

    .more:hover .jian2 {
        right: -600px;
        opacity: 0;
    }

    .more:hover .jian1 {
        left: 130px;
        opacity: 1;
    }

    .iitem1:hover {
        background: rgba(19,72,99,1);
    }

    .iitem2:hover {
        background: rgba(10,42,60,1);
    }

    .iitema:hover {
        background: rgba(7,20,48,1);
    }

    .iitemb:hover {
        background: rgba(7,20,48,1);
    }

    .iitemc:hover {
        background: rgba(11,33,57,1);
    }

    .iitem3:hover {
        background: rgba(9,39,55,1);
    }

    .itembox:hover .hengxian1 {
        width: calc(100% - 30px);
        opacity: 1;
    }

    .itembox:hover .hengxian2 {
        height: calc(100% - 30px);
        opacity: 1;
    }

    .itembox:hover .hengxian3 {
        width: calc(100% - 30px);
        opacity: 1;
    }

    .itembox:hover .hengxian4 {
        height: calc(100% - 30px);
        opacity: 1;
    }

    .itembox:hover .boxtxt {
        top: 40%;
        opacity: 0;
    }

    .itembox:hover .boxtxt2 {
        top: 50%;
        opacity: 1;
    }

    .itembox a:hover img {
        transform: scale(1.1);
    }

    .ibleft .ibleft_item:nth-child(2) .if_bt p {
        padding: 0 39px;
    }

    .news_list .nitbox:hover h3 {
        transform: translateX(10px);
    }

    .news_list .nitbox:hover p {
        transform: translateX(10px);
    }
}

@media screen and (min-width: 768px) {
    .mocasecon .mocaseconitem:hover .mcstxt {
        top: 35%;
    }

    .mocasecon .mocaseconitem:hover .mcstxt h2 {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .mocasecon .mocaseconitem:hover .mcstxt p {
        display: block;
    }

    .mocasecon .mocaseconitem:hover .mcstxt i {
        display: block;
    }

    .mocasecon .mocaseconitem:hover .circular {
        opacity: 0;
    }
}

.mocaselian {
    width: 433px;
    height: 72px;
    background: #50e2d7;
    margin: 80px auto 0;
}

.mocaselian a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 72px;
    position: relative;
    padding-left: 40px;
    overflow: hidden;
}

#send img {
    width: 19px;
}

.j_k1job_spanbt {
    border-right: 1px solid #e5e5e5;
    background: #dddddd;
    border-left: 0;
}

.ppppfot {
    padding: 25px 0 0px!important;
    display: block!important;
}

.ppppfot a {
    margin-left: 0!important;
}

.j_k1job_spanbt .name {
    font-size: 18px;
}

.j_k1job_spanbt .dizhi {
    font-size: 18px;
}

.j_k1job_spanbt .peo {
    font-size: 18px;
}

.ppbocc::before {
    display: none;
}

.j_k1job_spanbtbox {
    background: #fff;
    border-right: 1px solid #50e2d5;
    border-left: 1px solid #e5e5e5!important;
}

.item {
    overflow: hidden;
}

.vlboxa {
    width: 100%;
}

.c3body .c3itemright h3 {
    margin-bottom: 18px;
}

.padp {
    display: none;
    margin-bottom: 11px;
    color: #999999;
    font-size: 14px!important;
}

.padp a {
    color: #999999;
    font-size: 14px!important;
}

.placebox {
    color: #999999;
    font-size: 18px;
    font-family: "微软雅黑";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.placebox.act {
    display: none;
}

.e1newsbt h2 {
    font-size: 36px;
    color: #333333;
    font-family: "Conv_Roboto-Light","微软雅黑";
    font-weight: lighter;
}

.b4body .demoitem:nth-child(1) {
    /*width:1200px;
    height:555px;*/
    margin: 0 auto;
    float: none;
    width: 760px;
    height: 352px;
    padding: 0;
}

.b4body .demoitem:nth-child(2) {
    display: none;
}

.b4body .demoitem:nth-child(3) {
    display: none;
}

.b4body .demolist {
    margin: 80px 0 0;
}

.b4body .dtbox>img {
    height: 352px;
}

.sensor .demoitem:nth-child(1) {
    /*width:1200px;
    height:555px;*/
    margin: 0 auto;
    float: none;
    height: 352px;
    width: 760px;
    padding: 0;
}

.sensor .demoitem:nth-child(2) {
    display: none;
}

.sensor .demoitem:nth-child(3) {
    display: none;
}

.sensor .demolist {
    margin: 80px 0 0;
}

.sensor .dtbox>img {
    height: 352px;
}

.banner_txt p br {
    display: none;
}