/*main begin*/
.container {
    min-width: 1240px;
    background: #ffffff;
    width: 100%;
    text-align: center;
}

/*about_us begin*/

.about_us,
.honor,
.culture,
.succ,
.NEWS_tab,
.team,
.friend_link {
    width: 1240px;
    margin: 0 auto 40px;
}

.about_us .about_us_bg {
    width: 600px;
    height: 480px;
    float: left;
    /*background: url("../img/pic-office.jpg");*/
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 8;
}

.about_us .about_us_bg > img {
    position: absolute;
    top: 0;
    left: 0;

}

.about_us .about_us_bg img.back {
    opacity: 1;
    transition: all 1s ease;
    transform-origin: bottom left;
    transform: translateX(-100%);
}

.about_us .about_us_bg:hover img.back {
    transform-origin: bottom left;
    transform: translateX(0%);;
    opacity: 1;
}

.about_us .about_us_txt {
    cursor: pointer;
    align-items: center;
    display: -webkit-flex;
    float: right;
    width: 600px;
    height: 480px;
    display: table;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    z-index: 9;
    position: relative;

}

.about_us .about_us_txt span {
    position: absolute;
    opacity: 0;
    transition: all 1s ease 1s;
}

.about_us .about_us_txt #about_us_txt_bgtop {
    top: 0;
    left: 0;
}

.about_us .about_us_txt #about_us_txt_bgbot {
    bottom: 0;
    right: 0;
}

.about_us .about_us_txt ul li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.about_us .about_us_txt ul li:hover {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
}

#son {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.about_us .about_us_txt #son > ul {
    padding-left: 20px;
}

.about_us .about_us_txt #son > p {
    text-align: left;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.about_us .about_us_txt #son > ul > li {
    text-align: justify;
    list-style: disc;
    padding-bottom: 20px;
    color: #333;
    font-size: 16px;
}

.about_us {
    display: inline-block;
}

.enterprise-bg {
    margin: 0 auto;
    max-width: 1920px;
    background: #f1f7ff;
    padding-bottom: 40px;
}

/*culture begin*/

.culture_con > div {
    float: left;
    cursor: pointer;
}

.culture_con .mid:hover .txt {
    color: #fff;
    background: #70baff;
}

.culture_con .mid:hover p {
    color: #fff;
}

.culture_con .mid:hover span {
    background: #fff;
}

.culture_con .mid:hover .txt:after {
    border-top: 16px solid #70baff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.culture_con .side:hover .txt {
    color: #fff;
    background: #70baff;
}

.culture_con .side:hover p {
    color: #fff;
}

.culture_con .side:hover span {
    background: #fff;
}

.culture_con .side:hover .txt:after {
    border-bottom: 16px solid #70baff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.culture_con .side {
    width: 400px;
}

.culture_con .mid {
    width: 440px;
}

.culture_con .mid .txt {
    width: 320px;
}

.culture_con img {
    vertical-align: bottom;
}

.culture_con .txt {
    width: 280px;
    height: 100px;
    background: #fff;
    text-align: left;
    padding: 100px 60px;
    transition: all 0.3s ease;
}

.culture_con .txt span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #70baff;
    margin: 15px 0 10px;
}

.culture_con .txt h1 {
    font-size: 24px;
    letter-spacing: 10px;
}

.culture_con .txt p {
    color: #333;
    transition: all 0.3s ease;
}

.culture_con .mid .txt {
    position: relative;
    z-index: 9;
    transition: all 0.3s ease;
}

.culture_con .mid .txt:after {
    content: "";
    display: block;
    width: 0;
    border-top: 16px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 60px;
    z-index: 10;
}

.culture_con .side .txt {
    position: relative;
    z-index: 9;
}

.culture_con .side .txt:after {
    content: "";
    display: block;
    width: 0;
    border-bottom: 16px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -16px;
    left: 60px;
    z-index: 10;
}

/*congratulate beigin*/
.fixed {
    width: 100%;
    min-width: 1240px;
    height: 400px;
    background: rgba(0, 0, 0, 0.3); /*æ™®é€šæµè§ˆå™¨æ”¯æŒ*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F70baff, endColorstr=#7F70baff); /*IE8æ”¯æŒ*/
    position: absolute;
    z-index: 6;
}

