html {
    font-size: 100%;
    width: 100%;
    outline: none;
    min-height: 100%;
    position: relative;
}

body {
    background: #FFF;
    font-family: arial, "Microsoft Yahei", "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    text-align: left;
    margin: auto;
    width: 100%;
    min-width: 1300px;
    outline: none;
}

body,
div,
p,
input,
a,
span,
img,
ul,
li,
textarea,
select,
button {
    outline: none;
}

a,
a:hover {
    color: #373737;
    text-decoration: none;
}

html {
    font-size: 100%;
    width: 100%;
    outline: none;
}

body,
div,
p,
span,
ul,
li,
a,
input,
textarea {
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    width: 100%;
    height: auto;
}

p {
    margin: 0;
}

.boxShadow {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
}


/* gShow */

.gShow {
    opacity: 0;
    animation-duration:2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
}

@keyframes mymove {
    from {
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

{
    from {
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fontFadeIn {
    animation: 3s ease 0s 1 normal none running fontMove;
    -webkit-animation: 3s ease 0s 1 normal none running fontMove;
}

@keyframes fontMove {
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fontMove
/* Safari and Chrome */

{
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* scaleImg */

.scaleImg {
    overflow: hidden;
    display: block;
}

.scaleImg img {
    transition-duration: .3s;
    display: block;
}

.scaleImg:hover img {
    transform: scale(1.1);
    /* filter: grayscale(0); */
}


/* banner */

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

.banner img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    animation: 10s infinite alternate bannerMove;
    -webkit-animation: 10s infinite alternate bannerMove;
    display: block;
}

@keyframes bannerMove {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes bannerMove
/*Safari and Chrome*/

{
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.1, 1.1);
    }
}


/* content */

.content {
    width: 1200px;
    margin: 0 auto;
}
/* header */
header{
    background-color: #fff;
}
header .logo{
    margin-top: 12px;
}
header .tabs>li{
    position: relative;
    margin-left: 40px;
}
header .tabs>li>a{
    line-height: 80px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    transition: .5s;
    position: relative;
    display: block;
}
header .tabs>li>a::after{
    content: "";
    display: block;
    width: 0;
    left: 0;
    height: 1px;
    background-color: #1E68C5;
    bottom: 0;
    position: absolute;
    transition: .5s;
}
header .tabs>li>a:hover,
header .tabs>li.active>a{
    color: #1E68C5;
}
header .tabs>li.active>a::after,
header .tabs>li>a:hover::after{
    width: 100%;
}
/* home */
.home .title{
    margin-bottom: 30px;
}
.home .title .tit{
    text-align: center;
    font-size: 30px;
    color: #010101;
    line-height: 30px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}
.home .title .tit::after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width:40px;
    height:2px;
    background:#1E68C5;
    margin-left: -20px;
}
.home .title .txt{
    text-align: center;
    color: #D1D1D1;
    font-size: 16px;
    line-height: 16px;
}
.home_1 .swiper-pagination{
    bottom: 30px;
}
.home_1 .swiper-pagination-bullet{
    width:60px;
    height:6px;
    background-color:#fff;
    border-radius:3px;
    opacity: 1;
}
.home_1 .swiper-pagination-bullet-active{
    background-color: #FFC200;
}
.home_2{
    padding: 60px 0;
}
.home_21{
    width: 560px;
    padding-right: 50px;
}
.home_21 .tit{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
}
.home_21 .titEn{
    color: #D0D0D0;
    line-height: 14px;
    margin-bottom: 30px;
}
.home_21 .txt{
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}
.hcBtn{
    display: block;
    border: 1px solid #FFC200;
    border-radius: 22px;
    line-height: 42px;
    text-align: center;
    color: #FFC200;
    width: 140px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.hcBtn span{
    position: relative;
    z-index: 1;
}
.hcBtn::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #FFC200;
    left: 0;
    width: 0;
    z-index: -1;
    border-radius: 22px;
    transition: .5s;
    opacity: 0;
}
.hcBtn:hover{
    color: #fff;
    border-color: transparent;
}
.hcBtn:hover::before{
    width: 100%;
    opacity: 1;
}
.home_22{
    width: 640px;
}
.home_23{
    margin-top: 40px;
}
.home_23 .mode{
    width: 250px;
    overflow: hidden;
    display: block;
    transition: .5s;
}
.home_23 .mode.active{
    width: 450px;
}
.home_23 .mode>.scaleImg{
    width: 450px;
    position: relative;
}
.home_23 .mode>.scaleImg img{
    display: block;
}
.home_23 .mode .info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    padding-left: 40px;
    padding-top: 70px;
}
.home_23 .mode .info .tit{
    font-size: 22px;
    line-height: 22px;
    color: #FBFBFB;
    margin-bottom: 9px;
}
.home_23 .mode .info .titEn{
    color: #FFFFFF;
    margin-bottom: 40px;
}
.home_23 .mode .info .txt{
    color: #fff;
}
.home_3{
    padding-bottom: 80px;
}
.home_3 .swiper-slide{
    text-align: center;
}
.home_3 .swiper-slide img{
    width: auto;
}
.home_3 .swiper-slide img:nth-child(2){
    display: none;
}
.home_3 .swiper-slide span{
    display: block;
    margin-top: 7px;
    font-size: 16px;
    color: #666666;
    transition: .5s;
}
.home_3 .swiper-slide:hover img:nth-child(1){
    display: none;
}
.home_3 .swiper-slide:hover img:nth-child(2){
    display: inline-block;
}
.home_3 .swiper-slide:hover span{
    color: #FFC200;
}
.home_3 .swiper-button-prev{
    background-image: url(../images/index_prev.png);
    left: 0;
}
.home_3 .swiper-button-next{
    background-image: url(../images/index_next.png);
    right: 0;
}
.home_3 .swiper-btn{
    width: 39px;
    height: 78px;
    background-size: 39px 78px;
    margin-top: -39px;
}
.home_4{
    background-color: #F5F5F5;
    padding: 60px 0;
}
.home_4 .swiper-button-prev{
    left: 0;
}
.home_4 .swiper-button-next{
    right: 0;
}
.home_4 .swiper-btn{
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-size: 16px 31px;
    margin-top: -27.5px;
    background-color: rgba(0,0,0,.5);
    transition: .5s;
}
.home_4 .swiper-btn:hover{
    background-color: rgba(255,194,0,.9);
}
.home_4 .swiper-slide span{
    display: block;
    font-size: 16px;
    color: #666666;
    transition: .5s;
    line-height: 65px;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.home_4 .swiper-slide span::after{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    transition: .5s;
    height: 1px;
    background-color: #1E68C5;
}
.home_4 .swiper-slide:hover span{
    color: #1E68C5;
}
.home_4 .swiper-slide:hover span::after{
    width: 100%;
}
.home_4 .swiper-slide:hover .scaleImg img{
    transform: scale(1.1);
}
.home_5{
    padding: 60px 0;
}
.home_51{
    width: 540px;
}
.home_51 .scaleImg{
    position: relative;
    margin-bottom: 30px;
}
.home_51 .scaleImg .times{
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    background-color: #1E68C5;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}
.home_51 .scaleImg .times p:first-child{
    font-size: 48px;
}
.home_51 .scaleImg .times p:last-child{
    font-size: 18px;
}
.home_51 .tit{
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    transition: .5s;
}
.home_51 .tit:hover{
    color: #1E68C5;
}
.home_51 .txt{
    line-height: 24px;
    color: #999999;
}
.home_52{
    width: 660px;
    padding-left: 50px;
}
.home_52 .tabs{
    border-bottom: 1px solid #E5E5E5;
}
.home_52 .tabs span{
    padding: 0 20px 20px 20px;
    position: relative;
    font-size: 18px;
    transition: .5s;
    cursor: pointer;
}
.home_52 .tabs span::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #1E68C5;
    height: 2px;
    transition: .5s;
}
.home_52 .tabs span.active{
    color: #1E68C5;
}
.home_52 .tabs span.active::after{
    width: 100%;
}
.home_52 .tabs a{
    color: #FFC200;
    margin-top: 8px;
}
.home_52 ul{
    display: none;
}
.home_52 .u1{
    display: block;
}
.home_52 li{
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.home_52 li::before{
    position: absolute;
    content: "";
    height: 1px;
    background-color: #1E68C5;
    bottom: -1px;
    left: 0;
    width: 0;
    transition: .5s;
}
.home_52 li .times{
    text-align: center;
    width: 155px;
    color: #B7B7B7;
    padding-top: 5.5px;
    transition: .5s;
}
.home_52 li .times p:first-child{
    font-size: 48px;
}
.home_52 li .times p:last-child{
    font-size: 18px;
}
.home_52 li .info{
    width: 455px;
}
.home_52 li .info .tit{
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_52 li .info .txt{
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home_52 li:hover::before{
    width: 100%;
}
.home_52 li:hover .times{
    color: #1E68C5;
}
.home_52 li:hover .info .tit{
    color: #1E68C5;
}
.home_6{
    padding: 60px 0 80px 0;
    background-color: #F5F5F5;
}
.home_6 .swiper{
    position: relative;
}
.home_6 .swiper-container{
    position: initial;
}
.home_6 .swiper-pagination{
    bottom: -30px
}
.home_6 .swiper-pagination-bullet{
    opacity: 1;
    background-color: transparent;
    border: 1px solid #D1D1D1;
    width: 12px;
    height: 12px;
    transition: .5s;
}
.home_6 .swiper-pagination-bullet-active{
    background-color: #FFC200;
    border-color: #FFC200;
}
/* footer */
footer .top{
    position: relative;
    overflow: hidden;
    height: 432px;
}
footer .top>img{
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}
footer .top .content{
    color: #fff;
    padding-top: 60px;
}
footer .top .content form{
    width: 500px;
}
footer form .tit{
    font-size: 30px;
    margin-bottom: 20px;
}
footer form .tit span{
    color: #D1D1D1;
    font-size: 16px;
}
footer form input{
    width: 230px;
    margin-right: 40px;
    margin-bottom: 24px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.6);
    color: #fff;
    padding-bottom: 12px;
}
footer form input:nth-of-type(2n){
    margin-right: 0;
}
footer form textarea{
    font-family: "微软雅黑";
    color: #fff;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.6);
    width: 100%;
    resize: none;
    margin-bottom: 24px;
}
footer form button{
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
}
footer .info{
	width: 475px;
}
footer .info>div:nth-child(2){
    width: 290px;
    margin-top:60px;
}
footer .info .qrCode{
    padding-right: 40px;
    margin-right: 40px;
    margin-top:60px;
    border-right: 1px solid rgba(255,255,255,.4);
}
footer .info .qrCode img{
    width: auto;
    margin-top: 15px;
}
footer .info .tel{
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
}
footer .info .tel img{
    width: auto;
    vertical-align: middle;
    margin-right: 9px;
    margin-top: -3px;
}
footer .info .txt{
    line-height: 30px;
}
footer .bottom{
    line-height: 60px;
    background-color: #232323;
    color:rgba(255,255,255,.4);
}
footer .bottom a{
    color:rgba(255,255,255,.4);
}
footer .info .link1{
	margin-top: 30px;
    position: relative;
    padding-left: 72px;
  	font-size: 16px;

}
footer .info .link1 p{
	position: absolute;
    left: 0;
    top: 0;
  	line-height: 30px;
}
footer .info .link1 a{
	display: inline-block;
    color: #fff;
    margin-left: 12px;
  	line-height: 30px;
}
/* hdBanner */
.hdBanner{
    position: relative;
}
.hdBanner .titles{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #fff;
    margin-top: -55px;
}
.hdBanner .titles .tit{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.hdBanner .titles img{
    margin: 20px auto;
    display: block;
    width: auto;
}
.hdBanner .titles .txt{
    font-size: 20px;
    line-height: 20px;
}
.hdBanner .crumbs{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    height: 60px;
    left: 50%;
    margin-left: -600px;
}
.hdBanner .crumbs a{
    display: block;
    padding: 0 24px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.hdBanner .crumbs a img{
    vertical-align: middle;
    width: auto;
    margin-left: 30px;
    animation: none;
    -webkit-animation:none;
    display: inline-block;
    opacity: 0;
    transition: .5s;
}
.hdBanner .crumbs a::after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFC200;
    transition: .5s;
    transform: scale(0,1);
    
}
.hdBanner .crumbs li:hover a img,
.hdBanner .crumbs li.active a img{
    opacity: 1;
}
.hdBanner .crumbs li:hover a::after,
.hdBanner .crumbs li.active a::after{
    /* width: 100%; */
    transform: scale(1,1);
}
/* about */
.about .rows{
    margin-top: 60px;
}
.about>.content{
    padding-bottom: 60px;
}
.about_1{
    width: 600px;
    padding-right: 50px;
}
.about_1 .tit{
    font-size: 22px;
    padding-left: 12px;
    line-height: 22px;
    border-left: 2px solid #0074FF;
    position: relative;
    margin-bottom: 30px;
}
.about_1 .tit::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 120px;
    top: 10.5px;
    border-top: 1px dashed #DADADA;
}
.about_1 .txt{
    line-height: 36px;
    color: #666666;
}
.about_2{
    width: 600px;
}
.about .rows:nth-of-type(2n) .about_1{
    float: right;
    padding-left: 50px;
    padding-right: 0;
}
.about .rows.text .about_1{
    width: 100%;
}
/* case */
.case>.content{
    padding: 60px 0;
}
.case .mode{
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: .5s;
}
.case .mode:nth-of-type(3n){
    margin-right: 0;
}
.case .mode .scaleImg{
    position: relative;
}
.case .mode .scaleImg>img{
	height: 294px;
    object-fit: cover;
}
.case .mode .scaleImg .goDetail{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    opacity: 0;
    transition: .5s;
}
.case .mode .scaleImg .goDetail a{
    display: block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    border-radius: 50%;
    background-color:rgba(255,255,255,.8);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}
.case .mode .scaleImg .goDetail a img{
    width: auto;
    display: inline-block;
    transform: scale(1);
    vertical-align: middle;
}
.case .mode p{
    line-height: 70px;
    background-color: #F7F7F7;
    text-align: center;
    font-size: 16px;
    position: relative;
    transition: .5s;
}
.case .mode p::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #1E68C5;
    transition: .5s;
    width: 0;
}
.case .mode:hover{
    box-shadow: 1px 3px 20px 3px rgba(50,50,50,0.2);
}
.case .mode:hover p{
    color: #1E68c5;
}
.case .mode:hover p::after{
    width: 100%;
}
.case .mode:hover .goDetail{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
}
.case .hcBtn{
    margin: 0 auto;
    width: 180px;
    color: #fff;
    border-color: transparent;
}
.case .hcBtn::before {
    width: 100%;
    opacity: 1;
}
.case .hcBtn img{
    width: auto;
    margin-left: 7px;
    vertical-align: middle;
}
/* caseDetail */
.caseDetail>.content{
    padding: 60px 0;
}
.caseDetail_1{
    margin-bottom: 50px;
}
.caseDetail_1 .tit{
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 38px;
}
.caseDetail .tits{
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #1E68C5;
    margin-bottom: 30px;
}
.caseDetail .tits.jobinfo{
    text-align: left;
    margin: 10px 0;
}
.caseDetail .tits::before{
    content: "";
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 100%;
    border-top: 1px dashed #DBDBDB;
    z-index: -1;
}
.caseDetail .tits span{
    background-color: #fff;
    padding: 0 12px;
}
.caseDetail_1 .txt{
    color:#666666;
    line-height: 36px;
}
.caseDetail .tits.author{
    color: #999;
    background: #fff;
}
.caseDetail_1 .imgList{
    margin-top: 20px;
}
.caseDetail_1 .imgList .scaleImg{
    width: 585px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.caseDetail_1 .imgList .scaleImg:nth-of-type(2n){
    margin-right: 0;
}
.caseDetail_1 .other>.left a{
    color: #999999;
    display: block;
}
.caseDetail_1 .other>.left a span{
    transition: .5s;
}
.caseDetail_1 .other>.left a:first-child{
    margin-bottom: 12px;
}
.caseDetail_1 .other>.left a:hover span{
    color: #1E68C5;
}
.caseDetail_1 .hcBtn{
    margin: 0 auto;
    width: 155px;
    color: #fff;
    border-color: transparent;
}
.caseDetail_1 .hcBtn::before {
    width: 100%;
    opacity: 1;
}
.caseDetail_1 .hcBtn img{
    width: auto;
    margin-right: 7px;
    vertical-align: middle;
}
.caseDetail_2 .tit{
    line-height: 70px;
    background-color: #F7F7F7;
    text-align: center;
    font-size: 16px;
    transition: .5s;
}
.caseDetail_2 .swiper-slide:hover .scaleImg img{
    transform: scale(1.1);
}
.caseDetail_2 .swiper-slide:hover .tit{
    color: #1E68C5;
}
.caseDetail_2 .swiper-button-white{
    background-color: rgba(0,0,0,.6);
    width: 50px;
    height: 70px;
    margin-top: -35px;
    background-size: 20px 36px;
    transition: .5s;
}
.caseDetail_2 .swiper-button-prev{
    left: 0;
}
.caseDetail_2 .swiper-button-next{
    right: 0;
}
.caseDetail_2 .swiper-button-white:hover{
    background-color: #1E68C5;
}
/* contact */
.contact>.content{
    padding: 60px 0;
}
.contact .title{
    position: relative;
    font-size: 22px;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.contact .title::after{
    content: "";
    position: absolute;
    left: 50%;
    height: 2px;
    bottom: 0;
    margin-left: -25px;
    width: 50px;
    background-color: #0074FF;
}
.contact_1{
    margin-bottom: 60px;
}
.contact_1 .mode{
    width: 388px;
    margin-right: 18px;
    position: relative;
}
.contact_1 .mode:nth-child(3){
    margin-right: 0;
}
.contact_1 .mode .info{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    margin-top: -33.5px;
}
.contact_1 .mode .info a{
    display: inline-block;
}
.contact_1 .mode .info .icon{
    margin-right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 60px;
    transition: .5s;
}
.contact_1 .mode .info .icon img{
    width: auto;
    vertical-align: middle;
    transform: scale(1);
    display: inline-block;
}
.contact_1 .mode .info .icon img:last-child{
    display: none;
}
.contact_1 .mode .info .txt{
    color: #fff;
    font-size: 16px;
    text-align: left;
    transition: .5s;
}
.contact_1 .mode .info .txt p:first-child{
    margin-bottom: 20px;
}
.contact_1 .mode:hover .info .icon{
    border-color: #FFC200;
}
.contact_1 .mode:hover .info .icon img:first-child{
    display: none;
}
.contact_1 .mode:hover .info .icon img:last-child{
    display: inline-block;
}
.contact_1 .mode:hover .info .txt{
    color: #FFC200;
}
.contact_2 iframe{
    width: 100%;
    height: 500px;
}
/* job */
.job>.content{
    padding: 60px 0;
}
.job .mode{
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #FAFBFC;
    padding: 40px 30px 0 30px;
    height: 380px;
    transition: .5s;
}
.job .mode:nth-of-type(3n){
    margin-right: 0;
}
.job .mode .name{
    font-size: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E3E3;
    transition: .5s;
    margin-bottom: 20px;
    position: relative;
}
.job .mode .name span{
    font-size: 16px;
    color: #666666;
}
.job .mode .name::before{
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0;
    background-color: #1E68C5;
    height: 1px;
    transition: .5s;
}
.job .mode .tit{
    font-size: 16px;
    padding-left: 12px;
    border-left: 3px solid #1E68C5;
    margin-bottom: 7px;
}
.job .mode .txt{
    color: #666666;
    line-height: 30px;
    font-size: 13px;
}
.job .mode .hcBtn{
    width: 110px;
    line-height: 34px;
    margin-top: 20px;
    border: 1px solid #BBBBBB;
    color: #999999;
}
.job .mode:hover{
    box-shadow:0px 3px 18px 0px rgba(0, 0, 0, 0.2);
}
.job .mode:hover .name{
    color: #1E68C5;
}
.job .mode:hover .name::before{
    width: 100%;
}
.job .mode:hover .hcBtn {
    color: #fff;
    border-color: transparent;
}
.job .mode:hover .hcBtn::before{
    opacity: 1;
    width: 100%;
}
.job .hcBtn.more{
    width:180px;
    border: 0;
    line-height: 44px;
    color: #fff;
    margin: 0 auto;
}
.job .hcBtn.more img{
    width: auto;
    vertical-align: middle;
    margin-left: 3px;
}
.job .hcBtn.more::before{
    opacity: 1;
    width: 100%;
}
/* news */
.news>.content{
    padding: 60px 0;
}
.news .hcBtn.more{
    width:180px;
    border: 0;
    line-height: 44px;
    color: #fff;
    margin: 0 auto;
}
.news .hcBtn.more img{
    width: auto;
    vertical-align: middle;
    margin-left: 3px;
}
.news .hcBtn.more::before{
    opacity: 1;
    width: 100%;
}
.news .content li{
    margin-bottom: 50px;
    background-color: #FAFBFC;
    transition: .5s;
}
.news .content li .scaleImg{
    width: 390px;
}
.news .content li .info{
    width: 810px;
    padding: 24px 24px 0 40px;
}
.news .content li .info .times{
    font-size: 13px;
    color: #999999;
    margin-bottom: 24px;
}
.news .content li .info .times img{
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
    margin-top: -4px;
}
.news .content li .info .tit{
    font-size: 20px;
    margin-bottom: 20px;
    transition: .5s;
}
.news .content li .info .txt{
    color: #999999;
    line-height: 28px;
    margin-bottom: 24px;
}
.news .content li .info .hcBtn{
    width:110px;
    line-height:34px;
    border: 1px solid #BBBBBB;
    color: #999999;
}
.news .content li:hover{
    background-color: #fff;
    box-shadow:0px 0px 29px 0px rgba(0, 0, 0, 0.32);
}
.news .content li:hover .scaleImg img{
    transform: scale(1.1);
}
.news .content li:hover .info .tit{
    color: #1E68C5;
}
.news .content li:hover .info .hcBtn {
    color: #fff;
    border-color: transparent;
}
.news .content li:hover .info .hcBtn::before{
    opacity: 1;
    width: 100%;
}
.news .content li:nth-of-type(2n) .scaleImg{
    float: right;
}
.news .content li:nth-of-type(2n) .info{
    padding: 40px 24px 0 24px;
}
.contact .contactContent .form-input{
    position: relative;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 30px;
    border: solid #D8D8D8;
    border-width: 0 1px 1px 0;
    height: 48px;
}
.contact .contactContent .form-input::before {
    content: "";
    position: absolute;
    height: 1px;
    top: 0px;
    right: 0;
    left: 52px;
    background-color: #D8D8D8;
}
.contact .contactContent .form-input::after {
    content: "";
    position: absolute;
    width: 1px;
    bottom: 0px;
    left: 0;
    top: 12px;
    background-color: #D8D8D8;
}
.contact .contactContent .form-input label {
    position: absolute;
    top: -9.5px;
    left: 0;
    color: #666666;
}
.contact .contactContent .form-input label span {
    color: #E62129;
}
.contact .contactContent .form-input input{
    height: 100%;
    display: block;
    padding: 0 15px;
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #666666;
}
.contact .contactContent .form-input.text{
    margin-right: 0;
    height: auto;
    width: 100%;
}
.contact .contactContent .form-input.text textarea{
    height: 100%;
    display: block;
    padding: 15px;
    width: 100% !important;
    border: 0;
    font-size: 16px;
    color: #666666;
    min-height: 84px;
}
.contact .contactContent .form-input.code{
    width: 330px;
}
.contact .contactContent .form-input.code img{
    position: absolute;
    width: 134px;
    top: 1px;
    right: 0px;
    height: 46px;
}
.contact .contactContent .form-input.code input{
    padding-right: 150px;
}
.contact .contactContent form button{
    width:270px;
    line-height:48px;
    background-color:#FFC200;
    text-align: center;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
/*messageContent*/
.messageContent{
    position: fixed;
    top: 50%;
    box-shadow: 0px 2px 3px rgba(0,0,0,.4);
    left: 50%;
    background-color: #fff;
    width: 300px;
    height:204px;
    text-align: center;
    border-radius: 5px;
    margin-top:-102px;
    margin-left:-150px;
    transition: 1s;
    opacity: 0;
    z-index: -1;
}
.messageContent img{
    width: 73px;
    display: block;
    margin: 0 auto;
    margin-top:50px;
}
.messageContent p{
    color: #FF8992;
    font-size: 14px;
    margin-top: 12px;
}
.about2{
	margin-top:40px;
}
.about2 .mode{
	width:288px;
	margin-right:16px;
	margin-bottom:15px;
	padding:5px;
	border:1px solid rgba(0,0,0,0.1);
	position:relative;
	cursor:pointer;
}
.about2 .mode img{
	display:block;
}
.about2 .mode:nth-of-type(4n){
	margin-right:0;
}
.about2 .mode a{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.4);
	opacity:0;
	transition:.5s;
	-webkit-transition:.5s;
}
.about2 .mode:hover a{
	opacity:1;
}
#zoom img{
	width:auto;
}

/* service */
.service .content{
    padding: 40px 0;
}
.service .content>.clearfix{
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    border-right: 0;
}
.service .mode{
    border: 1px solid #d6d6d6;
    border-top: 0;
    border-left: 0;
    padding-bottom: 15px;
    width: 50%;
}
.service .mode>a{
    width: 280px;
    margin: 15px 0 0 10px;
}
.service .mode .info{
    width: 308px;
    padding: 30px 10px 0 30px;
}
.service .mode .info a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.service .mode .info p{
    margin: 5px 0;
    padding-left: 42px;
    position: relative;
}
.service .mode .info p span{
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
/* serviceDetail */
.serviceDetail .content{
    padding: 40px 0;
}
.serviceDetail_1{
    margin-bottom: 10px;
}
.serviceDetail_11{
    width: 660px;
    padding-right: 40px;
}
.serviceDetail_11 .tit{
    font-size: 22px;
    color: #000;
    line-height: 40px;
}
.serviceDetail_11 .txt{
    line-height: 28px;
    position: relative;
    padding-left: 48px;
    margin-top: 7px;
}
.serviceDetail_11 .txt span{
    color: #005999;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.serviceDetail_11 .txt a{
    margin-left: 20px;
}
.serviceDetail_11 .txt a img{
    width: auto;
    vertical-align: middle;
    margin-right: 7px;
}
.serviceDetail_12{
    width: 540px;
}
.serviceDetail_2 .title{
    background: url(../images/local.png) no-repeat left;
    padding-left: 22px;
    margin: 10px 0;
}
.serviceDetail_2 .center .hd{
    height: 32px;
    line-height: 32px;
    background: #ebebeb;
    position: relative;
}
.serviceDetail_2 .center .hd span{
    float: left;
    width: 87px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    color: #000;
    margin-right: 10px;
}
.serviceDetail_2 .center .hd span.active{
    background: url(../images/on.jpg) no-repeat;
}
.serviceDetail_2 .center .bd{
    padding: 15px;
    border: 1px solid #ccc;
    border-top:0;
}
.serviceDetail_2 .center .bd>div{
    display: none;
}
.serviceDetail_2 .center .bd>div.show{
    display: block;
}
.serviceDetail_211 .mImg{
    width: 500px;
}
.serviceDetail_211 .info{
    width: 668px;
    padding-left: 40px;
    line-height: 28px;
}
.serviceDetail_211 .info .tit1{
    color: rgb(0,0,128);
    font-size: 16px;
    font-weight: bold;
}
.serviceDetail_211 .info .txt1{
    color: rgb(105,105,105);
}
.serviceDetail_211 .info .txt2{
    color: rgb(105,105,105);
    font-weight: bold;
}
.serviceDetail_211 .info .txt2 span{
    font-weight: 100;
    color: rgb(255,0,0);
}
.serviceDetail_211 .info .tit2{
    color: rgb(105,105,105);
    font-weight: bold;
    font-size: 16px;
}
.serviceDetail_211 .info .txt3{
    color: rgb(105,105,105);
    padding-left: 32px;
}
.serviceDetail_211 .info .txt3 span{
    font-weight: bold;
    display: block;   
}
.serviceDetail_212{
    margin-top: 20px;
}
.serviceDetail_212 .tit{
    font-weight: bold;
    font-size: 16px;
    color: rgb(105,105,105);
}
.serviceDetail_212 .rows{
    margin-right: 68px;
    width: 550px;
    margin-top: 20px;
}
.serviceDetail_212 .rows:nth-of-type(2n){
    margin-right: 0;
}
.serviceDetail_212 .rows .icon{
    width: 70px;
}
.serviceDetail_212 .rows .info{
    width: 480px;
}
.serviceDetail_212 .rows .info p:first-child{
    font-weight: bold;
}
.serviceDetail_212 .rows .info img{
    width: 12px;
    margin-right: 7px;
}
.serviceDetail_212 .rows .info p:last-child{
    color: rgb(105,105,105);
    line-height: 20px;
}
.serviceDetail_221 .mImg{
    width: 550px;
}
.serviceDetail_221 .info{
    width: 618px;
    color: rgb(105,105,105);
    padding: 20px 0;
    padding-left: 40px;
}
.serviceDetail_221 .info .tit{
    font-weight: bold;
    line-height: 24px;
}
.serviceDetail_221 .info .tit img{
    width: 12px;
    margin-right: 7px;
}
.serviceDetail_221 .info .txt{
    line-height: 24px;
}
.serviceDetail_221 .info .txt2{
    margin-top: 20px;
}

.serviceDetail_221 .info .txt2 span{
    padding-left: 50px;
    width: 35%;
    line-height: 32px;
    position: relative;
}
.serviceDetail_221 .info .txt2 span::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    left: 30px;
    background-color: #1E68C5;
}
.serviceDetail_221 .info .txt2 span:first-child{
    padding-left: 0;
    width: 100%;
}
.serviceDetail_221 .info .txt2 span:first-child::before{
    display: none;
}
.serviceDetail_222 .mode{
    width: 550px;
    margin-right: 68px;
    margin-top: 20px;
}
.serviceDetail_222 .mode:nth-of-type(2n){
    margin-right: 0;
}
.serviceDetail_222 .mode .tit{
    font-weight: bold;
    line-height: 24px;
}
.serviceDetail_222 .mode .tit img{
    width: 12px;
    margin-right: 7px;
}
.serviceDetail_222 .mode .txt{
    line-height: 24px;
}
.serviceDetail_222 .mode img{
    margin-top: 5px;
}
.serviceDetail_23 .info{
    width: 848px;
    padding-right: 168px;
    color: rgb(105,105,105);
}
.serviceDetail_23 .info .tit{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.serviceDetail_23 .info .txt{
    line-height: 26px;
}
.serviceDetail_23 .info .mImg{
    margin-top: 20px;
}
.serviceDetail_23 .bgImg{
    width: 320px;
}
.serviceDetail_24{
    margin-bottom: 20px;
    color: rgb(105,105,105);
    line-height: 22px;
}
.serviceDetail_24 .tit{
    font-size: 16px;
    font-weight: bold;
}
.serviceDetail_24 img{
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-top: 10px;
}
.serviceDetail_24 img:nth-of-type(3n){
    margin-right: 0;
}
.serviceDetail_25{
    margin-bottom: 15px;
}
.serviceDetail_25>.tit{
    font-weight: bold;
    font-size: 18px;
    color: rgb(255,0,0);
    margin-bottom: 7px;
}
.serviceDetail_25>.txt{
    padding-left: 34px;
    color: rgb(105,105,105);
    line-height: 22px;
}
.serviceDetail_25 .table{
    padding-left: 34px;
    text-align: center;
}
.serviceDetail_25 .table .tit{
    color: rgb(105,105,105);
    margin-bottom: 7px;
}
.serviceDetail_25 .table table{
    width: 100%;
    text-align: center;
    border: solid rgb(68,84,106);
    border-width: 1px 0 0 1px;
}
.serviceDetail_25 .table table td,.serviceDetail_25 .table table th {
    border-right: 1px solid rgb(68,84,106);
    border-bottom: 1px solid rgb(68,84,106);
    padding: 7px 0;
    color: rgb(0,112,192);
}
.serviceDetail_26 img{
    float: left;
    width: 33%;
    margin-right: .5%;
    margin-bottom: 10px;
}
.serviceDetail_26 img:nth-of-type(3n){
    margin-right: 0;
}