*{
	margin:0;
	padding:0;
}
body {
    font-size: 14px;
    font-family: '微软雅黑';
    background: #fff;
}

.flex {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.flex-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.container-1400 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-1000 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-800 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.add-us .row .col-md-2 {
    height: 200px;
}

nav.navbar {
    background: #fff;
    border-bottom: 3px solid #4cd7e8;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}

nav.navbar .logo, nav.navbar .logo a {
    padding: 0;
}

nav.navbar .logo img {
    height: 70px;
    margin-top: -2px;
}

nav.navbar .logo {
    margin-right: 90px;
}

.container-fluid .navbar-collapse {
    position: relative;
}

.navbar-nav {
    float: none;
    text-align: center;
}

nav.navbar .navbar-nav {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: 5px;
}

.navbar-nav>li {
    padding: 20px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 3px 20px;
    border-radius: 12px;
}

.navbar-default .navbar-nav>li>a {
    color: #79daef;
}

.navbar-default .navbar-nav>.active {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #4cd7e8;
    color: #fff;
}

.navbar-nav>li>a>span {
    background-image: url('../image/nav-new.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 22px;
    width: 20px;
}

.navbar-nav>li>a>span.icon1 {
    background-position: -6px -64px;
}

.navbar-nav>li>a>span.icon2 {
    margin-right: 4px;
    background-position: -3px -45px;
}

.navbar-nav>li>a>span.icon3 {
    background-position: -6px -24px;
}

.navbar-nav>li>a>span.icon4 {
    background-position: -6px -2px;
}

.navbar-nav>li>a>span.icon5 {
    background-position: -4px -84px;
}

.navbar-default .navbar-nav>li>a:hover>span.icon1, .navbar-default .navbar-nav>li>a:focus>span.icon1, .navbar-default .navbar-nav>.active>a>span.icon1, .navbar-default .navbar-nav>.active>a:hover>span.icon1, .navbar-default .navbar-nav>.active>a:focus>span.icon1 {
    background-position: -26px -64px;
}

.navbar-default .navbar-nav>li>a:hover>span.icon2, .navbar-default .navbar-nav>li>a:focus>span.icon2, .navbar-default .navbar-nav>.active>a>span.icon2, .navbar-default .navbar-nav>.active>a:hover>span.icon2, .navbar-default .navbar-nav>.active>a:focus>span.icon2 {
    background-position: -26px -45px;
}

.navbar-default .navbar-nav>li>a:hover>span.icon3, .navbar-default .navbar-nav>li>a:focus>span.icon3, .navbar-default .navbar-nav>.active>a>span.icon3, .navbar-default .navbar-nav>.active>a:hover>span.icon3, .navbar-default .navbar-nav>.active>a:focus>span.icon3 {
    background-position: -26px -24px;
}

.navbar-default .navbar-nav>li>a:hover>span.icon4, .navbar-default .navbar-nav>li>a:focus>span.icon4, .navbar-default .navbar-nav>.active>a>span.icon4, .navbar-default .navbar-nav>.active>a:hover>span.icon4, .navbar-default .navbar-nav>.active>a:focus>span.icon4 {
    background-position: -26px -2px;
}

.navbar-default .navbar-nav>li>a:hover>span.icon5, .navbar-default .navbar-nav>li>a:focus>span.icon5, .navbar-default .navbar-nav>.active>a>span.icon5, .navbar-default .navbar-nav>.active>a:hover>span.icon5, .navbar-default .navbar-nav>.active>a:focus>span.icon5 {
    background-position: -26px -84px;
}

.ad .carousel-indicators li {
    width: 70px;
    height: 8px;
    background: #4cd7e8;
    border: none;
}

.ad .carousel-indicators .active {
    background: #fff;
}

.ad .carousel-indicators {
    bottom: 40px;
}

.main {
    margin-top: 1.5rem;
    z-index: 9999;
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
}

.main .pro {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    /*-webkit-box-shadow: 0px 0px 10px #999;
            box-shadow: 0px 0px 10px #999;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: all 0.2s ease-in-out;
}

.main .pro .img {
    width: 100%;
    /*height: 100%;*/
}

.main .pro img {
    width: 100%;
    /* height: 100%;*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: all 0.4s ease-in-out;
}

.main .pro:hover .mask {
    opacity: 1;
    /* -webkit-animation: fadeOut .6s .0s ease both;*/
}

.main .pro:hover img {
    transform: scale(1.05);
    /*-webkit-animation: pulse 0.5s .2s ease both;
    -moz-animation: pulse 0.5s .2s ease both;*/
}

.main .pro:hover .text {
    background: rgba(0, 207, 233, .6);
}

.main .pro:hover .text i {
    animation: move 1s infinite ease-in-out;
    -webkit-animation: move 1s infinite ease-in-out;
    -moz-animation: move 1s infinite ease-in-out;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

.main .active .mask {
    background: rgba(221, 221, 221, 0);
}

.main .active .text {
    background: rgba(0, 0, 0, 0.6);
}

.main i {
    position: absolute;
    top: 50%;
    right: 10px;
    /*width: 100%;*/
    /*margin-top: 3px;
    display: block;
    float: left;*/
    height: 11px;
    width: 14px;
    background: url('../image/icon.png') no-repeat 0 0 / 100% 100%;
    transform: translate(0, -50%);
}

@-webkit-keyframes move {
    0% {
        transform: translate(0, -50%);
        opacity: 0;
    }
    70% {
        transform: translate(-120%, -50%);
        opacity: 1
    }
    100% {
        transform: translate(-150%, -50%);
        opacity: 0;
    }
    /*0% {
    transform: translate(0, -50%);
  }

  100% {
    transform: translate(-150%, -50%);
  }*/
}

.main .h-5 {
    height: 223px;
    margin-bottom: 10px;
}

.main .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(221, 221, 221, 0.3);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.main .col-xs-1, .main .col-sm-1, .main .col-md-1, .main .col-lg-1, .main .col-xs-2, .main .col-sm-2, .main .col-md-2, .main .col-lg-2, .main .col-xs-3, .main .col-sm-3, .main .col-md-3, .main .col-lg-3, .main .col-xs-4, .main .col-sm-4, .main .col-md-4, .main .col-lg-4, .main .col-xs-5, .main .col-sm-5, .main .col-md-5, .main .col-lg-5, .main .col-xs-6, .main .col-sm-6, .main .col-md-6, .main .col-lg-6, .main .col-xs-7, .main .col-sm-7, .main .col-md-7, .main .col-lg-7, .main .col-xs-8, .main .col-sm-8, .main .col-md-8, .main .col-lg-8, .main .col-xs-9, .main .col-sm-9, .main .col-md-9, .main .col-lg-9, .main .col-xs-10, .main .col-sm-10, .main .col-md-10, .main .col-lg-10, .main .col-xs-11, .main .col-sm-11, .main .col-md-11, .main .col-lg-11, .main .col-xs-12, .main .col-sm-12, .main .col-md-12, .main .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.main .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 15px;
    z-index: 3;
    width: 100%;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main .bule_shallow {
    background: #4cd7e8;
}

.main .bule_deep {
    background: #4FA1D9;
}

.main .black_shallow {
    background: rgba(0, 0, 0, .6);
}

.show {
    margin-top: 70px;
}

.show .pro {
    text-align: center;
    height: 320px;
    position: relative;
}

.show .img {
    display: block;
}

.show .img img {
    height: 285px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: all 0.4s ease-in-out;
}

.show .pro:hover img {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

.show .b-icon {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url('../image/index-ag-y.png') no-repeat;
    background-size: 100% 100%;
    background-position-x: 50%;
}

/* #footer-logo {
    width: 47.2vw;
    margin: 7vw auto;
}

.cot.footer {
    margin-top: 0px;
}

.footer {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    background: black;
}

.footer.anti {
    background: transparent;
    margin-bottom: 1rem;
}

.footer .footer-content {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 90;
}

.footer p {
    font-size: 12px;
    color: #aaa;
}

.footer a {
    font-size: 12px;
    color: #aaa;
    text-decoration: none;
}

.footer a:hover {
    color: #ddd;
}

.contact-ad {
    position: relative;
} */

.footer{
	width:100%;
	background-color: black;
	padding:20px 0;
}
.footer .footerContent{
	width:1280px;
	margin:0 auto;
	overflow: hidden;
}
.footer .footerContent .leftImg{
	width:20%;
	height:100%;
	float:left;
	margin-top:90px;
}
.footer .footerContent .rightText{
	float:left;
	margin-left:40px;
}
.footer .footerContent .rightText ul{
	padding:30px 0;
}
.footer .footerContent .rightText ul li{
	display: inline-block;
	color:#ffffff;
	margin-left:10px;
}
.footer .footerContent .rightText ul li.firstLi{
	margin-left:0px;
}
.footer .footerContent .rightText ul li a{
	color:#ffffff;
	margin-right:10px;
}
.footer .footerContent .rightText p{
	font-size:14px;
	margin:5px 0;
	color:#AAAAAA;
}
.footer .footerContent .rightText p a{
	color:#999999
}
.footer .footerContent .rightText .lastP a{
	margin-right:20px;
}

.contact-ad .text {
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: .2s;
    transition: .2s;
}

.contact-ad .text h2 {
    text-align: center;
    color: #fff;
}

.contact-ad .text .aui-hr {
    position: relative;
    margin-bottom: 15px;
}

.contact-ad .text .aui-hr font {
    position: absolute;
    display: block;
    top: -3px;
    height: 6px;
    width: 6px;
    background: #4cd7e8;
    border-radius: 2px;
    left: 25%;
    -webkit-transition: .4s;
    transition: .4s;
}

.contact-ad .text .aui-hr:after {
    background: #4cd7e8;
}

.contact-ad .text .address {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 30px;
    padding-left: 10px;
    text-align: center;
}

.contact-ad .text .address a {
    position: relative;
    padding: 4px 20px;
    color: #fff;
    border: 1px solid #4cd7e8;
    border-radius: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 16px;
    width: 210px;
    display: inline-block;
    text-decoration: none;
}

.contact-ad .text .address a:hover {
    text-decoration: none;
}

.contact-ad .text .address a.active, .contact-ad .text .address a:hover {
    background: #4cd7e8;
}

.contact-ad .text .address .active:after {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #4cd7e8;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.contact-ad .text p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 2px 10px;
    white-space: nowrap;
}

#tc p {
    font-size: 32px;
}

.contact-ad .text p .icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url('../image/contact-icon.png') no-repeat;
    background-size: 64px 82px;
    position: relative;
    top: 10px;
}

.contact-ad .text p .addre {
    background-position: -33px 2px;
}

.contact-ad .text p .email {
    background-position: -5px 2px;
}

.contact-ad .text p .phone {
    background-position: -31px -53px;
}

.info {
    padding: 0px 0px;
}

.info h4 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
}

.info p {
    font-size: 14px;
    color: #999;
    max-width: 800px;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    margin: 0 auto;
}

.info .detail {
    margin: 30px auto;
    width: 340px;
    text-align: center;
}

.info .detail span {
    padding-left: 28px;
    color: #fff;
    white-space: nowrap;
    position: relative;
}

.info .detail .flex-1 {
    position: relative;
    text-align: center;
}

.info .detail .icon {
    position: absolute;
    top: -6px;
    left: -5px;
    display: block;
    height: 30px;
    width: 30px;
    background: url('../image/contact-icon.png') no-repeat;
    background-size: 64px 82px;
}

.info .detail .icon.phone {
    background-position: -30px -51px;
}

.info .detail .icon.email {
    background-position: -5px 3px;
}
.img.widthimg{
	position:relative;
}
.img.widthimg, .img.widthimg img {
    width: 100%;
    height: 120%;
}

.company-ad {
    margin-bottom: 10px;
    position: relative;
}

.company-ad .img, .company-ad .img img {
    width: 100%;
}

.company-ad .position {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

.company-ad .position p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1rem;
}

.company.ad .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: auto;
    border: auto;
}

.company.ad .carousel-indicators {
    bottom: 10px;
}

.company-ad .position {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

.company-ad .position h2 {
    position: absolute;
    left: 50%;
    margin-left: -395px;
    line-height: 50px;
    font-size: 28px;
    margin-top: -143px;
}

.company-ad .position p {
    font-size: 16px;
    line-height: 30px;
    left: 50%;
    text-align: left;
    width: 600px;
    margin-top: -138px;
    margin-left: -205px;
    position: absolute;
}

.company-ad .position h2 {}

.company .text-position {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

.company .text-position h2 {
    margin: 10px 0px;
    font-size: 28px;
    line-height: 50px;
}

.company .text-position p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.company.timer {
    margin: 40px 0px;
    padding: 10px 50px;
    
    background-size: cover;
}

.company.timer h3 {
    text-align: center;
    margin-bottom: 10px;
}

.company.timer .steep .flex-1 {
    position: relative;
}

.company.timer .steep .line {
    position: absolute;
    top: 0px;
    right: -1px;
}

.company.timer .steep .line span {
    display: block;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    text-align: center;
    background: #4cd7e8;
    border-radius: 50%;
}

.company.timer .steep .line i {
    display: block;
    width: 12px;
    margin: 0 auto;
    height: 12px;
    background: #4FA1D9;
    border-radius: 50%;
}

.company.timer .steep .line .line-h {
    position: absolute;
    top: 16px;
    left: 7px;
    height: 220px;
    width: 2px;
    background: #ccc;
}

.company.timer .steep .aui-pull-right {
    position: relative;
    top: 30px;
    right: 20px;
}

.company.timer .steep .aui-pull-left img {
    position: relative;
    margin-top: 30px;
}

.company.timer .steep .aui-pull-left .san img {
    position: relative;
    margin-top: 0px;
}

.company.timer .steep .text {
    padding: 10px 20px;
    margin-top: 0px;
    width: 300px;
}

.company.timer .steep .text .border {
    background: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 10px #dbdcdc;
    box-shadow: 0px 0px 10px #dbdcdc;
    border: 1px solid #74d8f1;
    border-radius: 10px;
}

.company.timer .steep .text .border h3 {
    text-align: left;
    color: #4FA1D9;
    font-style: italic;
}

.company.timer .steep .san {
    margin-top: 0;
    left: 11px;
    -webkit-transform: translate3d(0%, 350%, 0);
    transform: translate3d(0%, 350%, 0);
    z-index: 999;
}

.company.timer .steep .fan .text h3 {
    text-align: right;
}

.company.timer .steep .zuo {
    position: absolute;
    right: 20px;
}

.company.timer .steep .fan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.company.timer .steep .fangimg {
    margin-right: -20px;
}

.company.timer .steep .fan .san {
    transform: rotate(180deg) translate3d(0%, -350%, 0);
    -ms-transform: rotate(180deg) translate3d(0%, -350%, 0);
    /* IE 9 */
    -webkit-transform: rotate(180deg) translate3d(0%, -350%, 0);
    /* Safari and Chrome */
    right: 11px;
    margin-right: 0;
}

.company.timer .h50 {
    height: 50px;
}

.contact-ad.game1 {
    background: url('../image/game-tion-1-bg.png') no-repeat;
    background-size: 100% 100%;
}

.contact-ad.game2 {
    background: url('../image/game-tion-2-bg.png') no-repeat;
    background-size: 100% 100%;
}

.contact-ad.game3 {
    background: url('../image/game-tion-3-bg.png') no-repeat;
    background-size: 100% 100%;
}

.contact-ad.game .img a {
    display: block;
}

.contact-ad.game .img1 {
    margin-top: 20px;
    margin-left: 50px;
}

.contact-ad.game .img2 {
    margin-top: 30px;
    margin-left: 50px;
}

.contact-ad.game .img2 .img_1 {
    width: 3rem;
}

.contact-ad.game .img2 .img_2 {
    height: 1.6rem;
}

.contact-ad.game .img_1 {
    margin-right: 20px;
}

.contact-ad.game .img1, .contact-ad.game .img2.contact-ad.game .text {
    z-index: 999;
}

.contact-ad.game .po {
    position: absolute;
    bottom: 0;
    right: 100px;
}

.contact-ad .text.img {
    margin: 10px 0px 100px 45px;
    position: inherit;
    width: auto;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    text-align: left;
}

.contact-ad .text.img p {
    text-align: left;
}

.contact-ad.right .img1, .contact-ad.right .img2, .contact-ad.right .text {
    text-align: right;
}

.contact-ad.right .text p {
    text-align: right;
}

.contact-ad.right .po {
    right: auto;
    left: 100px;
}

.zhou {
    text-align: center;
    padding: 50px 0px;
    padding-bottom: 250px;
    background: url('../image/game-tion-zhou.png') no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 100%;
}

.zhou h2 {
    margin-bottom: 20px;
}

.zhou .text p {
    font-size: 14px;
    margin: 10px 0px;
}

.zhou img {
    margin: 10px 0px;
    width: 80px;
    height: 80px;
}

.company.game .text-position h2 {
    margin: 20px 0;
}

.company.game .text-position p {
    margin: 10px 0px;
}

.company.game .text-position img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

.add-logo {
    overflow: hidden;
    width: 280px;
    margin-left: 10px;
    padding: 20px 0px;
}

.add-logo .img {
    position: relative;
    height: 76px;
}

.add-logo .img img {
    width: 80px;
    height: 76px;
}

.add-logo .t {
    position: absolute;
    top: 0px;
    left: 0px;
}

.add-logo .tc {
    top: 20px;
    left: 0px;
}

.add-list {
    width: 50%;
    position: absolute;
	bottom: 100px;
	left:50%;
	transform: translate(-50%);
	
}

.add-list .flex-1 {
    text-align: center;
}

.add-list a {
    border: 2px solid #4e98cc;
    padding: 4px 30px;
    border-radius: 20px;
    color: #fff;
    display: block;
    width: 210px;
    margin: auto;
    font-size: 16px;
}

.add-list a:hover, .add-list a.active {
    text-decoration: none;
    background: #4e98cc;
    color: #fff;
}

.add-list .campus-new {
    color: #4cd7e8;
    font-style: italic;
}

.tem {
    padding: 50px 0px;
}

.tem h3 {
    text-align: center;
    margin: 10px 0px;
}

.tem p {
    text-align: center;
    font-size: 14px;
    padding: 3px 0px;
}

.tem .jie {
    margin-top: 30px;
}

.tem .jie .flex-1 {
    padding-left: 50px;
}

.tem .jie .tt p {
    text-align: left;
}

.tem .jie .tt {
    padding-left: 50px;
    position: relative;
}

.tem .jie .tt i {
    background: url('../image/ation-icon.png') no-repeat;
}

.tem .jie .t1 i {
    background-position: 0px 0px;
}

.tem .jie .t2 i {
    background-position: 0px -47px;
}

.tem .jie .t3 i {
    background-position: 0px -98px;
}

.tem .jie .t4 i {
    background-position: 0px -150px;
}

.tem .jie i {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 0px;
    left: -10px;
}

.add-text h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 50px;
}

.tu {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.tu .img span {
    color: #fff;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.tu .img {
    height: 100px;
    width: 100px;
    background: url('../image/ation-tion3.png') no-repeat;
    background-size: auto 120px;
    position: relative;
}

.tu .icon1 {
    background-position: -4px -6px;
}

.tu .icon2 {
    background-position: -108px 0px;
}

.tu .icon3 {
    background-position: -211px 0px;
}

.tu .icon4 {
    background-position: -219px 0px;
}

.tu .flex-1:hover .tex {
    display: block;
    -webkit-animation: fadeIn 1s .2s ease both;
    -moz-animation: fadeIn 1s .2s ease both;
    animation: fadeIn 1s .2s ease both;
}

.campus-in {
    text-align: center;
    width: 130px;
    display: block;
    padding: 4px 30px;
    font-size: 14px;
    color: #4e98cc;
    border: 1px solid #4e98cc;
    border-radius: 20px;
    white-space: nowrap;
    margin: 20px auto 0 auto;
}

.campus-sp {
    padding: 2px 7px;
}

.campus-in:hover {
    text-decoration: none;
    color: #fff;
    background: #4e98cc;
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tu .tex {
    position: absolute;
    margin-left: 100px;
    width: 370px;
    top: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    display: none;
}

.tu .tex p {
    color: #fff;
    text-align: left;
    font-size: 14px;
}
.add1 .addText{
	position: absolute;
	top:150px;
	left:50%;
	transform: translate(-50%);
}
.add1 .addText .pFirst{
	color:white;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
}
.add1 .addText p{
	color:white;
	text-align: center;
	line-height: 50px;
}
.contact-ad.add1 .text {
    top: 30%;
}

.common-title {
    text-align: center;
}

.common-title h4 {
    margin: 10px 0px;
    color: #4FA1D9;
}

.common-title span, .common-title p {
    color: #888;
    font-size: 14px;
}

.common-title p {
    margin: 4px 0px;
}

.add-us {
    padding: 50px 0px 0px 0px;
}

.add-us .row {
    padding: 15px 0px 0px 0px;
    margin-left: 0;
    margin-right: 0;
}

.add-us .row a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 10rem;
}

.add-us .row a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.add-us .row .img {
    text-align: center;
    height: 100%;
    width: 100%;
}

.add-us .row .img img {
    height: 100%;
    width: auto;
    -webkit-transition: .2s;
    transition: .2s;
}

.add-us .row .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.5);
}

.add-us .row .text p {
    font-size: 14px;
    color: #e2e2e2;
}

.add-us .row .col-xs-1, .add-us .row .col-sm-1, .add-us .row .col-md-1, .add-us .row .col-lg-1, .add-us .row .col-xs-2, .add-us .row .col-sm-2, .add-us .row .col-md-2, .add-us .row .col-lg-2, .add-us .row .col-xs-3, .add-us .row .col-sm-3, .add-us .row .col-md-3, .add-us .row .col-lg-3, .add-us .row .col-xs-4, .add-us .row .col-sm-4, .add-us .row .col-md-4, .add-us .row .col-lg-4, .add-us .row .col-xs-5, .add-us .row .col-sm-5, .add-us .row .col-md-5, .add-us .row .col-lg-5, .add-us .row .col-xs-6, .add-us .row .col-sm-6, .add-us .row .col-md-6, .add-us .row .col-lg-6, .add-us .row .col-xs-7, .add-us .row .col-sm-7, .add-us .row .col-md-7, .add-us .row .col-lg-7, .add-us .row .col-xs-8, .add-us .row .col-sm-8, .add-us .row .col-md-8, .add-us .row .col-lg-8, .add-us .row .col-xs-9, .add-us .row .col-sm-9, .add-us .row .col-md-9, .add-us .row .col-lg-9, .add-us .row .col-xs-10, .add-us .row .col-sm-10, .add-us .row .col-md-10, .add-us .row .col-lg-10, .add-us .row .col-xs-11, .add-us .row .col-sm-11, .add-us .row .col-md-11, .add-us .row .col-lg-11, .add-us .row .col-xs-12, .add-us .row .col-sm-12, .add-us .row .col-md-12, .add-us .row .col-lg-12 {
    padding: 1px;
}

.add-join {
    padding: 30px 0px;
}

.add-join .lei {
    flex-wrap: wrap;
    margin-top: 40px;
    /*height: 53px;*/
}

.add-join .lei .flex-1 {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.add-join .lei .active .h, .add-join .lei .media-h {
    position: absolute;
    top: 24px;
    left: 50%;
    height: 50px;
    width: 1px;
    background: #4e98cc;
}

.add-join .lei a {
    padding: 4px 30px;
    font-size: 14px;
    color: #4e98cc;
    border: 1px solid #4e98cc;
    border-radius: 20px;
    white-space: nowrap;
}

.add-join .lei .active a {
    text-decoration: none;
    background: #4e98cc;
    color: #fff;
}

.add-join .lei a:hover, .add-join .lei .active a, .add-join .lei a:visited, .add-join .lei a:focus {
    text-decoration: none;
}

.add-join .work .list .heng {
    width: 602px;
    margin: 10px auto;
}

.add-join .work .list .heng .h {
    height: 12px;
}

.add-join .work .list .active .h {
    position: absolute;
    top: 30px;
    left: 50%;
    height: 16px;
    width: 1px;
    /*background: #4fa1d9;*/
}

.add-join .work .list .active a {
    background: #4e98cc;
    color: #fff;
}

.add-join .heng {
    margin-top: 20px;
    position: relative;
}

.add-join .heng .hr {
    width: 100%;
    height: 1px;
    background: #4e98cc;
}

.add-join .heng .h {
    position: absolute;
    height: 8px;
    width: 1px;
    top: 0;
    background: #4e98cc;
}

.add-join .heng .left {
    left: 0;
}

.add-join .heng .right {
    right: 0;
}

.add-join .pro {
    position: relative;
}

.add-join .pro .yuan {
    position: absolute;
    top: -10px;
    left: 50%;
}

.add-join .pro .yuan .h {
    position: absolute;
    height: 15px;
    width: 1px;
    top: -15px;
    left: 5px;
    background: #4fa1d9;
}

.add-join .pro .yuan i {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #4e98cc;
    display: block;
}

.add-join .pro.first .yuan {
    margin-left: -20px;
}

.add-join .pro.last .yuan {
    margin-left: -20px;
}

.second {
    left: 10%;
    width: 80%;
}

.add-join .pro.second .yuan {
    margin-left: -12px;
}

.add-join .detail {
    margin-left: 0px;
}

.add-join .detail .text {
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px solid #4e98cc;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    text-align: left;
    background: #fff;
}

.add-join .detail .text h4 {
    margin-bottom: 5px;
}

.add-join .detail .text .cir {
    color: #4e98cc;
    position: relative;
}

.add-join .detail .text .cir i {
    position: absolute;
    top: 4px;
    left: -19px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4FA1D9;
}

.add-join .detail .text p {
    font-size: 14px;
}

.add-join .work {
    margin-top: 20px;
}

.add-join .work a {
    padding: 4px 30px;
    font-size: 14px;
    color: #4e98cc;
    border: 1px solid #4e98cc;
    border-radius: 20px;
    white-space: nowrap;
}

.add-join .work a:hover, .add-join .work a:visited, .add-join .work a:focus {
    text-decoration: none;
}

.add-join .work .pro {
    margin: 15px 0px;
    text-align: center;
}

.add-join .table {
    margin-top: 20px;
    background: #fff;
}

.add-join .table table {
    width: 100%;
}

.add-join .table table td {
    text-align: center;
    padding: 4px 0px;
    color: #4e98cc;
}

.add-join .table table th {
    text-align: center;
    padding: 4px 0px;
    color: black;
    font-weight: 100;
}

.add-join .table table thead {
    background: #9bf4ff;
    color: #fff;
}

.add-join .table table p {
    font-size: 14px;
    padding: 0px 10px;
    color: #4e98cc;
}

.school {
    margin-top: 20px;
    background: url('../image/company-b.png') no-repeat;
    background-position: 50% 0px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.img_mask {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 25px;
    background: #e4e3e2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
}

.img_mask .glyphicon {
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    right: -8px;
    top: -8px;
    color: #999;
    padding: 10px;
    border-radius: 50%;
    /*background: #fff;*/
}

.contact-ad .text p .icon-phone {
    background-position: -30px -53px;
}

.navbar-default .navbar-nav>li>a.active {
   
    color: #fff;
}

.navbar-default .navbar-nav>li:nth-child(2)>a.active span {
    background-position: -26px -64px;
}

.navbar-default .navbar-nav>li:nth-child(3)>a.active span {
    background-position: -26px -45px;
}

.navbar-default .navbar-nav>li:nth-child(4)>a.active span {
    background-position: -26px -24px;
}

.navbar-default .navbar-nav>li:nth-child(5)>a.active span {
    background-position: -26px -2px;
}

.navbar-default .navbar-nav>li:nth-child(6)>a.active span {
    background-position: -26px -84px;
}

.swiper-container {
    z-index: 1;
}

.swiper-pagination {
    position: relative;
    bottom: 30px!important;
}

.swiper-container img {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #4cd7e8!important;
    opacity: 1!important;
}

.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    opacity: .8;
    background: #929292;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 3px;
}

.animate-left {
    -webkit-animation: fadeInLeft 1s .2s ease both;
    -moz-animation: fadeInLeft 1s .2s ease both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

.animate-right {
    -webkit-animation: fadeInRight 1s .2s ease both;
    -moz-animation: fadeInRight 1s .2s ease both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

.carousel-inner img {
    width: 100%;
}

.carousel-inner .pc-img {
    width: 100%;
}

.swiper-container {
    width: 100%;
}

.contact-wrapper {
    position: relative;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.joinCompetition {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 100px;
    z-index: 1000000;
    width: 216px;
    height: 185px;
    background: url(../image/popup.png) no-repeat 0 0 /100% 100%;
}

.joinCompetition__close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 35px;
    height: 32px;
}

.joinCompetition__button {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 200px;
    height: 60px;
}

/* ****社会责任页*/

/* ****社会责任页--banner图*/

.responsibility-banner {
    width: 100%;
    height: 320px;
    background: url(../image/banner.png) no-repeat center / auto 100%;
}

/* ****社会责任页--责任理念*/

.responsibility-idea {
    background: #f5f5f5;
}

.responsibility-idea__inner {
    margin: 0 auto;
    padding: 60px 0;
    max-width: 1000px;
    text-align: center;
}

.responsibility-idea h3 {
    font-size: 30px;
    color: #4fa1d9;
}

.responsibility-idea h3::after {
    content: '';
    display: block;
    margin: 30px auto;
    width: 24px;
    height: 3px;
    background-color: #4ea4dc;
}

.responsibility-idea p {
    font-size: 14px;
    color: #666666;
}

/* ****社会责任页--置顶新闻(至少三个)*/

.responsibility-idea .main-news {
    position: relative;
    margin-top: 60px;
    height: 426px;
}

.main-news .swiper-button-prev {
    left: -80px;
    width: 48px;
    height: 48px;
    background: url(../image/prev.png) no-repeat 0 0 / 100% 100%;
}

.main-news .swiper-button-next {
    right: -80px;
    width: 48px;
    height: 48px;
    background: url(../image/next.png) no-repeat 0 0 / 100% 100%;
}

.main-news .swiper-slide {
    width: auto;
}

.main-news .main-news__item {
    padding: 10px 20px;
    max-width: 320px;
    height: 435px;
    background-color: #ffffff;
    text-align: left;
}

.main-news .main-news__img {
    width: 108%;
    height: 170px;
    margin-left: -4%;
}

.main-news .main-news__title {
    margin: 38px 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-news .main-news__intro {
    font-size: 14px;
    color: #666666;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-news .main-news__link {
    display: block;
    margin: 50px 0 30px;
    font-size: 14px;
    color: #4ea4dc;
    text-decoration: none;
}

.main-news .main-news__link::after {
    content: ' \2192';
}

/* ****社会责任页--所有新闻(分页，一页5条)*/

.responsibility-news {
    background: #fff;
}

.responsibility-news__inner {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1000px;
}

.responsibility-news h3 {
    font-size: 24px;
    color: #333333;
}

.responsibility-news .responsibility-news__list {
    margin-top: 30px;
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.responsibility-news .responsibility-news__item {
    margin-bottom: 60px;
    height: 135px;
}

.responsibility-news .responsibility-news__item:last-child {
    margin-bottom: 0px;
}

.responsibility-news .responsibility-news__img {
    float: left;
    width: 238px;
    height: 135px;
}

.responsibility-news .responsibility-news__main {
    position: relative;
    margin-left: 280px;
}

.responsibility-news .responsibility-news__title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.responsibility-news .responsibility-news__intro {
    margin: 20px 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.responsibility-news .responsibility-news__time {
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    color: #999999;
}

.responsibility-news .responsibility-news__time::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../image/time.png) no-repeat 0 0 / 100% 100%;
}

.responsibility-news .responsibility-news__link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #4ea4dc;
    text-decoration: none;
}

/* ****社会责任页--详情页*/

.responsibility-breadcrumb {
    background: #fff;
}

.responsibility-breadcrumb .responsibility-breadcrumb__inner {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1000px;
    border-bottom: 1px solid #ebebeb;
}

.responsibility-breadcrumb .responsibility-breadcrumb__inner::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 12px;
    font-size: 14px;
    background: url(../image/home.png) no-repeat 0 0 / 100% 100%;
}

.responsibility-breadcrumb li {
    display: inline-block;
}

.responsibility-breadcrumb li a {
    color: #999;
    text-decoration: none;
}

.responsibility-breadcrumb li a.active {
    color: #333;
}

.responsibility-detail {
    background: #fff;
}

.responsibility-detail .responsibility-detail__inner {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1000px;
}

.responsibility-detail .responsibility-detail__title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-align: center;
}

/*.responsibility-detail .responsibility-detail__content p.subtitle{
    text-align: right;
}  */

.responsibility-detail .responsibility-detail__time {
    margin: 30px 0;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.responsibility-detail .responsibility-detail__content {
    font-size: 14px;
    line-height: 24px;
}

.responsibility-detail .responsibility-detail__content p {
    color: #666666;
}

.responsibility-detail .responsibility-detail__content p:first-child {
    color: #333333;
}

.responsibility-detail .responsibility-detail__content img {
    display: block;
    margin: 30px auto;
    max-width: 630px;
    height: auto;
}

/*.responsibility-detail .responsibility-detail__content p,
.responsibility-detail .responsibility-detail__content ol {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 24px;
}*/