.Congratulate {
    width: 100%;
    min-width: 1240px;
    height: 400px;
    background: url("../img/Congratulate-bg.jpg") fixed no-repeat center !important;
    text-align: center;
    display: table;
    position: relative;
}

.Congratulate > .con {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 7;
    opacity: 0;
}

.Congratulate > .con > p {
    font-size: 24px;
    padding: 40px 0;
    color: #fff;
    transform: translateY(-300px);
    transition: all 0.8s ease 0.3s;
}

.Congratulate > .con > h1 {
    font-size: 36px;
    padding-bottom: 60px;
    transition: all 1s ease;
    opacity: 0;
}

.Congratulate > .con > h1:hover {

}

.Congratulate > .con > a {
    display: inline-block;
    padding: 6px 40px;
    border: 1px solid #fff;
    color: #fff;
    transform: translateY(300px);
    transition: all 0.8s ease 0.6s;
}

/*
.Congratulate:before {
    content: "";
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    position: absolute;
    background: rgba(125,189,255,0.8);
}*/

/*success case begin*/

.succ .success {
    width: 400px;
    height: 500px;
    float: left;
    margin-right: 20px;
    border-bottom: 2px solid #70baff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.succ .success img {
    width: 400px;
    height: 300px;
}

.success-img img {
    width: 400px;
    height: 300px;
}

.succ .success:last-child {
    margin-right: 0;
}

.succ > .success_1 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: inline-block;
    transition: all 1s ease;
    opacity: 0;
}

.succ > .success_2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: inline-block;
    transition: all 1s ease;
    opacity: 0;
}

.succ .success_img {
    vertical-align: middle;
    display: table-cell;
    width: 400px;
    height: 300px;
    background: url("../img/success-1.jpg");
}

.succ .success_img a img {
    width: 400px;
    height: 300px;
}

.succ .success_img > span {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url("../img/add.png");
    vertical-align: middle;
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease 0.4s;
}

.success .success_txt {
    width: 360px;
    padding: 0 20px;
    position: absolute;
    z-index: 2;
}

.succ .success .success_txt h2, p {
    color: #333;
}

.success .MaskTop {
    width: 400px;
    height: 300px;
    position: absolute;
    top: -300px;
    transition: all 0.5s ease;
    z-index: 3;
    overflow: hidden;
}

.success .MaskTop .round {
    position: absolute;
    top: -190px;
    left: -140px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(129, 125, 255, 0.5);
    border: 300px solid rgba(0, 0, 0, 0.5);
}

.success .MaskBot {
    position: absolute;
    bottom: -202px;
    width: 400px;
    height: 202px;
    background: #70baff;
    z-index: 1;
    transition: all 0.3s ease;
}

.succ .success:hover .MaskTop {
    top: 0;
}

.succ .success:hover .MaskBot {
    bottom: -2px;
}

.succ .success:hover h2 > a {
    color: #fff;
}

.succ .success:hover p {
    color: #fff;
}

.succ .success:hover .success_img > span {
    opacity: 1;
}

/*news tab*/

.NEWS_tab {
    text-align: center;
    margin-top: 40px;
}

.NEWS_tab li {
    display: inline-block;
    line-height: 60px;
    margin-left: 20px;
}

.NEWS_tab li a {
    color: #333;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    width: 240px;
    height: 60px;
    float: left;
}

.NEWS_tab li a.active {
    color: #fff;
    background: #70baff;
    border: 1px solid #70baff;
}

.NEWS_tab li a:hover {
    opacity: 0.7;
}

/*news_center begin*/
.news_center {
    width: 1240PX;
    margin: 0 auto;
}

.news_center .NEWS-3 a {
    transition: all 0.3s ease;
}

.news_center .NEWS-3 a:hover {
    transform: translateX(16px);
}

.public h2 a {
    width: 360px;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-top: 10px;
    font-weight: normal;
    /*margin-top: 20px;*/
    transition: all 0.3s ease;
    display: inline-block;
    color: #333;
}

.public p {
    font-size: 16px;
    text-align: justify;
    transition: all 0.2s ease;
}

