section {
    position: relative;
    overflow: hidden;
    width:100%;
}

.part {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #b00;*/
    position: relative;
}
::-moz-selection {
    background:lightpink;
    color:#fff;
}
::selection {
    background:lightpink;
    color:#fff;
}
body {
    font-family: 微软雅黑;
    /* padding-bottom: 55px; */
    /*overflow: hidden;*/
}
.cursor {
    cursor: pointer;
}
h1,h2,h3,p,ul{
    padding:0;
    margin:0;
}
/*tc start */

.sectionTC {
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.cursor {
    cursor: pointer;
}

/*第一部分开始*/
.part111 {
    /*z-index: 10000;*/

}

.bannerImg {
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    /*margin-left: -*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bannerBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}
.bannerBox video{
    width:670px;
    height:344px;
    margin: 0 auto;
    margin-top:3%;
}
.banner-top{
    width:45%;
    /*height:222px;*/
    margin: 0 auto;
    margin-top: 3%;

}
.banner-bottom{
    width:60%;
    /*height:279px;*/
    margin: 0 auto;
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.errImg {
    position: absolute;
    right: 0;
    top: 47px;
    cursor: pointer;
}


/*第一部分开始*/
.section1 {
}
.section1 img{
    width:100%;
}
.part1 {
}
/*第2部分开始*/
.section2{
    padding-bottom: 65px;
}

.part2 {
    padding:0 30px;
}
.sec2-title{
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #267df1;
    font-weight: normal;
    text-align: center;
    line-height:2;
    font-weight: bold;
}
.sec2-content{
    color: #666666;
    font-size: 18px;
    line-height: 2;

}
.swiperBox{
    width:874px;
    height: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #b00;*/
    margin:0 auto;
    margin-top: 50px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-container-mainPeople {
    width: 694px;
    height: 413px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #b00;*/
}
.swiper-container-mainPeople .swiper-slide img{
    width:100%;
}
.swiper-button-next, .swiper-button-prev {
    top: 40%;
    width:43px;
    height: 61px;
    outline: none;
}
.swiper-button-next{
    background:url(../images/12.png) no-repeat center center;

}
.swiper-button-prev{
    background:url(../images/13.png) no-repeat center center;
}

.swiperBox .swiper-tabBox{
    list-style: none;
    width:694px;
    height:55px;
    margin:0 auto;
    background-color: #eeeeee;

}
.swiperBox .swiper-tabBox .tab-item{
    float: left;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.swiperBox .swiper-tabBox .tab-item:first-child,.swiperBox .swiper-tabBox .tab-item:last-child  {
    border-bottom: 7px solid #267df1;
}
.swiperBox .swiper-tabBox .tab-item:nth-child(2) {
    border-bottom: 7px solid #fabd41;
}
.swiperBox .swiper-tabBox .tab-item:nth-child(3) {
    border-bottom: 7px solid #4ab3e6;
}
.swiperBox .swiper-tabBox .tab-item p{
    font-size: 18px;
    color: #333;
    text-align: center;
    /*line-height: 2;*/

}
.swiperBox .swiper-tabBox .tab-item{
}

.mustShow.item-1 p{
    color: #267df1 !important;
    font-weight: bold;
}
.mustShow.item-2 p{
    color: #fabd41 !important;
    font-weight: bold;

}
.mustShow.item-3 p{
    color: #4ab3e6 !important;

    font-weight: bold;

}
.mustShow.item-4 p{
    color: #eb3d45 !important;
    font-weight: bold;
    

}
/*第3部分开始*/
.section3{
    background:url("../images/4.png") no-repeat center center;
    background-size: cover;
    height:798px;
}
.section3 img{
    width:100%;
}
.part3 {
    height:592px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #b00;*/
    position: absolute;
    top:99px;
    left:0;
    right:0;
    margin:0 auto;
    color: #fff;
}
.sec3-titleBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:38px ;
    line-height: 75px;
    color: #fff;

}
.sec3-titleBox span:nth-child(1){
    width:218px;
    height:74px;
    background-color: #277ef2;
    font-weight: bold;

    text-align: center;
    margin-right: 12px;
}
.sec3-titleBox span:last-child{

}
.sec3-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height:403px;
    width:1040px;
    margin:0 auto;
    margin-top: 110px;
    position: relative;
}
.sec3-content .column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec3-content .column .item{
    width:59px;
    height:62px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}
.sec3-content .column:first-child .item:first-child{
    border-top:9px solid #277ef2 ;
    border-left:9px solid #277ef2 ;
}
.sec3-content .column:first-child .item:last-child{
    border-top:9px solid #277ef2 ;
    border-right:9px solid #277ef2 ;
}
.sec3-content .column:last-child .item:first-child{
    border-bottom:9px solid #277ef2 ;
    border-left:9px solid #277ef2 ;
}
.sec3-content .column:last-child .item:last-child{
    border-bottom:9px solid #277ef2 ;
    border-right:9px solid #277ef2 ;
}

.sec3-inner{
    width:100%;
    height: 100%;
    position: absolute;
    top:187px;
    left:0;
}
.sec3-inner h1{
    font-size: 30px;
    text-align: center;
    position: relative;
    line-height: 60px;
    padding-top: 15px;
    margin-bottom: 30px;
}
.sec3-inner h1:after{
    content: ' ';
    display: block;
    width:90px;
    height:1px;
    background-color: #ad172b;
    position: relative;
    bottom:0;
    left:50%;
    margin-left: -45px;
}
.sec3-inner p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
}
/*第3.5部分开始*/
.section3-5{
    background:#ededed url("../images/15.png") no-repeat center 77px;
    background-size: 928px 515px;
    height:650px;
}

.part3-5{
    /*height:100%;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 470px;
    width: 900px;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
}
.part3-5 .line{position: absolute;width: 900px;height: 470px;top: 0px;}
.part3-5 .line a{display: block;width: 150px;height: 150px;position: absolute;}
.part3-5 .line .one{top: 40px;left: 382px;}
.part3-5 .line .two{top:169px;left: 256px}
.part3-5 .line .three{top: 169px;right: 232px;}
.part3-5 .line .four{bottom: 0px;left: 382px;}
.part3-5 .line{}
.part3-5 .line{}
.columnB{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.part3-5 p{
    width: 280px;
    line-height: 1.5;
    font-size: 14px;
    color: #444444;
    text-align: justify;
}
.part3-5 p span{

    color: #c41b29;
}
.part3-5 p.news-1{margin-top: -65px;}
.part3-5 p.news-4{padding-top: 185px;}
/*第4部分开始*/
.section4{
    background:url("../images/6.png") no-repeat center bottom;
    background-size: 100% 209px;
    height:931px;
}
.section4:before{
    content: ' ';
    display: block;
    width:100%;
    height:3px;
    background-color: #d7d7d7;
    position: absolute;
    top:160px;
    left:0;
}
.part4{
    height:100%;
}
.sec4-title{
    font-size: 30px;
    text-align: center;
    margin-top: 95px;
}
.sec4-title span:last-child{
    color: #ad172b;
    font-weight: normal;
}
.yearItems{
    display: block;
    margin: 0 auto;
    margin-top: 145px;
}
.sec5-content{
    position: relative;
    color: #666666;
    font-size: 14px;
}
.yearInfo-1{
    list-style: none;
    position: absolute;
    top:0;
    left:50px;
}
.yearInfo-1 li{
    width:222px;
    text-align: justify;
    float: left;
    margin-right: 70px;
    line-height: 1.5;
}

.yearInfo-2{
    list-style: none;
    position: absolute;
    top:430px;
    left:235px;
}
.yearInfo-2 li{
    width:222px;
    text-align: justify;
    float: left;
    margin-right: 70px;
    line-height: 1.5;
}

/*第5部分开始*/
.section5{
    background:url("../images/7.png") no-repeat center center;
    background-size:cover;
    height:954px;
}
.part5{
    height:100%;
}
.sec5-title{
    font-size: 30px;
    margin-left: 590px;
    margin-top: 75px;
}
.sec5-title span:last-child{
    color: #ad172b;
    font-weight: normal;
}

.culm-tabs{
    margin-left: 590px;
    list-style: none;
    margin-top: 55px;
}
.culm-tabs li{
    height:196px;
    cursor: pointer;
}
.culm-tabs li h3{
    font-size: 24px;
    color: #323232;
    margin-bottom: 25px;
}
.culm-tabs li p{
    font-size: 18px;
    color: #666666;
    line-height: 2;
}
/*第6部分开始*/
.section6{
    height:873px;
}
.part6{
    height:100%;
}

.section6:before{
    content: ' ';
    display: block;
    width:100%;
    height:3px;
    background-color: #d7d7d7;
    position: absolute;
    top:160px;
    left:0;
}

.sec6-title{
    font-size: 30px;
    text-align: center;
    margin-top: 95px;
}
.sec6-title span:last-child{
    color: #ad172b;
    font-weight: normal;
}
.serverBox{
    list-style: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 100px;
    cursor: pointer;
}
.serverBox li{
    width:352px;
    height:434px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dedede;
    /*background-color: #ededed;*/
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.serverBox li:hover{
    -webkit-box-shadow: 10px 10px 10px #ccc;
    box-shadow: 10px 10px 10px #ccc;
    -webkit-transform: translateX(-3px) translateY(-10px);
    -ms-transform: translateX(-3px) translateY(-10px);
    transform: translateX(-3px) translateY(-10px);
}


.serverBox li img{
    width:100%;
}
.serverBox li div{
    height:160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding:0 25px;
}
.serverBox li div p{
    text-align: justify;
}
.serverBox li  h3{
    text-align: center;
    font-size: 24px;
    color: #111111;
    margin-top: 32px;
}
.applyBtn{
    display: block;
    width:300px;
    height:62px;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 5px;
    background-color: #ad172b;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.part4 .applyBtn{margin-top: 130px;}

/*第7部分开始*/
.section7{
    background: url("../images/11.png") no-repeat center center;
    height:716px;
    background-size: cover;

}
.part7{
    height:100%;
}
.part7:before{
    content: ' ';
    display: block;
    width:100%;
    height:3px;
    background-color: #d7d7d7;
    position: absolute;
    top:60px;
    left:0;
}
.sec7-title{
    font-size: 30px;
    text-align: center;
    margin-top: 95px;
}
.sec7-title span:last-child{
    color: #ad172b;
    font-weight: normal;
}
.sec7-content{
    padding:0 30px;
    text-align: center;
    margin-top: 65px;
    color: #333333;
    font-size: 18px;
}

.sec7-content h2,.sec7-content h3{
    font-size: 24px;
    font-weight:normal;
}
.sec7-content h3{
    color: #931e23;
    margin: 35px 0 10px 0;
}
.sec7-content p{
    line-height: 2;
}
.main-heart{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
}

/*第8部分开始*/

.section8 {
    height: 240px;
    overflow: hidden;
    background-color: #2f2627;
}

.part8 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.part8 img {
    width: 200px;
    height: 49px;
    margin: 10px auto;

}

.part8 div.line {
    width: 260px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
}

.part8 p {
    color: #cbced5;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}





















/*第11部分开始*/
.section11 {
    width: 100%;
    height: 55px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    /*margin: 3px 0;*/
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
}

.part11 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.part11 span {
    color: #ad172b;
    font-size: 22px;
}

.getInfo-phone2 {
    width: 278px;
    height: 36px;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    /*background: url(../images/9.png) no-repeat 15px center;*/
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;

}

.getInfo-phone2 input {
    width: 90%;
    height: 30px;
    /*text-indent: 2em;*/
    -webkit-apperence: none;
    border: 0;
    outline: none;
    float: right;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-left: 8px;

}

.getInfo-phone2 input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.getInfo-phone2 input:-ms-input-placeholder {
    color: #a9a9a9;
}

.getInfo-phone2 input:-ms-input-placeholder {
    color: #a9a9a9;
}

.getInfo-phone2 input::-ms-input-placeholder {
    color: #a9a9a9;
}

.getInfo-phone2 input::placeholder {
    color: #a9a9a9;
}

.getInfo-phone2 img {
    width: 21px;
    height: 25px;
}

.part11 a {
    cursor: pointer;
    width: 120px;
    height: 36px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #ad172b;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;

}

.ask-info {
    width: 130px;
    background-color: #e7e7e7;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
}

.ask-info img {
    width: 49px;
    height: 42px;
    margin-right: 10px;
}

.ask-info span {
    font-size: 18px;
    color: #000;
}
.section3-67{
    /* background: #ededed url('../images/hhh.jpg') no-repeat center; */
    background-size: 1084px 515px;
    height:710px;
}
.floor{
    width: 60%;
    height: 410px;
    margin: 0 auto;
    margin-top: 20px;
}
.floor_bt{
    width: 100%;
    float: left;
    margin-top:50px;
}
.fl_cen{
    width: 30%;
    float: left;
    margin-right: 3%;
}
@-webkit-keyframes anim-moema-2 {
	to {
        opacity: 0.8;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
}
@keyframes anim-moema-2 {
	to {
        opacity: 0.8;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
}
.fl_cen img:hover {
  cursor: pointer;
-webkit-animation: anim-moema-2 0.3s forwards;
animation: anim-moema-2 0.3s forwards;
}

