﻿

/*# sourceMappingURL=style.css.map */
@media (min-width:320px){
	.base-ban{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.base-ban img{
		display: block;
		position: relative;
		width: 140%;
		left: -20%;
		top: 0;
	}
	.down-arror,
	.base-ban .titles{display: none;}
	.news .max-box a{
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	#phone-title{
        width: 100%;
        height: 100%;
        display: block;
    }
    #phone-title .swiper-slide{
        text-align: center;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        width:30%;
        background-color: rgba(29,74,155,0.8);
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #phone-title .swiper-slide a{
    	display: block;
    	width: 100%;
    	height: 100%;
    	color: #fff;
    }
    #phone-title .swiper-slide.on {
    	background-color: rgba(29,74,155,1);
    }
    .conce-box,
    .job-box,
    .information{
    	width: 92%;
    	margin: 0 auto 60px;
    	max-width: 1400px;
    }
	.conce-box .title{
		text-align: center;
		padding: 40px 0;
	}
	.conce-box .title h2,
	.job-box .title h2,
	.information .title h2{
		font-size: 22px;
    	line-height: 34px;
    	margin-bottom: 5px;
	}
	.job-box .title h2,
	.information .title h2{margin-bottom: 0}
	.conce-box .title .detaile{
	    font-size: 15px;
	    line-height: 26px;
	    color: #666666;
	}
	.conce-box .list li{
		margin-bottom: 30px;
	}
	.conce-box .list li .pic{width:100%;margin-bottom: 20px}
	.conce-box .list li .pic img{
		display: block;
		width: 100%;
	}
	.conce-box .list li .box{width: 100%;}
	.conce-box .list li .box h3{
		font-size: 36px;
    	line-height: 40px;
		color: #333333;
		font-weight: bold;
		font-family: 'Century Gothic','arial';
		padding-bottom: 30px;
		position: relative;
	}
	.conce-box .list li .box h3:before{
		display: block;
	    width: 1px;
	    height: 20px;
	    background-color: #333333;
	    position: absolute;
	    left: 20px;
	    content: '';
	    bottom: 0;
	}
	.conce-box .list li .box .tit{
		font-size: 16px;
	    color: #333333;
	    line-height: 40px;
	}
	.conce-box .list li .box .detaile{
		color: #666666;
		text-align: justify;
		font-size: 14px;
    	line-height: 26px;
	}
	.job-box .title,
	.information .title{
		text-align: center;
		padding: 50px 0 40px;
	}
	.job-box .list{
		width: 100%;
		overflow: hidden;
	}
	.job-box .list ul li{
		width: 100%;
		float: left;
		border: 1px solid #c5c5c5;
		padding:6% 6% 7%;
		margin:0 0 6% 0;
		background-color: #fff;
	}
	.job-box .list ul li .tit .time{
		font-size: 14px;
		line-height: 24px;
		color: #888888;
		margin-bottom: 5px;
	}
	.job-box .list ul li .tit h3{
		font-size: 16px;
		line-height: 28px;
		color: #333333;
		width: 92%;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.job-box .list ul li .box{
		font-size: 14px;
		line-height: 28px;
		color: #888888;
		margin-bottom: 15px;
	}
	.job-box .list ul li .btn{
		font-size: 16px;
		color: #fff;
		background-color: #666666;
		padding: 1px 8px;
		font-weight: 500;
		text-align: center;
		border-radius: 100%;
		font-family: '宋体';
	}
	.tip-box{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		left: 0;
		top: 0;
		z-index: 30;
		display: none;
	}
	.tip-box .mian{
		position: fixed;
	    left: 50%;
	    top: 50%;
	    width:92%;
	    height: 360px;
	    padding: 20px 25px 0px;
	    margin: -180px 0 0 -46%;
	    background: #fff;
	}
	.tip-box .mian i{
		background: url(../images/tc-img-close.png) no-repeat left center;
	    width: 35px;
	    height: 35px;
	    position: absolute;
	    right: 0px;
    	top: 2px;
	    cursor: pointer;
	}
	.tip-box .mian .box{
		width: 100%;
		height: 100%;
	}
	.tip-box .mian .box h2{
	    font-size: 18px;
	    color: #333;
	    line-height: 25px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 95%;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #d9d9d9;
	    margin-bottom: 10px;
	}
	.tip-box .mian .box .detaile{
	    margin-bottom: 30px;
	    height: 210px;
	    padding-right: 20px;
	}
	.tip-box .mian .box .detaile,
	.tip-box .mian .box .detaile h3,
	.tip-box .mian .box .detaile p{
		color: #666;
	    line-height: 24px;
	    text-align: justify;
	    font-size: 14px;
	}
	.tip-box .mian .box .detaile h3{
		margin-top: 10px;
		font-weight: bold;
	}
	.tip-box .mian .box .btns{
		width: 140px;
	    height: 38px;
	    display: block;
	    line-height: 38px;
	    text-align: center;
	    color: #fff;
	    background: #1d4a9b;
	    font-size: 14px;
	    border-radius: 30px;
	}

	.information .list{
		width:100%;
		padding: 20px 4% 50px;
		margin: 0 auto;
		box-shadow: 0 0 15px rgba(0,0,0,0.1)
	}
	.information .list ul li{
		padding: 0 3%;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.information .list ul li:nth-child(even){
		background-color: #f6f6f6
	}
	.information .list ul li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.information .list ul li .tit{
		height: 60px;
		line-height: 60px;
		width: 70%;
		float: left;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		font-size: 14px;
		color: #333333;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.information .list ul li .time{
		width: 30%;
		float: right;
		font-size: 13px;
		height: 60px;
		text-align: right;
		line-height: 60px;
		color: #666666;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}

	.fy{
		width: 100%;
		height: 40px;
		text-align: center;
		margin: 50px 0 0;
	}
	.fy a{
		display: inline-block;
		padding: 0px 10px;
    	line-height: 30px;
		font-size: 14px;
		color: #000000;
		border: 1px solid #c7c7c7;
		margin: 0 2px;
		background-color: #fff;
		    transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.fy .tt.action{
		background-color: #1d4a9b;
		color: #fff;
		border: 1px solid #1d4a9b;
	}

	.applay-tb{
		width:100%;
		max-width: 1100px;
		margin:40px auto 50px;
	}
    .applay-tb td{
       display: block;
       position: relative; 
    }
    .applay-tb  td {
	    padding: 8px 6px;
	    border:0;
	    border-width:1px 1px 0 0;
	    font-size: 14px;
	    line-height: 1.8;
	}
    .applay-tb td:nth-child(2n+1){
        float: left;
        width: 25%;
        padding-right: 10px;
        margin-top: 5px;
    }
    .applay-tb input[type="file"]{
        width: 180px;
    }
	.applay-tb .spred {
	    font-size: 18px;
	    font-family: Arial;
	    color:#F00;
	    margin-left: 12px;
	}
	.applay-tb .error {
	    border-color: #D70128;
	}
	.applay-tb .submit{
	    width: 150px;
	    height: 35px;
	    background: #1d4a9b;
	    font-size: 16px;
	    border: 0;
	    color: #fff;
	    cursor: pointer;
	}
	.applay-tb .applay-input.code{
	    width: 90px;
	    margin-right: 8px;
	}
	.applay-tb select.applay-input{
	    height:40px;
	    width: 200px;
	}
	.applay-tb textarea.applay-input{
	    width: 200px;
	    height: 100px;
	}
	.applay-tb .applay-input{
	    width: 200px;
    	height: 40px;
	    padding: 8px 10px;
	    line-height: 18px;
	    color: #666;
	    border: 1px solid #dddddd;
	    box-shadow: 2px 2px 2px #f4f4f4 inset;
	    background: #fff;
	    font-size: 14px;
	}

}
@media (min-width:320px) and (max-width:767px) {

}
@media (min-width:768px){
	.base-ban img{
		width: 100%;
		left: 0%;
	}
	#phone-title .swiper-slide{
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        width: 28%;
    }
    .conce-box{margin: 0 auto 80px}
    .conce-box .title{
		padding: 60px 0 70px;
	}
    .conce-box .list li {
	    margin-bottom: 50px;
	}
    .conce-box .list li .pic {
	    margin-bottom: 20px;
	}
	.conce-box .list li .box .tit{
		font-size: 24px;
	}
	.conce-box .title h2,
	.job-box .title h2,
	.information .title h2{
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.job-box .title h2,
	.information .title h2{margin-bottom: 0}
	.conce-box .title .detaile{
		font-size: 16px;
		line-height: 30px;
	}
	.conce-box .list li .box .detaile{
		font-size: 15px;
    	line-height: 27px;
	}
	.conce-box .list li .box h3:before{height: 30px}
	.conce-box .list li .box h3 {
	    font-size: 50px;
    	line-height: 50px;
	    font-family: 'Century Gothic','arial';
		padding-bottom: 40px;
   	 	margin-bottom: 5px;
	}
	.job-box .title,
	.information .title{
		padding: 60px 0 50px;
	}
	.job-box .list ul li .tit .time {
	    margin-bottom: 5px;
	}
	.job-box .list ul li .tit h3 {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.job-box .list ul li{
		width: 48%;
		margin: 0 4% 6% 0;
		padding: 5% 5% 6%;
	}
	.job-box .list ul li:nth-child(even){margin-right: 0}

	.tip-box{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		left: 0;
		top: 0;
		z-index: 30;
	}
	.tip-box .mian{
		position: fixed;
	    left: 50%;
	    top: 50%;
	    width: 580px;
	    height: 410px;
	    padding: 35px 30px 0px;
	    margin: -205px 0 0 -300px;
	    background: #fff;
	}
	.tip-box .mian i{
		background: url(../images/tc-img-close.png) no-repeat left center;
	    width: 35px;
	    height: 35px;
	    position: absolute;
	    right: -35px;
	    top: -35px;
	    cursor: pointer;
	}
	.tip-box .mian .box{
		width: 100%;
		height: 100%;
	}
	.tip-box .mian .box h2{
	    font-size: 20px;
	    color: #333;
	    line-height: 25px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 95%;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #d9d9d9;
	    margin-bottom: 15px;
	}
	.tip-box .mian .box .detaile{
	    margin-bottom: 30px;
	    height: 210px;
	    padding-right: 20px;
	}
	.tip-box .mian .box .detaile,
	.tip-box .mian .box .detaile h3,
	.tip-box .mian .box .detaile p{
		color: #666;
	    line-height: 24px;
	    text-align: justify;
	    font-size: 14px;
	}
	.tip-box .mian .box .detaile h3{
		margin-top: 10px;
		font-weight: bold;
	}
	.tip-box .mian .box .btns{
		width: 140px;
	    height: 38px;
	    display: block;
	    line-height: 38px;
	    text-align: center;
	    color: #fff;
	    background: #1d4a9b;
	    font-size: 14px;
	    border-radius: 30px;
	}
	.information .list{padding: 40px 5% 70px;}
	.fy a{
		padding: 0px 15px;
		line-height: 39px;
	}
	.information .list ul li .time{
		font-size: 14px;
	}
	.applay-tb .applay-input,
	.applay-tb select.applay-input{
		width: 400px;
		height: 50px;
		font-weight: normal;
		font-size: 16px;
	}
	.applay-tb textarea.applay-input{
		width: 400px;
		height: 160px;
		line-height: 26px;
	}
	.applay-tb .applay-input.code{
		width: 120px;
	}
	.applay-tb .line{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.applay-tb td:nth-child(2n+1) {
	     margin-top: 0px; 
	}
	.applay-tb input[type="file"]{
		margin-top: 13px;
	}
	.applay-tb textarea.applay-input{
		padding:12px 10px ;
	}
	.applay-tb .submit{
		width: 170px;
    	height: 50px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	
}
@media (min-width:1025px){
	.down-arror{
		width: 29px;
		display: block;
		position: absolute;
		bottom: 3%;
		z-index: 5;
		left: 50%;
		cursor: pointer;
		margin-left: -14px;
	}
	.down-arror .btn{
		width: 100%;
		height: 30px;
		background: url(../images/img5.png) center no-repeat;
		display:block;
		margin: 0 auto 5px;
		/*animation:emimg 2s infinite 1s linear;*/
		/*-webkit-animation:emimg 2s infinite 1s linear; /*Safari and Chrome*/*/
	}
	@keyframes emimg
	{
		0% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
		50% {
			transform:scale(0.85);
			-webkit-transform:scale(0.85);
		}
		100% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
	}
	@-webkit-keyframes emimg /*Safari and Chrome*/
	{
		0% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
		50% {
			transform:scale(0.8);
			-webkit-transform:scale(0.8);
		}
		100% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
	}
	.down-arror i{
		display: block;
		width: 1px;
		margin: 0 auto;
		background-color: #efedee;
		position: relative;
		bottom: -5px;
		left: 0;
		height:30px;
		/*animation:mymove 2s infinite linear;*/
		/*-webkit-animation:mymove 2s infinite linear; /*Safari and Chrome*/*/
	}
	@keyframes mymove
	{
		0% {height:30px;}
		50% {height:45px;}
		100% {height:30px;}
	}

	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
		0% {height:30px;}
		50% {height:45px;}
		100% {height:30px;}
	}
	.down-arror em{
		display: block;
		width: 100%;
		height: 6px;
		background: url(../images/img6.png) center no-repeat;
	}
	.down-arror .img{
		display: block;
		width: 10px;
		background: url(../images/img7.png) center no-repeat;
		height: 66px;
		margin: 15px auto 0;
	}
	.base-ban .titles{
		position: absolute;
		left: 0;
		bottom: 43%;
		height: 50px;
		width: 100%;
		z-index: 3;
		display: block;
		text-align: center;
	}
	.base-ban .titles a{
		display: inline-block;
		padding: 0 35px;
		height: 45px;
		border-radius: 30px;
		line-height: 45px;
		margin: 0 9px;
		color: #fff;
		font-size: 18px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		background-color: rgba(32,46,149,0.2);
	}
	.base-ban .titles a.on,.base-ban .titles a:hover{background-color: rgba(32,46,149,1);}
    #phone-title{display: none;}
    .conce-box{margin: 0 auto}
	.conce-box .title{
		padding: 90px 0 125px;
	}
	.conce-box .title h2,
	.job-box .title h2,
	.information .title h2{
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.job-box .title h2,
	.information .title h2{margin-bottom: 0}
	.conce-box .list li{
		margin-bottom: 135px;
	}
	.conce-box .list li .pic{width: 51%;}
	.conce-box .list li .pic img{
		display: block;
		width: 100%;
	}
	.conce-box .list li .box{width: 45%;padding-top:0px}
	.conce-box .list li:nth-child(even) .pic{float: left;}
	.conce-box .list li:nth-child(even) .box{float: right;}
	.conce-box .list li:nth-child(odd) .pic{float: right;}
	.conce-box .list li:nth-child(odd) .box{float: left;}
	.conce-box .list li .box h3{
		font-size: 50px;
    	line-height: 50px;
		padding-bottom: 40px;
    	margin-bottom: 5px;
	}
	.conce-box .list li .box h3:before{
	    height: 30px;
	}
	.conce-box .list li .box .tit{
		font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 5px;
	}
	.conce-box .list li .box .detaile{
		font-size: 15px;
    	line-height: 27px;
	}
	.job-box{margin: 0 auto 100px;}
	.job-box .title,
	.information .title{padding:90px 0 65px}
	.job-box .list ul{
		width: 102%;
	}
	.job-box .list ul li:nth-child(even){margin-right: 2.3%}
	.job-box .list ul li{
		width:31%;
		float: left;
		border: 1px solid #c5c5c5;
		padding:2% 2% 2.5%;
		margin:0 2.3% 1.5% 0;
		background-color: #fff;
	}
	.job-box .list ul li{cursor: pointer;}
	.job-box .list ul li,
	.job-box .list ul li .btn,
	.job-box .list ul li .box,
	.job-box .list ul li .tit h3,
	.job-box .list ul li .tit .time{
						transition: all ease-out 0.4s;
		-webkit-transition: all ease-out 0.4s;
	}
	.job-box .list ul li:hover{
		background-color: #1d4a9b;
	}
	.job-box .list ul li:hover .btn{
		background-color: #fff;
		color: #1d4a9b;
	}
	.job-box .list ul li:hover .box,
	.job-box .list ul li:hover .tit h3,
	.job-box .list ul li:hover .tit .time{
		color: #fff;
	}
	.job-box .list ul li:hover .tit h3{
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.information .list ul li:hover{
		background-color: #1d4a9b;
	}
	.information .list ul li:hover .tit,
	.information .list ul li:hover .time{
		color: #fff;
	}
	.information .list{
		width:100%;
		padding: 70px 7% 80px;
		margin: 0 auto;
		box-shadow: 0 0 15px rgba(0,0,0,0.1)
	}
	.fy a:hover{
		background-color: #1d4a9b;
		color: #fff;
		border: 1px solid #1d4a9b;
	}

	.applay-tb {
	    width:92%;
	    max-width: 1100px;
	    margin: 50px auto 60px;
	}
	.applay-tb .line{
		line-height: 26px;
		height: auto;
	}
	.applay-tb td:nth-child(2n+1){
		float: none;
	    width: 90px;
	    padding-right: 5px; 
	    margin-top: 0px;
	}
	.applay-tb .applay-input, .applay-tb select.applay-input {
	    width: 185px;
	    height: 42px;
	    font-weight: normal;
	    font-size: 16px;
	}
	.applay-tb td{
		display: inline-block;
		margin-bottom: 5px;
	}
	.applay-tb .spred{
		width: 7px;
		display: inline-block;
	}
	.applay-tb input[type="file"] {
	    margin-top: 0px;
	}
	.applay-tb textarea.applay-input {
	    width: 490px
	}
	.applay-tb .submit{
		width: 150px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		height: 44px;
		border: 1px solid #1d4a9b;
	}
	.applay-tb .submit:hover{
		background-color: #fff;
		color: #1d4a9b
	}
}
@media (min-width:1025px) and (max-width:1200px) {
	
}
@media (min-width:1201px){
	.base-ban .titles a{
		padding: 0 40px;
	    height: 43px;
	    line-height: 43px;
	}
	.news .max-box .pic{margin-bottom: 20px}
	.news .max-box .pic i{
		width: 59px;
		height: 59px;
		margin: -29.5px 0 0 -29.5px;
	}
	.conce-box .list li .box {
	    padding-top: 10px;
	    width: 43%;
	}
	.conce-box .list li .box h3{
	    font-size: 55px;
	    line-height: 50px;
	    padding-bottom: 55px;
	    margin-bottom: 15px;
	}
	.conce-box .list li .box h3:before {
	    height: 35px;
	}
	.conce-box .list li .box .tit {
    	font-size: 26px;
    	margin-bottom: 10px;
	}
	.conce-box .list li .box .detaile {
	    line-height: 30px;
	}
	.conce-box .title h2,
	.job-box .title h2,
	.information .title h2{
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.conce-box .title h2{font-size: 32px;}
	.job-box .title h2,
	.information .title h2{margin-bottom: 0}
	.job-box .list ul li:nth-child(even){margin-right: 2%}
	.job-box .list ul li{
		width: 23%;
		float: left;
		border: 1px solid #c5c5c5;
		padding:2% 2% 2.5%;
		margin:0 2% 1.5% 0;
		background-color: #fff;
	}
	
}
@media (min-width:1300px){
	.base-ban .titles a{
		font-size: 18px;
		height: 45px;
	    line-height: 45px;
	}
	.conce-box .list li .box h3{padding-bottom: 60px;}
	.conce-box .list li .box h3:before{height:40px;}
	.conce-box .list li .box .detaile{
		font-size: 16px;
		line-height: 32px;
	}
}
@media (min-width:1400px){
	.conce-box .list li .box h3{
		font-size: 60px;
		line-height: 60px;
	}
	.conce-box .list li .box h3{padding-bottom: 95px;}
	.conce-box .list li .box h3:before{height: 60px;}
	.conce-box .title h2{font-size: 36px;}
}



@media (min-width:1500px){
	.base-ban .titles a{
		/*font-size: 20px;*/
		padding: 0 45px;
	    height: 50px;
	    line-height: 50px;
	}
}
@media (min-width:1700px){
	

}