.public p a {
    transition: all 0.3s ease;
    display: inline-block;
    color: #999;
}

#a3 {
    display: none;
}

.news_center .NEWS {
    width: 398px;
    height: 500px;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 40px;
    z-index: 10;
    cursor: pointer;
}

.news_center .NEWS:hover h2 > a {
    color: #70baff;
}

.news_center .NEWS .out {
    width: 400px;
    height: 500px;
    position: absolute;
    overflow: hidden;

    z-index: 5;
}

.news_center .NEWS .out span {
    display: block;
    background: #d9d9d9;
    transition: all 0.3s linear;
    position: absolute;
}

.news_center .NEWS .out span.top, .out span.bot {
    width: 100%;
    height: 1px;
}

.news_center .NEWS .out span.right, span.left {
    width: 1px;
    height: 100%;
}

.news_center .NEWS .out span.top {
    transform: translateX(-100%);
}

.news_center .NEWS .out span.bot {
    bottom: 0;
    transform: translateX(100%);
}

.news_center .NEWS .out span.left {
    transform: translateY(100%);
}

.news_center .NEWS .out span.right {
    transform: translateY(-100%);
    right: 0;
}

.news_center .NEWS:hover .out span {
    transform: translate(0);
}

.news_center .NEWS:last-child {
    margin-right: 0;
}

.news_center .txt {
    padding: 0 20px;
}

.news_center ul li:nth-child(3n) {
    margin-right: 0;
}

.news_center .time {
    font-size: 12px;
    color: #999;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    transition: all 0.3s;
}

.news_center .date-time {
    left: 20px;
}

.news_center .NEWS-3 {
    width: 398px;
    height: 500px;
    border: 1px solid #d9d9d9;
    float: right;
}

.news_center .NEWS-3 ul {
    text-align: left;
}

.news_center .NEWS-3 ul li {
    list-style: disc;
    border-bottom: 1px dotted #d9d9d9;
    margin: 0 20px 0 30px;
    transition: all 0.3s ease;
}

.news_center .NEWS-3 ul li:last-child {
    border: none;
}

.news_center .NEWS-3 ul li a {

    display: block;
}

.news_center .NEWS-3 ul li .news-title {
    margin-top: 35px;
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.news_center .NEWS-3 ul li .news-txt {
    margin-bottom: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    cursor: pointer;
}

.news_center .NEWS_con {
    border: none;
}

.news_center .NEWS_con .success_img {
    width: 400px;
    height: 300px;
    border: none;
    overflow: hidden;
}

.news_center .NEWS_con .success_img {
    width: 400px;
    height: 300px;
}

.news_center .NEWS_con .txt {
    padding: 0 20px;
}

.news_center .NEWS_con .txt h2 a {
    width: 360px;
}

/*team*/
.concern {
    margin: 40px auto;
    background: #8fe1dd;
}

.concern .concern-bg {
    min-width: 1240px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    position: relative;
}

.concern .concern-bg img {
    line-height: 1;
    max-width: 100%;
}

.team {
    width: 1240px;
    margin: 0 auto;
}

.team .left {
    width: 618px;
    height: 618px;
    float: left;

}

.team .left a {
    font-size: 0;
    text-indent: -1000px;
}

.team .right {
    font-size: 0;
}

.team .right li {
    width: 310px;
    height: 310px;
    overflow: hidden;
    float: left;
}

/*friend link begin*/

.friend_link ul li {
    float: left;
    width: 309px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;

}

.friend_link ul li img {
    position: absolute;
    top: -200px;
    left: 0;
    transition: all 0.5s ease;
}

.friend_link ul li:hover img {
    top: 0;
    left: 0;
}

/*recruit begin*/
.recruit {
    width: 1240px;
    margin: 40px auto;
}

.recruit .job_table {
    width: 1240px;
    text-align: left;
}

.recruit .job_table th, td {
    padding-left: 20px;
    height: 60px;
}

.recruit .job_table .table-bg {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.recruit .job_table .table-bottom {
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    background: #f1f7ff;

}

.recruit .job_table .table-bottom td {
    border: none;
}

.recruit td {
    border-bottom: 1px dotted #d9d9d9;
}

.recruit td a {
    font-size: 16px;
    color: #333;
}

.recruit .job_table .job_money a {
    font-size: 20px;
    color: #ff7d01;
}

.recruit .job_table .table-bg {
    background: #f1f7ff;

}

/*contact me*/

.contact_me {
    position: relative;
}

.contact_me > .contact_map {
    height: 600px;
}

.contact_me > .contact_map > #allmap {
    height: 600px;
}

.contact_us {
    top: 100px;
    left: 50%;
    position: absolute;

}

.contact_us .zgroup {
    margin-left: auto;
    padding: 60px 60px;
    text-align: left;
    width: 480px;
    height: 280px;
    background: rgba(255, 255, 255, .9) url("../img/zgroup.png") no-repeat center;
}

.contact_us .zgroup h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.contact_us .zgroup ul li {
    margin-left: 26px;
    font-size: 16px;
    color: #333;
    line-height: 42px;
}

.contact_us .zgroup ul li.phone {
    list-style: url("../img/icon-phone.png");
}

.contact_us .zgroup ul li.email {
    list-style: url("../img/icon-email.png");
}

.contact_us .zgroup ul li.position {
    list-style: url("../img/icon-position.png");
}

/*project begin*/
.container_1 {
    width: 1240px;
    margin: 0 auto;
}

.i_project .i_project_con {
    margin: 40px 0;
}

.i_project ul {

}

.i_project ul li {
    margin-bottom: 40px;
}

.i_project ul li .left {
    background: center center no-repeat;
    -webkit-background-size:;
    background-size: contain;
    width: 400px;
    height: 300px;
    float: left;
    margin-right: 40px;
}

.i_project ul li .right {
    text-align: left;
    position: relative;
    float: left;
    width: 800px;
    height: 300px;
}

.i_project ul li .right .link {
    position: absolute;
    bottom: 0px;
}

.i_project ul li .right h3 {
    margin-top: 20px;
}

.i_project ul li .right .link p {

}

.i_project ul li .right .link a {
    display: block;
    color: #007aff;
    margin-bottom: 10px;

}

.i_project ul li .right .link a span {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-background-size:;
    background-size: contain;
    background: center center no-repeat;
    margin-right: 8px;
}

/*breadcrumbâ€”â€”nav begin*/
.breadcrumb_nav {
    width: 1200px;
    margin: 160px auto 0;
    color: #999;
    text-align: left;
}

.breadcrumb_nav > a {
    color: #999;
}

.breadcrumb_nav a:hover {
    color: #70baff;
}

/*lists begin*/
.lists, .text, .activity_copyright {
    width: 1200px;
    margin: 0 auto;
}

.lists ul li {

    height: 260px;
}

.lists ul li .txt {
    text-align: left;
}

.lists ul li .pic {
    width: 520px;
    height: 240px;
    float: left;
    margin-right: 40px;
}

.lists ul li .pic img {
    width: 520px;
    height: 240px;
}

.lists ul li h1 {
    margin: 20px 0;
}

.lists ul li h1 a {
    font-size: 20px;
    color: #333;
}

.activity_time {
    margin: 20px;
    color: #999;
}

.activity_content {
    position: relative;
    width: 600px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    color: #999;
    margin: 20px;
}

.text .text_content p {
    text-align: left;
}

.lists ul li .activity_btn {
    display: inline-block;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #70baff;
    color: #70baff;
    margin-top: 20px;
}

.activity_content:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

/*text begin*/
.text {
    text-align: center;
    text-indent: 2em;
    line-height: 2;
}

.text > h1 {
    font-size: 26px;
}

/*copyright begin*/

.activity_copyright {
    text-align: left;
    margin-top: 40px;
    font-size: 12px;
    color: #999;
}

.activity_copyright a {
    color: #999;
}

.activity_copyright p {
    color: #999;
    0
}

.container > #banner > .swiper-button-prev {
    background: url("../img/banner-left.png");
    width: 100px;
    height: 40px;
    z-index: 199;
}

.container > #banner > .swiper-button-next {
    background: url("../img/banner-right.png");
    width: 100px;
    height: 40px;
}

.clicklink {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 600px;
}